.divRodape{
    display: flex;
    align-items: flex-end;
    padding: 14px 0px;
}
.divHorario{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.telefone-rodape{
    font-size: 16px;
}
.navbarHover:hover{
    font-weight: 800;
}
@media screen and (max-width: 991px) {
    .divRodape{
        flex-direction: column;
        align-items: center;
        padding: 10px 0px;
    }
    .divHorario{
        flex-direction: column;
        align-items: center;
    }
    .tituloRodape{
        text-align: center;
    }
    .marginRodapeXs{
        margin: 10px 0px;
    }
    .fontRodape{
        font-size: 16px;
    }

}
@media screen and (min-width: 992px) {
    .marginXsHorario{
        margin-right: 10px;
    }
    .horarioEnd{
        display: flex;
        justify-content: end;
    }
    .mailEnd{
        display: flex;
        justify-content: center;
    }
    br{
        display: none;
     }
}
@media screen and (min-width: 992px) and (max-width: 1399px){
    .divRodape {
        font-size: 13px;
    }
    .telefone-rodape {
        font-size: 13px;
    }
}
@media screen and (min-width: 768px){
    .alinhamentoRoda{
        padding-left: 3rem;
    }
}
@media screen and (min-width: 380px) and (max-width: 767px){
    .alinhamentoRoda{
        padding-left: 1.5rem;
    }
}
@media screen and (max-width: 350px){
    .fontRodape{
        font-size: 15px;
    }
}