/*Custom Styles */

body{
  font-family: 'Open Sans', sans-serif;
}
.title {
	color:#666666;
}
.one {
	margin-top:25px;
}
.two{
	margin-top:10px;
}
.toyito {
	color: #666666;
	text-transform: uppercase;
	font-size: 24px;
	padding-bottom: 15px;
	font-weight: normal;
}
.imglog{
	padding-top: 10px;
}

@media(max-width:767px){
	#alert {
		padding-right: 105px;
		padding-top: 10px;
		padding-bottom: 10px;
		background:#eeeeee;
		-webkit-transition: 1s;
		-moz-transition: 1s;
		transition: 1s;
		}
		
		.affix#alert {
			position:fixed;
			top:65px;
			background:#eeeeee;
			color:#666666;
			}
	}
div.nav {
	margin-right: -15px;
	margin-left: -15px;
}

/* Custom Styles 2*/
.myrow{ width:100%; margin:0; paddding:0}
.container-fluid{background:#fff}
.zonesrow{ margin-top: 70px; margin-bottom: 70px;}
.zonesrowbottom{ margin-top:70px; margin-bottom: 70px;}
.post p span { display:block; color:#0073cf;}

/* FOOTER */
footer { background-color:#3b3b3b; min-height:350px; font-family: 'Open Sans', sans-serif; margin-right:-15px; margin-left:-15px;}
.footerleft { margin-top:50px; }
.logofooter { margin-bottom:10px; font-size:25px; color:#979797; font-weight:700;}

.footerleft p { color:#979797; font-size:12px !important; font-family: 'Open Sans', sans-serif; margin-bottom:15px;}
.footerleft p i { width:20px; color:#979797;}

.paddingtop-bottom {  margin-top:50px;}
.footer-ul { list-style-type:none;  padding-left:0px; margin-left:2px;}
.footer-ul li { line-height:29px; font-size:12px;}
.footer-ul li a { color:#0073cf; transition: color 0.2s linear 0s, background 0.2s linear 0s; }
.footer-ul i { margin-right:10px;}
.footer-ul li a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#ff670f; }

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
.icon-ul { list-style-type:none !important; margin:0px; padding:0px;}
.icon-ul li { line-height:75px; width:100%; float:left;}
.icon { float:left; margin-right:5px;}

.copyright { min-height:40px; background-color:#333333; margin-right:-15px; margin-left:-15px; padding-top:32px; padding-bottom:20px;}
.copyright p { text-align:center; color:#adaead; font-size:13px}
.copyright p a{ text-align:center; color:#979797; font-size:13px}
.copyright p a:hover, a:visited{ text-align:center; color:#0073cf; font-size:13px}
.heading7 { font-size:21px; font-weight:700; color:#979797; margin-bottom:10px; border-bottom: 2px solid #5c5c5c; padding-bottom:8px;}
.post address { font-size:12px; color:#979797; line-height:20px;}
.post p { font-size:12px; color:#979797; line-height:20px;}
.post span { display:inline-block; color:#0073cf; font-size:14px;}
.bottom_ul { list-style-type:none; float:right; margin-bottom:0px;}
.bottom_ul li { float:left; line-height:40px;}
.bottom_ul li:after { content:"/"; color:#979797; margin-right:8px; margin-left:8px;}
.bottom_ul li a { color:#0073cf;  font-size:12px;}

/* circles social*/
.social-icon {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-icon li{
  display: inline-block;
  text-align: center;
}
.social-icon a {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  margin-right: 5px;
}
.social-icon a {
  background: #979797; /* social icon background color */
  color: #000; /* social icon color */
}
.social-icon a:hover {
  transform: scale(1.15) rotate(360deg);
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
  transition: all 200ms linear;
  transition-delay: 100ms;
  background: #0073cf; /* social icon hover background color */
  color: #000; /* social icon hover color */
}

/* circles topics*/
.topic-icon {
  cursor: default;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top:10px;
}
.topic-icon li{
  display: inline-block;
  text-align: center;
}
.topic-icon a {
  padding-top: 3px;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
}
.topic-icon a {
  background: #eeeeee; /* social icon background color */
  color: #9d9d9d; /* social icon color */
}
.topic-icon a:focus {
  transition: all 200ms linear;
  transition-delay: 100ms;
  background: #0073cf; /* social icon hover background color */
  color: #fff; /* social icon hover color */
  cursor: default !important;
  outline: none;
}

/* CUSTOM CAROUSEL */

.row-striped{
	background: #eeeeee;
	padding-top: 37px;
	padding-bottom: 37px;
	color:#bcbcbc;
	border-bottom: 1px solid #e3e3e3;
}
.row-striped:nth-of-type(even){
	padding-top: 20px;
	padding-bottom: 20px;
	background: #eeeeee;
}
.my-btn{
	outline: none;
	border-color: transparent;
    background: #0073cf;
    color: #fff;
	text-shadow: 1px 1px 1px #333;
    padding: 10px 65px 10px 65px;
	margin-top: 25px;
}
.my-btn:hover, my-btn:focus, my-btn.focus, my-btn:active, my-btn.active, my-btn:visited, my-btn.visited, my-btn:active:hover, my-btn.active:hover {
	outline: none;
	border-color: transparent;
	background: #666666;
    color: #fff;
	text-shadow: none; 
}

/*BX-WRAPPER*/

.bx-wrapper .bx-viewport
{
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	height: 265px;
}

/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 20px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.loginmodal-container h1 {
  margin-top:10px;
  text-align: center;
  font-size: 1.8em;
}

.loginmodal-container input[type=submit] {
  width: 70%;
  display: block;
  margin-left:40px;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  border-radius: 2px;
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border-radius: 2px;
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  color: #333;
  background-color: #fff;
  padding: 12px 0px;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 1px solid #ADADAD;
  background-color: #ccc;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #0073cf;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}

/* 06/01/2017 */


/* FIXED NAVBAR CUSTOM */

.navbar-fixed .navbar-brand {
  padding-right: 85px;
  padding-left: 85px;
  margin-right: 55px;
  background: url(https://asipartner.com.mx/images/asi.png) center / contain no-repeat;
  width: 100px;
}

@media (min-width: 768px) and (max-width: 1076px) {
	.navbar-fixed .navbar-brand {
	  padding-right: 0px;
	  padding-left: 0px;
	  margin-right: 20px;
	  background: url(https://asipartner.com.mx/images/asilogomini.png) center / contain no-repeat;
	  width: 60px;
	}
}


.navbar-default .navbar-toggle {
	border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #666;
	font-size: 22px;
}


/* CUSTOM NAVBAR EXAMPLE 3 ** line height is 20px by default so add 30px top and bottom to equal the new .navbar-brand 80px height  */

@media (max-width: 575px){
	.example3 .navbar-brand {
		height: 106px;
		margin-right: 55px;
		background: url(https://asipartner.com.mx/images/asi.png) center / contain no-repeat;
		width: 200px;
	}
	.example3 .navbar-brand img{
			margin-top: 3px;
		}
}

@media (min-width: 576px){
.example3 .navbar-brand {
	height: 106px;
	margin-right: 55px;
	background: url(https://asipartner.com.mx/images/asi.png) center / contain no-repeat;
	width: 260px;
}
.example3 .navbar-brand img{
		margin-top: 3px;
	}
}

@media (min-width: 768px) and (max-width: 1196px){
	.example3 .navbar-brand {
		height: 106px;
		margin-right: 0px;
		background: url(https://asipartner.com.mx/images/asilogomini.png) center / contain no-repeat;
		width: 90px;
	}
	.example3 .navbar-brand img{
			margin-top: 3px;
		}
}
	
@media (min-width: 826px) and (max-width: 1166px){
	.example3 .navbar-brand {
		height: 106px;
		margin-right: 0px;
		background: url(https://asipartner.com.mx/images/asilogomini.png) center / contain no-repeat;
		width: 150px;
	}
	.example3 .navbar-brand img{
			margin-top: 3px;
		}
}


.example3 .navbar-toggle, .example3 .nav >li >span {
  padding: 10px;
  margin: 35px 15px 35px 0;
}

.nav >li >span {
  padding: 10px;
  margin: 8px 15px 8px 0;
}


@media (min-width: 768px) {
	.example3 .nav >li >a, .example3 .nav >li >span {
	padding-top: 43px;
	padding-bottom: 43px;
	padding-left: 25px;
	padding-right: 25px;
}
}


@media (min-width:768px) { /* don't break navbar on small screen */
    #nav_center {
        width: 100%; /* need to found your width according to your entry*/
    }
}

/* MODAL CUSTOM BUTTON */
div.botonaso {
	text-align: right;
	line-height: 1.3;
	font-size: 13px;
	padding-top: 12px;
	padding-bottom: 12px;
	background:#eeeeee;
	border-color: #ddd;
	}

div.botonaso a{
	color: #777777;
	text-decoration: none;
	}

div.botonaso a:hover{
	color: #0073cf;
	text-decoration: none;
	}

div.botonaso a:focus {outline:none !important;}	

@media (max-width: 767px) { 
  div.botonaso{
	text-align: center;
  }
}

/* AFFIX NAVBAR */

.navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
	background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

@media (min-width: 767px) {
  .navbar-fixed .nav >li >a, .example3 .nav >li >span {
	padding-left: 25px;
	padding-right: 25px;
	}
}


/* CUSTOM NAVBAR */


@media (min-width: 768px) {
	.example2{
	padding-bottom: 30px;
	padding-top: 30px;
	}
}

.navbar-brand {
  padding: 0px;
}

.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
}

.example2 .navbar-brand>img {
  padding: 7px 45px;
  padding-right: 105px;
}

.navbar-default{
	margin-bottom: 0px;
	border:none;
	background-color: #fff;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	margin-bottom: 0;
	margin-left: -15px;
	margin-right: -15px;
	border-top: 1px solid #e3e3e3;
	box-shadow: 1px 1px 1px #888888;
}


.navbar-fixed {
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
	box-shadow: none;
}

/* CUSTOM UL COLOR */

ul.nav a { 
	color: #666666; 
	font-size: 13px; 
	}

#navbar3 ul.nav a:hover{ 
	color: #666666; 
	font-size: 13px;
	background: #e7e7e7;
	}
	
ul.nav a:hover { background-color: #e8e8e8; color: #777;}



/* dropdown-menu hover*/
.dropdown-menu{
	border-top: 3px solid #0067ba; 
}

.dropdown-menu{
	padding-bottom:0px;
	padding-top:0px;
}

.dropdown-menu>li>a {
	padding-top: 14px;
	padding-bottom: 14px;
}



.dropdown-menu>li>a:hover {
   moz-transition: all .1s ease-in;
   -o-transition: all .1s ease-in;
   -webkit-transition: all .1s ease-in;
   transition: all .1s ease-in;
   background-color: #0073cf !important;
   color: #fff !important;
   text-decoration: none !important;
}

.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 1px 1px 1px; -moz-border-radius:0 1px 1px 1px; border-radius:0 1px 1px 1px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
}  

@media (max-width: 767px) {
  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
   li.dropdown.open {
    border: 0px solid red;
   }
   }
}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}

.box2 {
  display: inline-block;
}




/* SEPARADOR 19/01/2017 */

.muts {
	margin-top: 30px;
}

.yacs{
	background-color: #eeeeee; 
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 65px;
	margin-left: -15px;
	margin-right: -15px;
}

.nav-sidebar ul > li > a{
	padding-top: 15px;
	padding-bottom: 15px;
}

.nav-sidebar  ul > li > a:hover {
	color: #fff;
    background-color: #0073cf;   
}

.nav-sidebar { 
    width: 100%;
    padding: 30px 0; 
    border-right: 1px solid #ddd;
}
.nav-sidebar a {
    color: #333;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
	border-bottom: 1px solid #ddd;
}

.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; 
}

/* 20/01/2017 */
.apartado a { color:#414c4b; font-size: 13px;}
.heading8 { font-size:16px; color:#666666; margin-bottom:30px; border-bottom: 2px solid #e8e8e8; padding-bottom:8px;}
.heading9 { font-size:16px; color:#666666; margin-bottom:10px; border-bottom: 2px solid #0073cf; padding-bottom:8px;}
.othercontain { color:#979797; font-size:12px !important; font-family: 'Open Sans', sans-serif; margin-bottom:15px;}
.othercontain p i { width:20px; color:#979797;}
.most p { font-size:13px; color:#000000; font-weight:bold; line-height: 22px; }
.most p span { display:block; color:rgba(2,139,255,1); font-weight:normal}


.wrapper { float: left; clear: left; display: table; table-layout: fixed; }
img.img-responsive { display: table-cell; max-width: 100%;}


/* 24/01/2017 */

.heading10 { font-size:14px; color:#666666; margin-bottom:30px; padding:15px;}
.heading10 p{ margin-bottom: 15px;}
.heading11 { font-size:16px; color:#666666; margin-bottom:30px; border-bottom: 2px solid #2b6fb3; padding-bottom:8px;}

/* 25/01/2017 */

.sucursales {margin-top:15px;}
.sucursales p { font-size:13px; color:#666666; line-height: 12px;}
.sucursales p span { font-size:14px; color:#000000; font-weight:bold; display:inline-block;}
.sucursales p b{ color:#000000;}

.solicitud a { font-size:15px; color:#0073cf; line-height: 12px;}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}



.productbox {
    background-color:#ffffff;
	padding:10px;
	margin-bottom:10px;
	-webkit-box-shadow: 0 8px 6px -6px  #999;
	   -moz-box-shadow: 0 8px 6px -6px  #999;
	        box-shadow: 0 8px 6px -6px #999;
}

.producttitle {
    font-weight:bold;
	padding:5px 0 5px 0;
}

.productprice {
	border-top:1px solid #dadada;
	padding-top:5px;
}

.pricetext {
	font-weight:bold;
	font-size:1.4em;
}


.loginmodal-container input[type=button] {
	width: 70% !important;
	display: block !important;
	margin-left: 40px !important;
	margin-bottom: 10px !important;
	position: relative !important;
}

/* 08/02/2017 */
@media (min-width:992px) {
      img.img-responsive-prod { height: 240px; width: 100%; object-fit: cover; }
}
@media (max-width:991px) {
	img.img-responsive-prod { display: table-cell; max-width: 100%; }      
}

.modal-body{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

/* 28/01/2017 */    

.zoom {      
-webkit-transition: all 0.35s ease-in-out;    
-moz-transition: all 0.35s ease-in-out;    
transition: all 0.35s ease-in-out;     
}     

.zoom:hover,  
.zoom:active,   
.zoom:focus {
/**adjust scale to desired size, 
add browser prefixes**/
-ms-transform: scale(1.5);    
-moz-transform: scale(1.5);  
-webkit-transform: scale(1.5);  
-o-transform: scale(1.5);  
transform: scale(1.5);    
position:relative;      
z-index:100;  
}


/* 02/03/2017 */

/* Style the Image Used to Trigger the Modal */

/* The Modal (background) */
 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
#squarespaceModal .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Add Animation - Zoom in the Modal */
#squarespaceModal .modal-content, #caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
#squarespaceModal .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

#squarespaceModal .close:hover,
#squarespaceModal .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    #squarespaceModal .modal-content {
        width: 100%;
    }
}

#squarespaceModal .modal.in {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

html {
height:101%;
}

.card ul.nav a {
	font-size: 18px;
}

.infoventas{
	padding-top: 10px;
}