@import url("../fonts/generales_ieem/style.css");
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:wght@400;700&display=swap" rel="stylesheet');
@import url("../fonts/generales_ieem/style.css");
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:wght@400;700&display=swap" rel="stylesheet');
.difusores {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(min(2rem, 100%), 1fr));
  margin-bottom: 5rem;
  justify-items: center;
}
.difusores li {
  display: flex;
  width: 20rem;
  height: 20rem;
  align-items: center;
  justify-content: center;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  background-color: #fff;
}
.difusores li a img {
  display: block;
  width: 15rem;
  height: auto;
}

.nav-principal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.nav-principal li {
  display: flex;
  min-width: 20rem;
  width: 100%;
  max-width: 30rem;
  align-items: center;
  justify-content: center;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  background-color: #fff;
  padding: 2rem;
  margin: 1rem;
  position: relative;
}
.nav-principal li a {
  font-size: 1.2rem;
  text-align: center;
  color: #252525;
  line-height: normal;
}
.nav-principal li a span {
  font-size: 1.5rem;
  display: block;
  font-weight: bold;
  color: #f09;
}
.nav-principal li a img {
  display: block;
  width: auto;
  height: 3rem;
  margin: 0 auto;
}
.nav-principal li a img.imagenes-xxl {
  height: 10rem;
}
.nav-principal li.encarte {
  background-image: url(../imagenes/back-encarte.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family: "Atkinson Hyperlegible", sans-serif;
}

.seguimiento {
  display: flex;
  width: 100%;
  padding: 3rem;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  flex-direction: column;
  margin-bottom: 5rem;
}
.seguimiento p {
  display: block;
  font-weight: bold;
  line-height: normal;
  font-size: 3rem;
  max-width: 60rem;
  text-align: center;
  color: #2c2e34;
}
.seguimiento .numeros {
  margin: 2rem auto 0 auto;
}
.seguimiento .numeros span {
  padding: 1rem;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.4);
}
.seguimiento .small {
  display: block;
  margin-top: 2.7rem;
  font-size: 2rem;
}
@media screen and (max-width: 850px) {
  .seguimiento {
    margin-top: 0;
    padding: 1rem;
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

.clear {
  clear: both;
}

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
}

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

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

p, li, a {
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: 2rem;
  font-size: 1.8rem;
}

.checkbox, .checkbox-intern {
  display: none;
}

html, body {
  height: 100%;
  min-height: 100%;
}

body {
  font-size: 1.6rem !important;
}

h1, h2, h3, h4, h5 {
  display: block;
}

body {
  font-family: "Atkinson Hyperlegible", sans-serif;
  background-color: rgb(239, 239, 239);
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #EBE3F1;
  margin: 0 auto;
}
header .justicia {
  display: block;
  position: absolute;
  max-width: 1280px;
  height: 30rem;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
header .justicia img {
  position: absolute;
  top: 0;
  right: 0;
  width: 35rem;
}
header .logos_header {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 3rem;
  max-width: 1280px;
  height: 25rem;
  justify-content: center;
}
header .logos_header.difusores {
  justify-content: flex-start;
  background-image: url(../imagenes/back-difusores.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
}
header .logos_header .logo_ieem {
  padding-right: 3rem;
  width: auto;
  height: 8rem;
  border-right: solid 1px #ff0099;
}
header .logos_header .logo_proceso {
  padding-left: 3rem;
  width: auto;
  height: 8rem;
}
header .difusores-logo {
  display: block;
  width: auto;
  height: 25rem;
}

main {
  display: flex;
  align-content: center;
  justify-content: center;
  position: relative;
  margin-top: 5rem;
}
main .contenedor {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  padding: 3rem;
  width: 90%;
}
@media screen and (max-width: 850px) {
  main .contenedor {
    padding-top: 0;
    width: 100%;
  }
}

footer.template {
  margin-top: 5rem;
}
footer.template a {
  color: #000;
  text-decoration: none;
}
footer.template section {
  padding: 3rem;
}
footer.template > section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer.template > section > .icon {
  font-size: 8rem;
  margin-bottom: 2rem;
}
footer.template > section .generales_ieem {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
footer.template > section .generales_ieem p {
  display: flex;
  font-size: 1.2rem;
  margin-right: 2.5rem;
}
footer.template > section .generales_ieem p .icon {
  font-size: 2rem;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}
footer.template > section .generales_ieem p .icon:hover {
  color: #000;
}
footer.template > section .generales_ieem p.direccion {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 1rem;
}

@media screen and (max-width: 850px) {
  header {
    height: 23rem;
  }
  header .justicia {
    background-image: url(../imagenes/background-dama_small.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
    padding: 0;
  }
  header .justicia img {
    display: none;
  }
  header .logos_header {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 3rem;
    max-width: 1280px;
    height: 25rem;
    position: relative;
    z-index: 2;
  }
  header .logos_header.difusores {
    background-image: url(../imagenes/back-difusores-mobil.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
  }
  header .logos_header.difusores .logo_ieem {
    display: none;
  }
  header .logos_header.difusores .logo_proceso {
    display: none;
  }
  main .contenedor {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  header .justicia {
    background-image: url(../imagenes/background-dama_small-2.png);
  }
  header .justicia img {
    display: none;
  }
}/*# sourceMappingURL=layout.css.map */