.alerta-erro-linha{
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px; 
  background-color: red;
  width: 100%;
}

.alerta-sucesso{
  color: rgb(9, 161, 9);
  text-align: center;
  margin-top: 30px;
}

.pos-rel{
  position: relative;
}

.contact_section .contact_form-container input {
  margin-bottom: 0;
}

.mapa iframe{
  width: 100%;
  
}


@media(max-width:767.98px){
  .info_section {

    text-align: center;
}

.info_section .info_contact a {

  margin-bottom: 30px;
}


.hero_bg_box .img-box img {
  width: auto;
  height: 100%;
  background-size: cover;
}

}



.__botoes-pdf{
  display: flex;
  justify-content: center;
  gap: 2em;
  align-items: center;
  margin-top: 2em;
}

.__botoes-pdf a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #FFCD00;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  text-transform: uppercase;
}