.encuesta_portada {
    width: 100vw;
    height: 280px;
    margin-top: 200px;
}

.logo_portada {
    background-image: url("../img/logo_blanco.svg");
    background-repeat: no-repeat;
    height: 880px;
    background-position-x: calc(100% + 420px);
    background-position-y: calc(100% - 100px);
    position: relative;
}

#encuesta_portada_capital_humano {
    background: linear-gradient(
        275deg,
        rgb(4, 116, 221) 50%,
        rgb(221, 221, 10) 100%
    );
    overflow: hidden;
}

#encuesta_portada_mercado_laboral {
    background: linear-gradient(
        275deg,
        rgb(4, 116, 221) 40%,
        rgb(221, 10, 221) 100%
    );
    overflow: hidden;
}

#encuesta_portada_salarial_indirecto {
    background: linear-gradient(
        275deg,
        rgb(221, 10, 221) 40%,
        rgb(151, 210, 73) 100%
    );
    overflow: hidden;
}

#encuesta_portada_seguridad_industrial {
    background: linear-gradient(
        275deg,
        rgb(221, 221, 10) 40%,
        rgb(151, 210, 73) 100%
    );
    overflow: hidden;
}

#encuesta_portada_seguridad_patrimonial {
    background: linear-gradient(
        275deg,
        rgb(221, 221, 10) 40%,
        rgb(221, 10, 221) 100%
    );
    overflow: hidden;
}

#encuesta_portada_perspectiva_directivos {
    background: linear-gradient(
        275deg,
        rgb(151, 210, 73) 40%,
        rgb(4, 116, 221) 100%
    );
    overflow: hidden;
}

.descripcion_encuesta_box {
    padding: 8rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.descripcion_encuesta_box p {
    font-size: 20px;
}
.descripcion_encuesta_box h2 {
    color: #0474dd;
    font-size: 80px;
    font-weight: 600;
}

@media screen and (max-width: 1200px) {
    .descripcion_encuesta_box h2 {
        color: #0474dd;
        font-size: 50px;
        font-weight: 600;
    }

    .descripcion_encuesta_box {
        padding: 5rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .encuesta_portada {
        height: 200px;
        margin-top: 140px;
    }

    .logo_portada {
        background-position-x: calc(100% + 200px);
        background-position-y: calc(100% - 420px);
    }
}

@media screen and (max-width: 450px) {
    .descripcion_encuesta_box {
        padding: 2rem;
    }

    .descripcion_encuesta_box h2 {
        color: #0474dd;
        font-size: 35px;
        font-weight: 600;
    }

    .logo_portada {
        background-position-x: calc(100% + 130px);
        background-position-y: calc(100% - 600px);
    }
}
