[class$="-feedback-required"],
[class$="-feedback-invalid"] {
    color: #fff !important;
}

.cmc-contato-mensagem-resultado{
  color: #fff;
  font-weight: 700;
  font-size: 1.35rem;
  line-height: 1.25;
}

.appointment .form-group .iconleft{
  left: 0;
  position: relative;
  margin-top: 18px;
}

.appointment span{
  color: #fff;
}

select{
  cursor: pointer;
}

/* >>> button whatsapp 1 */

@keyframes pulseWhatsApp {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }

  70% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

._button-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 64px;
  height: 64px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: pulseWhatsApp 2s infinite;
  z-index: 999999999999999999;
}

._button-whatsapp svg {
  fill: #fff;
  width: 52px;
  height: 52px;
}

/* button whatsapp 1 <<< */

.alerta-red{
  color: red !important;
}

.alerta-verde{
  color: #25d366 !important;
}

.branco{
  color: #fff;
}

.myaccordion .card-body p{
  padding: 8px 24px !important;
  margin-bottom: 0 !important;
}

.figure-4-3{
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  overflow: hidden; 
}
.figure-4-3 img{
  object-fit: cover;
  width: 100%;
  height: 100%; 
  transition: .2s all ease-in-out;
}

.figure-4-3:hover img{
  scale: 1.08;
}

.services .media-body{
  margin-top: 40px;
  margin-bottom: 40px;
}

.services .media-body p{
  margin-bottom: 2.4rem;
}



.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: #445e55;
  border-color: #445e55;
}

.btn.btn-enviar:hover {
  color: rgb(68, 94, 85);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(68, 94, 85);
  border-image: initial;
  background: #fff;
}

.btn.btn-hero:hover {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}


.ftco-section {
  padding:5.5em 0;

}

@media (max-width: 767.98px) {
  .barra-topo{
    display: none !important;
  }
  .ftco-navbar-light .navbar-brand {
      margin: 0;
  }
  .ftco-navbar-light{
    padding: 0 15px;
  }
  .ftco-section {
    padding: 3em 0;
}

.hero-wrap.hero-wrap-2 .slider-text {
  height: 200px;
}

.hero-wrap.hero-wrap-2 {
  height: 180px;
}

.hero-wrap.hero-wrap-2 .slider-text h1 {
  font-size: 36px;
}

h2, .h2{
  font-size: 1.55rem;
}

.ftco-intro .services {
  margin-bottom: 120px;
}

}







@media (max-width: 767.98px) {
  .dbox {
      padding: 0;
  }
}





.custom-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.5rem;
}

@media (min-width: 600px) {
  .custom-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .custom-grid .item:nth-child(4) {
    grid-column: 1 / -1; /* Faz a última ir pra linha de baixo */
  }
}

@media (min-width: 992px) {
  .custom-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .custom-grid .item:nth-child(4) {
    grid-column: auto; /* Remove a quebra forçada */
  }
}

