/* ====== MAPS SECTION ====== */
.seccion_maps{
  width: 100%;
  margin: 0;
  max-width: 3000px;
  font-size: 16px;
}

.maps{
  width: 100%;
  display: flex;
  justify-content: center;
}

.text_maps{
  width: 100%;
  padding: 2rem;
  color: #fafafa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.text_maps h1{
  margin: 0;
  font-size: clamp(2.25rem, 1rem + 2.5vw, 3rem);
  text-align: center;
}

.text_maps iframe{
  width: min(900px, 90vw);
  height: 400px;
  border: 0;
  display: block;
  border-radius: 14px;
  overflow: hidden;
}
