.mapa-contato iframe{
  width: 100% !important;
}

[class*="feedback-required"], [class*="feedback-invalid"] {
  color: red;
  margin-top: 2px;
}

@keyframes pulseWhatsApp {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, .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: 2s infinite pulseWhatsApp
}

._button-whatsapp svg {
  fill: #fff;
  width: 52px;
  height: 52px
}

#scrollUp, #back-top {
  right: 26px;
  bottom: 120px;
}

.footer-area .footer-top .single-footer-caption .footer-number h4 {
  color: #fff;
}


.main-header .main-menu ul li a {
  padding: 25px 20px !important;
  color: #092C3F;
}

.categories-area .single-cat .cat-icon {
  margin-bottom: 16px;
}

.categories-area .single-cat .cat-icon img {
  transition: filter 0.3s ease;
}

.categories-area .single-cat:hover .cat-icon img {
  filter: brightness(0) invert(1);
}



.section-padding30 {
  padding-top: 60px;
  padding-bottom: 60px;
}


.categories-area .single-cat:hover .cat-cap p {
  margin-bottom: 0 !important;
}