section#thanks_page {
  height: 85vh;
  min-height: 40rem;
  position: relative;
  overflow: hidden;
}
section#thanks_page .contenedor::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(163.16% 48.4% at 50% 52.33%, #a3e1ff 0%, #2ba9ee 100%);
  z-index: 1;
}
section#thanks_page .contenedor picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.2;
}
section#thanks_page .contenedor picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section#thanks_page .contenedor .contenido {
  width: 25rem;
  max-width: 100%;
  position: relative;
  z-index: 3;
}
section#thanks_page .contenedor .contenido h1 {
  font-size: 1.875rem;
  font-weight: bold;
  color: #15253f;
  font-style: italic;
  font-family: "Exo", sans-serif;
  text-align: center;
}
section#thanks_page .contenedor .contenido p {
  font-size: 1.125rem;
  font-weight: 500;
  color: #15253f;
  text-align: center;
}
section#thanks_page .contenedor .contenido a {
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  color: #1f9ad7;
  font-size: 1.125rem;
  font-weight: normal;
  background: #ffffff;
  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#thanks_page .contenedor .contenido a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(85deg, #1f9ad7 37.44%, #2ba9ee 90.96%);
  border-radius: 3rem;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
section#thanks_page .contenedor .contenido a span {
  color: #1f9ad7;
  font-size: 1.125rem;
  font-weight: normal;
  position: relative;
  transition: all 0.3s ease;
  z-index: 2;
}
section#thanks_page .contenedor .contenido a 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#thanks_page .contenedor .contenido a svg {
  height: 1rem;
  width: 2rem;
  z-index: 2;
}
section#thanks_page .contenedor .contenido a svg path {
  fill: #1f9ad7;
  transition: all 0.3s ease;
}
section#thanks_page .contenedor .contenido a:hover, section#thanks_page .contenedor .contenido a.is-active {
  background-color: linear-gradient(85deg, #1f9ad7 37.44%, #2ba9ee 90.96%);
  color: #ffffff;
}
section#thanks_page .contenedor .contenido a:hover::before, section#thanks_page .contenedor .contenido a.is-active::before {
  opacity: 1;
  z-index: 1;
}
section#thanks_page .contenedor .contenido a:hover span, section#thanks_page .contenedor .contenido a.is-active span {
  color: transparent;
}
section#thanks_page .contenedor .contenido a:hover span::before, section#thanks_page .contenedor .contenido a.is-active span::before {
  opacity: 1;
  color: #ffffff;
  font-weight: normal;
}
section#thanks_page .contenedor .contenido a:hover svg path, section#thanks_page .contenedor .contenido a.is-active svg path {
  fill: #ffffff;
}
@media (max-width: 780px) {
  section#thanks_page .contenedor .contenido a {
    font-size: 0.938rem;
    padding: 0.4rem 0.8rem;
  }
}
section#thanks_page .contenedor .redes {
  position: relative;
  z-index: 3;
}
section#thanks_page .contenedor .redes > p {
  color: #15253f;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
}
section#thanks_page .contenedor .redes > p.disclaimer {
  width: 55rem;
  max-width: 100%;
  font-size: 0.938rem;
}/*# sourceMappingURL=index.css.map */