﻿.personasEligenSec{
    background-color: #EAF5FF;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0px;
}

.contentPersonaEligen{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contentPersonaEligen h1{
    text-transform: none;
    color: black !important;
    margin-bottom: 40px !important;
    font-size: 28px !important;
    text-align: center;
    width: 100%;
}

.contenido1Personas{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.contenidoCajas{
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 50px;
}

.cajasEligen{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: start;
}

.cajasEligen img{
    margin-bottom: 20px;
    width: 65px;
    height: 65px;
}

.cajasEligen h4{
    color: black;
    text-transform: none;
    margin-bottom: 10px;
    font-size: 18px !important;
}

.cajasEligen p{
    color: black;
    text-align: center;
    width: 290px;
    font-size: 18px !important;
}

.contenido2Personas{
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.contenido2Personas h2{
    color: black;
    font-size: 24px;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 30px;
}

.textoAzul{
    color: #00709E !important;
}

.lineaSeparadora{
    background-color: #DADADA;
    display: none;
    width: 100%;
    height: 1px;
    margin: 40px 0px;
}

.bannerMovilPersonasEligen{
    display: none;
    width: 100%;
}

@media (max-width: 768px) {
    .contenido2Personas {
        justify-content: center;
        display: flex
    ;
        align-items: center;
        flex-direction: column;
    }

    .personasEligenSec {
        background-color: #EAF5FF;
        width: 100%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        padding: 40px 0px;
    }

    .lineaSeparadora{
        display: block;
    }
    

    .contenidoCajas {
        display: flex
    ;
        justify-content: start;
        align-items: start;
        gap: 20px;
        flex-direction: column;
    }

    .cajasEligen {
        display: flex
    ;
        align-items: start;
        flex-direction: column;
        justify-content: start;
    }

    .cajasEligen h4 {
        color: black;
        text-transform: none;
        margin-bottom: 10px;
        text-align: left;
        width: 100%;
    }

    .cajasEligen p {
        color: black;
        text-align: start;
        width: 90%;
    }

    .contenido1Personas {
        display: flex
    ;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        margin-bottom: 0px;
    }

    .contentPersonaEligen h1 {
        text-transform: none;
        color: black !important;
        margin-bottom: 40px !important;
        font-size: 26px !important;
        text-align: left;
        width: 100%;
    }

    .contenido2Personas h2 {
        color: black;
        font-size: 26px;
        text-transform: none;
        font-weight: 400;
        margin-bottom: 30px;
        text-align: left;
        width: 100%;
        font-weight: bold;
    }

    .bannerMovilPersonasEligen{
        display: block;
    }
}