section#legal {
  padding: 0 0 2rem 0;
  height: -moz-fit-content;
  height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
section#legal .contenedor .contenido * {
  color: #495f77;
  font-weight: 100;
  line-height: 130%;
  font-size: 1rem;
}
section#legal .contenedor .contenido .has-text-align-center {
  text-align: center;
}
section#legal .contenedor .contenido p {
  margin: 0.5rem 0;
}
section#legal .contenedor .contenido strong,
section#legal .contenedor .contenido b {
  color: color(display-p3 0.12 0.35 0.33);
  font-weight: 800;
}
section#legal .contenedor .contenido h1,
section#legal .contenedor .contenido h2,
section#legal .contenedor .contenido h3,
section#legal .contenedor .contenido h4, section#legal .contenedor .contenido > strong {
  font-size: 1.563rem;
  font-weight: 800;
  color: color(display-p3 0.12 0.35 0.33);
}
section#legal .contenedor .contenido h1 strong,
section#legal .contenedor .contenido h2 strong,
section#legal .contenedor .contenido h3 strong,
section#legal .contenedor .contenido h4 strong, section#legal .contenedor .contenido > strong strong {
  color: color(display-p3 0.09 0.5 0.44);
  font-size: 1.563rem;
  font-weight: 800;
}
section#legal .contenedor .contenido h2,
section#legal .contenedor .contenido h3,
section#legal .contenedor .contenido h4 {
  margin: 1rem 0;
}
section#legal .contenedor .contenido ul li,
section#legal .contenedor .contenido ol li {
  list-style-type: disc;
  margin-left: 1.5rem;
}
section#legal .contenedor .contenido ul li::marker,
section#legal .contenedor .contenido ol li::marker {
  color: #495f77;
}
section#legal .contenedor .contenido ol li {
  list-style-type: decimal;
}
section#legal .contenedor .contenido > ul, section#legal .contenedor .contenido > ol {
  padding: 0.5rem 0;
}
section#legal .contenedor .contenido > ul ol li,
section#legal .contenedor .contenido > ul ul li, section#legal .contenedor .contenido > ol ol li,
section#legal .contenedor .contenido > ol ul li {
  padding: 0;
}
section#legal .contenedor .contenido > p:has(img) {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
section#legal .contenedor .contenido img {
  width: 50%;
  height: auto;
  aspect-ratio: 16/9;
  max-width: 100%;
  border-radius: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 780px) {
  section#legal .contenedor .contenido img {
    border-radius: 0.8rem;
  }
}
section#legal .contenedor .contenido > .wp-video, section#legal .contenedor .contenido > video {
  width: 100% !important;
  height: auto;
  aspect-ratio: 15/8.25;
  border-radius: 1rem;
  overflow: hidden;
}
section#legal .contenedor .contenido > .wp-video .mejs-container, section#legal .contenedor .contenido > video .mejs-container {
  width: 100% !important;
  height: 100% !important;
}
section#legal .contenedor .contenido > .wp-video .mejs-container video, section#legal .contenedor .contenido > video .mejs-container video {
  width: 100% !important;
  height: 100% !important;
}
section#legal .contenedor .contenido > .wp-video .mejs-overlay, section#legal .contenedor .contenido > video .mejs-overlay {
  background: linear-gradient(45deg, black, transparent);
}
section#legal .contenedor .contenido > .wp-video .mejs-overlay-button, section#legal .contenedor .contenido > video .mejs-overlay-button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA1MCA1MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjUwIiBoZWlnaHQ9IjUwIiByeD0iMjUiIGZpbGw9IndoaXRlIiBmaWxsLW9wYWNpdHk9IjAuMiIvPgo8cGF0aCBkPSJNMzUgMjMuMjY4QzM2LjMzMzMgMjQuMDM3OCAzNi4zMzMzIDI1Ljk2MjMgMzUgMjYuNzMyMUwyMS41IDM0LjUyNjNDMjAuMTY2NyAzNS4yOTYxIDE4LjUgMzQuMzMzOCAxOC41IDMyLjc5NDJMMTguNSAxNy4yMDU4QzE4LjUgMTUuNjY2MiAyMC4xNjY3IDE0LjcwMzkgMjEuNSAxNS40NzM3TDM1IDIzLjI2OFoiIGZpbGw9IiNFRUVFRUUiLz4KPC9zdmc+Cg==");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
section#legal .contenedor .contenido > .wp-video .mejs-controls, section#legal .contenedor .contenido > video .mejs-controls {
  opacity: 1;
}
section#legal .contenedor .contenido > .wp-video .mejs-controls:has(.mejs-play), section#legal .contenedor .contenido > video .mejs-controls:has(.mejs-play) {
  display: none;
}
section#legal .contenedor .contenido {
  max-width: 100%;
}
section#legal .contenedor .contenido h1 {
  margin: auto;
  width: 35rem;
  max-width: 100%;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: color(display-p3 0.12 0.35 0.33);
}
@media (max-width: 780px) {
  section#legal .contenedor .contenido h1 {
    line-height: 1;
  }
}
section#legal .contenedor .contenido .subtitulo {
  margin: 1rem auto 2rem auto;
  width: 35rem;
  max-width: 100%;
  text-align: center;
}
section#legal .contenedor > a {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border: 1px solid color(display-p3 0.89 0.78 0.36);
  background-color: color(display-p3 0.89 0.78 0.36);
  color: color(display-p3 0.12 0.35 0.33);
  border-radius: 3rem 3rem 0 3rem;
  transition: all 0.5s ease;
}
section#legal .contenedor > a:hover {
  border-color: #ffeb98;
  background-color: #ffeb98;
  border-radius: 3rem;
  color: color(display-p3 0.12 0.35 0.33);
}/*# sourceMappingURL=index.css.map */