.btn-saiba-mais {
  border: 1px solid #444;
  border-radius: 30px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.btn-saiba-mais:hover {
  border: 1px solid #000;
  color: #fff;
  background: rgb(62, 193, 213);
}

.mapa-contato iframe {
  width: 100%;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
  margin-bottom: 0;
}

.contact-form button[type="button"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #444;
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
}

.contact-form button[type=button]:hover {
  color: #fff;
  border: 1px solid #000;
  background: #000;
}

.credits a img {
  max-height: 20px;
}

.botao-whatsapp {
  background-color: rgb(4, 148, 4);
  color: #fff;
  padding: 12px 24px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 18px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.botao-whatsapp:hover {
  background-color: rgb(7, 165, 7);
  color: #fff;
}




/* >>> 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 <<< */


[class$="-feedback-required"],
[class$="-feedback-invalid"] {
  color: red;

}










@media (max-width: 767px) {
  .page-area .slider-content-interna {
    padding: 100px 0;
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slider-content-interna {
    padding: 120px 0 50px;
  }
}

@media (min-width: 992px) and (max-width: 1169px) {
  .slider-content-interna {
    padding: 126px 0 60px 0;
  }
}

.slider-content-interna {
  padding: 120px 0 50px 0;
}

@media (min-width: 1400px) and (max-width: 1920px) {
  .slider-content-interna {
    padding: 120px 0 60px 0;
  }
}

.back-to-top {
  bottom: 128px;
}

html {
  scroll-behavior: smooth;
}

.post-information .entry-meta span i {
  padding: 0;
}

.post-information .entry-meta {
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px 0;
  padding-bottom: 16px;
}



.navbar-header a.navbar-brand {
   height: auto; 
}
.main-menu ul.navbar-nav li.active a {
   padding-top: 34px;
  padding-bottom: 34px;
}
.header-area.stick {
  height: auto; 
}
.main-menu ul.navbar-nav li a, .stick .main-menu ul.nav>li>a {
  padding-top: 34px;
  padding-bottom: 34px;
}
.btn-saiba-mais:hover {
    background: rgb(0, 0, 0, .85);
}



.slider-area {
  height: 100dvh;
  overflow: hidden;
}

.nivo-directionNav a {
  top: 36% !important;
}

.nivo-controlNav a {
    background: transparent none repeat scroll 0 0;
    background: #000;
    border: 2px solid #000;
    box-shadow: none;
    display: inline-block;
    font-size: 0;
    height: 10px;
    margin: 5px 3px;
    opacity: 1;
    text-align: center;
    text-indent: inherit;
    vertical-align: top;
    width: 20px;
}



.nivo-controlNav a:hover, .nivo-controlNav a.active {
   background: #fff none repeat scroll 0 0;
    border-color: #000;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}


.services-contents {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  margin-top: 32px;
}

.single-services {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  text-align: center;
}

.single-services img {
  max-width: 100px;
  margin: 0 auto 16px;
}

.single-services h4 {
  margin-bottom: 12px;
}

.single-services p {
  flex-grow: 1; 
  margin-bottom: 20px;
}

.btn-saiba-mais {
  display: inline-block;
  margin-top: auto;
  align-self: center;
  
  text-decoration: none;
  transition: 0.3s;
}

.btn-saiba-mais:hover {
  background: #1b1b1b;
}

  .services-details {
    padding-top: 0px;

}