/* Loading padrão de botões - mesmo estilo do loading de página (cssload-speeding-wheel) */
.btn-loading {
    position: relative;
    color: transparent !important;
    pointer-events: none;
}
.btn-loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    border: 3px solid rgba(255, 255, 255, .35);
    border-radius: 50%;
    border-top-color: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .2);
    animation: cssload-spin .88s infinite linear;
}

/* 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;
    }
}