@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%;
        justify-content: center;
        align-items: center;
        background-color: #f7f8f8;
    }

    /* Sección 1 - Hero */
    .seccion-1 {
        display: flex;
        width: 100%;
        height: 300px;
        justify-content: center;
        align-items: center;
        background-color: #213242;
    }

    .modulo-11 {
        display: flex;
        flex-direction: column;
        width: 1200px;
        gap: 20px;
        text-align: center;
    }

    .modulo-11 h1 {
        font-family: 'Negrita';
        font-size: 48px;
        color: #f7f8f8;
    }

    .modulo-11 p {
        font-family: 'Regular';
        font-size: 18px;
        color: #f7f8f8;
    }

    /* Sección 2 - Almacenamiento */
    .seccion-2 {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .banner-2 {
        display: flex;
        width: 1200px;
        height: 500px;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        border-radius: 20px;
        gap: 40px;
    }

    .bloque-2a {
        display: flex;
        width: 45%;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 30px;
    }

    .contenido-2a {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .tag-2a {
        display: flex;
        width: 160px;
        height: 20px;
        justify-content: center;
        align-items: center;
        background-color: #f7f8f8;
        font-family: 'Regular';
        font-size: 12px;
        color: #666;
    }

    .bloque-2a h3 {
        font-family: 'Negrita';
        font-size: 42px;
        color: #213242;
    }

    .bloque-2a p {
        width: 500px;
        font-family: 'Regular';
        text-align: justify;
        font-size: 13px;
        color: #213242;
    }

    .contenido-2b {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .btn-2a {
        display: flex;
        width: 200px;
        height: 40px;
        background-color: #e1b783;
        justify-content: center;
        align-items: center;
        border-radius: 7px;
        text-decoration: none;
        color: #213242;
        font-family: 'Negrita';
        font-size: 15px;
    }

    .btn-2a:hover {
        background-color: #213242;
        color: #fff;
    }

    .btn-2b {
        display: flex;
        width: 200px;
        height: 40px;
        background-color: transparent;
        justify-content: center;
        align-items: center;
        border: none;
        text-decoration: none;
        color: #213242;
        font-family: 'Regular';
        font-size: 15px;
        gap: 8px;
    }

    .btn-2b:hover {
        color: #e1b783;
    }

    .icon-2b {
        width: 20px;
        height: 20px;
    }

    .bloque-2b {
        display: flex;
        width: 45%;
        justify-content: center;
        align-items: center;
    }

    .tag-2b {
        display: none;
    }

    .contenido-2c {
        width: 500px;
        height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contenido-2c img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

    /* Sección 3 - Hosting */
    .seccion-3 {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .banner-3 {
        display: flex;
        width: 1200px;
        height: 500px;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        border-radius: 20px;
        gap: 40px;
    }

    .bloque-3a {
        display: flex;
        width: 45%;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 30px;
    }

    .contenido-3a {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .tag-3a {
        display: flex;
        width: 160px;
        height: 20px;
        justify-content: center;
        align-items: center;
        background-color: #f7f8f8;
        font-family: 'Regular';
        font-size: 12px;
        color: #666;
    }

    .bloque-3a h3 {
        font-family: 'Negrita';
        font-size: 42px;
        color: #213242;
    }

    .bloque-3a p {
        width: 500px;
        font-family: 'Regular';
        text-align: justify;
        font-size: 13px;
        color: #213242;
    }

    .contenido-3b {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .btn-3a {
        display: flex;
        width: 200px;
        height: 40px;
        background-color: #e1b783;
        justify-content: center;
        align-items: center;
        border-radius: 7px;
        text-decoration: none;
        color: #213242;
        font-family: 'Negrita';
        font-size: 15px;
    }

    .btn-3a:hover {
        background-color: #213242;
        color: #fff;
    }

    .btn-3b {
        display: flex;
        width: 200px;
        height: 40px;
        background-color: transparent;
        justify-content: center;
        align-items: center;
        border: none;
        text-decoration: none;
        color: #213242;
        font-family: 'Regular';
        font-size: 15px;
        gap: 8px;
    }

    .btn-3b:hover {
        color: #e1b783;
    }

    .icon-3b {
        width: 20px;
        height: 20px;
    }

    .bloque-3b {
        display: flex;
        width: 45%;
        justify-content: center;
        align-items: center;
    }

    .tag-3b {
        display: none;
    }

    .contenido-3c {
        width: 500px;
        height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contenido-3c img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

    /* Sección 4 - Correo */
    .seccion-4 {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .banner-4 {
        display: flex;
        width: 1200px;
        height: 500px;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        border-radius: 20px;
        gap: 40px;
    }

    .bloque-4a {
        display: flex;
        width: 45%;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 30px;
    }

    .contenido-4a {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .tag-4a {
        display: flex;
        width: 160px;
        height: 20px;
        justify-content: center;
        align-items: center;
        background-color: #f7f8f8;
        font-family: 'Regular';
        font-size: 12px;
        color: #666;
    }

    .bloque-4a h3 {
        font-family: 'Negrita';
        font-size: 42px;
        color: #213242;
    }

    .bloque-4a p {
        width: 500px;
        font-family: 'Regular';
        text-align: justify;
        font-size: 13px;
        color: #213242;
    }

    .contenido-4b {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .btn-4a {
        display: flex;
        width: 200px;
        height: 40px;
        background-color: #e1b783;
        justify-content: center;
        align-items: center;
        border-radius: 7px;
        text-decoration: none;
        color: #213242;
        font-family: 'Negrita';
        font-size: 15px;
    }

    .btn-4a:hover {
        background-color: #213242;
        color: #fff;
    }

    .btn-4b {
        display: flex;
        width: 200px;
        height: 40px;
        background-color: transparent;
        justify-content: center;
        align-items: center;
        border: none;
        text-decoration: none;
        color: #213242;
        font-family: 'Regular';
        font-size: 15px;
        gap: 8px;
    }

    .btn-4b:hover {
        color: #e1b783;
    }

    .icon-4b {
        width: 20px;
        height: 20px;
    }

    .bloque-4b {
        display: flex;
        width: 45%;
        justify-content: center;
        align-items: center;
    }

    .tag-4b {
        display: none;
    }

    .contenido-4c {
        width: 500px;
        height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contenido-4c img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

    /* Sección 5 - Dominios */
    .seccion-5 {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .banner-5 {
        display: flex;
        width: 1200px;
        height: 500px;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        border-radius: 20px;
        gap: 40px;
    }

    .bloque-5a {
        display: flex;
        width: 45%;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 30px;
    }

    .contenido-5a {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .tag-5a {
        display: flex;
        width: 160px;
        height: 20px;
        justify-content: center;
        align-items: center;
        background-color: #f7f8f8;
        font-family: 'Regular';
        font-size: 12px;
        color: #666;
    }

    .bloque-5a h3 {
        font-family: 'Negrita';
        font-size: 42px;
        color: #213242;
    }

    .bloque-5a p {
        width: 500px;
        font-family: 'Regular';
        text-align: justify;
        font-size: 13px;
        color: #213242;
    }

    .contenido-5b {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .btn-5a {
        display: flex;
        width: 200px;
        height: 40px;
        background-color: #e1b783;
        justify-content: center;
        align-items: center;
        border-radius: 7px;
        text-decoration: none;
        color: #213242;
        font-family: 'Negrita';
        font-size: 15px;
    }

    .btn-5a:hover {
        background-color: #213242;
        color: #fff;
    }

    .btn-5b {
        display: flex;
        width: 200px;
        height: 40px;
        background-color: transparent;
        justify-content: center;
        align-items: center;
        border: none;
        text-decoration: none;
        color: #213242;
        font-family: 'Regular';
        font-size: 15px;
        gap: 8px;
    }

    .btn-5b:hover {
        color: #e1b783;
    }

    .icon-5b {
        width: 20px;
        height: 20px;
    }

    .bloque-5b {
        display: flex;
        width: 45%;
        justify-content: center;
        align-items: center;
    }

    .tag-5b {
        display: none;
    }

    .contenido-5c {
        width: 500px;
        height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contenido-5c img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
}

/* 2. Desktop (1281px - 1366px) */
@media (min-width: 1281px) and (max-width: 1366px) {
    .pagina {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        background-color: #f7f8f8;
    }

    .seccion-1 {
        display: flex;
        width: 100%;
        height: 280px;
        justify-content: center;
        align-items: center;
        background-color: #213242;
    }

    .modulo-11 {
        display: flex;
        flex-direction: column;
        width: 1100px;
        gap: 18px;
        text-align: center;
    }

    .modulo-11 h1 {
        font-family: 'Negrita';
        font-size: 44px;
        color: #f7f8f8;
    }

    .modulo-11 p {
        font-family: 'Regular';
        font-size: 17px;
        color: #f7f8f8;
    }

    .seccion-2,
    .seccion-3,
    .seccion-4,
    .seccion-5 {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .banner-2,
    .banner-3,
    .banner-4,
    .banner-5 {
        display: flex;
        width: 1100px;
        height: 450px;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        border-radius: 20px;
        gap: 40px;
    }

    .bloque-2a,
    .bloque-3a,
    .bloque-4a,
    .bloque-5a {
        display: flex;
        width: 45%;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 30px;
    }

    .contenido-2a,
    .contenido-3a,
    .contenido-4a,
    .contenido-5a {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .tag-2a,
    .tag-3a,
    .tag-4a,
    .tag-5a {
        display: flex;
        width: 160px;
        height: 20px;
        justify-content: center;
        align-items: center;
        background-color: #f7f8f8;
        font-family: 'Regular';
        font-size: 12px;
        color: #666;
    }

    .bloque-2a h3,
    .bloque-3a h3,
    .bloque-4a h3,
    .bloque-5a h3 {
        font-family: 'Negrita';
        font-size: 38px;
        color: #213242;
    }

    .bloque-2a p,
    .bloque-3a p,
    .bloque-4a p,
    .bloque-5a p {
        width: 480px;
        font-family: 'Regular';
        text-align: justify;
        font-size: 13px;
        color: #213242;
    }

    .contenido-2b,
    .contenido-3b,
    .contenido-4b,
    .contenido-5b {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .btn-2a,
    .btn-3a,
    .btn-4a,
    .btn-5a {
        display: flex;
        width: 200px;
        height: 40px;
        background-color: #e1b783;
        justify-content: center;
        align-items: center;
        border-radius: 7px;
        text-decoration: none;
        color: #213242;
        font-family: 'Negrita';
        font-size: 15px;
    }

    .btn-2a:hover,
    .btn-3a:hover,
    .btn-4a:hover,
    .btn-5a:hover {
        background-color: #213242;
        color: #fff;
    }

    .btn-2b,
    .btn-3b,
    .btn-4b,
    .btn-5b {
        display: flex;
        width: 200px;
        height: 40px;
        background-color: transparent;
        justify-content: center;
        align-items: center;
        border: none;
        text-decoration: none;
        color: #213242;
        font-family: 'Regular';
        font-size: 15px;
        gap: 8px;
    }

    .btn-2b:hover,
    .btn-3b:hover,
    .btn-4b:hover,
    .btn-5b:hover {
        color: #e1b783;
    }

    .icon-2b,
    .icon-3b,
    .icon-4b,
    .icon-5b {
        width: 20px;
        height: 20px;
    }

    .bloque-2b,
    .bloque-3b,
    .bloque-4b,
    .bloque-5b {
        display: flex;
        width: 45%;
        justify-content: center;
        align-items: center;
    }

    .tag-2b,
    .tag-3b,
    .tag-4b,
    .tag-5b {
        display: none;
    }

    .contenido-2c,
    .contenido-3c,
    .contenido-4c,
    .contenido-5c {
        width: 450px;
        height: 360px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contenido-2c img,
    .contenido-3c img,
    .contenido-4c img,
    .contenido-5c img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
}

/* 3. Laptop (1025px - 1280px) */
@media (min-width: 1025px) and (max-width: 1280px) {
    .pagina {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        background-color: #f7f8f8;
    }

    .seccion-1 {
        display: flex;
        width: 100%;
        height: 250px;
        justify-content: center;
        align-items: center;
        background-color: #213242;
    }

    .modulo-11 {
        display: flex;
        flex-direction: column;
        width: 950px;
        gap: 16px;
        text-align: center;
    }

    .modulo-11 h1 {
        font-family: 'Negrita';
        font-size: 38px;
        color: #f7f8f8;
    }

    .modulo-11 p {
        font-family: 'Regular';
        font-size: 16px;
        color: #f7f8f8;
    }

    .seccion-2,
    .seccion-3,
    .seccion-4,
    .seccion-5 {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .banner-2,
    .banner-3,
    .banner-4,
    .banner-5 {
        display: flex;
        width: 950px;
        height: 400px;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        border-radius: 20px;
        gap: 35px;
    }

    .bloque-2a,
    .bloque-3a,
    .bloque-4a,
    .bloque-5a {
        display: flex;
        width: 45%;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 25px;
    }

    .contenido-2a,
    .contenido-3a,
    .contenido-4a,
    .contenido-5a {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .tag-2a,
    .tag-3a,
    .tag-4a,
    .tag-5a {
        display: flex;
        width: 150px;
        height: 18px;
        justify-content: center;
        align-items: center;
        background-color: #f7f8f8;
        font-family: 'Regular';
        font-size: 11px;
        color: #666;
    }

    .bloque-2a h3,
    .bloque-3a h3,
    .bloque-4a h3,
    .bloque-5a h3 {
        font-family: 'Negrita';
        font-size: 34px;
        color: #213242;
    }

    .bloque-2a p,
    .bloque-3a p,
    .bloque-4a p,
    .bloque-5a p {
        width: 400px;
        font-family: 'Regular';
        text-align: justify;
        font-size: 12px;
        color: #213242;
    }

    .contenido-2b,
    .contenido-3b,
    .contenido-4b,
    .contenido-5b {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 18px;
    }

    .btn-2a,
    .btn-3a,
    .btn-4a,
    .btn-5a {
        display: flex;
        width: 180px;
        height: 38px;
        background-color: #e1b783;
        justify-content: center;
        align-items: center;
        border-radius: 7px;
        text-decoration: none;
        color: #213242;
        font-family: 'Negrita';
        font-size: 14px;
    }

    .btn-2a:hover,
    .btn-3a:hover,
    .btn-4a:hover,
    .btn-5a:hover {
        background-color: #213242;
        color: #fff;
    }

    .btn-2b,
    .btn-3b,
    .btn-4b,
    .btn-5b {
        display: flex;
        width: 180px;
        height: 38px;
        background-color: transparent;
        justify-content: center;
        align-items: center;
        border: none;
        text-decoration: none;
        color: #213242;
        font-family: 'Regular';
        font-size: 14px;
        gap: 8px;
    }

    .btn-2b:hover,
    .btn-3b:hover,
    .btn-4b:hover,
    .btn-5b:hover {
        color: #e1b783;
    }

    .icon-2b,
    .icon-3b,
    .icon-4b,
    .icon-5b {
        width: 18px;
        height: 18px;
    }

    .bloque-2b,
    .bloque-3b,
    .bloque-4b,
    .bloque-5b {
        display: flex;
        width: 45%;
        justify-content: center;
        align-items: center;
    }

    .tag-2b,
    .tag-3b,
    .tag-4b,
    .tag-5b {
        display: none;
    }

    .contenido-2c,
    .contenido-3c,
    .contenido-4c,
    .contenido-5c {
        width: 400px;
        height: 320px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contenido-2c img,
    .contenido-3c img,
    .contenido-4c img,
    .contenido-5c img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
}

/* 4. Tablet (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .pagina {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        background-color: #f7f8f8;
    }

    .seccion-1 {
        display: flex;
        width: 100%;
        height: 220px;
        justify-content: center;
        align-items: center;
        background-color: #213242;
        padding: 0 5%;
    }

    .modulo-11 {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 14px;
        text-align: center;
    }

    .modulo-11 h1 {
        font-family: 'Negrita';
        font-size: 32px;
        color: #f7f8f8;
    }

    .modulo-11 p {
        font-family: 'Regular';
        font-size: 15px;
        color: #f7f8f8;
    }

    .seccion-2,
    .seccion-3,
    .seccion-4,
    .seccion-5 {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
        gap: 20px;
        padding: 0 5%;
    }

    .banner-2,
    .banner-3,
    .banner-4,
    .banner-5 {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        height: 600px;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        border-radius: 15px;
        gap: 25px;
        padding: 30px;
    }

    .bloque-2a,
    .bloque-3a,
    .bloque-4a,
    .bloque-5a {
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .contenido-2a,
    .contenido-3a,
    .contenido-4a,
    .contenido-5a {
        display: flex;
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .tag-2a,
    .tag-3a,
    .tag-4a,
    .tag-5a {
        display: none;
    }

    .tag-2b,
    .tag-3b,
    .tag-4b,
    .tag-5b {
        display: flex;
        width: 140px;
        height: 18px;
        justify-content: center;
        align-items: center;
        background-color: #f7f8f8;
        font-family: 'Regular';
        font-size: 11px;
        color: #666;
    }

    .bloque-2a h3,
    .bloque-3a h3,
    .bloque-4a h3,
    .bloque-5a h3 {
        font-family: 'Negrita';
        font-size: 28px;
        color: #213242;
    }

    .bloque-2a p,
    .bloque-3a p,
    .bloque-4a p,
    .bloque-5a p {
        width: 100%;
        font-family: 'Regular';
        text-align: center;
        font-size: 13px;
        color: #213242;
    }

    .contenido-2b,
    .contenido-3b,
    .contenido-4b,
    .contenido-5b {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }

    .btn-2a,
    .btn-3a,
    .btn-4a,
    .btn-5a {
        display: flex;
        width: 180px;
        height: 38px;
        background-color: #e1b783;
        justify-content: center;
        align-items: center;
        border-radius: 7px;
        text-decoration: none;
        color: #213242;
        font-family: 'Negrita';
        font-size: 14px;
    }

    .btn-2a:hover,
    .btn-3a:hover,
    .btn-4a:hover,
    .btn-5a:hover {
        background-color: #213242;
        color: #fff;
    }

    .btn-2b,
    .btn-3b,
    .btn-4b,
    .btn-5b {
        display: flex;
        width: 180px;
        height: 38px;
        background-color: transparent;
        justify-content: center;
        align-items: center;
        border: none;
        text-decoration: none;
        color: #213242;
        font-family: 'Regular';
        font-size: 14px;
        gap: 8px;
    }

    .btn-2b:hover,
    .btn-3b:hover,
    .btn-4b:hover,
    .btn-5b:hover {
        color: #e1b783;
    }

    .icon-2b,
    .icon-3b,
    .icon-4b,
    .icon-5b {
        width: 18px;
        height: 18px;
    }

    .bloque-2b,
    .bloque-3b,
    .bloque-4b,
    .bloque-5b {
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .contenido-2c,
    .contenido-3c,
    .contenido-4c,
    .contenido-5c {
        width: 100%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contenido-2c img,
    .contenido-3c img,
    .contenido-4c img,
    .contenido-5c img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
}

/* 5. Mobile (481px - 767px) */
@media (min-width: 481px) and (max-width: 767px) {
    .pagina {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        background-color: #f7f8f8;
    }

    .seccion-1 {
        display: flex;
        width: 100%;
        height: 200px;
        justify-content: center;
        align-items: center;
        background-color: #213242;
        padding: 0 5%;
    }

    .modulo-11 {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 12px;
        text-align: center;
    }

    .modulo-11 h1 {
        font-family: 'Negrita';
        font-size: 28px;
        color: #f7f8f8;
    }

    .modulo-11 p {
        font-family: 'Regular';
        font-size: 14px;
        color: #f7f8f8;
    }

    .seccion-2,
    .seccion-3,
    .seccion-4,
    .seccion-5 {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
        gap: 15px;
        padding: 0 5%;
    }

    .banner-2,
    .banner-3,
    .banner-4,
    .banner-5 {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        height: 550px;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        border-radius: 12px;
        gap: 20px;
        padding: 25px;
    }

    .bloque-2a,
    .bloque-3a,
    .bloque-4a,
    .bloque-5a {
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 18px;
    }

    .contenido-2a,
    .contenido-3a,
    .contenido-4a,
    .contenido-5a {
        display: flex;
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .tag-2a,
    .tag-3a,
    .tag-4a,
    .tag-5a {
        display: none;
    }

    .tag-2b,
    .tag-3b,
    .tag-4b,
    .tag-5b {
        display: flex;
        width: 120px;
        height: 16px;
        justify-content: center;
        align-items: center;
        background-color: #f7f8f8;
        font-family: 'Regular';
        font-size: 10px;
        color: #666;
    }

    .bloque-2a h3,
    .bloque-3a h3,
    .bloque-4a h3,
    .bloque-5a h3 {
        font-family: 'Negrita';
        font-size: 24px;
        color: #213242;
    }

    .bloque-2a p,
    .bloque-3a p,
    .bloque-4a p,
    .bloque-5a p {
        width: 100%;
        font-family: 'Regular';
        text-align: center;
        font-size: 12px;
        color: #213242;
    }

    .contenido-2b,
    .contenido-3b,
    .contenido-4b,
    .contenido-5b {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 12px;
    }

    .btn-2a,
    .btn-3a,
    .btn-4a,
    .btn-5a {
        display: flex;
        width: 200px;
        height: 38px;
        background-color: #e1b783;
        justify-content: center;
        align-items: center;
        border-radius: 7px;
        text-decoration: none;
        color: #213242;
        font-family: 'Negrita';
        font-size: 14px;
    }

    .btn-2a:hover,
    .btn-3a:hover,
    .btn-4a:hover,
    .btn-5a:hover {
        background-color: #213242;
        color: #fff;
    }

    .btn-2b,
    .btn-3b,
    .btn-4b,
    .btn-5b {
        display: flex;
        width: 200px;
        height: 38px;
        background-color: transparent;
        justify-content: center;
        align-items: center;
        border: none;
        text-decoration: none;
        color: #213242;
        font-family: 'Regular';
        font-size: 14px;
        gap: 8px;
    }

    .btn-2b:hover,
    .btn-3b:hover,
    .btn-4b:hover,
    .btn-5b:hover {
        color: #e1b783;
    }

    .icon-2b,
    .icon-3b,
    .icon-4b,
    .icon-5b {
        width: 16px;
        height: 16px;
    }

    .bloque-2b,
    .bloque-3b,
    .bloque-4b,
    .bloque-5b {
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

    .contenido-2c,
    .contenido-3c,
    .contenido-4c,
    .contenido-5c {
        width: 100%;
        height: 250px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contenido-2c img,
    .contenido-3c img,
    .contenido-4c img,
    .contenido-5c img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
}

/* 6. Mobile Small (320px - 480px) */
@media (min-width: 320px) and (max-width: 480px) {
    .pagina {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        background-color: #f7f8f8;
    }

    .seccion-1 {
        display: flex;
        width: 100%;
        height: 180px;
        justify-content: center;
        align-items: center;
        background-color: #213242;
        padding: 0 5%;
    }

    .modulo-11 {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 10px;
        text-align: center;
    }

    .modulo-11 h1 {
        font-family: 'Negrita';
        font-size: 24px;
        color: #f7f8f8;
    }

    .modulo-11 p {
        font-family: 'Regular';
        font-size: 12px;
        color: #f7f8f8;
    }

    .seccion-2,
    .seccion-3,
    .seccion-4,
    .seccion-5 {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
        gap: 12px;
        padding: 0 5%;
    }

    .banner-2,
    .banner-3,
    .banner-4,
    .banner-5 {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        height: 520px;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        border-radius: 10px;
        gap: 18px;
        padding: 20px;
    }

    .bloque-2a,
    .bloque-3a,
    .bloque-4a,
    .bloque-5a {
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }

    .contenido-2a,
    .contenido-3a,
    .contenido-4a,
    .contenido-5a {
        display: flex;
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .tag-2a,
    .tag-3a,
    .tag-4a,
    .tag-5a {
        display: none;
    }

    .tag-2b,
    .tag-3b,
    .tag-4b,
    .tag-5b {
        display: flex;
        width: 110px;
        height: 14px;
        justify-content: center;
        align-items: center;
        background-color: #f7f8f8;
        font-family: 'Regular';
        font-size: 9px;
        color: #666;
    }

    .bloque-2a h3,
    .bloque-3a h3,
    .bloque-4a h3,
    .bloque-5a h3 {
        font-family: 'Negrita';
        font-size: 20px;
        color: #213242;
    }

    .bloque-2a p,
    .bloque-3a p,
    .bloque-4a p,
    .bloque-5a p {
        width: 100%;
        font-family: 'Regular';
        text-align: center;
        font-size: 11px;
        color: #213242;
    }

    .contenido-2b,
    .contenido-3b,
    .contenido-4b,
    .contenido-5b {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .btn-2a,
    .btn-3a,
    .btn-4a,
    .btn-5a {
        display: flex;
        width: 180px;
        height: 36px;
        background-color: #e1b783;
        justify-content: center;
        align-items: center;
        border-radius: 7px;
        text-decoration: none;
        color: #213242;
        font-family: 'Negrita';
        font-size: 13px;
    }

    .btn-2a:hover,
    .btn-3a:hover,
    .btn-4a:hover,
    .btn-5a:hover {
        background-color: #213242;
        color: #fff;
    }

    .btn-2b,
    .btn-3b,
    .btn-4b,
    .btn-5b {
        display: flex;
        width: 180px;
        height: 36px;
        background-color: transparent;
        justify-content: center;
        align-items: center;
        border: none;
        text-decoration: none;
        color: #213242;
        font-family: 'Regular';
        font-size: 13px;
        gap: 8px;
    }

    .btn-2b:hover,
    .btn-3b:hover,
    .btn-4b:hover,
    .btn-5b:hover {
        color: #e1b783;
    }

    .icon-2b,
    .icon-3b,
    .icon-4b,
    .icon-5b {
        width: 16px;
        height: 16px;
    }

    .bloque-2b,
    .bloque-3b,
    .bloque-4b,
    .bloque-5b {
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

    .contenido-2c,
    .contenido-3c,
    .contenido-4c,
    .contenido-5c {
        width: 100%;
        height: 220px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contenido-2c img,
    .contenido-3c img,
    .contenido-4c img,
    .contenido-5c img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
}