.content #top_contacto_section .container-fluid {
  background-image: url("../img/contacto/top.png");
  background-position: left top;
  background-size: cover;
  height: 40vh;
  display: flex;
  align-items: flex-end;
  margin-top: -9rem;
  justify-content: center;
}
.content #top_contacto_section .container-fluid h1,
.content #top_contacto_section .container-fluid h5 {
  color: white;
  font-family: Poppins;
}
.content #top_contacto_section .container-fluid h1 {
  font-weight: 700;
}
.content #form_section .container .titulo h2 {
  font-family: Poppins;
  font-weight: 700;
  color: #333333;
}
.content #form_section .container .texto p {
  font-family: Poppins;
  font-weight: 400;
  color: #333333;
}
.content #form_section .container .info-div {
  margin: auto;
  background-color: #f4f4f4;
  color: #333333;
  padding: 3rem;
  width: 100%;
}
.content #form_section .container .info-div h5,
.content #form_section .container .info-div p {
  font-family: Poppins;
}
.content #form_section .container .info-div h5 {
  font-weight: 700;
}
.content #form_section .container .info-div a {
  color: #333333;
}
.content #form_section .container iframe {
  width: 100% !important;
}
