<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    section.perfiles {
        padding: 25px 0;
        background: #f7f7f7;
    }
    section.perfiles .max-content &gt; h2 {
        font-size: 60px;
        color: #2f425b;
        text-align: center;
        margin-bottom: 50px;
    }
    section.perfiles .max-content &gt; h3 {
        font-size: 36px;
        color: #ff671b;
        line-height: 32px;
        letter-spacing: 2px;
        text-align: center;
        margin-bottom: 8px;
    }
    section.perfiles .max-content &gt; p {
        font-size: 20px;
        color: #000;
        text-decoration: none solid #000;
        line-height: 30px;
        text-align: center;
        border-bottom: solid #ff671a 1px;
        margin-bottom: 50px;
        padding-bottom: 30px;
    }
    .perfiles__content {
        justify-content: center;
        margin-top: 30px;
        flex-flow: row wrap;
    }
    .perfiles__item {

        background: #fff;
        margin: 0 30px;
        padding: 25px;
        flex: 0 0 35%;
        max-width: 350px;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        margin-bottom: 40px;
        align-items: center;
        text-align: center;
    }

    .perfiles__item h3 {
        margin-bottom: 20px;
        font-size: 26px;
    }
    .perfiles__item &gt; p {
        margin-top: 20px;
    }
    section.perfiles a.btn.btn-primary {
        padding: 10px 25px;
        background-color: #ff671b;
        font-size: 16px;
        text-decoration: none solid #fff;
        text-align: center;
        border: none;
        border-radius: 0;
    }
    .perfiles__item__small {
        text-align: center;
        flex: initial;
        width: 270px;
        margin-bottom: 40px;
        height: 300px;
        border-radius: 3px;
        display: flex;
        flex-flow: column;
        justify-content: space-around;
        align-items: center;
    }
    .perfiles__item__small h3 {
        margin-bottom: 20px;
        line-height: 1;
    }
    .perfiles__item__small img {
        width: 70%;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
    }
    @media (max-width: 767px) {
        .perfiles__content {
            flex-flow: column;
        }
        section.perfiles .max-content &gt; h2 {
            font-size: 35px;
            margin-bottom: 20px;
        }
        .perfiles__item {
            margin: 10px 10px;
            flex: 1;
            width: auto;
        }
        .perfiles__item__small img {
            width: 100px;
            height: 100px;
        }
    }
</pre></body></html>