@media only screen and (max-width: 480px) {

    /* GENERALES MOB */
        .non-mob{
            display: none !important;
        }

        .configurar-btn{
            width:90% !important;
            font-size: 12px !important;
        }

        .clear-filters-btn {
            border: 1px solid var(--color-corporativo);
            padding: 6px 12px;
            background-color: #fff;
            font-size: 14px;
            font-weight: 400;
            color: var(--color-corporativo);
            border-radius: 20px;
            cursor: pointer;
        }

        .clear-filters-btn:hover {
            background-color: var(--color-corporativo);
            color: #fff;
        }

        .menu-emergente-productos {
            display: none;
        }

        .main-menu{
            display: none;
        }

        .cookie-law-info-again {
            right: 35% !important;
        }

        .cookie-appear{
            display: none;
        }

        .sep {
            margin: 20px 12px 20px 12px;
            border-color: #00000066;
        }

        .sep-green {
            border-color: var(--color-corporativo);
        }

        /* Scroll animation */
        @keyframes scroll-left {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-50%);
            }
        }

        /* DECORACIONES DE TEXTO */
            .subrayado{
                text-decoration: line-through;
            }

            .u-line{
                text-decoration: underline !important;
            }

            .u-line:hover{
                cursor: pointer;
                color: black;
                transition: color 0.3s ease;
            }

            .cursiva{
                font-style: italic;
            }
        /* FIN DECORACIONES DE TEXTO */

        /* FUENTES */
        .head1-black{
            font-family: 'Bricolage Grotesque', sans-serif !important;
            font-size: 42px;
            font-weight: 700;
            color: black;
        }

        .head1-g{
            font-family: 'Bricolage Grotesque', sans-serif !important;
            font-size: 42px;
            font-weight: 700;
            color: var(--color-corporativo);
        }

        .head1-w{
            font-family: 'Bricolage Grotesque', sans-serif !important;
            font-size: 42px;
            font-weight: 700;
            color: #fff;
        }

        .head2-black{
            font-family: 'Bricolage Grotesque', sans-serif !important;
            font-size: 32px;
            font-weight: 700;
            color: black;
        }

        .head2-g{
            font-family: 'Bricolage Grotesque', sans-serif !important;
            font-size: 32px;
            font-weight: 700;
            color: var(--color-corporativo);
        }

        .head2-w{
            font-family: 'Bricolage Grotesque', sans-serif !important;
            font-size: 32px;
            font-weight: 700;
            color: #fff;
        }

        .head3-black{
            font-family: 'Inter', sans-serif;
            font-size: 28px;
            font-weight: 700;
            color: black;
        }

        .head3-g{
            font-family: 'Inter', sans-serif;
            font-size: 28px;
            font-weight: 700;
            color: var(--color-corporativo);
        }

        .head3-w{
            font-family: 'Inter', sans-serif;
            font-size: 28px;
            font-weight: 700;
            color: #fff;
        }

        .text-1-g{
            font-size: 16px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
        }

        .text-1-w{
            font-size: 16px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #fff;
        }

        .text-1-black{
            font-size: 16px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: black;
        }

        .text-1-r{
            font-size: 16px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #D03535;
        }

        .text-1-b{
            font-size: 16px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
        }

        .text-1-o{
            font-size: 16px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: orange;
        }

        .text-1-700-g{
            font-size: 16px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
            margin: 0;
        }

        .text-1-700-w{
            font-size: 16px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #fff;
            margin: 0;
        }

        .text-1-700-black{
            font-size: 16px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: black;
            margin: 0;
        }

        .text-1-700-r{
            font-size: 16px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #D03535;
            margin: 0;
        }

        .text-1-700-b{
            font-size: 16px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
            margin: 0;
        }

        .text-1-700-o{
            font-size: 16px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: orange;
            margin: 0;
        }

        .text-2-g{
            font-size: 18px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
        }

        .text-2-w{
            font-size: 18px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #fff !important;
        }

        .text-2-black{
            font-size: 18px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: black;
        }

        .text-2-r{
            font-size: 18px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #D03535;
        }

        .text-2-r{
            font-size: 18px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
        }

        .text-2-o{
            font-size: 18px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: orange;
        }

        .text-2-700-g{
            font-size: 18px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
        }

        .text-2-700-w{
            font-size: 18px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #fff;
        }

        .text-2-700-black{
            font-size: 18px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: black;
        }

        .text-2-700-r{
            font-size: 18px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #D03535;
        }

        .text-2-700-r{
            font-size: 18px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
        }

        .text-2-700-o{
            font-size: 18px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: orange;
        }

        .text-3-g{
            font-size: 20px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
        }

        .text-3-w{
            font-size: 20px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #fff;
        }

        .text-3-black{
            font-size: 20px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: black;
        }

        .text-3-r{
            font-size: 20px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #D03535;
        }

        .text-3-r{
            font-size: 20px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
        }

        .text-3-o{
            font-size: 20px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: orange;
        }

        .text-3-700-g{
            font-size: 20px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
        }

        .text-3-700-w{
            font-size: 20px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #fff;
        }

        .text-3-700-black{
            font-size: 20px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: black;
        }

        .text-3-700-r{
            font-size: 20px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #D03535;
        }

        .text-3-700-r{
            font-size: 20px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
        }

        .text-3-700-o{
            font-size: 20px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: orange;
        }

        .text-4-g{
            font-size: 24px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
        }

        .text-4-w{
            font-size: 24px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #fff;
        }

        .text-4-black{
            font-size: 24px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: black;
        }

        .text-4-r{
            font-size: 24px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #D03535;
        }

        .text-4-r{
            font-size: 24px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
        }

        .text-4-o{
            font-size: 24px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: orange;
        }

        .text-4-700-g{
            font-size: 24px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
        }

        .text-4-700-w{
            font-size: 24px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #fff;
        }

        .text-4-700-black{
            font-size: 24px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: black;
        }

        .text-4-700-r{
            font-size: 24px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #D03535;
        }

        .text-4-700-r{
            font-size: 24px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
        }

        .text-4-700-o{
            font-size: 24px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: orange;
        }

    /* FIN FUENTES */

        .overlay {
            position: absolute;
            inset: 0;                     /* equivale a top:0; right:0; bottom:0; left:0; */
            background: rgba(0, 0, 0, 0.3);
            color: #fff;
            padding: 20px;
            border-radius: 20px;         /* mismo radio que .block-1 */
            display: flex;                /* si quieres centrar contenido */
            align-items: center;
            justify-content: center;
        }

        .overlay:hover{
            background: rgb(0 0 0 / 10%); /* Fondo oscuro semitransparente */
            cursor: pointer;
            transition: transform 1s ease-in-out;
        }

        .breadcrumb-flecha{
            color:black;
            font-weight: bold;
        }

        .w-100{
            width: 100%;
        }

        .l-height{
            line-height: 1.6;
        }

        .dfb{
            display: flex;
            align-items: center;
        }

        .dfsb{
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .dfcol{
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .dfg{
            display:flex;
            flex-direction: row;
            gap: 24px;
            align-items: flex-end;
        }

        .dfv{
            display:flex;
            flex-direction: column;
            gap: 24px;
        }

        .bloque-pad {
            padding: 24px 48px;
        }

        .bloque-pad-mob{
            padding: 12px 16px;
        }

        .bg-grey{
            background-color: #f5f5f5;
        }

        .bg-green{
            background-color: var(--color-corporativo);
        }

        .bg-white{
            background-color: #fff;
        }

        .border-10{
            border-radius: 10px;
        }

        .border-20{
            border-radius: 20px;
        }

        .border-30{
            border-radius: 30px;
        }

        .center-text{
            text-align: center;
        }

        .left-text{
            text-align: left;
        }

        .right-text{
            text-align: right;
        }

        .cursorable{
            cursor: pointer;
        }

        .no-marg-padd{
            margin: 0;
            padding: 0;
        }

        .vertical-pad{
            padding: 24px 0px;
        }

        .horizontal-pad-mob{
            padding: 0px 12px;
        }

        .vertical-marg{
            margin: 30px 0px;
        }

        .horizontal-pad{
            padding: 0px 48px;
        }

        .opacity-low{
            opacity: 0.5;
        }

        .border-right{
            border-right: 1px solid black;
        }

        .menu-left-mob{
            flex:1;
        }

        .menu-right-mob{
            flex:1;
        }

        .card-mob-sep{
            display: flex;
            flex-direction: column;
            gap: 5px;
        }

        .link-log-marg{
            margin-top:10px;
        }
    /* FIN GENERALES MOB */

    /* BENEFICIOS COMADERA MOB */
        .benefits-block {
            display: grid;
            grid-template-columns: repeat(3,1fr); /* 1 columna en móviles */
            gap: 15px;
        }

        .bene-1, .bene-2, .bene-3 {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        /* Imágenes dentro de cada bloque */
        .bene-1 img, .bene-2 img, .bene-3 img {
            width: 80px;
            height: 80px;
            margin-bottom: 10px;
        }
    /* FIN BENEFICIOS COMADERA */

    /* GRID PRODUCTOS MOB */

        .listado-productos{
            display: grid;
            grid-template-columns: repeat(2,1fr);
            justify-items: center;
            gap: 15px;
        }

        .productos-similares {
            display: flex;
            padding: 5px 15px;
            gap: 15px;
            overflow-x: auto;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch;
            scroll-snap-type: x mandatory;
        }

        .productos-similares > .card-productos:nth-child(n+6){ display:none !important; }

        .productos-similares::-webkit-scrollbar {
            display: none;            /* oculta la barra en WebKit */
        }

        .products-list-grid {
            display: flex;
            padding: 5px 15px;
            gap: 15px;
            overflow-x: auto;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch;
            scroll-snap-type: x mandatory;
        }

        .products-list-grid > .card-productos:nth-child(n+6){ display:none !important; }

        .products-list-grid::-webkit-scrollbar {
            display: none;            /* oculta la barra en WebKit */
        }

        .recommend-products-list-grid {
            display: flex;
            padding: 5px 15px;
            gap: 15px;
            overflow-x: auto;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch;
            scroll-snap-type: x mandatory;
        }

        .recommend-products-list-grid > *:nth-child(n+6){ display:none !important; }

        .recommend-products-list-grid::-webkit-scrollbar {
            display: none;            /* oculta la barra en WebKit */
        }

        .menu-block {
            display: flex;
            flex-direction: column;
            gap: 32px;
        }

        .card-productos {
            background: #fff;
            display: flex;
            flex-direction: column;
            box-shadow: 2px 1px 5px 1px #f5f5f5;
            padding: 10px;
            width: 163px;
            border-radius: 6px;
        }

        .imagen-producto-similar {
            width: 150px;
            height: 163px;
            object-fit: cover;
            border-radius: 8px;
            display: block;
        }

        .card-productos img.imagen-suelo {
            width: 150px;
            height: 163px;
            object-fit: cover;
            border-radius: 8px;
            display: block;
        }

        .card-productos img.imagen-puerta {
            width: 150px;
            height: 163px;
            object-fit: cover;
            border-radius: 8px;
            display: block;
        }

        .card-productos img.imagen-herraje {
            width: 150px;
            height: 163px;
            object-fit: cover;
            border-radius: 8px;
            display: block;
        }

        .producto-referencia{
            margin-top: 10px;
            height: 70px;
            overflow: hidden;
        }

        .producto-stock{
            display: flex;
            gap: 10px;
            padding: 10px 0px;
        }

        .producto-stock img{
            width: 25px;
            height: 25px;
        }

        .marc-est img{
            width: 25px;
            height: 25px;
        }

        .card-status-price {
            text-align: center;
        }
    /* FIN GRID PRODUCTOS MOB */

    /* CATEGORIAS INICIO MOB */
        .category-block {
            display: flex;
            gap: 30px;
            height: 190px;            /* separación entre items */
            overflow-x: auto;         /* scroll horizontal */
            -webkit-overflow-scrolling: touch; /* momentum scroll en iOS */
            padding: 10px 30px;        /* algo de espacio arriba/abajo */
        }

        .category-block::-webkit-scrollbar {
            display: none;            /* oculta la barra en WebKit */
        }

        .category {
            flex: 0 0 auto;           /* cada .category no se encoja ni estire */
            width: 80px;             /* ajusta al tamaño que quieras */
            height: 80px;            /* idem */
            scroll-snap-align: start; /* opcional: para “encajar” cada item */
        }

        .category img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center; /* centra siempre la zona visible */
            transform-origin: center center;
            transition: transform 0.3s ease;
            border-radius: 50%;
        }
    /* FIN CATEGORIAS INICIO MOB */

    /* HEADER MOB */
        header.mob {
            position: relative; /* CLAVE: referencia para el menú */
        }

        .user-avatar {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: var(--color-corporativo);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .user-avatar i {
            color: #fff;
            font-size: 14px;
        }

        .user-loged-img{
            width: 32px;
            height: 32px;
        }

        /* TOP BAR */
        .top-bar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px;
        }

        /* LOGOS */
        .head-logo-img {
            width: 116px;
            height: 69px;
            object-fit: contain;
            cursor: pointer;
        }

        /* BOTÓN HAMBURGUESA */
        .menu-mob-toggle {
            background: none;
            border: none;
            padding: 0;
            cursor: pointer;
        }

        .ham-img {
            width: 32px;
            height: 32px;
        }

        /* =========================
        MENÚ DESPLEGABLE
        ========================= */

        .mobile-menu {
            position: absolute;
            top: 100%;              /* justo debajo del top-bar */
            left: 0;
            width: 100%;
            background: #fff;
            overflow: hidden;

            max-height: 0;
            transition: max-height 0.35s ease;
            z-index: 999;
        }

        /* ESTADO ABIERTO */
        .mobile-menu.open {
            max-height: 1000px;     /* suficientemente grande */
        }

        /* =========================
        LISTA DE ENLACES
        ========================= */

        .mobile-menu-list {
            background-color: #f36f21; /* naranja DisArt */
            display: flex;
            flex-direction: column;
        }

        .mobile-menu-list a {
            color: #fff;
            padding: 16px 24px;
            font-size: 15px;
            font-weight: 600;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            text-decoration: none;
        }

        /* =========================
        BLOQUE LOGIN
        ========================= */

        .mobile-menu-auth {
            background: #000;
            text-align: center;
        }

        .mobile-menu-auth a {
            display: block;
            padding: 16px 24px;
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            text-decoration: none;
        }

    /* FIN HEADER MOB */

    /* FOOTER MOB */
        .footer-contenedor{
            background-color: #000000;
        }

        .footer-block{
            display: flex;
            flex-direction: column;
            gap:30px;
        }

        .footer-block-1, .footer-block-2, .footer-block-3{
            display: flex;
            flex-direction: column;
            max-width: 362px;
            gap: 20px;
            justify-content: space-between;
        }

        .footer-block-1 img{
            width: 50%;
            object-fit: contain;
        }

        .footer-block-3 img{
            width: 100%;
            height: auto;
            object-fit: contain;
        }

        .footer-rrss-icons{
            display: flex;
            gap: 30px;
        }

        .footer-rrss-icons .rrss-item {
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: visible;
        }

        .footer-rrss-icons img{
            width: 18px;
            height: 18px;
        }

        .footer-copyright{
            background-color: var(--color-corporativo);
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        .legal-links{
            display: flex;
            flex-direction: row;
            gap: 10px;
        }
    /* FIN FOOTER MOB */

    .producto-img-wrapper {
        position: relative;
        width: 100%;
    }

    .disp-icon-mob {
        position: absolute;
        top: 7px;
        left: 7px;
        z-index: 9;
    }

    .disp-icon-mob img{
        width: 27px;
        height: 27px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 991px){

    /* GENERALES MOB */
        .non-mob{
            display: none !important;
        }

        .configurar-btn{
            width:90% !important;
            font-size: 12px !important;
        }

        .clear-filters-btn {
            border: 1px solid var(--color-corporativo);
            padding: 6px 12px;
            background-color: #fff;
            font-size: 14px;
            font-weight: 400;
            color: var(--color-corporativo);
            border-radius: 20px;
            cursor: pointer;
        }

        .clear-filters-btn:hover {
            background-color: var(--color-corporativo);
            color: #fff;
        }

        .menu-emergente-productos {
            display: none;
        }

        .main-menu{
            display: none;
        }

        .cookie-law-info-again {
            right: 35% !important;
        }

        .cookie-appear{
            display: none;
        }

        .sep {
            margin: 20px 12px 20px 12px;
            border-color: #00000066;
        }

        .sep-green {
            border-color: var(--color-corporativo);
        }

        /* Scroll animation */
        @keyframes scroll-left {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-50%);
            }
        }

        /* FUENTES */
        .head1-black{
            font-family: 'Bricolage Grotesque', sans-serif !important;
            font-size: 42px;
            font-weight: 700;
            color: black;
        }

        .head1-g{
            font-family: 'Bricolage Grotesque', sans-serif !important;
            font-size: 42px;
            font-weight: 700;
            color: var(--color-corporativo);
        }

        .head1-w{
            font-family: 'Bricolage Grotesque', sans-serif !important;
            font-size: 42px;
            font-weight: 700;
            color: #fff;
        }

        .head2-black{
            font-family: 'Bricolage Grotesque', sans-serif !important;
            font-size: 32px;
            font-weight: 700;
            color: black;
        }

        .head2-g{
            font-family: 'Bricolage Grotesque', sans-serif !important;
            font-size: 32px;
            font-weight: 700;
            color: var(--color-corporativo);
        }

        .head2-w{
            font-family: 'Bricolage Grotesque', sans-serif !important;
            font-size: 32px;
            font-weight: 700;
            color: #fff;
        }

        .head3-black{
            font-family: 'Inter', sans-serif;
            font-size: 28px;
            font-weight: 700;
            color: black;
        }

        .head3-g{
            font-family: 'Inter', sans-serif;
            font-size: 28px;
            font-weight: 700;
            color: var(--color-corporativo);
        }

        .head3-w{
            font-family: 'Inter', sans-serif;
            font-size: 28px;
            font-weight: 700;
            color: #fff;
        }

        .text-1-g{
            font-size: 16px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
        }

        .text-1-w{
            font-size: 16px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #fff;
        }

        .text-1-black{
            font-size: 16px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: black;
        }

        .text-1-r{
            font-size: 16px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #D03535;
        }

        .text-1-b{
            font-size: 16px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
        }

        .text-1-o{
            font-size: 16px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: orange;
        }

        .text-1-700-g{
            font-size: 16px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
            margin: 0;
        }

        .text-1-700-w{
            font-size: 16px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #fff;
            margin: 0;
        }

        .text-1-700-black{
            font-size: 16px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: black;
            margin: 0;
        }

        .text-1-700-r{
            font-size: 16px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #D03535;
            margin: 0;
        }

        .text-1-700-b{
            font-size: 16px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
            margin: 0;
        }

        .text-1-700-o{
            font-size: 16px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: orange;
            margin: 0;
        }

        .text-2-g{
            font-size: 18px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
        }

        .text-2-w{
            font-size: 18px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #fff !important;
        }

        .text-2-black{
            font-size: 18px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: black;
        }

        .text-2-r{
            font-size: 18px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #D03535;
        }

        .text-2-r{
            font-size: 18px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
        }

        .text-2-o{
            font-size: 18px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: orange;
        }

        .text-2-700-g{
            font-size: 18px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
        }

        .text-2-700-w{
            font-size: 18px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #fff;
        }

        .text-2-700-black{
            font-size: 18px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: black;
        }

        .text-2-700-r{
            font-size: 18px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #D03535;
        }

        .text-2-700-r{
            font-size: 18px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
        }

        .text-2-700-o{
            font-size: 18px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: orange;
        }

        .text-3-g{
            font-size: 20px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
        }

        .text-3-w{
            font-size: 20px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #fff;
        }

        .text-3-black{
            font-size: 20px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: black;
        }

        .text-3-r{
            font-size: 20px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #D03535;
        }

        .text-3-r{
            font-size: 20px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
        }

        .text-3-o{
            font-size: 20px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: orange;
        }

        .text-3-700-g{
            font-size: 20px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
        }

        .text-3-700-w{
            font-size: 20px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #fff;
        }

        .text-3-700-black{
            font-size: 20px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: black;
        }

        .text-3-700-r{
            font-size: 20px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #D03535;
        }

        .text-3-700-r{
            font-size: 20px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
        }

        .text-3-700-o{
            font-size: 20px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: orange;
        }

        .text-4-g{
            font-size: 24px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
        }

        .text-4-w{
            font-size: 24px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #fff;
        }

        .text-4-black{
            font-size: 24px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: black;
        }

        .text-4-r{
            font-size: 24px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #D03535;
        }

        .text-4-r{
            font-size: 24px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
        }

        .text-4-o{
            font-size: 24px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: orange;
        }

        .text-4-700-g{
            font-size: 24px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
        }

        .text-4-700-w{
            font-size: 24px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #fff;
        }

        .text-4-700-black{
            font-size: 24px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: black;
        }

        .text-4-700-r{
            font-size: 24px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #D03535;
        }

        .text-4-700-r{
            font-size: 24px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
        }

        .text-4-700-o{
            font-size: 24px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: orange;
        }

    /* FIN FUENTES */

        .overlay {
            position: absolute;
            inset: 0;                     /* equivale a top:0; right:0; bottom:0; left:0; */
            background: rgba(0, 0, 0, 0.3);
            color: #fff;
            padding: 20px;
            border-radius: 20px;         /* mismo radio que .block-1 */
            display: flex;                /* si quieres centrar contenido */
            align-items: center;
            justify-content: center;
        }

        .overlay:hover{
            background: rgb(0 0 0 / 10%); /* Fondo oscuro semitransparente */
            cursor: pointer;
            transition: transform 1s ease-in-out;
        }

        .breadcrumb-flecha{
            color:black;
            font-weight: bold;
        }

        .w-100{
            width: 100%;
        }

        .l-height{
            line-height: 1.6;
        }

        .dfb{
            display: flex;
            align-items: center;
        }

        .dfsb{
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .dfcol{
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .dfg{
            display:flex;
            flex-direction: row;
            gap: 24px;
            align-items: flex-end;
        }

        .dfv{
            display:flex;
            flex-direction: column;
            gap: 24px;
        }

        .bloque-pad {
            padding: 24px 48px;
        }

        .bloque-pad-mob{
            padding: 12px 16px;
        }

        .bg-grey{
            background-color: #f5f5f5;
        }

        .bg-green{
            background-color: var(--color-corporativo);
        }

        .bg-white{
            background-color: #fff;
        }

        .border-10{
            border-radius: 10px;
        }

        .border-20{
            border-radius: 20px;
        }

        .border-30{
            border-radius: 30px;
        }

        .center-text{
            text-align: center;
        }

        .left-text{
            text-align: left;
        }

        .right-text{
            text-align: right;
        }

        .cursorable{
            cursor: pointer;
        }

        .no-marg-padd{
            margin: 0;
            padding: 0;
        }

        .vertical-pad{
            padding: 24px 0px;
        }

        .horizontal-pad-mob{
            padding: 0px 12px;
        }

        .vertical-marg{
            margin: 30px 0px;
        }

        .horizontal-pad{
            padding: 0px 48px;
        }

        .opacity-low{
            opacity: 0.5;
        }

        .border-right{
            border-right: 1px solid black;
        }

        .menu-left-mob{
            flex:1;
        }

        .menu-right-mob{
            flex:1;
        }

        .card-mob-sep{
            display: flex;
            flex-direction: column;
            gap: 5px;
        }

        .link-log-marg{
            margin-top:10px;
        }
    /* FIN GENERALES MOB */

    /* GRID PRODUCTOS MOB */

        .listado-productos{
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
            justify-items: center;
            gap: 15px;
        }

        .productos-similares {
            display: flex;
            padding: 5px 15px;
            gap: 15px;
            overflow-x: auto;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch;
            scroll-snap-type: x mandatory;
        }

        .productos-similares > .card-productos:nth-child(n+6){ display:none !important; }

        .productos-similares::-webkit-scrollbar {
            display: none;            /* oculta la barra en WebKit */
        }

        .products-list-grid {
            display: flex;
            padding: 5px 15px;
            gap: 15px;
            overflow-x: auto;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch;
            scroll-snap-type: x mandatory;
        }

        .products-list-grid > .card-productos:nth-child(n+6){ display:none !important; }

        .products-list-grid::-webkit-scrollbar {
            display: none;            /* oculta la barra en WebKit */
        }

        .recommend-products-list-grid {
            display: flex;
            padding: 5px 15px;
            gap: 15px;
            overflow-x: auto;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch;
            scroll-snap-type: x mandatory;
        }

        .recommend-products-list-grid > *:nth-child(n+6){ display:none !important; }

        .recommend-products-list-grid::-webkit-scrollbar {
            display: none;            /* oculta la barra en WebKit */
        }

        .menu-block {
            display: flex;
            flex-direction: column;
            gap: 32px;
        }

        .card-productos {
            background: #fff;
            display: flex;
            flex-direction: column;
            padding: 10px;
            box-shadow: 2px 1px 5px 1px #f5f5f5;
            width: 185px;
            border-radius: 6px;
        }

        .imagen-producto-similar {
            width: 163px;
            height: 163px;
            object-fit: fill;
            border-radius: 8px;
            display: block;
        }

        .card-productos img.imagen-suelo {
            width: 163px;
            height: 163px;
            object-fit: fill;
            border-radius: 8px;
            display: block;
        }

        .card-productos img.imagen-puerta {
            width: 163px;
            height: 163px;
            object-fit: fill;
            border-radius: 8px;
            display: block;
        }

        .card-productos img.imagen-herraje {
            width: 163px;
            height: 163px;
            object-fit: fill;
            border-radius: 8px;
            display: block;
        }

        .producto-referencia{
            margin-top: 10px;
            height: 70px;
            overflow: hidden;
        }

        .producto-stock{
            display: flex;
            gap: 10px;
            padding: 10px 0px;
        }

        .producto-stock img{
            width: 25px;
            height: 25px;
        }

        .marc-est img{
            width: 25px;
            height: 25px;
        }

        .card-status-price {
            text-align: center;
        }
    /* FIN GRID PRODUCTOS MOB */

    /* CATEGORIAS INICIO MOB */
        .category-block {
            display: flex;
            gap: 30px;
            height: 190px;            /* separación entre items */
            overflow-x: auto;         /* scroll horizontal */
            -webkit-overflow-scrolling: touch; /* momentum scroll en iOS */
            padding: 10px 30px;        /* algo de espacio arriba/abajo */
        }

        .category-block::-webkit-scrollbar {
            display: none;            /* oculta la barra en WebKit */
        }

        .category {
            flex: 0 0 auto;           /* cada .category no se encoja ni estire */
            width: 120px;             /* ajusta al tamaño que quieras */
            height: 120px;            /* idem */
            scroll-snap-align: start; /* opcional: para “encajar” cada item */
        }

        .category img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center; /* centra siempre la zona visible */
            transform-origin: center center;
            transition: transform 0.3s ease;
            border-radius: 50%;
        }
    /* FIN CATEGORIAS INICIO MOB */

    /* HEADER MOB */
        header.mob {
            position: relative; /* CLAVE: referencia para el menú */
        }

        .user-avatar {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: var(--color-corporativo);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .user-avatar i {
            color: #fff;
            font-size: 14px;
        }

        .user-loged-img{
            width: 32px;
            height: 32px;
        }

        /* TOP BAR */
        .top-bar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px;
        }

        /* LOGOS */
        .head-logo-img {
            width: 116px;
            height: 69px;
            object-fit: contain;
            cursor: pointer;
        }

        /* BOTÓN HAMBURGUESA */
        .menu-mob-toggle {
            background: none;
            border: none;
            padding: 0;
            cursor: pointer;
        }

        .ham-img {
            width: 32px;
            height: 32px;
        }

        /* =========================
        MENÚ DESPLEGABLE
        ========================= */

        .mobile-menu {
            position: absolute;
            top: 100%;              /* justo debajo del top-bar */
            left: 0;
            width: 100%;
            background: #fff;
            overflow: hidden;

            max-height: 0;
            transition: max-height 0.35s ease;
            z-index: 999;
        }

        /* ESTADO ABIERTO */
        .mobile-menu.open {
            max-height: 1000px;     /* suficientemente grande */
        }

        /* =========================
        LISTA DE ENLACES
        ========================= */

        .mobile-menu-list {
            background-color: #f36f21; /* naranja DisArt */
            display: flex;
            flex-direction: column;
        }

        .mobile-menu-list a {
            color: #fff;
            padding: 16px 24px;
            font-size: 15px;
            font-weight: 600;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            text-decoration: none;
        }

        /* =========================
        BLOQUE LOGIN
        ========================= */

        .mobile-menu-auth {
            background: #000;
            text-align: center;
        }

        .mobile-menu-auth a {
            display: block;
            padding: 16px 24px;
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            text-decoration: none;
        }

    /* FIN HEADER MOB */

    /* FOOTER MOB */
        .footer-contenedor{
            background-color: #000000;
        }

        .footer-block{
            display: flex;
            flex-direction: column;
            gap:30px;
        }

        .footer-block-1, .footer-block-2, .footer-block-3{
            display: flex;
            flex-direction: column;
            max-width: 362px;
            gap: 20px;
            justify-content: space-between;
        }

        .footer-block-1 img{
            width: 50%;
            object-fit: contain;
        }

        .footer-block-3 img{
            width: 100%;
            height: auto;
            object-fit: contain;
        }

        .footer-rrss-icons{
            display: flex;
            gap: 30px;
        }

        .footer-rrss-icons .rrss-item {
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: visible;
        }

        .footer-rrss-icons img{
            width: 18px;
            height: 18px;
        }

        .footer-copyright{
            background-color: var(--color-corporativo);
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        .legal-links{
            display: flex;
            flex-direction: row;
            gap: 10px;
        }
    /* FIN FOOTER MOB */

    .producto-img-wrapper {
        position: relative;
        width: 100%;
    }

    .disp-icon-mob {
        position: absolute;
        top: 7px;
        left: 7px;
        z-index: 9;
    }

    .disp-icon-mob img{
        width: 27px;
        height: 27px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1400px){

    .mob{
        display: none !important;
    }

    .clear-filters-btn {
        border: 1px solid var(--color-corporativo);
        padding: 6px 12px;
        background-color: #fff;
        font-size: 14px;
        font-weight: 400;
        color: var(--color-corporativo);
        border-radius: 20px;
        cursor: pointer;
    }

    .clear-filters-btn:hover {
        background-color: var(--color-corporativo);
        color: #fff;
    }

    /* SEARCH BAR */
        .category-banner {
            background-color: var(--color-corporativo);
            align-items: center;
            gap: 24px;
        }

        .category-banner-links {
            display: flex;
            justify-content: space-between;
            flex: 1;
            min-width: 0;
            overflow-x: auto;
            scrollbar-width: none;
        }

        .category-banner-links::-webkit-scrollbar {
            display: none;
        }

        .category-banner-search {
            margin-left: auto;
            display: flex;
            align-items: center;
            background: #f5f5f5;
            min-width: 220px;
            max-width: 320px;
            width: 24%;
            height: 50px;
            padding: 0 12px;
            gap: 10px;
            margin: 0;
            position: relative;
            overflow: visible;
            border-top: 2px solid var(--color-corporativo);
            border-bottom: 2px solid var(--color-corporativo);
        }

        .category-banner-search input {
            flex: 1;
            border: 0;
            outline: 0;
            background: transparent;
            font-family: 'Inter', sans-serif !important;
            color: #000000;
            font-size: 14px;
        }

        .category-banner-search .search-suggestions {
            position: absolute;
            left: auto;
            right: 0;
            top: calc(100% + 2px);
            z-index: 60;
            width: 577px;
            min-width: 577px;
            max-width: 577px;
            max-height: 275px;
            margin: 0;
            padding: 4px 12px;
            list-style: none;
            background: #fff;
            color: #000000;
            overflow-y: scroll;
            overflow-x: hidden;
            border-radius: 4px;
            display: none;
        }

        .category-banner-search .search-suggestions.has-results {
            border: 1px solid #ccc;
            display: block;
        }

        .category-banner-search .search-suggestions li {
            display: flex;
            align-items: center;
            padding: 6px 0px;
            cursor: pointer;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
        }

        .category-banner-search .search-suggestions li:hover {
            background: #f5f5f5;
        }

        .category-banner-search .search-suggestions img {
            width: 50px;
            height: 50px;
            min-width: 50px;
            object-fit: cover;
            margin-right: 0.5rem;
            border-radius: 4px;
        }

        .category-banner-search .search-suggestions .highlight {
            font-weight: bold;
        }

        .category-banner-search input::placeholder {
            color: #d7d7d7;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
        }

        .category-banner-search button {
            border: 0;
            background: transparent;
            color: #000000;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0;
        }
    /* FIN SEARCH BAR */

    .breadcrumb-flecha{
        color:black;
        font-weight: bold;
    }

    .w-100{
        width: 100%;
    }

    .l-height{
        line-height: 1.6;
    }

    .dfb{
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .dfcol{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .dfg{
        display:flex;
        flex-direction: row;
        gap: 24px;
        align-items: flex-end;
    }

    .dfv{
        display:flex;
        flex-direction: column;
        gap: 24px;
    }

    .dfgcenter{
        display:flex;
        flex-direction: row;
        gap: 24px;
        align-items: center;
    }

    .bloque-pad {
        padding: 24px 48px;
    }

    .bloque-pad-cc {
        padding: 12px 48px;
    }

    .bg-grey{
        background-color: #f5f5f5;
    }

    .bg-green{
        background-color: var(--color-corporativo);
    }

    .bg-white{
        background-color: #fff;
    }

    .border-10{
        border-radius: 10px;
    }

    .border-20{
        border-radius: 20px;
    }

    .border-30{
        border-radius: 30px;
    }

    .center-text{
        text-align: center;
    }

    .left-text{
        text-align: left;
    }

    .right-text{
        text-align: right;
    }

    .cursorable{
        cursor: pointer;
    }

    .no-marg-padd{
        margin: 0;
        padding: 0;
    }

    .vertical-pad{
        padding: 24px 0px;
    }

    .vertical-marg{
        margin: 48px 0px;
    }

    .horizontal-pad{
        padding: 0px 48px;
    }

    .opacity-low{
        opacity: 0.5;
    }

    .border-right{
        border-right: 1px solid black;
    }

    /* FUENTES */
        .head1-black{
            font-family: 'Bricolage Grotesque', sans-serif !important;
            font-size: 42px;
            font-weight: 700;
            color: black;
        }

        .head1-g{
            font-family: 'Bricolage Grotesque', sans-serif !important;
            font-size: 42px;
            font-weight: 700;
            color: var(--color-corporativo);
        }

        .head1-w{
            font-family: 'Bricolage Grotesque', sans-serif !important;
            font-size: 42px;
            font-weight: 700;
            color: #fff;
        }

        .head2-black{
            font-family: 'Bricolage Grotesque', sans-serif !important;
            font-size: 32px;
            font-weight: 700;
            color: black;
        }

        .head2-g{
            font-family: 'Bricolage Grotesque', sans-serif !important;
            font-size: 32px;
            font-weight: 700;
            color: var(--color-corporativo);
        }

        .head2-w{
            font-family: 'Bricolage Grotesque', sans-serif !important;
            font-size: 32px;
            font-weight: 700;
            color: #fff;
        }

        .head3-black{
            font-family: 'Inter', sans-serif;
            font-size: 28px;
            font-weight: 700;
            color: black;
        }

        .head3-g{
            font-family: 'Inter', sans-serif;
            font-size: 28px;
            font-weight: 700;
            color: var(--color-corporativo);
        }

        .head3-w{
            font-family: 'Inter', sans-serif;
            font-size: 28px;
            font-weight: 700;
            color: #fff;
        }

        .text-1-g{
            font-size: 16px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
        }

        .text-1-w{
            font-size: 16px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #fff;
        }

        .text-1-black{
            font-size: 16px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: black;
        }

        .text-1-r{
            font-size: 16px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #D03535;
        }

        .text-1-b{
            font-size: 16px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
        }

        .text-1-o{
            font-size: 16px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: orange;
        }

        .text-1-700-g{
            font-size: 16px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
            margin: 0;
        }

        .text-1-700-w{
            font-size: 16px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #fff;
            margin: 0;
        }

        .text-1-700-black{
            font-size: 16px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: black;
            margin: 0;
        }

        .text-1-700-r{
            font-size: 16px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #D03535;
            margin: 0;
        }

        .text-1-700-b{
            font-size: 16px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
            margin: 0;
        }

        .text-1-700-o{
            font-size: 16px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: orange;
            margin: 0;
        }

        .text-2-g{
            font-size: 18px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
        }

        .text-2-w{
            font-size: 18px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #fff !important;
        }

        .text-2-black{
            font-size: 18px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: black;
        }

        .text-2-r{
            font-size: 18px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #D03535;
        }

        .text-2-r{
            font-size: 18px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
        }

        .text-2-o{
            font-size: 18px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: orange;
        }

        .text-2-700-g{
            font-size: 18px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
        }

        .text-2-700-w{
            font-size: 18px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #fff;
        }

        .text-2-700-black{
            font-size: 18px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: black;
        }

        .text-2-700-r{
            font-size: 18px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #D03535;
        }

        .text-2-700-r{
            font-size: 18px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
        }

        .text-2-700-o{
            font-size: 18px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: orange;
        }

        .text-3-g{
            font-size: 20px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
        }

        .text-3-w{
            font-size: 20px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #fff;
        }

        .text-3-black{
            font-size: 20px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: black;
        }

        .text-3-r{
            font-size: 20px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #D03535;
        }

        .text-3-r{
            font-size: 20px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
        }

        .text-3-o{
            font-size: 20px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: orange;
        }

        .text-3-700-g{
            font-size: 20px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
        }

        .text-3-700-w{
            font-size: 20px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #fff;
        }

        .text-3-700-black{
            font-size: 20px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: black;
        }

        .text-3-700-r{
            font-size: 20px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #D03535;
        }

        .text-3-700-r{
            font-size: 20px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
        }

        .text-3-700-o{
            font-size: 20px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: orange;
        }

        .text-4-g{
            font-size: 24px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
        }

        .text-4-w{
            font-size: 24px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #fff;
        }

        .text-4-black{
            font-size: 24px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: black;
        }

        .text-4-r{
            font-size: 24px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #D03535;
        }

        .text-4-r{
            font-size: 24px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
        }

        .text-4-o{
            font-size: 24px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: orange;
        }

        .text-4-700-g{
            font-size: 24px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
        }

        .text-4-700-w{
            font-size: 24px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #fff;
        }

        .text-4-700-black{
            font-size: 24px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: black;
        }

        .text-4-700-r{
            font-size: 24px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #D03535;
        }

        .text-4-700-r{
            font-size: 24px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
        }

        .text-4-700-o{
            font-size: 24px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: orange;
        }

    /* FIN FUENTES */

    /* CART BADGE */
    .cart-icon {
        width: 24px;
        height: 24px;
        font-size: 24px;
        line-height: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: var(--color-corporativo);
    }

    .cart-badge {
        position: absolute;
        top: -10px;
        right: -10px;
        background: var(--color-corporativo);
        color: #fff;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 1em;
        box-shadow: 0 2px 6px rgba(44,62,80,0.12);
        z-index: 2;
    }
    .cart-icon-container {
        position: relative;
        display: inline-block;
    }
    /* FIN CART BADGE */

    /* GRID DE PRODUCTOS */
        .products-list-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }

        .recommend-products-list-grid {
            display: grid;
            grid-template-columns: repeat(5,1fr);
            gap: 20px;
            margin: 30px 0;
        }

        .recommend-products-list-grid > *:nth-child(n+6){ display:none !important; }

        .card-productos {
            background: #fff;
            display: flex;
            flex-direction: column;
            padding: 10px;
            border-radius: 6px;
            box-shadow: 2px 2px 2px rgb(0 0 0 / 5%), 0 1px 2px rgb(0 0 0 / 10%);
        }

        .producto-img-wrapper {
            position: relative;
            width: 100%;
        }


        .card-productos img.imagen-suelo {
            width: 100%;
            aspect-ratio:1;
            object-fit: cover;
            border-radius: 6px;
            display: block;
        }

        .card-productos img.imagen-puerta {
            width: 100%;
            aspect-ratio:1;
            object-fit: cover;
            border-radius: 6px;
            display: block;
        }

        .card-productos img.imagen-herraje {
            width: 100%;
            aspect-ratio:1;
            object-fit: cover;
            border-radius: 6px;
            display: block;
        }

        .imagen-producto-similar {
            width: 100%;
            aspect-ratio:1;
            object-fit: cover;
            border-radius: 6px;
            display: block;
        }

        .producto-referencia{
            height: 80px;
            overflow: hidden;
        }

        .producto-stock {
            display: flex;
            gap: 12px;
            padding: 5px 0px;
        }

        .producto-stock img {
            width: 25px;
            height: 25px;
        }

        .productos-deliver{
            display: flex;
            flex-direction: column;
            line-height: 0.5;
            padding: 5px 0px;
        }

        .producto-price-box{
            display: flex;
            justify-content: space-between;
            align-items: baseline;
        }

        .card-status-price {
            text-align: right;
        }
    /* FIN GRID DE PRODUCTOS*/

    /* FOOTER */
        .footer-contenedor{
            background-color: #000000;
            padding: 100px;
        }

        .footer-block{
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            justify-items: center;
        }

        .footer-block-1, .footer-block-2, .footer-block-3{
            display: flex;
            flex-direction: column;
            max-width: 362px;
            max-height: 230px;
            gap: 20px;
            justify-content: space-between;
        }

        .footer-block-1 img{
            width: 132px;
            height: 82px;
            object-fit: contain;
            transition: transform 0.3s ease-in-out;
        }

        .footer-block-3 img{
            width: 60%;
            height: auto;
            object-fit: contain;
        }

        .footer-rrss-icons{
            display: flex;
            gap: 46px;
        }

        .footer-rrss-icons .rrss-item {
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: visible;
        }

        .footer-rrss-icons img{
            width: 18px;
            height: 18px;
        }

        .footer-rrss-icons img:hover{
            transform: translateY(-10px);
        }

        .footer-copyright{
            background-color: var(--color-corporativo);
            display: flex;
            flex-direction: row;
            gap: 20px;
            padding: 15px 100px;
            justify-content: flex-end;
        }
    /* FIN FOOTER */

    /* HEADER */
        .header-mid-container{
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            padding: 20px 150px;
            border-bottom: 1px solid #E0E0E0;
        }

        .header-mid-img-container{
            flex:2;
            display: flex;
            justify-content: flex-end;
            margin-right: 18%;
        }

        .header-mid-user-btns{
            flex:1;
            display: flex;
            gap: 24px;
            justify-content: flex-end;
            align-items: center;
        }

        .header-log-info{
            flex:1;
            display: flex;
            gap: 10px;
            justify-content: flex-end;
            align-items: center;
        }

        .header-log-wrapper {
            flex: 1;
            display: flex;
            justify-content: flex-end;
            position: relative;
            gap: 12px;
        }


        .header-log-info {
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .user-avatar {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: var(--color-corporativo);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .user-avatar i {
            color: #fff;
            font-size: 14px;
        }

        .user-dropdown-menu {
            position: absolute;
            top: 110%; /* justo debajo */
            right: 40;
            background: white;
            border: 1px solid #ddd;
            border-radius: 6px;
            min-width: 200px;
            display: none; /* oculto por defecto */
            box-shadow: 0px 4px 12px rgba(0,0,0,0.15);
            z-index: 999;
        }

        .user-dropdown-menu a,
        .user-dropdown-menu button {
            display: block;
            width: 100%;
            padding: 10px 15px;
            font-weight: 600 !important;
            text-align: left;
            background: none;
            border: none;
            font-size: 14px;
            cursor: pointer;
            color: #333;
        }

        .user-dropdown-menu a:hover,
        .user-dropdown-menu button:hover {
            color: var(--color-corporativo);
            text-decoration: none !important;
        }

        .btn-login{
            cursor: pointer;
            background-color: var(--color-corporativo);
            color: #fff;
            padding: 10px 20px;
            border-radius: 2px;
            font-size: 16px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
        }

        .btn-register{
            cursor: pointer;
            text-decoration: underline;
            color: var(--color-corporativo);
            font-size: 16px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
        }

        .head-logo-img{
            width:152px;
            height: 91px;
            object-fit: contain;
            cursor: pointer;
        }

        .header-nav-container{
            display: flex;
            flex-direction: row;
            gap: 47px;
            justify-content: center;
            padding: 20px;
        }

        .header-nav-item{
            font-family: 'Inter', sans-serif;
            font-size: 14px;
            font-weight: 700;
            text-decoration: none;
            cursor: pointer;
            position: relative;
        }

        .header-nav-item .selected{
            color: var(--color-corporativo);
        }

        /* Cuando se hace hover sobre “SERVICIOS” */
        .header-nav-item:hover .head-more-services {
            opacity: 1;
            transform: translateY(0);
            pointer-events: auto;
        }

        /* Dropdown oculto por defecto */
        .head-more-services {
            opacity: 0;
            transform: translateY(10px);
            pointer-events: none;
            transition: transform 0.6s ease-out;

            position: absolute;
            top: 100%;
            left: 0;
            background-color: #fff;
            padding: 10px;
            display:flex;
            flex-direction: column;
            gap: 20px;
            white-space: nowrap;
            box-shadow: 0 2px 6px rgba(44,62,80,0.12);
            border-radius: 6px;
            z-index: 10;
        }

        /* Mantiene el menú visible mientras el ratón esté sobre él o sobre el item padre */
        .header-nav-item:hover .head-more-services,
        .head-more-services:hover {
            opacity: 1;
            transform: translateY(0);
            pointer-events: auto;
        }
    /* FIN HEADER */

    /* Contenedor de productos en Grid */
    .productos-similares {
        display: grid;
        grid-template-columns: repeat(5, 1fr); /* 5 productos por fila */
        gap: 30px; /* Espaciado entre productos */
        justify-content: center;
        align-items: start;
    }

    .productos-similares > *:nth-child(n+6){ display:none !important; }

    /* Configuración individual de cada producto */
    .producto-similar {
        display: flex;
        flex-direction: column;
        align-items: flex-start; /* Alinear el contenido a la izquierda */
        text-align: left;
        width: 100%;
        max-width: 250px;
        padding: 10px;
    }
}

@media only screen and (min-width: 1401px) and (max-width: 1919px){

    .mob{
        display: none !important;
    }

    .clear-filters-btn {
        border: 1px solid var(--color-corporativo);
        padding: 6px 12px;
        background-color: #fff;
        font-size: 14px;
        font-weight: 400;
        color: var(--color-corporativo);
        border-radius: 20px;
        cursor: pointer;
    }

    .clear-filters-btn:hover {
        background-color: var(--color-corporativo);
        color: #fff;
    }

    /* SEARCH BAR */
        .category-banner {
            background-color: var(--color-corporativo);
            align-items: center;
            gap: 24px;
        }

        .category-banner-links {
            display: flex;
            justify-content: space-between;
            flex: 1;
            min-width: 0;
            overflow-x: auto;
            scrollbar-width: none;
        }

        .category-banner-links::-webkit-scrollbar {
            display: none;
        }

        .category-banner-search {
            margin-left: auto;
            display: flex;
            align-items: center;
            background: #f5f5f5;
            min-width: 220px;
            max-width: 320px;
            width: 24%;
            height: 50px;
            padding: 0 12px;
            gap: 10px;
            margin: 0;
            position: relative;
            overflow: visible;
            border-top: 2px solid var(--color-corporativo);
            border-bottom: 2px solid var(--color-corporativo);
        }

        .category-banner-search input {
            flex: 1;
            border: 0;
            outline: 0;
            background: transparent;
            font-family: 'Inter', sans-serif !important;
            color: #000000;
            font-size: 14px;
        }

        .category-banner-search .search-suggestions {
            position: absolute;
            left: auto;
            right: 0;
            top: calc(100% + 2px);
            z-index: 60;
            width: 577px;
            min-width: 577px;
            max-width: 577px;
            max-height: 275px;
            margin: 0;
            padding: 4px 12px;
            list-style: none;
            background: #fff;
            color: #000000;
            overflow-y: scroll;
            overflow-x: hidden;
            border-radius: 4px;
            display: none;
        }

        .category-banner-search .search-suggestions.has-results {
            border: 1px solid #ccc;
            display: block;
        }

        .category-banner-search .search-suggestions li {
            display: flex;
            align-items: center;
            padding: 6px 0px;
            cursor: pointer;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
        }

        .category-banner-search .search-suggestions li:hover {
            background: #f5f5f5;
        }

        .category-banner-search .search-suggestions img {
            width: 50px;
            height: 50px;
            min-width: 50px;
            object-fit: cover;
            margin-right: 0.5rem;
            border-radius: 4px;
        }

        .category-banner-search .search-suggestions .highlight {
            font-weight: bold;
        }

        .category-banner-search input::placeholder {
            color: #d7d7d7;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
        }

        .category-banner-search button {
            border: 0;
            background: transparent;
            color: #000000;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0;
        }
    /* FIN SEARCH BAR */

    .breadcrumb-flecha{
        color:black;
        font-weight: bold;
    }

    .w-100{
        width: 100%;
    }

    .l-height{
        line-height: 1.6;
    }

    .dfb{
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .dfcol{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .dfg{
        display:flex;
        flex-direction: row;
        gap: 24px;
        align-items: flex-end;
    }

    .dfv{
        display:flex;
        flex-direction: column;
        gap: 24px;
    }

    .dfgcenter{
        display:flex;
        flex-direction: row;
        gap: 24px;
        align-items: center;
    }

    .bloque-pad {
        padding: 24px 48px;
    }

    .bloque-pad-cc {
        padding: 12px 48px;
    }

    .bg-grey{
        background-color: #f5f5f5;
    }

    .bg-green{
        background-color: var(--color-corporativo);
    }

    .bg-white{
        background-color: #fff;
    }

    .border-10{
        border-radius: 10px;
    }

    .border-20{
        border-radius: 20px;
    }

    .border-30{
        border-radius: 30px;
    }

    .center-text{
        text-align: center;
    }

    .left-text{
        text-align: left;
    }

    .right-text{
        text-align: right;
    }

    .cursorable{
        cursor: pointer;
    }

    .no-marg-padd{
        margin: 0;
        padding: 0;
    }

    .vertical-pad{
        padding: 24px 0px;
    }

    .vertical-marg{
        margin: 48px 0px;
    }

    .horizontal-pad{
        padding: 0px 48px;
    }

    .opacity-low{
        opacity: 0.5;
    }

    .border-right{
        border-right: 1px solid black;
    }

    /* FUENTES */
        .head1-black{
            font-family: 'Bricolage Grotesque', sans-serif !important;
            font-size: 42px;
            font-weight: 700;
            color: black;
        }

        .head1-g{
            font-family: 'Bricolage Grotesque', sans-serif !important;
            font-size: 42px;
            font-weight: 700;
            color: var(--color-corporativo);
        }

        .head1-w{
            font-family: 'Bricolage Grotesque', sans-serif !important;
            font-size: 42px;
            font-weight: 700;
            color: #fff;
        }

        .head2-black{
            font-family: 'Bricolage Grotesque', sans-serif !important;
            font-size: 32px;
            font-weight: 700;
            color: black;
        }

        .head2-g{
            font-family: 'Bricolage Grotesque', sans-serif !important;
            font-size: 32px;
            font-weight: 700;
            color: var(--color-corporativo);
        }

        .head2-w{
            font-family: 'Bricolage Grotesque', sans-serif !important;
            font-size: 32px;
            font-weight: 700;
            color: #fff;
        }

        .head3-black{
            font-family: 'Inter', sans-serif;
            font-size: 28px;
            font-weight: 700;
            color: black;
        }

        .head3-g{
            font-family: 'Inter', sans-serif;
            font-size: 28px;
            font-weight: 700;
            color: var(--color-corporativo);
        }

        .head3-w{
            font-family: 'Inter', sans-serif;
            font-size: 28px;
            font-weight: 700;
            color: #fff;
        }

        .text-1-g{
            font-size: 16px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
        }

        .text-1-w{
            font-size: 16px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #fff;
        }

        .text-1-black{
            font-size: 16px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: black;
        }

        .text-1-r{
            font-size: 16px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #D03535;
        }

        .text-1-b{
            font-size: 16px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
        }

        .text-1-o{
            font-size: 16px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: orange;
        }

        .text-1-700-g{
            font-size: 16px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
            margin: 0;
        }

        .text-1-700-w{
            font-size: 16px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #fff;
            margin: 0;
        }

        .text-1-700-black{
            font-size: 16px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: black;
            margin: 0;
        }

        .text-1-700-r{
            font-size: 16px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #D03535;
            margin: 0;
        }

        .text-1-700-b{
            font-size: 16px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
            margin: 0;
        }

        .text-1-700-o{
            font-size: 16px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: orange;
            margin: 0;
        }

        .text-2-g{
            font-size: 18px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
        }

        .text-2-w{
            font-size: 18px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #fff !important;
        }

        .text-2-black{
            font-size: 18px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: black;
        }

        .text-2-r{
            font-size: 18px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #D03535;
        }

        .text-2-r{
            font-size: 18px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
        }

        .text-2-o{
            font-size: 18px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: orange;
        }

        .text-2-700-g{
            font-size: 18px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
        }

        .text-2-700-w{
            font-size: 18px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #fff;
        }

        .text-2-700-black{
            font-size: 18px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: black;
        }

        .text-2-700-r{
            font-size: 18px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #D03535;
        }

        .text-2-700-r{
            font-size: 18px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
        }

        .text-2-700-o{
            font-size: 18px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: orange;
        }

        .text-3-g{
            font-size: 20px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
        }

        .text-3-w{
            font-size: 20px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #fff;
        }

        .text-3-black{
            font-size: 20px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: black;
        }

        .text-3-r{
            font-size: 20px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #D03535;
        }

        .text-3-r{
            font-size: 20px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
        }

        .text-3-o{
            font-size: 20px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: orange;
        }

        .text-3-700-g{
            font-size: 20px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
        }

        .text-3-700-w{
            font-size: 20px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #fff;
        }

        .text-3-700-black{
            font-size: 20px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: black;
        }

        .text-3-700-r{
            font-size: 20px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #D03535;
        }

        .text-3-700-r{
            font-size: 20px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
        }

        .text-3-700-o{
            font-size: 20px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: orange;
        }

        .text-4-g{
            font-size: 24px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
        }

        .text-4-w{
            font-size: 24px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #fff;
        }

        .text-4-black{
            font-size: 24px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: black;
        }

        .text-4-r{
            font-size: 24px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #D03535;
        }

        .text-4-r{
            font-size: 24px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
        }

        .text-4-o{
            font-size: 24px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: orange;
        }

        .text-4-700-g{
            font-size: 24px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
        }

        .text-4-700-w{
            font-size: 24px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #fff;
        }

        .text-4-700-black{
            font-size: 24px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: black;
        }

        .text-4-700-r{
            font-size: 24px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #D03535;
        }

        .text-4-700-r{
            font-size: 24px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
        }

        .text-4-700-o{
            font-size: 24px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: orange;
        }

    /* FIN FUENTES */

    /* CART BADGE */
    .cart-icon {
        width: 24px;
        height: 24px;
        font-size: 24px;
        line-height: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: var(--color-corporativo);
    }

    .cart-badge {
        position: absolute;
        top: -10px;
        right: -10px;
        background: var(--color-corporativo);
        color: #fff;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 1em;
        box-shadow: 0 2px 6px rgba(44,62,80,0.12);
        z-index: 2;
    }
    .cart-icon-container {
        position: relative;
        display: inline-block;
    }
    /* FIN CART BADGE */

    /* GRID DE PRODUCTOS */
        .products-list-grid {
            display: grid;
            grid-template-columns: repeat(5,1fr);
            gap: 20px;
            margin: 30px 0;
        }

        .recommend-products-list-grid {
            display: grid;
            grid-template-columns: repeat(5,1fr);
            gap: 20px;
            margin: 30px 0;
        }

        .recommend-products-list-grid > *:nth-child(n+6){ display:none !important; }

        .card-productos {
            background: #fff;
            display: flex;
            flex-direction: column;
            padding: 10px;
            border-radius: 6px;
            box-shadow: 2px 2px 2px rgb(0 0 0 / 5%), 0 1px 2px rgb(0 0 0 / 10%);
        }

        .producto-img-wrapper {
            position: relative;
            width: 100%;
        }

        .card-productos img.imagen-suelo {
            width: 100%;
            aspect-ratio:1;
            object-fit: cover;
            border-radius: 6px;
            display: block;
        }

        .card-productos img.imagen-puerta {
            width: 100%;
            aspect-ratio:1;
            object-fit: cover;
            border-radius: 6px;
            display: block;
        }

        .card-productos img.imagen-herraje {
            width: 100%;
            aspect-ratio:1;
            object-fit: cover;
            border-radius: 6px;
            display: block;
        }

        .imagen-producto-similar {
            width: 100%;
            aspect-ratio:1;
            object-fit: cover;
            border-radius: 6px;
            display: block;
        }

        .producto-referencia{
            height: 80px;
            overflow: hidden;
        }

        .producto-stock {
            display: flex;
            gap: 12px;
            padding: 5px 0px;
        }

        .producto-stock img {
            width: 25px;
            height: 25px;
        }

        .productos-deliver{
            display: flex;
            flex-direction: column;
            line-height: 0.5;
            padding: 5px 0px;
        }

        .producto-price-box{
            display: flex;
            justify-content: space-between;
            align-items: baseline;
        }

        .card-status-price {
            text-align: right;
        }
    /* FIN GRID DE PRODUCTOS*/

    /* FOOTER */
        .footer-contenedor{
            background-color: #000000;
            padding: 100px;
        }

        .footer-block{
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            justify-items: center;
        }

        .footer-block-1, .footer-block-2, .footer-block-3{
            display: flex;
            flex-direction: column;
            max-width: 362px;
            max-height: 230px;
            gap: 20px;
            justify-content: space-between;
        }

        .footer-block-1 img{
            width: 132px;
            height: 82px;
            object-fit: contain;
            transition: transform 0.3s ease-in-out;
        }

        .footer-block-3 img{
            width: 60%;
            height: auto;
            object-fit: contain;
        }

        .footer-rrss-icons{
            display: flex;
            gap: 46px;
        }

        .footer-rrss-icons .rrss-item {
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: visible;
        }

        .footer-rrss-icons img{
            width: 18px;
            height: 18px;
        }

        .footer-rrss-icons img:hover{
            transform: translateY(-10px);
        }

        .footer-copyright{
            background-color: var(--color-corporativo);
            display: flex;
            flex-direction: row;
            gap: 20px;
            padding: 15px 100px;
            justify-content: flex-end;
        }
    /* FIN FOOTER */

    /* HEADER */
        .header-mid-container{
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            padding: 20px 150px;
            border-bottom: 1px solid #E0E0E0;
        }

        .header-mid-img-container{
            flex:2;
            display: flex;
            justify-content: flex-end;
            margin-right: 16%;
        }

        .header-mid-user-btns{
            flex:1;
            display: flex;
            gap: 24px;
            justify-content: flex-end;
            align-items: center;
        }

        .header-log-info{
            flex:1;
            display: flex;
            gap: 10px;
            justify-content: flex-end;
            align-items: center;
        }

        .header-log-wrapper {
            flex: 1;
            display: flex;
            justify-content: flex-end;
            position: relative;
            gap: 12px;
        }

        .header-log-info {
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .user-avatar {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: var(--color-corporativo);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .user-avatar i {
            color: #fff;
            font-size: 14px;
        }

        .user-dropdown-menu {
            position: absolute;
            top: 110%; /* justo debajo */
            right: 40;
            background: white;
            border: 1px solid #ddd;
            border-radius: 6px;
            min-width: 200px;
            display: none; /* oculto por defecto */
            box-shadow: 0px 4px 12px rgba(0,0,0,0.15);
            z-index: 999;
        }

        .user-dropdown-menu a,
        .user-dropdown-menu button {
            display: block;
            width: 100%;
            padding: 10px 15px;
            font-weight: 600 !important;
            text-align: left;
            background: none;
            border: none;
            font-size: 14px;
            cursor: pointer;
            color: #333;
        }

        .user-dropdown-menu a:hover,
        .user-dropdown-menu button:hover {
            color: var(--color-corporativo);
            text-decoration: none !important;
        }

        .btn-login{
            cursor: pointer;
            background-color: var(--color-corporativo);
            color: #fff;
            padding: 10px 20px;
            border-radius: 2px;
            font-size: 16px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
        }

        .btn-register{
            cursor: pointer;
            text-decoration: underline;
            color: var(--color-corporativo);
            font-size: 16px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
        }

        .head-logo-img{
            width:152px;
            height: 91px;
            object-fit: contain;
            cursor: pointer;
        }

        .header-nav-container{
            display: flex;
            flex-direction: row;
            gap: 47px;
            justify-content: center;
            padding: 20px;
        }

        .header-nav-item{
            font-family: 'Inter', sans-serif;
            font-size: 14px;
            font-weight: 700;
            text-decoration: none;
            cursor: pointer;
            position: relative;
        }

        .header-nav-item .selected{
            color: var(--color-corporativo);
        }

        /* Cuando se hace hover sobre “SERVICIOS” */
        .header-nav-item:hover .head-more-services {
            opacity: 1;
            transform: translateY(0);
            pointer-events: auto;
        }

        /* Dropdown oculto por defecto */
        .head-more-services {
            opacity: 0;
            transform: translateY(10px);
            pointer-events: none;
            transition: transform 0.6s ease-out;

            position: absolute;
            top: 100%;
            left: 0;
            background-color: #fff;
            padding: 10px;
            display:flex;
            flex-direction: column;
            gap: 20px;
            white-space: nowrap;
            box-shadow: 0 2px 6px rgba(44,62,80,0.12);
            border-radius: 6px;
            z-index: 10;
        }

        /* Mantiene el menú visible mientras el ratón esté sobre él o sobre el item padre */
        .header-nav-item:hover .head-more-services,
        .head-more-services:hover {
            opacity: 1;
            transform: translateY(0);
            pointer-events: auto;
        }
    /* FIN HEADER */

    /* Contenedor de productos en Grid */
    .productos-similares {
        display: grid;
        grid-template-columns: repeat(5, 1fr); /* 5 productos por fila */
        gap: 30px; /* Espaciado entre productos */
        justify-content: center;
        align-items: start;
    }

    .productos-similares > *:nth-child(n+6){ display:none !important; }

    /* Configuración individual de cada producto */
    .producto-similar {
        display: flex;
        flex-direction: column;
        align-items: flex-start; /* Alinear el contenido a la izquierda */
        text-align: left;
        width: 100%;
        max-width: 250px;
        padding: 10px;
    }
}

@media only screen and (min-width: 1920px){

    .mob{
        display: none !important;
    }

    .clear-filters-btn {
        border: 1px solid var(--color-corporativo);
        padding: 6px 12px;
        background-color: #fff;
        font-size: 14px;
        font-weight: 400;
        color: var(--color-corporativo);
        border-radius: 20px;
        cursor: pointer;
    }

    .clear-filters-btn:hover {
        background-color: var(--color-corporativo);
        color: #fff;
    }

    /* SEARCH BAR */

        .category-banner {
            background-color: var(--color-corporativo);
            display: flex;
            flex-direction: row;
            gap: 7%;
            justify-content: center;
        }

        .category-banner-links {
            display: flex;
            justify-content: space-between;
            gap: 5%;
            flex: 1;
            min-width: 0;
            overflow-x: auto;
            scrollbar-width: none;
        }

        .category-banner-links::-webkit-scrollbar {
            display: none;
        }

        .category-banner-search {
            margin-left: auto;
            display: flex;
            align-items: center;
            background: #f5f5f5;
            min-width: 220px;
            max-width: 320px;
            width: 24%;
            height: 50px;
            padding: 0 12px;
            gap: 10px;
            margin: 0;
            position: relative;
            overflow: visible;
            border-top: 2px solid var(--color-corporativo);
            border-bottom: 2px solid var(--color-corporativo);
        }

        .category-banner-search input {
            flex: 1;
            border: 0;
            outline: 0;
            background: transparent;
            font-family: 'Inter', sans-serif !important;
            color: #000000;
            font-size: 14px;
        }

        .category-banner-search .search-suggestions {
            position: absolute;
            left: auto;
            right: 0;
            top: calc(100% + 2px);
            z-index: 60;
            width: 577px;
            min-width: 577px;
            max-width: 577px;
            max-height: 275px;
            margin: 0;
            padding: 4px 12px;
            list-style: none;
            background: #fff;
            color: #000000;
            overflow-y: scroll;
            overflow-x: hidden;
            border-radius: 4px;
            display: none;
        }

        .category-banner-search .search-suggestions.has-results {
            border: 1px solid #ccc;
            display: block;
        }

        .category-banner-search .search-suggestions li {
            display: flex;
            align-items: center;
            padding: 6px 0px;
            cursor: pointer;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
        }

        .category-banner-search .search-suggestions li:hover {
            background: #f5f5f5;
        }

        .category-banner-search .search-suggestions img {
            width: 50px;
            height: 50px;
            min-width: 50px;
            object-fit: cover;
            margin-right: 0.5rem;
            border-radius: 4px;
        }

        .category-banner-search .search-suggestions .highlight {
            font-weight: bold;
        }

        .category-banner-search input::placeholder {
            color: #d7d7d7;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
        }

        .category-banner-search button {
            border: 0;
            background: transparent;
            color: #000000;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0;
        }
    /* FIN SEARCH BAR */

    .breadcrumb-flecha{
        color:black;
        font-weight: bold;
    }

    .w-100{
        width: 100%;
    }

    .l-height{
        line-height: 1.6;
    }

    .dfb{
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .dfcol{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .dfg{
        display:flex;
        flex-direction: row;
        gap: 24px;
        align-items: flex-end;
    }

    .dfv{
        display:flex;
        flex-direction: column;
        gap: 24px;
    }

    .bloque-pad {
        padding: 28px 56px;
    }

    .bloque-pad-cc {
        padding: 12px 48px;
    }

    .bg-grey{
        background-color: #f5f5f5;
    }

    .bg-green{
        background-color: var(--color-corporativo);
    }

    .bg-white{
        background-color: #fff;
    }

    .border-10{
        border-radius: 10px;
    }

    .border-20{
        border-radius: 20px;
    }

    .border-30{
        border-radius: 30px;
    }

    .center-text{
        text-align: center;
    }

    .left-text{
        text-align: left;
    }

    .right-text{
        text-align: right;
    }

    .cursorable{
        cursor: pointer;
    }

    .no-marg-padd{
        margin: 0;
        padding: 0;
    }

    .vertical-pad{
        padding: 24px 0px;
    }

    .vertical-marg{
        margin: 56px 0px;
    }

    .horizontal-pad{
        padding: 0px 56px;
    }

    .opacity-low{
        opacity: 0.5;
    }

    .border-right{
        border-right: 1px solid black;
    }

    /* FUENTES */
        .head1-black{
            font-family: 'Bricolage Grotesque', sans-serif !important;
            font-size: 56px;
            font-weight: 700;
            color: black;
        }

        .head1-g{
            font-family: 'Bricolage Grotesque', sans-serif !important;
            font-size: 56px;
            font-weight: 700;
            color: var(--color-corporativo);
        }

        .head1-w{
            font-family: 'Bricolage Grotesque', sans-serif !important;
            font-size: 56px;
            font-weight: 700;
            color: #fff;
        }

        .head2-black{
            font-family: 'Bricolage Grotesque', sans-serif !important;
            font-size: 42px;
            font-weight: 700;
            color: black;
        }

        .head2-g{
            font-family: 'Bricolage Grotesque', sans-serif !important;
            font-size: 42px;
            font-weight: 700;
            color: var(--color-corporativo);
        }

        .head2-w{
            font-family: 'Bricolage Grotesque', sans-serif !important;
            font-size: 42px;
            font-weight: 700;
            color: #fff;
        }

        .head3-black{
            font-family: 'Inter', sans-serif;
            font-size: 36px;
            font-weight: 700;
            color: black;
        }

        .head3-g{
            font-family: 'Inter', sans-serif;
            font-size: 36px;
            font-weight: 700;
            color: var(--color-corporativo);
        }

        .head3-w{
            font-family: 'Inter', sans-serif;
            font-size: 36px;
            font-weight: 700;
            color: #fff;
        }

        .text-1-g{
            font-size: 16px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
        }

        .text-1-w{
            font-size: 16px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #fff;
        }

        .text-1-black{
            font-size: 16px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: black;
        }

        .text-1-r{
            font-size: 16px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #D03535;
        }

        .text-1-b{
            font-size: 16px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
        }

        .text-1-o{
            font-size: 16px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: orange;
        }

        .text-1-700-g{
            font-size: 16px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
            margin: 0;
        }

        .text-1-700-w{
            font-size: 16px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #fff;
            margin: 0;
        }

        .text-1-700-black{
            font-size: 16px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: black;
            margin: 0;
        }

        .text-1-700-r{
            font-size: 16px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #D03535;
            margin: 0;
        }

        .text-1-700-b{
            font-size: 16px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
            margin: 0;
        }

        .text-1-700-o{
            font-size: 16px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: orange;
            margin: 0;
        }

        .text-2-g{
            font-size: 18px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
        }

        .text-2-w{
            font-size: 18px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #fff !important;
        }

        .text-2-black{
            font-size: 18px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: black;
        }

        .text-2-r{
            font-size: 18px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #D03535;
        }

        .text-2-r{
            font-size: 18px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
        }

        .text-2-o{
            font-size: 18px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: orange;
        }

        .text-2-700-g{
            font-size: 18px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
        }

        .text-2-700-w{
            font-size: 18px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #fff;
        }

        .text-2-700-black{
            font-size: 18px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: black;
        }

        .text-2-700-r{
            font-size: 18px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #D03535;
        }

        .text-2-700-r{
            font-size: 18px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
        }

        .text-2-700-o{
            font-size: 18px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: orange;
        }

        .text-3-g{
            font-size: 24px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
        }

        .text-3-w{
            font-size: 24px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #fff;
        }

        .text-3-black{
            font-size: 24px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: black;
        }

        .text-3-r{
            font-size: 24px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #D03535;
        }

        .text-3-r{
            font-size: 24px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
        }

        .text-3-o{
            font-size: 24px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: orange;
        }

        .text-3-700-g{
            font-size: 24px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
        }

        .text-3-700-w{
            font-size: 24px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #fff;
        }

        .text-3-700-black{
            font-size: 24px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: black;
        }

        .text-3-700-r{
            font-size: 24px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #D03535;
        }

        .text-3-700-r{
            font-size: 24px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
        }

        .text-3-700-o{
            font-size: 24px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: orange;
        }

        .text-4-g{
            font-size: 28px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
        }

        .text-4-w{
            font-size: 28px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #fff;
        }

        .text-4-black{
            font-size: 28px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: black;
        }

        .text-4-r{
            font-size: 28px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #D03535;
        }

        .text-4-r{
            font-size: 28px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
        }

        .text-4-o{
            font-size: 28px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            color: orange;
        }

        .text-4-700-g{
            font-size: 28px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: var(--color-corporativo);
        }

        .text-4-700-w{
            font-size: 28px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #fff;
        }

        .text-4-700-black{
            font-size: 28px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: black;
        }

        .text-4-700-r{
            font-size: 28px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #D03535;
        }

        .text-4-700-r{
            font-size: 28px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: #337ab7;
        }

        .text-4-700-o{
            font-size: 28px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            color: orange;
        }

    /* FIN FUENTES */

    /* CART BADGE */
    .cart-icon {
        width: 24px;
        height: 24px;
        font-size: 24px;
        line-height: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: var(--color-corporativo);
    }

    .cart-badge {
        position: absolute;
        top: -10px;
        right: -10px;
        background: var(--color-corporativo);
        color: #fff;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 1em;
        box-shadow: 0 2px 6px rgba(44,62,80,0.12);
        z-index: 2;
    }
    .cart-icon-container {
        position: relative;
        display: inline-block;
    }
    /* FIN CART BADGE */

    /* GRID DE PRODUCTOS */
        .products-list-grid {
            display: grid;
            grid-template-columns: repeat(6,1fr);
            gap: 20px;
            margin: 30px 0;
        }

        .recommend-products-list-grid {
            display: grid;
            grid-template-columns: repeat(6,1fr);
            gap: 20px;
            margin: 30px 0;
        }

        .card-productos {
            background: #fff;
            display: flex;
            flex-direction: column;
            padding: 10px;
            border-radius: 6px;
            box-shadow: 2px 2px 2px rgb(0 0 0 / 5%), 0 1px 2px rgb(0 0 0 / 10%);
        }

        /*Esto es para los banners de descuentos*/
            .producto-img-wrapper {
                position: relative;
                width: 100%;
            }
        /*Fin descuentos banners*/

        .card-productos img.imagen-suelo {
            width: 100%;
            aspect-ratio:1;
            object-fit: cover;
            border-radius: 6px;
            display: block;
        }

        .card-productos img.imagen-puerta {
            width: 100%;
            aspect-ratio:1;
            object-fit: cover;
            border-radius: 6px;
            display: block;
        }

        .card-productos img.imagen-herraje {
            width: 100%;
            aspect-ratio:1;
            object-fit: cover;
            border-radius: 6px;
            display: block;
        }

        .imagen-producto-similar {
            width: 100%;
            aspect-ratio:1;
            object-fit: cover;
            border-radius: 6px;
            display: block;
        }

        .producto-referencia{
            height: 80px;
            overflow: hidden;
        }

        .producto-stock {
            display: flex;
            gap: 12px;
            padding: 5px 0px;
        }

        .producto-stock img {
            width: 25px;
            height: 25px;
        }

        .productos-deliver{
            display: flex;
            flex-direction: column;
            line-height: 0.5;
            padding: 5px 0px;
        }

        .producto-price-box{
            display: flex;
            justify-content: space-between;
            align-items: baseline;
        }

        .card-status-price {
            text-align: right;
        }
    /* FIN GRID DE PRODUCTOS*/

    /* FOOTER */
        .footer-contenedor{
            background-color: #000000;
            padding: 100px;
        }

        .footer-block{
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            justify-items: center;
        }

        .footer-block-1, .footer-block-2, .footer-block-3{
            display: flex;
            flex-direction: column;
            max-width: 362px;
            max-height: 230px;
            gap: 20px;
            justify-content: space-between;
        }

        .footer-block-1 img{
            width: 132px;
            height: 82px;
            object-fit: contain;
            transition: transform 0.3s ease-in-out;
        }

        .footer-block-3 img{
            width: 60%;
            height: auto;
            object-fit: contain;
        }

        .footer-rrss-icons{
            display: flex;
            gap: 46px;
        }

        .footer-rrss-icons .rrss-item {
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: visible;
        }

        .footer-rrss-icons img{
            width: 18px;
            height: 18px;
        }

        .footer-rrss-icons img:hover{
            transform: translateY(-10px);
        }

        .footer-copyright{
            background-color: var(--color-corporativo);
            display: flex;
            flex-direction: row;
            gap: 20px;
            padding: 15px 100px;
            justify-content: flex-end;
        }
    /* FIN FOOTER */

    /* HEADER */
        .header-mid-container{
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            padding: 20px 150px;
            border-bottom: 1px solid #E0E0E0;
        }

        .header-mid-img-container{
            flex:2;
            display: flex;
            justify-content: flex-end;
            margin-right: 18%;
        }

        .header-mid-user-btns{
            flex:1;
            display: flex;
            gap: 24px;
            justify-content: flex-end;
            align-items: center;
        }

        .header-log-info{
            flex:1;
            display: flex;
            gap: 10px;
            justify-content: flex-end;
            align-items: center;
        }

        .header-log-wrapper {
            flex: 1;
            display: flex;
            justify-content: flex-end;
            position: relative;
            gap: 12px;
        }


        .header-log-info {
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .user-avatar {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: var(--color-corporativo);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .user-avatar i {
            color: #fff;
            font-size: 14px;
        }

        .user-dropdown-menu {
            position: absolute;
            top: 110%; /* justo debajo */
            right: 40;
            background: white;
            border: 1px solid #ddd;
            border-radius: 6px;
            min-width: 200px;
            display: none; /* oculto por defecto */
            box-shadow: 0px 4px 12px rgba(0,0,0,0.15);
            z-index: 999;
        }

        .user-dropdown-menu a,
        .user-dropdown-menu button {
            display: block;
            width: 100%;
            padding: 10px 15px;
            font-weight: 600 !important;
            text-align: left;
            background: none;
            border: none;
            font-size: 14px;
            cursor: pointer;
            color: #333;
        }

        .user-dropdown-menu a:hover,
        .user-dropdown-menu button:hover {
            color: var(--color-corporativo);
            text-decoration: none !important;
        }

        .btn-login{
            cursor: pointer;
            background-color: var(--color-corporativo);
            color: #fff;
            padding: 10px 20px;
            border-radius: 2px;
            font-size: 16px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
        }

        .btn-register{
            cursor: pointer;
            text-decoration: underline;
            color: var(--color-corporativo);
            font-size: 16px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
        }

        .head-logo-img{
            width:152px;
            height: 91px;
            object-fit: contain;
            cursor: pointer;
        }

        .header-nav-container{
            display: flex;
            flex-direction: row;
            gap: 47px;
            justify-content: center;
            padding: 20px;
        }

        .header-nav-item{
            font-family: 'Inter', sans-serif;
            font-size: 14px;
            font-weight: 700;
            text-decoration: none;
            cursor: pointer;
            position: relative;
        }

        .header-nav-item .selected{
            color: var(--color-corporativo);
        }

        /* Cuando se hace hover sobre “SERVICIOS” */
        .header-nav-item:hover .head-more-services {
            opacity: 1;
            transform: translateY(0);
            pointer-events: auto;
        }

        /* Dropdown oculto por defecto */
        .head-more-services {
            opacity: 0;
            transform: translateY(10px);
            pointer-events: none;
            transition: transform 0.6s ease-out;

            position: absolute;
            top: 100%;
            left: 0;
            background-color: #fff;
            padding: 10px;
            display:flex;
            flex-direction: column;
            gap: 20px;
            white-space: nowrap;
            box-shadow: 0 2px 6px rgba(44,62,80,0.12);
            border-radius: 6px;
            z-index: 10;
        }

        /* Mantiene el menú visible mientras el ratón esté sobre él o sobre el item padre */
        .header-nav-item:hover .head-more-services,
        .head-more-services:hover {
            opacity: 1;
            transform: translateY(0);
            pointer-events: auto;
        }
    /* FIN HEADER */

}

    .align-center {
        text-align: center !important;
    }

    .margin40 {
        margin-bottom: 40px !important;
    }
    /* DECORACIONES DE TEXTO */
        .subrayado{
            text-decoration: line-through;
        }

        .u-line{
            text-decoration: underline !important;
        }

        .u-line:hover{
            cursor: pointer;
            color: black;
            transition: color 0.3s ease;
        }

        .cursiva{
            font-style: italic;
        }
    /* FIN DECORACIONES DE TEXTO */

    /* TIPO DE LETRA 11PX */
        .tf-114-black{
            font-size: 11px;
            font-weight: 400;
            color: black !important;
            font-family: 'Inter', sans-serif;
        }

        .tf-114-g{
            font-size: 11px;
            font-weight: 400;
            color: var(--color-corporativo);
            font-family: 'Inter', sans-serif;
        }

        .tf-114-w{
            font-size: 11px;
            font-weight: 400;
            color: #fff;
            font-family: 'Inter', sans-serif;
        }

        .tf-114-r{
            font-size: 11px;
            font-weight: 400;
            color: #D03535;
            font-family: 'Inter', sans-serif;
        }

        .tf-114-o{
            font-size: 11px;
            font-weight: 400;
            color: orange;
            font-family: 'Inter', sans-serif;
        }

        .tf-114-b{
            font-size: 11px;
            font-weight: 400;
            color: #337ab7;
            font-family: 'Inter', sans-serif;
        }
    /* FIN */

    /* TIPO DE LETRA 11PX */
        .tf-117-black{
            font-size: 11px;
            font-weight: 700;
            color: black !important;
            font-family: 'Inter', sans-serif;
        }

        .tf-117-g{
            font-size: 11px;
            font-weight: 700;
            color: var(--color-corporativo);
            font-family: 'Inter', sans-serif;
        }

        .tf-117-w{
            font-size: 11px;
            font-weight: 700;
            color: #fff;
            font-family: 'Inter', sans-serif;
        }

        .tf-117-r{
            font-size: 11px;
            font-weight: 700;
            color: #D03535;
            font-family: 'Inter', sans-serif;
        }

        .tf-117-o{
            font-size: 11px;
            font-weight: 700;
            color: orange;
            font-family: 'Inter', sans-serif;
        }

        .tf-117-b{
            font-size: 11px;
            font-weight: 700;
            color: #337ab7;
            font-family: 'Inter', sans-serif;
        }
    /* FIN */

    /* TIPO DE LETRA 12PX */
        .tf-124-black{
            font-size: 12px;
            font-weight: 400;
            color: black !important;
            font-family: 'Inter', sans-serif;
        }

        .tf-124-g{
            font-size: 12px;
            font-weight: 400;
            color: var(--color-corporativo);
            font-family: 'Inter', sans-serif;
        }

        .tf-124-w{
            font-size: 12px;
            font-weight: 400;
            color: #fff;
            font-family: 'Inter', sans-serif;
        }

        .tf-124-r{
            font-size: 12px;
            font-weight: 400;
            color: #D03535;
            font-family: 'Inter', sans-serif;
        }

        .tf-124-o{
            font-size: 12px;
            font-weight: 400;
            color: orange;
            font-family: 'Inter', sans-serif;
        }

        .tf-124-b{
            font-size: 12px;
            font-weight: 400;
            color: #337ab7;
            font-family: 'Inter', sans-serif;
        }
    /* FIN */

    /* TIPO DE LETRA 12PX */
        .tf-127-black{
            font-size: 12px;
            font-weight: 700;
            color: black !important;
            font-family: 'Inter', sans-serif;
        }

        .tf-127-g{
            font-size: 12px;
            font-weight: 700;
            color: var(--color-corporativo);
            font-family: 'Inter', sans-serif;
        }

        .tf-127-w{
            font-size: 12px;
            font-weight: 700;
            color: #fff;
            font-family: 'Inter', sans-serif;
        }

        .tf-127-r{
            font-size: 12px;
            font-weight: 700;
            color: #D03535;
            font-family: 'Inter', sans-serif;
        }

        .tf-127-o{
            font-size: 12px;
            font-weight: 700;
            color: orange;
            font-family: 'Inter', sans-serif;
        }

        .tf-127-b{
            font-size: 12px;
            font-weight: 700;
            color: #337ab7;
            font-family: 'Inter', sans-serif;
        }
    /* FIN */

    /* TIPO DE LETRA 13PX */
        .tf-134-black{
            font-size: 13px;
            font-weight: 400;
            color: black !important;
            font-family: 'Inter', sans-serif;
        }

        .tf-134-g{
            font-size: 13px;
            font-weight: 400;
            color: var(--color-corporativo);
            font-family: 'Inter', sans-serif;
        }

        .tf-134-w{
            font-size: 13px;
            font-weight: 400;
            color: #fff;
            font-family: 'Inter', sans-serif;
        }

        .tf-134-r{
            font-size: 13px;
            font-weight: 400;
            color: #D03535;
            font-family: 'Inter', sans-serif;
        }

        .tf-134-o{
            font-size: 13px;
            font-weight: 400;
            color: orange;
            font-family: 'Inter', sans-serif;
        }

        .tf-134-b{
            font-size: 13px;
            font-weight: 400;
            color: #337ab7;
            font-family: 'Inter', sans-serif;
        }
    /* FIN */

    /* TIPO DE LETRA 13PX */
        .tf-137-black{
            font-size: 13px;
            font-weight: 700;
            color: black !important;
            font-family: 'Inter', sans-serif;
        }

        .tf-137-g{
            font-size: 13px;
            font-weight: 700;
            color: var(--color-corporativo);
            font-family: 'Inter', sans-serif;
        }

        .tf-137-w{
            font-size: 13px;
            font-weight: 700;
            color: #fff;
            font-family: 'Inter', sans-serif;
        }

        .tf-137-r{
            font-size: 13px;
            font-weight: 700;
            color: #D03535;
            font-family: 'Inter', sans-serif;
        }

        .tf-137-o{
            font-size: 13px;
            font-weight: 700;
            color: orange;
            font-family: 'Inter', sans-serif;
        }

        .tf-137-b{
            font-size: 13px;
            font-weight: 700;
            color: #337ab7;
            font-family: 'Inter', sans-serif;
        }
    /* FIN */

    /* TIPO DE LETRA 14PX */
        .tf-144-black{
            font-size: 14px;
            font-weight: 400;
            color: black !important;
            font-family: 'Inter', sans-serif;
        }

        .tf-144-g{
            font-size: 14px;
            font-weight: 400;
            color: var(--color-corporativo);
            font-family: 'Inter', sans-serif;
        }

        .tf-144-w{
            font-size: 14px;
            font-weight: 400;
            color: #fff;
            font-family: 'Inter', sans-serif;
        }

        .tf-144-r{
            font-size: 14px;
            font-weight: 400;
            color: #D03535;
            font-family: 'Inter', sans-serif;
        }

        .tf-144-o{
            font-size: 14px;
            font-weight: 400;
            color: orange;
            font-family: 'Inter', sans-serif;
        }

        .tf-144-b{
            font-size: 14px;
            font-weight: 400;
            color: #337ab7;
            font-family: 'Inter', sans-serif;
        }
    /* FIN */

    /* TIPO DE LETRA 14PX */
        .tf-146-black{
            font-size: 14px;
            font-weight: 600;
            color: black !important;
            font-family: 'Inter', sans-serif;
        }

        .tf-146-g{
            font-size: 14px;
            font-weight: 600;
            color: var(--color-corporativo);
            font-family: 'Inter', sans-serif;
        }

        .tf-146-w{
            font-size: 14px;
            font-weight: 600;
            color: #fff;
            font-family: 'Inter', sans-serif;
        }

        .tf-146-r{
            font-size: 14px;
            font-weight: 600;
            color: #D03535;
            font-family: 'Inter', sans-serif;
        }

        .tf-146-o{
            font-size: 14px;
            font-weight: 600;
            color: orange;
            font-family: 'Inter', sans-serif;
        }

        .tf-146-b{
            font-size: 14px;
            font-weight: 600;
            color: #337ab7;
            font-family: 'Inter', sans-serif;
        }
    /* FIN */

    /* TIPO DE LETRA 14PX NEGRITA*/

        .tf-147-black{
            font-size: 14px;
            font-weight: 700;
            color: black !important;
            font-family: 'Inter', sans-serif;
        }

        .tf-147-g{
            font-size: 14px;
            font-weight: 700;
            color: var(--color-corporativo);
            font-family: 'Inter', sans-serif;
        }

        .tf-147-w{
            font-size: 14px;
            font-weight: 700;
            color: #fff;
            font-family: 'Inter', sans-serif;
        }

        .tf-147-r{
            font-size: 14px;
            font-weight: 700;
            color: #D03535;
            font-family: 'Inter', sans-serif;
        }

        .tf-147-o{
            font-size: 14px;
            font-weight: 700;
            color: orange;
            font-family: 'Inter', sans-serif;
        }

        .tf-147-b{
            font-size: 14px;
            font-weight: 700;
            color: #337ab7;
            font-family: 'Inter', sans-serif;
        }
    /* FIN */

    /* TIPO DE LETRA 16PX */

        .tf-164-black{
            font-size: 16px;
            font-weight: 400;
            color: black !important;
            font-family: 'Inter', sans-serif;
        }

        .tf-164-g{
            font-size: 16px;
            font-weight: 400;
            color: var(--color-corporativo);
            font-family: 'Inter', sans-serif;
        }

        .tf-164-w{
            font-size: 16px;
            font-weight: 400;
            color: #fff;
            font-family: 'Inter', sans-serif;
        }

        .tf-164-r{
            font-size: 16px;
            font-weight: 400;
            color: #D03535;
            font-family: 'Inter', sans-serif;
        }

        .tf-164-o{
            font-size: 16px;
            font-weight: 400;
            color: orange;
            font-family: 'Inter', sans-serif;
        }

        .tf-164-b{
            font-size: 16px;
            font-weight: 400;
            color: #337ab7;
            font-family: 'Inter', sans-serif;
        }
    /* FIN */

    /* TIPO DE LETRA 16PX NEGRITA*/

        .tf-166-black{
            font-size: 16px;
            font-weight: 600;
            color: black !important;
            font-family: 'Inter', sans-serif;
        }

        .tf-166-g{
            font-size: 16px;
            font-weight: 600;
            color: var(--color-corporativo);
            font-family: 'Inter', sans-serif;
        }

        .tf-166-w{
            font-size: 16px;
            font-weight: 600;
            color: #fff;
            font-family: 'Inter', sans-serif;
        }

        .tf-166-r{
            font-size: 16px;
            font-weight: 600;
            color: #D03535;
            font-family: 'Inter', sans-serif;
        }

        .tf-166-o{
            font-size: 16px;
            font-weight: 600;
            color: orange;
            font-family: 'Inter', sans-serif;
        }

        .tf-166-b{
            font-size: 16px;
            font-weight: 600;
            color: #337ab7;
            font-family: 'Inter', sans-serif;
        }
    /* FIN */

    /* TIPO DE LETRA 16PX NEGRITA*/

        .tf-167-black{
            font-size: 16px;
            font-weight: 700;
            color: black !important;
            font-family: 'Inter', sans-serif;
        }

        .tf-167-g{
            font-size: 16px;
            font-weight: 700;
            color: var(--color-corporativo);
            font-family: 'Inter', sans-serif;
        }

        .tf-167-w{
            font-size: 16px;
            font-weight: 700;
            color: #fff;
            font-family: 'Inter', sans-serif;
        }

        .tf-167-r{
            font-size: 16px;
            font-weight: 700;
            color: #D03535;
            font-family: 'Inter', sans-serif;
        }

        .tf-167-o{
            font-size: 16px;
            font-weight: 700;
            color: orange;
            font-family: 'Inter', sans-serif;
        }

        .tf-167-b{
            font-size: 16px;
            font-weight: 700;
            color: #337ab7;
            font-family: 'Inter', sans-serif;
        }
    /* FIN */

    /* TIPO DE LETRA 18PX */

        .tf-184-black{
            font-size: 18px;
            font-weight: 400;
            color: black !important;
            font-family: 'Inter', sans-serif;
        }

        .tf-184-g{
            font-size: 18px;
            font-weight: 400;
            color: var(--color-corporativo);
            font-family: 'Inter', sans-serif;
        }

        .tf-184-w{
            font-size: 18px;
            font-weight: 400;
            color: #fff;
            font-family: 'Inter', sans-serif;
        }

        .tf-184-r{
            font-size: 18px;
            font-weight: 400;
            color: #D03535;
            font-family: 'Inter', sans-serif;
        }

        .tf-184-o{
            font-size: 18px;
            font-weight: 400;
            color: orange;
            font-family: 'Inter', sans-serif;
        }

        .tf-184-b{
            font-size: 18px;
            font-weight: 400;
            color: #337ab7;
            font-family: 'Inter', sans-serif;
        }
    /* FIN */

    /* TIPO DE LETRA 18PX */

        .tf-186-black{
            font-size: 18px;
            font-weight: 600;
            color: black !important;
            font-family: 'Inter', sans-serif;
        }

        .tf-186-g{
            font-size: 18px;
            font-weight: 600;
            color: var(--color-corporativo);
            font-family: 'Inter', sans-serif;
        }

        .tf-186-w{
            font-size: 18px;
            font-weight: 600;
            color: #fff;
            font-family: 'Inter', sans-serif;
        }

        .tf-186-r{
            font-size: 18px;
            font-weight: 600;
            color: #D03535;
            font-family: 'Inter', sans-serif;
        }

        .tf-186-o{
            font-size: 18px;
            font-weight: 600;
            color: orange;
            font-family: 'Inter', sans-serif;
        }

        .tf-186-b{
            font-size: 18px;
            font-weight: 600;
            color: #337ab7;
            font-family: 'Inter', sans-serif;
        }
    /* FIN */

    /* TIPO DE LETRA 18PX NEGRITA*/

        .tf-187-black{
            font-size: 18px;
            font-weight: 700;
            color: black !important;
            font-family: 'Inter', sans-serif;
        }

        .tf-187-g{
            font-size: 18px;
            font-weight: 700;
            color: var(--color-corporativo);
            font-family: 'Inter', sans-serif;
        }

        .tf-187-w{
            font-size: 18px;
            font-weight: 700;
            color: #fff;
            font-family: 'Inter', sans-serif;
        }

        .tf-187-r{
            font-size: 18px;
            font-weight: 700;
            color: #D03535;
            font-family: 'Inter', sans-serif;
        }

        .tf-187-o{
            font-size: 18px;
            font-weight: 700;
            color: orange;
            font-family: 'Inter', sans-serif;
        }

        .tf-187-b{
            font-size: 18px;
            font-weight: 700;
            color: #337ab7;
            font-family: 'Inter', sans-serif;
        }
    /* FIN */

    /* TIPO DE LETRA 20PX */
        .tf-204-black{
            font-size: 20px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
        }

        .tf-204-g{
            font-size: 20px;
            font-weight: 400;
            color: var(--color-corporativo);
            font-family: 'Inter', sans-serif;
        }

        .tf-204-w{
            font-size: 20px;
            font-weight: 400;
            color: #fff;
            font-family: 'Inter', sans-serif;
        }

        .tf-204-r{
            font-size: 20px;
            font-weight: 400;
            color: #D03535;
            font-family: 'Inter', sans-serif;
        }

        .tf-204-o{
            font-size: 20px;
            font-weight: 400;
            color: orange;
            font-family: 'Inter', sans-serif;
        }

        .tf-204-b{
            font-size: 20px;
            font-weight: 400;
            color: #337ab7;
            font-family: 'Inter', sans-serif;
        }
    /* FIN */

    /* TIPO DE LETRA 20PX FONT 500*/
        .tf-205-black{
            font-size: 20px;
            font-weight: 500;
            font-family: 'Inter', sans-serif;
        }

        .tf-205-g{
            font-size: 20px;
            font-weight: 500;
            color: var(--color-corporativo);
            font-family: 'Inter', sans-serif;
        }

        .tf-205-w{
            font-size: 20px;
            font-weight: 500;
            color: #fff;
            font-family: 'Inter', sans-serif;
        }

        .tf-205-r{
            font-size: 20px;
            font-weight: 500;
            color: #D03535;
            font-family: 'Inter', sans-serif;
        }

        .tf-205-o{
            font-size: 20px;
            font-weight: 500;
            color: orange;
            font-family: 'Inter', sans-serif;
        }

        .tf-205-b{
            font-size: 20px;
            font-weight: 500;
            color: #337ab7;
            font-family: 'Inter', sans-serif;
        }
    /* FIN */

    /* TIPO DE LETRA 20PX FONT 600 */
        .tf-206-black{
            font-size: 20px;
            font-weight: 600;
            font-family: 'Inter', sans-serif;
        }

        .tf-206-g{
            font-size: 20px;
            font-weight: 600;
            color: var(--color-corporativo);
            font-family: 'Inter', sans-serif;
        }

        .tf-206-w{
            font-size: 20px;
            font-weight: 600;
            color: #fff;
            font-family: 'Inter', sans-serif;
        }

        .tf-206-r{
            font-size: 20px;
            font-weight: 600;
            color: #D03535;
            font-family: 'Inter', sans-serif;
        }

        .tf-206-o{
            font-size: 20px;
            font-weight: 600;
            color: orange;
            font-family: 'Inter', sans-serif;
        }

        .tf-206-b{
            font-size: 20px;
            font-weight: 600;
            color: #337ab7;
            font-family: 'Inter', sans-serif;
        }
    /* FIN */

    /* TIPO DE LETRA 20PX NEGRITA */
        .tf-207-black{
            font-size: 20px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
        }

        .tf-207-g{
            font-size: 20px;
            font-weight: 700;
            color: var(--color-corporativo);
            font-family: 'Inter', sans-serif;
        }

        .tf-207-w{
            font-size: 20px;
            font-weight: 700;
            color: #fff;
            font-family: 'Inter', sans-serif;
        }

        .tf-207-r{
            font-size: 20px;
            font-weight: 700;
            color: #D03535;
            font-family: 'Inter', sans-serif;
        }

        .tf-207-o{
            font-size: 20px;
            font-weight: 700;
            color: orange;
            font-family: 'Inter', sans-serif;
        }

        .tf-207-b{
            font-size: 20px;
            font-weight: 700;
            color: #337ab7;
            font-family: 'Inter', sans-serif;
        }
    /* FIN */

    /* TIPO DE LETRA 24PX*/
        .tf-244-black{
            font-size: 24px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
        }

        .tf-244-g{
            font-size: 24px;
            font-weight: 400;
            color: var(--color-corporativo);
            font-family: 'Inter', sans-serif;
        }

        .tf-244-w{
            font-size: 24px;
            font-weight: 400;
            color: #fff;
            font-family: 'Inter', sans-serif;
        }

        .tf-244-r{
            font-size: 24px;
            font-weight: 400;
            color: #D03535;
            font-family: 'Inter', sans-serif;
        }

        .tf-244-o{
            font-size: 24px;
            font-weight: 400;
            color: orange;
            font-family: 'Inter', sans-serif;
        }

        .tf-244-b{
            font-size: 24px;
            font-weight: 400;
            color: #337ab7;
            font-family: 'Inter', sans-serif;
        }
    /* FIN */

    /* TIPO DE LETRA 24PX*/
        .tf-246-black{
            font-size: 24px;
            font-weight: 600;
            font-family: 'Inter', sans-serif;
        }

        .tf-246-g{
            font-size: 24px;
            font-weight: 600;
            color: var(--color-corporativo);
            font-family: 'Inter', sans-serif;
        }

        .tf-246-w{
            font-size: 24px;
            font-weight: 600;
            color: #fff;
            font-family: 'Inter', sans-serif;
        }

        .tf-246-r{
            font-size: 24px;
            font-weight: 600;
            color: #D03535;
            font-family: 'Inter', sans-serif;
        }

        .tf-246-o{
            font-size: 24px;
            font-weight: 600;
            color: orange;
            font-family: 'Inter', sans-serif;
        }

        .tf-246-b{
            font-size: 24px;
            font-weight: 600;
            color: #337ab7;
            font-family: 'Inter', sans-serif;
        }
    /* FIN */

    /* TIPO DE LETRA 24PX NEGRITA*/
        .tf-247-black{
            font-size: 24px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
        }

        .tf-247-g{
            font-size: 24px;
            font-weight: 700;
            color: var(--color-corporativo);
            font-family: 'Inter', sans-serif;
        }

        .tf-247-w{
            font-size: 24px;
            font-weight: 700;
            color: #fff;
            font-family: 'Inter', sans-serif;
        }

        .tf-247-r{
            font-size: 24px;
            font-weight: 700;
            color: #D03535;
            font-family: 'Inter', sans-serif;
        }

        .tf-247-o{
            font-size: 24px;
            font-weight: 700;
            color: orange;
            font-family: 'Inter', sans-serif;
        }

        .tf-247-b{
            font-size: 24px;
            font-weight: 700;
            color: #337ab7;
            font-family: 'Inter', sans-serif;
        }
    /* FIN */

    /* TIPO DE LETRA 28PX NEGRITA*/
        .tf-287-black{
            font-size: 28px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
        }

        .tf-287-g{
            font-size: 28px;
            font-weight: 700;
            color: var(--color-corporativo);
            font-family: 'Inter', sans-serif;
        }

        .tf-287-w{
            font-size: 28px;
            font-weight: 700;
            color: #fff;
            font-family: 'Inter', sans-serif;
        }

        .tf-287-r{
            font-size: 28px;
            font-weight: 700;
            color: #D03535;
            font-family: 'Inter', sans-serif;
        }

        .tf-287-o{
            font-size: 28px;
            font-weight: 700;
            color: orange;
            font-family: 'Inter', sans-serif;
        }

        .tf-287-b{
            font-size: 28px;
            font-weight: 700;
            color: #337ab7;
            font-family: 'Inter', sans-serif;
        }
    /* FIN */

    /* TIPO DE LETRA 32PX NEGRITA*/
        .tf-326-black{
            font-size: 32px;
            font-weight: 600;
            font-family: 'Inter', sans-serif;
        }

        .tf-326-g{
            font-size: 32px;
            font-weight: 600;
            color: var(--color-corporativo);
            font-family: 'Inter', sans-serif;
        }

        .tf-326-w{
            font-size: 32px;
            font-weight: 600;
            color: #fff;
            font-family: 'Inter', sans-serif;
        }

        .tf-326-r{
            font-size: 32px;
            font-weight: 600;
            color: #D03535;
            font-family: 'Inter', sans-serif;
        }

        .tf-326-o{
            font-size: 32px;
            font-weight: 600;
            color: orange;
            font-family: 'Inter', sans-serif;
        }

        .tf-326-b{
            font-size: 32px;
            font-weight: 600;
            color: #337ab7;
            font-family: 'Inter', sans-serif;
        }
    /* FIN */

    /* TIPO DE LETRA 32PX NEGRITA*/
        .tf-327-black{
            font-size: 32px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
        }

        .tf-327-g{
            font-size: 32px;
            font-weight: 700;
            color: var(--color-corporativo);
            font-family: 'Inter', sans-serif;
        }

        .tf-327-w{
            font-size: 32px;
            font-weight: 700;
            color: #fff;
            font-family: 'Inter', sans-serif;
        }

        .tf-327-r{
            font-size: 32px;
            font-weight: 700;
            color: #D03535;
            font-family: 'Inter', sans-serif;
        }

        .tf-327-o{
            font-size: 32px;
            font-weight: 700;
            color: orange;
            font-family: 'Inter', sans-serif;
        }

        .tf-327-b{
            font-size: 32px;
            font-weight: 700;
            color: #337ab7;
            font-family: 'Inter', sans-serif;
        }
    /* FIN */

    /* TIPO DE LETRA 36PX NEGRITA*/
        .tf-367-black{
            font-size: 36px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
        }

        .tf-367-g{
            font-size: 36px;
            font-weight: 700;
            color: var(--color-corporativo);
            font-family: 'Inter', sans-serif;
        }

        .tf-367-w{
            font-size: 36px;
            font-weight: 700;
            color: #fff;
            font-family: 'Inter', sans-serif;
        }

        .tf-367-r{
            font-size: 36px;
            font-weight: 700;
            color: #D03535;
            font-family: 'Inter', sans-serif;
        }

        .tf-367-o{
            font-size: 36px;
            font-weight: 700;
            color: orange;
            font-family: 'Inter', sans-serif;
        }

        .tf-367-b{
            font-size: 36px;
            font-weight: 700;
            color: #337ab7;
            font-family: 'Inter', sans-serif;
        }
    /* FIN */

    /* TIPO DE LETRA 40PX*/
        .tf-405-black{
            font-size: 40px;
            font-weight: 500;
            font-family: 'Inter', sans-serif;
        }

        .tf-405-g{
            font-size: 40px;
            font-weight: 500;
            color: var(--color-corporativo);
            font-family: 'Inter', sans-serif;
        }

        .tf-405-w{
            font-size: 40px;
            font-weight: 500;
            color: #fff;
            font-family: 'Inter', sans-serif;
        }

        .tf-405-r{
            font-size: 40px;
            font-weight: 500;
            color: #D03535;
            font-family: 'Inter', sans-serif;
        }

        .tf-405-o{
            font-size: 40px;
            font-weight: 500;
            color: orange;
            font-family: 'Inter', sans-serif;
        }

        .tf-405-b{
            font-size: 40px;
            font-weight: 500;
            color: #337ab7;
            font-family: 'Inter', sans-serif;
        }
    /* FIN */

    /* TIPO DE LETRA 42PX*/
        .tf-424-black{
            font-size: 42px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
        }

        .tf-424-g{
            font-size: 42px;
            font-weight: 400;
            color: var(--color-corporativo);
            font-family: 'Inter', sans-serif;
        }

        .tf-424-w{
            font-size: 42px;
            font-weight: 400;
            color: #fff;
            font-family: 'Inter', sans-serif;
        }

        .tf-424-r{
            font-size: 42px;
            font-weight: 400;
            color: #D03535;
            font-family: 'Inter', sans-serif;
        }

        .tf-424-o{
            font-size: 42px;
            font-weight: 400;
            color: orange;
            font-family: 'Inter', sans-serif;
        }

        .tf-424-b{
            font-size: 42px;
            font-weight: 400;
            color: #337ab7;
            font-family: 'Inter', sans-serif;
        }
    /* FIN */

    /* TIPO DE LETRA 42PX*/
        .tf-425-black{
            font-size: 42px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
        }

        .tf-425-g{
            font-size: 42px;
            font-weight: 500;
            color: var(--color-corporativo);
            font-family: 'Inter', sans-serif;
        }

        .tf-425-w{
            font-size: 42px;
            font-weight: 500;
            color: #fff;
            font-family: 'Inter', sans-serif;
        }

        .tf-425-r{
            font-size: 42px;
            font-weight: 500;
            color: #D03535;
            font-family: 'Inter', sans-serif;
        }

        .tf-425-o{
            font-size: 42px;
            font-weight: 500;
            color: orange;
            font-family: 'Inter', sans-serif;
        }

        .tf-425-b{
            font-size: 42px;
            font-weight: 500;
            color: #337ab7;
            font-family: 'Inter', sans-serif;
        }
    /* FIN */

    /* TIPO DE LETRA 42PX NEGRITA*/
        .tf-427-black{
            font-size: 42px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
        }

        .tf-427-g{
            font-size: 42px;
            font-weight: 700;
            color: var(--color-corporativo);
            font-family: 'Inter', sans-serif;
        }

        .tf-427-w{
            font-size: 42px;
            font-weight: 700;
            color: #fff;
            font-family: 'Inter', sans-serif;
        }

        .tf-427-r{
            font-size: 42px;
            font-weight: 700;
            color: #D03535;
            font-family: 'Inter', sans-serif;
        }

        .tf-427-o{
            font-size: 42px;
            font-weight: 700;
            color: orange;
            font-family: 'Inter', sans-serif;
        }

        .tf-427-b{
            font-size: 42px;
            font-weight: 700;
            color: #337ab7;
            font-family: 'Inter', sans-serif;
        }
    /* FIN */

    /* TIPO DE LETRA 56PX*/
        .tf-564-black{
            font-size: 56px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
        }

        .tf-564-g{
            font-size: 56px;
            font-weight: 400;
            color: var(--color-corporativo);
            font-family: 'Inter', sans-serif;
        }

        .tf-564-w{
            font-size: 56px;
            font-weight: 400;
            color: #fff;
            font-family: 'Inter', sans-serif;
        }

        .tf-564-r{
            font-size: 56px;
            font-weight: 400;
            color: #D03535;
            font-family: 'Inter', sans-serif;
        }

        .tf-564-o{
            font-size: 56px;
            font-weight: 400;
            color: orange;
            font-family: 'Inter', sans-serif;
        }

        .tf-564-b{
            font-size: 56px;
            font-weight: 400;
            color: #337ab7;
            font-family: 'Inter', sans-serif;
        }
    /* FIN */

     /* TIPO DE LETRA 56PX*/
        .tf-567-black{
            font-size: 56px;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
        }

        .tf-567-g{
            font-size: 56px;
            font-weight: 700;
            color: var(--color-corporativo);
            font-family: 'Inter', sans-serif;
        }

        .tf-567-w{
            font-size: 56px;
            font-weight: 700;
            color: #fff;
            font-family: 'Inter', sans-serif;
        }

        .tf-567-r{
            font-size: 56px;
            font-weight: 700;
            color: #D03535;
            font-family: 'Inter', sans-serif;
        }

        .tf-567-o{
            font-size: 56px;
            font-weight: 700;
            color: orange;
            font-family: 'Inter', sans-serif;
        }

        .tf-567-b{
            font-size: 56px;
            font-weight: 700;
            color: #337ab7;
            font-family: 'Inter', sans-serif;
        }
    /* FIN */

    /* HIPERVINCULOS */

        a{
            color: black;
        }

        .bread-link:hover{
            color: var(--color-corporativo) !important;
            text-decoration: underline;
        }

        .bread-link:focus{
            color: var(--color-corporativo) !important;
            text-decoration: underline;
        }

        .common-link:hover{
            color: inherit;
            text-decoration: none;
        }

        .common-link:focus{
            color: var(--color-secundario);
            text-decoration: none;
        }

        .rech-presu:hover{
            color: #E52D2D;
            text-decoration: underline;
        }

        .rech-presu:focus{
            color: #B81C1C;
        }

        .ver-mas-link:hover{
            font-weight: 700;
            color: var(--color-secundario);
        }

        .ver-mas-link:focus{
            font-weight: 700;
            color: var(--color-secundario);
        }

        .log-link:hover{
            color: black;
        }

        .log-link:focus{
            color: var(--color-secundario);
        }

        .acc-link:hover{
            color: var(--color-secundario);
        }

        .acc-link:focus{
            font-weight: 700;
            color: var(--color-secundario);
        }

        .white-link{
            color: #fff;
        }

        .white-link:hover{
            color: white;
            font-weight: 700;
            text-decoration: none;
        }

        .common-link-w:hover{
            color: #fff;
            text-decoration: none;
        }

        .green-link:hover{
            color: var(--color-corporativo) !important;
            text-decoration: none;
        }

        .green-sub:hover{
            color: black;
            text-decoration: underline;
            text-decoration-color: var(--color-corporativo) !important; /* subrayado verde */
            text-decoration-thickness: 3px !important; /* más grosor */
            text-underline-offset: 5px;
        }

        .green-sub:focus{
            font-weight: 700 !important;
        }
    /* FIN HIPERVINCULOS */

    /* TIPO DE BOTONES */
        .btn:focus{
            outline: none;
        }

        .btn-main-cancelar{
            background:none !important;
            border:none !important;
            background-color: #fff !important;
            padding: 10px 24px;
            font-family: 'Inter', sans-serif;
            font-size: 16px;
            font-weight: 400;
        }

        .btn-main-w{
            background: none;
            color: var(--color-corporativo);
            border: 1px solid var(--color-corporativo);
            background-color: #fff;
            padding: 10px 24px;
            font-family: 'Inter', sans-serif;
            border-radius: 30px;
            font-size: 16px;
            font-weight: 400;
        }


        .btn-main-w:hover{
            box-shadow: 0px 5px 5px #00000033;
            color: #fff;
            background-color: var(--color-secundario);
            cursor: pointer;
            text-decoration: none;
        }

        .btn-main-w:focus{
            color: #fff;
            background-color: var(--color-secundario);
            cursor: pointer;
            text-decoration: none;
        }

        a .btn-main-w:hover{
            box-shadow: 0px 5px 5px #00000033;
            color: #fff;
            cursor: pointer;
            text-decoration: none;
        }

        .btn-main-w-700{
            background: none;
            color: var(--color-corporativo);
            border: 1px solid var(--color-corporativo);
            background-color: #fff;
            padding: 10px 24px;
            font-family: 'Inter', sans-serif;
            border-radius: 30px;
            font-size: 16px;
            font-weight: 700;
        }

        .btn-main-w-700:hover{
            box-shadow: 0px 5px 5px #00000033;
            color: #fff;
            background-color: var(--color-secundario);
            cursor: pointer;
            text-decoration: none;
        }

        .btn-main-w-700:focus{
            color: #fff;
            background-color: var(--color-secundario);
            cursor: pointer;
            text-decoration: none;
        }

        a .btn-main-w-700:hover{
            box-shadow: 0px 5px 5px #00000033;
            color: #fff;
            cursor: pointer;
            text-decoration: none;
        }

        .btn-main-t-700{
            background: none !important;
            color: var(--color-corporativo);
            border: 1px solid var(--color-corporativo);
            background-color: #fff;
            padding: 10px 24px;
            font-family: 'Inter', sans-serif;
            border-radius: 30px;
            font-size: 18px;
            font-weight: 400;
        }

        .btn-main-t-700:hover{
            box-shadow: 0px 5px 5px #00000033;
            color: #fff;
            background-color: var(--color-corporativo) !important;
            cursor: pointer;
            text-decoration: none;
        }

        .btn-main-t-700:focus{
            color: #fff;
            background-color: var(--color-corporativo) !important;
            cursor: pointer;
            text-decoration: none;
        }

        a .btn-main-t-700:hover{
            box-shadow: 0px 5px 5px #00000033;
            color: #fff;
            cursor: pointer;
            text-decoration: none;
        }

        .btn-main-g{
            background: var(--color-corporativo);
            color: #fff;
            border: none;
            padding: 10px 24px;
            font-family: 'Inter', sans-serif;
            border-radius: 30px;
            font-size: 16px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
        }

        .btn-main-g:hover{
            box-shadow: 0px 5px 5px #00000033;
            color: #fff;
            background-color: var(--color-secundario);
            cursor: pointer;
            text-decoration: none;
        }

        .btn-main-g:focus{
            color: #fff;
            background-color: var(--color-secundario);
            cursor: pointer;
            text-decoration: none;
        }

        a .btn-main-g:hover{
            box-shadow: 0px 5px 5px #00000033;
            color: #fff;
            cursor: pointer;
            text-decoration: none;
        }

        .btn-main-g-700{
            background: var(--color-corporativo);
            color: #fff;
            border: none;
            padding: 10px 24px;
            font-family: 'Inter', sans-serif;
            border-radius: 30px;
            font-size: 16px;
            font-weight: 700;
        }

        .btn-main-g-700:hover{
            box-shadow: 0px 5px 5px #00000033;
            color: #fff;
            background-color: var(--color-secundario);
            cursor: pointer;
            text-decoration: none;
        }

        .btn-main-g-700:focus{
            color: #fff;
            background-color: var(--color-secundario);
            cursor: pointer;
            text-decoration: none;
        }

        a .btn-main-g-700:hover{
            box-shadow: 0px 5px 5px #00000033;
            color: #fff;
            cursor: pointer;
            text-decoration: none;
        }

        .btn-main-20-g{
            background: var(--color-corporativo);
            color: #fff;
            border: none;
            padding: 10px 24px;
            font-family: 'Inter', sans-serif;
            border-radius: 30px;
            font-size: 18px;
            font-weight: 400;
        }

        .btn-main-20-g:hover{
            box-shadow: 0px 5px 5px #00000033;
            color: #fff;
            background-color: var(--color-secundario);
            cursor: pointer;
            text-decoration: none;
        }

        .btn-main-20-g:focus{
            color: #fff;
            background-color: var(--color-secundario);
            cursor: pointer;
            text-decoration: none;
        }

        a .btn-main-20-g:hover{
            box-shadow: 0px 5px 5px #00000033;
            color: #fff;
            cursor: pointer;
            text-decoration: none;
        }

        .btn-main-gf{
            background: none;
            color: #fff;
            border: 1px solid black;
            background-color: black;
            padding: 10px 24px;
            font-family: 'Inter', sans-serif;
            border-radius: 30px;
            font-size: 16px;
            font-weight: 400;
        }

        .btn-main-gf:hover{
            background-color: black;
            color: #fff;
            cursor: pointer;
        }

        a .btn-main-gf:hover{
            background-color: black;
            color: #fff;
            cursor: pointer;
        }

        .btn-main-20-gf{
            background: none;
            color: #fff;
            border: 1px solid black;
            background-color: black;
            font-family: 'Inter', sans-serif;
            padding: 10px 24px;
            border-radius: 30px;
            font-size: 18px;
            font-weight: 400;
        }

        .btn-main-20-gf:hover{
            background-color: black;
            color: #fff;
            cursor: pointer;
        }

        a .btn-main-20-gf:hover{
            background-color: black;
            color: #fff;
            cursor: pointer;
        }

        .btn-main-r{
            background: none;
            color: #fff;
            border: 1px solid rgb(255, 40, 40);
            background-color: rgb(255, 40, 40);
            font-family: 'Inter', sans-serif;
            padding: 10px 24px;
            border-radius: 30px;
            font-size: 16px;
            font-weight: 400;
        }

        .btn-main-r:hover{
            box-shadow: 5px 5px 10px #8b8b8b;
            background-color: rgb(255, 40, 40);
            color: #fff;
            cursor: pointer;
        }

        a .btn-main-r:hover{
            box-shadow: 5px 5px 10px #8b8b8b;
            background-color: rgb(255, 40, 40);
            color: #fff;
            cursor: pointer;
        }

        .btn-main-20-none{
            background: none;
            color: black;
            border: none;
            border-radius: 30px;
            font-family: 'Inter', sans-serif;
            font-size: 18px;
            font-weight: 400;
        }

        .btn-main-20-w{
            background: none;
            color: var(--color-corporativo);
            border: 1px solid var(--color-corporativo);
            background-color: #fff;
            padding: 10px 24px;
            font-family: 'Inter', sans-serif;
            border-radius: 30px;
            font-size: 20px;
            font-weight: 400;
        }

        .btn-main-20-w:hover{
            box-shadow: 5px 5px 10px #8b8b8b;
            background-color: var(--color-secundario);
            color: #fff;
            cursor: pointer;
        }

        a .btn-main-20-w:hover{
            box-shadow: 5px 5px 10px #8b8b8b;
            background-color: var(--color-secundario);
            color: #fff;
            cursor: pointer;
        }

        .btn-main-s{
            background: #d5ae53;
            color: #fff;
            border: 1px solid#d5ae53;
            padding: 10px 24px;
            font-family: 'Inter', sans-serif;
            border-radius: 30px;
            font-size: 16px;
            font-weight: 400;
        }

        .btn-main-s:hover{
            box-shadow: 5px 5px 10px #8b8b8b;
            color: #fff;
            cursor: pointer;
        }

        a .btn-main-s:hover{
            box-shadow: 5px 5px 10px #8b8b8b;
            color: #fff;
            cursor: pointer;
        }

        .btn-main-20-s{
            background: #d5ae53;
            color: #fff;
            border: 1px solid#d5ae53;
            padding: 10px 24px;
            font-family: 'Inter', sans-serif;
            border-radius: 30px;
            font-size: 18px;
            font-weight: 400;
        }

        .btn-main-20-s:hover{
            box-shadow: 5px 5px 10px #8b8b8b;
            color: #fff;
            cursor: pointer;
        }

        a .btn-main-20-s:hover{
            box-shadow: 5px 5px 10px #8b8b8b;
            color: #fff;
            cursor: pointer;
        }

        .btn-main-20-c{
            background: #00000099;
            color: #fff;
            border: none;
            padding: 10px 24px;
            font-family: 'Inter', sans-serif;
            border-radius: 30px;
            font-size: 18px;
            font-weight: 400;
        }

        .btn-main-20-c:hover{
            box-shadow: 0px 5px 5px #00000033;
            color: #fff;
            background-color: var(--color-secundario);
            cursor: pointer;
            text-decoration: none;
        }

        .btn-main-20-c:focus{
            color: #fff;
            background-color: var(--color-secundario);
            cursor: pointer;
            text-decoration: none;
        }

        button:disabled {
            background-color: #0000001A;
            color: #000;
            cursor: not-allowed;

        }

        button:disabled:hover {
            background-color: #0000001A;
            color: #000;
            cursor: not-allowed;
        }

        .dis-hov:hover{
            color:inherit !important;
        }
    /* FIN TIPO DE BOTONES */

    .top-marg{
        margin-top: 20px;
    }

    .dfcc{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .dfcf{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .dflex{
        display:flex;
        flex-direction: row;
        gap: 24px;
    }

    .pad-cc{
        padding: 50px 0px;
    }

    .rrss img{
        width: 25px;
        height: 25px;
    }

    .footer-link:hover{
        color: #000000;
        transition: ease-in-out 0.3s;
        text-decoration: none;
    }

    .corp-link:hover{
        color: #000000;
        font-weight: 700;
        text-decoration: none;
    }

    .corp-link:focus{
        color: #000000;
        text-decoration: none;
    }

    .user-links:hover{
        color: inherit;
        text-decoration: none;
    }

    .user-links:focus{
        color: #000000;
        text-decoration: none;
    }

    .imagen-puerta-wrap {
        position: relative;
        overflow: hidden;
    }

    .producto-marca {
        padding: 10px 0px;
    }

    .configurar-btn{
        position: absolute;
        left: 50%;
        font-family: 'Inter', sans-serif !important;
        font-weight: 400 !important;
        transform: translateX(-50%);
        bottom: 10px;
        background: var(--color-corporativo);
        color: #ffffff;
        padding: 0px 10px;
        border-radius: 8px;
        font-weight: 700;
        font-size: 14px;
        display: inline-block;
        text-align: center;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
        width: 70%;
        line-height: 1.8;
        text-decoration: underline;
        transition: background-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
    }

    .configurar-btn:hover,
    .configurar-btn:focus {
        background: var(--color-secundario);
        color: #ffffff;
        text-decoration: none;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.24);
    }

    .hip-btn {
        color: #fff;
        border: none;
        background-color: var(--color-corporativo);
        padding: 4px 8px;
        font-family: 'Inter', sans-serif;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 600;
    }

    .hip-btn:hover {
        color: #fff;
        text-decoration: none;
        /*box-shadow: 0px 5px 5px #00000033;
            background-color: #8CBE3F;
            cursor: pointer;*/
    }
