.mainContent {
  padding-block: clamp(1.875rem, 4.815vw + 0.792rem, 5.125rem);
}

section hr {
  border: 2px solid #FF8832;
}
section .mapa {
  height: 500px;
}
section .contacto-top {
  gap: clamp(1.875rem, 4.815vw + 0.792rem, 5.125rem);
  display: grid;
}
section .contacto-top .contacto-top-blq2 {
  display: grid;
  gap: 1rem;
}
section .contacto-top h1 {
  color: #283c90;
  font-weight: 700;
  font-size: clamp(1.5rem, 2.222vw + 1rem, 3rem);
  line-height: clamp(1.749rem, 2.209vw + 1.252rem, 3.24rem);
}
section .contacto-top .text-bold {
  margin-bottom: 5px;
}
section .contacto-top .contacto-direccion .text-bold {
  color: #283c90;
}
section .contacto-top .contacto-direccion .text-light {
  font-size: clamp(1rem, 0.185vw + 0.958rem, 1.125rem);
  line-height: 1.7;
  font-weight: 400;
}
section .contacto-top .contacto-direccion + .contacto-info {
  margin-top: 35px;
}
section .contacto-top .contacto-lnk {
  margin-top: 30px;
  font-size: clamp(1.125rem, 0.556vw + 1rem, 1.5rem);
  line-height: clamp(1.868rem, 0.567vw + 1.74rem, 2.25rem);
  font-weight: 300;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
section .contacto-top .contacto-lnk + .contacto-lnk {
  margin-top: 5px;
}
section .contacto-top .contacto-lnk a {
  color: #283c90;
  text-decoration: underline;
}
section .contacto-top .contacto-lnk a:focus {
  color: #5363a6;
}
section .contacto-top .contacto-lnk a:hover {
  color: #7e8abc;
}

@media (min-width: 1024px) {
  .contacto-top-blq2 {
    grid-template-columns: 1fr 1fr;
  }
  .menuSocial {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .contacto-top {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  section .contacto-top h1 {
    font-size: clamp(2.25rem, 2.963vw + 1.583rem, 4.25rem);
    line-height: clamp(2.498rem, 2.911vw + 1.842rem, 4.463rem);
  }
  section .contacto-top .contacto-top-blq2 {
    gap: 2rem;
  }
}/*# sourceMappingURL=contactoFront.css.map */