@import url(css_reset.css);
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Raleway:wght@500;700;800&display=swap";
@import url("../fonts/icomoon/style.css");
.header-template {
  display: flex;
  align-items: center;
  background-color: #912180;
  width: 100%;
  height: 8rem;
  margin-bottom: 2rem;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  padding-right: 6rem;
}
.header-template h1 {
  color: #fff;
  font-weight: 600;
  font-size: 1.7rem;
}
.header-template h1 .titulo-ieem {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}
.header-template h1 span {
  display: block;
  font-weight: 400;
}
.header-template .logo {
  display: block;
  width: auto;
  height: 70%;
}
.header-template .icon {
  align-items: center;
  justify-content: center;
  width: 20rem;
  height: 100%;
  background-color: #4B575E;
  position: relative;
  margin-right: 2rem;
}
.header-template .icon.icon-ieem-logo {
  font-size: 5rem;
  text-align: center;
  color: #fff;
}
.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;
}

@media screen and (max-width: 768px) {
  .header-template .logo {
    display: block;
    width: auto;
    height: 40%;
  }
  .header-template .icon {
    margin-right: 1rem;
  }
}
#btn-main-menu {
  display: none;
}

label.icon-nav {
  display: none;
}

.nav-template {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  border-bottom: solid 1px #f09;
}
.nav-template ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
  margin-bottom: 1rem;
}
.nav-template ul li {
  display: flex;
  width: 22rem;
  list-style: none;
  position: relative;
  /*&.inicio {
    display: none;
  }*/
}
@media screen and (max-width: 768px) {
  .nav-template ul li.inicio {
    display: block;
  }
}
.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.4rem;
}
.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 > button, .nav-template ul li > a {
  height: 100%;
}
.nav-template > ul > li > ul {
  position: absolute;
  z-index: 10;
}
.nav-template [id^=sub] {
  background-color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 768px) {
  .skip-main {
    display: none;
  }
  .header-template {
    position: relative;
    z-index: 25;
  }
  .header-template h1 {
    font-size: 1.7rem;
  }
  .header-template .icon {
    width: 11rem;
  }
  .header-template .icon.icon-ieem-logo {
    font-size: 4rem;
    padding: 0 2rem;
  }
  #btn-main-menu {
    display: block;
  }
  input.icon-nav[type=checkbox] {
    display: block;
    appearance: none;
    cursor: pointer;
    position: absolute;
    z-index: 51;
    right: -10px;
    top: 0.5rem;
    margin: 10px 20px;
  }
  input.icon-nav[type=checkbox]::before {
    display: block;
    content: "\e9bd";
    font-size: 2.8rem;
    font-family: "icomoon";
    color: #4B575E;
    background-color: #fff;
    border: solid 1px #ccc;
    padding: 0.51rem;
    border-radius: 0.5rem;
    width: 4rem;
    height: 4rem;
  }
  #btn-main-menu:checked ~ .nav-template {
    transform: translateX(0%);
  }
  .nav-template {
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0px;
    width: 100%;
    transform: translateX(-100%);
    transition: all 0.3s;
    height: 100%;
    padding: 6rem 0 0 0;
    background-color: #f09;
  }
  .nav-template ul {
    display: flex;
    flex-direction: column;
    background-color: #f09;
  }
  .nav-template ul li {
    position: relative;
    margin-right: 0;
  }
  .nav-template ul li a, .nav-template ul li button {
    color: #fff;
  }
  .nav-template ul li ul {
    width: 100%;
  }
  .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 button[aria-expanded=false]:after, .nav-template ul li button[aria-expanded=true]:after {
    color: #fff;
  }
  .nav-template > ul > li > ul {
    position: relative;
  }
}
main {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 3rem;
  justify-content: space-around;
  position: relative;
}
main .migas {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 3rem;
}
main .migas .inicio {
  display: block;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}
main .migas .inicio::before {
  font-family: "icomoon";
  content: "\e90a";
  display: block;
  font-size: 2.5rem;
}
main .migas span::after {
  display: block;
  width: 3rem;
  content: "\e909";
  font-family: "icomoon";
  position: relative;
  font-size: 2rem;
  color: #757575;
}
main .migas h2 {
  color: #757575;
}
@media screen and (max-width: 550px) {
  main .migas h2 {
    font-size: 1.6rem;
  }
}
main .bullets {
  list-style: disc;
  list-style-position: outside;
  padding-left: 2rem;
}
main .numeros {
  list-style: decimal;
  list-style-position: outside;
  padding-left: 2rem;
}
main .banner-general {
  display: flex;
  width: 100%;
  height: 25rem;
  align-items: center;
  position: relative;
  background-color: #e3d8e8;
}
main .banner-general .logo {
  display: block;
  width: 25rem;
  height: 15rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18%;
  margin: auto;
  z-index: 2;
}
main .banner-general::after {
  content: "";
  display: block;
  width: 38.5rem;
  height: 28rem;
  background-image: url(../images/layout/banner-general.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0rem;
  top: 0rem;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 720px) {
  main .banner-general .logo {
    left: 10%;
  }
  main .banner-general::after {
    background-image: url(../images/layout/banner-general-medium-2.png);
    width: 33rem;
  }
}
@media screen and (max-width: 550px) {
  main .banner-general .logo {
    left: 0;
    right: 0;
    margin: auto;
  }
  main .banner-general::after {
    background-image: url(../images/layout/banner-general-small.png);
    right: 0;
    top: 0;
    width: 15.8rem;
    height: 27rem;
  }
}
main h2 {
  display: block;
}
main h2 span {
  display: block;
  font-size: 1.7rem;
  font-weight: 300;
  color: #f09;
}
main h3 {
  margin: 0 0 2rem 0;
}
main h3 + .iframe_doc {
  display: block;
  margin: 2rem 1px;
}
main .nav-general {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(15rem, 100%), 1fr));
  gap: 2rem;
  margin: 3rem auto;
}
main .nav-general a {
  display: flex;
  padding: 2rem 1rem;
  color: #fff !important;
  font-weight: 400;
  background-color: rgba(174, 52, 155, 0.5647058824);
  border: none;
  letter-spacing: 0.05rem;
  cursor: pointer;
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.5rem;
}
main .nav-general a.active {
  background-color: #912180;
}
main .nav-general.candidaturas-x-eleccion.desactivoado a {
  opacity: 0.5;
}
main .nav-general.candidaturas-x-eleccion.desactivoado a.activo {
  opacity: 1;
}
main .nav-general.candidaturas-x-eleccion a {
  display: flex;
  flex-direction: column;
}
main .nav-general.candidaturas-x-eleccion a i {
  display: block !important;
}
main .nav-general.candidaturas-x-eleccion a.presi {
  background-color: #fd9cba;
  color: #2c2c39 !important;
}
main .nav-general.candidaturas-x-eleccion a.mtdj {
  background-color: #8DBAEE;
  color: #2c2c39 !important;
}
main .nav-general.candidaturas-x-eleccion a.magis {
  background-color: #D5E4C0;
  color: #2c2c39 !important;
}
main .nav-general.candidaturas-x-eleccion a.jueces {
  background-color: #FFC688;
  color: #2c2c39 !important;
}
main .nav-general select.select {
  display: flex;
  width: 100%;
  max-width: 50rem;
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: #fdfdfd;
}
main .check {
  display: flex;
  align-content: center;
  justify-content: center;
  background-color: #e7e7e7;
  padding: 2rem 1px;
}
main .check li {
  display: flex;
  align-items: center;
  margin: 0 1rem;
}
main .check li input[type=radio] {
  display: none;
}
main .check li input[type=radio]:checked + label {
  background-color: #912180;
  color: white;
  transition: all 0.5s;
}
main .check li label {
  cursor: pointer !important;
  padding: 1rem;
  background-color: #f3f3f3;
  color: rgba(75, 87, 94, 0.4);
  transition: all 0.5s;
}
main .consultas {
  display: block;
  align-content: center;
  justify-content: center;
  background-color: #e7e7e7;
  padding: 2rem;
}
main .consultas h3 {
  display: block;
}
main .consultas.desplegable {
  padding: 0;
}
main .consultas.desplegable .aviso-boletas {
  display: block;
  text-align: center;
  margin: 2rem 0 0 0;
  padding: 1rem;
  background-color: #f09;
  color: #fff;
  font-size: 1.8rem;
}
main .consultas .logo_conoceles {
  display: flex;
  width: auto;
  height: 25rem;
  margin: 2rem auto;
}
main .consultas .logo_observadores {
  display: flex;
  width: auto;
  height: 18rem;
  margin: 2rem auto;
}
main .consultas .enlace-img {
  display: block;
  border: solid 1px #ccc;
  padding: 1rem;
  border-radius: 1rem;
  position: relative;
  transition: all 0.5s;
}
main .consultas .enlace-img::after {
  position: absolute;
  display: block;
  width: 5rem;
  height: 5rem;
  background-color: #8b1f66;
  border-radius: 1rem;
  right: 2rem;
  bottom: 2rem;
  content: "";
  background-image: url(../images/layout/enlace-externo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
}
main .consultas .enlace-img:hover {
  padding: 2rem;
  transition: all 0.5s;
}
main .consultas .collums-2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
main .consultas .collums-2 div {
  display: flex;
  flex-direction: column;
  width: 49%;
  padding: 2rem;
  background-color: #dedede;
  margin-bottom: 2rem;
}
main .consultas .collums-2 div h3 {
  margin-bottom: 1rem;
}
main .consultas .collums-2 div p {
  margin-bottom: 0;
}
@media screen and (max-width: 550px) {
  main .consultas .collums-2 {
    flex-direction: column;
  }
  main .consultas .collums-2 div {
    width: 100%;
  }
}
main .partidos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(30rem, 100%), 1fr));
  gap: 2rem;
  padding: 2rem;
  list-style: none;
  background-color: #f3f3f3;
}
main .partidos li {
  display: flex;
  align-items: center;
}
main .partidos li p {
  font-weight: 900;
  margin: 0;
}
main .partidos li p span {
  font-weight: 400;
  display: block;
  color: #f09;
}
main .partidos li img {
  display: block;
  width: auto;
  height: 5rem;
  margin-right: 1rem;
}
main .contenedor-box {
  display: grid;
  gap: 2rem;
  padding: 2rem;
}
main .contenedor-box.full {
  grid-template-columns: 1fr;
}
main .contenedor-box.full .box {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background-color: #f3f3f3;
  min-height: 40rem;
}
main .contenedor-box.half {
  grid-template-columns: repeat(auto-fit, minmax(min(38rem, 100%), 1fr));
  padding: 0;
  margin: 3rem 0;
}
main .contenedor-box.half .box {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background-color: #f3f3f3;
  min-height: 40rem;
}
main .contenedor-box.half .box h3 {
  margin-top: 0;
}
main .contenedor-box.half .box .btn {
  margin: 2rem 0 0 0;
}
main .contenedor-box.half .box.map_pdf embed {
  min-height: 40rem;
}
main .contenedor-box.colums-3 {
  grid-template-columns: repeat(auto-fit, minmax(min(30rem, 100%), 1fr));
}
main .contenedor-tabla {
  display: block;
  width: auto;
  overflow: auto;
  max-height: 50rem;
  margin: 2rem 0;
}
main .contenedor-tabla .tabla_resultados {
  width: 100%;
  margin: 0 0 2rem 0;
}
main .contenedor-tabla .tabla_resultados tr td {
  min-width: 10rem;
}
main .contenedor-tabla .tabla_resultados.presi thead {
  background-color: #fd9cba;
}
main .contenedor-tabla .tabla_resultados.presi thead tr th p {
  color: #2c2c39;
}
main .contenedor-tabla .tabla_resultados.mtdj thead {
  background-color: #8DBAEE;
}
main .contenedor-tabla .tabla_resultados.mtdj thead tr th p {
  color: #2c2c39;
}
main .contenedor-tabla .tabla_resultados.magis thead {
  background-color: #D5E4C0;
}
main .contenedor-tabla .tabla_resultados.magis thead tr th p {
  color: #2c2c39;
}
main .contenedor-tabla .tabla_resultados.jueces thead {
  background-color: #FFC688;
}
main .contenedor-tabla .tabla_resultados.jueces thead tr th p {
  color: #2c2c39;
}
main .contenedor-tabla .tabla_resultados thead {
  background-color: #556679;
  position: sticky;
  top: 0;
  height: 5rem;
}
main .contenedor-tabla .tabla_resultados thead tr th {
  padding: 0.5rem;
  min-width: 20rem;
  border-left: solid 1px #565654;
  color: #fff;
}
main .contenedor-tabla .tabla_resultados thead tr th:first-child {
  width: 80%;
}
main .contenedor-tabla .tabla_resultados thead tr th p {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 0;
}
main .contenedor-tabla .tabla_resultados tbody tr {
  background-color: #f3f3f3;
}
main .contenedor-tabla .tabla_resultados tbody tr:nth-child(2n) {
  background-color: #fafafa;
}
main .contenedor-tabla .tabla_resultados tbody tr td {
  padding: 1rem;
  text-align: left;
}
main .contenedor-tabla .tabla_resultados tbody tr td:nth-child(2) {
  width: 20%;
  text-align: center;
}
main .contenedor-tabla .tabla_resultados tbody tr td:nth-child(2) img {
  display: block;
  width: auto;
  height: 5rem;
  margin: 0 auto;
}
main .contenedor-tabla .tabla_resultados tbody tr td .partido_mdc {
  display: block;
  width: auto;
  height: 4.5rem;
  margin: 1rem auto;
}
main .contenedor-tabla .tabla_resultados.calendario thead tr th:first-child {
  width: 20%;
}
main .contenedor-tabla .tabla_resultados.calendario tbody tr td:nth-child(1) p {
  text-align: center;
  font-weight: 600;
  font-size: 4rem;
  color: #2c2c39;
  background-color: #e3d8e8;
  padding: 1rem;
}
main .contenedor-tabla .tabla_resultados.calendario tbody tr td:nth-child(1) p span {
  display: block;
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
main .contenedor-tabla .tabla_resultados.calendario tbody tr td:nth-child(1) p::before {
  display: block;
  content: "2025";
  background-color: #f09;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0.5rem;
}
main .contenedor-tabla .tabla_resultados.calendario tbody tr td:nth-child(2) {
  width: 80%;
}
main .contenedor-tabla .tabla_resultados.single tbody tr td a {
  display: block;
  width: 100%;
  padding: 2rem;
}
main .contenedor-tabla .tabla_resultados.collums-3 thead tr th:first-child {
  width: 1rem;
}
main .contenedor-tabla .tabla_resultados.collums-3 tbody tr td {
  min-width: auto;
}
main .contenedor-tabla .tabla_resultados.collums-3 tbody tr td:nth-child(1) {
  width: 0.5rem;
  text-align: center;
}
main .contenedor-tabla .tabla_resultados.collums-3 tbody tr td:nth-child(2) {
  width: 100%;
  text-align: left;
}
main .contenedor-tabla .tabla_resultados.collums-3 tbody tr td:nth-child(3) {
  width: 1rem;
}
main .contenedor-tabla .tabla_resultados.collums-3 tbody tr td:nth-child(3) img {
  display: block;
  width: auto;
  height: 5rem;
  margin: auto;
}
main .contenedor-tabla .tabla_resultados.collums-3-acuerdos thead tr th:nth-of-type(1) {
  width: 30rem !important;
}
main .contenedor-tabla .tabla_resultados.collums-3-acuerdos thead tr th:nth-of-type(2) {
  width: inherit !important;
  min-width: inherit !important;
  padding: 0 2rem;
}
main .contenedor-tabla .tabla_resultados.collums-3-acuerdos tbody tr td span {
  display: block;
  font-size: 1.4rem;
}
main .contenedor-tabla .tabla_resultados.collums-3-acuerdos tbody tr td:nth-of-type(2) {
  min-width: 4rem !important;
  width: inherit !important;
}
main .contenedor-tabla .tabla_resultados.collums-4-acuerdos thead tr th:first-child {
  width: inherit !important;
  min-width: 1rem;
}
main .contenedor-tabla .tabla_resultados.collums-4-acuerdos tbody tr:nth-child(2n) {
  background-color: rgba(75, 87, 94, 0.1);
}
main .contenedor-tabla .tabla_resultados.collums-4-acuerdos tbody tr td {
  text-align: left;
  min-width: auto;
}
main .contenedor-tabla .tabla_resultados.collums-4-acuerdos tbody tr td:nth-child(1) {
  text-align: center;
}
main .contenedor-tabla .tabla_resultados.collums-4-acuerdos tbody tr td:nth-child(2) {
  width: 10%;
  text-align: left;
}
main .contenedor-tabla .tabla_resultados.collums-4-acuerdos tbody tr td:nth-child(2) span {
  display: block;
}
main .contenedor-tabla .tabla_resultados.collums-4-acuerdos tbody tr td:nth-child(3) {
  width: 10%;
}
main .contenedor-tabla .tabla_resultados.collums-4-acuerdos tbody tr td:nth-child(3) img {
  display: block;
  width: auto;
  height: 5rem;
  margin: auto;
}
main .contenedor-tabla .tabla_resultados.collums-4-acuerdos tbody tr td:nth-child(4) {
  width: 70%;
}
main .contenedor-tabla .tabla_resultados.collums-4 thead tr th:first-child {
  width: inherit !important;
  min-width: 1rem;
}
main .contenedor-tabla .tabla_resultados.collums-4 tbody tr:nth-child(2n) {
  background-color: rgba(75, 87, 94, 0.1);
}
main .contenedor-tabla .tabla_resultados.collums-4 tbody tr td {
  text-align: left;
  min-width: auto;
}
main .contenedor-tabla .tabla_resultados.collums-4 tbody tr td:nth-child(1) {
  text-align: center;
}
main .contenedor-tabla .tabla_resultados.collums-4 tbody tr td:nth-child(2) {
  width: 30%;
  text-align: left;
}
main .contenedor-tabla .tabla_resultados.collums-4 tbody tr td:nth-child(3) {
  width: 30%;
}
main .contenedor-tabla .tabla_resultados.collums-4 tbody tr td:nth-child(4) {
  width: 30%;
}
main .nav-content-informativo {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(25rem, 100%), 1fr));
  gap: 3rem;
}
main .nav-content-informativo li {
  display: flex;
  justify-content: center;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 10rem 2rem 2rem 2rem;
  position: relative;
  margin-top: 5rem;
}
main .nav-content-informativo li.btn_cargos_ine {
  padding: 0;
  margin: 0;
}
main .nav-content-informativo li.btn_cargos_ine .btn {
  margin: 0;
}
main .nav-content-informativo li.btn_cargos_ine .externo {
  background-image: url(../images/layout/enlace-externo.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: auto 50%;
}
main .nav-content-informativo li div {
  display: block;
  background-color: #fff;
  width: 13rem;
  height: 13rem;
  border-radius: 10rem;
  position: absolute;
  left: 0;
  right: 0;
  top: -5rem;
  margin: auto;
  box-shadow: 0rem -0.5rem 0.5rem rgba(0, 0, 0, 0.2);
}
main .nav-content-informativo li div img {
  display: block;
  width: auto;
  height: 8rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
main .nav-content-informativo li a {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 2rem;
  background-color: #ff0099;
  color: #fff;
  text-align: center;
  border-radius: 0.5rem;
}
main .nav-content-informativo li a:hover {
  background-color: rgba(255, 0, 153, 0.4);
}
main .nav-content-informativo.cargos {
  grid-template-columns: repeat(auto-fit, minmax(min(40rem, 100%), 1fr));
  padding: 3rem;
}
@media screen and (max-width: 720px) {
  main .nav-content-informativo.cargos.cargos {
    padding: 1rem;
  }
}
main .nav-content-informativo.cargos li {
  display: block;
  align-items: center;
  position: relative;
}
main .nav-content-informativo.cargos li .btn {
  width: 100%;
  padding: 1rem 3rem 1rem 0;
  text-align: center;
}
main .nav-content-informativo.cargos li ul {
  display: block;
  position: absolute;
  z-index: 4;
  left: 0;
  background-color: #fff;
  box-shadow: 0rem 0.5rem 0.5rem rgba(0, 0, 0, 0.2);
  padding-bottom: 2rem;
}
main .nav-content-informativo.cargos li ul li {
  display: flex;
  flex-direction: column;
  padding: 0 2rem;
  margin-top: 1rem;
  border-radius: 0;
  padding-left: 2rem;
  align-items: flex-start;
  text-align: left;
}
main .nav-content-informativo.cargos li ul li p, main .nav-content-informativo.cargos li ul li span {
  text-align: left;
  font-weight: 400;
  font-size: 1.6rem;
  color: #000;
}
main .nav-content-informativo.cargos li ul li p span, main .nav-content-informativo.cargos li ul li span span {
  position: relative;
  padding-left: 1rem;
}
main .nav-content-informativo.cargos li ul li p i, main .nav-content-informativo.cargos li ul li span i {
  display: inline;
  color: #f09;
  margin-right: 0.5rem;
}
main .nav-content-informativo.cargos p {
  font-weight: 600;
  text-align: center;
}
main .nav-content-informativo.cargos p span {
  display: block;
  color: #f09;
  font-size: 3.4rem;
  font-weight: 800;
}
main .nav-content-informativo.cargos p .btn {
  width: 15rem;
  margin: 0 auto;
}
main .nav-content-informativo.cargos .capa {
  display: flex;
}
main .nav-content-informativo.federales {
  grid-template-columns: repeat(auto-fit, minmax(min(30rem, 100%), 1fr));
}
main .nav-content-informativo.boletas li {
  padding: 2rem;
  margin-top: 0;
}
main .nav-content-informativo.boletas li a {
  display: flex;
  flex-direction: column;
  background-color: transparent;
  padding: 0;
  color: #2c2c39;
  font-weight: 600;
}
main .nav-content-informativo.boletas li a span {
  margin: 1rem 0 0 0;
}
main .nav-content-informativo.boletas li a span i {
  display: block;
}
main .nav-content-informativo.encuestas {
  display: flex;
}
main .nav-content-informativo.encuestas li {
  padding: 2rem;
  margin-top: 0;
}
main .nav-content-informativo.encuestas li a {
  background-color: transparent;
  padding: 0;
}
main .nav-content-informativo.encuestas li a img {
  display: block;
  width: 20rem;
  height: 20rem;
}
main .sige-botoneras {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(30rem, 100%), 1fr));
  gap: 3rem;
}
main .sige-botoneras li {
  display: flex;
  justify-content: center;
  border-radius: 0.5rem;
  position: relative;
}
main .sige-botoneras li a {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
  padding: 2rem 2rem;
  background-color: #912180;
  color: #fff;
  text-align: center;
  border-radius: 0.5rem;
}
main .conoceles {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .conoceles img {
  display: block;
  width: 30rem;
  height: auto;
}
main .conoceles a {
  display: flex;
  justify-content: center;
  align-content: center;
  width: auto;
  padding: 1rem 2rem;
  background-color: #ff0099;
  color: #fff;
  text-align: center;
  border-radius: 0.5rem;
  margin: 2rem auto;
}
main button {
  display: flex;
  width: 100%;
  padding: 2rem 4rem 2rem 1rem;
  background-color: #cccccc;
  border: none;
  text-align: left;
  cursor: pointer;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}
main button.btn-link {
  display: inline;
  appearance: none;
  border: none;
  color: #f09;
  padding: 0;
  margin: 0;
  width: auto;
  background-color: transparent;
}
main button.sub-sub-nav-btn {
  background-color: transparent;
}
main button.sub-sub-nav-btn[aria-expanded=false]:after, main button.sub-sub-nav-btn[aria-expanded=true]:after {
  background-color: transparent;
}
main button[aria-expanded=false]:after, main button[aria-expanded=true]:after {
  font-family: "icomoon";
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  background-color: #757575;
  content: "\e900";
  color: #fff;
  font-size: 1.5rem;
  width: 4rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
main button[aria-expanded=true]:after {
  transform: rotate(180deg);
}
main > ul {
  display: block;
  background-color: #8b1f66;
}
main > ul li {
  margin-bottom: 0;
}
main > ul li a {
  background-color: transparent;
  padding: 1rem;
}

@media screen and (max-width: 766px) {
  main {
    padding: 1rem;
  }
  main .logo-sige .logo {
    left: 0;
    right: 0;
    margin: auto;
    height: 8rem;
  }
}
@media screen and (max-width: 500px) {
  main {
    padding: 1rem;
  }
  main .logo-sige .logo {
    height: 5rem;
    top: 0;
    bottom: 0;
    left: 1rem;
    right: inherit;
    margin: auto;
  }
  main .logo-sige::after {
    content: "";
    display: block;
    width: 10rem;
    height: 10rem;
    background-image: url(../images/layout/mapa.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  main .consultas {
    padding: 1rem;
  }
  main .contentedor-box {
    padding: 1rem;
  }
}
.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;
}
.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;
}

@media screen and (max-width: 766px) {
  .footer-template section article {
    flex-direction: column;
  }
}
/*-----GENERALES-----*/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  font-size: 1.6rem !important;
  font-family: "Roboto", sans-serif;
  line-height: normal;
}

h2, h3, h4, h5 {
  font-family: "Raleway", sans-serif;
  color: #4B575E;
  font-weight: 700;
}

a {
  text-decoration: none;
  color: #f09;
}

p {
  margin-bottom: 1.6rem;
}

strong {
  font-weight: 900;
}

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

.btn {
  display: inline-block;
  padding: 1rem 2rem;
  background-color: #f09;
  color: #fff;
  border-radius: 0.3rem;
  margin-top: 1rem;
}

.important_txt {
  display: inline-block;
  width: fit-content;
  padding: 1rem 2rem;
  background-color: #652C90;
  color: #fff;
  border-radius: 0.3rem;
  margin-top: 1rem;
}
.important_txt.full {
  width: 100%;
}
.important_txt.center {
  text-align: center;
  margin: 0 auto;
}

.campa {
  display: block;
  width: auto;
  height: 10rem;
  margin: 2rem auto;
}

/*
nav {
    ul {
        li {
            &.active {
                background-color: rgb(193, 193, 220);
                color: green;
            }
        }
    }
}
*/

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