.section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #fff;
    transition: transform 0.5s ease;
    text-align: center;
}


/* CONTEÚDO DO SITE */
#home {
    background-color: #373435;
    width: 100%;
    /* height: auto; */
}

#servicos{
    background-color: #F58634;
    width: 100%;
}

#cidades {
    background-color: #373435;
    width: 100%;
}

#sobre{
    background-color: #F58634;
    width: 100%;
}

#contatos {
    background-color: #ffffff;
    width: 100%;
}
