.content #top-contacto_section {
  background-image: url("../img/contacto/top-contacto.png");
  background-position: bottom;
}
.content #top-contacto_section .texto-flotante {
  color: white;
  font-family: Montserrat;
}
.content #top-contacto_section .texto-flotante h2 {
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.content #contacto_mapa_section .contact-div {
  width: 70%;
  margin-left: auto;
}
.content #contacto_mapa_section .contact-div h3 {
  color: #595959;
  font-family: Montserrat;
  font-weight: 600;
  padding-bottom: 2rem;
}
.content #contacto_mapa_section .contact-div .info-div {
  display: flex;
}
.content #contacto_mapa_section .contact-div .info-div .icon {
  padding-right: 1rem;
}
.content #contacto_mapa_section .contact-div .info-div .datos p,
.content #contacto_mapa_section .contact-div .info-div .datos a {
  font-family: Montserrat;
  color: #595959;
}
.content #contacto_mapa_section .contact-div .info-div .datos a {
  font-weight: 600;
}
.content #contacto_mapa_section iframe {
  width: 100%;
  height: 100%;
}
.content #form_hb_section .form-box iframe {
  width: 100% !important;
}
@media (max-width: 556px) {
  .content #contacto_mapa_section .contact-div {
    width: 50%;
    margin: auto;
  }
  .content #contacto_mapa_section .contact-div .info-div {
    display: flex;
  }
  .content #contacto_mapa_section .contact-div .info-div .icon {
    padding-right: 1rem;
  }
  .content #contacto_mapa_section .contact-div .info-div .datos p,
  .content #contacto_mapa_section .contact-div .info-div .datos a {
    font-family: Montserrat;
    color: #595959;
  }
  .content #contacto_mapa_section .contact-div .info-div .datos a {
    font-weight: 600;
  }
}
