.contato-borda {
border: 1px solid #000000;
border-radius: 20px;
}

/* forçar estilo no botão do WPBakery dentro do container com a classe extra */
.vc_btn3-container.btn-whats > button.vc_btn3 {
  background: #f9c979 !important;
  border-color: #f9c979 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  text-decoration: none !important;
  border-radius: 8px !important;
}

/* forçar estilo no botão do WPBakery dentro do container com a classe extra */
.vc_btn3-container.btn-whats > button.vc_btn3 {
  background: #f9c979 !important;
  border-color: #f9c979 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  text-decoration: none !important;
  border-radius: 8px !important;
  font-weight: 500 !important;   /* medium */
  font-size: 15px !important;
}

.vc_btn3-container.btn-whats > button.vc_btn3,
.vc_btn3-container.btn-whats > button.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern {
  background: #FDF8ED !important;   /* ou #25d366 se quiser cor de WhatsApp */
  border-color: #FDF8ED !important;
  color: #2A2A2A !important;
  border-radius: 8px !important;
  font-weight: 600 !important;      /* medium */
  font-size: 12px !important;
}

/* ícone à direita */
.vc_btn3-container.btn-whats > button.vc_btn3 .vc_btn3-icon {
  margin-left: 6px;
  font-size: 14px;
  color: #E3B549 !important;
}

/* hover */
.vc_btn3-container.btn-whats > button.vc_btn3:hover {
  background: #f7b955 !important;
  border-color: #f7b955 !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  font-weight: 500 !important;
}

.vc_btn3-container.btn-whats > button.vc_btn3:hover .vc_btn3-icon {
  color: #ffffff !important;
}






body {
background-image: url("http://moreiraleite.com/wp-content/uploads/2025/12/bg.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center top;
background-attachment: fixed;
}