/* teste */
.meu-perfil{
    color: #fff;
    font-weight: 300;
}
section.section-md.backVerde.headerInfo {
    padding: 90px 0 50px 0;
}
@media only screen and (max-width: 1200px){
    section.section-md.backVerde.headerInfo {
        padding: 30px 0 40px 0;
    }
}
@media only screen and (max-width: 768px){
    .headerInfo-row {
        align-items: center;
    }
}
@media only screen and (max-width: 425px){
    a#v-pills-pass-tab {
        display: flex;
        flex-direction: row;
    }
    .row.row-70.offset-top-1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .areaCampos {
        width: 100% !important;
        max-width: 100% !important;
    }
}