/* TALENTO - Estilos para la página de talento */

@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;
        gap: 60px;
        background-color: #f7f8f8;
    }

    /* Sección 1 - Hero */
    .seccion-1 {
        display: flex;
        width: 100%;
        height: 400px;
        justify-content: center;
        align-items: center;
    }

    .modulo-11 {
        display: flex;
        flex-direction: column;
        width: 1200px;
        height: 300px;
        gap: 20px;
        text-align: center;
        align-items: center;
        justify-content: center;
        background-image: url('../../recursos/img/inicio/seguridad_empresarial_marketing70-2026.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 7px;
        position: relative;
        overflow: hidden;
    }

    .modulo-11::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(33, 50, 66, 0.85);
        z-index: 0;
    }

    .contenido-111 {
        font-family: 'Negrita';
        font-size: 48px;
        color: #f7f8f8;
        line-height: 1.2;
        position: relative;
        z-index: 5;
    }

    .contenido-111 span {
        color: #e1b783;
    }

    .contenido-112 {
        font-family: 'Regular';
        font-size: 20px;
        color: #f7f8f8;
        position: relative;
        z-index: 5;
    }

    .btn-111 {
        display: flex;
        width: 300px;
        height: 50px;
        background-color: #e1b783;
        justify-content: center;
        align-items: center;
        border-radius: 7px;
        text-decoration: none;
        color: #213242;
        transition: background-color 0.3s ease;
        position: relative;
        z-index: 5;
    }

    .btn-111:hover {
        background-color: #213242;
        color: #fff;
    }

    .btn-111 h5 {
        font-family: 'Negrita';
        font-size: 16px;
        color: inherit;
    }

    /* Sección 2 - Únete a un equipo */
    .seccion-2 {
        display: flex;
        width: 100%;
        height: 650px;
        justify-content: center;
        align-items: center;
        background-color: #fff;
    }

    .modulo-21 {
        display: flex;
        flex-direction: column;
        width: 1200px;
        height: 550px;
        gap: 50px;
        align-items: center;
        justify-content: center;
    }

    .titulo-21 {
        font-family: 'Negrita';
        font-size: 36px;
        color: #213242;
        text-align: center;
    }

    .grid-21 {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: flex-start;
        gap: 30px;
    }

    .tarjeta-211 {
        display: flex;
        flex-direction: column;
        width: 270px;
        gap: 15px;
    }

    .titulo-2111 {
        font-family: 'Negrita';
        font-size: 22px;
        color: #213242;
    }

    .parrafo-2111 {
        font-family: 'Regular';
        font-size: 15px;
        color: #213242;
        line-height: 1.6;
    }

    /* Sección 3 - Áreas de desarrollo */
    .seccion-3 {
        display: flex;
        width: 100%;
        height: 600px;
        justify-content: center;
        align-items: center;
        background-color: #f7f8f8;
    }

    .modulo-31 {
        display: flex;
        flex-direction: column;
        width: 1200px;
        gap: 50px;
        align-items: center;
        justify-content: center;
    }

    .titulo-31 {
        font-family: 'Negrita';
        font-size: 36px;
        color: #213242;
        text-align: center;
    }

    .grid-31 {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
    }

    .tarjeta-311 {
        display: flex;
        flex-direction: column;
        width: 270px;
        height: 320px;
        background-color: #fff;
        border-radius: 7px;
        overflow: hidden;
        justify-content: flex-end;
        align-items: center;
        border: 2px solid transparent;
        transition: border-color 0.3s ease;
    }

    .tarjeta-311:hover {
        border-color: #e1b783;
    }

    .imagen-3111 {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

    .titulo-3111 {
        font-family: 'Negrita';
        font-size: 18px;
        color: #213242;
        padding: 20px;
        text-align: center;
    }

    /* Sección 4 - Cómo es trabajar */
    .seccion-4 {
        display: flex;
        width: 100%;
        height: 500px;
        justify-content: center;
        align-items: center;
        background-color: #fff;
    }

    .modulo-41 {
        display: flex;
        flex-direction: column;
        width: 1200px;
        gap: 50px;
        align-items: center;
        justify-content: center;
    }

    .titulo-41 {
        font-family: 'Negrita';
        font-size: 36px;
        color: #213242;
        text-align: center;
    }

    .grid-41 {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        gap: 40px;
    }

    .columna-411,
    .columna-413 {
        display: flex;
        flex-direction: column;
        width: 350px;
        gap: 15px;
    }

    .columna-412 {
        display: flex;
        width: 400px;
        justify-content: center;
        align-items: center;
    }

    .imagen-4121 {
        width: 100%;
        height: auto;
        border-radius: 7px;
    }

    .titulo-4111,
    .titulo-4131 {
        font-family: 'Negrita';
        font-size: 22px;
        color: #213242;
    }

    .parrafo-4111,
    .parrafo-4131 {
        font-family: 'Regular';
        font-size: 15px;
        color: #213242;
        line-height: 1.6;
    }
}

/* 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;
        gap: 55px;
        background-color: #f7f8f8;
    }

    .seccion-1 {
        display: flex;
        width: 100%;
        height: 380px;
        justify-content: center;
        align-items: center;
    }

    .modulo-11 {
        display: flex;
        flex-direction: column;
        width: 1100px;
        height: 280px;
        gap: 18px;
        text-align: center;
        align-items: center;
        justify-content: center;
        background-image: url('../../recursos/img/inicio/seguridad_empresarial_marketing70-2026.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 7px;
        position: relative;
        overflow: hidden;
    }

    .modulo-11::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(33, 50, 66, 0.85);
        z-index: 0;
    }

    .contenido-111 {
        font-family: 'Negrita';
        font-size: 44px;
        color: #f7f8f8;
        line-height: 1.2;
        position: relative;
        z-index: 5;
    }

    .contenido-111 span {
        color: #e1b783;
    }

    .contenido-112 {
        font-family: 'Regular';
        font-size: 18px;
        color: #f7f8f8;
        position: relative;
        z-index: 5;
    }

    .btn-111 {
        display: flex;
        width: 280px;
        height: 48px;
        background-color: #e1b783;
        justify-content: center;
        align-items: center;
        border-radius: 7px;
        text-decoration: none;
        color: #213242;
        transition: background-color 0.3s ease;
        position: relative;
        z-index: 5;
    }

    .btn-111:hover {
        background-color: #213242;
        color: #fff;
    }

    .btn-111 h5 {
        font-family: 'Negrita';
        font-size: 15px;
        color: inherit;
    }

    .seccion-2 {
        display: flex;
        width: 100%;
        height: 620px;
        justify-content: center;
        align-items: center;
        background-color: #fff;
    }

    .modulo-21 {
        display: flex;
        flex-direction: column;
        width: 1100px;
        height: 520px;
        gap: 45px;
        align-items: center;
        justify-content: center;
    }

    .titulo-21 {
        font-family: 'Negrita';
        font-size: 34px;
        color: #213242;
        text-align: center;
    }

    .grid-21 {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: flex-start;
        gap: 25px;
    }

    .tarjeta-211 {
        display: flex;
        flex-direction: column;
        width: 250px;
        gap: 14px;
    }

    .titulo-2111 {
        font-family: 'Negrita';
        font-size: 20px;
        color: #213242;
    }

    .parrafo-2111 {
        font-family: 'Regular';
        font-size: 14px;
        color: #213242;
        line-height: 1.6;
    }

    .seccion-3 {
        display: flex;
        width: 100%;
        height: 580px;
        justify-content: center;
        align-items: center;
        background-color: #f7f8f8;
    }

    .modulo-31 {
        display: flex;
        flex-direction: column;
        width: 1100px;
        gap: 45px;
        align-items: center;
        justify-content: center;
    }

    .titulo-31 {
        font-family: 'Negrita';
        font-size: 34px;
        color: #213242;
        text-align: center;
    }

    .grid-31 {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        gap: 25px;
    }

    .tarjeta-311 {
        display: flex;
        flex-direction: column;
        width: 250px;
        height: 300px;
        background-color: #fff;
        border-radius: 7px;
        overflow: hidden;
        justify-content: flex-end;
        align-items: center;
        border: 2px solid transparent;
        transition: border-color 0.3s ease;
    }

    .tarjeta-311:hover {
        border-color: #e1b783;
    }

    .imagen-3111 {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .titulo-3111 {
        font-family: 'Negrita';
        font-size: 17px;
        color: #213242;
        padding: 18px;
        text-align: center;
    }

    .seccion-4 {
        display: flex;
        width: 100%;
        height: 480px;
        justify-content: center;
        align-items: center;
        background-color: #fff;
    }

    .modulo-41 {
        display: flex;
        flex-direction: column;
        width: 1100px;
        gap: 45px;
        align-items: center;
        justify-content: center;
    }

    .titulo-41 {
        font-family: 'Negrita';
        font-size: 34px;
        color: #213242;
        text-align: center;
    }

    .grid-41 {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        gap: 35px;
    }

    .columna-411,
    .columna-413 {
        display: flex;
        flex-direction: column;
        width: 320px;
        gap: 14px;
    }

    .columna-412 {
        display: flex;
        width: 380px;
        justify-content: center;
        align-items: center;
    }

    .imagen-4121 {
        width: 100%;
        height: auto;
        border-radius: 7px;
    }

    .titulo-4111,
    .titulo-4131 {
        font-family: 'Negrita';
        font-size: 20px;
        color: #213242;
    }

    .parrafo-4111,
    .parrafo-4131 {
        font-family: 'Regular';
        font-size: 14px;
        color: #213242;
        line-height: 1.6;
    }
}

/* 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;
        gap: 50px;
        background-color: #f7f8f8;
    }

    .seccion-1 {
        display: flex;
        width: 100%;
        height: 360px;
        justify-content: center;
        align-items: center;
    }

    .modulo-11 {
        display: flex;
        flex-direction: column;
        width: 950px;
        height: 260px;
        gap: 16px;
        text-align: center;
        align-items: center;
        justify-content: center;
        background-image: url('../../recursos/img/inicio/seguridad_empresarial_marketing70-2026.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 7px;
        position: relative;
        overflow: hidden;
    }

    .modulo-11::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(33, 50, 66, 0.85);
        z-index: 0;
    }

    .contenido-111 {
        font-family: 'Negrita';
        font-size: 40px;
        color: #f7f8f8;
        line-height: 1.2;
        position: relative;
        z-index: 5;
    }

    .contenido-111 span {
        color: #e1b783;
    }

    .contenido-112 {
        font-family: 'Regular';
        font-size: 17px;
        color: #f7f8f8;
        position: relative;
        z-index: 5;
    }

    .btn-111 {
        display: flex;
        width: 260px;
        height: 46px;
        background-color: #e1b783;
        justify-content: center;
        align-items: center;
        border-radius: 7px;
        text-decoration: none;
        color: #213242;
        transition: background-color 0.3s ease;
        position: relative;
        z-index: 5;
    }

    .btn-111:hover {
        background-color: #213242;
        color: #fff;
    }

    .btn-111 h5 {
        font-family: 'Negrita';
        font-size: 15px;
        color: inherit;
    }

    .seccion-2 {
        display: flex;
        width: 100%;
        height: 590px;
        justify-content: center;
        align-items: center;
        background-color: #fff;
    }

    .modulo-21 {
        display: flex;
        flex-direction: column;
        width: 950px;
        height: 490px;
        gap: 40px;
        align-items: center;
        justify-content: center;
    }

    .titulo-21 {
        font-family: 'Negrita';
        font-size: 32px;
        color: #213242;
        text-align: center;
    }

    .grid-21 {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: flex-start;
        gap: 22px;
    }

    .tarjeta-211 {
        display: flex;
        flex-direction: column;
        width: 220px;
        gap: 13px;
    }

    .titulo-2111 {
        font-family: 'Negrita';
        font-size: 19px;
        color: #213242;
    }

    .parrafo-2111 {
        font-family: 'Regular';
        font-size: 14px;
        color: #213242;
        line-height: 1.6;
    }

    .seccion-3 {
        display: flex;
        width: 100%;
        height: 560px;
        justify-content: center;
        align-items: center;
        background-color: #f7f8f8;
    }

    .modulo-31 {
        display: flex;
        flex-direction: column;
        width: 950px;
        gap: 40px;
        align-items: center;
        justify-content: center;
    }

    .titulo-31 {
        font-family: 'Negrita';
        font-size: 32px;
        color: #213242;
        text-align: center;
    }

    .grid-31 {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        gap: 22px;
    }

    .tarjeta-311 {
        display: flex;
        flex-direction: column;
        width: 220px;
        height: 280px;
        background-color: #fff;
        border-radius: 7px;
        overflow: hidden;
        justify-content: flex-end;
        align-items: center;
        border: 2px solid transparent;
        transition: border-color 0.3s ease;
    }

    .tarjeta-311:hover {
        border-color: #e1b783;
    }

    .imagen-3111 {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }

    .titulo-3111 {
        font-family: 'Negrita';
        font-size: 16px;
        color: #213242;
        padding: 16px;
        text-align: center;
    }

    .seccion-4 {
        display: flex;
        width: 100%;
        height: 460px;
        justify-content: center;
        align-items: center;
        background-color: #fff;
    }

    .modulo-41 {
        display: flex;
        flex-direction: column;
        width: 950px;
        gap: 40px;
        align-items: center;
        justify-content: center;
    }

    .titulo-41 {
        font-family: 'Negrita';
        font-size: 32px;
        color: #213242;
        text-align: center;
    }

    .grid-41 {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
    }

    .columna-411,
    .columna-413 {
        display: flex;
        flex-direction: column;
        width: 280px;
        gap: 13px;
    }

    .columna-412 {
        display: flex;
        width: 340px;
        justify-content: center;
        align-items: center;
    }

    .imagen-4121 {
        width: 100%;
        height: auto;
        border-radius: 7px;
    }

    .titulo-4111,
    .titulo-4131 {
        font-family: 'Negrita';
        font-size: 19px;
        color: #213242;
    }

    .parrafo-4111,
    .parrafo-4131 {
        font-family: 'Regular';
        font-size: 14px;
        color: #213242;
        line-height: 1.6;
    }
}

/* 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;
        gap: 40px;
        background-color: #f7f8f8;
    }

    .seccion-1 {
        display: flex;
        width: 100%;
        height: auto;
        justify-content: center;
        align-items: center;
        padding: 40px 0;
    }

    .modulo-11 {
        display: flex;
        flex-direction: column;
        width: 700px;
        height: 240px;
        gap: 15px;
        text-align: center;
        align-items: center;
        justify-content: center;
        background-image: url('../../recursos/img/inicio/seguridad_empresarial_marketing70-2026.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 7px;
        position: relative;
        overflow: hidden;
    }

    .modulo-11::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(33, 50, 66, 0.85);
        z-index: 0;
    }

    .contenido-111 {
        font-family: 'Negrita';
        font-size: 34px;
        color: #f7f8f8;
        line-height: 1.2;
        position: relative;
        z-index: 5;
    }

    .contenido-111 span {
        color: #e1b783;
    }

    .contenido-112 {
        font-family: 'Regular';
        font-size: 16px;
        color: #f7f8f8;
        position: relative;
        z-index: 5;
    }

    .btn-111 {
        display: flex;
        width: 240px;
        height: 44px;
        background-color: #e1b783;
        justify-content: center;
        align-items: center;
        border-radius: 7px;
        text-decoration: none;
        color: #213242;
        transition: background-color 0.3s ease;
        position: relative;
        z-index: 5;
    }

    .btn-111:hover {
        background-color: #213242;
        color: #fff;
    }

    .btn-111 h5 {
        font-family: 'Negrita';
        font-size: 14px;
        color: inherit;
    }

    .seccion-2 {
        display: flex;
        width: 100%;
        height: auto;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        padding: 60px 0;
    }

    .modulo-21 {
        display: flex;
        flex-direction: column;
        width: 700px;
        gap: 35px;
        align-items: center;
        justify-content: center;
    }

    .titulo-21 {
        font-family: 'Negrita';
        font-size: 28px;
        color: #213242;
        text-align: center;
    }

    .grid-21 {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

    .tarjeta-211 {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }

    .titulo-2111 {
        font-family: 'Negrita';
        font-size: 18px;
        color: #213242;
    }

    .parrafo-2111 {
        font-family: 'Regular';
        font-size: 14px;
        color: #213242;
        line-height: 1.6;
    }

    .seccion-3 {
        display: flex;
        width: 100%;
        height: auto;
        justify-content: center;
        align-items: center;
        background-color: #f7f8f8;
        padding: 60px 0;
    }

    .modulo-31 {
        display: flex;
        flex-direction: column;
        width: 700px;
        gap: 35px;
        align-items: center;
        justify-content: center;
    }

    .titulo-31 {
        font-family: 'Negrita';
        font-size: 28px;
        color: #213242;
        text-align: center;
    }

    .grid-31 {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
    }

    .tarjeta-311 {
        display: flex;
        flex-direction: column;
        width: calc(50% - 10px);
        height: 260px;
        background-color: #fff;
        border-radius: 7px;
        overflow: hidden;
        justify-content: flex-end;
        align-items: center;
        border: 2px solid transparent;
        transition: border-color 0.3s ease;
    }

    .tarjeta-311:hover {
        border-color: #e1b783;
    }

    .imagen-3111 {
        width: 100%;
        height: 170px;
        object-fit: cover;
    }

    .titulo-3111 {
        font-family: 'Negrita';
        font-size: 15px;
        color: #213242;
        padding: 15px;
        text-align: center;
    }

    .seccion-4 {
        display: flex;
        width: 100%;
        height: auto;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        padding: 60px 0;
    }

    .modulo-41 {
        display: flex;
        flex-direction: column;
        width: 700px;
        gap: 35px;
        align-items: center;
        justify-content: center;
    }

    .titulo-41 {
        font-family: 'Negrita';
        font-size: 28px;
        color: #213242;
        text-align: center;
    }

    .grid-41 {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

    .columna-411,
    .columna-413 {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }

    .columna-412 {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .imagen-4121 {
        width: 100%;
        height: auto;
        border-radius: 7px;
    }

    .titulo-4111,
    .titulo-4131 {
        font-family: 'Negrita';
        font-size: 18px;
        color: #213242;
    }

    .parrafo-4111,
    .parrafo-4131 {
        font-family: 'Regular';
        font-size: 14px;
        color: #213242;
        line-height: 1.6;
    }
}

/* 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;
        gap: 35px;
        background-color: #f7f8f8;
    }

    .seccion-1 {
        display: flex;
        width: 100%;
        height: auto;
        justify-content: center;
        align-items: center;
        padding: 35px 0;
    }

    .modulo-11 {
        display: flex;
        flex-direction: column;
        width: 90%;
        height: 220px;
        gap: 13px;
        text-align: center;
        align-items: center;
        justify-content: center;
        background-image: url('../../recursos/img/inicio/seguridad_empresarial_marketing70-2026.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 7px;
        position: relative;
        overflow: hidden;
    }

    .modulo-11::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(33, 50, 66, 0.85);
        z-index: 0;
    }

    .contenido-111 {
        font-family: 'Negrita';
        font-size: 28px;
        color: #f7f8f8;
        line-height: 1.2;
        position: relative;
        z-index: 5;
    }

    .contenido-111 span {
        color: #e1b783;
    }

    .contenido-112 {
        font-family: 'Regular';
        font-size: 15px;
        color: #f7f8f8;
        position: relative;
        z-index: 5;
    }

    .btn-111 {
        display: flex;
        width: 220px;
        height: 42px;
        background-color: #e1b783;
        justify-content: center;
        align-items: center;
        border-radius: 7px;
        text-decoration: none;
        color: #213242;
        transition: background-color 0.3s ease;
        position: relative;
        z-index: 5;
    }

    .btn-111:hover {
        background-color: #213242;
        color: #fff;
    }

    .btn-111 h5 {
        font-family: 'Negrita';
        font-size: 13px;
        color: inherit;
    }

    .seccion-2 {
        display: flex;
        width: 100%;
        height: auto;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        padding: 50px 0;
    }

    .modulo-21 {
        display: flex;
        flex-direction: column;
        width: 90%;
        gap: 30px;
        align-items: center;
        justify-content: center;
    }

    .titulo-21 {
        font-family: 'Negrita';
        font-size: 24px;
        color: #213242;
        text-align: center;
    }

    .grid-21 {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 25px;
    }

    .tarjeta-211 {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 11px;
    }

    .titulo-2111 {
        font-family: 'Negrita';
        font-size: 17px;
        color: #213242;
    }

    .parrafo-2111 {
        font-family: 'Regular';
        font-size: 13px;
        color: #213242;
        line-height: 1.6;
    }

    .seccion-3 {
        display: flex;
        width: 100%;
        height: auto;
        justify-content: center;
        align-items: center;
        background-color: #f7f8f8;
        padding: 50px 0;
    }

    .modulo-31 {
        display: flex;
        flex-direction: column;
        width: 90%;
        gap: 30px;
        align-items: center;
        justify-content: center;
    }

    .titulo-31 {
        font-family: 'Negrita';
        font-size: 24px;
        color: #213242;
        text-align: center;
    }

    .grid-31 {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .tarjeta-311 {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 240px;
        background-color: #fff;
        border-radius: 7px;
        overflow: hidden;
        justify-content: flex-end;
        align-items: center;
        border: 2px solid transparent;
        transition: border-color 0.3s ease;
    }

    .tarjeta-311:hover {
        border-color: #e1b783;
    }

    .imagen-3111 {
        width: 100%;
        height: 160px;
        object-fit: cover;
    }

    .titulo-3111 {
        font-family: 'Negrita';
        font-size: 15px;
        color: #213242;
        padding: 14px;
        text-align: center;
    }

    .seccion-4 {
        display: flex;
        width: 100%;
        height: auto;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        padding: 50px 0;
    }

    .modulo-41 {
        display: flex;
        flex-direction: column;
        width: 90%;
        gap: 30px;
        align-items: center;
        justify-content: center;
    }

    .titulo-41 {
        font-family: 'Negrita';
        font-size: 24px;
        color: #213242;
        text-align: center;
    }

    .grid-41 {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 25px;
    }

    .columna-411,
    .columna-413 {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 11px;
    }

    .columna-412 {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .imagen-4121 {
        width: 100%;
        height: auto;
        border-radius: 7px;
    }

    .titulo-4111,
    .titulo-4131 {
        font-family: 'Negrita';
        font-size: 17px;
        color: #213242;
    }

    .parrafo-4111,
    .parrafo-4131 {
        font-family: 'Regular';
        font-size: 13px;
        color: #213242;
        line-height: 1.6;
    }
}

/* 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;
        gap: 30px;
        background-color: #f7f8f8;
    }

    .seccion-1 {
        display: flex;
        width: 100%;
        height: auto;
        justify-content: center;
        align-items: center;
        padding: 30px 0;
    }

    .modulo-11 {
        display: flex;
        flex-direction: column;
        width: 90%;
        height: 200px;
        gap: 12px;
        text-align: center;
        align-items: center;
        justify-content: center;
        background-image: url('../../recursos/img/inicio/seguridad_empresarial_marketing70-2026.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 7px;
        position: relative;
        overflow: hidden;
    }

    .modulo-11::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(33, 50, 66, 0.85);
        z-index: 0;
    }

    .contenido-111 {
        font-family: 'Negrita';
        font-size: 24px;
        color: #f7f8f8;
        line-height: 1.2;
        position: relative;
        z-index: 5;
    }

    .contenido-111 span {
        color: #e1b783;
    }

    .contenido-112 {
        font-family: 'Regular';
        font-size: 14px;
        color: #f7f8f8;
        position: relative;
        z-index: 5;
    }

    .btn-111 {
        display: flex;
        width: 200px;
        height: 40px;
        background-color: #e1b783;
        justify-content: center;
        align-items: center;
        border-radius: 7px;
        text-decoration: none;
        color: #213242;
        transition: background-color 0.3s ease;
        position: relative;
        z-index: 5;
    }

    .btn-111:hover {
        background-color: #213242;
        color: #fff;
    }

    .btn-111 h5 {
        font-family: 'Negrita';
        font-size: 13px;
        color: inherit;
    }

    .seccion-2 {
        display: flex;
        width: 100%;
        height: auto;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        padding: 45px 0;
    }

    .modulo-21 {
        display: flex;
        flex-direction: column;
        width: 90%;
        gap: 28px;
        align-items: center;
        justify-content: center;
    }

    .titulo-21 {
        font-family: 'Negrita';
        font-size: 22px;
        color: #213242;
        text-align: center;
    }

    .grid-21 {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 22px;
    }

    .tarjeta-211 {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    .titulo-2111 {
        font-family: 'Negrita';
        font-size: 16px;
        color: #213242;
    }

    .parrafo-2111 {
        font-family: 'Regular';
        font-size: 13px;
        color: #213242;
        line-height: 1.6;
    }

    .seccion-3 {
        display: flex;
        width: 100%;
        height: auto;
        justify-content: center;
        align-items: center;
        background-color: #f7f8f8;
        padding: 45px 0;
    }

    .modulo-31 {
        display: flex;
        flex-direction: column;
        width: 90%;
        gap: 28px;
        align-items: center;
        justify-content: center;
    }

    .titulo-31 {
        font-family: 'Negrita';
        font-size: 22px;
        color: #213242;
        text-align: center;
    }

    .grid-31 {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 18px;
    }

    .tarjeta-311 {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 220px;
        background-color: #fff;
        border-radius: 7px;
        overflow: hidden;
        justify-content: flex-end;
        align-items: center;
        border: 2px solid transparent;
        transition: border-color 0.3s ease;
    }

    .tarjeta-311:hover {
        border-color: #e1b783;
    }

    .imagen-3111 {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }

    .titulo-3111 {
        font-family: 'Negrita';
        font-size: 14px;
        color: #213242;
        padding: 12px;
        text-align: center;
    }

    .seccion-4 {
        display: flex;
        width: 100%;
        height: auto;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        padding: 45px 0;
    }

    .modulo-41 {
        display: flex;
        flex-direction: column;
        width: 90%;
        gap: 28px;
        align-items: center;
        justify-content: center;
    }

    .titulo-41 {
        font-family: 'Negrita';
        font-size: 22px;
        color: #213242;
        text-align: center;
    }

    .grid-41 {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 22px;
    }

    .columna-411,
    .columna-413 {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    .columna-412 {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .imagen-4121 {
        width: 100%;
        height: auto;
        border-radius: 7px;
    }

    .titulo-4111,
    .titulo-4131 {
        font-family: 'Negrita';
        font-size: 16px;
        color: #213242;
    }

    .parrafo-4111,
    .parrafo-4131 {
        font-family: 'Regular';
        font-size: 13px;
        color: #213242;
        line-height: 1.6;
    }
}