/* CENTRO LOGÍSTICO ÁGUILAS */
.icono-usuario {
    font-size: 2.3rem;
    display: inline-block;
    line-height: 1;
}

.blanco {
    color: #fff !important;
}

.gris {
    color: #222 !important;
}

.negrita600 {
    font-weight: 600;
}

.logo-indice {
    height: 150px !important;
    width: auto !important;
}

.portada-img-moto {
    width: 100% !important;
    height: 207px !important;
    object-fit: cover !important;
    object-position: center !important;
    background-color: #2d2f33 !important;
    display: block !important;
}

.figura-portada {
    background-color: #222222 !important;
    height: auto !important;
    /*width:auto !important;*/
    width: 100%;
}

.fondo-slider-portada {
    background-color: #1F4285 !important;
}

.fondo-banner-indice {
    background-color: #2d2f33;
}

.salto-linea-slider {
    line-height: 1.5em !important;
}

.enlace-mapa {
    color: #1F4285 !important;
    text-decoration-line: underline;
}

.sombra {
    text-shadow: 1px 1px 2px #222222;
}

.sombra-contacto {
    text-shadow: 1px 1px #000;
}

.color-primario {
    color: #1F4285 !important;
}

.header-top {
    background-color: #1F4285 !important;
    color: #fff !important;
}

.header-top a {
    color: #fff !important;
}

.logo-escritorio {
    width: 200px;
    height: auto;
}

.logo-movil {
    width: 154px;
    height: auto;
    margin-right: 30px;
}

.cabecera-secciones {
    width: 100%;
    background-color: #454545;
    background-image: url(../images/cabecera.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.cabecera-titulo-principal {
    font-size: calc(0.8em + 1.3vw) !important;
    text-align: center;
    line-height: 30px !important;
}

.cabecera-titulo-registro {
    font-size: 1.4em !important;
    text-align: center;
    line-height: 25px !important;
}

.mapa-nav {
    /*padding: 0.5rem;*/
    color: white;
    text-transform: uppercase;
}

.mapa-nav ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.capa-precio {
    display: block;
    margin-bottom: 1.1rem;
    color: #d26e4b;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1;
}

.non-interactive {
    pointer-events: none;
    background-color: #6A6A6A !important;
    color: #fff !important;
    font-weight: 600 !important;
}

.mapa-nav li a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}

.mapa-nav li:not(:last-child)::after {
    display: inline-block;
    margin: 0.25rem 0.8rem;
    content: "\203A";
}

.mapa-nav li:last-child {
    padding-top: 2.5px !important;
    /*color: #1F4285 !important;*/
    color: #fff !important;
    font-weight: 600 !important;
}

.lbl-form {
    font-weight: 500;
    color: #000000;
}

.error-validacion {
    border-color: #D72828 !important;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url(../../img/error-icono.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.1875rem) center !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

.error-feedback {
    color: #D72828 !important;
    font-size: 12px !important;
}

.color-error {
    color: #D72828 !important;
}

.margen-abajo-menos-20 {
    margin-bottom: -20px !important;
}

.margen-abajo-20 {
    margin-bottom: 20px !important;
}

.margen-abajo-40 {
    margin-bottom: 40px !important;
}

.margen-abajo-60 {
    margin-bottom: 60px !important;
}

.margen-abajo-100 {
    margin-bottom: 100px !important;
}

.margen-derecha-10 {
    margin-right: 10px;
}

.proteccion-de-datos {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 10px !important;
}

.espaciado-12-24 {
    padding: 12px 24px !important;
}

.texto-justificado {
    text-align: justify !important;
}

.interlineado-label {
    line-height: 1.5em !important;
}

.alert-gestion {
    background-color: #1F4285 !important;
    border-color: #1F4285 !important;
    color: #fff !important;
}

.alert-gestion-promo {
    background-color: #fff !important;
    border-color: red !important;
    color: red !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
}

.mayusculas {
    text-transform: uppercase !important;
}

.capa-carga {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    margin: 40px;
}

.svg-loader {
    margin-top: 20px;
    display: flex;
    position: relative;
    align-content: space-around;
    justify-content: center;
}

.svg-container {
    height: 50px;
    width: 50px;
}

.loader-svg {

    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    fill: none;
    stroke-width: 5px;
    stroke-linecap: round;
    stroke: rgb(255, 180, 0);
}

.loader-svg.bg {
    stroke-width: 8px;
    stroke: rgb(214, 216, 217);
}

.animate {
    stroke-dasharray: 242.6;
    animation: fill-animation 1s cubic-bezier(1, 1, 1, 1) 0s infinite;
}

@keyframes fill-animation {
    0% {
        stroke-dasharray: 40 242.6;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 141.3;
        stroke-dashoffset: 141.3;
    }

    100% {
        stroke-dasharray: 40 242.6;
        stroke-dashoffset: 282.6;
    }
}

.logo-sin {
    width: 25%;
    height: auto;
}

.altura-tiendas {
    height: 580px;
    overflow-y: scroll;
}

@media only screen and (max-width: 767px) {
    .altura-tiendas {
        height: auto;
        overflow-y: auto;
    }
}

.linea-separador {
    border-top: #C1C1C1 1px solid;
    margin-bottom: 8px;
}

.mapa-puntos {
    width: 100%;
    height: 580px;
}

.dropdown-menu,
span.twitter-typeahead .tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    /*min-width: 160px;*/
    width: 75%;
    padding: 10px 5px;
    margin: 2px 20px;
    font-size: 1.5rem;
    color: #373a3c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

span.twitter-typeahead .tt-suggestion {
    display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.5;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}

span.twitter-typeahead .tt-suggestion:focus,
.dropdown-item:hover,
span.twitter-typeahead .tt-suggestion:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5;
}

span.twitter-typeahead .active.tt-suggestion,
span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .active.tt-suggestion:focus,
span.twitter-typeahead .tt-suggestion.tt-cursor:focus,
span.twitter-typeahead .active.tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion.tt-cursor:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    outline: 0;
}

span.twitter-typeahead .disabled.tt-suggestion,
span.twitter-typeahead .disabled.tt-suggestion:focus,
span.twitter-typeahead .disabled.tt-suggestion:hover {
    color: #818a91;
}

span.twitter-typeahead .disabled.tt-suggestion:focus,
span.twitter-typeahead .disabled.tt-suggestion:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}

span.twitter-typeahead {
    width: 100%;
}

.input-group span.twitter-typeahead {
    display: block !important;
}

.input-group span.twitter-typeahead .tt-menu {
    top: 2.375rem !important;
}

.fuente16 {
    font-size: 1.2em !important;
    line-height: 2.2em;
}

.fuente16em {
    font-size: 1.6em !important;
}

.fuente18em {
    font-size: 1.8em !important;
}

.fuente13em {
    font-size: 1.3em !important;
}

.i-facebook:hover {
    color: #38529A !important
}

.i-twitter:hover {
    color: #1C96E8 !important
}

.i-whatsapp:hover {
    color: #00A356 !important
}

.metodos-pago {
    height: 240px;
    width: auto;
}
.icono-pago-pie{
    height: 30px;
    width: auto;
    margin: 4px;
}

.logo-envio {
    height: 100px;
    width: auto;
    margin-bottom: 30px;
}

.alineacion-pagos {
    display: flex;
    align-items: center;
    justify-content: center;
}

.titulo-modelo {
    text-align: center !important;
    margin-bottom: 2.6rem;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.0125em;
    color: #222;
}

.boton-modelo {
    float: right;
    color: #222 !important;
}

/* COOKIES */
.cc-nb-okagree {
    background-color: #1F4285 !important;
    color: #222 !important;
}

.cc-nb-reject {
    background-color: #1F4285 !important;
    color: #222 !important;
}

.cc-cp-foot-save {
    background-color: #1F4285 !important;
    color: #222 !important;
}

.cc-pc-head-lang select:focus {
    box-shadow: 0 0 0 2px #1F4285 !important;
}

.cc-cp-foot-byline {
    color: #F2F2F2 !important;
}

.cc-cp-foot-byline a {
    color: #F2F2F2 !important;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

/* COOKIES */
@media only screen and (max-width: 991px) {
    .header-middle .header-left {
        flex-grow: 0 !important;
        flex-shrink: 0 !important;
        flex-basis: auto !important;
    }

    .logo-movil {
        margin-right: 0px !important;
    }
}

.titulo-producto {
    margin-bottom: 0.3rem;
    font-family: inherit;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -.01em;
    color: #666;
    padding-right: 20px;
}

.caja-titulo {
    height: 60px;
    overflow: hidden;
}

.flotar-derecha {
    float: right;
}

.typeahead li a.dropdown-item {
    text-transform: uppercase;

}

.typeahead li {
    padding-bottom: 8px;
    border-bottom: 1px solid #C9C9C9;
    margin-bottom: 15px;
}

.categoria-activa {
    color: #1F4285 !important;
    font-weight: bold;
    text-decoration: underline;
}

.product-meta {
    color: #454545 !important
}

.stock-disponible {
    background-color: #1B9E43 !important;
    color: white !important;
}

.stock-ultimas-unidades {
    background-color: #F7BA01 !important;
    color: #454545 !important;
}

.stock-permitir-reserva {
    background-color: #1D57AD !important;
    color: white !important;
}

.stock-agotado {
    background-color: #D73D42 !important;
    color: white !important;
}

.precio-rebajado {
    color: #aaa;
    text-decoration: line-through;
    font-size: 2rem;
    font-weight: 500;
    margin-left: 15px;
}

.social-link.social-whatsapp:hover {
    background-color: transparent !important;
    color: #47C254;
}

.borde-producto {
    border: 1px solid #EEEEEE;
    margin-bottom: 20px;
    border-radius: 6px;
}

.espaciado-10 {
    padding: 10px;
}

.espaciado-15 {
    padding: 15px;
}

.etiqueta-categoria {
    background-color: #1F4285 !important;
    color: #fff !important;
    padding: 6px !important;
    font-weight: 600;
}

.color-desde {
    color: #D26E4B !important;
}

.espaciado-cat {
    padding: 6px 0px;
}

.btn-whatsapp {
    display: block;
    width: 60px;
    height: 60px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 100px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    z-index: 9999999;
}

.btn-whatsapp img {
    width: 60px;
    height: 60px;
}

.social-instagram-nuevo:hover {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.ico-red-svg {
    height: 16px;
    height: 16px;
    fill: #fff;
}

.ico-red-svg-negro {
    height: 15px;
    height: 15px;
    fill: #222222;
}

.ico-red-svg-blanco {
    height: 15px;
    height: 15px;
    fill: #fff;
}

.ic-red-social {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-tiktok:hover {
    background-color: #000;
    border-color: #000;
}

.zoom-gestion {
    display: block;
    position: absolute;
    padding: 1rem;
    right: 1rem;
    bottom: 1rem;
    color: #999;
    font-size: 2rem;
    line-height: 1;
    opacity: 1;
    transition: opacity .3s;
    z-index: 1;
}

.mfp-cerrar {
    position: inherit;
    height: 20px !important;
    color: #FFF;
    top: -15px;

    text-align: right;
    width: 100%;
    font-size: 2.5em !important;
    cursor: pointer;
}

.variacion-no {
    font-weight: 500;
    color: red;
}

.img-tecnica {
    height: 80px !important;
    width: auto;
}

.capa-tecnica {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
}

.capa-tecnica-vacia {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.etiqueta-atributo {
    line-height: 0px !important;
    font-weight: 600;
    color: #000;
    padding-right: 5px;
}

.texto-centrado {
    text-align: center !important;
}

.mascara-carrito-img {
    width: 80px;
    height: 90px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mascara-carrito-img img {
    height: 90px !important;
    width: auto !important;
}

.submenu {
    margin-left: 0px !important;
}

.toggle-btn-movil {
    display: block;
    position: absolute;
    padding: 6px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: .6;
}

.carrito-vacio {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center !important;
}

.carrito-vacio img {
    height: 40px !important;
    width: 40px !important;
}

.sombreado-menu {
    font-size: 13px !important;
}

.sombreado-menu a {
    color: #454545 !important;
}

.sombreado-menu a:hover {
    font-weight: 500 !important;
}

.sombreado-menu:hover {
    background-color: #D3D3D3 !important;
}

.sombreado-submenu {
    background-color: #D3D3D3 !important;
}

.total-carrito {
    font-size: 1.5em !important;
    color: #D73D42 !important;
}

/*PIE DE PAGINA*/
.sticky-pietf {
    display: flex
}

.sticky-pietf>* {
    flex: 1
}

.sticky-pietf .search-toggle {
    padding: 0;
    color: inherit
}

.sticky-pietf .header-search.show,
.sticky-pietf .header-search:hover {
    color: #222
}

.sticky-pietf .hs-toggle .input-wrapper {
    min-width: 29rem;
    right: 1.5rem;
    margin-bottom: 2rem
}

.sticky-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1.5rem 0 1.3rem
}

.sticky-link i {
    width: 2.3rem;
    height: 2.4rem;
    text-align: center;
    font-size: 2.3rem;
    line-height: 1;
    transform: translateY(0);
    transition: transform .35s ease
}

.sticky-link i.d-icon-search {
    font-size: 1.9rem
}

.sticky-link span {
    margin-top: .8rem;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: .025em;
    text-transform: uppercase
}

.sticky-link.active {
    color: #222
}

.sticky-link:hover {
    color: #222
}

.sticky-link:hover i {
    transform: translateY(-5px)
}

.carrito-rs {
    text-align: right !important;
}

.limpiar-filtro {
    font-size: 1.4rem;
    margin-left: auto;
    color: #222;
    transition: color .3s;
}

.cabecera-titulo-registro {
    font-size: 1.4em !important;
    text-align: center;
    line-height: 25px !important;
}

@media (min-width: 576px) {
    .sticky-pietf {
        padding: 0 4rem
    }
}

@media (min-width: 768px) {
    .sticky-pietf {
        display: none
    }
}

.mensaje-bienvenida {
    margin: 0;
    padding: 1.1rem 0;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    letter-spacing: -.0125em;
    line-height: 1.5;
    white-space: nowrap;
}

.encabezado-escritorio {}

.header-redes {
    background-color: #222222 !important;
    color: #fff !important;
    font-size: 1.2rem !important;
    letter-spacing: -.025em !important;
    display: none !important;
}

.header-redes i {
    margin: 0 0.8rem !important;
    font-size: 1.8rem !important;
}

.header-redes svg {
    margin: 0 0.8rem !important;
}

.encabezado-movil {
    display: none !important;
}

.gestor-usuario {
    display: none !important;
}

@media only screen and (max-width: 990px) {
    .header-search.hs-toggle .input-wrapper {
        right: 90% !important;
        bottom: 50px !important;
    }

    .gestor-usuario {
        display: inline-block !important;
    }

    .carrito-rs {
        text-align: center !important;
    }

    .limpiar-filtro {
        line-height: 3.7rem !important;
    }

    .cabecera-titulo-registro {
        font-size: 0.8em !important;
        line-height: 20px !important;
    }

    .encabezado-escritorio {
        display: none !important;
    }

    .encabezado-movil {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .header-redes {
        display: flex !important;
    }
}

.boton-limpiar {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.3em 1em;
    font-size: 1rem;
    line-height: 1.6;
    background: #f4f4f4;
    color: #000;
    border: 0px;
    cursor: pointer;
}

.borde-fin-ticket {
    border-bottom: 1px solid #e1e1e1 !important;
}

.color-total-ticket {
    font-size: 1.3em !important;
    color: #D73D42 !important;
}

.color-descuento {
    color: #D73D42 !important;
}

.margen-arriba-40 {
    margin-top: 40px;
}

.lista-oculta {
    list-style: none !important;
}

.cursor-tf {
    cursor: pointer;
}

.img-100 {
    width: 100px !important;
    height: auto;
}

.social-tiktok {
    background-color: transparent !important;
}

.social-tiktok:hover {
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.quantityc {
    font-weight: 700 !important;
    max-width: 48px !important;
    text-align: center !important;
}

.quantityc::-webkit-inner-spin-button,
.quantityc::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.quantityc::-webkit-outer-spin-button {
    -moz-appearance: textfield;
}

.quantityc-minus {
    border-radius: 0.3rem 0 0 0.3rem !important;
    border: 1px solid #ced4da !important;
    color: #212529 !important;
    font-weight: 500 !important;
    height: 45px !important;
}

.quantityc-plus {
    border-radius: 0 0.3rem 0.3rem 0 !important;
    border: 1px solid #ced4da !important;
    color: #212529 !important;
    font-weight: 500 !important;
    height: 45px !important;
}

.grupo-cantidad {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.cab-tu-pedido {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    border-bottom: 1px solid #e1e1e1;
}

.boton-peq {
    padding: 0.82em 1.61em;
    font-size: 1.1rem;
    border-radius: 3px;
    color: #fff;
    border: 0px;
    border-color: #222;
    background-color: #222;
    float: right;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    transition: color .3s, border-color .3s, background-color .3s, box-shadow .3s;
    white-space: nowrap;
    cursor: pointer;
    width: 100%;
}

.codigo-cupon {
    color: #34A853 !important
}

.estado-comprobacion {
    background-color: #FF5733 !important;
    color: white !important;
}

.estado-reembolsado {
    background-color: #33FF57 !important;
    color: white !important;
}

.estado-completado {
    background-color: #3366FF !important;
    color: white !important;
}

.estado-procesando {
    background-color: #FF33A6 !important;
    color: white !important;
}

.estado-cancelado {
    background-color: #FF3333 !important;
    color: white !important;
}

.estado-en-espera {
    background-color: #FFA833 !important;
    color: #222 !important;
}

.estado-eliminado {
    background-color: #333333 !important;
    color: white !important;
}

.estado-no-revisado {
    background-color: #33A6FF !important;
    color: white !important;
}

.portada-escritorio {
    display: inline-block !important;
}

.portada-movil {
    display: none !important;
}

figure.image-style-align-right {
    float: right !important;
    margin: 4px !important;
}

figure.image-style-align-left {
    float: left !important;
    margin: 4px !important;
}

figure.image-style-align-center {
    margin: 0 auto !important;
    display: block !important;
    text-align: center !important;
}

.oculto {
    display: none;
    font-size: 14px !important;
    color: #000 !important;
    font-weight: bold !important;
    margin-right: 10px !important;
}


@media only screen and (max-width: 1920px) {
    .intro-slider .banner figure {
        height: auto !important;
        overflow: hidden !important;
    }
}

@media only screen and (max-width: 900px) {

    /* TABLA PEDIDOS */
    .oculto {
        display: inline-block;
    }

    .tabla-pedidos {
        width: 100% !important;
    }

    .order-number {
        width: 100% !important;
    }

    .order-date {
        width: 100% !important;
    }

    .order-status {
        width: 100% !important;
    }

    .order-total {
        width: 100% !important;
    }

    .order-action {
        width: 100% !important;
    }

    .tabla-pedidos thead {
        display: none;
    }

    .tabla-pedidos tr:nth-of-type(2n) {
        background-color: inherit;

    }

    .tabla-pedidos tr td:first-child {
        /*<!--background: #f0f0f0;-->*/
        font-weight: bold;
        font-size: 1.3em;
        border-top: #1F4285 4px solid;
    }

    .tabla-pedidos tbody td {
        display: block;
        text-align: center;
    }

    .tabla-pedidos tbody td:before {
        content: attr(data-th);
        display: block;
        text-align: center;
    }

    /* TABLA PEDIDOS */
    .caja-titulo {
        height: 80px !important;
    }

    .intro-slider .banner figure {
        height: auto !important;
        overflow: hidden !important;
    }

    .banner-title {
        font-size: calc(3em + 2vw) !important;
        line-height: calc(1em + 1vw) !important;
    }
}

@media only screen and (max-width: 600px) {
    .caja-titulo {
        height: 100px !important;
    }

    .portada-escritorio {
        display: none !important;
    }

    .portada-movil {
        display: inline-block !important;
    }

    .intro-slider .banner figure {
        height: auto !important;
        overflow: hidden !important;
    }
}

@media only screen and (max-width: 400px) {
    .header-search.hs-toggle .input-wrapper {
        bottom: 160px !important;
        right: 0px !important;
        z-index: 9999999 !important;
    }
}

.categoria-productos-menu .toggle-btn {
    visibility: hidden !important;
}

.categoria-productos-menu i {
    position: relative;
    cursor: pointer;
}

.categoria-productos-menu i::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    transition: transform 0.5s ease;
    opacity: .6;
}

.icono-pr-movil {
    float: right;
    padding: 1rem 0.6rem !important;
    right: -17px;
    transition: transform 0.4s ease;
}

.rotado {
    transform: rotate(270deg);
    right: -12px;
}



/*MODAL BUSCADOR*/
/*Efecto*/
.modalmask {
    position: fixed;
    font-family: Arial, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalmask:target {
    opacity: 1;
    pointer-events: auto;
}

/*Formato de la ventana*/
.modalbox {
    width: 95%;
    position: relative;
    padding: 5px 20px 13px 20px;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    transition: all 500ms ease-in;

}

.modalbox-aviso {
    width: 70%;
    position: relative;
    padding: 5px 20px 13px 20px;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    transition: all 500ms ease-in;

}

.marco-aviso {
    padding: 20px !important;
    border: 3px solid #222 !important;
    font-size: 18px !important;
    color: #222 !important;
    text-align: center !important;
}

/*Movimientos*/
.movedown {
    margin: 0 auto;
}

.rotate {
    margin: 10% auto;
    -webkit-transform: scale(-5, -5);
    transform: scale(-5, -5);
}

.resize {
    margin: 10% auto;
    width: 0;
    height: 0;

}

.modalmask:target .movedown {
    margin: 10% auto;
}

.modalmask:target .rotate {
    transform: rotate(360deg) scale(1, 1);
    -webkit-transform: rotate(360deg) scale(1, 1);
}

.modalmask:target .resize {
    width: 400px;
    height: 200px;
}

/*Boton de cerrar*/
.cerrar-busca {

    color: #222;
    line-height: 25px;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 1px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 3px;

}

.scroll-menu-tf {
    height: 650px;
    overflow-y: scroll;
}

.caja-precio {
    height: 60px !important;
}

.subtitulo-portada {
    font-size: 3.4rem !important;
}

.h3-portada {
    font-family: Poppins, sans-serif !important;
    font-size: 1.4rem !important;
    line-height: 1.86 !important;
    color: #666 !important;
    font-weight: 400 !important;
}

.h3-indice {
    font-family: Poppins, sans-serif !important;
    font-size: 18px !important;
    line-height: 36px !important;
    color: #666 !important;
    font-weight: 400 !important;
}

.h4-indice {
    margin: 1.4rem 0 0 !important;
    text-align: center !important;
    color: #222;
    font-size: 1.6rem !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
}

.h3-punto-venta {
    font-size: 2rem !important;
    line-height: 1.1 !important;
}

.h3-indice-portada {
    margin-bottom: 2.8rem !important;
    font-weight: 500 !important;
    font-size: 1.8em !important;
}

.h3-categorias-tienda {
    padding: 13px 3px 13px 30px !important;
    font-size: 1.3rem !important;
    color: #222 !important;
}

@media only screen and (max-width: 900px) {
    .caja-precio {
        height: auto !important;
    }
}

.main-nav .megamenu {
    width: 100vw !important;
    left: 0;
    position: absolute;
    z-index: 1000;
}

.main-nav .megamenu a {
    font-size: 13px !important;
}

.main-nav .megamenu .row-tf {
    max-width: 1800px;
    margin: 0 auto;
}

.main-nav .megamenu ul {
    width: auto;
    max-width: none;
}

.row-tf {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.col-tf {
    flex: 1 0 12.5%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 25px;
}


@media (max-width: 1799px) {
    .main-nav .megamenu .row-tf {
        max-width: 90vw;
        margin: 0 auto;
    }
}


@media (max-width: 1199px) {
    .col-tf {
        flex: 1 0 25%;
    }

    .main-nav .megamenu {
        left: 0;
    }

    .main-nav .megamenu .row-tf {
        max-width: 80vw;
    }
}


@media (max-width: 1024px) {
    .col-tf {
        flex: 1 0 100%;
    }
}


@media (max-width: 767px) {
    .col-tf {
        flex: 1 0 100%;
    }
}

.tooltip-info {
    all: unset;
    /* Elimina todos los estilos del botón */
    cursor: pointer;
    /* Mantiene el cursor tipo botón */
    font-size: 16px;
    /* Ajusta el tamaño del texto */
    margin-right: 5px;
}


/*SEQURA*/
.sequra-educational-popup {
    cursor: pointer;
    color: rgb(0, 156, 92);
    white-space: nowrap;
}

.logo-sequra {
    height: 18px !important;
    width: auto !important;
    margin: 0px 4px !important;
}

/*SEQURA*/

.mt-menu {
    margin-top: 0px !important;
    min-width: 280px !important;
}

/* PORTADA 2.0 */

/* Contenedor de imagen con overlay */
.tfs-image-container {
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
}

/* Imagen principal - altura completa */
.tfs-hero-image {
    height: 400px !important;
}

/* Imágenes secundarias - altura fija */
.tfs-secondary-image {
    height: 250px !important;
}

/* Hacer que las imágenes cubran el contenedor sin distorsionarse */
.tfs-image-container img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    transition: transform 0.5s ease !important;
}

/* Overlay oscuro sobre las imágenes */
.tfs-image-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: rgba(0, 0, 0, 0.4) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    color: white !important;
    padding: 20px !important;
}

/* Animación de texto */
.tfs-animated-text {
    opacity: 0;
    transform: translateY(30px);
    animation: tfsAnimateFadeInUp 1s ease-out forwards;
}

.tfs-animated-text.tfs-delay-1 {
    animation-delay: 0.3s;
}

.tfs-animated-text.tfs-delay-2 {
    animation-delay: 0.6s;
}

@keyframes tfsAnimateFadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Estilo del botón */
.tfs-hero-button {
    opacity: 0;
    transform: scale(0.8);
    animation: tfsAnimateFadeInScale 0.8s ease-out 0.9s forwards;
}

@keyframes tfsAnimateFadeInScale {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Hover en imágenes */
.tfs-image-container:hover img {
    transform: scale(1.05);
}

/* Responsive imágenes */
@media (max-width: 768px) {
    .tfs-hero-image {
        height: 350px !important;
    }

    .tfs-secondary-image {
        height: 300px !important;
    }
}

/* Banner */
.banner-background {
    padding: 6.4rem 0 7.3rem !important;
    background-color: #6b6b6b !important;
}

/* Contenedor del carrusel */
.tfs-owl-nav-custom {
    position: relative !important;
}

/* Navegación */
.tfs-owl-nav-custom .owl-nav {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    pointer-events: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.tfs-owl-nav-custom .owl-nav button {
    pointer-events: all !important;
    background: rgba(255, 255, 255, 0.9) !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 24px !important;
    color: #333 !important;
    border: none !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.tfs-owl-nav-custom .owl-nav button:hover {
    background: #fff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
    transform: scale(1.1) !important;
}

/* Botones posición */
.tfs-owl-nav-custom .owl-nav .owl-prev {
    left: -60px !important;
}

.tfs-owl-nav-custom .owl-nav .owl-next {
    right: -60px !important;
}

/* Iconos */
.tfs-owl-nav-custom .owl-nav .owl-prev::before,
.tfs-owl-nav-custom .owl-nav .owl-next::before {
    content: "" !important;
    font-weight: bold !important;
}

/* Ocultar texto */
.tfs-owl-nav-custom .owl-nav button span {
    display: none !important;
}

/* Responsive carrusel */
@media (max-width: 991px) {
    .tfs-owl-nav-custom .owl-nav .owl-prev {
        left: -30px !important;
    }

    .tfs-owl-nav-custom .owl-nav .owl-next {
        right: -30px !important;
    }

    .tfs-owl-nav-custom .owl-nav button {
        width: 40px !important;
        height: 40px !important;
        font-size: 20px !important;
    }

    .icon-box-title {
        font-size: 1.2rem !important;
        margin-bottom: 12px !important;
    }

    .icon-box-content p {
        font-size: 13px !important;
        line-height: 20px !important;
        padding: 0 6px !important;
    }
}

/* Estado deshabilitado */
.tfs-owl-nav-custom .owl-nav button.disabled {
    opacity: 0.3 !important;
    cursor: not-allowed !important;
}

.tfs-owl-nav-custom .owl-nav button.disabled:hover {
    transform: none !important;
}

.atajos {
    height: 140px !important;
    width: auto !important;
}

/* SCROLL TEXTO */
.tfs-marquee-parada {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 1.1rem 0;
    white-space: nowrap;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    letter-spacing: -.0125em;
    line-height: 1.5;
}

.tfs-marquee-parada__content {
    display: inline-block;
}

.tfs-marquee {
    width: 100%;
    max-width: 700px;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 1.1rem 0;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    letter-spacing: -.0125em;
    line-height: 1.5;
    position: relative;
}

.tfs-marquee__content {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 40s linear infinite;
}

/* Animación */
@keyframes scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/* Pausar al pasar el ratón */
.tfs-marquee:hover .tfs-marquee__content {
    animation-play-state: paused;
}

/*
@media (max-width: 991px) {
    .header {
        position: fixed !important;
        top: 0 !important;
        width: 100% !important;
        z-index: 9999 !important;
    }
}*/

.product-single-carousel img {
    touch-action: pinch-zoom !important;
}

/* Botón COMPRAR YA - Siempre visible */
.tfbtn_comprar {
    display: inline-block;
    background-color: #1F4285 !important;
    color: #ffffff;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 9px 18px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    transition: background-color 0.2s ease, transform 0.1s ease;
    margin: 8px 0px !important;
    position: relative;
    z-index: 1;
}

.tfbtn_comprar:hover {
    background-color: #222 !important;
    color: #fff !important;
    transform: translateY(-1px);
}

.tfbtn_comprar:active {
    background-color: #1F4285 !important;
    transform: translateY(0px);
}

/*
.product-single-carousel img {
    touch-action: pan-y !important;
}
*/
/* NUEVA GALERÍA */
.tf-product-gallery {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

/* Imagen principal */
.tf-main-slider {
    width: 100%;
    max-width: 500px;
    cursor: zoom-in;
}

.tf-main-slider img {
    width: 100%;
    height: auto;
    display: block;
}

/* Thumbnails */
.tf-thumbs-slider {
    width: 100px;
    height: 500px;
}

.tf-thumbs-slider img {
    width: 100%;
    cursor: pointer;
}

.tf-thumbs-slider .swiper-slide {
    opacity: 0.5;
}

.tf-thumbs-slider .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #1F4285;
}

/* MODAL */
.tf-gallery-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
}

.tf-modal-slider {
    width: 90%;
    height: 80%;
}

.tf-modal-slider img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tf-close-modal {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    cursor: pointer;
}

.tf-main-next::after,
.tf-main-prev::after,
.tf-modal-next::after,
.tf-modal-prev::after {
    color: #1F4285;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* MÓVIL */
@media (max-width: 768px) {

    .tf-product-gallery {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .tf-main-slider {
        max-width: 100%;
    }

    .tf-thumbs-slider {
        width: 100%;
        height: auto;
    }

}

/* ============================================================
   COMPONENTE: Slider Portada
   ============================================================ */

.componente_slider_section {
    --cs-height: 440px;
    --cs-height-mobile: 260px;
    --cs-speed: 700ms;
    --cs-ease: ease-in-out;
    --cs-btn-bg: #ffffff;
    --cs-btn-color: #111111;
    --cs-btn-hover-bg: #1F4285;
    --cs-btn-hover-color: #ffffff;
    margin: 0;
    padding: 0;
}

/* ── Wrapper: contexto de apilamiento único ── */
.componente_slider_wrapper {
    position: relative;
    width: 100%;
    height: var(--cs-height);
    overflow: hidden;
    background: #1a1a1a;
}

/* ── Track: solo un contenedor semántico, sin transform ── */
.componente_slider_track {
    position: relative;
    width: 100%;
    height: 100%;
}

/* ── Slides apilados: todos encima del otro ── */
.componente_slider_slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity var(--cs-speed) var(--cs-ease),
        visibility 0ms linear var(--cs-speed);
    z-index: 0;
}

.componente_slider_slide.is-active {
    opacity: 1;
    visibility: visible;
    transition:
        opacity var(--cs-speed) var(--cs-ease),
        visibility 0ms linear 0ms;
    z-index: 1;
}

/* ── Enlace de slide ── */
.componente_slider_link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

/* ── Figura e imagen ── */
.componente_slider_figure {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.componente_slider_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    transform: scale(1.06);
    /* ligeramente ampliada en reposo */
    transition: transform 6s linear;
    /* Ken Burns suave durante permanencia */
}

.componente_slider_slide.is-active .componente_slider_img {
    transform: scale(1);
    /* zoom-out lento mientras está activa */
}

/* ── Overlay central ── */
.componente_slider_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg,
            rgba(0, 0, 0, 0.10) 0%,
            rgba(0, 0, 0, 0.55) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 2;
    /* siempre por encima de la figura */
}

/* ── Bloque de contenido ── */
.componente_slider_content {
    text-align: center;
    padding: 1.5rem 2rem;
    max-width: 660px;
    width: 100%;
    pointer-events: all;
    transform: translateY(18px);
    opacity: 0;
    transition:
        opacity 500ms var(--cs-ease) 200ms,
        transform 500ms var(--cs-ease) 200ms;
}

.componente_slider_slide.is-active .componente_slider_content {
    opacity: 1;
    transform: translateY(0);
}

.componente_slider_title {
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3.5rem) !important;
    /* más grande en escritorio */
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 0.65rem;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.componente_slider_desc {
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(1.2rem, 1.9vw, 1.6rem);
    /* más legible en escritorio */
    line-height: 1.6;
    margin: 0 0 1.4rem;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}

/* ── Botón CTA ── */
.componente_slider_btn {
    display: inline-block;
    padding: 0.6rem 1.8rem;
    background: var(--cs-btn-bg);
    color: var(--cs-btn-color);
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 3px;
    transition:
        background 220ms ease,
        color 220ms ease,
        border-color 220ms ease;
}

.componente_slider_btn:hover,
.componente_slider_btn:focus-visible {
    background: var(--cs-btn-hover-bg);
    color: var(--cs-btn-hover-color);
    border-color: var(--cs-btn-hover-bg);
    text-decoration: none;
}

/* ── Flechas ── */
.componente_slider_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: background 200ms ease;
    padding: 0;
}

.componente_slider_arrow svg {
    width: 18px;
    height: 18px;
}

.componente_slider_arrow:hover,
.componente_slider_arrow:focus-visible {
    background: rgba(255, 255, 255, 0.38);
    outline: none;
}

.componente_slider_arrow--prev {
    left: 14px;
}

.componente_slider_arrow--next {
    right: 14px;
}

/* ── Dots ── */
.componente_slider_dots {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 20;
}

.componente_slider_dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.45);
    cursor: pointer;
    padding: 0;
    transition: background 250ms ease, transform 250ms ease;
}

.componente_slider_dot.is-active {
    background: #ffffff;
    transform: scale(1.35);
}


/* ── Fallback sin imágenes ── */
.componente_slider_default {
    height: var(--cs-height);
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.componente_slider_default__content {
    padding: 2rem;
}

.componente_slider_default__title {
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3.5rem) !important;
    font-weight: 700;
    margin: 0 0 0.75rem;
}

.componente_slider_default__desc {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1rem;
    margin: 0 0 1.5rem;
}

/* ── Responsive ── */
@media (max-width: 767px) {

    .componente_slider_wrapper,
    .componente_slider_default {
        height: var(--cs-height-mobile);
    }

    .componente_slider_content {
        padding: 1rem;
    }

    .componente_slider_arrow {
        width: 34px;
        height: 34px;
    }

    .componente_slider_arrow svg {
        width: 14px;
        height: 14px;
    }
}

/* ── Movimiento reducido ── */
@media (prefers-reduced-motion: reduce) {

    .componente_slider_slide,
    .componente_slider_img,
    .componente_slider_content {
        transition: none !important;
    }
}

/* ── Fallback: contenedor con posición relativa para el overlay ── */
.componente_slider_default {
    position: relative;
    width: 100%;
    height: var(--cs-height);
    overflow: hidden;
}

@media (max-width: 767px) {
    .componente_slider_default {
        height: var(--cs-height-mobile);
    }
}

/* ── Fallback: el contenido siempre visible, sin animación de entrada ── */
.componente_slider_default .componente_slider_content {
    opacity: 1;
    transform: translateY(0);
    transition: none;
}

/* ─── CONTENEDOR PRINCIPAL ───────────────────────────────── */
.componente_card__wrapper {
    max-width: 1100px;
    margin: 60px auto;
    padding: 0 16px;
}

/* ─── GRID ───────────────────────────────────────────────── */
.componente_card__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    align-items: stretch;
}

/* ─── CARD ───────────────────────────────────────────────── */
.componente_card {
    position: relative;
    background: #ffffff;
    border-radius: 4px;
    padding: 40px 32px 36px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-top: 4px solid #1F4285;
    transition:
        transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.32s cubic-bezier(0.22, 1, 0.36, 1),
        border-top-color 0.32s ease;
    cursor: default;
}

/* Línea decorativa inferior que emerge al hover */
.componente_card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: #1F4285;
    transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Fondo decorativo geométrico sutil */
.componente_card::after {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 32px solid rgba(31, 66, 133, 0.05);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease;
}

.componente_card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(31, 66, 133, 0.12), 0 4px 16px rgba(0, 0, 0, 0.06);
}

.componente_card:hover::before {
    width: 100%;
}

.componente_card:hover::after {
    transform: scale(1.25) translate(-8px, 8px);
    opacity: 0.5;
}

/* ─── ICONO ──────────────────────────────────────────────── */
.componente_card__icon {
    width: 56px;
    height: 56px;
    margin-bottom: 24px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.componente_card__icon svg {
    width: 100%;
    height: 100%;
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.componente_card:hover .componente_card__icon svg {
    transform: scale(1.1);
}

/* ─── TEXTOS ─────────────────────────────────────────────── */
.componente_card__title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #1F4285;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
    line-height: 1.2;
}

.componente_card__desc {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #222;
    line-height: 1.65;
    position: relative;
    z-index: 1;
}

/* Separador decorativo bajo el título */
.componente_card__divider {
    width: 32px;
    height: 2px;
    background: #1F4285;
    margin-bottom: 14px;
    border-radius: 2px;
    transition: width 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    z-index: 1;
}

.componente_card:hover .componente_card__divider {
    width: 56px;
}

/* ─── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 900px) {
    .componente_card__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 580px) {
    .componente_card__grid {
        grid-template-columns: 1fr;
    }

    .componente_card {
        padding: 32px 24px 28px;
    }
}

.mobile-menu li a:hover {
    color: #fff !important;
}

.secundario-color {
    color: #23A9F2 !important;
}

/* Estilos personalizados para alertas DHL */
.componente_alert_wrapper {
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    /* O la que use tu tema Riode */
}

.componente_alert_base {
    padding: 15px 20px;
    border-radius: 4px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    border-left: 5px solid;
}

/* Variante Éxito */
.componente_alert_success {
    background-color: #e8f5e9;
    color: #2e7d32;
    border-color: #4caf50;
}

/* Variante Error */
.componente_alert_danger {
    background-color: #ffebee;
    color: #c62828;
    border-color: #f44336;
}

.componente_alert_content {
    flex-grow: 1;
}

.componente_alert_title {
    font-weight: 700;
    display: block;
    margin-bottom: 3px;
    font-size: 15px;
}

.componente_alert_btn {
    background-color: #2e7d32;
    color: #ffffff !important;
    padding: 8px 15px;
    border-radius: 3px;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 600;
    transition: background 0.3s;
    margin-left: 15px;
    white-space: nowrap;
}

.componente_alert_btn:hover {
    background-color: #1b5e20;
}

.componente_alert_list {
    margin: 5px 0 0 18px;
    padding: 0;
    font-size: 14px;
}
.notas-legales {
    font-size: 18px !important;
    line-height: 28px !important;
    color: #1A1A1A !important;
    margin-bottom: 80px !important;
}

.notas-legales h2,
.notas-legales h3 {
    font-size: 22px !important;
    line-height: 32px !important;
}

.notas-legales h2,
.notas-legales h3,
.notas-legales p {
    margin-bottom: 30px !important;
}

.notas-legales li {
    margin-bottom: 15px !important;
}

.notas-legales ul li {
    list-style: disc !important;
}

.notas-legales ol li {
    list-style: decimal !important;
    padding-left: 15px !important;
}