﻿@font-face {
    font-family: 'Regular';
    src: url(../../recursos/fonts/Regular.woff2), url(../../recursos/fonts/Regular.woff);
}

@font-face {
    font-family: 'Negrita';
    src: url(../../recursos/fonts/Negrita.woff2), url(../../recursos/fonts/Negrita.woff);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* 1. Large Screens (> 1367px) */
@media (min-width: 1367px) {
    .pagina {
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: #f7f8f8;
    }

    /* SECCIÓN 1 - HERO */
    .seccion-1 {
        display: flex;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
        background-color: #f7f8f8;
    }

    .modulo-11 {
        display: flex;
        flex-direction: column;
        width: 900px;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }

    .bloque-111 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .bloque-111 h1 {
        font-family: 'Negrita';
        font-size: 56px;
        color: #213242;
        text-align: center;
    }

    .bloque-111 p {
        font-family: 'Regular';
        font-size: 16px;
        color: #555;
        text-align: center;
    }

    .bloque-112 {
        display: flex;
        flex-direction: column;
        width: 800px;
        justify-content: center;
        align-items: center;
        gap: 14px;
    }

    .contenido-1121 {
        display: flex;
        width: 800px;
        height: 58px;
        background-color: #fff;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        border: 1px solid #ddd;
        box-shadow: 0 4px 16px rgba(33, 50, 66, 0.08);
    }

    .bloque-11211 {
        display: flex;
        width: 48px;
        height: 58px;
        justify-content: center;
        align-items: center;
    }

    .icono-11211 {
        width: 18px;
        height: 18px;
        opacity: 0.35;
    }

    .input-11211 {
        display: flex;
        width: 616px;
        height: 58px;
        border: none;
        outline: none;
        font-family: 'Regular';
        font-size: 15px;
        color: #213242;
        background-color: transparent;
    }

    .bloque-11212 {
        display: flex;
        width: 136px;
        height: 46px;
        justify-content: center;
        align-items: center;
        padding: 6px;
    }

    .btn-11212 {
        display: flex;
        width: 124px;
        height: 40px;
        background-color: #e1b783;
        color: #213242;
        font-family: 'Negrita';
        font-size: 14px;
        border: none;
        border-radius: 7px;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: background-color 0.25s ease, color 0.25s ease;
    }

    .btn-11212:hover {
        background-color: #213242;
        color: #fff;
    }

    .contenido-1122 {
        display: flex;
        width: 800px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 12px;
    }

    .servicios-checkboxes {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .item-checkbox {
        display: flex;
        align-items: center;
        gap: 6px;
        cursor: pointer;
        user-select: none;
    }

    .check-serv {
        width: 16px;
        height: 16px;
        cursor: pointer;
        accent-color: #e1b783;
    }

    .label-texto {
        font-family: 'Regular';
        font-size: 13px;
        color: #213242;
        transition: color 0.2s;
    }

    .item-checkbox:hover .label-texto {
        color: #e1b783;
    }

    .texto-11221 {
        font-family: 'Negrita';
        font-size: 13px;
        color: #888;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .sep-11221 {
        font-family: 'Regular';
        font-size: 13px;
        color: #ccc;
    }


    /* SECCIÓN 2 - ECOSISTEMA */
    .seccion-2 {
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: #f7f8f8;
        justify-content: center;
        align-items: center;
        gap: 40px;
        padding: 70px 0;
    }

    .modulo-21 {
        display: flex;
        flex-direction: column;
        width: 700px;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .subtitulo-21 {
        font-family: 'Negrita';
        font-size: 12px;
        color: #e1b783;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-align: center;
    }

    .modulo-21 h3 {
        font-family: 'Negrita';
        font-size: 36px;
        color: #213242;
        text-align: center;
    }

    .modulo-21 p {
        font-family: 'Regular';
        font-size: 15px;
        color: #666;
        text-align: center;
    }

    .modulo-22 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 1160px;
        justify-content: center;
        align-items: flex-start;
        gap: 20px;
    }

    .contenido-221,
    .contenido-222,
    .contenido-223,
    .contenido-224,
    .contenido-225,
    .contenido-226 {
        display: flex;
        flex-direction: column;
        width: 360px;
        background-color: #fff;
        border-radius: 14px;
        border: 2px solid transparent;
        padding: 28px;
        text-decoration: none;
        color: #213242;
        box-shadow: 0 2px 10px rgba(33, 50, 66, 0.07);
        gap: 14px;
        transition: box-shadow 0.3s ease, border-color 0.3s ease;
    }

    .contenido-221:hover,
    .contenido-222:hover,
    .contenido-223:hover,
    .contenido-224:hover,
    .contenido-225:hover,
    .contenido-226:hover {
        border-color: #e1b783;
        box-shadow: 0 8px 28px rgba(33, 50, 66, 0.14);
    }

    .bloque-2211,
    .bloque-2221,
    .bloque-2231,
    .bloque-2241,
    .bloque-2251,
    .bloque-2261 {
        display: flex;
        width: 52px;
        height: 52px;
        justify-content: center;
        align-items: center;
        border-radius: 12px;
        background-color: #213242;
    }

    .icono-2211,
    .icono-2221,
    .icono-2231,
    .icono-2241,
    .icono-2251,
    .icono-2261 {
        width: 28px;
        height: 28px;
    }

    .bloque-2212,
    .bloque-2222,
    .bloque-2232,
    .bloque-2242,
    .bloque-2252,
    .bloque-2262 {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .bloque-2212 h4,
    .bloque-2222 h4,
    .bloque-2232 h4,
    .bloque-2242 h4,
    .bloque-2252 h4,
    .bloque-2262 h4 {
        font-family: 'Negrita';
        font-size: 16px;
        color: #213242;
    }

    .bloque-2212 p,
    .bloque-2222 p,
    .bloque-2232 p,
    .bloque-2242 p,
    .bloque-2252 p,
    .bloque-2262 p {
        font-family: 'Regular';
        font-size: 13px;
        color: #666;
    }

    .bloque-2213,
    .bloque-2223,
    .bloque-2233,
    .bloque-2243,
    .bloque-2253,
    .bloque-2263 {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        opacity: 0.25;
        transition: opacity 0.3s ease;
    }

    .contenido-221:hover .bloque-2213,
    .contenido-222:hover .bloque-2223,
    .contenido-223:hover .bloque-2233,
    .contenido-224:hover .bloque-2243,
    .contenido-225:hover .bloque-2253,
    .contenido-226:hover .bloque-2263 {
        opacity: 0.7;
    }

    .icono-2213,
    .icono-2223,
    .icono-2233,
    .icono-2243,
    .icono-2253,
    .icono-2263 {
        width: 16px;
        height: 16px;
    }

    /* SECCIÓN 3 - INDUSTRIA */
    .seccion-3 {
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: #fff;
        border-top: 1px solid #eee;
        justify-content: center;
        align-items: center;
        gap: 40px;
        padding: 70px 0;
    }

    .modulo-31 {
        display: flex;
        flex-direction: column;
        width: 700px;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .modulo-31 h2 {
        font-family: 'Negrita';
        font-size: 36px;
        color: #213242;
        text-align: center;
    }

    .modulo-31 p {
        font-family: 'Regular';
        font-size: 15px;
        color: #666;
        text-align: center;
    }

    .modulo-32 {
        display: flex;
        flex-direction: row;
        width: 1160px;
        justify-content: center;
        align-items: flex-start;
        gap: 20px;
    }

    .contenido-321,
    .contenido-322,
    .contenido-323 {
        display: flex;
        flex-direction: column;
        width: 360px;
        background-color: #f7f8f8;
        border-radius: 16px;
        border: 2px solid transparent;
        box-shadow: 0 2px 10px rgba(33, 50, 66, 0.07);
        transition: border-color 0.3s ease, box-shadow 0.3s ease;
    }

    .contenido-321:hover,
    .contenido-322:hover,
    .contenido-323:hover {
        border-color: #e1b783;
        box-shadow: 0 10px 30px rgba(33, 50, 66, 0.12);
    }

    .bloque-3211,
    .bloque-3221,
    .bloque-3231 {
        display: flex;
        width: 100%;
        height: 160px;
        justify-content: center;
        align-items: center;
        border-radius: 14px 14px 0 0;
        background-color: #213242;
    }

    .icono-3211,
    .icono-3221,
    .icono-3231 {
        width: 64px;
        height: 64px;
    }

    .bloque-3212,
    .bloque-3222,
    .bloque-3232 {
        display: flex;
        flex-direction: column;
        padding: 24px;
        gap: 14px;
    }

    .bloque-32121,
    .bloque-32221,
    .bloque-32321 {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .icono-32121,
    .icono-32221,
    .icono-32321 {
        width: 14px;
        height: 14px;
    }

    .bloque-32121 h3,
    .bloque-32221 h3,
    .bloque-32321 h3 {
        font-family: 'Negrita';
        font-size: 17px;
        color: #213242;
    }

    .bloque-3212 p,
    .bloque-3222 p,
    .bloque-3232 p {
        font-family: 'Regular';
        font-size: 14px;
        color: #555;
    }

    .link-3212,
    .link-3222,
    .link-3232 {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 6px;
        font-family: 'Negrita';
        font-size: 14px;
        color: #e1b783;
        text-decoration: none;
        transition: color 0.2s;
    }

    .link-3212:hover,
    .link-3222:hover,
    .link-3232:hover {
        color: #213242;
    }

    .icono-3212,
    .icono-3222,
    .icono-3232 {
        width: 14px;
        height: 14px;
    }


}

/* 2. Desktop (1281px - 1366px) */
@media (min-width: 1281px) and (max-width: 1366px) {
    .pagina {
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: #f7f8f8;
    }

    .seccion-1 {
        display: flex;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
        background-color: #f7f8f8;
    }

    .modulo-11 {
        display: flex;
        flex-direction: column;
        width: 860px;
        justify-content: center;
        align-items: center;
        gap: 36px;
    }

    .bloque-111 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 18px;
    }

    .bloque-111 h1 {
        font-family: 'Negrita';
        font-size: 50px;
        color: #213242;
        text-align: center;
    }

    .bloque-111 p {
        font-family: 'Regular';
        font-size: 15px;
        color: #555;
        text-align: center;
    }

    .bloque-112 {
        display: flex;
        flex-direction: column;
        width: 760px;
        justify-content: center;
        align-items: center;
        gap: 12px;
    }

    .contenido-1121 {
        display: flex;
        width: 760px;
        height: 56px;
        background-color: #fff;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        border: 1px solid #ddd;
        box-shadow: 0 4px 14px rgba(33, 50, 66, 0.08);
    }

    .bloque-11211 {
        display: flex;
        width: 46px;
        height: 56px;
        justify-content: center;
        align-items: center;
    }

    .icono-11211 {
        width: 16px;
        height: 16px;
        opacity: 0.35;
    }

    .input-11211 {
        display: flex;
        width: 580px;
        height: 56px;
        border: none;
        outline: none;
        font-family: 'Regular';
        font-size: 14px;
        color: #213242;
        background-color: transparent;
    }

    .bloque-11212 {
        display: flex;
        width: 134px;
        height: 46px;
        justify-content: center;
        align-items: center;
        padding: 5px;
    }

    .btn-11212 {
        display: flex;
        width: 122px;
        height: 40px;
        background-color: #e1b783;
        color: #213242;
        font-family: 'Negrita';
        font-size: 13px;
        border: none;
        border-radius: 7px;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: background-color 0.25s ease, color 0.25s ease;
    }

    .btn-11212:hover {
        background-color: #213242;
        color: #fff;
    }

    .contenido-1122 {
        display: flex;
        width: 760px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 12px;
    }

    .servicios-checkboxes {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .item-checkbox {
        display: flex;
        align-items: center;
        gap: 6px;
        cursor: pointer;
        user-select: none;
    }

    .check-serv {
        width: 16px;
        height: 16px;
        cursor: pointer;
        accent-color: #e1b783;
    }

    .label-texto {
        font-family: 'Regular';
        font-size: 13px;
        color: #213242;
        transition: color 0.2s;
    }

    .item-checkbox:hover .label-texto {
        color: #e1b783;
    }

    .texto-11221 {
        font-family: 'Negrita';
        font-size: 13px;
        color: #888;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .sep-11221 {
        font-family: 'Regular';
        font-size: 13px;
        color: #ccc;
    }

    /* SECCIÓN 2 - ECOSISTEMA */
    .seccion-2 {
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: #f7f8f8;
        justify-content: center;
        align-items: center;
        gap: 36px;
        padding: 60px 0;
    }

    .modulo-21 {
        display: flex;
        flex-direction: column;
        width: 660px;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .subtitulo-21 {
        font-family: 'Negrita';
        font-size: 12px;
        color: #e1b783;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-align: center;
    }

    .modulo-21 h3 {
        font-family: 'Negrita';
        font-size: 32px;
        color: #213242;
        text-align: center;
    }

    .modulo-21 p {
        font-family: 'Regular';
        font-size: 14px;
        color: #666;
        text-align: center;
    }

    .modulo-22 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 1060px;
        justify-content: center;
        align-items: flex-start;
        gap: 20px;
    }

    .contenido-221,
    .contenido-222,
    .contenido-223,
    .contenido-224,
    .contenido-225,
    .contenido-226 {
        display: flex;
        flex-direction: column;
        width: 326px;
        background-color: #fff;
        border-radius: 14px;
        border: 2px solid transparent;
        padding: 24px;
        text-decoration: none;
        color: #213242;
        box-shadow: 0 2px 10px rgba(33, 50, 66, 0.07);
        gap: 12px;
        transition: box-shadow 0.3s ease, border-color 0.3s ease;
    }

    .contenido-221:hover,
    .contenido-222:hover,
    .contenido-223:hover,
    .contenido-224:hover,
    .contenido-225:hover,
    .contenido-226:hover {
        border-color: #e1b783;
        box-shadow: 0 8px 28px rgba(33, 50, 66, 0.14);
    }

    .bloque-2211 {
        display: flex;
        width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
        border-radius: 12px;
        background-color: #213242;
    }

    .bloque-2221 {
        display: flex;
        width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
        border-radius: 12px;
        background-color: #213242;
    }

    .bloque-2231 {
        display: flex;
        width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
        border-radius: 12px;
        background-color: #213242;
    }

    .bloque-2241 {
        display: flex;
        width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
        border-radius: 12px;
        background-color: #213242;
    }

    .bloque-2251 {
        display: flex;
        width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
        border-radius: 12px;
        background-color: #213242;
    }

    .bloque-2261 {
        display: flex;
        width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
        border-radius: 12px;
        background-color: #213242;
    }

    .icono-2211,
    .icono-2221,
    .icono-2231,
    .icono-2241,
    .icono-2251,
    .icono-2261 {
        width: 22px;
        height: 22px;
    }

    .bloque-2212,
    .bloque-2222,
    .bloque-2232,
    .bloque-2242,
    .bloque-2252,
    .bloque-2262 {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .bloque-2212 h4,
    .bloque-2222 h4,
    .bloque-2232 h4,
    .bloque-2242 h4,
    .bloque-2252 h4,
    .bloque-2262 h4 {
        font-family: 'Negrita';
        font-size: 14px;
        color: #213242;
    }

    .bloque-2212 p,
    .bloque-2222 p,
    .bloque-2232 p,
    .bloque-2242 p,
    .bloque-2252 p,
    .bloque-2262 p {
        font-family: 'Regular';
        font-size: 13px;
        color: #666;
    }

    .bloque-2213,
    .bloque-2223,
    .bloque-2233,
    .bloque-2243,
    .bloque-2253,
    .bloque-2263 {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        opacity: 0.25;
        transition: opacity 0.3s ease;
    }

    .contenido-221:hover .bloque-2213,
    .contenido-222:hover .bloque-2223,
    .contenido-223:hover .bloque-2233,
    .contenido-224:hover .bloque-2243,
    .contenido-225:hover .bloque-2253,
    .contenido-226:hover .bloque-2263 {
        opacity: 0.7;
    }

    .icono-2213,
    .icono-2223,
    .icono-2233,
    .icono-2243,
    .icono-2253,
    .icono-2263 {
        width: 14px;
        height: 14px;
    }

    .seccion-3 {
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: #fff;
        border-top: 1px solid #eee;
        justify-content: center;
        align-items: center;
        gap: 36px;
        padding: 60px 0;
    }

    .modulo-31 {
        display: flex;
        flex-direction: column;
        width: 660px;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .modulo-31 h2 {
        font-family: 'Negrita';
        font-size: 32px;
        color: #213242;
        text-align: center;
    }

    .modulo-31 p {
        font-family: 'Regular';
        font-size: 14px;
        color: #666;
        text-align: center;
    }

    .modulo-32 {
        display: flex;
        flex-direction: row;
        width: 1060px;
        justify-content: center;
        align-items: flex-start;
        gap: 20px;
    }

    .contenido-321,
    .contenido-322,
    .contenido-323 {
        display: flex;
        flex-direction: column;
        width: 326px;
        background-color: #f7f8f8;
        border-radius: 16px;
        border: 2px solid transparent;
        box-shadow: 0 2px 10px rgba(33, 50, 66, 0.07);
        transition: border-color 0.3s ease, box-shadow 0.3s ease;
    }

    .contenido-321:hover,
    .contenido-322:hover,
    .contenido-323:hover {
        border-color: #e1b783;
        box-shadow: 0 10px 30px rgba(33, 50, 66, 0.12);
    }

    .bloque-3211 {
        display: flex;
        width: 100%;
        height: 150px;
        justify-content: center;
        align-items: center;
        border-radius: 14px 14px 0 0;
        background-color: #213242;
    }

    .bloque-3221 {
        display: flex;
        width: 100%;
        height: 150px;
        justify-content: center;
        align-items: center;
        border-radius: 14px 14px 0 0;
        background-color: #213242;
    }

    .bloque-3231 {
        display: flex;
        width: 100%;
        height: 150px;
        justify-content: center;
        align-items: center;
        border-radius: 14px 14px 0 0;
        background-color: #213242;
    }

    .icono-3211,
    .icono-3221,
    .icono-3231 {
        width: 60px;
        height: 60px;
    }

    .bloque-3212,
    .bloque-3222,
    .bloque-3232 {
        display: flex;
        flex-direction: column;
        padding: 22px;
        gap: 12px;
    }

    .bloque-32121,
    .bloque-32221,
    .bloque-32321 {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .icono-32121,
    .icono-32221,
    .icono-32321 {
        width: 14px;
        height: 14px;
    }

    .bloque-32121 h3,
    .bloque-32221 h3,
    .bloque-32321 h3 {
        font-family: 'Negrita';
        font-size: 16px;
        color: #213242;
    }

    .bloque-3212 p,
    .bloque-3222 p,
    .bloque-3232 p {
        font-family: 'Regular';
        font-size: 13px;
        color: #555;
    }

    .link-3212,
    .link-3222,
    .link-3232 {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 6px;
        font-family: 'Negrita';
        font-size: 13px;
        color: #e1b783;
        text-decoration: none;
        transition: color 0.2s;
    }

    .link-3212:hover,
    .link-3222:hover,
    .link-3232:hover {
        color: #213242;
    }

    .icono-3212,
    .icono-3222,
    .icono-3232 {
        width: 13px;
        height: 13px;
    }


}

/* 3. Laptop (1025px - 1280px) */
@media (min-width: 1025px) and (max-width: 1280px) {
    .pagina {
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: #f7f8f8;
    }

    .seccion-1 {
        display: flex;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
        background-color: #f7f8f8;
    }

    .modulo-11 {
        display: flex;
        flex-direction: column;
        width: 780px;
        justify-content: center;
        align-items: center;
        gap: 32px;
    }

    .bloque-111 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }

    .bloque-111 h1 {
        font-family: 'Negrita';
        font-size: 44px;
        color: #213242;
        text-align: center;
    }

    .bloque-111 p {
        font-family: 'Regular';
        font-size: 15px;
        color: #555;
        text-align: center;
    }

    .bloque-112 {
        display: flex;
        flex-direction: column;
        width: 700px;
        justify-content: center;
        align-items: center;
        gap: 12px;
    }

    .contenido-1121 {
        display: flex;
        width: 700px;
        height: 54px;
        background-color: #fff;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        border: 1px solid #ddd;
        box-shadow: 0 4px 14px rgba(33, 50, 66, 0.08);
    }

    .bloque-11211 {
        display: flex;
        width: 44px;
        height: 54px;
        justify-content: center;
        align-items: center;
    }

    .icono-11211 {
        width: 16px;
        height: 16px;
        opacity: 0.35;
    }

    .input-11211 {
        display: flex;
        width: 528px;
        height: 54px;
        border: none;
        outline: none;
        font-family: 'Regular';
        font-size: 14px;
        color: #213242;
        background-color: transparent;
    }

    .bloque-11212 {
        display: flex;
        width: 128px;
        height: 44px;
        justify-content: center;
        align-items: center;
        padding: 5px;
    }

    .btn-11212 {
        display: flex;
        width: 116px;
        height: 38px;
        background-color: #e1b783;
        color: #213242;
        font-family: 'Negrita';
        font-size: 13px;
        border: none;
        border-radius: 7px;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: background-color 0.25s ease, color 0.25s ease;
    }

    .btn-11212:hover {
        background-color: #213242;
        color: #fff;
    }

    .contenido-1122 {
        display: flex;
        width: 700px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 12px;
    }

    .servicios-checkboxes {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .item-checkbox {
        display: flex;
        align-items: center;
        gap: 6px;
        cursor: pointer;
        user-select: none;
    }

    .check-serv {
        width: 14px;
        height: 14px;
        cursor: pointer;
        accent-color: #e1b783;
    }

    .label-texto {
        font-family: 'Regular';
        font-size: 12px;
        color: #213242;
        transition: color 0.2s;
    }

    .item-checkbox:hover .label-texto {
        color: #e1b783;
    }

    .texto-11221 {
        font-family: 'Negrita';
        font-size: 12px;
        color: #888;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .sep-11221 {
        font-family: 'Regular';
        font-size: 11px;
        color: #ccc;
    }

    /* SECCIÓN 2 - ECOSISTEMA */
    .seccion-2 {
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: #f7f8f8;
        justify-content: center;
        align-items: center;
        gap: 30px;
        padding: 50px 0;
    }

    .modulo-21 {
        display: flex;
        flex-direction: column;
        width: 560px;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .subtitulo-21 {
        font-family: 'Negrita';
        font-size: 11px;
        color: #e1b783;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-align: center;
    }

    .modulo-21 h3 {
        font-family: 'Negrita';
        font-size: 26px;
        color: #213242;
        text-align: center;
    }

    .modulo-21 p {
        font-family: 'Regular';
        font-size: 13px;
        color: #666;
        text-align: center;
    }

    .modulo-22 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 940px;
        justify-content: center;
        align-items: flex-start;
        gap: 20px;
    }

    .contenido-221,
    .contenido-222,
    .contenido-223,
    .contenido-224,
    .contenido-225,
    .contenido-226 {
        display: flex;
        flex-direction: column;
        width: 450px;
        background-color: #fff;
        border-radius: 14px;
        border: 2px solid transparent;
        padding: 22px;
        text-decoration: none;
        color: #213242;
        box-shadow: 0 2px 10px rgba(33, 50, 66, 0.07);
        gap: 12px;
        transition: box-shadow 0.3s ease, border-color 0.3s ease;
    }

    .contenido-221:hover,
    .contenido-222:hover,
    .contenido-223:hover,
    .contenido-224:hover,
    .contenido-225:hover,
    .contenido-226:hover {
        border-color: #e1b783;
        box-shadow: 0 8px 28px rgba(33, 50, 66, 0.14);
    }

    .bloque-2211 {
        display: flex;
        width: 46px;
        height: 46px;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        background-color: #213242;
    }

    .bloque-2221 {
        display: flex;
        width: 46px;
        height: 46px;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        background-color: #213242;
    }

    .bloque-2231 {
        display: flex;
        width: 46px;
        height: 46px;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        background-color: #213242;
    }

    .bloque-2241 {
        display: flex;
        width: 46px;
        height: 46px;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        background-color: #213242;
    }

    .bloque-2251 {
        display: flex;
        width: 46px;
        height: 46px;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        background-color: #213242;
    }

    .bloque-2261 {
        display: flex;
        width: 46px;
        height: 46px;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        background-color: #213242;
    }

    .icono-2211,
    .icono-2221,
    .icono-2231,
    .icono-2241,
    .icono-2251,
    .icono-2261 {
        width: 22px;
        height: 22px;
    }

    .bloque-2212,
    .bloque-2222,
    .bloque-2232,
    .bloque-2242,
    .bloque-2252,
    .bloque-2262 {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .bloque-2212 h4,
    .bloque-2222 h4,
    .bloque-2232 h4,
    .bloque-2242 h4,
    .bloque-2252 h4,
    .bloque-2262 h4 {
        font-family: 'Negrita';
        font-size: 14px;
        color: #213242;
    }

    .bloque-2212 p,
    .bloque-2222 p,
    .bloque-2232 p,
    .bloque-2242 p,
    .bloque-2252 p,
    .bloque-2262 p {
        font-family: 'Regular';
        font-size: 12px;
        color: #666;
    }

    .bloque-2213,
    .bloque-2223,
    .bloque-2233,
    .bloque-2243,
    .bloque-2253,
    .bloque-2263 {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        opacity: 0.25;
        transition: opacity 0.3s ease;
    }

    .contenido-221:hover .bloque-2213,
    .contenido-222:hover .bloque-2223,
    .contenido-223:hover .bloque-2233,
    .contenido-224:hover .bloque-2243,
    .contenido-225:hover .bloque-2253,
    .contenido-226:hover .bloque-2263 {
        opacity: 0.7;
    }

    .icono-2213,
    .icono-2223,
    .icono-2233,
    .icono-2243,
    .icono-2253,
    .icono-2263 {
        width: 14px;
        height: 14px;
    }


    .seccion-3 {
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: #fff;
        border-top: 1px solid #eee;
        justify-content: center;
        align-items: center;
        gap: 32px;
        padding: 60px 0;
    }

    .modulo-31 {
        display: flex;
        flex-direction: column;
        width: 600px;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .modulo-31 h2 {
        font-family: 'Negrita';
        font-size: 28px;
        color: #213242;
        text-align: center;
    }

    .modulo-31 p {
        font-family: 'Regular';
        font-size: 14px;
        color: #666;
        text-align: center;
    }

    .modulo-32 {
        display: flex;
        flex-direction: row;
        width: 940px;
        justify-content: center;
        align-items: flex-start;
        gap: 20px;
    }

    .contenido-321,
    .contenido-322,
    .contenido-323 {
        display: flex;
        flex-direction: column;
        width: 290px;
        background-color: #f7f8f8;
        border-radius: 16px;
        border: 2px solid transparent;
        box-shadow: 0 2px 10px rgba(33, 50, 66, 0.07);
        transition: border-color 0.3s ease, box-shadow 0.3s ease;
    }

    .contenido-321:hover,
    .contenido-322:hover,
    .contenido-323:hover {
        border-color: #e1b783;
        box-shadow: 0 10px 30px rgba(33, 50, 66, 0.12);
    }

    .bloque-3211 {
        display: flex;
        width: 100%;
        height: 140px;
        justify-content: center;
        align-items: center;
        border-radius: 14px 14px 0 0;
        background-color: #213242;
    }

    .bloque-3221 {
        display: flex;
        width: 100%;
        height: 140px;
        justify-content: center;
        align-items: center;
        border-radius: 14px 14px 0 0;
        background-color: #213242;
    }

    .bloque-3231 {
        display: flex;
        width: 100%;
        height: 140px;
        justify-content: center;
        align-items: center;
        border-radius: 14px 14px 0 0;
        background-color: #213242;
    }

    .icono-3211,
    .icono-3221,
    .icono-3231 {
        width: 56px;
        height: 56px;
    }

    .bloque-3212,
    .bloque-3222,
    .bloque-3232 {
        display: flex;
        flex-direction: column;
        padding: 20px;
        gap: 12px;
    }

    .bloque-32121,
    .bloque-32221,
    .bloque-32321 {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 8px;
    }

    .icono-32121,
    .icono-32221,
    .icono-32321 {
        width: 13px;
        height: 13px;
    }

    .bloque-32121 h3,
    .bloque-32221 h3,
    .bloque-32321 h3 {
        font-family: 'Negrita';
        font-size: 15px;
        color: #213242;
    }

    .bloque-3212 p,
    .bloque-3222 p,
    .bloque-3232 p {
        font-family: 'Regular';
        font-size: 13px;
        color: #555;
    }

    .link-3212,
    .link-3222,
    .link-3232 {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 6px;
        font-family: 'Negrita';
        font-size: 13px;
        color: #e1b783;
        text-decoration: none;
        transition: color 0.2s;
    }

    .link-3212:hover,
    .link-3222:hover,
    .link-3232:hover {
        color: #213242;
    }

    .icono-3212,
    .icono-3222,
    .icono-3232 {
        width: 13px;
        height: 13px;
    }


}

/* 4. Tablet (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .pagina {
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: #f7f8f8;
    }

    .seccion-1 {
        display: flex;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
        background-color: #f7f8f8;
    }

    .modulo-11 {
        display: flex;
        flex-direction: column;
        width: 680px;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

    .bloque-111 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }

    .bloque-111 h1 {
        font-family: 'Negrita';
        font-size: 38px;
        color: #213242;
        text-align: center;
    }

    .bloque-111 p {
        font-family: 'Regular';
        font-size: 14px;
        color: #555;
        text-align: center;
    }

    .bloque-112 {
        display: flex;
        flex-direction: column;
        width: 640px;
        justify-content: center;
        align-items: center;
        gap: 12px;
    }

    .contenido-1121 {
        display: flex;
        width: 640px;
        height: 54px;
        background-color: #fff;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        border: 1px solid #ddd;
        box-shadow: 0 4px 14px rgba(33, 50, 66, 0.08);
    }

    .bloque-11211 {
        display: flex;
        width: 44px;
        height: 54px;
        justify-content: center;
        align-items: center;
    }

    .icono-11211 {
        width: 16px;
        height: 16px;
        opacity: 0.35;
    }

    .input-11211 {
        display: flex;
        width: 468px;
        height: 54px;
        border: none;
        outline: none;
        font-family: 'Regular';
        font-size: 14px;
        color: #213242;
        background-color: transparent;
    }

    .bloque-11212 {
        display: flex;
        width: 128px;
        height: 44px;
        justify-content: center;
        align-items: center;
        padding: 5px;
    }

    .btn-11212 {
        display: flex;
        width: 116px;
        height: 38px;
        background-color: #e1b783;
        color: #213242;
        font-family: 'Negrita';
        font-size: 13px;
        border: none;
        border-radius: 7px;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: background-color 0.25s ease, color 0.25s ease;
    }

    .btn-11212:hover {
        background-color: #213242;
        color: #fff;
    }

    .contenido-1122 {
        display: flex;
        width: 640px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 12px;
    }

    .servicios-checkboxes {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .item-checkbox {
        display: flex;
        align-items: center;
        gap: 6px;
        cursor: pointer;
        user-select: none;
    }

    .check-serv {
        width: 14px;
        height: 14px;
        cursor: pointer;
        accent-color: #e1b783;
    }

    .label-texto {
        font-family: 'Regular';
        font-size: 11px;
        color: #213242;
        transition: color 0.2s;
    }

    .item-checkbox:hover .label-texto {
        color: #e1b783;
    }

    .texto-11221 {
        font-family: 'Negrita';
        font-size: 11px;
        color: #888;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .sep-11221 {
        font-family: 'Regular';
        font-size: 11px;
        color: #ccc;
    }


    /* SECCIÓN 2 - ECOSISTEMA */
    .seccion-2 {
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: #f7f8f8;
        justify-content: center;
        align-items: center;
        gap: 30px;
        padding: 50px 0;
    }

    .modulo-21 {
        display: flex;
        flex-direction: column;
        width: 560px;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .subtitulo-21 {
        font-family: 'Negrita';
        font-size: 11px;
        color: #e1b783;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-align: center;
    }

    .modulo-21 h3 {
        font-family: 'Negrita';
        font-size: 26px;
        color: #213242;
        text-align: center;
    }

    .modulo-21 p {
        font-family: 'Regular';
        font-size: 13px;
        color: #666;
        text-align: center;
    }

    .modulo-22 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 700px;
        justify-content: center;
        align-items: flex-start;
        gap: 20px;
    }

    .contenido-221,
    .contenido-222,
    .contenido-223,
    .contenido-224,
    .contenido-225,
    .contenido-226 {
        display: flex;
        flex-direction: column;
        width: 328px;
        background-color: #fff;
        border-radius: 14px;
        border: 2px solid transparent;
        padding: 22px;
        text-decoration: none;
        color: #213242;
        box-shadow: 0 2px 10px rgba(33, 50, 66, 0.07);
        gap: 12px;
        transition: box-shadow 0.3s ease, border-color 0.3s ease;
    }

    .contenido-221:hover,
    .contenido-222:hover,
    .contenido-223:hover,
    .contenido-224:hover,
    .contenido-225:hover,
    .contenido-226:hover {
        border-color: #e1b783;
        box-shadow: 0 8px 28px rgba(33, 50, 66, 0.14);
    }

    .bloque-2211,
    .bloque-2221,
    .bloque-2231,
    .bloque-2241,
    .bloque-2251,
    .bloque-2261 {
        display: flex;
        width: 44px;
        height: 44px;
        justify-content: center;
        align-items: center;
        border-radius: 9px;
        background-color: #213242;
    }

    .icono-2211,
    .icono-2221,
    .icono-2231,
    .icono-2241,
    .icono-2251,
    .icono-2261 {
        width: 20px;
        height: 20px;
    }

    .bloque-2212,
    .bloque-2222,
    .bloque-2232,
    .bloque-2242,
    .bloque-2252,
    .bloque-2262 {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .bloque-2212 h4,
    .bloque-2222 h4,
    .bloque-2232 h4,
    .bloque-2242 h4,
    .bloque-2252 h4,
    .bloque-2262 h4 {
        font-family: 'Negrita';
        font-size: 14px;
        color: #213242;
    }

    .bloque-2212 p,
    .bloque-2222 p,
    .bloque-2232 p,
    .bloque-2242 p,
    .bloque-2252 p,
    .bloque-2262 p {
        font-family: 'Regular';
        font-size: 11px;
        color: #666;
    }

    .bloque-2213,
    .bloque-2223,
    .bloque-2233,
    .bloque-2243,
    .bloque-2253,
    .bloque-2263 {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        opacity: 0.25;
        transition: opacity 0.3s ease;
    }

    .contenido-221:hover .bloque-2213,
    .contenido-222:hover .bloque-2223,
    .contenido-223:hover .bloque-2233,
    .contenido-224:hover .bloque-2243,
    .contenido-225:hover .bloque-2253,
    .contenido-226:hover .bloque-2263 {
        opacity: 0.7;
    }

    .icono-2213,
    .icono-2223,
    .icono-2233,
    .icono-2243,
    .icono-2253,
    .icono-2263 {
        width: 14px;
        height: 14px;
    }

    .seccion-3 {
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: #fff;
        border-top: 1px solid #eee;
        justify-content: center;
        align-items: center;
        gap: 30px;
        padding: 50px 0;
    }

    .modulo-31 {
        display: flex;
        flex-direction: column;
        width: 560px;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .modulo-31 h2 {
        font-family: 'Negrita';
        font-size: 26px;
        color: #213242;
        text-align: center;
    }
}


/* 5. Mobile (481px - 767px) */
@media (min-width: 481px) and (max-width: 767px) {
    .pagina {
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: #f7f8f8;
    }

    .seccion-1 {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        background-color: #f7f8f8;
        padding: 80px 0 50px;
    }

    .modulo-11 {
        display: flex;
        flex-direction: column;
        width: 440px;
        justify-content: center;
        align-items: center;
        gap: 28px;
    }

    .bloque-111 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 14px;
    }

    .bloque-111 h1 {
        font-family: 'Negrita';
        font-size: 32px;
        color: #213242;
        text-align: center;
    }

    .bloque-111 p {
        font-family: 'Regular';
        font-size: 14px;
        color: #555;
        text-align: center;
    }

    .bloque-112 {
        display: flex;
        flex-direction: column;
        width: 440px;
        justify-content: center;
        align-items: center;
        gap: 12px;
    }

    .contenido-1121 {
        display: flex;
        width: 440px;
        height: 52px;
        background-color: #fff;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        border: 1px solid #ddd;
        box-shadow: 0 4px 14px rgba(33, 50, 66, 0.08);
    }

    .bloque-11211 {
        display: flex;
        width: 40px;
        height: 52px;
        justify-content: center;
        align-items: center;
    }

    .icono-11211 {
        width: 16px;
        height: 16px;
        opacity: 0.35;
    }

    .input-11211 {
        display: flex;
        width: 280px;
        height: 52px;
        border: none;
        outline: none;
        font-family: 'Regular';
        font-size: 13px;
        color: #213242;
        background-color: transparent;
    }

    .bloque-11212 {
        display: flex;
        width: 120px;
        height: 42px;
        justify-content: center;
        align-items: center;
        padding: 5px;
    }

    .btn-11212 {
        display: flex;
        width: 110px;
        height: 38px;
        background-color: #e1b783;
        color: #213242;
        font-family: 'Negrita';
        font-size: 13px;
        border: none;
        border-radius: 7px;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: background-color 0.25s ease, color 0.25s ease;
    }

    .btn-11212:hover {
        background-color: #213242;
        color: #fff;
    }

    .contenido-1122 {
        display: flex;
        width: 100%;
        max-width: 440px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 12px;
        padding: 0 20px;
    }

    .servicios-checkboxes {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .item-checkbox {
        display: flex;
        align-items: center;
        gap: 6px;
        cursor: pointer;
        user-select: none;
    }

    .check-serv {
        width: 14px;
        height: 14px;
        cursor: pointer;
        accent-color: #e1b783;
    }

    .label-texto {
        font-family: 'Regular';
        font-size: 11px;
        color: #213242;
        transition: color 0.2s;
    }

    .item-checkbox:hover .label-texto {
        color: #e1b783;
    }

    .texto-11221 {
        font-family: 'Negrita';
        font-size: 11px;
        color: #888;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: center;
    }

    .sep-11221 {
        display: none;
    }



    /* SECCIÓN 2 - ECOSISTEMA */
    .seccion-2 {
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: #f7f8f8;
        justify-content: center;
        align-items: center;
        gap: 30px;
        padding: 40px 0;
    }

    .modulo-21 {
        display: flex;
        flex-direction: column;
        width: 90%;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .subtitulo-21 {
        font-family: 'Negrita';
        font-size: 11px;
        color: #e1b783;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-align: center;
    }

    .modulo-21 h3 {
        font-family: 'Negrita';
        font-size: 24px;
        color: #213242;
        text-align: center;
    }

    .modulo-21 p {
        font-family: 'Regular';
        font-size: 13px;
        color: #666;
        text-align: center;
    }

    .modulo-22 {
        display: flex;
        flex-direction: column;
        width: 90%;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .contenido-221,
    .contenido-222,
    .contenido-223,
    .contenido-224,
    .contenido-225,
    .contenido-226 {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 440px;
        background-color: #fff;
        border-radius: 14px;
        border: 2px solid transparent;
        padding: 24px;
        text-decoration: none;
        color: #213242;
        box-shadow: 0 2px 10px rgba(33, 50, 66, 0.07);
        gap: 12px;
        transition: box-shadow 0.3s ease;
    }

    .bloque-2211 {
        display: flex;
        width: 44px;
        height: 44px;
        justify-content: center;
        align-items: center;
        border-radius: 9px;
        background-color: #213242;
    }

    .bloque-2221 {
        display: flex;
        width: 44px;
        height: 44px;
        justify-content: center;
        align-items: center;
        border-radius: 9px;
        background-color: #213242;
    }

    .bloque-2231 {
        display: flex;
        width: 44px;
        height: 44px;
        justify-content: center;
        align-items: center;
        border-radius: 9px;
        background-color: #213242;
    }

    .bloque-2241 {
        display: flex;
        width: 44px;
        height: 44px;
        justify-content: center;
        align-items: center;
        border-radius: 9px;
        background-color: #213242;
    }

    .bloque-2251 {
        display: flex;
        width: 44px;
        height: 44px;
        justify-content: center;
        align-items: center;
        border-radius: 9px;
        background-color: #213242;
    }

    .bloque-2261 {
        display: flex;
        width: 44px;
        height: 44px;
        justify-content: center;
        align-items: center;
        border-radius: 9px;
        background-color: #213242;
    }

    .icono-2211,
    .icono-2221,
    .icono-2231,
    .icono-2241,
    .icono-2251,
    .icono-2261 {
        width: 20px;
        height: 20px;
    }

    .bloque-2212,
    .bloque-2222,
    .bloque-2232,
    .bloque-2242,
    .bloque-2252,
    .bloque-2262 {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .bloque-2212 h4,
    .bloque-2222 h4,
    .bloque-2232 h4,
    .bloque-2242 h4,
    .bloque-2252 h4,
    .bloque-2262 h4 {
        font-family: 'Negrita';
        font-size: 15px;
        color: #213242;
    }

    .bloque-2212 p,
    .bloque-2222 p,
    .bloque-2232 p,
    .bloque-2242 p,
    .bloque-2252 p,
    .bloque-2262 p {
        font-family: 'Regular';
        font-size: 12px;
        color: #666;
    }

    .bloque-2213,
    .bloque-2223,
    .bloque-2233,
    .bloque-2243,
    .bloque-2253,
    .bloque-2263 {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        opacity: 0.3;
    }

    .icono-2213,
    .icono-2223,
    .icono-2233,
    .icono-2243,
    .icono-2253,
    .icono-2263 {
        width: 14px;
        height: 14px;
    }


    .seccion-3 {
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: #fff;
        border-top: 1px solid #eee;
        justify-content: center;
        align-items: center;
        gap: 25px;
        padding: 40px 0;
    }

    .modulo-31 {
        display: flex;
        flex-direction: column;
        width: 440px;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .modulo-31 h2 {
        font-family: 'Negrita';
        font-size: 22px;
        color: #213242;
        text-align: center;
    }

    .modulo-31 p {
        font-family: 'Regular';
        font-size: 13px;
        color: #666;
        text-align: center;
    }

    .modulo-32 {
        display: flex;
        flex-direction: column;
        width: 440px;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }

    .contenido-321,
    .contenido-322,
    .contenido-323 {
        display: flex;
        flex-direction: column;
        width: 440px;
        background-color: #f7f8f8;
        border-radius: 16px;
        border: 2px solid transparent;
        box-shadow: 0 2px 10px rgba(33, 50, 66, 0.07);
        transition: border-color 0.3s ease;
    }

    .contenido-321:hover,
    .contenido-322:hover,
    .contenido-323:hover {
        border-color: #e1b783;
    }

    .bloque-3211 {
        display: flex;
        width: 100%;
        height: 120px;
        justify-content: center;
        align-items: center;
        border-radius: 14px 14px 0 0;
        background-color: #213242;
    }

    .bloque-3221 {
        display: flex;
        width: 100%;
        height: 120px;
        justify-content: center;
        align-items: center;
        border-radius: 14px 14px 0 0;
        background-color: #213242;
    }

    .bloque-3231 {
        display: flex;
        width: 100%;
        height: 120px;
        justify-content: center;
        align-items: center;
        border-radius: 14px 14px 0 0;
        background-color: #213242;
    }

    .icono-3211,
    .icono-3221,
    .icono-3231 {
        width: 50px;
        height: 50px;
    }

    .bloque-3212,
    .bloque-3222,
    .bloque-3232 {
        display: flex;
        flex-direction: column;
        padding: 18px;
        gap: 10px;
    }

    .bloque-32121,
    .bloque-32221,
    .bloque-32321 {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 8px;
    }

    .icono-32121,
    .icono-32221,
    .icono-32321 {
        width: 12px;
        height: 12px;
    }

    .bloque-32121 h3,
    .bloque-32221 h3,
    .bloque-32321 h3 {
        font-family: 'Negrita';
        font-size: 15px;
        color: #213242;
    }

    .bloque-3212 p,
    .bloque-3222 p,
    .bloque-3232 p {
        font-family: 'Regular';
        font-size: 13px;
        color: #555;
    }

    .link-3212,
    .link-3222,
    .link-3232 {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 6px;
        font-family: 'Negrita';
        font-size: 13px;
        color: #e1b783;
        text-decoration: none;
        transition: color 0.2s;
    }

    .link-3212:hover,
    .link-3222:hover,
    .link-3232:hover {
        color: #213242;
    }

    .icono-3212,
    .icono-3222,
    .icono-3232 {
        width: 12px;
        height: 12px;
    }


}

/* 6. Mobile Small (320px - 480px) */
@media (min-width: 320px) and (max-width: 480px) {
    .pagina {
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: #f7f8f8;
    }

    .seccion-1 {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        background-color: #f7f8f8;
        padding: 80px 0 40px;
    }

    .modulo-11 {
        display: flex;
        flex-direction: column;
        width: 300px;
        justify-content: center;
        align-items: center;
        gap: 24px;
    }

    .bloque-111 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 12px;
    }

    .bloque-111 h1 {
        font-family: 'Negrita';
        font-size: 26px;
        color: #213242;
        text-align: center;
    }

    .bloque-111 p {
        font-family: 'Regular';
        font-size: 13px;
        color: #555;
        text-align: center;
    }

    .bloque-112 {
        display: flex;
        flex-direction: column;
        width: 300px;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .contenido-1121 {
        display: flex;
        flex-direction: column;
        width: 300px;
        background-color: #fff;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        border: 1px solid #ddd;
        box-shadow: 0 4px 14px rgba(33, 50, 66, 0.08);
        gap: 0;
    }

    .bloque-11211 {
        display: flex;
        width: 300px;
        height: 44px;
        justify-content: flex-start;
        align-items: center;
        padding: 0 12px;
    }

    .icono-11211 {
        width: 15px;
        height: 15px;
        opacity: 0.35;
    }

    .input-11211 {
        display: flex;
        width: 300px;
        height: 44px;
        border: none;
        outline: none;
        font-family: 'Regular';
        font-size: 13px;
        color: #213242;
        background-color: transparent;
        padding: 0 12px;
    }

    .bloque-11212 {
        display: flex;
        width: 300px;
        height: 44px;
        justify-content: center;
        align-items: center;
        padding: 6px;
        border-top: 1px solid #eee;
    }

    .btn-11212 {
        display: flex;
        width: 288px;
        height: 38px;
        background-color: #e1b783;
        color: #213242;
        font-family: 'Negrita';
        font-size: 13px;
        border: none;
        border-radius: 7px;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: background-color 0.25s ease, color 0.25s ease;
    }

    .btn-11212:hover {
        background-color: #213242;
        color: #fff;
    }

    .contenido-1122 {
        display: flex;
        width: 100%;
        max-width: 300px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 12px;
        padding: 0 10px;
    }

    .servicios-checkboxes {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 8px;
        width: fit-content;
    }

    .item-checkbox {
        display: flex;
        align-items: center;
        gap: 6px;
        cursor: pointer;
        user-select: none;
    }

    .check-serv {
        width: 14px;
        height: 14px;
        cursor: pointer;
        accent-color: #e1b783;
    }

    .label-texto {
        font-family: 'Regular';
        font-size: 11px;
        color: #213242;
        transition: color 0.2s;
    }

    .item-checkbox:hover .label-texto {
        color: #e1b783;
    }

    .texto-11221 {
        font-family: 'Negrita';
        font-size: 11px;
        color: #888;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: center;
    }


    .sep-11221 {
        display: none;
    }


    /* SECCIÓN 2 - ECOSISTEMA */
    .seccion-2 {
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: #f7f8f8;
        justify-content: center;
        align-items: center;
        gap: 25px;
        padding: 40px 0;
    }

    .modulo-21 {
        display: flex;
        flex-direction: column;
        width: 90%;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .subtitulo-21 {
        font-family: 'Negrita';
        font-size: 11px;
        color: #e1b783;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-align: center;
    }

    .modulo-21 h3 {
        font-family: 'Negrita';
        font-size: 20px;
        color: #213242;
        text-align: center;
    }

    .modulo-21 p {
        font-family: 'Regular';
        font-size: 12px;
        color: #666;
        text-align: center;
    }

    .modulo-22 {
        display: flex;
        flex-direction: column;
        width: 90%;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }

    .contenido-221,
    .contenido-222,
    .contenido-223,
    .contenido-224,
    .contenido-225,
    .contenido-226 {
        display: flex;
        flex-direction: row;
        width: 100%;
        background-color: #fff;
        border-radius: 14px;
        border: 2px solid transparent;
        padding: 20px;
        text-decoration: none;
        color: #213242;
        box-shadow: 0 2px 10px rgba(33, 50, 66, 0.07);
        justify-content: space-between;
        align-items: center;
    }

    .bloque-2211 {
        display: flex;
        width: 44px;
        height: 44px;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        background-color: #213242;
    }

    .bloque-2221 {
        display: flex;
        width: 44px;
        height: 44px;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        background-color: #213242;
    }

    .bloque-2231 {
        display: flex;
        width: 44px;
        height: 44px;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        background-color: #213242;
    }

    .bloque-2241 {
        display: flex;
        width: 44px;
        height: 44px;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        background-color: #213242;
    }

    .bloque-2251 {
        display: flex;
        width: 44px;
        height: 44px;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        background-color: #213242;
    }

    .bloque-2261 {
        display: flex;
        width: 44px;
        height: 44px;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        background-color: #213242;
    }

    .icono-2211,
    .icono-2221,
    .icono-2231,
    .icono-2241,
    .icono-2251,
    .icono-2261 {
        width: 22px;
        height: 22px;
    }

    .bloque-2212,
    .bloque-2222,
    .bloque-2232,
    .bloque-2242,
    .bloque-2252,
    .bloque-2262 {
        display: flex;
        flex-direction: column;
        width: 70%;
        gap: 4px;
    }

    .bloque-2212 h4,
    .bloque-2222 h4,
    .bloque-2232 h4,
    .bloque-2242 h4,
    .bloque-2252 h4,
    .bloque-2262 h4 {
        font-family: 'Negrita';
        font-size: 14px;
        color: #213242;
    }

    .bloque-2212 p,
    .bloque-2222 p,
    .bloque-2232 p,
    .bloque-2242 p,
    .bloque-2252 p,
    .bloque-2262 p {
        font-family: 'Regular';
        font-size: 12px;
        color: #666;
    }

    .bloque-2213,
    .bloque-2223,
    .bloque-2233,
    .bloque-2243,
    .bloque-2253,
    .bloque-2263 {
        display: flex;
        width: 14px;
        height: 14px;
        justify-content: center;
        align-items: center;
    }

    .icono-2213,
    .icono-2223,
    .icono-2233,
    .icono-2243,
    .icono-2253,
    .icono-2263 {
        width: 14px;
        height: 14px;
    }


    .seccion-3 {
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: #fff;
        border-top: 1px solid #eee;
        justify-content: center;
        align-items: center;
        gap: 20px;
        padding: 35px 0;
    }

    .modulo-31 {
        display: flex;
        flex-direction: column;
        width: 300px;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

    .modulo-31 h2 {
        font-family: 'Negrita';
        font-size: 20px;
        color: #213242;
        text-align: center;
    }

    .modulo-31 p {
        font-family: 'Regular';
        font-size: 12px;
        color: #666;
        text-align: center;
    }

    .modulo-32 {
        display: flex;
        flex-direction: column;
        width: 300px;
        justify-content: center;
        align-items: center;
        gap: 14px;
    }

    .contenido-321,
    .contenido-322,
    .contenido-323 {
        display: flex;
        flex-direction: column;
        width: 300px;
        background-color: #f7f8f8;
        border-radius: 14px;
        border: 2px solid transparent;
        box-shadow: 0 2px 10px rgba(33, 50, 66, 0.07);
        transition: border-color 0.3s ease;
    }

    .contenido-321:hover,
    .contenido-322:hover,
    .contenido-323:hover {
        border-color: #e1b783;
    }

    .bloque-3211 {
        display: flex;
        width: 100%;
        height: 100px;
        justify-content: center;
        align-items: center;
        border-radius: 12px 12px 0 0;
        background-color: #213242;
    }

    .bloque-3221 {
        display: flex;
        width: 100%;
        height: 100px;
        justify-content: center;
        align-items: center;
        border-radius: 12px 12px 0 0;
        background-color: #213242;
    }

    .bloque-3231 {
        display: flex;
        width: 100%;
        height: 100px;
        justify-content: center;
        align-items: center;
        border-radius: 12px 12px 0 0;
        background-color: #213242;
    }

    .icono-3211,
    .icono-3221,
    .icono-3231 {
        width: 44px;
        height: 44px;
    }

    .bloque-3212,
    .bloque-3222,
    .bloque-3232 {
        display: flex;
        flex-direction: column;
        padding: 16px;
        gap: 10px;
    }

    .bloque-32121,
    .bloque-32221,
    .bloque-32321 {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 8px;
    }

    .icono-32121,
    .icono-32221,
    .icono-32321 {
        width: 12px;
        height: 12px;
    }

    .bloque-32121 h3,
    .bloque-32221 h3,
    .bloque-32321 h3 {
        font-family: 'Negrita';
        font-size: 14px;
        color: #213242;
    }

    .bloque-3212 p,
    .bloque-3222 p,
    .bloque-3232 p {
        font-family: 'Regular';
        font-size: 12px;
        color: #555;
    }

    .link-3212,
    .link-3222,
    .link-3232 {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 6px;
        font-family: 'Negrita';
        font-size: 12px;
        color: #e1b783;
        text-decoration: none;
        transition: color 0.2s;
    }

    .link-3212:hover,
    .link-3222:hover,
    .link-3232:hover {
        color: #213242;
    }

    .icono-3212,
    .icono-3222,
    .icono-3232 {
        width: 12px;
        height: 12px;
    }


}

/* Estilos resultados buscador de dominios */

/* 1. Large Screens (> 1367px) */
@media (min-width: 1367px) {
    .resultados-busqueda {
        display: flex;
        flex-direction: column;
        width: 800px;
        gap: 10px;
    }

    .resultado-cargando {
        display: flex;
        width: 800px;
        height: 44px;
        background-color: #fff;
        border-radius: 8px;
        justify-content: center;
        align-items: center;
        border: 1px solid #eee;
    }

    .resultado-cargando span {
        font-family: 'Regular';
        font-size: 14px;
        color: #888;
    }

    .resultado-fila {
        display: flex;
        flex-direction: row;
        width: 800px;
        height: 48px;
        background-color: #fff;
        border-radius: 9px;
        border: 1px solid #eee;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
    }

    .resultado-disponible {
        border-color: #bbf7d0;
        background-color: #f0fdf4;
    }

    .resultado-ocupado {
        border-color: #fecaca;
        background-color: #fff5f5;
    }

    .resultado-dominio {
        font-family: 'Negrita';
        font-size: 15px;
        color: #213242;
    }

    .resultado-estado {
        font-family: 'Regular';
        font-size: 13px;
        color: #555;
    }

    .resultado-error {
        display: flex;
        width: 800px;
        height: 44px;
        background-color: #fff5f5;
        border-radius: 8px;
        justify-content: center;
        align-items: center;
        border: 1px solid #fecaca;
        font-family: 'Regular';
        font-size: 13px;
        color: #b91c1c;
    }
}

/* 2. Desktop (1281px - 1366px) */
@media (min-width: 1281px) and (max-width: 1366px) {
    .resultados-busqueda {
        display: flex;
        flex-direction: column;
        width: 760px;
        gap: 10px;
    }

    .resultado-cargando {
        display: flex;
        width: 760px;
        height: 44px;
        background-color: #fff;
        border-radius: 8px;
        justify-content: center;
        align-items: center;
        border: 1px solid #eee;
    }

    .resultado-cargando span {
        font-family: 'Regular';
        font-size: 13px;
        color: #888;
    }

    .resultado-fila {
        display: flex;
        flex-direction: row;
        width: 760px;
        height: 46px;
        background-color: #fff;
        border-radius: 9px;
        border: 1px solid #eee;
        justify-content: space-between;
        align-items: center;
        padding: 0 18px;
    }

    .resultado-disponible {
        border-color: #bbf7d0;
        background-color: #f0fdf4;
    }

    .resultado-ocupado {
        border-color: #fecaca;
        background-color: #fff5f5;
    }

    .resultado-dominio {
        font-family: 'Negrita';
        font-size: 14px;
        color: #213242;
    }

    .resultado-estado {
        font-family: 'Regular';
        font-size: 13px;
        color: #555;
    }

    .resultado-error {
        display: flex;
        width: 760px;
        height: 44px;
        background-color: #fff5f5;
        border-radius: 8px;
        justify-content: center;
        align-items: center;
        border: 1px solid #fecaca;
        font-family: 'Regular';
        font-size: 13px;
        color: #b91c1c;
    }
}

/* 3. Laptop (1025px - 1280px) */
@media (min-width: 1025px) and (max-width: 1280px) {
    .resultados-busqueda {
        display: flex;
        flex-direction: column;
        width: 700px;
        gap: 10px;
    }

    .resultado-cargando {
        display: flex;
        width: 700px;
        height: 42px;
        background-color: #fff;
        border-radius: 8px;
        justify-content: center;
        align-items: center;
        border: 1px solid #eee;
    }

    .resultado-cargando span {
        font-family: 'Regular';
        font-size: 13px;
        color: #888;
    }

    .resultado-fila {
        display: flex;
        flex-direction: row;
        width: 700px;
        height: 44px;
        background-color: #fff;
        border-radius: 9px;
        border: 1px solid #eee;
        justify-content: space-between;
        align-items: center;
        padding: 0 16px;
    }

    .resultado-disponible {
        border-color: #bbf7d0;
        background-color: #f0fdf4;
    }

    .resultado-ocupado {
        border-color: #fecaca;
        background-color: #fff5f5;
    }

    .resultado-dominio {
        font-family: 'Negrita';
        font-size: 14px;
        color: #213242;
    }

    .resultado-estado {
        font-family: 'Regular';
        font-size: 13px;
        color: #555;
    }

    .resultado-error {
        display: flex;
        width: 700px;
        height: 42px;
        background-color: #fff5f5;
        border-radius: 8px;
        justify-content: center;
        align-items: center;
        border: 1px solid #fecaca;
        font-family: 'Regular';
        font-size: 13px;
        color: #b91c1c;
    }
}

/* 4. Tablet (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .resultados-busqueda {
        display: flex;
        flex-direction: column;
        width: 640px;
        gap: 10px;
    }

    .resultado-cargando {
        display: flex;
        width: 640px;
        height: 42px;
        background-color: #fff;
        border-radius: 8px;
        justify-content: center;
        align-items: center;
        border: 1px solid #eee;
    }

    .resultado-cargando span {
        font-family: 'Regular';
        font-size: 13px;
        color: #888;
    }

    .resultado-fila {
        display: flex;
        flex-direction: row;
        width: 640px;
        height: 44px;
        background-color: #fff;
        border-radius: 9px;
        border: 1px solid #eee;
        justify-content: space-between;
        align-items: center;
        padding: 0 16px;
    }

    .resultado-disponible {
        border-color: #bbf7d0;
        background-color: #f0fdf4;
    }

    .resultado-ocupado {
        border-color: #fecaca;
        background-color: #fff5f5;
    }

    .resultado-dominio {
        font-family: 'Negrita';
        font-size: 14px;
        color: #213242;
    }

    .resultado-estado {
        font-family: 'Regular';
        font-size: 13px;
        color: #555;
    }

    .resultado-error {
        display: flex;
        width: 640px;
        height: 42px;
        background-color: #fff5f5;
        border-radius: 8px;
        justify-content: center;
        align-items: center;
        border: 1px solid #fecaca;
        font-family: 'Regular';
        font-size: 13px;
        color: #b91c1c;
    }
}

/* 5. Mobile (481px - 767px) */
@media (min-width: 481px) and (max-width: 767px) {
    .resultados-busqueda {
        display: flex;
        flex-direction: column;
        width: 440px;
        gap: 8px;
    }

    .resultado-cargando {
        display: flex;
        width: 440px;
        height: 40px;
        background-color: #fff;
        border-radius: 8px;
        justify-content: center;
        align-items: center;
        border: 1px solid #eee;
    }

    .resultado-cargando span {
        font-family: 'Regular';
        font-size: 12px;
        color: #888;
    }

    .resultado-fila {
        display: flex;
        flex-direction: row;
        width: 440px;
        height: 42px;
        background-color: #fff;
        border-radius: 8px;
        border: 1px solid #eee;
        justify-content: space-between;
        align-items: center;
        padding: 0 14px;
    }

    .resultado-disponible {
        border-color: #bbf7d0;
        background-color: #f0fdf4;
    }

    .resultado-ocupado {
        border-color: #fecaca;
        background-color: #fff5f5;
    }

    .resultado-dominio {
        font-family: 'Negrita';
        font-size: 13px;
        color: #213242;
    }

    .resultado-estado {
        font-family: 'Regular';
        font-size: 12px;
        color: #555;
    }

    .resultado-error {
        display: flex;
        width: 440px;
        height: 40px;
        background-color: #fff5f5;
        border-radius: 8px;
        justify-content: center;
        align-items: center;
        border: 1px solid #fecaca;
        font-family: 'Regular';
        font-size: 12px;
        color: #b91c1c;
    }
}

/* 6. Mobile Small (320px - 480px) */
@media (min-width: 320px) and (max-width: 480px) {
    .resultados-busqueda {
        display: flex;
        flex-direction: column;
        width: 300px;
        gap: 8px;
    }

    .resultado-cargando {
        display: flex;
        width: 300px;
        height: 38px;
        background-color: #fff;
        border-radius: 8px;
        justify-content: center;
        align-items: center;
        border: 1px solid #eee;
    }

    .resultado-cargando span {
        font-family: 'Regular';
        font-size: 12px;
        color: #888;
    }

    .resultado-fila {
        display: flex;
        flex-direction: row;
        width: 300px;
        height: 40px;
        background-color: #fff;
        border-radius: 8px;
        border: 1px solid #eee;
        justify-content: space-between;
        align-items: center;
        padding: 0 12px;
    }

    .resultado-disponible {
        border-color: #bbf7d0;
        background-color: #f0fdf4;
    }

    .resultado-ocupado {
        border-color: #fecaca;
        background-color: #fff5f5;
    }

    .resultado-dominio {
        font-family: 'Negrita';
        font-size: 12px;
        color: #213242;
    }

    .resultado-estado {
        font-family: 'Regular';
        font-size: 11px;
        color: #555;
    }

    .resultado-error {
        display: flex;
        width: 300px;
        height: 38px;
        background-color: #fff5f5;
        border-radius: 8px;
        justify-content: center;
        align-items: center;
        border: 1px solid #fecaca;
        font-family: 'Regular';
        font-size: 12px;
        color: #b91c1c;
    }
}

/* Dropdown custom TLD buscador */

/* 1. Large Screens (> 1367px) */
@media (min-width: 1367px) {
    .input-11211 {
        width: 552px;
        height: 100%;
        padding-left: 18px;
        border: none;
        outline: none;
        background: transparent;
        font-family: 'Regular';
        font-size: 14px;
        color: #213242;
    }

    .select-11213 {
        position: relative;
        display: flex;
        align-items: center;
        gap: 6px;
        width: 116px;
        height: 58px;
        padding: 0 14px;
        border-left: 1px solid #e5e7ea;
        cursor: pointer;
        user-select: none;
        flex-shrink: 0;
    }

    .select-valor {
        font-family: 'Negrita';
        font-size: 14px;
        color: #213242;
        flex: 1;
    }

    .select-chevron {
        width: 10px;
        height: 6px;
        flex-shrink: 0;
        transition: transform 0.2s ease;
    }

    .select-11213.abierto .select-chevron {
        transform: rotate(180deg);
    }

    .select-lista {
        position: absolute;
        top: calc(100% + 8px);
        right: 0;
        left: 0;
        background-color: #fff;
        border: 1px solid #e5e7ea;
        border-radius: 10px;
        box-shadow: 0 8px 24px rgba(33, 50, 66, 0.12);
        list-style: none;
        padding: 6px 0;
        margin: 0;
        z-index: 100;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.25s ease, opacity 0.2s ease;
        min-width: 116px;
    }

    .select-11213.abierto .select-lista {
        max-height: 260px;
        opacity: 1;
    }

    .select-lista li {
        padding: 9px 16px;
        font-family: 'Regular';
        font-size: 14px;
        color: #213242;
        cursor: pointer;
        transition: background-color 0.15s ease;
        white-space: nowrap;
    }

    .select-lista li:hover {
        background-color: #f2f4f6;
    }

    .select-lista li.activo {
        font-family: 'Negrita';
        background-color: #eef1f4;
    }
}

/* 2. Desktop (1281px - 1366px) */
@media (min-width: 1281px) and (max-width: 1366px) {
    .input-11211 {
        width: 516px;
        height: 100%;
        padding-left: 18px;
        border: none;
        outline: none;
        background: transparent;
        font-family: 'Regular';
        font-size: 14px;
        color: #213242;
    }

    .select-11213 {
        position: relative;
        display: flex;
        align-items: center;
        gap: 5px;
        width: 114px;
        height: 56px;
        padding: 0 13px;
        border-left: 1px solid #e5e7ea;
        cursor: pointer;
        user-select: none;
        flex-shrink: 0;
    }

    .select-valor {
        font-family: 'Negrita';
        font-size: 14px;
        color: #213242;
        flex: 1;
    }

    .select-chevron {
        width: 10px;
        height: 6px;
        flex-shrink: 0;
        transition: transform 0.2s ease;
    }

    .select-11213.abierto .select-chevron {
        transform: rotate(180deg);
    }

    .select-lista {
        position: absolute;
        top: calc(100% + 8px);
        right: 0;
        left: 0;
        background-color: #fff;
        border: 1px solid #e5e7ea;
        border-radius: 10px;
        box-shadow: 0 8px 24px rgba(33, 50, 66, 0.12);
        list-style: none;
        padding: 6px 0;
        margin: 0;
        z-index: 100;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.25s ease, opacity 0.2s ease;
        min-width: 114px;
    }

    .select-11213.abierto .select-lista {
        max-height: 260px;
        opacity: 1;
    }

    .select-lista li {
        padding: 9px 14px;
        font-family: 'Regular';
        font-size: 14px;
        color: #213242;
        cursor: pointer;
        transition: background-color 0.15s ease;
        white-space: nowrap;
    }

    .select-lista li:hover {
        background-color: #f2f4f6;
    }

    .select-lista li.activo {
        font-family: 'Negrita';
        background-color: #eef1f4;
    }
}

/* 3. Laptop (1025px - 1280px) */
@media (min-width: 1025px) and (max-width: 1280px) {
    .input-11211 {
        width: 472px;
        height: 100%;
        padding-left: 16px;
        border: none;
        outline: none;
        background: transparent;
        font-family: 'Regular';
        font-size: 13px;
        color: #213242;
    }

    .select-11213 {
        position: relative;
        display: flex;
        align-items: center;
        gap: 5px;
        width: 110px;
        height: 54px;
        padding: 0 12px;
        border-left: 1px solid #e5e7ea;
        cursor: pointer;
        user-select: none;
        flex-shrink: 0;
    }

    .select-valor {
        font-family: 'Negrita';
        font-size: 13px;
        color: #213242;
        flex: 1;
    }

    .select-chevron {
        width: 9px;
        height: 6px;
        flex-shrink: 0;
        transition: transform 0.2s ease;
    }

    .select-11213.abierto .select-chevron {
        transform: rotate(180deg);
    }

    .select-lista {
        position: absolute;
        top: calc(100% + 8px);
        right: 0;
        left: 0;
        background-color: #fff;
        border: 1px solid #e5e7ea;
        border-radius: 10px;
        box-shadow: 0 8px 24px rgba(33, 50, 66, 0.12);
        list-style: none;
        padding: 6px 0;
        margin: 0;
        z-index: 100;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.25s ease, opacity 0.2s ease;
        min-width: 108px;
    }

    .select-11213.abierto .select-lista {
        max-height: 260px;
        opacity: 1;
    }

    .select-lista li {
        padding: 8px 13px;
        font-family: 'Regular';
        font-size: 13px;
        color: #213242;
        cursor: pointer;
        transition: background-color 0.15s ease;
        white-space: nowrap;
    }

    .select-lista li:hover {
        background-color: #f2f4f6;
    }

    .select-lista li.activo {
        font-family: 'Negrita';
        background-color: #eef1f4;
    }
}

/* 4. Tablet (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .input-11211 {
        width: 384px;
        height: 100%;
        padding-left: 16px;
        border: none;
        outline: none;
        background: transparent;
        font-family: 'Regular';
        font-size: 13px;
        color: #213242;
    }

    .select-11213 {
        position: relative;
        display: flex;
        align-items: center;
        gap: 4px;
        width: 108px;
        height: 52px;
        padding: 0 11px;
        border-left: 1px solid #e5e7ea;
        cursor: pointer;
        user-select: none;
        flex-shrink: 0;
    }

    .select-valor {
        font-family: 'Negrita';
        font-size: 13px;
        color: #213242;
        flex: 1;
    }

    .select-chevron {
        width: 9px;
        height: 6px;
        flex-shrink: 0;
        transition: transform 0.2s ease;
    }

    .select-11213.abierto .select-chevron {
        transform: rotate(180deg);
    }

    .select-lista {
        position: absolute;
        top: calc(100% + 6px);
        right: 0;
        left: 0;
        background-color: #fff;
        border: 1px solid #e5e7ea;
        border-radius: 10px;
        box-shadow: 0 8px 24px rgba(33, 50, 66, 0.12);
        list-style: none;
        padding: 5px 0;
        margin: 0;
        z-index: 100;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.25s ease, opacity 0.2s ease;
        min-width: 104px;
    }

    .select-11213.abierto .select-lista {
        max-height: 240px;
        opacity: 1;
    }

    .select-lista li {
        padding: 8px 12px;
        font-family: 'Regular';
        font-size: 13px;
        color: #213242;
        cursor: pointer;
        transition: background-color 0.15s ease;
        white-space: nowrap;
    }

    .select-lista li:hover {
        background-color: #f2f4f6;
    }

    .select-lista li.activo {
        font-family: 'Negrita';
        background-color: #eef1f4;
    }
}

/* 5. Mobile (481px - 767px) */
@media (min-width: 481px) and (max-width: 767px) {
    .input-11211 {
        width: 262px;
        height: 100%;
        padding-left: 14px;
        border: none;
        outline: none;
        background: transparent;
        font-family: 'Regular';
        font-size: 13px;
        color: #213242;
    }

    .select-11213 {
        position: relative;
        display: flex;
        align-items: center;
        gap: 4px;
        width: 104px;
        height: 50px;
        padding: 0 10px;
        border-left: 1px solid #e5e7ea;
        cursor: pointer;
        user-select: none;
        flex-shrink: 0;
    }

    .select-valor {
        font-family: 'Negrita';
        font-size: 13px;
        color: #213242;
        flex: 1;
    }

    .select-chevron {
        width: 9px;
        height: 6px;
        flex-shrink: 0;
        transition: transform 0.2s ease;
    }

    .select-11213.abierto .select-chevron {
        transform: rotate(180deg);
    }

    .select-lista {
        position: absolute;
        top: calc(100% + 6px);
        right: 0;
        left: 0;
        background-color: #fff;
        border: 1px solid #e5e7ea;
        border-radius: 10px;
        box-shadow: 0 8px 24px rgba(33, 50, 66, 0.12);
        list-style: none;
        padding: 5px 0;
        margin: 0;
        z-index: 100;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.25s ease, opacity 0.2s ease;
        min-width: 100px;
    }

    .select-11213.abierto .select-lista {
        max-height: 220px;
        opacity: 1;
    }

    .select-lista li {
        padding: 8px 12px;
        font-family: 'Regular';
        font-size: 13px;
        color: #213242;
        cursor: pointer;
        transition: background-color 0.15s ease;
        white-space: nowrap;
    }

    .select-lista li:hover {
        background-color: #f2f4f6;
    }

    .select-lista li.activo {
        font-family: 'Negrita';
        background-color: #eef1f4;
    }
}

/* 6. Mobile Small (320px - 480px) */
@media (min-width: 320px) and (max-width: 480px) {
    .input-11211 {
        width: 110px;
        height: 100%;
        padding-left: 12px;
        border: none;
        outline: none;
        background: transparent;
        font-family: 'Regular';
        font-size: 12px;
        color: #213242;
    }

    .select-11213 {
        position: relative;
        display: flex;
        align-items: center;
        gap: 3px;
        width: 96px;
        height: 46px;
        padding: 0 8px;
        border-left: 1px solid #e5e7ea;
        cursor: pointer;
        user-select: none;
        flex-shrink: 0;
    }

    .select-valor {
        font-family: 'Negrita';
        font-size: 12px;
        color: #213242;
        flex: 1;
    }

    .select-chevron {
        width: 8px;
        height: 5px;
        flex-shrink: 0;
        transition: transform 0.2s ease;
    }

    .select-11213.abierto .select-chevron {
        transform: rotate(180deg);
    }

    .select-lista {
        position: absolute;
        top: calc(100% + 6px);
        right: 0;
        left: 0;
        background-color: #fff;
        border: 1px solid #e5e7ea;
        border-radius: 8px;
        box-shadow: 0 8px 24px rgba(33, 50, 66, 0.12);
        list-style: none;
        padding: 4px 0;
        margin: 0;
        z-index: 100;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.25s ease, opacity 0.2s ease;
        min-width: 92px;
    }

    .select-11213.abierto .select-lista {
        max-height: 200px;
        opacity: 1;
    }

    .select-lista li {
        padding: 7px 10px;
        font-family: 'Regular';
        font-size: 12px;
        color: #213242;
        cursor: pointer;
        transition: background-color 0.15s ease;
        white-space: nowrap;
    }

    .select-lista li:hover {
        background-color: #f2f4f6;
    }

    .select-lista li.activo {
        font-family: 'Negrita';
        background-color: #eef1f4;
    }
}

/* --- PAGINA DE COMPRA (/comprar) --- */
.checkout-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
    background-color: #f7f8f8;
    min-height: calc(100vh - 80px);
}

.checkout-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    background-color: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(33, 50, 66, 0.08);
    gap: 30px;
}

.checkout-title {
    font-family: 'Negrita';
    font-size: 28px;
    color: #213242;
    text-align: center;
}

.carrito-resumen {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px;
    background-color: #f9fafb;
    border-radius: 12px;
    border: 1px solid #eef1f4;
}

.carrito-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-nombre {
    font-family: 'Regular';
    font-size: 15px;
    color: #555;
}

.item-valor {
    font-family: 'Negrita';
    font-size: 15px;
    color: #213242;
}

.checkout-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-label {
    font-family: 'Negrita';
    font-size: 14px;
    color: #213242;
}

.input-group-row {
    display: flex;
    gap: 10px;
}

.checkout-input {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: 'Regular';
    font-size: 15px;
    outline: none;
    transition: border-color 0.2s;
}

.checkout-input:focus {
    border-color: #e1b783;
}

.checkout-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
}

.btn-comprar {
    height: 54px;
    background-color: #213242;
    color: #fff;
    font-family: 'Negrita';
    font-size: 16px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.25s;
}

.btn-comprar:hover {
    background-color: #324a61;
}

.btn-cancelar {
    height: 54px;
    background-color: transparent;
    color: #888;
    font-family: 'Regular';
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.btn-cancelar:hover {
    background-color: #f7f8f8;
    color: #555;
}

.btn-whatsapp {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: 'Negrita';
    font-size: 15px;
    color: #25D366;
    text-decoration: none;
    margin-top: 5px;
}

/* POPUP GRACIAS */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 50, 66, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-overlay.active {
    display: flex;
}

.popup-content {
    background-color: #fff;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    animation: popupFadeIn 0.3s ease;
}

@keyframes popupFadeIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.popup-icon {
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
}

.popup-msg {
    font-family: 'Negrita';
    font-size: 20px;
    color: #213242;
}

@media (max-width: 767px) {
    .checkout-container {
        padding: 30px 20px;
        margin: 0 15px;
    }

    .checkout-title {
        font-size: 24px;
    }
}