/* Estilo automático para a página: contato */
header {
    background: var(--bord) !important;
}

#cabecalho{
    height: 450px;
    margin-top: 0 !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;

    h2{
        color: #FFFAEC;
    }

    @media (max-width: 767px) {
        height: 260px;
    }
}


/* MOBILE */
@media (max-width: 767px) {
    #cabecalho{
        margin-top: 0 !important;
        height: 280px;
        
        h2{
            text-align: center;
        }
    }
    header {
        background: var(--bord) !important;
    }
}

/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {

}
