section#info_contacto {
  height: -moz-fit-content;
  height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
@media (max-width: 560px) {
  section#info_contacto {
    padding: 0 0 1rem 0;
  }
}
section#info_contacto .contenedor {
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 560px) {
  section#info_contacto .contenedor ul {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
}
@media (max-width: 560px) {
  section#info_contacto .contenedor ul li {
    display: grid;
    grid-template-columns: 2rem minmax(0, 1fr);
  }
}
@media (max-width: 560px) {
  section#info_contacto .contenedor ul li svg {
    height: 2.3rem;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
section#info_contacto .contenedor ul li span {
  color: #15253f;
}
section#info_contacto .contenedor ul li span:last-child {
  font-size: 1.125rem;
  font-weight: bold;
  color: #15253f;
}
section#info_contacto .contenedor ul li span:last-child a {
  font-size: 1.125rem;
  font-weight: 500;
  color: #15253f;
}
section#form_contacto {
  height: -moz-fit-content;
  height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
@media (max-width: 560px) {
  section#form_contacto {
    padding: 0 0 1rem 0;
  }
}
section#form_contacto .contenedor {
  display: grid;
  grid-template-columns: 25rem minmax(0, 1fr);
  gap: 2rem;
}
@media (max-width: 1024px) {
  section#form_contacto .contenedor {
    grid-template-columns: 18rem minmax(0, 1fr);
  }
}
@media (max-width: 870px) {
  section#form_contacto .contenedor {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 30rem;
  }
}
section#form_contacto .contenedor .contenido_form_contacto {
  width: 100%;
  font-weight: 500;
}
section#form_contacto .contenedor .wpcf7.js form p {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}
@media (max-width: 560px) {
  section#form_contacto .contenedor .wpcf7.js form p {
    display: flex;
    flex-direction: column;
  }
}
section#form_contacto .contenedor .wpcf7.js form p label {
  position: relative;
}
section#form_contacto .contenedor .wpcf7.js form p label:has(span[data-name=text-906]), section#form_contacto .contenedor .wpcf7.js form p label:has(span[data-name=textarea-371]) {
  grid-column: span 2;
}
section#form_contacto .contenedor .wpcf7.js form p label span {
  position: unset;
}
section#form_contacto .contenedor .wpcf7.js form p label span input,
section#form_contacto .contenedor .wpcf7.js form p label span textarea {
  width: 100%;
  outline: none;
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  border: 1px solid #bce1f3;
  background-color: #ffffff;
  color: #495879;
}
section#form_contacto .contenedor .wpcf7.js form p label span input::-moz-placeholder, section#form_contacto .contenedor .wpcf7.js form p label span textarea::-moz-placeholder {
  color: #495879;
  font-size: 0.938rem;
}
section#form_contacto .contenedor .wpcf7.js form p label span input::placeholder,
section#form_contacto .contenedor .wpcf7.js form p label span textarea::placeholder {
  color: #495879;
  font-size: 0.938rem;
}
section#form_contacto .contenedor .wpcf7.js form p label span textarea {
  border-radius: 1rem;
}
section#form_contacto .contenedor .wpcf7.js form p label span .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(1rem, 45%);
  font-size: 0.85rem;
  background-color: #f4f5f8;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
section#form_contacto .contenedor .wpcf7.js form p label.custom-select {
  position: relative;
  z-index: 5;
}
section#form_contacto .contenedor .wpcf7.js form p label.custom-select:has(select[name=select-780]) {
  position: relative;
  z-index: 6;
}
section#form_contacto .contenedor .wpcf7.js form p label.custom-select select {
  display: none;
}
section#form_contacto .contenedor .wpcf7.js form p label.custom-select .select-selected {
  width: 100%;
  outline: none;
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  border: 1px solid #bce1f3;
  background-color: #ffffff;
  color: #495879;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s ease;
}
section#form_contacto .contenedor .wpcf7.js form p label.custom-select .select-selected::after {
  content: "";
  position: relative;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgOCA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMy45MjAwMyAyLjU2NTVDNC4yMjYxMiAyLjI0Njc3IDQuNDgyMjQgMS45NzgwNSA0Ljc0NDYxIDEuNzE1NTdDNS4yMTMxMiAxLjI0Njg1IDUuNjgxNjMgMC43NzgxMzggNi4xNTAxNCAwLjMwOTQyM0M2LjU2MjQzIC0wLjA5Njc5NTYgNy4xODA4NiAtMC4wOTY3OTU2IDcuNTc0NDEgMC4zMDk0MjNDNy45NjE3MSAwLjcwMzE0MyA3Ljk2MTcxIDEuMzA5MzUgNy41NTU2NyAxLjcxNTU3QzYuNTk5OTEgMi42Nzc5OSA1LjY0NDE1IDMuNjM0MTcgNC42ODIxNCA0LjU5MDM1QzQuMjI2MTIgNS4wNDY1NiAzLjY0NTE3IDUuMDQ2NTYgMy4xOTU0IDQuNTk2NTlDMi4yMzM0IDMuNjQwNDIgMS4yNzEzOSAyLjY4NDI0IDAuMzE1NjI4IDEuNzIxODFDLTAuMDk2NjYwNyAxLjMwOTM1IC0wLjEwMjkwNyAwLjY5Njg5MyAwLjI4NDM5NCAwLjI5NjkyNEMwLjY3Nzk0MiAtMC4xMDMwNDYgMS4zMDg4NyAtMC4xMDMwNDYgMS43Mjc0MSAwLjMyMTkyMUMyLjQ0NTc5IDEuMDUzMTIgMy4xNTc5MiAxLjc5MDU2IDMuOTIwMDMgMi41NjU1WiIgZmlsbD0iIzY2NzhBMSIvPgo8L3N2Zz4K);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 0.5rem;
  width: 0.5rem;
  transition: all 0.3s ease;
}
section#form_contacto .contenedor .wpcf7.js form p label.custom-select .select-selected.select-arrow-active {
  border-radius: 0.5rem 0.5rem 0 0;
  border-bottom-color: transparent;
}
section#form_contacto .contenedor .wpcf7.js form p label.custom-select .select-selected.select-arrow-active::after {
  transform: rotate(180deg);
}
section#form_contacto .contenedor .wpcf7.js form p label.custom-select .select-items {
  width: 100%;
  position: absolute;
  top: 100%;
  max-height: 10rem;
  overflow-y: auto;
  background-color: #ffffff;
  transition: all 0.5s ease;
  border-radius: 0 0 0.5rem 0.5rem;
  opacity: 1;
  border: 1px solid #bce1f3;
  border-top-color: transparent;
  cursor: pointer;
}
section#form_contacto .contenedor .wpcf7.js form p label.custom-select .select-items div {
  padding: 0.2rem 1rem;
}
section#form_contacto .contenedor .wpcf7.js form p label.custom-select .select-items div:hover {
  background-color: rgba(0, 0, 0, 0.1215686275);
}
section#form_contacto .contenedor .wpcf7.js form p label.custom-select .select-items.select-hide {
  max-height: 0;
  opacity: 0;
}
section#form_contacto .contenedor .wpcf7.js form p button[type=submit] {
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: normal;
  background: linear-gradient(85deg, #1f9ad7 37.44%, #2ba9ee 90.96%);
  position: relative;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
section#form_contacto .contenedor .wpcf7.js form p button[type=submit]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ffffff;
  border-radius: 3rem;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
section#form_contacto .contenedor .wpcf7.js form p button[type=submit] span {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: normal;
  position: relative;
  transition: all 0.3s ease;
  z-index: 2;
}
section#form_contacto .contenedor .wpcf7.js form p button[type=submit] span::before {
  font-weight: normal;
  content: attr(data-title);
  position: absolute;
  font-size: 1.125rem;
  width: -moz-max-content;
  width: max-content;
  line-height: 1.2;
  opacity: 0;
  transition: all 0.3s ease;
}
section#form_contacto .contenedor .wpcf7.js form p button[type=submit] svg {
  height: 1rem;
  width: 2rem;
  z-index: 2;
}
section#form_contacto .contenedor .wpcf7.js form p button[type=submit] svg path {
  fill: #ffffff;
  transition: all 0.3s ease;
}
section#form_contacto .contenedor .wpcf7.js form p button[type=submit]:hover, section#form_contacto .contenedor .wpcf7.js form p button[type=submit].is-active {
  background-color: #ffffff;
  color: #1f9ad7;
}
section#form_contacto .contenedor .wpcf7.js form p button[type=submit]:hover::before, section#form_contacto .contenedor .wpcf7.js form p button[type=submit].is-active::before {
  opacity: 1;
  z-index: 1;
}
section#form_contacto .contenedor .wpcf7.js form p button[type=submit]:hover span, section#form_contacto .contenedor .wpcf7.js form p button[type=submit].is-active span {
  color: transparent;
}
section#form_contacto .contenedor .wpcf7.js form p button[type=submit]:hover span::before, section#form_contacto .contenedor .wpcf7.js form p button[type=submit].is-active span::before {
  opacity: 1;
  color: #1f9ad7;
  font-weight: normal;
}
section#form_contacto .contenedor .wpcf7.js form p button[type=submit]:hover svg path, section#form_contacto .contenedor .wpcf7.js form p button[type=submit].is-active svg path {
  fill: #1f9ad7;
}
@media (max-width: 780px) {
  section#form_contacto .contenedor .wpcf7.js form p button[type=submit] {
    font-size: 0.938rem;
    padding: 0.4rem 0.8rem;
  }
}
section#form_contacto .contenedor .wpcf7.js form p button[type=submit] {
  grid-column: span 2;
  margin: auto 0 auto auto;
}
section#form_contacto .contenedor .wpcf7.js form .wpcf7-response-output {
  border-color: #00a0d2;
  padding: 0.5rem;
  margin: 0.5rem 0 0 0;
}
section#map_contacto {
  height: -moz-fit-content;
  height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
section#map_contacto .contenedor {
  height: -moz-fit-content;
  height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  aspect-ratio: 16/8;
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
}
@media (max-width: 560px) {
  section#map_contacto .contenedor {
    aspect-ratio: 15/16;
  }
}
section#map_contacto .contenedor.imagenMapa::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  transform: translate(-50%, -50%);
  background: radial-gradient(circle at center, transparent 15%, rgba(21, 37, 63, 0.5294117647) 15%);
  z-index: 2;
}
section#map_contacto .contenedor.imagenMapa::after {
  content: "";
  background-image: var(--pin-mapa);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 6rem;
  width: 6rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media (max-width: 780px) {
  section#map_contacto .contenedor.imagenMapa::after {
    height: 5rem;
    width: 5rem;
  }
}
@media (max-width: 560px) {
  section#map_contacto .contenedor.imagenMapa::after {
    height: 4rem;
    width: 4rem;
  }
}
section#map_contacto .contenedor.imagenMapa .botones {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 3;
}
section#map_contacto .contenedor.imagenMapa .botones a {
  background-color: #ffffff;
  padding: 0.75rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}
section#map_contacto .contenedor.imagenMapa .botones a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(85deg, #1f9ad7 37.44%, #2ba9ee 90.96%);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
}
section#map_contacto .contenedor.imagenMapa .botones a span {
  max-width: 0;
  overflow: hidden;
  text-wrap: nowrap;
  transition: all 0.3s ease;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
section#map_contacto .contenedor.imagenMapa .botones a svg {
  aspect-ratio: 1/1;
  height: 2rem;
  width: 2rem;
  position: relative;
  z-index: 2;
}
section#map_contacto .contenedor.imagenMapa .botones a svg path {
  transition: all 0.3s ease;
}
section#map_contacto .contenedor.imagenMapa .botones a:hover {
  gap: 0.5rem;
}
section#map_contacto .contenedor.imagenMapa .botones a:hover::before {
  opacity: 1;
}
section#map_contacto .contenedor.imagenMapa .botones a:hover span {
  max-width: 30rem;
}
section#map_contacto .contenedor.imagenMapa .botones a:hover:nth-child(2) svg path {
  fill: #ffffff;
}
section#map_contacto .contenedor.imagenMapa picture {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
}
section#map_contacto .contenedor.imagenMapa picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section#map_contacto .contenedor > iframe {
  height: 100%;
  width: 100%;
}/*# sourceMappingURL=index.css.map */