.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 #3EC1D5;
  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 #3EC1D5;
  background: #3EC1D5;
}

.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;
}














.single-blog-img{
    
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
}
.single-blog-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}



















