<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.people-careers{
    background-color: var(--black01);
    max-width: var(--acotado);
    margin: 0 auto;
    width: 100%;
}

.people-careers .titulo &gt; *{
    font-weight: 600;
    color: var(--white01);
}
.people-careers .grid-personas{
    display: grid;
    margin: 0 auto;
    gap: 30px;
}
.people-careers .grid-personas .persona{
    display: flex;
    width: 100%;
}

.people-careers .grid-personas .persona .col-1{
    background-color: var(--black02);    
    width: 100%;
    padding: 30px;
}
.people-careers .grid-personas .persona .col-1 .nombre{
    margin-bottom: 6px;
    color: var(--white01);
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}
.people-careers .grid-personas .persona .col-1 .cargo{
    margin-bottom: 50px;
    color: var(--white01);
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}
.people-careers .grid-personas .persona .col-1 .biografia{
    color: var(--white00);
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.people-careers .grid-personas .persona .col-2{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 768px){
    .people-careers{
        padding-top: 44px;
        padding-bottom: 44px;
    }
    .people-careers .titulo{
        margin-left: 26px;
    }
    .people-careers .grid-personas .persona .col-2{
        /*height: 254px;*/
        max-width: 100%;
        width: 100%;
        padding-top: 75%;
    }
    .people-careers .grid-personas {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .people-careers .grid-personas .persona{
        grid-row: inherit;
        grid-column: inherit;
        flex-direction: column-reverse;
        height: auto;
        max-width: calc(100% - 52px);
        margin: 0 auto;
    }
    .people-careers .grid-personas .persona .col-1{
        max-width: 100%;
    }
}
@media only screen and (min-width: 768px){
    
}
@media only screen and (min-width: 768px) and (max-width:1440px){
    .people-careers .grid-personas .persona .col-2{
        width: 154px;
        height: 154px;
    }
}
@media only screen and (min-width: 768px) and (max-width:1024px){
    .people-careers{
        padding: 30px 63px;
    }
    .people-careers .grid-personas .persona{
        height: 250px;
    }
    .people-careers .grid-personas .persona .col-1{
        max-width: 393px;
    }
    .people-careers .grid-personas .persona:nth-of-type(2),
    .people-careers .grid-personas .persona:nth-of-type(4){
        justify-content: end;
    }
    .people-careers .grid-personas .persona:nth-of-type(1),
    .people-careers .grid-personas .persona:nth-of-type(3){
        justify-content: start;
    }
}
@media only screen and (max-width: 1024px){
    .people-careers .titulo{
        margin-bottom: 30px;
    }
    .people-careers .titulo &gt; *{
        font-size: 40px;
        line-height: 44px;
    }
}
@media only screen and (min-width: 1024px){
    .people-careers .grid-personas .persona{
        height: 400px;
    }
    .people-careers .titulo{
        margin-bottom: 60px;
    }
    .people-careers .titulo &gt; *{
        font-size: 64px;
        line-height: 70px;
    }
    .people-careers .grid-personas{
        grid-template-columns: 420px 420px;
        gap: 30px;
        margin: 0 auto;
        max-width: 870px;
    }
    .people-careers .grid-personas .persona{
        max-width: 420px;
    }
    .people-careers .grid-personas{
        grid-template-rows: 90px auto 90px auto;
    }
    .people-careers .grid-personas .persona:nth-last-of-type(1){
        grid-row: 1 / 3;
    }
    .people-careers .grid-personas .persona:nth-last-of-type(2){
        grid-row: 2 / 4;
    }
    .people-careers .grid-personas .persona:nth-last-of-type(3){
        grid-row: 3;
    }
    .people-careers .grid-personas .persona:nth-last-of-type(4){
        grid-row: 4;
        grid-column: 2;
    }
    .people-careers .grid-personas .persona:nth-last-of-type(2),
    .people-careers .grid-personas .persona:nth-last-of-type(3)
    {
        flex-direction: row-reverse;
    }
    .people-careers .grid-personas .persona .col-1{   
        max-width: 264px;
    }
}
@media only screen and (min-width: 1440px){
    .people-careers .grid-personas .persona .col-2{
        width: 234px;
        height: 234px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1440px){
    .people-careers{
        padding: 80px 75px;
    }
}
@media only screen and (min-width: 1440px) and (max-width: 1554px){
    .people-careers{
        padding: 120px 110px;
    }
}
@media only screen and (min-width: 1554px) and (max-width: 1920px){
    .people-careers{
        padding: 120px;
    }
}
@media only screen and (min-width: 1920px){
    .people-careers{
        padding: 120px 132px;
    }
}

@media only screen and (min-width: 1240px) and (max-width: 1554px){
    .people-careers{
        margin-right: 75px;
        margin-left: 75px;
        width: unset;
    }
}</pre></body></html>