:root {
  --light-primary: #6D9CBC;
  --primary: #325570;
  --dark-primary: #1A334C;
  --white: #fff;
  --light-grey: #eaeaea;
  --grey: #8c8e94;
  --dark-grey: #3a3a3a;
  --font-primary: "Work Sans", sans-serif;
  --gradient: linear-gradient(var(--light-primary), var(--dark-primary));
}

@font-face {
  font-family: "Heebo";
  /* font-weight: normal; */
  src: url("fonts/Heebo-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Heebo Regular";
  font-weight: normal;
  src: url("fonts/Heebo-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Heebo Light";
  font-weight: 300;
  src: url("fonts/Heebo-Light.ttf") format("truetype");
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?frru1x");
  src: url("fonts/icomoon.eot?frru1x#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?frru1x") format("truetype"),
    url("fonts/icomoon.woff?frru1x") format("woff"),
    url("fonts/icomoon.svg?frru1x#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "icomoon-plus";
  src: url("fonts/icomoon-plus.eot?frru1x");
  src: url("fonts/icomoon-plus.eot?frru1x#iefix") format("embedded-opentype"),
    url("fonts/icomoon-plus.ttf?frru1x") format("truetype"),
    url("fonts/icomoon-plus.woff?frru1x") format("woff"),
    url("fonts/icomoon-plus.svg?frru1x#icomoon-plus") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
[class^="i-"],
[class*=" i-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon-plus" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.c-contenido-sw .c-contenido.politicas-datos li {
  margin-bottom: 20px;
}
h2, h3 {
  font-family: "Heebo";
}
.icon-youtube:before {
  content: "\e901";
}
.icon-flecha-der:before {
  content: "\e91b";
  color: #fff;
}
.icon-flecha-izq:before {
  content: "\e91c";
  color: #fff;
}
.icon-casa:before {
  content: "\e91a";
}
.icon-facebook-msg:before {
  content: "\e900";
  color: #fff;
}
.icon-carrito:before {
  content: "\e902";
}
.icon-f-der:before {
  content: "\e904";
  color: var(--primary);
}
.icon-facebook:before {
  content: "\e906";
  color: #fff;
}
.icon-mas:before {
  content: "\e907";
  color: #fff;
}
.icon-chat-res:before {
  content: "\e908";
  color: var(--primary);
}
.icon-instagram:before {
  content: "\e909";
  color: #fff;
}
.icon-linkedin:before {
  content: "\e90a";
  color: #f1f2f2;
}
.icon-video:before {
  content: "\e90d";
  color: #fff;
}
.icon-menu:before {
  content: "\e90e";
}
.icon-soporte:before {
  content: "\e90f";
  color: #fff;
}
.icon-twitter:before {
  content: "\e910";
  color: #fff;
}
.icon-cerrar:before {
  /* content: "\e911"; */
  content: "\e912";
}
.icon-cerrar-circulo:before {
  content: "\e912";
  color: var(--primary);
}
.icon-buscador:before {
  content: "\e914";
}
.icon-f-izq:before {
  content: "\e915";
  color: var(--primary);
}
.icon-chat:before {
  content: "\e916";
  color: var(--primary);
}
.icon-usuario:before {
  content: "\e917";
  color: #fff;
}
.icon-whatsapp:before {
  content: "\e918";
  color: #fff;
}
.icon-telefono:before {
  content: "\e942";
}
.icon-correo:before {
  content: "\e945";
}
.i-arrow-left-circle:before {
  content: "\e900";
}
.i-arrow-right-circle:before {
  content: "\e901";
}
.i-clock:before {
  content: "\e902";
}
.i-facebook:before {
  content: "\e903";
}
.i-headphones:before {
  content: "\e904";
}
.i-home:before {
  content: "\e905";
}
.i-instagram:before {
  content: "\e906";
}
.i-list:before {
  content: "\e907";
}
.i-mail:before {
  content: "\e908";
}
.i-map-pin:before {
  content: "\e909";
}
.i-menu:before {
  content: "\e90a";
}
.i-message-square:before {
  content: "\e90b";
}
.i-messenger:before {
  content: "\e90c";
}
.i-phone:before {
  content: "\e90d";
}
.i-refresh-cw:before {
  content: "\e90e";
}
.i-search:before {
  content: "\e90f";
}
.i-star:before {
  content: "\e910";
}
.i-user:before {
  content: "\e911";
}
.i-youtube:before {
  content: "\e912";
}
.i-camion:before {
  content: "\e913";
}
.i-video:before {
  content: "\e914";
}
.i-shopping-cart:before {
  content: "\e915";
}
html,
body {
  height: 100%;
  font-family: "Heebo";
  background: #fff;
}
body.noscroll {
  overflow: hidden;
}
body.error .msg-error {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  border-radius: 0;
}

.clear {
  clear: both;
}
/* .pddlz {
  padding-left: 0;
} */
.alert {
  text-align: left;
}
.btn-azul,
.btn-rojo,
.btn-verde,
.vista-desplegada .btn-comprar,
.vista-desplegada .btn-agregar-carro,
.vista-carro-compras .btn-confirmar-pedido,
.vista-finalizar-compra .btn-realizar-pago,
.vista-iniciar-sesion .btn-iniciar-sesion,
.vista-iniciar-sesion-finalizar-compra .btn-iniciar-sesion,
.vista-crear-cuenta .btn-crear-cuenta,
.vista-mi-cuenta .btn-actualizar-info-usuario,
.vista-mi-cuenta .btn-crear-direccion,
.vista-direccion-usuario .btn-guardar-direccion-usuario,
.vista-direccion-usuario .btn-cerrar,
.vista-contacto .btn-enviar-mensaje-contacto,
.vista-cotizar-en-linea .btn-enviar-mensaje-contacto,
.vista-recuperar-contrasena .btn-recuperar-contrasena,
.vista-recuperar-contrasena-cambiar .btn-recuperar-contrasena-cambiar,
.vista-desplegada .tab-pane .c-accion a.btn,
.vista-enviar-pregunta .btn-enviar-pregunta,
.vista-enviar-valoracion .btn-enviar-valoracion,
.vista-desplegada .btn-cotizar-producto,
.vista-desplegada .btn-agregar-cotizacion,
.vista-cotizar-producto .btn-solicitar-cotizacion,
.servicio .btn-accion,
.vista-desplegada .tab-pane .c-mas-preguntas a,
.modal .modal-footer button:not(.close),
.index .c-banner .texto a.verde,
.nosotros .verde,
.marca-personalizada .verde,
.product-description a,
a.verde,
.boton-claro,
.boton-oscuro,
.boton-blanco {
  font-family: Heebo;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 25px;
  border-radius: 0;
  font-size: 15px;
  background-color: var(--light-primary);
  color: #fff;
  font-family: "Heebo";
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  line-height: 25px;
  font-weight: normal;
}
.btn-azul:hover,
.btn-rojo:hover,
.btn-verde:hover,
.vista-desplegada .btn-comprar:hover,
.modal .modal-footer button.btn-verde:hover,
.resumen-compra .realizar-pedido:hover,
.modal#modal-iniciar-sesion .box-login button.btn:hover,
.registro .box-login button.btn:hover,
.registro .right .c-btn a:hover,
.vista-finalizar-compra .formulario-finalizar-compra .c-iniciar-sesion a:hover,
.c-usuario .c .subtitulo .btn:hover,
.c-usuario .btn-crear-direccion:hover,
header .btn-opciones-user .dropdown-menu a.cerrar:hover,
header .btn-carro .dropdown-menu .valores a.carrito:hover,
.registro .c-btn a.btn:hover,
.btn-ver-mas:hover,
.vista-desplegada .opciones-comprar .btn-preguntar:hover,
header .main .c-opciones .opcion:hover .icono,
header .main .c-buscador .btn-categorias:hover,
footer .suscripcion .input-group .input-group-text:hover,
footer .rs a:hover,
.vista-desplegada .btn-agregar-carro:hover,
.vista-carro-compras .btn-confirmar-pedido:hover,
.vista-finalizar-compra .btn-realizar-pago:hover,
.vista-iniciar-sesion .btn-iniciar-sesion:hover,
.vista-iniciar-sesion .btn-ver-form-crear-cuenta:hover,
.vista-crear-cuenta .btn-crear-cuenta:hover,
.vista-mi-cuenta .btn-actualizar-info-usuario:hover,
.vista-mi-cuenta .btn-crear-direccion:hover,
.vista-direccion-usuario .btn-guardar-direccion-usuario:hover,
.vista-direccion-usuario .btn-cerrar:hover,
.vista-iniciar-sesion-finalizar-compra .btn-iniciar-sesion:hover,
.vista-contacto .btn-enviar-mensaje-contacto:hover,
.vista-cotizar-en-linea .btn-enviar-mensaje-contacto:hover,
.vista-recuperar-contrasena .btn-recuperar-contrasena:hover,
.vista-recuperar-contrasena-cambiar .btn-recuperar-contrasena-cambiar:hover,
.vista-desplegada .tab-pane .c-accion a.btn:hover,
.vista-desplegada .tab-pane .c-mas-preguntas a:hover,
.vista-enviar-pregunta .btn-enviar-pregunta:hover,
.vista-enviar-valoracion .btn-enviar-valoracion:hover,
.c-preferencias .btn-encontrar-regalo:hover,
.vista-desplegada .btn-cotizar-producto:hover,
.vista-desplegada .btn-agregar-cotizacion:hover,
.vista-cotizar-producto .btn-solicitar-cotizacion:hover,
.servicio .btn-accion:hover,
.modal .modal-footer button:not(.close):hover,
.index .c-banner .texto a.verde:hover,
.nosotros .verde:hover,
.marca-personalizada .verde:hover,
.product-description a:hover,
a.verde:hover,
.boton-claro:hover,
.boton-oscuro:hover,
.boton-blanco:hover {
  color: #fff;
  cursor: pointer;
  opacity: 0.9;
}
.boton-oscuro {
  background-color: var(--dark-primary) !important;
  border: 1.5px solid var(--dark-primary) !important;
}

.boton-oscuro:hover {
  opacity: 1 !important;
  background-color: #fff !important;
  color: var(--dark-primary) !important;
}

.boton-blanco {
  color: var(--dark-primary) !important;
  background-color: #fff !important;
  color: var(--dark-primary) !important;
  border: 1.5px solid var(--dark-primary) !important;
}

.boton-blanco:hover {
  opacity: 1 !important;
  color: #fff !important;
  background-color: var(--dark-primary) !important;
}

.form label {
  color: var(--dark-primary);
}

h1 {
  clear: both;
  color: #000;
  margin: 0 0 30px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
p {
  color: #040404;
  font-size: 16px;
  font-weight: 300;
  font-family: "Heebo Light";
}

header {
  background: #fff;
  color: #000;
  position: relative;
  z-index: 2;
}
header .top {
  position: sticky;
  font-size: 16px;
  background: #DCDCDB;
  color: var(--primary);
  padding: 5px 3%;
}
header .top a {
  font-size: 12px;
  color: var(--primary);
}
header .top a:hover,
header .top a.active,
header .top a:hover i:before {
  color: #fff;
  text-decoration: none;
}
header .top a.correo {
  margin-left: 32px;
}
header .top a i {
  position: relative;
  top: 2px;
  margin-right: 5px;
}
header .top a i:before {
  color: var(--light-primary);
}
header .top a i.icono-soporte,
header .top a i.icono-video,
.vista-desplegada .c-soporte a i {
  background: url(../img/iconos.png) 0px -96px no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: -5px;
  margin: 0;
}
header .top a i.icono-video,
.vista-desplegada .c-soporte a i.icono-video {
  background-position: -32px -96px;
}
header .top .text-right a {
  font-family: "Heebo";
  font-weight: bold;
  margin-left: 25px;
  position: relative;
  padding-left: 36px;
  padding-top: 3px;
}
header .top .cali,
header .top .cartagena {
  padding: 0 18px;
}
header .top .s {
  margin: 0 6px;
}
header .top .e,
header .top .idioma {
  margin-left: 20px;
}
header .top .l a {
  font-weight: 600;
  padding-top: 3px;
}
header .top .icon-whatsapp,
header .top .icon-herramienta {
  font-size: 17px;
  position: relative;
  top: 2px;
  margin-left: 5px;
}

header .c-right {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
header .b {
  display: grid;
  grid-template: 130px auto / auto 1fr;
  background: #fff url("../img/fondo-logo.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: right;
}

header .c-logo a {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
header .linea {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 62px;
  background: #0f0a0e;
  width: 200px;
}
header .c-buscador {
  position: relative;
  float: left;
  width: 43%;
  margin: 0 30px 0 50px;
}
header .c-buscador {
  border: solid 1px var(--light-primary);
  border-radius: 30px;
  background-color: #fff;
  z-index: 15;
}
header .c-buscador input {
  border-left: none;
  padding-left: 10px;
  padding-top: 13px;
  height: 40px;
  font-size: 18px;
  border: none;
  font-family: 'Heebo';
}
header .c-buscador .dropdown-toggle {
  border-right: none;
  padding-right: 5px;
  padding-left: 18px;
  font-size: 11px;
  border: none;
}
header .c-buscador .dropdown-toggle i {
  display: inline-block;
  top: 2px;
  position: relative;
  font-size: 16px;
}
header .c-buscador .dropdown-toggle:after {
  display: none;
}
header .c-buscador .dropdown-menu {
  padding: 9px 0;
  min-width: 185px;
  top: 43px;
}
header .c-buscador .dropdown-menu a {
  color: #323232;
  font-size: 13px;
  padding: 5px 19px;
}
header .c-buscador .dropdown-menu a:hover,
.menu-principal .dropdown-menu a:hover {
  background: var(--primary);
  color: #fff;
}
header .c-buscador a.btn-buscar {
  position: absolute;
  top: 1px;
  right: 8px;
  width: 40px;
  height: 42px;
  z-index: 3;
  padding-top: 12px;
  text-align: center;
}
header .c-buscador a.btn-buscar i {
  display: inline-block;
  font-size: 19px;
}
header .c-buscador a.btn-buscar i:before {
  color: var(--dark-primary);
}
header .c-buscador .resultados-buscador {
  z-index: 2;
    display: none;
    position: absolute;
    position: absolute;
    width: 100%;
    top: 43px;
    background: #fff;
    overflow-y: scroll;
    max-height: 70vh;
}

header .c-buscador .resultados-buscador::-webkit-scrollbar {
  background: transparent;
  width: 4px;
}
header .c-buscador .resultados-buscador::-webkit-scrollbar-button {
  display: none;
}
header .c-buscador .resultados-buscador::-webkit-scrollbar-track {
  background: transparent;
}
header .c-buscador .resultados-buscador::-webkit-scrollbar-thumb {
  background: var(--dark-primary);
  /* border-radius: 2px; */
}

header .c-buscador .resultados-buscador .sin-resultados {
  padding: 20px 25px;
}
header .c-buscador .lista-resultados {
  padding: 22px 27px 20px;
}
header .c-buscador .lista-resultados a {
  display: block;
  color: #000000;
  font-size: 14.5px;
  font-weight: 100;
  line-height: 30px;
}
header .c-buscador .lista-resultados a span {
  color: #068035;
}
header .c-buscador .resultados-buscador .subtitulo {
  font-size: 19px;
  font-weight: 100;
  color: #000;
  padding: 0 0 11px 11px;
}
header .c-buscador .resultados-buscador .cr.u-loading {
  opacity: 0.5;
}
header .c-buscador .resultados-buscador .cr.u-loading:after {
  border-radius: 50%;
  position: absolute;
  width: 4.125rem;
  height: 4.125rem;
  border-top: 0.5em solid hsla(0, 2%, 62%, 0.4);
  border-right: 0.5em solid hsla(0, 2%, 62%, 0.4);
  border-bottom: 0.5em solid hsla(0, 2%, 62%, 0.4);
  border-left: 0.5em solid #837f7f;
  animation: load8 1.1s infinite linear;
  content: " ";
  left: 50%;
  top: 43%;
  margin-left: -1.5625rem;
  margin-top: -1.5625rem;
  transition: opacity 0.5s;
}
header .c-buscador .resultados-buscador a.c-producto {
  display: block;
  min-height: 85px;
  height: auto;
  border-bottom: 1px solid #dedede;
  padding: 13px 0 10px 25px;
}
header .c-buscador .resultados-buscador a.c-producto:hover {
  /* -webkit-box-shadow: inset 0px 0px 0px 0px rgba(197, 192, 192, 0.9);
  -moz-box-shadow: inset 0px 0px 0px 0px rgba(197, 192, 192, 0.9); */
  box-shadow: inset 0px 0px 5px 0px rgba(197, 192, 192, 0.9);
}
header .c-buscador .resultados-buscador .c-producto .imagen {
  margin-right: 10px;
  width: 76px;
  height: 60px;
  background: #f9f9f9;
}
header .c-buscador .resultados-buscador .c-producto .imagen {
  float: left;
}
header .c-buscador .resultados-buscador .c-producto .info {
  line-height: 16px;
  /* float: left; */
  width: 75%;
}
header .c-buscador .resultados-buscador .c-producto .star-rating span {
  line-height: 20px;
  font-size: 19px;
}
header .c-buscador .resultados-buscador .c-producto .titulo {
  color: #444243;
  font-size: 15px;
  font-weight: bold;
}
header .c-buscador .resultados-buscador .c-producto .precio {
  color: #47499a;
  font-size: 16px;
}
header .c-buscador .resultados-buscador .c-producto .precio span {
  color: #b1abab;
  text-decoration: line-through;
  margin-left: 7px;
  font-size: 91%;
}

header .btn-opciones-user .invitado {
  line-height: 17px;
  padding-left: 41px;
  position: relative;
  font-family: "Heebo";
  font-size: 13px;
}
header .btn-opciones-user .invitado i,
header .btn-carro i {
  font-size: 28px;
  background: var(--light-primary);
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
header .btn-opciones-user .invitado i,
header .btn-carro i:hover {
  cursor: pointer;
}
header .btn-opciones-user .invitado a {
  color: var(--dark-primary);
  display: block;
}
header .btn-opciones-user .invitado a.r {
  color: var(--dark-primary);
  font-weight: bold;
}
header .btn-buscador-movil,
header .btn-cerrar-buscador {
  display: none;
}
header .btn-carro {
  display: inline-block;
  position: relative;
}
header .btn-carro i.icon-carrito {
  top: 0;
  left: 0;
  position: relative;
  display: block;
}
header .btn-carro .icon-carrito:before {
  color: #fff;
}
header .btn-carro .cant {
  position: absolute;
  width: 22px;
  height: 22px;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  text-align: center;
  top: 0;
  right: 0;
  background: var(--dark-primary);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 2px;
}

.c-r {
  max-height: 440px;
  overflow: auto;
}
.c-r .c_registro {
  color: #000;
  position: relative;
  border-bottom: 1px solid #bcbcbc;
  padding: 35px 0 20px;
}
.c-r .c_registro:first-child {
  padding-top: 10px;
}
.c-r .c_registro .notificaciones {
  position: absolute;
  top: 13px;
  right: 0;
}
.c-r .c_registro .notificaciones span {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
.c-r .c_registro .notificaciones .btn-group button {
  border: 1px solid #d8cece;
  color: #000;
  font-weight: 400;
  padding: 3px 10px;
  font-family: helvetica;
}
.c-r .c_registro .notificaciones .btn-group button span.estado {
  display: inline-block;
  width: 18px;
  height: 15px;
  background: #aba4a4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  top: 3px;
}
.c-r .c_registro .notificaciones .btn-group button span.estado.rojo {
  background: #ff0000;
}
.c-r .c_registro .notificaciones .btn-group button span.estado.verde {
  background: #529214;
}
.c-r .c_registro .notificaciones .btn-group button span.estado.amarillo {
  background: #ffeb3b;
}
.c-r .c_registro .msgr {
  line-height: 19px;
  font-size: 15px;
  padding-top: 25px;
}
.c-r .c_registro .msgre {
  padding: 20px 0 12px;
}
.c-r .c_registro .msgre span {
  color: #529115;
  font-weight: bold;
}

.menu-principal {
  position: relative;
  z-index: 1;
  background-color: var(--dark-primary);
  text-align: left;
  box-shadow: none;
  border-left: 0;
  grid-column: 1 / 3;
  padding: 0 90px 0 50px
}
.menu-principal ul {
  width: 100%;
  /* display: inline-block; */
  display: flex;
  margin: 0;
  list-style: none;
  padding: 0;
  border: none !important;
  box-shadow: none;
  justify-content: space-between;
}
.menu-principal ul > li {
  display: inline-block;
  border: none !important;
  box-shadow: none;
}
.menu-principal ul > li > a,
.menu summary a {
  position: relative;
  border-top: none;
  display: block;
  padding: 12px 13px;
  color: #ebebeb;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Heebo";
}
.menu-principal ul > li > a.active,
.menu-principal ul > li > a:hover:not(.icon-cotizacion),
.menu-principal ul li .input-group-btn .dropdown-toggle:hover,
.menu-principal ul > li > a:focus {
  background: var(--light-primary);
  text-decoration: none;
}

.index .c-banner {
  background: #fff;
  height: auto;
  position: relative;
  z-index: 0;
}
.index .c-banner .banner {
  position: relative;
}
.index .c-banner .texto {
  z-index: 10;
  position: absolute;
  top: 140px;
  left: 60px;
  width: 400px;
}
.index .c-banner .texto .titulo {
  line-height: 45px;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "Heebo";
  color: var(--dark-primary);
}

.index .c-banner .texto h1 {
  line-height: 45px;
  font-size: 38px;
  font-weight: normal;
  margin-bottom: 10px;
  font-family: "Heebo";
  color: #fff;
  text-align: left;
}

.index .c-banner .texto .subtitulo {
  line-height: 22px;
  font-size: 19px;
  font-weight: 500;
  padding-top: 3px;
  color: #fff;
}

.index .c-banner .texto p {
  line-height: 2px;
  font-size: 14px;
  font-weight: 500;
  padding-top: 5px;
  color: #fff;
}

.index .c-banner .texto a {
  margin-top: 27px;
}
.index .c-banner .owl-nav {
  width: 100%;
  position: absolute;
  top: 42%;
  left: 0;
  margin: 0;
}
.index .c-banner .owl-nav .icono,
.c-productos .owl-nav button i {
  font-size: 22px;
}
.index .c-banner .owl-nav button,
.index .banner .owl-nav button.owl-next,
.c-productos .owl-nav button,
.productos-relacionados .owl-nav button {
  left: 33px;
  position: absolute;
  background: transparent !important;
  border: 2px solid #fff !important;
  opacity: 1;
  margin: 0;
  width: 55px !important;
  line-height: 16px !important;
  height: 55px !important;
  text-align: center;
  padding: 0 !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  border-radius: 50px !important;
}
.index .c-banner .owl-nav button.owl-next {
  right: 33px;
  left: initial;
}
.index .c-banner .owl-nav button i:before {
  color: #fff;
}
.index .c-banner .owl-dots {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 60px;
}

.index .c-productos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.index .c-productos h2 {
  margin-bottom: 40px;
  text-align: center;
  color: var(--dark-primary);
  font-weight: bold;
  font-size: 42px;
  font-family: "Heebo";
}
.index .c-productos h2 {
  margin-bottom: 40px;
  text-align: center;
  color: var(--dark-primary);
  font-weight: bold;
  font-size: 42px;
  font-family: "Heebo";
}
.index .c-productos h2 span {
  display: block;
  font-size: 18px;
  font-family: "Heebo";
  font-weight: normal;
  color: #000;
  padding-top: 10px;
}
.index .c-productos .imagen {
  border: none !important;
}
.index .c-envios {
  text-align: center;
  background: url("../img/fondo-certificaciones.png");
  background-size: cover;
  color: var(--dark-primary);
  font-family: "Heebo";
  font-weight: bold;
  padding: 70px 110px 70px 60px;
}
.index .envios-nacional {
  background: url("../img/fondo-envios.png");
  background-size: cover;
  padding: 30px 110px 30px 60px;
}
.producto {
  border: 1.5px solid #E5E5E4;
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.producto:hover {
  cursor: pointer;
  border: 1.5px solid var(--primary);
  box-shadow: none;
}
.producto .imagen {
  position: relative;
  min-height: 214px;
  text-align: center;
  overflow: hidden;
}
.producto .imagen img {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.producto .detalle {
  padding: 15px 15px 0;
  min-height: 170px;
}
.producto .detalle .cat {
  text-transform: uppercase;
  color: var(--light-primary);
  font-size: 14px;
  font-family: Heebo;
  padding: 0;
  text-align: center;
}
.producto .detalle .titulo {
  overflow: hidden;
  font-size: 16px;
  line-height: 20px;
  color: var(--primary);
  /* font-weight: 600;
  font-family: Heebo; */
  text-align: center;
  text-transform: uppercase;
  font-family: 'Heebo';
  margin-top: 5px;
}
.producto .detalle .desc,
.producto .detalle .desc * {
  color: #635d5f;
  font-size: 19px;
  line-height: 20px;
  font-weight: 100;
}
.producto .detalle .precio {
  color: var(--dark-primary);
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
}
.producto .detalle .precio span {
  color: #757172;
  font-size: 80%;
  margin-left: 9px;
  position: relative;
  top: -1px;
  text-decoration: line-through;
}
.producto .detalle .star-rating span {
  font-size: 22px;
  margin-right: 4px;
}
.producto .detalle .valoracion {
  position: relative;
}
.producto .detalle .valoracion .cantidad {
  position: absolute;
  top: 0;
  left: 75px;
  color: #8d939d;
  display: none;
}
.producto a:hover {
  text-decoration: none;
}
.owl-carousel .producto {
  width: 100%;
  display: block;
  margin: 10px 0;
  float: none;
}
.owl-carousel.productos .owl-item {
  min-height: 461px;
}
/* .owl-carousel.productos .owl-item.active {
  width: 500px !important;
} */
.owl-carousel.productos .owl-nav {
  width: 20%;
  margin: 0 auto;
  position: relative;
}

.vista-resultados .resultados {
  padding-top: 45px;
  background: #f5f9fa;
}
.vista-resultados .ncat {
  overflow: hidden;
  position: relative;
  text-align: center;
  color: #3f3d3f;
  background: #d7e8f7;
  padding: 50px 0;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 1px solid #bfc1c4;
}
.vista-resultados .left {
  background-color: #F3F5F6;
}
.vista-resultados .right {
  padding: 40px 24px;
}
.vista-resultados .breadcrumbs {
  padding-bottom: 15px;
}
.vista-resultados .breadcrumbs .ordenar {
  float: right;
}
.vista-resultados .breadcrumbs .ordenar select {
  border: 1px solid var(--light-primary);
  padding: 4px 13px;
  font-size: 16px;
  position: relative;
  top: -10px;
  right: 23px;
  background: #fff;
  cursor: pointer;
  color: var(--dark-primary);
  max-width: 160px;
  box-shadow: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 10px;
}
.vista-resultados .breadcrumbs .cantidad {
  float: left;
  position: relative;
  color: var(--dark-primary);
  font-family: "Heebo";
  font-size: 17px;
  left: 11px;
}
.vista-resultados .lateral {
  padding: 30px 15px 70px 47px;
}
.vista-resultados .lateral .nombreCat {
  color: var(--primary);
  font-family: "Heebo";
  text-transform: uppercase;
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  border-bottom: 2px solid #b8bdbf;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.vista-resultados .lateral .seccion .titulo {
  color: var(--light-primary);
  padding: 0;
  font-weight: bold;
  font-size: 16px;
  font-family: "Heebo";
  text-transform: uppercase;
  margin-top: 35px;
}
.vista-resultados .lateral .seccion .c {
  padding: 15px 0 35px;
  border-bottom: 1.5px solid var(--light-primary);
}
.vista-resultados .lateral .seccion .c ul {
  margin: 0;
}
.vista-resultados .lateral .seccion .c a {
  display: block;
  padding: 3px 0;
  color: var(--dark-primary);
  position: relative;
  font-size: 16px;
}
.vista-resultados .lateral .seccion .c a:hover,
.lateral .seccion .c a.active {
  font-weight: bold;
  text-decoration: none;
}
.vista-resultados .lateral .seccion .checkbox {
  margin: 0;
}
.vista-resultados .lateral .seccion .checkbox label {
  width: 100%;
  padding: 7px 10px 7px 50px;
  font-size: 15px;
}
.vista-resultados .lateral .seccion .checkbox label input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-left: -24px;
}
.vista-resultados .lateral .seccion.precio .irs--round .irs-handle {
  box-shadow: none;
  top: 30px;
  width: 15px;
  height: 15px;
  background-color: var(--light-primary);
  border: none;
}
.vista-resultados .lateral .seccion.precio .irs--round .irs-line {
  height: 3px;
  background-color: #ABAAAA;
  border-radius: 0;
}
.vista-resultados .lateral .seccion.precio .irs--round .irs-from, .vista-resultados .lateral .seccion.precio .irs--round .irs-to, .vista-resultados .lateral .seccion.precio .irs--round .irs-single {
  font-size: 18px;
  text-shadow: none;
  padding: 3px;
  color: var(--dark-primary);
  font-weight: bold;
  background-color: transparent;
}
.vista-resultados .lateral .seccion.precio .irs-from, .vista-resultados .lateral .seccion.precio .irs-to, .vista-resultados .lateral .seccion.precio .irs-single {
  top: 55px;
}
.vista-resultados .lateral .seccion.precio .irs--round .irs-from:before, .vista-resultados .lateral .seccion.precio .irs--round .irs-to:before, .vista-resultados .lateral .seccion.precio .irs--round .irs-single:before {
  display: none;
}
.vista-resultados .paginador .pagination {
  margin: 0;
  border-radius: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.vista-resultados .ordenar select.mejor-valorados {
  min-width: 180px;
}
.vista-resultados .ordenar select.precio-mayor-a-menor,
.vista-resultados .ordenar select.precio-menor-a-mayor {
  min-width: 225px;
}

.vista-desplegada .content {
  padding: 50px 0 0;
  /* max-width: 960px; */
  margin: 0 auto;
}
.vista-desplegada .content .col-12 {
  padding: 0 0 10px;
  background: #fff;
}
.vista-desplegada .galeria {
  margin: 0 10px 0 0;
  position: relative;
}
.vista-desplegada .galeria .item.ampliar {
  cursor: zoom-in;
}
.vista-desplegada .galeria .imagen {
  position: relative;
  min-height: 388px;
  overflow: hidden;
}
.vista-desplegada .galeria .owl-thumbs {
  margin-top: 0;
  position: absolute;
  top: 0;
}
.vista-desplegada .galeria .owl-thumbs .owl-thumb-item {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  overflow: hidden;
  border: 1.5px solid #d9dada;
  background: #fff;
  font-size: 40px;
  float: left;
  margin: 0 10px 8px 0;
  line-height: 24px;
  clear: both;
}
.vista-desplegada .galeria .owl-thumbs .owl-thumb-item.active,
.c-contenido-sw .c-contenido .info .galeria .owl-thumbs .owl-thumb-item:hover {
  border-color: var(--light-primary);
}
.vista-desplegada .galeria .owl-item img {
  /* width: initial; */
  width: 100%;
  /* height: 100%; */
  /* max-height: 388px; */
  margin: 0 auto;
}

.vista-desplegada .detalles .cat,
.modal .modal-body .img .cat {
  color: var(--light-primary);
  padding: 0;
  font-size: 16px;
  font-family: "Heebo";
  text-transform: uppercase
}
.vista-desplegada .detalles .nombre,
.modal .modal-body .img .nombre {
  font-size: 23px;
  line-height: 27px;
  color: var(--dark-primary);
  text-transform: uppercase;
  margin-top: 5px;
}
.vista-desplegada .detalles .nombre .precio {
  display: none;
}
.vista-desplegada .detalles .cantidad-titulo {
  color: var(--dark-primary);
  margin: 0 20px;
  font-size: 14px;
  padding-top: 3px;
}
.vista-desplegada .detalles .opciones .botones {
  /* margin: 30px 15px 20px; */
  margin-left: 20px;
}
.vista-desplegada .opciones .boton-oscuro {
  margin-right: 12px;
}
.vista-desplegada .detalles .star-rating span {
  font-size: 25px;
  margin-right: 5px;
}
.vista-desplegada .detalles .descripcion {
  font-weight: 300;
  font-size: 15px;
  color: #6e6e6e;
  padding: 10px 0 10px;
  line-height: 18px;
}
.vista-desplegada .detalles .descripcion * {
  color: var(--dark-primary) !important;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 18px;
  font-family: "Heebo";
}
.vista-desplegada .detalles .precio,
.c-contenido-sw .c-contenido .info .detalles .precio,
.vista-carro-compras .c-p .precio,
.vista-finalizar-compra .c-p .precio,
.vista-carro-compras .c-p .iva,
.vista-finalizar-compra .c-p .iva,
.vista-finalizar-compra .c-p {
  /* padding-top: 16px; */
  color: var(--dark-primary);
  font-weight: 600;
  font-size: 30px;
  padding: 8px 0;
}
.vista-desplegada .detalles .precio span,
.c-contenido-sw .c-contenido .info .detalles .precio span,
.vista-carro-compras .c-p .precio span {
  font-weight: normal;
  color: #777777;
  font-size: 22px;
  text-decoration: line-through;
  margin-left: 14px;
}

.vista-desplegada .detalles .opciones {
  padding: 0;
  margin: 0;
}
.vista-desplegada .detalles .opciones .op {
  color: #000;
}
.vista-desplegada .detalles .opciones .op .foto {
  height: 40px;
  background: #f1f1f1;
  width: 40px;
  border: 1px solid #f1f1f1;
  margin-right: 5px;
  display: inline-block;
}
.vista-desplegada .detalles .opciones .op .foto img {
  width: 100%;
}
.vista-desplegada .detalles .opciones .op .nombre {
  font-size: 13px;
  letter-spacing: -0.2px;
  line-height: 13px;
  display: inline-block;
  width: 76%;
  position: relative;
  top: 8px;
}
.vista-desplegada .detalles .opciones .op .nombre.unalinea {
  top: 1px;
}
.vista-desplegada .detalles .opciones .op .input-group-text,
.vista-carro-compras .c-p .input-group-text,
.vista-previa-cotizar .c-p .input-group-text,
.vista-finalizar-cotizacion .c-p .input-group-text {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  padding: 0px 12px;
}
.vista-desplegada .detalles .opciones .op .input-group-prepend {
  margin-right: 0;
}
.vista-desplegada .detalles .opciones .op .input-group-append {
  margin-left: 1px;
}
.vista-desplegada .detalles .opciones .op .input-group-text:hover,
.vista-carro-compras .c-p .input-group-text:hover,
.vista-finalizar-cotizacion .c-p .input-group-text:hover {
  cursor: pointer;
  background: #eee;
}
.vista-desplegada .detalles .opciones .op .input-group,
.vista-carro-compras .c-p .input-group,
.vista-finalizar-cotizacion .c-p .input-group {
  margin-top: 7px;
}
.vista-desplegada .detalles .opciones .op .input-group input,
.vista-carro-compras .c-p .input-group input,
.vista-finalizar-cotizacion .c-p .input-group input {
  background: #fff;
  /* border-color: #e0dcdc; */
  height: 25px;
  padding: 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  /* border-left: none;
  border-right: none; */
  /* border: none; */
  max-width: 60px;
}
.vista-desplegada .detalles .msg .alert {
  line-height: 16px;
  font-size: 16px;
}
.vista-desplegada .detalles .msg .alert li {
  padding-bottom: 10px;
}
.vista-desplegada .detalles .msg .alert li:last-child {
  padding: 0;
}
.vista-desplegada .detalles .opciones .op .input-group-text.izq {
  border-radius: 50%;
  padding: 0px 10px;
  background-color: #C4DCF7;
  border: none;
}
.vista-desplegada .detalles .opciones .op .input-group-text.der {
  border-radius: 50%;
  padding: 0px 7px;
  background-color: #C4DCF7;
  border: none;
}
.vista-desplegada .detalles .opciones .op .input-group-text.izq:hover, 
.vista-desplegada .detalles .opciones .op .input-group-text.der:hover {
  background-color: var(--light-primary);
  cursor: pointer;
}
.vista-desplegada .c-soporte {
  border-top: 1px solid #d1d1d1;
  padding-top: 25px;
  margin-top: 30px;
}
.vista-desplegada .c-soporte a {
  font-family: "Heebo";
  color: var(--dark-primary);
  margin-left: 0;
  position: relative;
  padding: 7px 0 7px 40px;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
}
.vista-desplegada .c-soporte a i {
  top: 5px;
}

.vista-desplegada .informacion {
  margin-top: 35px;
  position: relative;
}
.vista-desplegada .informacion .linea {
  background: #fff;
  position: absolute;
  width: 100%;
  height: 67px;
  border-top: 1px solid var(--light-primary);
  border-bottom: 1px solid var(--light-primary);
}
.vista-desplegada .informacion .nav-tabs .nav-item {
  margin-bottom: 0;
  width: 33%;
  text-align: center;
}
.vista-desplegada .informacion .nav-tabs .nav-item .nav-link {
  /* border-top: 1.5px solid var(--light-primary);
  border-bottom: 1.5px solid var(--light-primary); */
  background: transparent;
  margin: 0;
  position: relative;
  padding: 20px 0;
  font-size: 20px;
  font-family: "Heebo";
  text-transform: uppercase;
  color: var(--dark-primary);
  border: none;
  text-align: center;
  width: 100%;
  display: block;
}
.vista-desplegada .informacion .nav-tabs .nav-item .nav-link.active {
  box-shadow: none;
  color: var(--light-primary);
  position: relative;
}
.vista-desplegada .informacion .nav-tabs .nav-item .nav-link.active:before {
  content: " ";
  display: block;
  position: absolute;
  height: 5px;
  background: var(--dark-primary);
  width: 72%;
  left: 15%;
  bottom: 3px;
}
.vista-desplegada .informacion #descripcion {
  color: var(--dark-primary);
  font-size: 16px;
  text-align: justify;
  padding: 50px 54px;
}
.vista-desplegada .informacion #descripcion * {
  font-size: 20px !important;
  font-family: "Calibri" !important;
  color: var(--dark-primary);
  line-height: 21px;
  padding-left: 30px;
  position: relative;
}
.vista-desplegada .informacion .tab-pane .c-accion {
  padding: 40px 65px 20px;
}
.vista-desplegada .tab-pane .c-accion .text {
  padding-top: 18px;
  color: var(--primary);
  padding: 0;
  font-weight: bold;
  font-size: 25px;
  font-family: "Heebo";
  text-transform: uppercase;
}
.vista-desplegada .tab-pane .c-accion span {
  position: relative;
  top: 10px;
  font-weight: bold;
  display: block;
  color: #3f3d3f;
  text-align: left;
  line-height: 18px;
  font-size: 18px;
  padding: 0 0 29px;
}
.vista-desplegada .lista-valoraciones {
  max-height: 500px;
  overflow: auto;
}
.vista-desplegada .lista-valoraciones .alert {
  margin: 0 30px 30px;
}
.vista-desplegada .lista-valoraciones .c-valoracion {
  border-top: 1px solid #c9dae0;
  padding: 35px 100px 33px 65px;
}
.vista-desplegada .lista-valoraciones .c-valoracion:first-child {
  border: none;
}
.vista-desplegada .lista-valoraciones .c-valoracion .star-rating a {
  font-size: 24px;
}
.vista-desplegada .lista-valoraciones .c-valoracion .autor {
  color: var(--primary);
  font-size: 18px;
  font-weight: bold;
}
.vista-desplegada .lista-valoraciones .c-valoracion .autor span {
  color: #3f3d3f;
  font-weight: 500;
}
.vista-desplegada .lista-valoraciones .c-valoracion .comentario {
  padding-top: 5px;
  text-align: left;
  line-height: 21px !important;
  font-family: "Calibri" !important;
  font-size: 18px !important;
  color: #4d4d4e !important;
}
.vista-desplegada .lista-preguntas .c-pregunta {
  color: #3f3d3f;
  margin-bottom: 0;
  border-top: 1px solid #c9dae0;
  padding: 35px 100px 10px 60px;
  position: relative;
}
.vista-desplegada .lista-preguntas .c-pregunta:first-child {
  border: none;
}
.vista-desplegada .lista-preguntas .c-pregunta .p,
.vista-desplegada .lista-preguntas .c-pregunta .r {
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  padding: 0 0 15px 38px;
  position: relative;
}
.vista-desplegada .lista-preguntas .c-pregunta .p i,
.vista-desplegada .lista-preguntas .c-pregunta .r i {
  font-family: "icomoon" !important;
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 23px !important;
}
.vista-desplegada .lista-preguntas .c-pregunta i:before {
  color: #2c5863;
}
.vista-desplegada .lista-preguntas .c-pregunta .r * {
  text-align: left !important;
  line-height: 21px !important;
  font-family: "Calibri" !important;
  font-size: 18px !important;
  color: #928e8e !important;
}
.vista-desplegada .lista-preguntas .c-mas-preguntas .c {
  text-align: center;
  border-top: 1px solid #c0c0c0;
  padding: 30px 0;
}
.vista-desplegada .lista-preguntas .c-mas-preguntas .mas-preguntas {
  display: none;
}
.vista-desplegada .lista-preguntas .c-mas-preguntas .c {
  text-align: center;
  border-top: 1px solid #c0c0c0;
  padding: 30px 0;
}
.vista-desplegada .lista-preguntas .c-mas-preguntas .mas-preguntas {
  display: none;
}
.vista-desplegada .productos-relacionados {
  border-bottom: 1px solid #fff;
  padding: 40px 0 0;
}
.vista-desplegada .productos-relacionados .verde {
  background-image: url(../img/textura-productos-relacionados.png);
}
.vista-desplegada .productos-relacionados h2 {
  font-size: 30px;
  line-height: 25px;
  color: #000;
  font-family: "Heebo";
  text-transform: uppercase;
  font-weight: bold;
}
.vista-desplegada .productos-relacionados .owl-carousel .producto-contenedor {
  margin: 0;
}
.vista-desplegada .productos-relacionados .owl-nav {
  position: absolute;
  top: 43%;
  width: 100%;
  margin: 0;
}
.vista-desplegada .productos-relacionados .owl-nav .icono.right {
  background-position: -127px -75px;
  border: none;
}
.vista-desplegada .productos-relacionados .owl-nav button {
  opacity: 1;
  left: -100px;
  position: absolute;
}
.vista-desplegada .productos-relacionados .owl-nav button i:before {
  color: #fff;
}
.vista-desplegada .productos-relacionados .owl-nav button.owl-next {
  left: initial;
  right: -100px;
}
.vista-desplegada .productos-relacionados .owl-nav button:hover {
  background: transparent !important;
  -webkit-box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
.vista-desplegada .productos-relacionados .owl-dots {
  padding-top: 20px;
  position: relative;
  left: -6px;
}

.c-transaccion {
  margin: 100px 30px 20px;
}
.c-transaccion > div {
  padding: 20px 30px;
  background: #fff;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.c-transaccion * {
  font-family: "Lato", sans-serif !important;
}
.c-transaccion h4 {
  color: var(--primary);
}

.vista-carro-compras,
.vista-finalizar-cotizacion {
  color: #000;
}
.vista-carro-compras .th,
.vista-finalizar-cotizacion .th {
  font-size: 17px;
  border: 1px solid #f1f1f1;
  font-weight: bold;
  padding: 11px 10px 14px 25px;
  margin-bottom: 15px;
}
.vista-carro-compras .c-p,
.vista-finalizar-compra .c-p,
.vista-finalizar-cotizacion .c-p {
  /* border: 1px solid var(--primary); */
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  box-shadow: 0 0 3px #ccc;
}
.vista-carro-compras .c-p .foto,
.vista-finalizar-compra .c-p .foto,
.vista-finalizar-cotizacion .c-p .foto {
  float: left;
  margin-right: 15px;
  width: 90px;
  height: 90px;
  background: #eee;
}
.vista-carro-compras .c-p .nombre,
.vista-finalizar-compra .c-p .nombre,
.vista-finalizar-cotizacion .c-p .nombre {
  text-align: left;
  line-height: 18px;
  font-size: 17px;
  padding-top: 14px;
}
.vista-carro-compras .c-p .nombre a,
.vista-finalizar-cotizacion .c-p .nombre a {
  display: block;
  margin-top: 5px;
  color: #dd3333;
}
.vista-carro-compras .c-p .nombre a:hover,
.vista-finalizar-cotizacion .c-p .nombre a:hover {
  text-decoration: underline;
}
.vista-carro-compras .c-p .precio,
.vista-finalizar-compra .c-p .precio,
.vista-carro-compras .c-p .iva,
.vista-finalizar-compra .c-p .iva {
  padding-top: 32px;
  border: none;
  font-size: 19px;
}
.vista-carro-compras .c-p .cantidad,
.vista-finalizar-compra .c-p .cantidad,
.vista-finalizar-cotizacion .c-p .cantidad {
  padding: 26px 15px 0 26px;
}
.vista-carro-compras .lista .c-p:last-child,
.vista-finalizar-compra .lista .c-p:last-child,
.vista-finalizar-cotizacion .lista .c-p:last-child {
  border-bottom: 1px solid #f1f1f1;
}
.vista-carro-compras .lista .c-p .row .col-4 {
  display: flex;
  flex-direction: column;
}
.vista-carro-compras .resumen,
.vista-finalizar-compra .resumen,
.vista-finalizar-cotizacion .resumen {
  border: 1px solid #f1f1f1;
  margin: 25px 0;
  padding: 20px 28px 22px;
  font-size: 17px;
}
.vista-carro-compras .resumen .titulo,
.vista-finalizar-compra .resumen .titulo,
.vista-finalizar-cotizacion .resumen .titulo {
  font-size: 19px;
  font-weight: bold;
}
.vista-carro-compras .resumen .costos,
.vista-finalizar-compra .resumen .costos {
  font-size: 17px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  margin: 20px 0;
  padding: 20px 0;
  line-height: 29px;
  color: #8d8d8d;
}
.vista-carro-compras .resumen .costos .valor,
.vista-finalizar-compra .resumen .costos .valor {
  color: #000;
  font-weight: bold;
  font-size: 19px;
}
.vista-carro-compras .resumen .costos .infoCupon *,
.vista-finalizar-compra .costos .infoCupon * {
  color: #1e7dca !important;
}
.vista-carro-compras .resumen .total .valor,
.vista-finalizar-compra .resumen .total .valor {
  font-size: 19px;
  font-weight: bold;
  color: var(--primary);
}
.vista-carro-compras .cupon,
.vista-finalizar-compra .cupon {
  background: #fff6cb;
  color: #000;
  line-height: 36px;
  padding: 13px 24px 13px 28px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  top: -19px;
}
.vista-carro-compras .cupon input,
.vista-finalizar-compra .cupon input {
  height: 38px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border-color: #fdcd00;
}
.vista-carro-compras .cupon input:disabled,
.vista-finalizar-compra .cupon input:disabled {
  cursor: not-allowed;
}
.vista-carro-compras .cupon .msg-cupon,
.vista-finalizar-compra .cupon .msg-cupon {
  color: #dd3333;
  font-size: 14px;
  line-height: 0;
}
.vista-carro-compras .cupon img.cargador,
.vista-finalizar-compra .cupon img.cargador {
  position: absolute;
  top: 7px;
  right: 23px;
}
.vista-carro-compras .btn-confirmar-pedido,
.vista-finalizar-compra .btn-realizar-pago,
.vista-iniciar-sesion .btn-iniciar-sesion,
.vista-iniciar-sesion-finalizar-compra .btn-iniciar-sesion,
.vista-crear-cuenta .btn-crear-cuenta,
.vista-mi-cuenta .btn-crear-direccion,
.vista-contacto .btn-enviar-mensaje-contacto,
.vista-cotizar-en-linea .btn-enviar-mensaje-contacto,
.vista-recuperar-contrasena .btn-recuperar-contrasena,
.vista-recuperar-contrasena-cambiar .btn-recuperar-contrasena-cambiar {
  /* padding: 12px 76px 12px;
  font-size: 17px; */
}
.vista-carro-compras .productos-recomendados {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.vista-carro-compras .productos-recomendados > .titulo {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 25px;
}
.vista-carro-compras .productos-recomendados .producto {
  width: 100%;
  margin: 0px;
  border-radius: 30px;
}
.vista-carro-compras .productos-recomendados .producto .imagen {
  min-height: 177px;
}
.vista-carro-compras .productos-recomendados .producto .detalle {
  min-height: 165px;
  text-align: left;
  padding: 10px 12px 0;
}
.vista-carro-compras .productos-recomendados .producto .detalle .titulo {
  font-size: 17px;
}
.vista-carro-compras .productos-recomendados .producto .detalle .cat {
  padding-top: 0;
  font-size: 12px;
}
.vista-carro-compras .productos-recomendados .producto .detalle .desc,
.vista-carro-compras .productos-recomendados .producto .detalle .desc * {
  font-size: 15px;
  line-height: 13px;
}

.vista-finalizar-compra {
  color: #000;
}
.vista-finalizar-compra .titulo {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 20px;
}
.vista-finalizar-compra label,
.vista-direccion-usuario label {
  font-weight: bold;
}
.vista-finalizar-compra .form-control,
.vista-iniciar-sesion .form-control,
.vista-mi-cuenta .form-control,
.vista-direccion-usuario .form-control,
.vista-iniciar-sesion-finalizar-compra .form-control,
.vista-contacto .form-control,
.vista-cotizar-en-linea .form-control,
.vista-recuperar-contrasena .form-control,
.vista-recuperar-contrasena-cambiar .form-control,
.vista-enviar-pregunta .form-control,
.vista-enviar-valoracion .form-control,
.vista-cotizar-producto .form-control {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border-color: #d7d7d7;
  height: 40px;
}
.vista-finalizar-compra .form-group {
  margin-bottom: 1.2rem;
}
.vista-finalizar-compra select,
.vista-direccion-usuario select {
  padding: 3px 0 5px 20px !important;
}
.vista-finalizar-compra .c-p .precio {
  color: #000;
}
.vista-finalizar-compra .c-p .nombre {
  text-align: left;
  font-size: 16px;
  padding-top: 28px;
}
.vista-finalizar-compra .resumen {
  border-top: 0;
  margin: 0;
}
.vista-finalizar-compra .resumen .costos {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.vista-finalizar-compra .cupon {
  top: 0 !important;
}
.vista-finalizar-compra .accordion .card {
  margin-bottom: 20px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #f1f1f1;
}
.vista-finalizar-compra .accordion .card .card-header,
.vista-finalizar-compra .accordion .card .card-header button,
.vista-finalizar-compra .accordion .card-header .form-check {
  padding: 0;
}
.vista-finalizar-compra .accordion .card .card-header button {
  border: none;
}
.vista-finalizar-compra .accordion .card-header input {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 35px;
  top: 15px;
}
.vista-finalizar-compra .accordion .card-header label {
  width: 100%;
  padding: 18px 20px 18px 45px;
  font-size: 19px;
  color: #000;
}
.vista-finalizar-compra .accordion .card-header label:hover {
  cursor: pointer;
  background: #f9f7f7;
}
.vista-finalizar-compra .accordion .card .franquicia {
  background-color: #fff;
  text-indent: 0;
  border: 1px solid #a5c407;
  display: inline-block;
  cursor: pointer;
  position: relative;
  border-radius: 6px;
  background-position: -240px -334px;
  height: 40px;
  width: 60px;
  background-image: url(../img/metodos-pago.png);
  background-repeat: no-repeat;
  margin-right: 10px;
}
.vista-finalizar-compra .accordion .card .franquicia.MasterCard {
  background-position: -120px -334px;
}
.vista-finalizar-compra .accordion .card .franquicia.AmEx {
  background-position: -324px -152px;
}
.vista-finalizar-compra .accordion .card .franquicia:hover,
.vista-finalizar-compra .accordion .card .franquicia.active {
  -webkit-box-shadow: 0 0 6px 1px #a5c407;
  -moz-box-shadow: 0 0 6px 1px #a5c407;
  -ms-box-shadow: 0 0 6px 1px #a5c407;
  -o-box-shadow: 0 0 6px 1px #a5c407;
  box-shadow: 0 0 6px 1px #a5c407;
}
.vista-finalizar-compra .accordion .card-body {
  border-top: 1px solid #f2f2f2;
  padding: 16px 0;
  margin: 0 1.5rem;
}
.vista-finalizar-compra .accordion .card .cargador {
  display: none;
  text-align: center;
  color: #1e7dca;
  background: #eeeeee94;
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0;
  z-index: 1;
  padding-top: 45%;
}

.vista-iniciar-sesion .box,
.vista-iniciar-sesion-finalizar-compra .box,
.vista-contacto .box,
.vista-cotizar-en-linea .box,
.otros-servicios .box,
.modulos-prefabricados .box,
.quienes-somos .box,
.vista-recuperar-contrasena .box,
.vista-recuperar-contrasena-cambiar .box {
  margin-bottom: 40px;
  /* border: 1px solid #f1f1f1;
  padding: 30px; */
}
.vista-iniciar-sesion h3,
.vista-mi-cuenta h3,
.vista-iniciar-sesion-finalizar-compra h3,
.vista-contacto h3,
.vista-cotizar-en-linea h3,
.otros-servicios h3,
.modulos-prefabricados h3,
.quienes-somos h3,
.vista-recuperar-contrasena h3,
.vista-recuperar-contrasena-cambiar h3 {
  color: var(--dark-primary);
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.vista-iniciar-sesion p,
.vista-iniciar-sesion-finalizar-compra p {
  color: #444444;
}
.vista-iniciar-sesion label,
.vista-mi-cuenta label,
.vista-iniciar-sesion-finalizar-compra label,
.vista-contacto label,
.vista-cotizar-en-linea label,
.vista-enviar-pregunta label,
.vista-enviar-valoracion label,
.vista-cotizar-producto label {
  font-size: 16px;
  color: var(--dark-primary);
  /* font-weight: bold; */
}
.vista-iniciar-sesion .btn-olvidar-contrasena {
  color: var(--primary);
  font-size: 16px;
  text-align: left;
  display: block;
  margin: 20px 0 25px;
}
.vista-iniciar-sesion .btn-olvidar-contrasena:hover,
.vista-crear-cuenta .btn-ver-form-iniciar-sesion:hover {
  text-decoration: underline;
}
.vista-iniciar-sesion .btn-iniciar-sesion,
.vista-crear-cuenta .btn-crear-cuenta,
.vista-iniciar-sesion-finalizar-compra .btn-iniciar-sesion,
.vista-contacto .btn-enviar-mensaje-contacto,
.vista-cotizar-en-linea .btn-enviar-mensaje-contacto,
.vista-recuperar-contrasena .btn-recuperar-contrasena,
.vista-recuperar-contrasena-cambiar .btn-recuperar-contrasena-cambiar {
  width: 100%;
  text-align: center;
}
.vista-iniciar-sesion .btn-ver-form-crear-cuenta {
  padding: 7px 75px 10px;
  display: inline-block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #686868;
  color: #000;
  font-weight: bold;
}

.vista-crear-cuenta select {
  padding-bottom: 2px !important;
}
.vista-crear-cuenta .btn-crear-cuenta {
  margin: 15px 0 30px;
}
.vista-crear-cuenta .btn-ver-form-iniciar-sesion {
  color: var(--primary);
}
.vista-crear-cuenta .form-check input,
.vista-contacto .form-check input,
.vista-cotizar-en-linea .form-check input {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.vista-crear-cuenta .form-check label,
.vista-contacto .form-check label,
.vista-cotizar-en-linea .form-check label {
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  position: relative;
  top: 1px;
  left: 6px;
  cursor: pointer;
}

.vista-mi-cuenta .info {
  padding: 0 !important;
}
.vista-mi-cuenta .tab-pane,
.vista-mi-cuenta .esqueleto {
  padding: 35px;
}
.vista-mi-cuenta .btn-actualizar-info-usuario,
.vista-direccion-usuario .btn-guardar-direccion-usuario,
.vista-direccion-usuario .btn-cerrar,
.vista-enviar-pregunta .btn-enviar-pregunta,
.vista-enviar-valoracion .btn-enviar-valoracion,
.vista-cotizar-producto .btn-solicitar-cotizacion {
  width: 100%;
  margin-top: 20px;
}
.vista-mi-cuenta .nav-tabs {
  padding-left: 35px;
  border-bottom: 1px solid #f1f1f1;
}
.vista-mi-cuenta .nav-link {
  font-size: 17px;
  color: #7f7f7f;
  padding: 12px 0;
  margin-right: 23px;
}
.vista-mi-cuenta .nav-tabs .nav-link.active,
.vista-mi-cuenta .nav-tabs .nav-item.show .nav-link {
  color: var(--primary);
  background-color: transparent;
  border-bottom: 3px solid var(--primary);
}
.vista-mi-cuenta .btn-cerrar-sesion {
  color: var(--dark-primary);
  font-weight: bold;
  position: relative;
  top: 0;
  padding: 13px 30px 14px 14px;
  float: right;
  border-bottom: 1px solid #f1f1f1;
}
.vista-mi-cuenta .c {
  border: 1px solid #f1f1f1;
  padding: 13px 24px;
  color: #000;
}
.vista-mi-cuenta .c.cabecera {
  font-weight: bold;
}
.vista-mi-cuenta .dir {
  border: 1px solid #f1f1f1;
  margin-bottom: 20px;
  padding: 22px 20px 26px 61px;
  position: relative;
}
.vista-mi-cuenta .dir .info {
  color: #717171;
}
.vista-mi-cuenta .dir .info span {
  color: #000;
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.vista-mi-cuenta .dir .info i {
  position: absolute;
  left: 28px;
  top: 22px;
  font-size: 22px;
  color: #000;
}
.vista-mi-cuenta .dir a {
  color: var(--primary);
  margin-left: 20px;
}
.vista-mi-cuenta .dir a:hover {
  text-decoration: underline;
}

.vista-contacto textarea.form-control,
.vista-cotizar-en-linea textarea.form-control,
.vista-enviar-pregunta textarea.form-control,
.vista-enviar-valoracion textarea.form-control,
.vista-cotizar-producto textarea.form-control {
  height: initial;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.vista-cotizar-en-linea .form-check-input {
  position: relative !important;
  margin-left: 5px;
}
.vista-cotizar-en-linea .form-check-label {
  width: 40%;
}
.vista-direccion-usuario .btn-cerrar {
  border-color: #686868;
  background: #fff;
  color: #000;
}

.star-rating a,
.star-rating span {
  display: inline-block;
  color: #cccccc;
  font-size: 22px;
  margin-right: 2px;
  text-decoration: none;
  letter-spacing: -1px;
}
.star-rating:hover a,
.star-rating:hover span {
  text-decoration: none;
}
.star-rating:hover a:not(.disabled),
.star-rating a.active,
.star-rating:hover span:not(.disabled),
.star-rating span.active {
  color: #f7ba00;
  text-decoration: none;
}
.star-rating:hover a:hover ~ a {
  color: #ccc;
}

.modal .modal-header {
  background: #fff;
  padding: 22px 30px 22px;
  border-bottom: 1px solid #e5e5e5;
}
.modal .modal-header button {
  z-index: 1;
  color: var(--primary);
  opacity: 1;
  font-weight: 100;
  font-size: 35px;
  position: absolute;
  right: 32px;
  top: 31px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 31px;
  padding: 0;
  line-height: 33px;
  text-align: center;
}
.modal .modal-header button:hover {
  background: var(--primary);
  color: #fff;
  font-weight: bold;
  text-shadow: none;
}
.modal .modal-header h4,
.modal .modal-header h3 {
  font-family: "Heebo";
  margin: 0;
  color: var(--primary);
  font-size: 22px;
  font-weight: bold;
}
.modal .modal-body label {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 6px;
  color: #3f3d3f;
}
.modal .modal-body p {
  font-size: 17px;
  line-height: 19px;
  text-align: justify;
  color: #3f3d3f;
}
.modal .modal-body .form-control {
  font-size: 17px;
  padding-left: 15px;
  min-height: 38px;
  border-color: #e4e2e2;
  background: #fbfbfb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: none;
}
.modal .modal-body label.radio-inline {
  cursor: pointer;
  background: #fff;
  padding: 8px 5px 8px 5px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 47%;
  font-weight: 100;
  text-align: center;
}
.modal .modal-body label.radio-inline:hover {
  background: #eae5e5;
}
.modal .modal-body label.radio-inline input {
  cursor: pointer;
  width: 17px;
  height: 17px;
  margin-top: 0;
  position: relative;
  top: 4px;
}
.modal .modal-body .img {
  background: #f4f7fc;
  padding: 20px;
  width: 106.7%;
  margin: -16px 0 15px -15px;
}
.modal .modal-body .img img {
  float: left;
  margin-right: 18px;
}
.modal .modal-body .img .info {
  padding-top: 5px;
}
.modal .modal-body .img .cat {
  font-size: 15px;
  letter-spacing: 0.5px;
  padding: 0 0 4px;
}
.modal .modal-body .img .nombre {
  text-align: left;
  font-size: 20px;
  padding: 0;
}
.modal .modal-body .img .desc,
.modal .modal-body .img .desc * {
  color: #3f3d3f;
  font-size: 17px;
  line-height: 17px;
  text-align: left;
  margin: 0;
}
.modal .modal-body button:not(.close) {
  font-size: 14px;
  border: 1px solid #e4d6d6;
  font-weight: normal;
  margin-left: 13px;
  padding: 8px 19px;
}
.modal .modal-body button:hover {
  background: #f7f6f6;
}
.modal .modal-body .checkbox input {
  width: 17px;
  height: 17px;
  position: relative;
  top: 3px;
  cursor: pointer;
}
.modal .modal-footer {
  display: block !important;
  text-align: center;
}
.modal .modal-footer button:not(.close) {
  margin: 0 10px;
  min-width: 180px;
}
.modal .modal-footer button.btn-default {
  background: #fff;
  border-color: #00a859;
  color: #00a859;
}
.modal .modal-footer .alert {
  text-align: left !important;
  margin-bottom: 15px !important;
}

.modal .alert {
  font-size: 16px;
  margin: 0;
  border-radius: 0;
  line-height: 15px;
}
.modal#modal-accion-producto .modal-body {
  padding-bottom: 0;
}
.modal .progressbox {
  width: 100%;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
}
.modal .progressbar {
  height: 10px;
  background-color: #009bd3;
  width: 1%;
}

.c .modal-dialog {
  width: 630px !important;
  max-width: 630px;
}
.c h2 {
  color: var(--primary);
  margin: 25px 0 15px !important;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
}
.c .modal-body label.radio-inline {
  background: #fbfbfb;
}
.c .modal-body label.radio-inline:hover {
  background: #f7f5f5;
  cursor: pointer;
}
.c .c-producto {
  position: relative;
  background: #f5f9fa;
  padding: 9px 15px;
}
.c .c-producto img {
  float: left;
  margin-right: 15px;
}
.c .c-producto .texto {
  width: 82%;
  padding-top: 6px;
  float: left;
  line-height: 19px;
}
.c .c-producto .nombre {
  color: #000;
  font-weight: 400;
  font-size: 15px;
}
.c .c-producto .cat {
  min-height: 19px;
  color: var(--primary);
  font-size: 14px;
}
.c .c-producto .programa {
  color: #909191;
}
.c .c-producto .cerrar {
  position: absolute;
  top: 26px;
  right: 15px;
  color: var(--primary);
  font-size: 14px;
}
.c .c-producto .cerrar:before {
  color: #8a8c82;
}
.c .c-producto .cerrar:hover {
  color: #001c7d;
  cursor: pointer;
}
.c .ui-widget-content .ui-state-active {
  background: var(--primary) !important;
  color: #fff !important;
}
.c .select2-container {
  width: 100% !important;
}
.c .c-calendario {
  background: var(--primary);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  padding: 1px;
}
.c .c-calendario > div {
  float: left;
  width: 50%;
}
.c .c-calendario .horarios {
  padding: 8px 15px 10px 11px;
  text-align: center;
  color: #fff;
}
.c .c-calendario .horarios .titulo {
  margin-bottom: 1px;
  font-weight: 500;
  font-size: 15px;
}
.c .c-calendario .horarios .c-h {
  border: 1px solid #fff;
  display: inline-block;
  padding: 1px 4px;
  margin: 3px;
  font-size: 13px;
  min-width: 71px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.c .c-calendario .horarios .c-h:hover,
.c .c-calendario .horarios .c-h.active {
  background: #fff;
  color: var(--primary);
  cursor: pointer;
}

.c-valorar-vl {
  background: #fff;
  border: 1px solid #d3e0e5;
  padding: 25px 30px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.c-valorar-vl .titulo {
  font-size: 22px;
  color: #1f1f1f;
  text-align: center;
}
.c-valorar-vl .subtitulo {
  font-weight: 500;
  margin-top: 30px;
  color: #6f6f6f;
  text-align: center;
}
.c-valorar-vl .star-rating {
  text-align: center;
  font-size: 22px;
  padding: 5px 0 25px;
}
.c-valorar-vl .star-rating a {
  font-size: 50px;
  line-height: 38px;
}
.c-valorar-vl textarea {
  background: #fbfbfb;
}
.c-valorar-vl label.radio-inline {
  background: #fbfbfb;
  padding: 7px 12px 6px 32px;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 46%;
  font-weight: 500;
}
.c-valorar-vl label.radio-inline:hover {
  background: #eae5e5;
}
.c-valorar-vl label.radio-inline input {
  cursor: pointer;
  margin-top: 0;
  position: relative;
  top: 2px;
}
.c-valorar-vl .c-btns {
  padding: 0;
  text-align: center;
}

.c-contenido-sw .c-contenido {
  padding-top: 55px;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  background: #fff;
  bottom: 0;
  left: 0;
  max-width: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 41;
  transform: translate(100vw, 0px);
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.2), 0 0 24px 2px rgba(0, 0, 0, 0.14),
    0 0 30px 5px rgba(0, 0, 0, 0.12);
}
.c-contenido-sw .c-contenido.n1.abrir {
  transform: translate(17vw, 0px);
  max-width: 83vw;
}
.c-contenido-sw .c-contenido.n2.abrir {
  transform: translate(32vw, 0px);
  max-width: 68vw;
}
.c-contenido-sw .c-contenido.n3.abrir {
  transform: translate(47vw, 0px);
  max-width: 53vw;
}
.c-contenido-sw .c-contenido.n4.abrir {
  transform: translate(62vw, 0px);
  max-width: 38vw;
}
.c-contenido-sw .c-contenido.n5.abrir {
  transform: translate(62vw, 0px);
  max-width: 38vw;
}
.c-contenido-sw .c-contenido-capa {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 41;
}
.c-contenido-sw .c-contenido-capa.abrir {
  opacity: 0.32;
  visibility: visible;
}

.c-contenido-sw .c-contenido .top {
  top: 0;
  height: 55px;
  background: var(--dark-primary);
  color: #fff;
  position: fixed;
  width: 100%;
  display: flex;
}
.c-contenido-sw .c-contenido .top a.btn-cerrar-nivel {
  padding: 3px 20px 8px 10px;
  font-size: 40px;
}
.c-contenido-sw .c-contenido .top a.btn-cerrar-nivel i:before {
  color: #fff;
}
.c-contenido-sw .c-contenido .top .titulo {
  font-size: 18px;
  line-height: 23px;
  font-family: "Heebo Light";
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-contenido-sw .c-contenido .top .titulo .precio {
  color: #fff;
  font-size: 18px;
  margin-left: 10px;
}
.c-contenido-sw .c-contenido .top .titulo .precio span {
  color: #8ebee4;
  font-size: 15px;
}
.c-contenido-sw .c-contenido .top .subtitulo {
  display: block;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  margin-right: 10px;
}
.c-contenido-sw .c-contenido.vista-resultados-categoria .top .titulo,
.c-contenido-sw .c-contenido.vista-resultados-subcategoria .top .titulo,
.c-contenido-sw .c-contenido.vista-desplegada .top .titulo,
.c-contenido-sw .c-contenido.vista-resultados-buscador .top .titulo,
.buscar-productos-preferencias .top .titulo,
.vista-ofertas .top .titulo {
  position: relative;
  top: 9px;
}

.c-contenido-sw .c-contenido .info {
  padding: 35px;
  overflow-y: auto;
  max-height: 100%;
  color: var(--dark-primary);
  text-align: justify;
}
.c-contenido-sw .c-contenido .info h2{
  color: var(--light-primary);
}
.c-contenido-sw .c-contenido .info .form-group .form-control{
  border: 1px solid var(--light-primary);
  border-radius: 30px;
  max-width: 600px;
}
.c-contenido-sw .c-contenido .info ul li {
  line-height: 1.4 !important;
}
.c-contenido-sw .c-contenido .info .esqueleto .item {
  float: left;
  width: 25%;
  width: 24%;
  margin: 5px 5px 25px;
}
.c-contenido-sw .c-contenido .info .esqueleto .item .imagen {
  width: 100%;
  min-height: 150px;
  background: #ccc;
}
.c-contenido-sw .c-contenido .info .esqueleto .item .titulo,
.c-contenido-sw .c-contenido .info .esqueleto .item .subtitulo {
  width: 90%;
  background: #e3e3e3;
  height: 25px;
  margin: 10px 0;
}
.c-contenido-sw .c-contenido .info .esqueleto .item .subtitulo {
  width: 60%;
}
.c-contenido-sw .c-contenido .info .esqueleto .fotoproducto {
  float: left;
  width: 57%;
  background: #ccc;
  height: 300px;
  margin-right: 20px;
}
.c-contenido-sw .c-contenido .info .esqueleto .detalles {
  float: right;
  width: 40%;
}
.c-contenido-sw .c-contenido .info .esqueleto .detalles .titulo,
.c-contenido-sw .c-contenido .info .esqueleto .detalles .texto {
  width: 60%;
  background: #e3e3e3;
  height: 25px;
  margin: 0 0 20px;
}
.c-contenido-sw .c-contenido .info .esqueleto .detalles .texto {
  width: 100%;
}
.c-contenido-sw .c-contenido .info .esqueleto .c1,
.c-contenido-sw .c-contenido .info .esqueleto .c2,
.c-contenido-sw .c-contenido .info .esqueleto .c3 {
  background: #e3e3e3;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
}
.c-contenido-sw .c-contenido .info .esqueleto .c2 {
  height: 100px;
}
.c-contenido-sw .c-contenido .info .esqueleto .c3 {
  height: 260px;
}

.vista-nosotros .info {
  padding: 0 !important;
}
.vista-nosotros .info h2, .vista-nosotros .info h3{
  font-size: 18px;
  color: var(--light-primary);
}
.vista-nosotros .info p{
  color: var(--dark-primary);
  font-size: 14px;
}
.vista-nosotros .info .titulo-oscuro{
  color: var(--dark-primary);
  font-size: 20px;
  text-transform: uppercase;
}
.vista-nosotros .nosotros-vision p{
  color: #fff;
}
.vista-nosotros .nosotros-vision h3{
  text-transform: uppercase;
}
.vista-nosotros .section-line {
  width: 55px;
  height: 6px;
  background-color: #C4DCF7;
  margin: 15px 0 20px;
}

footer {
  color: #fff;
  padding-top: 30px;
  background: var(--dark-primary) url("../img/fondo-footer.png");
  background-size: cover;
  background-repeat: no-repeat;
}
footer .subtitulo {
  font-size: 16px;
  font-family: "Heebo";
  margin-top: 10px;
  margin-bottom: 10px;
}
footer a {
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 1px 0px;
  font-family: 'Heebo Light';
}
footer a:hover {
  color: #C4DCF7;
  text-decoration: underline;
}
footer p {
  font-size: 14px;
  margin-bottom: 3px;
  color: #fff;
}
footer p i {
  position: relative;
  top: 2px;
}
footer p i:before {
  color: var(--light-primary);
  font-size: 20px;
}
footer .rs {
  padding-top: 13px;
}
footer .rs a {
  display: inline-block;
  margin-right: 6px;
  background: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
footer .rs a i:before {
  color: var(--light-primary);
}
footer .rs a:hover {
  text-decoration: none;
}
footer .rs a:hover i:before {
  color: var(--primary);
}
footer .copy {
  text-align: center;
  padding: 7px 0;
  font-size: 14px;
  background-color: var(--primary);
}
footer .copy a {
  display: inline-block;
  font-size: 14px;
}
footer img {
  width: 100%;
  max-width: 250px;
  margin-bottom: 40px;
}
.redes-sociales {
  position: fixed;
  z-index: 0;
  top: 50%;
  right: 20px;
}
.redes-sociales a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 15px;
  border-radius: 25px;
  background: #1bd742;
}
.redes-sociales a i:before {
  font-size: 25px;
}
.redes-sociales a.facebook {
  background: #00abd5;
}
.redes-sociales a:hover {
  background-color: #059e24;
}
.redes-sociales a.facebook:hover {
  background: #018fb2;
}

#eg-toolbox-wrapper {
  position: fixed;
  top: -150px;
  right: 56px;
  z-index: 40;
}
.eg-toolbox {
  background: var(--primary);
  color: #fff;
  width: 450px;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.2),
    0 7px 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.2), 0 7px 30px 0 rgba(0, 0, 0, 0.2);
  height: 90px;
}
.eg-toolbox .icono {
  position: relative;
  width: 85px;
  height: 100%;
  display: inline-block;
  background: var(--dark-primary);
}
.eg-toolbox .icono i {
  position: absolute;
  top: 26px;
  left: 28px;
  font-size: 30px;
  width: 32px;
  height: 31px;
}
.eg-toolbox .texto {
  float: left;
  width: 81%;
  padding: 14px 20px;
  line-height: 18px;
}
.eg-toolbox .texto .nombreProducto {
  font-size: 16px;
  letter-spacing: -0.5px;
}
.eg-toolbox .texto span {
  display: block;
  font-size: 15.5px;
  padding-right: 27px;
  font-weight: 300;
}
.eg-toolbox .texto a {
  position: relative;
  display: inline-block;
  padding-top: 7px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
.eg-toolbox .texto a i {
  position: relative;
  top: 2px;
}
.eg-toolbox .texto a:hover,
.eg-toolbox .texto a:hover i:before {
  color: #c3c3c3;
}
.eg-toolbox.show {
  animation: show 1s;
  animation-fill-mode: forwards;
}
.eg-toolbox.hide {
  animation: hide 1s;
  animation-fill-mode: forwards;
}
.eg-toolbox i.btn-cerrar {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 9px;
  font-size: 15px;
}
.eg-toolbox i.btn-cerrar:before {
  color: #fff;
}

body.vermensaje {
  background: #f0f1f6 !important;
}
body.vermensaje .lateral {
  display: none !important;
}
body.vermensaje .contenido {
  margin: 190px 0 0 0 !important;
  background: #f0f1f6 !important;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes show {
  0% {
    top: 0px;
  }
  100% {
    top: 220px;
  }
}
@keyframes hide {
  0% {
    top: 220px;
  }
  100% {
    top: 0px;
  }
}

.colors {
  width: 200px;
}
.colors i {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 10px;
  margin-right: 5px;
  background-color: #fff;
}
i.c_grey {
  background-color: #b9bebf;
}
i.c_yellow {
  background-color: #fec042;
}
i.c_purple {
  background-color: #904098;
}
i.c_blue {
  background-color: #00b2c8;
}
.vista-desplegada .c-soporte a i:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 7px;
  color: #fff;
  background-color: var(--light-primary);
}
.vista-desplegada .c-soporte h3 {
  font-family: "Heebo";
  font-size: 18px;
  color: var(--dark-primary);
}
.vista-desplegada .c-soporte li {
  font-family: "Heebo";
  font-size: 15px;
  color: var(--light-primary);
  line-height: 18px;
}
.vista-desplegada .c-soporte li {
  list-style: none;
}
.tab-content .description p {
  margin-bottom: 20px;
}
.tab-content .description p::before {
  content: "\e904";
  color: #005461;
  font-family: "icomoon";
  font-size: 10px;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: solid 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.color_flag {
  height: 65px;
  display: flex;
  padding: 0;
  margin-bottom: 50px;
}
.color_flag div {
  width: 25%;
  height: 100%;
}
.green-one {
  background-color: #57828c;
}
.green-two {
  background-color: var(--dark-primary);
}
.green-three {
  background-color: #005461;
}
.green-four {
  background-color: #003947;
}
.verde .producto .detalle .cat {
  font-size: 14px;
}
.verde .producto .detalle .precio {
  font-size: 20px;
}
.bg-green {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 5px;
  background-color: var(--light-primary);
}
.top i.bg-green:before {
  color: #fff;
}
.menu_mobile {
  display: none;
}
.owl-carousel {
  z-index: 0 !important;
  overflow: hidden;
}
form .form-control {
  color: var(--primary);
}
.c-envios-descripcion {
  text-align: left;
}
.c-envios-descripcion h2 {
  font-family: "Heebo";
  font-size: 26px;
  text-transform: uppercase;
  color: var(--primary);
}
.c-envios-descripcion p {
  color: var(--dark-primary);
  font-size: 14px;
}
.c-envios i {
  display: flex;
  justify-content: center;
  min-width: 100px;
  min-height: 100px;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 10px;
  margin-top: -40px;
}
.envios-nacional i {
  align-items: center;
}
.envios-nacional i {
  margin-top: 0;
}
.c-envios i:before {
  color: var(--light-primary);
  font-size: 70px;
}
.envios-nacional .titulo {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: normal;
}
.c-envios .titulo i {
  background: none;
}
.envios-nacional .titulo p {
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  color: var(--dark-primary);
  line-height: 30px;
  margin-top: 40px;
  font-family: 'Heebo';
}
.envios-nacional .titulo p .subtitulo {
  font-size: 15px;
}

.index .section-title h2,
.index .section-title h3 {
  font-family: "Heebo";
  text-transform: uppercase;
  text-align: left;
  font-weight: normal;
  font-size: 26px;
  color: var(--dark-primary);
}
.index .nosotros .section-title h3,
.index .marca-personalizada .section-title h3 {
  color: var(--light-primary);
}
.index .section-line {
  width: 55px;
  height: 6px;
  background-color: #C4DCF7;
  margin: 15px 0 40px;
}
.index .nosotros .section-line, .index .marca-personalizada .section-line {
  margin-bottom: 20px;
}
.index .marca-personalizada .section-line  {
  margin-top: 8px;
}

.index .nosotros {
  background: var(--dark-primary) url("../img/fondo-nosotros.png");
  background-size: cover;
  padding: 50px 75px;
}
.index .marca-personalizada {
  background: var(--dark-primary) url("../img/fondo-marca-personalizada.png");
  background-size: cover;
  padding: 0 75px 10px 75px;
}
/* .nosotros h3,
.marca-personalizada h3 {
  font-family: "Heebo";
  font-size: 44px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
} */
.nosotros p,
.marca-personalizada p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  max-width: 700px;
}
.marca-personalizada img {/* .nosotros iframe */
  height: 360px;
}
.nosotros iframe {
  aspect-ratio: 16/9;
}
.index .home-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.index .home-products .product-item {
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
.index .home-products .product-item h2.titulo,
.index .home-products .product-item h3.cat {
  font-family: "Heebo";
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}
.index .home-products .product-item h3.cat {
  text-transform: uppercase;
  font-size: 16px;
}
.index .home-products .product-item {
  background-color: #4e808a;
  border-radius: initial;
  box-shadow: none;
}
.index .home-products .product-item:nth-child(2n) {
  background-color: #266a75;
}
.index .home-products .product-item:nth-child(3n) {
  background-color: #005662;
}
.index .home-products .product-item:nth-child(5n) {
  background-color: #1b3d4d;
}
.product-description {
  display: none;
  position: absolute;
  top: 21%;
  right: 0;
  bottom: 0;
  left: 0;
}
.index .home-products .product-description p {
  color: #fff;
}
.index .home-products .product-item:hover .product-description {
  display: block;
  background-color: #143443;
  padding: 20px;
  text-align: center;
  font-size: 18px;
}
.colors {
  display: none;
}
.index .home-products .colors {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: auto;
  position: absolute;
  left: 40px;
}
.index .home-products .colors i {
  margin-bottom: 10px;
}
.index .home-products .product-img {
  display: flex;
}
.index .home-products .product-img img {
  margin: 0 auto;
}
.index .home-products a:nth-child(n + 9),
.index .home-products .star-rating,
.index .home-products .precio {
  display: none;
}
.index .home-products .producto .detalle {
  padding: 0;
  min-height: initial;
}
.index .home-products .producto .imagen {
  border: none;
  position: relative;
}
header .btn-opciones-user .invitado i:before,
header .btn-carro i:before {
  color: #fff;
}
.featured-products {/* .index */
  padding: 50px 0;
  position: relative;
}
.index .light-primary {
  background-color: var(--light-primary);
}
.vista-resultados .lista-resultados,
.info .lista-resultados {/* .index .featured-products .lista-resultados */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 33px;
}
.featured-products .lista-resultados a{/* .index  */
  border: 1.5px solid #E5E5E4;
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.featured-products .border-white-2 a {
  border: 1.5px solid #fff;
}
.featured-products .lista-resultados a:hover{
  border: 1.5px solid var(--primary);
  box-shadow: none;
}
.paginador a.page-link {
  border: none;
  color: var(--light-primary);
  font-family: "Heebo";
  font-weight: bold;
  font-size: 18px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
.page-item.active .page-link {
  background-color: transparent;
  font-weight: normal;
  color: grey;
}
.paginador a.page-link i {
  border: solid 2px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paginador a.page-link i:before {
  color: var(--light-primary);
  font-size: 12px;
}
.paginador a.page-link:hover {
  background-color: #fff;
  color: var(--dark-primary);
  border-radius: 15px;
}
.paginador a.page-link:hover i:before {
  color: var(--dark-primary);
}
.paginador .page-item.active .page-link {
  background: transparent;
  cursor: initial;
  color: #A4A3A2;
}
.paginador .page-item.disabled .page-link, .paginador .page-item.disabled .page-link i:before {
  color: #A4A3A2;
}
.index .home-products .producto .imagen .btn-cotizar {
  display: none;
}
.btn-cotizar {
  background: #fff;
  width: 80%;
  margin: 0px auto 10px;
  border-radius: 20px;
  padding: 5px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
/* a.producto:hover {
  border-radius: 10px;
  box-shadow: 0 0 10px rgb(194, 194, 194);
} */
a.producto:hover .btn-cotizar {
  background-color: var(--dark-primary);
}
.c-logo a img {
  margin-left: 50px;
  max-width: 300px;
}

.vista-nosotros .nosotros-productos{
  background: #f7f7f7 url(../img/fondo-gris.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
}

.vista-nosotros .nosotros-vision{
  background: var(--dark-primary) url(../img/fondo-nosotros.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 68%;
  padding: 20px;
}

.vista-nosotros .nosotros-politica{
  background: #f7f7f7 url(../img/fondo-calidad.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
}

.acerca-de-nosotros .nosotros-produts .acerca .detalle,
.acerca-de-nosotros .btn-cotizar {
  display: none;
}
.acerca-de-nosotros .nosotros-produts .acerca .imagen {
  border: none;
  border-radius: 0;
}
.acerca-de-nosotros .owl-carousel .owl-stage-outer {
  background-color: var(--primary);
}
.acerca-de-nosotros .nosotros-produts {
  padding: 100px 0;
  background-image: url("../img/acerca.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: solid 1px;
}
.acerca-de-nosotros .owl-theme .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
.acerca-de-nosotros .owl-theme .owl-nav button {
  border: solid 2px var(--primary) !important;
  padding: 3px !important;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.acerca-de-nosotros .owl-theme .owl-nav button:hover {
  background-color: var(--primary);
}
.acerca-de-nosotros .owl-theme .owl-nav button i:before {
  color: var(--primary);
}
.acerca-de-nosotros .owl-theme .owl-nav button:hover i:before {
  color: #fff;
}
.acerca-de-nosotros h2 {
  text-transform: uppercase;
  color: var(--primary);
  font-family: "Heebo";
  font-size: 18px;
  font-weight: bold;
}
.acerca-de-nosotros h3 {
  color: var(--primary);
  font-family: "Heebo";
  font-size: 20px;
  font-weight: bold;
}
.acerca-de-nosotros .fotos {
  max-width: 150px;
  display: block;
  margin: 0 auto;
}
.acerca-de-nosotros .clientes p {
  max-width: 320px;
  margin: 10px auto;
}
.acerca-de-nosotros .clientes em {
  font-weight: bold;
}


.contacto .items-wrap {
  display: flex;
  color: #fff;
}
.contacto .items-wrap h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Heebo";
  font-weight: bold;
}
.contacto .items-wrap .item {
  width: calc(100% / 3);
  height: 200px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacto .items-wrap i {
  width: 70px;
  height: 70px;
  padding: 10px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 20px;
}
.contacto .items-wrap i::before {
  display: block;
  font-size: 45px;
  color: #005461;
}
.contacto .formulario {
  background: #f7f7f7 url(../img/textura-gris.jpg);
  padding: 100px 0;
}
.contacto .formulario .titulo {
  max-width: 60%;
  margin: 0 auto;
}
.contacto form.form-contact {
  width: 50%;
  margin: 0 auto;
}
.contacto .formulario h2 {
  font-size: 35px;
  font-weight: bold;
  color: #00535f;
  text-transform: uppercase;
}
.contacto label {
  text-transform: uppercase;
  color: #00535f;
  font-weight: bold;
  font-size: 16px;
}
.contacto input,
.contacto select,
.contacto textarea {
  border-radius: 30px;
}
.titulo-recomendados {
  text-transform: uppercase;
  font-weight: bold;
  color: #003947;
  margin: 20px auto;
}
.menu > li:hover .submenu {
  display: flex;
  width: 200px;
}
.menu .submenu li a {
  padding-left: 50px;
}
.menu .submenu {
  display: none;
  flex-direction: column;
  position: absolute;
  background: var(--dark-primary);
  z-index: 1;
}
.menu .submenu li {
  padding: 0;
}
.menu .submenu li a {
  color: #ebebeb;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-transform: lowercase;
}
.menu .submenu li a::first-letter {
  text-transform: uppercase;
}
.menu .submenu li a:hover {
  background: var(--dark-primary);
}
.irs-handle {
  z-index: 0 !important;
}
ul.menu li:nth-child(n + 11) {
  display: none;
}

.category-desc a {
  color: var(--primary);
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
}
.envases-descripcion .info figure,
.bombas-spray .info figure,
.categoria-otros .info figure,
.bombas-cremeras .info figure,
.tapas .info figure {
  text-align: center;
}
.categorias-desplegadas h2 {
  font-size: 20px;
}
.categorias-desplegadas .featured-products {
  padding: 30px 0 50px;
}
.preguntas-frecuentes .info h2 {
  color: var(--primary);
  font-weight: bold;
  font-size: 24px;
  margin: 20px 0;
}
.preguntas-frecuentes .info h3,
.preguntas-frecuentes .info h4 {
  font-family: "Heebo";
}
.preguntas-frecuentes .info h3 {
  color: var(--primary);
  border-top: solid 1px;
  padding-top: 10px;
  margin-top: 50px;
  font-size: 22px;
  font-weight: bold;
}
.preguntas-frecuentes .info h4 {
  background: #e8e8e8;
  color: #404040;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 17px;
  font-style: italic;
  font-weight: bold;
}
.preguntas-frecuentes .info img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  max-height: 250px;
}
.preguntas-frecuentes .info .img-table {
  width: 100%;
  max-width: initial;
}
.preguntas-frecuentes .info table {
  margin: 0 auto;
  text-align: center;
}
.preguntas-frecuentes .info .titles-table {
  background: #e8e8e8;
}
.etiqueta {
  background: var(--primary);
  color: white;
  position: absolute;
  top: 20px;
  left: 0;
  font-weight: bold;
  border-radius: 0 10px 10px 0;
  font-size: 20px;
  padding: 0 10px;
  z-index: 1;
}
.etiqueta.OP {
  background: #c3c3c2;
  color: rgb(61, 61, 61);
  top: 60px;
}
header .c-buscador .input-group input {
  border-radius: 0px 30px 30px 0 !important;
}
@media (max-width: 1024px) {
  .c-contenido-sw .c-contenido.n1.abrir {
    transform: translate(0vw, 0px);
    max-width: 100vw;
  }
  .c-contenido-sw .c-contenido.n2.abrir {
    transform: translate(10vw, 0px);
    max-width: 90vw;
  }
  .c-contenido-sw .c-contenido.n3.abrir {
    transform: translate(20vw, 0px);
    max-width: 80vw;
  }
  .c-contenido-sw .c-contenido.n4.abrir,
  .c-contenido-sw .c-contenido.n5.abrir {
    transform: translate(30vw, 0px);
    max-width: 70vw;
  }
  .c-contenido-sw .c-contenido .info .esqueleto .item {
    width: 23%;
  }
  .c-logo img {
    max-width: 250px;
    height: auto;
  }
  .menu-principal {
    margin: 0;
    grid-column: 1 / 3;
  }
  .menu-principal .forma {
    display: none;
  }
  .index .c-banner .texto {
    top: 50px;
    right: 0;
  }
  .nosotros iframe {
    width: 100%;
  }
  header .c-buscador .input-group input {
    border-radius: 0px 30px 30px 0 !important;
  }
}
@media (max-width: 768px) {
  header .c-buscador {
    width: 95%;
    position: fixed;
    margin: 0;
  }
  header .c-buscador .resultados-buscador {
    max-height: 50vh;
  }
  .btn-cerrar-buscador {
    display: inline;
    position: absolute;
    top: -35px;
    float: right;
    right: 0;
  }
  .btn-cerrar-buscador i:before {
    color: #000;
    font-size: 30px;
  }
  .btn-cotizar {
    background-color: var(--dark-primary);
  }
  .c-contenido-sw .c-contenido.n1.abrir {
    transform: translate(0vw, 0px);
    max-width: 100vw;
  }
  .c-contenido-sw .c-contenido.n2.abrir {
    transform: translate(0vw, 0px);
    max-width: 100vw;
    bottom: 70px;
  }
  .c-contenido-sw .c-contenido-capa {
    bottom: 70px;
  }
  .c-contenido-sw .c-contenido.n3.abrir {
    transform: translate(0vw, 0px);
    max-width: 100vw;
  }
  .c-contenido-sw .c-contenido.n4.abrir,
  .c-contenido-sw .c-contenido.n5.abrir {
    transform: translate(0vw, 0px);
    max-width: 100vw;
  }
  .c-contenido-sw .c-contenido .info .esqueleto .item {
    width: 31%;
  }
  .c-contenido-sw .c-contenido .info .esqueleto .fotoproducto {
    float: none;
    width: 100%;
  }
  .c-contenido-sw .c-contenido .info .esqueleto .detalles {
    float: none;
    width: 100%;
    margin-top: 30px;
    clear: both;
  }
  .menu-principal {
    display: none;
  }
  .menu_mobile {
    display: block;
  }
  .menu_mobile {
    z-index: 4;
    background-color: var(--dark-primary);
    color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .menu_mobile a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 100%;
    width: 100%;
    border-radius: 0;
  }
  .menu_mobile a:hover {
    background-color: var(--primary);
    border-radius: initial;
  }
  .menu_mobile i::before {
    color: #fff;
    font-size: 25px;
    font-style: normal;
  }
  .open_menu_burger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .navActive {
    animation-name: navActive;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  .navNoActive {
    animation-name: navNoActive;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
  }
  @keyframes navActive {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }
  @keyframes navNoActive {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  .menu-principal {
    position: fixed;
    top: 0;
    bottom: 70px;
    left: 0;
    width: 50vw;
    background: var(--dark-primary);
    color: #fff;
    z-index: 3;
    height: 100%;
    padding: 0;
  }
  .menu-principal ul.menu {
    display: flex;
    flex-direction: column;
    height: initial;
    overflow-y: scroll;
    padding-bottom: 70px;
    background-color: var(--dark-primary);
  }
  .menu-principal ul.menu > li > a,
  .menu-principal ul.menu a.dropdown-toggle {
    color: #fff;
  }
  .menu-principal ul.menu > li {
    max-width: initial;
    border-bottom: solid 1px var(--light-primary) !important;
  }
  .menu-principal ul.menu > li > a {
    padding: 15px 25px;
    width: 80%;
    display: inline-block;
  }
  .menu-principal ul.menu > li > a:hover {
    background-color: #fff;
    color: var(--primary);
    border: none;
    height: auto;
  }
  header .c-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    float: initial;
    padding-right: 30px;
  }
  header .btn-opciones-user .invitado i,
  header .btn-carro i {
    font-size: 28px;
    background: var(--primary);
    padding-top: 7px;
    border-radius: 50px;
    height: 43px;
    width: 43px;
    text-align: center;
    display: block;
    top: -25px;
  }
  .index .c-banner .texto {
    top: 25px;
    width: 340px;
  }
  .index .c-banner .texto .titulo, .index .c-banner .texto h1 {
    font-size: 32px;
    line-height: 30px;
  }
  .index .c-banner .owl-dots {
    bottom: 0;
  }
  .menu-img {
    width: 100%;
    max-height: 200px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu-img img {
    height: 80%;
  }
  .vista-desplegada .c-soporte {
    display: flex;
    justify-content: space-evenly;
  }
  footer {
    padding-bottom: 70px;
  }
  .marca-personalizada img {
    height: auto;
    width: 100%;
  }
  .index .home-products,
  .vista-resultados .lista-resultados {/*  .index .featured-products .lista-resultados */
    grid-template-columns: repeat(2, 1fr);
  }
  .index .home-products .producto .imagen {
    min-height: initial;
  }
  .index .home-products .colors {
    flex-direction: row;
  }
  .contacto .items-wrap .item {
    flex-direction: column;
    text-align: center;
    justify-content: space-between;
  }
  .contacto form {
    width: 70%;
  }
  .contacto .items-wrap h2 {
    font-size: 18px;
  }
  .acerca-de-nosotros .nosotros-produts {
    background-image: none;
  }

  .menu-principal ul.menu > li {
    display: flex;
    flex-wrap: wrap;
  }
  .menu .menu-dropdown {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu .submenu {
    position: initial;
    order: 3;
  }
  .menu .menu-dropdown i::before {
    color: #fff;
  }
  .menu > li:hover .submenu {
    width: 100%;
  }

  .vista-desplegada .galeria {
    margin: 0;
    position: relative;
    width: 100%;
  }
  .vista-desplegada .galeria .owl-thumbs {
    margin-top: 0;
    position: absolute;
    top: 290px;
    left: 0px;
    display: flex;
  }
  .vista-desplegada .galeria .owl-item img {
    width: 100%;
    height: 100%;
    max-height: 388px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  header .top {
    padding: 5px 0;
  }
  .c-logo a img {
    margin-left: 10px;
  }
  .c-contenido-sw .c-contenido .info .esqueleto .item {
    width: 48%;
  }
  header .top .centrado {
    display: flex;
    justify-content: center;
  }
  header .top .text-right a {
    margin: 0;
    padding: 0;
    line-height: 22px;
    text-align: center;
  }
  .index .c-banner .texto {
    position: absolute;
    margin: 0 auto;
    width: 95%;
    margin-top: 10px;
    text-align: left;
    margin-bottom: 20px;
    left: 10px;
    top: 100px;
  }
  .index .c-banner .banner .sombra {
    display: none;
  }
  .index .c-banner {
    background-color: #fff;
  }
  .index .c-banner .texto .subtitulo, .index .c-banner .texto p {
    text-align: left;
    margin: 10px 0;
  }
  .index .c-banner .texto a.verde {
    margin-top: 20px;
  }
  .index .c-banner .owl-dots {
    bottom: -40px;
    right: 0;
  }
  .vista-resultados .lateral {
    padding: 20px 15px 70px;
  }
  .vista-resultados .right {
    padding: 20px 15px 40px;
  }
  .vista-resultados .breadcrumbs .ordenar select {
    top: 20px;
    margin-bottom: 10px;
  }
  .vista-desplegada .informacion .nav-tabs .nav-item .nav-link {
    font-size: 16px;
    padding: 25px 0;
  }
  .vista-desplegada .boton-oscuro,
  .vista-desplegada .boton-blanco {
    width: 100%;
    margin-bottom: 20px;
  }
  .index .c-envios {
    padding: 50px 15px;
    background-position: 90%;
  }
  .index .nosotros {
    padding: 50px 15px;
    background-position: 65%;
  }
  .index .marca-personalizada {
    padding: 30px 15px;
    background-position: 90%;
  }
  .index .envios-nacional {
    padding: 50px 15px;
    background-position: 85%;
  }
  .index .envios-nacional .titulo p {
    margin-top: 0;
  }
  .nosotros,
  .marca-personalizada {
    height: auto;
  }
  .index .c-productos {
    grid-template-columns: repeat(2, 1fr);
  }
  .c .c-calendario > div {
    float: left;
    width: 100%;
  }
  .contacto .items-wrap .item {
    width: 100%;
  }
  .contacto .items-wrap {
    flex-direction: column;
  }
  .contacto .items-wrap .item {
    flex-direction: row;
    height: auto;
    justify-content: flex-start;
    text-align: left;
  }
  .contacto .formulario .titulo {
    max-width: 90%;
  }
  .contacto form {
    width: 100%;
  }
  footer {
    background-position-x: 43%;
  }
}
@media (max-width: 425px) {
  .c-contenido-sw .c-contenido .info {
    padding: 20px;
  }
  .c-contenido-sw .c-contenido .info .esqueleto .item {
    width: 47%;
  }
  .c-contenido-sw .c-contenido .top a.btn-cerrar-nivel {
    float: left;
  }
  .c-contenido-sw .c-contenido .top .titulo {
    font-size: 18px;
  }
  /* .c-contenido-sw .c-contenido .top a.btn-cerrar-nivel {
    padding: 3px 20px 8px 20px;
  } */
  .c-contenido-sw .c-contenido .top .titulo .precio {
    background: #1e7dca;
    padding-left: 10px;
    position: absolute;
    top: 0;
    right: 6px;
  }
  #eg-toolbox-wrapper {
    right: 0;
    width: 100%;
  }
  #eg-toolbox-wrapper .eg-toolbox {
    border-radius: 0;
  }
  .c-logo img {
    max-width: 160px;
  }
  header .c-right {
    padding-right: 10px;
  }
  .menu-principal {
    width: 100vw;
  }
  .vista-desplegada .c-soporte {
    flex-direction: column;
  }
  .vista-desplegada .informacion #descripcion,
  .vista-desplegada .informacion .tab-pane .c-accion,
  .vista-desplegada .lista-preguntas .c-pregunta,
  .vista-desplegada .lista-valoraciones .c-valoracion {
    padding: 15px;
    margin-top: 30px;
  }
  .nosotros h3,
  .marca-personalizada h3,
  .c-envios .titulo {
    font-size: 25px;
  }
  .c-envios .titulo {
    flex-direction: column;
  }
  .c-envios i {
    min-width: 50px;
    min-height: 50px;
  }
  .c-envios i:before {
    font-size: 50px;
  }
  .index .home-products,
  .vista-resultados .lista-resultados {/* .index .featured-products .lista-resultados */
    grid-template-columns: repeat(1, 1fr);
  }
  .index .feature-title {
    width: 100%;
  }
  .featured-products .feature-title h2 {/* .index */
    font-size: 40px;
  }
  .contacto label {
    margin-top: 20px;
  }
  .contacto .formulario h2 {
    font-size: 25px;
  }
  .acerca-de-nosotros h2 {
    font-size: 25px;
  }
  .acerca-de-nosotros .nosotros-produts {
    padding: 50px 0;
  }
}
@media (max-width: 375px) {
  .c-contenido-sw .c-contenido .info .esqueleto .item {
    width: 100%;
  }
  .c-contenido-sw .c-contenido.vista-resultados-categoria .top .titulo,
  .c-contenido-sw .c-contenido.vista-desplegada .top .titulo,
  .c-contenido-sw .c-contenido.vista-resultados-buscador .top .titulo {
    width: 82%;
  }
  .home-products {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-logo a img {
    width: 160px;
  }
}
@media (max-width: 320px) {
  .vista-desplegada .informacion .nav-tabs .nav-item .nav-link {
    font-size: 14px;
  }
}
