<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.texto {
    display: flex;
    justify-content: center;
    padding-top: 5rem;
    padding-bottom: 8rem;
}

.c-texto {
    display: flex;
    flex-direction: column;
    gap: 8rem;
    padding: 0 10rem;
}

.box-texto h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 5.2rem;
    color: #001938;
    padding-bottom: 2rem;
}

.box-texto p,
.box-texto li{
    color: #7E7E7E;
    font-family: Roboto;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2rem;
}

.box-texto img{
    width: auto;
    max-width: 100%;
}


@media (min-width: 1200px) and (max-width: 1800px) {}

@media (min-width: 1021px) and (max-width: 1199px) {
    .c-texto {
        padding: 0;
    }
}

@media (min-width: 781px) and (max-width: 1020px) {
    .c-texto {
        padding: 0;
    }
}

@media (min-width: 551px) and (max-width: 780px) {
    .c-texto {
        padding: 0;
    }
}

@media (max-width: 550px) {
    .box-texto h2 {
        font-size: 2.2rem;
    }
    
    .c-texto {
        padding: 0;
    }
}</pre></body></html>