/* WHATSAPP FIXO */
.whatsapp_fixo {
    position: fixed;
    bottom:50px;
    right:50px;
    z-index: 999;
    }   
    .bg-vinho {
        background-color: #ffffff;
    }   
 .color-fundo-2 {
  background: #f2f2f2;
}
.text-center {
  text-align: center;
}
.fundo-cor {
  background-color: #f67904;
}                rgb(105, 5, 7)
.text-cor {
  cor: black;
}
.navbar-white
                {
                  accent-color: #0000;
}
.fundo_azul {
  background-color: #0e5ea5;
}
.texto-branco {
  color:#40f749;
}
.centralizar {
  width: 100vw;
  height: vh;  
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center
}
