@charset "UTF-8";
@import url(css_reset.css);
@import "https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,300;0,400;0,700;0,800;1,300;1,400;1,700;1,800&display=swap";
@import url("../fonts/icomoon/style.css");
@import url("../fonts/Rockwell/stylesheet.css");
.header-template {
  display: flex;
  align-items: center;
  background-color: #912180;
  width: 100%;
  height: 8rem;
  background-image: url(../imagenes/layout/back-header-rop.webp);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}
.header-template h1 {
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
}
.header-template h1 .titulo-ieem {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}
.header-template .icon {
  align-items: center;
  justify-content: center;
  width: 20rem;
  height: 100%;
  background-color: #4B575E;
  position: relative;
  margin-right: 2rem;
}
@media screen and (max-width: 500px) {
  .header-template .icon {
    width: 15rem;
  }
}
.header-template .icon.icon-ieem-logo {
  font-size: 5rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .header-template .icon.icon-ieem-logo {
    font-size: 4rem;
  }
}
.header-template .icon::after {
  display: block;
  content: "";
  width: 0.2rem;
  height: 90%;
  position: absolute;
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.header-template a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: auto;
  height: 1px;
  font-size: 1.4rem;
  overflow: hidden;
  z-index: -999;
}
.header-template a.skip-main:focus {
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 0 35%;
  padding: 5px;
  font-size: 20px;
  outline: 3px solid #fff;
  text-align: center;
  z-index: 999;
  color: #fff;
}

.footer-template {
  display: block;
  width: 100%;
  background-color: #E3E3E3;
  color: #4B575E;
}
.footer-template section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(30rem, 100%), 1fr));
  gap: 3rem;
  padding: 3rem;
  max-width: 1280px;
  margin: 0 auto;
}
.footer-template section article.logo-ieem {
  display: flex;
}
@media screen and (max-width: 500px) {
  .footer-template section article.logo-ieem {
    flex-direction: column;
  }
}
.footer-template section article.logo-ieem .icon {
  color: #4B575E;
  margin-right: 2rem;
  height: 10rem;
}
.footer-template section article.logo-ieem .icon.icon-ieem-logo {
  font-size: 8rem;
  text-align: center;
}
.footer-template section article.logo-ieem .contactos-ieem {
  padding-top: 3rem;
}
.footer-template section article.logo-ieem .contactos-ieem h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
.footer-template section article.logo-ieem .contactos-ieem .icon {
  font-size: 2.5rem;
  margin-right: 1rem;
  text-decoration: none;
  height: auto;
}
.footer-template section article.logo-ieem .contactos-ieem p {
  display: inline-block;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.footer-template section article.logo-ieem .contactos-ieem p.coe {
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 900;
  color: #4B575E;
}
.footer-template section article.logo-ieem .contactos-ieem p.coe span {
  display: block;
  font-family: "icomoon";
}
.footer-template section article.logo-ieem .contactos-ieem span {
  display: inline;
}
.footer-template section article.logo-ieem .contactos-ieem a {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  color: #4B575E;
  font-weight: 900;
}
.footer-template section article.redes ul {
  display: flex;
  flex-direction: row;
  margin: 2rem 0 4rem 0;
}
.footer-template section article.redes ul li {
  display: block;
  margin-right: 1rem;
}
.footer-template section article.redes ul li a {
  font-size: 3rem;
}
.footer-template section article.redes .icon {
  color: #4B575E;
}
.footer-template section article.redes .contactos-ieem {
  padding-top: 3rem;
}
.footer-template section article.redes .contactos-ieem p {
  font-size: 1.3rem;
}
.footer-template section article.redes img {
  display: block;
  width: 15rem;
  margin-bottom: 1rem;
}
.footer-template section article.redes p, .footer-template section article.redes a {
  font-size: 1.3rem;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 5rem auto;
  overflow: hidden;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #ff0099;
  top: 0;
  bottom: 0;
  left: 2rem;
  margin-left: -3px;
}

/* contenido around content */
.contenido {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: calc(100% - 2.3rem);
}

/* The circles on the timeline */
.contenido::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: #ff0099;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the contenido to the left */
.left {
  left: 0;
}

/* Place the contenido to the right */
.right {
  left: 2.3rem;
}

/* Add arrows to the left contenido (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid red;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent red;
}

/* Add arrows to the right contenido (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid rgb(211, 194, 226);
  border-width: 10px 10px 10px 0;
  border-color: transparent rgb(211, 194, 226) transparent transparent;
}

/* Fix the circle for contenidos on the right side */
.right::after {
  left: -16px;
}

/* The actual content */
.contenido-inter {
  padding: 20px 30px;
  background-color: rgb(211, 194, 226);
  position: relative;
  border-radius: 6px;
  margin-bottom: 4rem;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }
  /* Full-width contenidos */
  .contenido {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  /* Make sure that all arrows are pointing leftwards */
  .contenido::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
    left: 15px;
  }
  /* Make all right contenidos behave like the left ones */
  .right {
    left: 0%;
  }
}
.js-slide {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.4s ease;
}

.js-slide.active {
  opacity: 1;
  transform: translateX(0);
}

.container-cards {
  position: relative;
  width: 100%;
  padding: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(40rem, 100%), 1fr));
  gap: 2rem;
}
@media screen and (max-width: 480px) {
  .container-cards {
    padding: 0;
  }
}

.container-cards .card {
  position: relative;
  background: #fff;
  margin: 20px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .container-cards .card {
    margin: 0;
  }
}

.container-cards .card:hover {
  filter: blur(0px);
  transform: scale(1.1);
  opacity: 1;
}

.container-cards .card .circle {
  position: relative;
  width: 100%;
  background: #000;
  text-align: center;
}

.container-cards .card .circle h2 {
  color: #fff;
  padding: 3rem 0 3rem 0;
  text-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.3);
  margin-bottom: 0;
}
.container-cards .card .circle h2 span {
  display: block;
  font-size: 1.5rem;
}

.container-cards .card .content {
  position: relative;
  padding: 2rem;
  min-height: 35rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: inherit;
}
.container-cards .card .content strong {
  color: #ff0099;
}
.container-cards .card .content ul {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.container-cards .card .content ul li {
  margin-bottom: 1rem;
}
.container-cards .card .content .btn {
  display: block;
  width: auto;
  background-color: rgb(84, 24, 98);
  background-image: none !important;
  margin: 1rem auto;
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer !important;
}

.container-cards .card:nth-child(1) .circle,
.container-cards .card:nth-child(1) .content a {
  background: #ffaf00;
  background-image: url(../imagenes/contentido/presidencia-municipal.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.container-cards .card:nth-child(2) .circle,
.container-cards .card:nth-child(2) .content a {
  background: #da2268;
  background-image: url(../imagenes/contentido/sindicos.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.container-cards .card:nth-child(3) .circle,
.container-cards .card:nth-child(3) .content a {
  background: #bb02ff;
  background-image: url(../imagenes/contentido/regidores.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.container-cards .card:nth-child(4) .circle,
.container-cards .card:nth-child(4) .content a {
  background: #ff02f2;
  background-image: url(../imagenes/contentido/congreso-edomex.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.faq-container {
  max-width: 86rem;
  width: 100%;
  margin: 20px auto;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.faq-item {
  border-bottom: 1px solid #eee;
  padding: 10px;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  font-weight: bold;
  cursor: pointer;
  padding: 10px 0;
  list-style: none; /* Elimina el marcador por defecto en algunos navegadores */
}

/* Estilo para navegadores que aún muestran el marcador (ej. Firefox) */
.faq-question::-webkit-details-marker {
  display: none;
}

/* Puedes añadir un icono personalizado usando CSS pseudo-elementos (::after) */
.faq-question::after {
  content: "+";
  float: right;
  transition: transform 0.3s;
}

/* Rota el icono cuando el details está abierto */
.faq-item[open] .faq-question::after {
  content: "−"; /* O una flecha hacia arriba, etc. */
  transform: rotate(180deg);
}

.faq-answer p {
  padding: 10px 0 0;
  margin: 0;
  color: #555;
  /* Efecto de transición simple para la altura (requiere JS para un control total de la altura dinámica) */
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}

.faq-item[open] .faq-answer p {
  opacity: 1;
  max-height: 500px; /* Suficiente altura para mostrar el contenido */
}

main article {
  width: 100%;
  max-width: 1280px;
  margin: 5rem auto;
  padding: 3rem;
  margin-bottom: 10rem;
}
main article .sub-ind {
  vertical-align: super;
  font-size: 1rem; /* O un porcentaje, ej: 75% */
  position: relative;
}
@media screen and (max-width: 480px) {
  main article {
    padding: 3rem 1rem;
  }
}
main .contenedor-foto {
  display: block;
  width: 100%;
  height: 25rem;
  overflow: hidden;
  margin: 0 auto 3rem auto;
  position: relative;
  margin-bottom: 3rem;
  z-index: 1;
  background-color: #fff;
}
main .contenedor-foto .img-general {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
main .contenedor-foto h2 {
  display: block;
  position: absolute;
  z-index: 3;
  bottom: 1rem;
  left: 3rem;
  color: #fff;
  font-size: 3rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
main .contenedor-foto:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 25rem;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
main .seccion {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 500px) {
  main .seccion {
    flex-direction: column;
  }
}
main .seccion.izquierda, main .seccion.derecha {
  margin-bottom: 10rem;
}
main .seccion.izquierda .imagen, main .seccion.derecha .imagen {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
}
@media screen and (max-width: 500px) {
  main .seccion.izquierda .imagen, main .seccion.derecha .imagen {
    margin-right: 0;
  }
}
main .seccion.izquierda .imagen figure, main .seccion.derecha .imagen figure {
  display: block;
  width: 30rem;
  height: 30rem;
  border: solid 1rem #f09;
  border-radius: 50%;
  overflow: hidden;
  padding-top: 3rem;
}
main .seccion.izquierda .datos, main .seccion.derecha .datos {
  display: flex;
  flex-direction: column;
  width: 70%;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  main .seccion.izquierda .datos, main .seccion.derecha .datos {
    width: 100%;
  }
}
main .seccion.izquierda .imagen {
  margin-right: 2rem;
}
main .seccion.izquierda .datos {
  text-align: left;
}
main .seccion.derecha .imagen {
  margin-left: 2rem;
}
@media screen and (max-width: 500px) {
  main .seccion.derecha .imagen {
    margin-left: 0;
  }
}
main .seccion.derecha ul {
  display: flex;
  flex-direction: column;
  list-style: disc;
  text-align: left;
  margin-left: 2rem;
}
main .contenedor-tabla {
  display: block;
  width: 100%;
  overflow: auto;
  margin-bottom: 2rem;
}
main .tabla-criterios {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #ccc;
}
main .tabla-criterios tr th {
  background-color: #652C90;
  color: #fff;
  padding: 1rem;
}
main .tabla-criterios tr td {
  padding: 1rem;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  min-width: 20rem;
}
main .tabla-criterios tr td:last-of-type {
  border-right: none;
}
main .tarjetas {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(35rem, 100%), 1fr));
  gap: 2rem;
}
main .tarjetas.duo-colls {
  grid-template-columns: repeat(auto-fit, minmax(min(50rem, 100%), 1fr));
}
main .tarjetas li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 60rem;
  min-height: 10rem;
  padding: 1rem 2rem;
  border-radius: 1rem;
  text-align: center;
  text-transform: uppercase;
  background-color: #652C90;
  color: #fff;
  margin: auto;
}
main .tarjetas li a.full {
  max-width: 100%;
}

aside {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 3rem 2rem;
  justify-content: space-around;
  position: relative;
  font-size: 1.3rem;
}
aside::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25rem;
  height: 0.2rem;
  background-color: #000;
}
aside li span {
  margin-right: 1rem;
  color: #f09;
}

/*----------SLIDER------------*/
.slider {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 80rem;
  margin: auto;
  background: #111;
  color: #fff;
  display: flex;
  background: #5c257a;
  background: -webkit-linear-gradient(145deg, rgb(92, 37, 122) 16%, rgb(255, 171, 233) 100%);
  background: -moz-linear-gradient(145deg, rgb(92, 37, 122) 16%, rgb(255, 171, 233) 100%);
  background: linear-gradient(145deg, rgb(92, 37, 122) 16%, rgb(255, 171, 233) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#5C257A", endColorstr="#FFABE9", GradientType=0 );
  color: #fff;
  overflow: hidden;
}
.slider h2 {
  font-size: 4rem;
}
@media screen and (max-width: 480px) {
  .slider {
    min-height: 90rem;
  }
  .slider h2 {
    font-size: 3rem;
    line-height: 3.9rem;
  }
}

.slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(0.9);
  filter: blur(10px);
  opacity: 0;
  transition: all 0.8s ease;
}

/* Fondos por escena */
#slide-1::before {
  background-image: url("../imagenes/contentido/que_son.webp");
  opacity: 0.3;
}

#slide-2::before {
  background-image: url("../imagenes/contentido/para_que.webp");
  opacity: 0.3;
}

/* Escena activa */
.slide.active {
  opacity: 1;
  pointer-events: auto;
}

.slide.active::before {
  transform: scale(1);
  filter: blur(2);
  opacity: 1;
}

.slide {
  position: absolute;
  max-width: 1280px;
  margin: auto;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

.slide.active {
  opacity: 1;
  pointer-events: auto;
}

.content {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2rem;
}
.content .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60%;
}
.content .text h2, .content .text p {
  align-self: flex-start;
}
.content img {
  width: 40%;
  height: auto;
  animation: imgOut 0.4s forwards;
  display: flex;
  align-self: center;
}
@media screen and (max-width: 920px) {
  .content .text {
    width: auto;
  }
  .content img {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .content .text {
    width: auto;
  }
  .content img {
    display: none;
  }
}

/* Animaciones al entrar */
.slide.active h2,
.slide.active p {
  animation: textIn 0.6s forwards;
}

.slide.active img {
  animation: imgIn 0.8s forwards;
}

/* Keyframes */
@keyframes textIn {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes textOut {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(40px);
  }
}
@keyframes imgIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes imgOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.9);
  }
}
.controls {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  width: calc(100% - 20px);
  max-width: 1280px;
  margin: auto;
}

.controls button {
  padding: 10px 16px;
  border: 2px solid #ff4f9a;
  background: rgb(202, 16, 152);
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease;
  opacity: 0.2;
}

/* BOTÓN ACTIVO */
.controls button.active {
  background: #ff4f9a;
  color: #fff;
  opacity: 1;
}

/* Hover opcional */
.controls button:hover {
  background: rgba(255, 79, 154, 0.3);
}

/*-----------------------*/
.slider--2 {
  height: 100%;
  min-height: 55rem;
  position: relative;
  overflow: hidden;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  .slider--2 {
    min-height: 95rem;
  }
}

.slider__nav {
  width: 12px;
  height: 12px;
  margin: 2rem 12px;
  border-radius: 50%;
  z-index: 10;
  outline: 6px solid #ccc;
  outline-offset: -6px;
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slider__nav:checked {
  -webkit-animation: check 0.4s linear forwards;
  animation: check 0.4s linear forwards;
}

.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
  left: 0%;
}

.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
  left: -100%;
}

.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
  left: -200%;
}

.slider__nav:checked:nth-of-type(4) ~ .slider__inner {
  left: -300%;
}

.slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  height: auto;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.slider__contents {
  height: 100%;
  width: 40rem;
  padding: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider__contents .link-acuerdo {
  display: block;
  margin: 2rem auto;
  background-color: #ff0099;
  border-radius: 1rem;
  padding: 1rem;
  color: #fff;
  width: 15rem;
  text-decoration: none;
  font-size: 1.5rem;
}
.slider__contents a {
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .slider__contents {
    padding: 0;
  }
}

.slider__image {
  font-size: 2.7rem;
  color: #2196F3;
}

.slider__caption {
  font-weight: 500;
  margin: 2rem 0 1rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}

.slider__txt {
  color: #999;
  margin-bottom: 3rem;
  max-width: 100%;
}

@-webkit-keyframes check {
  50% {
    outline-color: #ff0099;
    box-shadow: 0 0 0 12px #f38eca, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #ff0099;
    box-shadow: 0 0 0 0 #f38eca, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}
@keyframes check {
  50% {
    outline-color: #ff0099;
    box-shadow: 0 0 0 12px #f38eca, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #ff0099;
    box-shadow: 0 0 0 0 #f38eca, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}
/*-----GALERIA ACUERDOS-----------*/
.galeria-acuerdos {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
}
.galeria-acuerdos li {
  display: block;
}
.galeria-acuerdos li img {
  display: block;
  width: auto;
  height: 25rem;
}
@media screen and (max-width: 480px) {
  .galeria-acuerdos {
    gap: 1rem;
  }
  .galeria-acuerdos li img {
    height: 20rem;
  }
}

.galeria-modals {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(15rem, 100%), 1fr));
  gap: 2rem;
}

/*-------ir arriba-----*/
#btn-ir-arriba {
  display: none; /* Oculto por defecto */
  position: fixed; /* Fijo en pantalla */
  bottom: 20px; /* A 20px del borde inferior */
  right: 30px; /* A 30px del borde derecho */
  z-index: 99; /* Sobre otros elementos */
  border: none;
  outline: none;
  background-color: #7511b8;
  color: white;
  cursor: pointer;
  border-radius: 10px;
  transition: opacity 0.3s, transform 0.3s; /* Transición suave */
  font-size: 1.3rem;
  padding: 1.5rem 1.5rem 1.5rem 3.5rem;
}
#btn-ir-arriba::before {
  font-family: "icomoon";
  content: "\e907";
  position: absolute;
  font-size: 3rem;
  top: 0;
  left: 0.5rem;
  bottom: 0;
  margin: auto;
  display: block;
  width: 3rem;
  height: 3rem;
}

#btn-ir-arriba.visible {
  display: block; /* Mostrar cuando tenga la clase 'visible' */
}

#btn-ir-arriba:hover {
  background-color: #320650;
}

/*-----------MODAL---------*/
button.open-modal {
  appearance: none;
  border: none;
  background-color: #ff0099;
  border-radius: 1rem;
  display: flex;
  margin: 1rem auto;
  padding: 1rem 2rem;
  font-size: 1.7rem;
  color: #fff;
}

.modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 999;
}

.modal.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.modal-box {
  position: relative;
  width: 90%;
  max-width: 900px;
  max-height: 80vh;
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  overflow: auto;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 26px;
  background: none;
  border: none;
  cursor: pointer;
}

.modal-box img {
  max-width: 99%;
  height: auto;
  display: block;
  margin: auto;
}

/*-----------ICONOGRAFIA-----*/
.iconografia-content {
  display: flex;
  flex-direction: column;
  width: fit-content;
  padding: 2rem;
  background-color: #e0ceeb;
  border-radius: 2rem;
  margin: 0 auto 5rem auto;
}
.iconografia-content .iconografia {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.iconografia-content .iconografia li {
  display: flex;
  align-items: center;
  margin-right: 4rem;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}
.iconografia-content .iconografia li img {
  display: block;
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
}

.consulta {
  display: block;
  margin: 0 auto;
}
.consulta img {
  display: block;
  width: auto;
  height: 20rem;
  margin: 0 auto;
}

/*------NAV------*/
#btn-main-menu {
  display: none;
}

label.icon-nav {
  display: none;
}

.nav-template {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 3rem auto;
  padding: 2rem 3rem;
  position: relative;
  border-bottom: solid 1px #f09;
  text-transform: uppercase;
}
.nav-template ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(30rem, 100%), 1fr));
  gap: 1rem;
  align-items: center;
}
.nav-template ul li a, .nav-template ul li button {
  display: block;
  color: #4B575E;
  font-weight: 700;
  padding: 1rem;
  text-align: left;
  font-size: 1.8rem;
}
.nav-template ul li ul {
  display: flex;
  flex-direction: column;
  width: 22rem;
}
.nav-template ul li ul li {
  margin-right: 0;
}
.nav-template ul li ul li button[aria-expanded=false]:after, .nav-template ul li ul li button[aria-expanded=true]:after {
  color: #fff;
}
.nav-template ul li ul li a, .nav-template ul li ul li button {
  color: #fff;
  font-weight: 300;
  font-size: 1.5rem;
}
.nav-template ul li ul li a:hover, .nav-template ul li ul li button:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.nav-template ul li ul li ul {
  background-color: rgba(0, 0, 0, 0.5);
}
.nav-template ul li ul li ul li a {
  display: block;
  width: 100%;
  color: #fff;
  font-weight: 300;
  color: #fff;
  padding-left: 2rem;
  font-size: 1.3rem;
}
.nav-template ul li ul li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.nav-template ul li button {
  border: 0;
  background: transparent;
  cursor: pointer;
  width: 100%;
  display: flex;
  margin-right: 0.5rem;
}
.nav-template ul li button[aria-expanded=false]:after, .nav-template ul li button[aria-expanded=true]:after {
  font-family: "icomoon";
  display: flex;
  margin-left: auto;
  content: "\e900";
  color: #f09;
  font-size: 1.5rem;
}
.nav-template ul li button[aria-expanded=true]:after {
  transform: rotate(180deg);
}
.nav-template > ul > li > ul {
  position: absolute;
  z-index: 10;
}
.nav-template [id^=sub] {
  background-color: rgba(0, 0, 0, 0.7);
}

/*-----GENERALES-----*/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  font-size: 2rem;
  font-family: "Atkinson Hyperlegible", serif;
  line-height: normal;
  color: black;
}

h2, h3, h4, h5 {
  font-family: "Poppins", serif;
  font-weight: 700;
  margin-bottom: 1.6rem;
}

a {
  text-decoration: none;
  color: #f09;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

p {
  margin-bottom: 1.6rem;
  line-height: 115%;
}

ul {
  margin-bottom: 2rem;
}

strong {
  font-weight: 900;
}

.icon {
  display: flex;
  font-family: "icomoon";
}

.btn {
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 0.3rem;
  margin: 2rem 0;
  border-radius: 2rem;
}

.bullets {
  list-style: disc;
  margin-left: 2rem;
}
.bullets li::marker {
  color: #f09;
}

.numeros {
  list-style: decimal;
  margin-left: 2rem;
}
.numeros li::marker {
  color: #f09;
}

h2 {
  position: relative;
  padding-bottom: 0.7rem;
  margin-bottom: 3rem;
  /*
  &::before {
      display: block;
      content: '';
      width: 5rem;
      height: .5rem;
      background-color: variables.$rosa-fuerte;
      position: absolute;
      bottom: 0;
      left: 0;
  }
      */
}

/*# sourceMappingURL=styles.css.map */
