/*
Theme Name: Mapa Estellar
Author: Hordan Navarro
Version: 1.0
*/

@font-face {
    font-family: HelveticaLTStd_Bold;
    src: url(css/fonts/HelveticaLTStd_Bold.otf);
}
@font-face {
    font-family: Helvetica_LT;
    src: url(css/fonts/Helvetica_LT.ttf);
}
@font-face {
    font-family: Helvetica_Bold;
    src: url(css/fonts/Helvetica_Bold.otf);
}
@font-face {
    font-family: Karla_Bold;
    src: url(css/fonts/Karla_Bold.ttf);
}
@font-face {
    font-family: Karla_ExtraBold;
    src: url(css/fonts/Karla_ExtraBold.ttf);
}
@font-face {
    font-family: Karla_Light;
    src: url(css/fonts/Karla_Light.ttf);
}
@font-face {
    font-family: Karla_Medium;
    src: url(css/fonts/Karla_Medium.ttf);
}
@font-face {
    font-family: Karla_Regular;
    src: url(css/fonts/Karla_Regular.ttf);
}
@font-face {
    font-family: Montserrat_Regular;
    src: url(css/fonts/Montserrat_Regular.ttf);
}
body {
    margin: 0;
    font-family: Karla_Regular;
    font-size: 16px;
    text-align: center;
    width: 100%;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: black !important;
}
ul {
    margin: 0;
}
figure {
    margin: 0;
}
h1, h2, h3, h4, p {
    margin: 0;
    font-weight: normal;
}
/*Textos */

.HelveticaLTStd_REGULAR {
    font-family: HelveticaLTStd_REGULAR;
}
.Helvetica_LT {
    font-family: Helvetica_LT;
}
.Helvetica_Bold {
    font-family: Helvetica_Bold;
}
.Karla_Bold {
    font-family: Karla_Bold !important;
}
.Karla_ExtraBold {
    font-family: Karla_ExtraBold !important;
}
.Karla_Light {
    font-family: Karla_Light !important;
}
.Karla_Medium {
    font-family: Karla_Medium !important;
}
.Karla_Regular {
    font-family: Karla_Regular !important;
}
.Montserrat_Regular {
    font-family: Montserrat_Regular !important;
}
.texto-titulos {
    font-size: 70px;
}
.line-height {
    line-height: 1;
}
.w-contents {
    width: max-content;
}
/* Color */

.texto-blanco {
    color: white !important;
}
.fondo-blanco {
    background-color: white !important;
}
.texto-negro {
    color: #000000 !important;
}
.texto-negro a {
    color: #000000 !important;
}
.fondo-negro {
    background-color: #000000 !important;
}
.texto-negro-claro {
    color: #333333 !important;
}
.fondo-negro-claro {
    background-color: #333333 !important;
}
.texto-gris {
    color: #AEAEAE !important;
}
.fondo-gris {
    background-color: #AEAEAE !important;
}
.texto-gris-claro {
    color: #eeeeee !important;
}
.fondo-gris-claro {
    background-color: #eeeeee !important;
}
.texto-azul {
    color: #00879a !important;
}
.fondo-azul {
    background-color: #00879a !important;
}
.texto-azul-oscuro {
    color: #006168 !important;
}
.fondo-azul-oscuro {
    background-color: #006168 !important;
}
.texto-naranja {
    color: #FF7A00 !important;
}
.fondo-naranja {
    background-color: #FF7A00 !important;
}
/* header */

.movimiento_menu {
    position: relative;
    /*left: 85px;*/
    padding-left: 170px;
}
.separador_top {
    height: 30px;
    width: 100%;
}
.nav-item {
    height: 48px;
    align-items: center;
    display: flex;
}
.contenedor_menu_arriba {
    background-color: #1A1A1A;
}
.columna_preview{
    display: grid;
}
.texto_input_buscar {
    font-size: 17px !important;
    color: black !important;
    background-color: white !important;
    border-radius: 10px !important;
    border: 4px solid white !important;
}
.texto_input_buscar::placeholder {
    color: black;
}
#toogleMenu .dropdown-item.active, .dropdown-item:active {
    background-color: transparent !important;
}
#conedor_categorias_menu_prodcutos_categorias .dropdown-toggle::after {
    background-image: url(image/abajo_negro.png) !important;
}
.dropdown-toggle::after {
    background-image: url(image/ABAJO.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 15px;
    /* margin: 0 !important; */
    position: relative;
    top: 4px;
    color: transparent !important;
    display: inline-block;
    margin: 0 auto;
}
.raya_lateral {
    border-left: 2px solid #bcbcbc;
}
.imagen_redes_menu {
    width: 30px;
}
#boton_menu_responsive {
    outline: none;
    border: none;
}
#boton_menu_responsive:focus {
    border: none;
    outline: none;
    box-shadow: none !important;
}
.texto_menu_responsive {
    background-color: white;
    padding: 4px 10px;
}
#nav_menu {
    position: relative;
    width: 100%;
    z-index: 2;
    justify-content: flex-end;
}
.texto_a_menu a {
    font-size: 17px;
    font-family: Karla_Bold;
}
.texto_a_menu a:hover {
    color: initial;
}
.dropdown-item:hover, .dropdown-item:focus {
    background-color: transparent !important;
    text-decoration: underline;
}
#texto_ofertas a {
    color: #A50E06 !important;
}
#texto_ofertas a:hover {
    color: #A50E06 !important;
}
.imagen_iconos_menu {
    width: 40px;
    object-fit: scale-down;
    position: absolute;
}
.imagen_iconos_menu_buscar {
    right: 1px;
    background: black;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
}
.imagen_iconos_menu_user_carrito {
    height: 26px;
    object-fit: scale-down;
    position: relative;
}
.div_redes {}
.nav-item .cant-carrito {
    position: absolute;
    top: 0px;
    right: 60px;
    font-size: 12px;
}
.cant-carrito {
    position: absolute;
    top: 0px;
    left: 50px;
    display: inline-block;
    padding: 5px 8px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    border-radius: 3rem;
    color: white;
    background-color: #ff1d25;
}
.whatsapp_flotante {
    position: fixed;
    z-index: 10;
    top: 90%;
    right: 15px;
}
.opacity-0{
    opacity: 0;
}
.opacity-1{
    opacity: 1;
}
.btn-secciones {
    display: none;
    position: fixed;
    z-index: 10;
    bottom: 0;
    right: 15px;
    background: #e8e7e7;
    width: 170px;
}
.btn-secciones div {
    text-align: left;
    margin-bottom: 10px;
    padding: 5px 8px;
}
#btn-ventas {
    top: 80%;
    right: 8px;
}
#btn-mayoristas {
    right: 101px;
    top: 80%;
}
#btn-atencion {
    top: 90%;
    right: 110px;
}
.btn-secciones img {
    width: 50px;
    border: 3px solid #f08dab;
    border-radius: 50%;
    margin-right: 5px;
}
.btn-secciones label {
    color: black;
    vertical-align: middle;
}
.imagen_red_flotante {
    width: 180px;
}
.imagen_buscar_menu {
    width: 35px;
    vertical-align: middle;
    position: absolute;
}
.div_barra_buscar {
    position: relative;
    z-index: 10;
}
.imagen_menu {
    position: relative;
    /*height: 170px !important;*/
    max-width: none !important;
    width: 280px;
}
.imagen_mobile{
    max-width: 200px !important;
    height: auto !important;
}

.menu_left {
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    right: 0px;
}
.menu_left a {
    font-size: 17px;
}
.menu_left a:hover {
    color: #B95A7E !important;
}
#icon_menu .navbar-toggler-icon {
    background-image: url('image/icono-menu.png');
    width: 45px !important;
    height: 40px !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#icon_menu .navbar-toggler-icon p {
    position: absolute;
    right: 70px;
    transform: translate(0, -50%);
    top: 50%;
}
.raya_bajo {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 48%;
    top: 33px;
    width: 80%;
    height: 3px;
    background-color: #FBB900;
    margin: 0 auto;
    display: none;
}
.raya_pantalones {
    left: 39%;
    width: 65%;
}
.texto_a_menu li:hover>.raya_bajo {
    display: block;
}
.menu_left li:hover>.raya_bajo {
    display: block;
}
.imagen_redes_menu img {
    width: 40px;
    object-fit: scale-down;
}
.imagen_redes_menu_arriba img {
    width: 30px;
    object-fit: scale-down;
}
.boton_cerrar_menu .navbar-toggler-icon {
    background-image: none !important;
}
.li_productos:hover>.desplegable_prodcutos {
    display: flex;
}
.desplegable_prodcutos {
    transform: translate(-50%, 0);
    top: 48px;
    left: 50% !important;
}
.desplegable_prodcutos.show {
    display: flex;
}
.li_marcas:hover>.desplegable_marcas {
    display: flex;
}
.desplegable_marcas {
    transform: translate(-50%, 0);
    top: 82px;
    left: 50% !important;
}
.desplegable_marcas.show {
    display: flex;
}
/*.div_contenedor_categorias_subcategorias {
    width: 20%;
    display: inline-table;
}*/

.div_contenedor_imagen_logo {
    left: 16%;
    width: max-content;
    z-index: 10;
    transform: translate(0, -50%);
    top: 50%;
}
.img_slider_principal {
    display: inline-block;
    width: 200px;
}
.img_slider_principal img {
    object-fit: scale-down;
    width: 100%;
}
/* fin header */

/* footer */

.img_loading {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    display: none;
}
#footer_vica {
    padding: 10px 5px;
    font-size: 1.3em;
    width: 100%;
    color: black;
    margin: 0 auto;
    text-align: center;
    font-family: Karla_Light;
}
.enlace_vica {
    color: #4a2681 !important;
    font-weight: bold;
}
.enlace_vica:hover {
    color: #009688 !important;
    text-decoration: none;
}
.enlace_vica:hover>.texto_i {
    color:#4a2681;
}
.texto_i {
    color: #009688;
}
footer {
    position: relative;
    background-color: #1A1A1A;
}
/*ini contacto*/

.img_loading {
    width: 120px;
    height: 120px;
    position: relative;
    display: none;
    margin: 0 auto;
}
#contactoModal .modal-header {
    color: white;
}
#contactoModal .modal-header .close {
    color: white;
    background: transparent;
    zoom: 2;
    display: flex;
    height: 10px;
    align-items: center;
}
.error .modal-header {
    background-color: #dc3545;
}
.correcto .modal-header {
    background-color: #198754;
}
.alert .modal-header {
    background-color: #ffc107;
}
/*fin contacto*/

.imagen_mensaje_footer {
    width: 27px;
    object-fit: scale-down;
}
/*.imagen_logo_footer img {
    width: 100px !important;
    object-fit: scale-down;
}*/

.imagen_logo_footer {
    width: 280px;
}

.imagen_redes_footer {
    object-fit: scale-down;
}
.imagen_iconos_caracteristicas_footer {
    object-fit: scale-down;
    height: 70px;
}
.borders_div_footer {}
.texto_condiciones {
    font-size: 16px;
}
.imagen_iconos_info_footer {}
.texto_info_footer {
    font-size: 19px;
    word-break: break-word;
}
.raya_lateral_info_footer {
    border-right: 2px solid #00879a;
}
.raya_top_info_footer {
    border-top: 2px solid #00879a;
}
/*.imagen_certificaciones {}
.imagen_logo_footer {
    width: 145px;
}*/
.margin_contenedor_info_arriba {
    margin-left: auto;
}
.margin_contenedor_info_abajo {
    margin-right: auto;
}
/* fin footer */

/* BANNER */

/*.banner_grande {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 500px;
}*/

.contenedor_banner_izquierda {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 45%;
}

.imagen_banner_pequeño {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.imagen_banner_grande {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.imagen_banner_grande {
    object-fit: cover;
}
.imagen_banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    left: 54px;
    z-index: 10;
}
.carousel-caption {
    left: 10%;
    top: 40%;
    right: auto;
    padding: 5px;
    text-align: left;
}
.icon_socialnetwork {
    width: 35px;
}
#banner_principal .carousel-indicators li {
    width: 50px;
    height: 10px;
    border-radius: 0px !important;
    background-color: white !important;
    border: none !important;
    opacity: 1;
    transition: 0.2s;
}
#banner_principal .carousel-indicators .active {
    opacity: 1;
    background-color: #fbb900 !important;
    border: none;
    transition: 0.2s
}
.carousel-indicators {
    z-index: 1 !important;
}
.video-banner {
    height: 600px;
    width: 100%;
    object-fit: cover;
}
.btn_banner {
    font-size: 1.3em;
}
.btn_banner_left {
    left: 20%;
}
.btn_banner_right {
    left: 60%;
}
/* FIN BANNER*/

/* INDEX */

/* informacion tienda  */

.imagen_informacion_tienda {
    height: 35px;
    object-fit: scale-down;
}
.boton_banner {
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 25px;
    width: max-content;
}
.boton_conocer_mas {
    transform: initial;
    right: 20px;
    left: inherit;
}
.boton_banner button:hover {
    background-color: #000000;
    color: white;
}
/* fin informacion tienda  */

/* categoria destacada */

.texto_precio_categoria_destacada {
    font-size: 35px;
}
.div_raya_negra {
    width: 50px;
    height: 3px;
}
.imagen_categoria {
    width: 100%;
    object-fit: scale-down;
}
/* fin categoria destacada*/

/* PRODUCTOS */

#banners_productos .boton_conocer_mas {
    right: 65px;
}
.background_seccion_productos {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 50%;
    background-color: white;
}
.div_texto_top {
    bottom: 66px;
}
.botones-productos .owl-next {
    background-image: url("image/icon-flecha-der.png");
    top: 37% !important;
}
.botones-productos .owl-prev {
    background-image: url("image/icon-flecha-izq.png");
    top: 37% !important;
}
#productos .owl-carousel .owl-item {
    left: 0px;
}
#productos .productos_destacados-item-image {
    object-fit: scale-down;
    width: 100%;
    height: 260px !important;

}
#productos .productos_destacados-item article {
    height: 257px;
    position: relative;
}
.div_info_productos_catalogo {
    height: 90px;
}
#productos .productos_destacados-item {
    height: 475px;
}
#productos .div_contenedor_info_producto {
    /*border: 2px solid #bdbdbd;*/
}
.texto-precios {
    font-size: 20px;
}
.nombre_prodcuto {
    height: 65px;
}
.imagen_icono_carrito_comprar {
    height: 30px !important;
    object-fit: scale-down;
    width: max-content !important;
}
.pill_nuevo {}
.pill_oferta {}
.div_contenedor_pill {
    height: 22px;
}
.pill_porcentaje_descuento {
    height: 22px;
}
#productos .owl-carousel .owl-stage-outer {
    padding: 0px;
}
.li_index {
    cursor: pointer;
}
.flechas_productos_destacados .owl-next {
    background-image: url("image/flecha-adelante.png");
    zoom: 1.3;
}
.flechas_productos_destacados .owl-prev {
    background-image: url("image/flecha-atras.png");
    zoom: 1.3;
}
.div_mostar_mas_noticas {
    width: max-content;
}
.boton_ver_mas_prodcutos {
    cursor: pointer;
}
.productos_destacados-item-btn:hover {
    background-color: #000000 !important;
    color: white !important;
}
#conedor_categorias_menu_prodcutos_categorias .dropdown-item:hover {
    background-color: #000000 !important;
    text-decoration: none;
    color: white !important;
}
/* FIN PRODUCTOS */

/* PROMOCIONES */

.imagen_banner_promociones {
    width: 100%;
    object-fit: scale-down;
}
.imagen_productos_promos {
    object-fit: scale-down;
}
.flechas_productos_promos_inicio .owl-next {
    background-image: url("image/flecha_der.jpg");
    height: 100%;
}
/* FIN PROMOCIONES*/

/* MARCAS*/

.imagen_logos_clientes {
    height: 150px;
    object-fit: scale-down;
}
/* FIN MARCAS*/

/* Página nosotros */

#section_nosotros h5 {
    font-size: 1.1rem;
}
#section_nosotros p {
    letter-spacing: .2px;
}
.wrap_descripcion, .wrap_mision-vision, .wrap_politicas {
    padding: 1rem 7rem;
}
.wrap_mision-vision p, .wrap_politicas p {
    text-align: justify;
}
.wrap_politicas p {
    padding: 0 5rem;
}
/* Carrusel estilos */

.carrusel-objetivos-calidad {
    padding: 1rem 4rem;
}
/*.carrusel-objetivos-calidad .owl-stage-outer {
    overflow: visible !important;
}
.carrusel-objetivos-calidad .owl-stage {
    display: flex;
}
.carrusel-objetivos-calidad .owl-item {
    opacity: 0;
}
.carrusel-objetivos-calidad .owl-item.active {
    opacity: 1;
}*/

/* Cards objetivos */

.carrusel-objetivos-calidad .card {
    background-color: #ececec;
    height: 100%;
    border: none;
    border-radius: 8px;
    -webkit-box-shadow: 7px 4px 13px -4px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 7px 4px 13px -4px rgba(0, 0, 0, 0.30);
    box-shadow: 7px 4px 13px -7px rgba(0, 0, 0, 0.30);
}
.carrusel-objetivos-calidad .card-header {
    border-bottom: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #ececec;
    padding-bottom: 0;
}
.carrusel-objetivos-calidad .card-header img {
    width: 42% !important;
}
.carrusel-objetivos-calidad .card-body {
    text-align: justify;
    line-height: 1.16;
    padding: 1.2rem 1.6rem;
    font-size: 1rem;
}
/* Clientes */

.wrap_experiencia {
    padding: 1rem 8rem;
}
/* .carrusel-empresas-exp,
.carrusel-empresas-exp2{
    padding: 1rem 8rem;
} */

.carrusel-empresas-exp img, .carrusel-empresas-exp2 img {
    width: 1rem;
}
/* CONTACTO */

/*========== PAGINA CONTÁCTANOS ============*/

/*#seccion-contacto {}
.carrusel-asesores-contacto .owl-stage {
    display: flex;
}
.carrusel-asesores-contacto .owl-stage-outer {
    overflow: visible !important;
}
.carrusel-asesores-contacto .owl-item {
    opacity: 0;
}
.carrusel-asesores-contacto .owl-item.active {
    opacity: 1;
    transition: 100ms;
}
.flechas-asesores .owl-prev {
    background-image: url("image/iconos/flecha_atras.png") !important;
    zoom: 0.8;
}
.flechas-asesores .owl-next {
    background-image: url("image/iconos/flecha_adelante.png") !important;
    zoom: 0.8;
}*/

.carrusel-asesores-contacto .card {
    border-radius: 13px;
    border: none;
    background: #eaeaea;
    height: 100%;
    cursor: pointer;
}
.carrusel-asesores-contacto .card:hover {
    /*box-shadow: 0 0 0 2px #FF7A00;*/
    border: 2px solid #FF7A00;
}
.carrusel-asesores-contacto .card .card-header-img img {
    width: 60%;
    margin: 0 auto;
}
.carrusel-asesores-contacto .card .card-header {
    font-size: .7em;
    font-weight: bold;
    color: #018799;
    background: #eaeaea;
    border: none;
    padding-bottom: 0;
}
.carrusel-asesores-contacto .card .card-body {
    padding: 0;
    font-size: .65em;
    font-weight: bold;
    line-height: 1.3;
    color: #797878;
    border: none;
}
/* Datos contacto empresa */

.item-contacto img {
    width: 27px;
    height: fit-content;
    object-fit: scale-down;
}
.item-contacto p {
    font-size: .8em;
    text-align: start;
    line-height: 1.2;
    color: #797878;
}
.item-contacto a {
    color: #797878 !important;
}
/* Formulario contacto */

#form_contacto .form-control {
    border-radius: 0;
    border: 0;
    background-color: #eaeaee;
    font-size: .8em;
    padding: 0.375rem 1rem;
    resize: none;
}
#form_contacto .form-check-input {
    border-radius: 0;
    font-size: 1.1em;
    box-shadow: none;
    margin: 0px;
}
#form_contacto .form-check-input:checked {
    background-color: #000000;
    border-color: #000000;
}
#form_contacto .form-check-label {
    font-size: .8em;
    color: #797878;
}
#div-form-btn-formulario button {
    background: #000000;
    width: 100%;
    display: block;
    border-radius: 0;
    color: #fff;
    letter-spacing: .3px;
    font-size: 1.1em;
}
/* Redes contacto */

.redes-contacto img {
    margin: 0 .3rem;
    height: 25px;
    object-fit: scale-down;
}
/* FIN CONTACTO */

/* VIDEOS */

.carrusel-videos .card {
    border-radius: 0;
    border: none;
    background: #eaeaea;
    height: 100%;
}
.carrusel-videos .card-body {
    line-height: 1.2;
}
.banner_video {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 250px;
}
#section_videos_aprende .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#fe7900 50%, #fe7900 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}
#section_videos_aprende .play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#section_videos_aprende .play-btn::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgb(237 241 245 / 70%);
    top: -15%;
    left: -15%;
    background: #fe7900;
}
#section_videos_aprende .play-btn:hover::after {
    border-left: 15px solid #fe7900;
    transform: scale(20);
}
#section_videos_aprende .play-btn:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}
@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}
@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}
/* ARTICULOS */

.carrusel-articulos .owl-stage {
    display: flex;
}
.carrusel-articulos .owl-prev {
    left: -2.3rem !important;
    top: 40% !important;
}
.carrusel-articulos .owl-next {
    right: -2rem !important;
    top: 40% !important;
}
.carrusel-articulos .card {
    border-radius: 0;
    border: none;
    background: #eaeaea;
    height: 100%;
}
.carrusel-articulos .card a.btn {
    border: none;
    border-radius: 0;
    font-size: 1.2em;
    padding: 0.1rem 2.3rem;
    font-weight: bold;
    letter-spacing: .2px;
}
.carrusel-articulos .card-title {
    font-size: 1.05em !important;
}
.carrusel-articulos .card-text {
    line-height: 1.2;
    color: #8c8c8c;
    font-size: .77em;
    letter-spacing: .3px;
    min-height: 4.4rem;
}
.card-text p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* FIN INDEX*/

/* CATEGORIAS */

.owl-botones-carrusel .owl-prev {
    float: left;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    color: transparent;
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    left: 0px;
}
.owl-botones-carrusel .owl-next {
    float: right;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    color: transparent;
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    right: 0px;
}
.owl-botones-carrusel .owl-next:focus {
    outline: none
}
.owl-botones-carrusel .owl-prev:focus {
    outline: none
}
.botones-categorias .owl-next {
    background-image: url("image/flecha_der.png");
    zoom: 1;
}
.botones-categorias .owl-prev {
    background-image: url("image/flecha_izq.png");
    zoom: 1;
}
#categorias .owl-carousel .owl-item {
    left: 0px;
}
.carousel-categorias-productos img {
    height: 130px;
    object-fit: scale-down;
}
.item_carrusel_categorias {
    cursor: pointer;
    height: 202px;
}
.item_carrusel_categorias:hover>h3 {
    color: #ff7a00 !important;
}
.item_carrusel_categorias .imagen_hover_2 {
    display: none !important;
}
.item_carrusel_categorias:hover>.imagen_hover_1 {
    display: none !important;
}
.item_carrusel_categorias:hover>.imagen_hover_2 {
    display: block !important;
}
/* FIN CATEGORIAS */

/* CATALOGO */

#boton_wpp_catalogo {
    right: 30px;
    top: initial;
    bottom: -34px;
}
#productos .prodcutos_catalogo {
    width: 33.3333%;
}
.imagen_ver_filtros {
    object-fit: scale-down;
    height: 40px !important;
    cursor: pointer;
}
.p_cerrar_toggle {
    cursor: pointer;
}
#contenedor_filtros {
    display: block;
}
/* FIN CATALOGO */

/* DETALLE */

#botones_filtros .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #a4a4a4;
    background-color: #a4a4a4;
}
.checkbox-btn input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.checkbox-btn input:checked~.btn {
    border-color: #F08DAB;
    background-color: #F08DAB;
    color: #fff !important;
}
.checkbox-btn input:checked~.check-color {
    box-shadow: 0px 0px 9px -1px #F08DAB;
}
.cantidad_podcutos {
    padding: 9px 18px;
    display: inline-block;
    vertical-align: top;
}
.logo_imagenes_certificados {
    width: 130px;
    object-fit: scale-down;
}
.video_descripcion {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}
.video_descripcion iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* FIN DETALLE*/

/*SUSCRIBIRSE*/

/*.boton_suscribirse {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -111px;
}*/

.flecha_suscribirse {
    object-fit: scale-down;
    width: 26px;
}
.texto_terminos {
    font-size: 15px;
}
.boton_suscribirse {
    width: max-content;
}
#txt_suscripcion {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
/*FIN SUSCRIBIRSE*/

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.div_fondo_gris {
    height: 35.3%;
    bottom: 0px;
}
.item_contenedor_noticia {
    height: 300px;
}
.imagen_noticia_preview {
    width: 100%;
    object-fit: cover !important;
    height: 170px !important;
}
.div_leer_mas_noticias {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
@media (min-width: 767px) {
    .card-blog {
        margin-bottom: 3rem;
    }
}
.contenedor_card .card:hover {
    /*   top: -15px;*/
    box-shadow: 0 12px 16px rgb(0 0 0 / 20%);
}
.contenedor_card .card {
    transition: all 0.25s;
}
.card-blog .card-body {
    position: relative;
    height: 185px;
}
.card-blog .card-category-box {
    position: absolute;
    text-align: center;
    top: -16px;
    left: 15px;
    right: 15px;
    line-height: 25px;
    overflow: hidden;
}
.card-blog .card-category {
    display: inline-block;
    color: #fff;
    padding: 0 15px 5px;
    overflow: hidden;
    background-color: #0078ff;
    border-radius: 4px;
}
.card-blog .card-category .category {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: .7rem;
    letter-spacing: .1px;
    margin-bottom: 0;
}
.card-blog .card-title {
    font-size: 1.3rem;
}
.card-blog .card-title a {
    color: #333333 !important;
}
.card-blog .card-title a:hover {
    color: #000000 !important;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
}
.card-blog .card-description {
    color: #4e4e4e;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card-blog .post-author {
    display: inline-block;
}
.card-blog .post-date {
    color: #4e4e4e;
    display: inline-block;
    float: right;
}
.ion-android-arrow-dropright:before {
    position: relative;
    top: 2px;
}
#blog img {
    max-width: 100%;
    object-fit: scale-down;
}
.imagen_compartir_producto {
    width: 40px;
    object-fit: scale-down;
}
/*--------------------------------------------------------------
# Blog Single
--------------------------------------------------------------*/

.post-box, .form-comments, .box-comments, .widget-sidebar {
    padding: 2rem;
    background-color: #fff;
    /*margin-bottom: 3rem;*/
}
@media (min-width: 768px) {
    .post-box, .form-comments, .box-comments, .widget-sidebar {
        padding: 3rem;
    }
}
.blog-wrapper .article-title {
    font-size: 1.5rem;
}
@media (min-width: 768px) {
    .blog-wrapper .article-title {
        font-size: 1.9rem;
    }
}
.blog-wrapper .post-meta {
    margin: 1rem 0;
}
.blog-wrapper .post-meta ul {
    border-left: 4px solid #000000;
    margin-top: 1rem;
}
.blog-wrapper .post-meta ul li {
    display: inline-block;
    margin-left: 15px;
}
.blog-wrapper .post-meta ul a {
    color: #0078ff;
}
.blog-wrapper .post-meta ul span {
    color: #1e1e1e;
}
.blog-wrapper .blockquote {
    border-left: 4px solid #0078ff;
    padding: 18px;
    font-style: italic;
}
/*------/ Sidebar /------*/

.widget-sidebar .sidebar-title {
    font-size: 1.4rem;
    font-weight: 600;
    border-left: 5px solid #F08DAB;
    padding-left: 15px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
.widget-sidebar .list-sidebar li {
    position: relative;
    padding: 6px 0 6px 24px;
}
.widget-sidebar .list-sidebar li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    left: 0;
    background-color: #F08DAB;
    top: 20px;
}
.ul-resect, .socials ul, .list-ico, .blog-wrapper .post-meta ul, .box-comments .list-comments, .widget-sidebar .list-sidebar, .widget-tags ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
/* lg */

@media (max-width: 1199px) {
    .texto_input_buscar {
        border: 2px solid white !important;
    }
    .imagen_iconos_menu_buscar {
        right: 0px;
    }
    .movimiento_menu {
        left: initial;
        padding-left: initial;
    }
    .separador_top {
        display: none;
    }
    .imagen_iconos_menu_user_carrito {
        height: 35px;
    }
    #conedor_categorias_menu_prodcutos_categorias .dropdown-toggle::after {
        display: inline-block;
        margin-left: 7px;
    }
    .dropdown-toggle::after {
        display: block;
    }
    .btn_banner {
        font-size: 1.3em;
    }
    .btn_banner_left {
        left: 28%;
    }
    .navbar-nav {}
    .border_menu_mobile {
        border-bottom: 1px solid #6b6b6b;
    }
    .nav-item {
        height: auto;
        align-items: initial;
        display: block;
    }
    .desplegable_prodcutos {
        transform: initial;
        top: 0px;
        left: 0px !important;
    }
    .desplegable_marcas {
        transform: inherit;
        top: 0px;
        left: 0px !important;
    }
    .dropdown-toggle::after {
        margin: inherit;
        margin-left: auto;
    }
    .contenedor_categorias_productos {
        cursor: pointer;
    }
    #conedor_categorias_menu_prodcutos {
        display: none;
    }
    .div_sub_categorias {}
    .navbar-collapse {
        background-color: #000000 !important;
    }
    #titulo_detalle_producto_movil {
        display: block !important;
        margin-bottom: 35px;
    }
    #titulo_detalle_prodcuto {
        display: none !important;
    }
    #nav_menu .navbar-collapse {
        position: absolute !important;
        left: 0px;
        width: 100%;
        top: 0px;
    }
    .carousel-caption {
        transform: translate(0, -50%);
        top: 50%;
        left: 0px;
        width: 100%;
        text-align: left;
        height: 100%;
        align-items: center;
        display: flex;
        padding: 0px 20px;
    }
    .div_barra_buscar {
        position: relative;
        transform: initial;
        left: initial;
        top: initial;
    }
    .div_logo {
        width: 100%;
    }
    .imagen_menu {
        position: relative;
    }
    .menu_left {
        position: relative;
        transform: initial;
        top: initial;
        right: 0px;
    }
    .navbar-nav {}
    .dropdown-menu {
        background-color: transparent !important;
    }
    .texto_a_menu a {
        color: white !important;
        display: flex;
        justify-content: space-between;
    }
    .texto_a_menu a:hover {
        color: white;
    }
    .dropdown-item:hover, .dropdown-item:focus {
        background-color: #ffffff !important;
        text-decoration: none;
        color: black !important;
    }
    .form-control:focus {
        border-color: white !important;
    }
    .borders_div_footer {
        border-right: none !important;
        border-left: none !important;
        border-top: 1px solid #dee2e6 !important;
        border-bottom: 1px solid #dee2e6 !important;
    }
    #contenedor_filtros {
        display: none;
    }
    .cant-carrito {
        left: 33px;
    }
    .div_contenedor_imagen_logo {
        left: 0px;
        width: max-content;
        top: 0px;
        z-index: 10;
    }
    .imagen_menu {
        height: 60px !important;
    }
}
/* md */

@media (max-width: 992px) {
    .contenedor_banner_izquierda {
        height: 50%;
    }
    .banner_pequeño {
        position: relative;
        top: initial;
    }
    .flechas_productos_promos_inicio .owl-prev {
        background-image: url("image/flecha_izq.jpg");
        height: 100%;
    }
    .imagen_productos_promos {
        width: 70% !important;
        object-fit: scale-down;
        margin: 0 auto;
    }
    .raya_lateral_info_footer_2 {
        border: none !important;
    }
    .wrap_mision-vision, .wrap_descripcion, .wrap_politicas {
        padding: 1rem 2rem;
    }
    .carrusel-articulos .card .card-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .item-contacto p {
        font-size: 1em;
    }
    .imagen_categoria {
        height: 100%;
        width: 100%;
    }
    #txt_suscripcion {
        border-top-right-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }
    .boton_suscribirse {
        height: auto !important;
    }
}
/* sm */

@media (max-width: 768px) {
    .boton_conocer_mas {
        transform: translate(-50%, 0);
        left: 50%;
        bottom: 25px;
    }
    .contenedor_imagen_arriba {
        height: 350px;
    }
    .contenedor_banner_izquierda {
        height: auto;
    }
    #productos .prodcutos_catalogo {
        width: 50%;
    }
    .card-container {
        height: 335px;
    }
    .raya_lateral_info_footer {
        border-right: none;
    }
    .wrap_descripcion, .wrap_mision-vision, .wrap_politicas {
        padding: 1rem 1rem;
    }
    .wrap_politicas p {
        padding: 0 .5rem;
    }
    .carrusel-objetivos-calidad {
        padding: 1rem 1rem;
    }
    .wrap_experiencia {
        padding: 1rem 2rem;
    }
    .flechas-asesores .owl-prev {
        zoom: 1;
    }
    .flechas-asesores .owl-next {
        zoom: 1;
    }
    #section_videos_aprende h5, #section_articulos h5 {
        font-size: 2.2em;
        justify-content: center;
    }
    .carrusel-articulos .card .card-body {
        display: flex;
        flex-direction: column;
    }
    .carrusel-articulos .card a.btn {
        margin-top: auto;
        margin-left: auto;
    }
    .banner_video {
        height: 160px;
    }
    .imagen_categoria {
        width: 100%;
    }
    .div_raya_negra {
        margin: 0 auto;
        width: 100px;
    }
    .margin_contenedor_info_arriba {
        margin: auto;
    }
    .margin_contenedor_info_abajo {
        margin: auto;
    }
}
/* < sm */

@media (max-width: 576px) {
    #productos .prodcutos_catalogo {
        width: 90%;
        margin: 0 auto;
    }
    #productos .productos_destacados-item {
        height: auto;
    }
    .imagen_certificaciones {
        width: 200px;
        object-fit: scale-down;
    }
    .banner_video {
        height: 250px;
    }
    .texto_boton_banner {
        font-size: 11px;
    }
    .boton_banner {
        bottom: 15px;
    }
    .margin_contenedor_info_arriba {
        margin: auto;
		text-align: center;
    }
    .margin_contenedor_info_abajo {
        margin: auto;
		text-align: center;
    }
    /*.imagen_logo_footer {
        width: 110px;
    }*/
    #titulo_detalle_producto_movil {
        margin: 20px 0px;
    }
}
@media (max-width: 450px) {
    #icon_menu .navbar-toggler-icon{
        width: 35px !important;
        height: 30px !important;
    }

    .imagen_mobile{
        width: 150px !important;
    }
}

@media (max-width: 375px) {
    .imagen_categoria {
        width: 100%;
    }
}

.contenedor_banner {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 15px;
}
.contenedor_banner_grande {
    min-width: 100%;
    position: relative;
}
.imagenes_banner {
    object-fit: cover;
    height: 100% !important;
}
.contenedor_banner_pequeño {
    display: grid;
    gap: 15px;
    grid-template-rows: 1fr 1fr;    
}
.banner_pequeño {
    min-width: 100%;
    position: relative;
}
.banner_divididos{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
@media (max-width: 767.98px){
    .contenedor_banner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px){
    .columna_preview {
        display: block !important;
    }
}

#cclw_order_details_table .cclw_order_review_table .cclw_cart_totals div{
    text-align: left;
}

label>input[type="checkbox"]+* {
    display: initial !important;
    color: black !important;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
}