section#bannerInformacion {
  height: -moz-fit-content;
  height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
section#bannerInformacion .contenedor {
  position: relative;
}
section#bannerInformacion .contenedor::before, section#bannerInformacion .contenedor::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65%;
  z-index: 1;
  border-radius: 0.85rem;
}
@media (max-width: 1024px) {
  section#bannerInformacion .contenedor::before, section#bannerInformacion .contenedor::after {
    height: 85%;
  }
}
@media (max-width: 780px) {
  section#bannerInformacion .contenedor::before, section#bannerInformacion .contenedor::after {
    height: 100%;
  }
}
section#bannerInformacion .contenedor::before {
  background-image: var(--bg-banner-informacion);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section#bannerInformacion .contenedor::after {
  background-color: #e6353b;
  opacity: 0.9;
}
section#bannerInformacion .contenedor .caja {
  position: relative;
  z-index: 2;
  padding: 0 3rem;
  display: grid;
  grid-template-columns: 29rem minmax(0, 1fr);
  width: 60rem;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  section#bannerInformacion .contenedor .caja {
    grid-template-columns: minmax(0, 1fr) 20rem;
  }
}
@media (max-width: 780px) {
  section#bannerInformacion .contenedor .caja {
    display: flex;
    flex-direction: column;
    padding: 4rem 2.5rem 0 2.5rem;
    gap: 0.5rem;
  }
}
section#bannerInformacion .contenedor .caja-contenido {
  width: 100%;
  max-width: 100%;
  height: 65%;
}
@media (max-width: 1024px) {
  section#bannerInformacion .contenedor .caja-contenido {
    height: 85%;
  }
}
@media (max-width: 780px) {
  section#bannerInformacion .contenedor .caja-contenido {
    height: 100%;
  }
}
section#bannerInformacion .contenedor .caja-contenido h2 {
  width: 25rem;
  max-width: 100%;
  font-size: 1.875rem;
  color: #ffffff;
  position: relative;
  font-family: "Besides", sans-serif;
  font-weight: 100;
  z-index: 1;
}
@media (max-width: 780px) {
  section#bannerInformacion .contenedor .caja-contenido h2 {
    font-size: 1.5rem;
  }
}
section#bannerInformacion .contenedor .caja-contenido h2::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 110%;
  width: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #3f3f3f;
  transform: translate(-35%, -35%);
}
section#bannerInformacion .contenedor .caja-contenido .contenido * {
  color: #ffffff;
  font-weight: 100;
  line-height: 130%;
  font-size: 0.938rem;
}
@media (max-width: 780px) {
  section#bannerInformacion .contenedor .caja-contenido .contenido * {
    font-size: 0.938rem;
  }
}
section#bannerInformacion .contenedor .caja-contenido .contenido p {
  margin: 0.5rem 0;
}
section#bannerInformacion .contenedor .caja-contenido .contenido strong,
section#bannerInformacion .contenedor .caja-contenido .contenido b {
  color: #ffffff;
  font-weight: 800;
}
section#bannerInformacion .contenedor .caja-contenido .contenido h2,
section#bannerInformacion .contenedor .caja-contenido .contenido h3,
section#bannerInformacion .contenedor .caja-contenido .contenido h4 {
  font-size: 0.938rem;
  font-weight: 800;
  color: #ffffff;
}
@media (max-width: 780px) {
  section#bannerInformacion .contenedor .caja-contenido .contenido h2,
  section#bannerInformacion .contenedor .caja-contenido .contenido h3,
  section#bannerInformacion .contenedor .caja-contenido .contenido h4 {
    font-size: 0.938rem;
  }
}
section#bannerInformacion .contenedor .caja-contenido .contenido h2,
section#bannerInformacion .contenedor .caja-contenido .contenido h3,
section#bannerInformacion .contenedor .caja-contenido .contenido h4 {
  margin: 1rem 0;
}
section#bannerInformacion .contenedor .caja-contenido .contenido ul li,
section#bannerInformacion .contenedor .caja-contenido .contenido ol li {
  list-style-type: disc;
  margin-left: 1.5rem;
}
section#bannerInformacion .contenedor .caja-contenido .contenido ol li {
  list-style-type: decimal;
}
section#bannerInformacion .contenedor .caja-contenido .contenido > ul, section#bannerInformacion .contenedor .caja-contenido .contenido > ol {
  padding: 0.5rem 0;
}
section#bannerInformacion .contenedor .caja-contenido .contenido > ul ol li,
section#bannerInformacion .contenedor .caja-contenido .contenido > ul ul li, section#bannerInformacion .contenedor .caja-contenido .contenido > ol ol li,
section#bannerInformacion .contenedor .caja-contenido .contenido > ol ul li {
  padding: 0;
}
section#bannerInformacion .contenedor .caja-contenido .contenido img {
  max-width: 100%;
  border-radius: 1.5rem;
}
@media (max-width: 780px) {
  section#bannerInformacion .contenedor .caja-contenido .contenido img {
    border-radius: 0.8rem;
  }
}
section#bannerInformacion .contenedor .caja-contenido a {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  color: #ffffff;
  font-weight: normal;
  background: #2a80c3;
  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;
  line-height: 1.2;
}
section#bannerInformacion .contenedor .caja-contenido a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #1e669e;
  border-radius: 0.5rem;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
section#bannerInformacion .contenedor .caja-contenido a span {
  color: #ffffff;
  font-weight: normal;
  line-height: 1.2;
  position: relative;
  transition: all 0.3s ease;
  z-index: 2;
}
section#bannerInformacion .contenedor .caja-contenido a span::before {
  font-weight: normal;
  content: attr(data-title);
  position: absolute;
  font-size: 0.938rem;
  width: -moz-max-content;
  width: max-content;
  line-height: 1.2;
  opacity: 0;
  transition: all 0.3s ease;
}
section#bannerInformacion .contenedor .caja-contenido a svg {
  height: 1rem;
  width: 2rem;
  z-index: 2;
}
section#bannerInformacion .contenedor .caja-contenido a svg path {
  fill: #ffffff;
  transition: all 0.3s ease;
}
section#bannerInformacion .contenedor .caja-contenido a:hover, section#bannerInformacion .contenedor .caja-contenido a.active {
  background-color: #1e669e;
  color: #ffffff;
}
section#bannerInformacion .contenedor .caja-contenido a:hover::before, section#bannerInformacion .contenedor .caja-contenido a.active::before {
  opacity: 1;
  z-index: 1;
}
section#bannerInformacion .contenedor .caja-contenido a:hover span, section#bannerInformacion .contenedor .caja-contenido a.active span {
  color: transparent;
}
section#bannerInformacion .contenedor .caja-contenido a:hover span::before, section#bannerInformacion .contenedor .caja-contenido a.active span::before {
  opacity: 1;
  color: #ffffff;
  font-weight: normal;
}
section#bannerInformacion .contenedor .caja-contenido a:hover svg path, section#bannerInformacion .contenedor .caja-contenido a.active svg path {
  fill: #ffffff;
}
@media (max-width: 780px) {
  section#bannerInformacion .contenedor .caja-contenido a {
    font-size: 0.938rem;
    padding: 0.4rem 0.8rem;
  }
}
section#bannerInformacion .contenedor .caja > img {
  margin: 0 0 0 auto;
}
@media (max-width: 780px) {
  section#bannerInformacion .contenedor .caja > img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }
}/*# sourceMappingURL=index.css.map */