.contacto {
  position: relative;
  border-bottom: 3px solid var(--azul1);
}
.contacto .noFormatted {
  text-decoration: none;
  color: black;
}
.contacto .col-md-6 h2 {
  font-size: 45px;
}
.contacto .col-md-6 .fs-30 {
  font-size: 30px !important;
}
.contacto .form-control {
  border-radius: 0px;
  padding: 3% 6%;
  margin-bottom: 3%;
}
.contacto .lineBG {
  margin: 4% 0%;
}
.contacto .lineBG img {
  height: 7px !important;
}
.contacto .img {
  width: 100%;
  border-radius: 30px;
}
.contacto .linea {
  width: 100%;
  height: 3px;
  background-color: var(--azul1);
  margin-bottom: 1rem;
}
.contacto .caja .icono {
  width: 30px;
}
.contacto .caja a {
  color: unset;
  text-decoration: none;
}
.contacto .mapa {
  width: 100%;
  height: 300px;
}
.contacto .btn-bg {
  background-image: url("../img/taylor-boton-form.png");
  background-size: cover;
  width: 100%;
  margin-right: 18%;
  border-radius: 35px;
  border: 2px solid white;
  background-color: #2357EF;
  color: white;
  height: 66px;
  padding: 17px;
}
.contacto .btn-bg:hover {
  background-image: none;
  border: 2px solid #2357EF;
  background-color: white;
  color: var(--azul);
}
@media (max-width: 574px) and (min-width: 0px) {
  .contacto .col-md-6 h2 {
    margin-top: 12%;
  }
  .contacto .caja {
    margin-top: 8%;
  }
  .contacto .mapa {
    height: 200px;
  }
}