/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 04 2022 | 18:08:13 */
/* ==================== HEADER DA PÁGINA ==================== */
.chamada-header span {
  color: #f59334;
}

/* ==================== FIM - HEADER DA PÁGINA ==================== */



/* ==================== FORMULÁRIO ==================== */
/*.formulario {
  background: #f59334;
  border-radius: 0 0 15px 15px;
}*/

div.wpforms-container-full .wpforms-form button[type=submit] {
  background-color: #009ee2 !important;
  color: #ffffff !important;
  border: none;
  border-radius: 5px !important;
  width: 100% !important;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover {
  background-color: #00577d !important;
  border: none;
}

/* ==================== FIM - FORMULÁRIO ==================== */



/* ==================== CARD ==================== */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: none;
  border-radius: 15px;
  padding: 2rem 1.5rem;
  margin: 10px;
  height: 100% !important;
  position: relative;
  z-index: 1;
}

.card h3 {
  margin-bottom: 0;
}

/* ==================== FIM - CARD ==================== */



/* ==================== DEPOIMENTOS ==================== */
#depoimento .elementor-testimonial-content {
  background-color: #f59334 !important;
  padding: 4rem 3.5rem;
  border-radius: 10px;
}

#depoimento .aspas1 {
  position: absolute;
  top: 0;
  left: 20px;
  font-size: 7rem;
  display: flex;
}

#depoimento .aspas2 {
  position: absolute;
  bottom: 0;
  right: 20px;
  font-size: 10rem;
  font-size: 7rem;
  display: flex;
}

#depoimento .elementor-testimonial-meta {
  margin-top: -50px;
}

/* ==================== FIM - DEPOIMENTOS ==================== */



.box-shadow {
  box-shadow: 0 0 19px -5px rgb(0 0 0 / 20%);
  border-radius: 15px;
}

.font-weight-extrabold {
  font-weight: 900;
}

.whatsapp-footer {
  position: fixed;
  z-index: 999;
  bottom: 6%;
  right: 0.8%;
}