.callback-form .contact-form input, .callback-form .contact-form textarea{
  margin-bottom: 4px;
}

.cmc-contato-mensagem-resultado div{
  background-color: rgb(11, 145, 11);
  color: #fff;
  padding: 10px 24px;
  border-radius: 50px;
  margin-top: 16px;
  display: inline-block;
}

[class*="-feedback-required"],
[class*="-feedback-invalid"] {
    color: yellow;
}

.more-info {
  margin-top: 60px;
}

.background-header {
  background-color: #2D2D2D !important;
}

.background-header .navbar-nav a.nav-link {
  color: rgb(255, 255, 255) !important;
}

.navbar .navbar-brand{
  margin-top: 0;
}
.navbar-brand {
  padding: 0;
}

@media(max-width:520px){
  .navbar-brand img{
    max-height: 54px;
  }
}

#map iframe{
  width: 100%;
}

.visao-container{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 16px;
  align-items: stretch;
}

.visao-container .team-item{
  display: flex;
}

.servicos-container{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 32px;
  align-items: stretch;
}

.servicos-container .service-item{
  display: grid;
}

.service-item .down-content {
  padding: 0;
}

.down-content figure{
  width: 100%;
  height: 240px;
  overflow: hidden; 
}

.down-content figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.down-content .service-item__infos{
  padding: 30px;
  padding-top: 20px;
}

.service-item__infos {
  display: flex;
  flex-direction: column;
}

.filled-button {
  margin-top: auto;
}




.service-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.down-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.service-item__infos {
  display: flex;
  flex-direction: column;
  flex: 1; 
}

.filled-button {
  margin-top: auto;
  text-align: center;
}

.service-item .down-content__blog{
  padding: 30px;
  background-color: #fff;
}

.service-item .down-content__blog a.filled-button:hover {
  background-color: #b4967a;
  color: #fff;
}



.service-item .down-content__blog__blog{
  padding: 30px;
 
}



.partner-item {
  display: flex;
  align-items: center; 
  justify-content: center; 
  height: 100%; 
  min-height: 120px;
}


/* >>> 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;
}

._button-whatsapp svg {
  fill: #fff;
  width: 52px;
  height: 52px;
}

/* button whatsapp 1 <<< */


.footer-item .menu-list li span {
  width: 20px !important;
}

.footer-item .menu-list li {
  display: flex;
  gap: 6px;
}



.texto-post{text-align:justify;}