body{
  font-family: 'Jost', sans-serif;

}
.btn{
    white-space:normal !important;
    word-wrap: break-word; 
}
p{color:#000;}
small{
  font-size: 11px;
}
.table > tbody > tr > td {
  vertical-align: middle;
}
.form-control:not(.form-control-sm):not(.form-control-lg) {
    font-size: 1rem;
}
/*
ENCABEZADO
*/
#header .header-top {
    min-height: auto;
}
.ui-widget-content {
    z-index: 9999 !important;
}
/* BUSCADOR DESKTOP TOP**/
#buscardesktop{
	border: 1px solid #eaeaea;
}

#buscardesktop input{
	box-shadow: none;
}

.menu-principal .nav-link
{
  color: white !important;
}

.menu-principal  a.nav-link.active,.menu-principal a.nav-link:hover
{
  color:white !important;
}

#header,#header a{
	color:#005e9d ;
	text-decoration: none;
  font-size:15px;
}

#header .header-nav-main nav > ul > li > a {
    color: #c7c7c7;
    font-weight: normal;
    border-radius: 0px;
}
#header .header-nav-main nav > ul > li > a.active, #header .header-nav-main nav > ul > li a:hover {
    background: transparent;
    color: #fff;
}

.listafooter{
	list-style: none;
	padding-left: 0;
}
#footer a{
	display: block;
	text-decoration: none;
	color:#a9a6a6;
}


.fondo-contacto-formulario
{
  background-image:url('../images/form_contacto.png');background-size:cover;background-position:right;background-repeat:no-repeat;
}

@media (max-width: 720px) {
  .header-logo{
    margin:0 !important;
  }
  .header-logo a img{
    height: 50px !important;
    width: auto !important;
  }
  #buscarcel{
    margin-left: 10px;
  }
  .colfooter span{
    cursor: pointer;
    font-size: 14px;
    display: block;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .colfooter ul, .colfooter form{
    display: none;
  }
}
/** MENU **/
#leftmenu ul,
#subcategorias 
{
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
}
#leftmenu ul li,
#subcategorias li {
  position: relative;
}

#leftmenu ul li:hover:before,
#subcategorias li:hover:before {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  height: 0px;
  width: 0px;
  margin: auto;
}

#leftmenu ul li:hover > ul,
#subcategorias li:hover > ul {
  display: block;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  min-width: 100px;
}
#leftmenu ul li:hover > ul li a,
#subcategorias li:hover > ul li a {
  color: white;
}

#leftmenu ul li:hover > ul li a:hover,
#subcategorias li:hover > ul li a:hover {
  background-color: #005e9d;
}
#leftmenu ul li a {
  color: black;
  border-bottom: 1px solid #fff;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 7px;
  padding-right: 7px;
  display: block;
  text-decoration: none;
  font-size: 11px;
  font-size: 20px;
  border-bottom: 2px solid transparent;
}

#leftmenu ul li,#subcategorias ul li {
  margin: 15px;
}
/*#leftmenu ul li a:hover,#leftmenu ul li a.active { color: white;background-color: #005e9d  }*/
#leftmenu ul li a:hover,
#leftmenu ul li a.active,
#subcategorias li a.active, 
#subcategorias  li a.active {
  border-bottom: 2px solid #005e9d;
  color: #005e9d;
  font-weight: bold;
}
#leftmenu ul li > ul,
#subcategorias li > ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
}
.breadcrumbs span{
  text-transform: lowercase;
}
/**
pagination **/
.pagination li a{
  padding:3px;
  text-decoration: none;
  border:1px solid #eaeaea;
  padding-left: 5px; padding-right: 5px;
  margin-right: 2px;
}
.pagination .first,.pagination .last{
  display: none;
}
/** carrito **/
.rengloncarrito p{
  margin-bottom: 0;
}
.rengloncarrito:nth-child(even) {background: #efefef}
.rengloncarrito:nth-child(odd) {background: #FFF}
.rengloncarrito:hover{
  background: #ccc;
}
/** mapa **/
/*.gm-style img{
  height: 50px !important;
  width: 50px !important;
   overflow: auto !important;
}*/
.display-5 {
    font-size: 3.0rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-6 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-7 {
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 1.2;
}

/**
proceso de compra
**/
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
/** **/
.parpadea {
    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}
#mainNavMob li a{
padding-left: 10px;
padding-right: 10px;
}
/** navbar celular **/
/** navbar celular **/
/** navbar celular **/
.navbar-side {
  height: 100%;
  width: 270px;
  position: fixed;
  top: 0;
  right: 0;
  padding: 0;
  list-style: none;
  background-color: #f7f7f9;
  overflow-y: hide;
  z-index: 9999;
}
.overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background-color: #ccc;
  opacity: 0.6;
  z-index: 9990;
  width: 100%;
  height:100%;
}
.navbar-side ul {
  list-style: none;
  padding: 0;
}

.navbar-side-item {
  margin: 0;
}


.side-link {
  padding-left: 1rem;
  display: block;
  text-decoration: none !important;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #ccc;
}
/* SUB MENU */
.navbar-side ul .navbar-side-item{
  margin: 0;
}
.navbar-side ul .side-link {
  padding-left: 2rem;
}
/* TERMINA SUB MENU */
.navbar-side {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.reveal {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

/*  
  * Rating styles
  */
  .rating {
  width: 111px;
  font-size: 25px;
  overflow:hidden;
}
.rating input {
  float: right;
  opacity: 0;
  position: absolute;
}
.rating a,
.rating label {
  float:right;
  color: #aaa;
  text-decoration: none;
  -webkit-transition: color .4s;
  -moz-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s;
}
.rating label:hover ~ label,
.rating input:focus ~ label,
.rating label:hover,
.rating a:hover,
.rating a:hover ~ a,
.rating a:focus,
.rating a:focus ~ a		{
  color: orange;
  cursor: pointer;
}


/** termina nav bar celular **/
/** termina nav bar celular **/
/** termina nav bar celular **/

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}


@media (max-width: 767px){
 
  .linkcelular
  {

  background:#9e9e9e59;
  background-clip:content-box;
  
  }
}

.menu_bread a,.menu_bread span
{
  text-transform:uppercase;
}

/*.menu_bread a:first-letter
{
  text-transform:uppercase;
}
*/
.icon-bar a {
  display: inline-flex;
  text-align: center;
  padding: 8px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a.facebook {
  padding-left: 12px !important;
  padding-right: 12px !important;

}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
  text-decoration: none;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.whatsapp {
  background: #25D366;
  color: white;
}

.carousel-indicators{
  bottom: -4px !important;
}

/*  brian maltos 29 06 2021 */
.border-productos{
  border: 2px solid #dee2e6;
  border-radius:5px;
}

.border-productos-activo{
  border-bottom: 2px solid blue;
  margin-top: 15px;
  border-radius: 0px;
}

.etiqueta-descuento-old{
  box-shadow: 0px 10px 10px -6px black;width: 73px;font-size:12px;;color: #000;background-color: #FFC42C;text-align: center;border-radius: 10px;position: absolute;right: 25px;top: -211px;
}

.btn.dropdown-toggle:after
{
  content: none ;
}
#submenu .header-nav-main nav > ul > li > a
{
  color:#c7c7c7;
  background-color: transparent;
  margin:0px;
  border-radius: 0px;
}
#submenu .header-nav-main nav > ul > li > a.active,#submenu .header-nav-main nav > ul > li > a:hover,#submenu .header-nav-main nav > ul > li.active,#submenu .header-nav-main nav > ul > li:hover
{
  background-color: transparent !important;
  margin:0px;
}

.etiqueta-descuento{
  margin-top: -100px;
    width: 158%;
    height: 80px;
    font-size: 25px;
    align-content: center;
    display: block;
    color: #000;
    background-color: #FFC42C;
    background: url(../images/etiq-off.png);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    text-align-last: center;
    /*position: absolute;
    right: -50px;
    top: -230px*/
    transform: scale(0.5);
    padding: 10px;
}

#contact-form-index input, #contact-form-index textarea, #contact-form-index .is-valid
{
  background-color: transparent;
  border-color:#007bb5;
  border-radius: 0px;
}

#iniciarsesion input, #iniciarsesion textarea, #iniciarsesion .is-valid, #registrocliente input, #registrocliente textarea, #registrocliente .is-valid, #form-info input, #form-info textarea, #form-info .is-valid
{
  background-color:#E5E5E5 !important;
  border:none;
}

#contact-form-distribuidores input, #contact-form-distribuidores textarea, #contact-form-distribuidores .is-valid
{
  background-color: transparent;
  border-color:#000;
  border-radius: 0px;
}

#contact-form-distribuidores label
{
  color:#000;
  font-weight: bolder;
}


#iniciarsesion input:-webkit-autofill,
#iniciarsesion input:-webkit-autofill:hover, 
#iniciarsesion input:-webkit-autofill:focus, 
#iniciarsesion input:-webkit-autofill:active,
#registrocliente input:-webkit-autofill,
#registrocliente input:-webkit-autofill:hover, 
#registrocliente input:-webkit-autofill:focus, 
#registrocliente input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #013D80;
    transition: background-color 5000s ease-in-out 0s;
    border:1px solid #013D80;
    background-color:#E5E5E5;
}
/*
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #013D80;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: none;
}*/

.btn.btn-bg-primary 
{
  background-color:#013D80 !important;
  color:white !important;
}

.btn.btn-bg-primary:hover,.btn-bg-primary:focus
{
  color:#013D80 !important;
  background-color:transparent !important;
}


.stepwizard-row:before{
  background-color:transparent;
}

#contact-form-contacto input, #contact-form-contacto textarea, #contact-form-contacto .is-valid
{
  background-color: white;
/*  color:white;*/
  border-color: #205ca7;
}

.btn-secondary {
  background-color: #FFF100;
  border-color: #FFF100 #FFF100 #ccc100;
  color: #777;
}
#menu_cliente ul 
{
  padding:0px;
  display:flex;
}
#menu_cliente li
{
  list-style: none;
  border-right:2px solid #005e9d;
  margin-top: 30px;
  padding: 5px 10px;
}

#menu_cliente_mobile li 
{
  list-style: none;
  margin-top: 5px;
  padding: 5px 10px;
}

#menu_cliente li:last-child
{
  border-right: none;
  padding-right: 0px;
}
#menu_cliente ul li a, #menu_cliente_mobile ul li a
{
  font-size:19px;
  color:black;
  padding-top:6px;
  padding-bottom:6px;
  padding-left:7px;
  padding-right:7px;
  display:block;
  text-decoration: none;
  font-weight: bolder;
}

/*#menu_cliente ul li a:hover, #menu_cliente ul li a.active
{
  border-bottom:2px solid #005e9d;
}*/
.cards-info-cuenta
{
  border-radius: 20px;
  background-color: #D2DEED;
  color:black;
  padding:30px;
  font-size: 26px;
}

.dropdown-item.active, .dropdown-item:active
{
  background-color: transparent !important;
}
/*.form-control:disabled, .form-control[readonly]
{
  background-color: #e9ecef !important;
  opacity:1;
  border-color:transparent;
}*/

.range-wrap {
  position: relative;
  margin: 0 auto 3rem;
}
.range {
  width: 100%;
}
.bubble {
  background: red;
  color: white;
  padding: 4px 12px;
  position: absolute;
  border-radius: 4px;
  left: 50%;
  top:-40px;
  transform: translateX(-50%);
}
.bubble::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: red;
  top: 30px;
  left: 50%;
}
.bubble2 {
  background: red;
  color: white;
  padding: 4px 12px;
  position: absolute;
  border-radius: 4px;
  left: 50%;
  top:-40px;
  transform: translateX(-50%);
}
.bubble2::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: red;
  top: 30px;
  left: 50%;
}

.table thead th
{
  color:#005e9d;
}
.table td, .table th
{
  padding:0.5rem;
}


@media(min-width:1000px)
{
  .fondo-contacto-formulario
  {
    background-position: 50%;
  }
}

@media(min-width:1200px)
{
  .fondo-contacto-formulario
  {
    background-position: 20%;
  }
}

@media(min-width:1300px)
{
  .fondo-contacto-formulario
  {
    background-position: -60px;
  }
}

@media(min-width: 1200px){
  .etiqueta-descuento{
    margin-top: -230px;
    width: 166%;
  }
}