section#legal {
  height: -moz-fit-content;
  height: fit-content;
  min-height: 40rem;
}
@media (max-width: 780px) {
  section#legal {
    padding: 0 0 1rem 0;
  }
}
section#legal .contenedor * {
  color: #495879;
  font-weight: 100;
  line-height: 130%;
  font-size: 0.938rem;
}
section#legal .contenedor p {
  margin: 0.5rem 0;
}
section#legal .contenedor strong,
section#legal .contenedor b {
  color: #1f9ad7;
  font-weight: 800;
}
section#legal .contenedor h2,
section#legal .contenedor h3,
section#legal .contenedor h4 {
  font-size: 0.938rem;
  font-weight: 800;
  color: #1f9ad7;
}
@media (max-width: 780px) {
  section#legal .contenedor h2,
  section#legal .contenedor h3,
  section#legal .contenedor h4 {
    font-size: 1rem;
  }
}
section#legal .contenedor h2,
section#legal .contenedor h3,
section#legal .contenedor h4 {
  margin: 1rem 0;
}
section#legal .contenedor ul li,
section#legal .contenedor ol li {
  list-style-type: disc;
  margin-left: 1.5rem;
}
section#legal .contenedor ol li {
  list-style-type: decimal;
}
section#legal .contenedor > ul, section#legal .contenedor > ol {
  padding: 0.5rem 0;
}
section#legal .contenedor > ul ol li,
section#legal .contenedor > ul ul li, section#legal .contenedor > ol ol li,
section#legal .contenedor > ol ul li {
  padding: 0;
}
section#legal .contenedor img {
  max-width: 100%;
  border-radius: 1.5rem;
}
@media (max-width: 780px) {
  section#legal .contenedor img {
    border-radius: 0.8rem;
  }
}
section#legal .contenedor > 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#legal .contenedor > 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#legal .contenedor > a span {
  color: #1f9ad7;
  font-size: 1.125rem;
  font-weight: normal;
  position: relative;
  transition: all 0.3s ease;
  z-index: 2;
}
section#legal .contenedor > 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#legal .contenedor > a svg {
  height: 1rem;
  width: 2rem;
  z-index: 2;
}
section#legal .contenedor > a svg path {
  fill: #1f9ad7;
  transition: all 0.3s ease;
}
section#legal .contenedor > a:hover, section#legal .contenedor > a.is-active {
  background-color: linear-gradient(85deg, #1f9ad7 37.44%, #2ba9ee 90.96%);
  color: #ffffff;
}
section#legal .contenedor > a:hover::before, section#legal .contenedor > a.is-active::before {
  opacity: 1;
  z-index: 1;
}
section#legal .contenedor > a:hover span, section#legal .contenedor > a.is-active span {
  color: transparent;
}
section#legal .contenedor > a:hover span::before, section#legal .contenedor > a.is-active span::before {
  opacity: 1;
  color: #ffffff;
  font-weight: normal;
}
section#legal .contenedor > a:hover svg path, section#legal .contenedor > a.is-active svg path {
  fill: #ffffff;
}
@media (max-width: 780px) {
  section#legal .contenedor > a {
    font-size: 0.938rem;
    padding: 0.4rem 0.8rem;
  }
}
section#legal .contenedor > a {
  margin: auto;
}/*# sourceMappingURL=index.css.map */