.corPrimaria{
    color: #000000;
}

.SemMargemTop{
    margin-top: 0px;
}

.carrosel{
    height: 500px;
}

.logo{
    height: 40px;
}

.informacaoImagem{
    font-size: 10px;
}

.whatsapp{
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 1;
}

.whatsapp img{
    height: 50px;
    width: 50px;
}

.centralizar{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.tituloDestaque h2{
    color: #861f21;
    text-align: center;

}

.divTitulo{
    padding-bottom: 10px;
}

@media  screen and (min-width: 700px) {
    .tituloDestaque h2{
        margin-bottom: 30px;
        font-size: 50px;
    }
}