html {
  max-width: 100vw;
  overflow-x: hidden;
  height: 100%;
  scroll-behavior: smooth;
}
body {
  max-width: 100vw;
  overflow-x: hidden;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background: #FAFAFA;
  font-size: 14px;
}
*:focus {
  box-shadow: none!important;
}
a{
  color: #171717;
  text-decoration: none;
}
a:hover{
  color: #000;
  text-decoration: none;
}
img{
  max-width: 100%;
}
.loading{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(23,23,23,0.7);
  z-index: 99999;
  display: none;
}
.loading-inner{
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contenido{
  flex: 1 0 auto;
  padding-top: 216px;
}
.finalizar-entrega .contenido, finalizar-pago .contenido{
  padding-top: 175px;
}
.top-bar1{
  background: #1D1D1B;
  color: #FFF;
  font-size: 12px;
}
.top-bar1 a{
  color: #333333;
  font-size: 12px;
}
.top-bar1 a:hover{
  color: #FFF;
}
.top-bar{
  background: #FFF;
  color: #333333;
}
.top-bar a{
  color: #333333;
  font-size: 14px;
}
.top-bar a:hover{
  color: #000;
}
.navbar{
  background: #FFF!important;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 10000;
}
.navbar-brand img{
  width: 130px;
}
.navbar-verde{
  background: #E2231A;
}
.menu{
  background: #003494;
  /*background: linear-gradient(to left,  #003494 0%,  #003494 82%, #E2231A 82%);*/
  width: 100%;
}
.menu a{
  color: #FFF;
}
.navbar-verde a{
  color: #FFF !important;
  font-size: 15px;
}
.navbar-verde a:hover{
  color: #FFF !important;
}
.navbar-light .navbar-nav .nav-link{
  color: #FFF;
  
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus{
  color: #FFF;
  background: #E2231A;
}
.navbar-light .navbar-nav .nav-item.dropdown .nav-link:hover, .navbar-light .navbar-nav .nav-item.dropdown .nav-link:focus {
  color: #FFF;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active{
  background: #E2231A;
  color: #FFF;
}
.navbar-nav{
  justify-content: stretch;
}
.navbar-nav li.nav-item {
  flex: 1 1 auto !important;
  text-align: center;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  background-color: #1D1D1B;
}
.dropdown-menu {
  border-radius: 0;
}
.nav-link {
  padding: 0.75rem 1rem;
}
footer{
  background: #003494;
  color: #FFF;
  padding-bottom: 30px;
}
footer a{
  color: #FFF;
}
footer a:hover{
  color: #E2231A;
}
footer h5{
  color: #FFF;
  font-size: 16px;
}
.slide-info{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #FFF;
}
.slide-info h4, .slide-info h5{
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.btn-violeta{
  background: #003494;
  color: #FFF;
}
.btn-violeta:hover{
  background: #002870;
  color: #FFF;
}
.btn-verde{
  background: #E2231A;
  color: #FFF;
}
.btn-verde:hover{
  background: #ad140d;
  color: #FFF;
}
.bx-wrapper{
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
}
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../img/prev.svg) no-repeat;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../img/next.svg) no-repeat;
}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus{
  background: url(../img/next.svg) no-repeat;
  opacity: 0.7;
}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
  background: url(../img/prev.svg) no-repeat;
  opacity: 0.7;
}
.bx-wrapper .bx-controls-direction a {
  width: 34px;
  height: 34px;
}
.owl-carousel .owl-stage {
    display: flex;
}
.owl-carousel .owl-item > div {
    width: auto;
    height: 100%;
}
.owl-carousel .owl-stage-outer {
  padding-bottom: 0;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 99999;
}
.owl-prev {
  width: 15px;
  position: absolute;
  top: -25px;
  left: 0px;
  display: block !important;
  border:0px solid black;
}
.owl-next {
  width: 15px;
  position: absolute;
  top: -25px;
  right: 20px;
  display: block !important;
  border:0px solid black;
}
.owl-prev i, .owl-next i {
  color: #000;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}
.owl-stage{
	display: flex;
  align-items: center;
}
.owl-productos .owl-stage{
  align-items: stretch;
}
.owl-marcas .owl-stage-outer .owl-item > div{
  border: 1px solid #C7C7C7;
  background: #FFF;
  border-radius: 6px;
  overflow: hidden;
}
.oculto{
  display: none;
}
.link-whatsapp, .link-whatsapp:active{
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #FFF;
  background: #6aae35;
  border-radius: 50%;
  padding: 5px 8px; 
  z-index: 999;
}
.link-whatsapp:hover{
  color: #FFF;
  background: #04947c;
}
.grecaptcha-badge{
  opacity:0;
}
.titulo-separador{
  color: #E2231A;
		text-align: center;
  font-weight: bold;
}
.titulo-separador img{
	width: 30px;
}
.bg-gris{
	background: #EBEBEB;
}
.titulo-separador{
  margin: 20px auto;
  overflow: hidden;
  text-align: center;   
  line-height: 1.2em;
}
.titulo-separador:before, .titulo-separador:after{
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 50%;
  border-bottom: 2px dashed #CCC;
  margin: 0 0% 0 -55%;
}
.titulo-separador:after{
  margin: 0 -55% 0 0%;
}
.fw-medium{
	font-weight: 500;
}
.producto-listado{
	background: #FFF;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #333333;
  border-radius: 4px;
  overflow: hidden;
}
.producto-listado hr {
  background-color: #dee2e6;
  opacity: 1;
  margin: 0.25rem 0 !important;
}
.precio{
	font-size: 22px;
	color: #333;
  font-weight: bold;
}
.precio-tachado{
	color: #E2231A;
  text-decoration: line-through;
}
.precio-tachado .precio{
	color: #A0A0A0;
  font-weight: 500;
  font-size: 1rem;
}
.precio-listado{
  font-size: 16px;
  color: #003494;
  font-weight: bold;
}
.precio-listado .small{
  font-size: 10px;
  color: #333333;
  font-weight: 400;
}
.producto .precio-listado{
  font-size: 22px;
}
.producto-nombre{
  font-size: 16px;
  min-height: 50px;
}
.producto-detalle .precio{
	font-size: 28px;
}
.number-spinner{
	border: 1px solid #003494;
  width: 90px;
  display: inline-flex;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.number-spinner i{
	color: #C3C6D1;
  font-weight: 300;
}
.number-spinner .form-control{
	border: 0;
  padding: 5px;
  color: #003494;
}
.number-spinner .btn{
	border: 0;
  padding: 0.375rem 0.35rem;
}
.number-spinner .cantidad{
  text-align: center;
}
.agregar{
	border: 2px solid #E2231A;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.number-spinner.agregado{
	border-color: #003494;
}
.agregar.agregado{
	background: #333333;
	border-color: #333333;
}
.cartel{
	width: 80px;
  height: 80px;
  color: #FFF;
  position: absolute;
  top: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1;
  padding: 10px;
}
.cartel-descuento{
	background: #F77B00;
  right: 5px;
}
.cartel-descuento2{
	background: #003494;
  right: 5px;
}
.cartel-descuento-desfasado{
  top: 50px;
  background: #002870;
}
.cartel .h5{
  font-size: 1.1rem;
}
.cartel-descuento2-arriba .h5{
  font-weight: bolder;
  font-size: 1.1rem;
}
.cartel-nuevo{
	background: #E2231A;
  right: 5px;
}
.cartel-sinstock{
	background: #e8b012;
  top: 150px;
  right: 5px;
  color: #000;
  font-weight: bold;
}
.producto-promo{
	background: #003494;
  color: #FFF;
  border-radius: 6px;
  text-align: center;
  font-size: 12px;
  margin-bottom: 0.5rem;
  padding: 5px 3px;
}
.dropdown-item{
  color: #1D1D1B !important;
}
.dropdown-item:hover{
  color: #FFF !important;
  background: #1d1d1b;
  /*font-size: 14px;*/
}
.nav-link.dropdown-toggle{
  /*background: #E2231A;*/
}
.marcas-menu{
  /*background: #E2231A;*/
}
.marcas-menu.active{
  background: #FFF!important;
	color: #003494!important;
}
.contenedor-blanco{
  background: #FFF;
  box-shadow: rgba;
  box-shadow: 0 2px 4px rgba(0,0,0,0.29);
  border-radius: 6px;
}
.contenedor-marcas{
  min-height: 80px;
}
.foto-container{
  border-right: 1px solid #dee2e6;
  position: relative;
}
.texto-gris{
  color: #6F6F6F;
}
.texto-verde{
  color: #E2231A;
}
.texto-violeta{
  color: #003494;
}
.producto-detalle .descuento{
	font-size: 22px;
  background: #003494;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  padding: 4px;
}
.icono-circulo{
  background: #6F6F6F;
  color: #FFF;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
}
.nav-tabs .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link{
  color: #A0A0A0;
}
.nav-tabs .nav-link.active{
  color: #FFF;
  background: #A0A0A0;
}
.carrito .precio {
  font-weight: normal;
}
.eliminar{
  background: none;
  border: 0;
  padding: 0;
}
.encabezado{
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  color: #FFF;
  font-weight: bold;
  height: 200px;
  display: flex;
  align-items: center;
}
.encabezado h1{
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
}
.linea{
  position: absolute;
  right: 15px;
  bottom: 0;
  width: 130px;
}
.linea_logo{
  height: 150px;
  width: auto;
}
.accordion-button:not(.collapsed) {
  color: #FFF;
  background-color: #003494;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.carrito-cantidad{
  position: absolute;
  top: 3px;
  left: 3px;
  font-size: 10px;
  font-weight: 300;
}
.white-space-nowrap{
  white-space: nowrap;
}
/* Chrome, Safari, Edge, Opera */
.number-spinner input::-webkit-outer-spin-button,
.number-spinner  input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.number-spinner input[type=number] {
  -moz-appearance: textfield;
}
.finalizar-container{
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9;
}
.fianlizar-conpra{
  border-radius: 50%;
  width: 85px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.buscar{
  display: flex;
}
.buscar .form-control{
  height: 3rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.buscar .form-floating > label {
  padding: 0.4rem 0.75rem;
  line-height: 2.4;
}
.buscar .btn{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.buscar .form-floating > .form-control:focus,.buscar .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 10px;
  padding-bottom: 0;
}
.buscar-container{
  padding: 0 10%;
}
.buscar-container .form-control{
  background: #F7F7F7;
  border: #DEDEDE;
  border-right: 0;
}
.buscar-container .btn{
  background: #F7F7F7;
  border: #DEDEDE;
  border-left: 0;
  color: #003494;
}
.buscar-container .form-control:focus {
  background: #F7F7F7;
  border: #DEDEDE;
  border-right: 0;
}
.tab-content > .tab-pane {
  font-size: 16px;
}
.link-whatsapp, .link-whatsapp:active{
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #FFF;
  background: #6aae35;
  border-radius: 50%;
  padding: 5px 8px; 
}
.link-whatsapp:hover{
  color: #FFF;
  background: #04947c;
}
.cajasnotificacion{
  font-style: italic;
}
.recuadros-home{
  color: #FFF;
}
.recuadros-home > div > div{
  color: #FFF;
  border-radius: 6px;
  padding: 25px 20px;
  height: 100%;
}
.bg-verde {
  background: #60A139;
  color: #FFF;
}
.bg-violeta {
  background: #914999;
  color: #FFF;
}
.bg-naranja {
  background: #FF6B00;
  color: #FFF;
}
.bg-celeste {
  background: #57C1E8;
  color: #FFF;
}
.bg-azul {
  background: #003494;
  color: #FFF;
}
.bg-rojo {
  background: #D9000D;
  color: #FFF;
}
.bg-rojo .btn-light{
  color: #D9000D;
}
.bg-rojo .btn-light:hover{
  color: #000;
}
.bg-naranja .btn-light{
  color: #FF6B00;
}
.bg-naranja .btn-light:hover{
  color: #000;
}
.bg-naranja {
  background: #FF6B00;
  color: #FFF;
}
.bg-amarillo{
  background: #e8b012;
  color: #FFF;
}
.btn-carrito{
  height: 45px;
  display: inline-flex;
  flex-direction: column;
}
.btn-carrito.bg-gris{
  font-size: 14px;
  color: #003494;
}
#btn-comprar{
  height: 45px;
  display: inline-flex!important;
  align-items: center;
  justify-content: center;
}
.presentacion{
  color: #333333;
  background: #F0F0F0;
  border-radius: 6px;
  height: 100%;
  padding: 8px;
  text-align: center;
}
.recuadro-descuento{
  color: #FFF;
  background: #D9000D;
  border-radius: 6px;
  height: 100%;
  text-align: center;
  line-height: 1;
}
.numeros{
  background: #D9000D;
  color: #FFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: 300;
}
.icono-certificaciones{
  width: 40px;
  margin-right: 5px;
}
.paso-circulo{
  background: #FFF;
  color: #003494;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.paso-circulo-pendiente{
  background: #C7C7C7;
}
.checkcontainer{
  border: 1px solid #D3D3D3;
  border-radius: 6px;
  padding: 15px 40px;
  margin-bottom: 6px;
}
.pedidofinalizado{
  border-radius: 6px;
}
.encabezado-perfil{
  background-color: #FFF;
  color: #003494;
  border-left: 15px solid #F77B00;
  padding-left: 10px;
}
.encabezado-azul{
  background-color: #FFF;
  color: #003494;
  border-left: 15px solid #003494;
  padding-left: 10px;
}
h5 small{
  font-size: 0.8rem;
}
.certificaciones{
  position: absolute;
  left: 10px;
  top: 5px;
}
.certificaciones img{
  width: 60px!important;
}
.form-floating > textarea.form-control{
  height: 100px;
}
.info-imagenes{
  font-size: 12px;
}
.modal-backdrop.show {
  z-index: 99999;
}
.modal {
  z-index: 999999;
}
.as-v1-popup.visible {
  background: rgba(0, 0, 0, 0.8);
}
@media (min-width: 992px){
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
  .navbar .has-megamenu {
    position: static!important;
  }
  .finalizar-container {
    bottom: auto;
    top: 50%;
  }
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1199px) {
  .buscar-container{
    padding: 0 5%;
  }
}
@media screen and (max-width: 991px) {
  .navbar-brand img{
    width: 80px;
  }
  .menu{
    background: #1D1D1B;
  }
  .navbar-collapse{
    padding-top: 15px;
  }
  .navbar-collapse.show{
    max-height: calc(100vh - 218px);
    overflow: auto;
  }
  .nav-link.dropdown-toggle {
    background: #1D1D1B;
  }
  .dropdown-menu {
    color: #FFF;
    background-color: #E2231A;
    border-radius: 0;
    border: 0;
    margin-top: 0;
    padding-top: 0;
  }
  .dropdown-item{
    color: #FFF !important;
    font-size: 14px;
    padding-left: 0;
  }
  .foto-container{
    border-right: 0;
    border-bottom: 1px solid #dee2e6;
  }
  .encabezado h1{
    font-size: 1.5rem;
  }
  .encabezado{
    height: 100px;
  }
  .contenido {
    padding-top: 154px;
  }
  .navbar-light .navbar-nav .nav-item.dropdown .nav-link, .navbar-light .navbar-nav .nav-item.dropdown .nav-link {
    padding-left: 10px;
  }
  .navbar-light .navbar-nav .nav-item.dropdown .nav-link:hover, .navbar-light .navbar-nav .nav-item.dropdown .nav-link:focus {
    color: #FFF;
    padding-left: 10px;
  }
  .marcas-menu {
    padding-left: 10px !important;
  }
  .navbar-nav li.nav-item {
    text-align: left;
  }
  .nav-link {
    padding: 0.25rem 0rem;
  }
  #btn-comprar {
    display: none!important;
  }
}
@media (max-width: 767px){
  .main-nav{
    flex-wrap: unset !important;
  }
  .contenido {
    padding-top: 172px;
  }
  .info-imagenes{
    font-size: 10px;
  }
  .paso {
    text-align: center;
  }
  .paso-circulo {
    width: 30px;
    height: 30px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .encabezado{
    height: 80px;
  }
  .recuadro-descuento{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .recuadro-descuento > div{
    margin: 5px;
  }
}
@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px){
}