@import url(css_reset.css);
@import url(components.css);
@import "https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Fjalla+One&family=Play:wght@400;700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap";
@import url("../fonts/generales/style.css");
@media screen and (max-width: 768px) {
  #inicio .header-template {
    margin-top: 4rem;
  }
}

.header-template {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #912180;
  width: 100%;
  height: 8rem;
  margin-bottom: 2rem;
  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;
}
@media screen and (max-width: 480px) {
  .header-template h1 .titulo-ieem {
    font-size: 1.2rem;
  }
}
.header-template .logo {
  display: block;
  width: auto;
  height: 70%;
}
@media screen and (max-width: 768px) {
  .header-template .logo .logo {
    display: block;
    width: auto;
    height: 40%;
  }
}
.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: 768px) {
  .header-template .icon .icon {
    margin-right: 1rem;
  }
}
.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;
}
.header-template .visitas {
  display: flex;
  position: absolute;
  align-items: center;
  top: 0;
  bottom: 0;
  right: 3rem;
  margin: auto;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .header-template .visitas {
    width: 100%;
    height: 4rem;
    right: 0;
    left: 0;
    top: -8rem;
    justify-content: flex-end;
    margin: inherit;
    background-color: #8c4774;
  }
}
.header-template .visitas p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 0;
  font-size: 1rem;
  text-align: right;
  color: #3d062a;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .header-template .visitas p {
    flex-wrap: nowrap;
    display: flex;
    align-items: flex-end;
    font-size: 1.6rem;
    margin-right: 1rem;
  }
}
.header-template .visitas p::before {
  content: "\e90a";
  font-family: "icomoon";
  display: inline;
  font-size: 1.3rem;
  margin-right: 0.2rem;
}
@media screen and (max-width: 480px) {
  .header-template .visitas p::before {
    font-size: 1.8rem;
  }
}
.header-template .visitas p span {
  display: block;
  width: 100%;
  font-size: 2rem;
  font-family: "Play", sans-serif;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .header-template .visitas p span {
    margin-left: 0.5rem;
  }
}

#btn-main-menu {
  display: none;
}

label.icon-nav {
  display: none;
}

.nav-template {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 3rem 0 3rem;
  position: relative;
  border-bottom: solid 1px #f09;
}
.nav-template ul {
  display: flex;
  justify-content: space-between;
}
.nav-template ul li {
  list-style: none;
  position: relative;
  margin-right: 1rem;
}
.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.6rem;
}
.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;
  align-items: flex-start;
}
.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 {
  max-width: 22rem;
  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;
    padding-right: 10rem;
  }
  .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;
  }
  #inicio input.icon-nav[type=checkbox] {
    top: 4.8rem;
  }
  #btn-main-menu:checked ~ input.icon-nav[type=checkbox] {
    top: 1rem;
  }
  input.icon-nav[type=checkbox] {
    display: block;
    appearance: none;
    cursor: pointer;
    position: absolute;
    z-index: 51;
    right: 1rem;
    top: 1rem;
    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;
  min-height: 100vh;
  margin: 0 auto;
  padding: 3rem;
  justify-content: space-around;
  position: relative;
}
@media screen and (max-width: 480px) {
  main {
    padding: 1rem;
  }
}
main a.link-externo::after {
  content: "\e909";
  font-family: "icomoon";
  display: inline;
}
main .contenedor-foto {
  display: block;
  width: 100%;
  height: 25rem;
  overflow: hidden;
  margin: 0 auto 3rem auto;
  position: relative;
  margin-bottom: 3rem;
  z-index: 1;
}
main .contenedor-foto .img-general {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
@supports (-o-object-fit: cover) or (object-fit: cover) {
  main .contenedor-foto .img-general {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    transition: all 0.2s;
  }
}
main .contenedor-foto h2 {
  display: block;
  position: absolute;
  z-index: 3;
  bottom: 1rem;
  left: 3rem;
  color: #fff;
  font-size: 3rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 480px) {
  main .contenedor-foto h2 {
    bottom: 0rem;
    left: 1rem;
  }
}
main .contenedor-foto h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 5rem;
  height: 0.5rem;
  bottom: 0;
  left: 0;
  background-color: #f09;
}
main .contenedor-foto:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 25rem;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
main .banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 20rem;
  border-radius: 1rem;
  padding: 2.5rem 30rem 2.5rem 3rem;
  margin: 5rem auto 5rem auto;
  background-color: #543d83;
  background-image: url(../images/layout/banner_back.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  box-shadow: 0.3rem 0.3rem 2rem rgba(28, 2, 42, 0.5);
}
@media screen and (max-width: 780px) {
  main .banner {
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 480px) {
  main .banner {
    padding: 2rem;
    margin: 5rem auto 10rem auto;
  }
}
main .banner::before {
  display: block;
  content: "";
  width: 30rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/layout/banner_back-2.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
@media screen and (max-width: 600px) {
  main .banner::before {
    display: none;
  }
}
main .banner h2 {
  text-transform: uppercase;
  font-size: 2.3rem;
  color: #fff;
}
main .banner p {
  font-weight: 300;
  color: #f2a3ef;
}
main .banner img {
  display: block;
  width: auto;
  height: 25rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(30deg);
  z-index: 3;
}
@media screen and (max-width: 780px) {
  main .banner img {
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 480px) {
  main .banner img {
    bottom: -23rem;
    height: 16rem;
    right: 3rem;
    transform: rotate(45deg);
  }
}
main .banner .desplegable-nav {
  position: relative;
  display: flex;
  align-items: center;
}
main .banner .desplegable-nav .subnav {
  display: flex;
  padding-left: 2rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 480px) {
  main .banner .desplegable-nav .subnav {
    padding-left: 0;
  }
}
main .banner .desplegable-nav .subnav li a {
  font-size: 1.3rem;
  padding: 0 1.5rem;
  color: #fff;
}
@media screen and (max-width: 480px) {
  main .banner .desplegable-nav .subnav {
    position: absolute;
    flex-direction: row;
    position: absolute;
    flex-direction: column;
    background-color: #882484;
    top: 4rem;
  }
  main .banner .desplegable-nav .subnav li a {
    display: block;
    padding: 0.75rem 1rem;
    text-align: left;
  }
  main .banner .desplegable-nav .subnav li a:first-of-type {
    padding-bottom: 1.5rem;
  }
  main .banner .desplegable-nav .subnav li a:last-of-type {
    padding-bottom: 1.5rem;
  }
}
main .banner .desplegable-nav button {
  border: none;
  padding: 1rem;
  font-size: 1.2rem;
  border-radius: 0.5rem;
  background-color: #f09;
  color: #fff;
  cursor: pointer;
}
main .text-prev {
  margin-bottom: 5rem;
}
@media screen and (max-width: 480px) {
  main .text-prev {
    margin-bottom: 10rem;
  }
}
main .boletines {
  width: 100%;
  margin-bottom: 5rem;
}
@media screen and (max-width: 480px) {
  main .boletines {
    margin-bottom: 10rem;
  }
}
main .boletines ul {
  display: grid;
  grid-template-columns: [col-1] 50% [col-2] 24% [col-3] 24% [col-4];
  grid-template-rows: [fil-1] 20rem [fil-2] 20rem [fil-3];
  gap: 1rem 1%;
}
main .boletines ul li {
  display: flex;
  flex-direction: column-reverse;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}
main .boletines ul li .content-boletin {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 1;
  overflow: hidden;
  border-radius: 1rem;
}
main .boletines ul li .content-boletin .content-boletin__imagen {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
  z-index: 2;
}
main .boletines ul li .content-boletin .content-boletin__imagen:hover img {
  transform: scale(1.1);
  transition: all 0.2s;
}
main .boletines ul li .content-boletin .content-boletin__imagen::after {
  display: block;
  background: rgb(0, 0, 0);
  background: linear-gradient(8deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
@supports (-o-object-fit: cover) or (object-fit: cover) {
  main .boletines ul li .content-boletin .content-boletin__imagen img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    transition: all 0.2s;
  }
}
main .boletines ul li .content-boletin .content-boletin__link {
  display: flex;
  align-items: center;
  z-index: 3;
  padding: 0.5rem 2rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
  position: absolute;
  bottom: 0;
  left: 1rem;
}
main .boletines ul li .content-boletin .content-boletin__link::before {
  content: "";
  width: 5px;
  height: 100%;
  margin-right: 1rem;
  display: block;
  border-left: solid 5px #f09;
  left: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
main .boletines ul li:first-child {
  grid-column: col-1/col-2;
  grid-row: fil-1/fil-3;
}
main .boletines ul li:nth-child(2) {
  grid-column: col-2/col-3;
  grid-row: fil-1/fil-2;
}
main .boletines ul li:nth-child(3) {
  grid-column: col-3/col-4;
  grid-row: fil-1/fil-2;
}
main .boletines ul li:nth-child(4) {
  grid-column: col-2/col-4;
  grid-row: fil-2/fil-3;
}
@media screen and (max-width: 780px) {
  main .boletines ul {
    grid-template-columns: [col-1] 24% [col-2] 24% [col-3] 24% [col-4] 24% [col-5];
    grid-template-rows: [fil-1] 20rem [fil-2] 20rem [fil-3] 20rem [fil-4];
  }
  main .boletines ul li:first-child {
    grid-column: col-1/col-5;
    grid-row: fil-1/fil-2;
  }
  main .boletines ul li:nth-child(2) {
    grid-column: col-1/col-3;
    grid-row: fil-2/fil-3;
  }
  main .boletines ul li:nth-child(3) {
    grid-column: col-3/col-5;
    grid-row: fil-2/fil-3;
  }
  main .boletines ul li:nth-child(4) {
    grid-column: col-1/col-5;
    grid-row: fil-3/fil-4;
  }
}
@media screen and (max-width: 480px) {
  main .boletines ul {
    grid-template-columns: [col-1] 24% [col-2] 24% [col-3] 24% [col-4] 24% [col-5];
    grid-template-rows: [fil-1] 20rem [fil-2] 20rem [fil-3] 20rem [fil-4] 20rem [fil-5];
  }
  main .boletines ul li:first-child {
    grid-column: col-1/col-5;
    grid-row: fil-1/fil-2;
  }
  main .boletines ul li:nth-child(2) {
    grid-column: col-1/col-5;
    grid-row: fil-2/fil-3;
  }
  main .boletines ul li:nth-child(3) {
    grid-column: col-1/col-5;
    grid-row: fil-3/fil-4;
  }
  main .boletines ul li:nth-child(4) {
    grid-column: col-1/col-5;
    grid-row: fil-4/fil-5;
  }
}
main .video-gallery {
  margin-bottom: 5rem;
  background: #451d69;
  background: -webkit-linear-gradient(180deg, rgb(69, 29, 105) 19%, rgb(140, 110, 181) 96%);
  background: -moz-linear-gradient(180deg, rgb(69, 29, 105) 19%, rgb(140, 110, 181) 96%);
  background: linear-gradient(180deg, rgb(69, 29, 105) 19%, rgb(140, 110, 181) 96%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#451D69", endColorstr="#8C6EB5", GradientType=0 );
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  main .video-gallery {
    margin-bottom: 10rem;
  }
}
main .video-gallery.sesiones {
  display: flex;
  padding: 3rem;
  background-color: #652C90;
  border-radius: 1rem;
  overflow: hidden;
}
main .video-gallery.sesiones::before {
  content: "";
  position: absolute;
  inset: 0px;
  margin: auto;
  background-image: url(../images/layout/back-video-gallery-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  main .video-gallery.sesiones {
    flex-direction: column;
    padding: 1rem;
  }
}
main .video-gallery.sesiones .gallery-info {
  align-self: center;
  padding: 2rem;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 780px) {
  main .video-gallery.sesiones .gallery-info {
    padding: 0;
  }
}
main .video-gallery.sesiones .gallery-info p {
  margin-bottom: 2rem;
}
main .video-gallery.sesiones .gallery-info .Title {
  font-family: "Fjalla One", sans-serif;
  font-size: 5rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 2rem;
  text-shadow: 0.3rem 0.3rem 0.1rem rgba(255, 0, 247, 0.2);
}
@media screen and (max-width: 480px) {
  main .video-gallery.sesiones .gallery-info .Title {
    padding: 4;
  }
}
main .video-gallery.sesiones .gallery-info .subTitle {
  font-size: 2.5rem;
  font-weight: 400;
}
main .video-gallery.sesiones .gallery-info .video-info h4 {
  font-size: 1.8rem;
  color: #edaaea;
}
main .video-gallery.sesiones .gallery-info .video-info #videoDescription {
  font-size: 1.3rem;
  font-weight: 200;
}
main .video-gallery.sesiones .video-app {
  display: block;
  width: 60%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 780px) {
  main .video-gallery.sesiones .video-app {
    width: 100%;
  }
}
main .video-gallery.sesiones .video-app .content-slider-slider {
  display: flex;
  align-items: center;
  padding: 0 2rem;
  position: relative;
}
main .video-gallery.sesiones .video-app .content-slider-slider .slider-controls {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  align-items: center;
}
main .video-gallery.sesiones .video-app .content-slider-slider .slider-controls button {
  width: 3rem;
  height: 3rem;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1rem;
  z-index: 10;
  background-color: #f09;
  color: #fff;
}
main .red-mujeres {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 5rem;
}
main .red-mujeres article {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 780px) {
  main .red-mujeres article {
    flex-direction: column;
    gap: 0;
  }
}
main .red-mujeres article ul {
  display: flex;
  width: 50%;
  position: relative;
  justify-content: center;
}
@media screen and (max-width: 780px) {
  main .red-mujeres article ul {
    width: 100%;
    min-height: auto;
  }
}
@media screen and (max-width: 480px) {
  main .red-mujeres article ul {
    flex-direction: column;
  }
}
main .red-mujeres article ul li {
  padding: 2rem;
}
main .red-mujeres article ul li:first-of-type {
  align-self: flex-start;
}
@media screen and (max-width: 480px) {
  main .red-mujeres article ul li:first-of-type {
    align-self: auto;
  }
}
main .red-mujeres article ul li:last-of-type {
  align-self: flex-end;
}
@media screen and (max-width: 480px) {
  main .red-mujeres article ul li:last-of-type {
    align-self: auto;
  }
}
main .red-mujeres article ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: #f2e0f0;
  width: 20rem;
  height: 20rem;
  border-top-right-radius: 1rem;
  border-top-left-radius: 30%;
  border-bottom-right-radius: 30%;
  border-bottom-left-radius: 1rem;
  box-shadow: inset 0.8rem 0.8rem 1rem rgba(75, 3, 114, 0.2);
  transition: all 0.2s;
}
@media screen and (max-width: 480px) {
  main .red-mujeres article ul li a {
    width: 100%;
    height: 10rem;
    border-top-left-radius: 5rem;
    border-bottom-right-radius: 5rem;
  }
}
main .red-mujeres article ul li a img {
  display: block;
  width: 90%;
  height: auto;
  transition: all 0.2s;
}
@media screen and (max-width: 480px) {
  main .red-mujeres article ul li a img {
    width: auto;
    height: 100%;
  }
}
main .red-mujeres article ul li a:hover {
  transition: all 0.2s;
  box-shadow: inset 0.2rem 0.2rem 1rem rgba(75, 3, 114, 0.2);
}
main .red-mujeres article ul li a:hover img {
  transition: all 0.2s;
  transform: scale(1.1);
}
main .sabias-que {
  display: flex;
  flex-direction: row;
  position: relative;
}
@media screen and (max-width: 780px) {
  main .sabias-que {
    flex-direction: column;
  }
}
main .sabias-que article {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 2rem;
  right: -2rem;
  padding: 10rem 8rem 8rem 8rem;
  background-color: #652C90;
  border-radius: 5rem;
  margin: 10rem auto;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 780px) {
  main .sabias-que article {
    width: 80%;
    right: 0;
    margin: 10rem auto 0 auto;
  }
}
@media screen and (max-width: 480px) {
  main .sabias-que article {
    width: 100%;
    padding: 6rem 3rem 3rem;
  }
}
main .sabias-que article:last-of-type {
  align-self: flex-end;
  border: solid 1rem #fff;
  position: relative;
  left: -2rem;
  bottom: -5rem;
  background-color: #652C90;
  width: calc(50% + 0rem);
  color: #fff;
}
main .sabias-que article:last-of-type p {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 780px) {
  main .sabias-que article:last-of-type {
    left: 0;
    bottom: 0;
    top: -5rem;
    width: 70%;
    margin: 0 auto 0rem auto;
  }
}
@media screen and (max-width: 480px) {
  main .sabias-que article:last-of-type {
    top: -4rem;
    width: 90%;
  }
}
main .sabias-que h4 {
  display: block;
  position: absolute;
  right: 0;
  top: -5rem;
  background-color: #9f86d2;
  border: solid 1rem #fff;
  padding: 2rem 5rem 2rem 4rem;
  border-radius: 2rem;
  font-family: "Fjalla One", sans-serif;
  font-size: 5rem;
  font-weight: 500;
  color: #fff;
}
main .sabias-que h4::before {
  display: block;
  position: absolute;
  content: "";
  top: -7rem;
  right: -10rem;
  width: 15rem;
  height: 20rem;
  background-image: url(../images/layout/sabias-que.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  main .sabias-que h4 {
    font-size: 2.5rem;
    padding: 1rem 10rem 1rem 2rem;
  }
  main .sabias-que h4::before {
    right: 0rem;
    width: 10rem;
    height: 15rem;
  }
}
main .integracion h4 {
  font-size: 2rem;
  margin: 8rem auto;
  text-align: center;
  text-transform: uppercase;
  color: #652C90;
  background-color: #fff;
  position: relative;
  padding: 0 3rem;
}
main .integracion h4 span {
  display: block;
  width: 30rem;
  height: 0.1rem;
  margin: auto;
  background-color: #f09;
  position: relative;
}
main .integracion h4 span:before, main .integracion h4 span::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #f09;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
main .integracion h4 span:before {
  left: 0;
}
main .integracion h4 span::after {
  right: 0;
}
main .integracion ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  padding: 3rem;
}
main .integracion ul li {
  margin: 2rem;
}
main .integracion .contenedor-tarjeta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5rem auto;
}
main .integracion .contenedor-tarjeta.grid-colums {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 2rem;
}
main .integracion .contenedor-tarjeta .tarjeta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
}
main .integracion .contenedor-tarjeta .tarjeta .frente {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 14rem;
  height: 17rem;
  inset: 0;
  /*box-shadow: inset .2rem .2rem 1.5rem rgba(#4b0372, .3);*/
  z-index: 2;
  border-radius: 0.6rem;
  border-top-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
  overflow: hidden;
  margin-right: 2rem;
  position: relative;
  background-color: #e9deff;
}
main .integracion .contenedor-tarjeta .tarjeta .frente img {
  height: 18rem;
  display: block;
}
main .integracion .contenedor-tarjeta .tarjeta .frente img.logo {
  width: 80%;
  height: auto;
}
main .integracion .contenedor-tarjeta p {
  width: 50%;
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
  color: #7a5eb3;
}
main .integracion .contenedor-tarjeta p span {
  display: block;
  font-size: 1.4rem;
  font-weight: 200;
  color: #565654;
}
main .objetivo {
  display: block;
  margin: 10rem auto;
}
main .objetivo article {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 480px) {
  main .objetivo article {
    flex-direction: column;
  }
}
main .objetivo article img {
  display: block;
  width: auto;
  height: 30rem;
}
main .atribuciones {
  display: block;
  margin: 10rem auto;
  padding: 5rem;
  background: #451d69;
  background: -webkit-linear-gradient(180deg, rgb(69, 29, 105) 19%, rgb(140, 110, 181) 96%);
  background: -moz-linear-gradient(180deg, rgb(69, 29, 105) 19%, rgb(140, 110, 181) 96%);
  background: linear-gradient(180deg, rgb(69, 29, 105) 19%, rgb(140, 110, 181) 96%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#451D69", endColorstr="#8C6EB5", GradientType=0 );
  border-radius: 1rem;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  main .atribuciones {
    padding: 2rem;
  }
}
main .atribuciones::before {
  content: "";
  position: absolute;
  inset: 0px;
  margin: auto;
  background-image: url(../images/layout/back-video-gallery-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
main .atribuciones h3 {
  color: #fff;
  position: relative;
  z-index: 2;
}
main .atribuciones .botonera {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  main .atribuciones .botonera {
    flex-direction: column;
    align-items: center;
  }
}
main .atribuciones .botonera li {
  margin: 2rem;
}
main .atribuciones .botonera li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  background-color: #fff;
  width: 20rem;
  height: 20rem;
  border-top-right-radius: 0.7rem;
  border-top-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  border-bottom-left-radius: 0.7rem;
  box-shadow: inset 0.2rem 0.2rem 1rem rgba(75, 3, 114, 0.2);
  transition: all 0.2s;
  text-align: center;
  color: #7a5eb3;
}
main .atribuciones .botonera li a img {
  display: block;
  width: auto;
  height: 5rem;
  margin: 0 auto 1rem auto;
  transition: all 0.2s;
}
main .atribuciones .botonera li a:hover img {
  transition: all 0.2s;
  height: 8rem;
}
main .proximos-eventos {
  display: block;
  margin: 5rem auto;
}
main .eventos-sesibilizacion {
  display: block;
  margin: 5rem auto;
}
main .eventos-sesibilizacion .nav-eventos_principal {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5rem auto;
}
@media screen and (max-width: 480px) {
  main .eventos-sesibilizacion .nav-eventos_principal {
    flex-wrap: wrap;
  }
}
main .eventos-sesibilizacion .nav-eventos_principal button {
  box-shadow: 0px 10px 14px -7px #732751;
  background: linear-gradient(to bottom, #cc61ca 5%, #72177e 100%);
  background-color: #b55ab0;
  border-radius: 0.5rem;
  border: 1px solid #882484;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  padding: 1rem 2rem;
  margin: 0 2rem;
  text-decoration: none;
  text-shadow: 0px 1px 0px #471a36;
  transition: all 0.2s;
  opacity: 0.5;
}
@media screen and (max-width: 480px) {
  main .eventos-sesibilizacion .nav-eventos_principal button {
    margin: 1rem;
  }
}
main .eventos-sesibilizacion .nav-eventos_principal button:hover {
  background: linear-gradient(to bottom, #72177e 5%, #cc61ca 100%);
  background-color: #b55ab0;
  transition: all 0.2s;
  box-shadow: 0px 10px 14px -2px rgba(115, 39, 81, 0.5);
  transform: scale(1.1);
  opacity: 1;
}
main .eventos-sesibilizacion .nav-eventos_principal button.active {
  background: linear-gradient(to bottom, #72177e 5%, #cc61ca 100%);
  background-color: #b55ab0;
  transition: all 0.2s;
  box-shadow: 0px 10px 14px -2px rgba(115, 39, 81, 0.5);
  transform: scale(1.1);
  opacity: 1;
}
main .eventos-sesibilizacion h3 {
  margin: 5rem auto;
  font-size: 3rem;
}
main .eventos-sesibilizacion article {
  display: flex;
  flex-direction: column;
  margin: 5rem auto 10rem auto;
}
main .eventos-sesibilizacion article h4 {
  margin: 0 auto 5rem auto;
  font-size: 2.3rem;
}
main .eventos-sesibilizacion .content-eventos-sensibilizacion {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 3rem;
}
main .eventos-sesibilizacion .content-eventos-sensibilizacion li {
  display: flex;
  color: #4b0372;
  text-align: left;
  position: relative;
}
main .eventos-sesibilizacion .content-eventos-sensibilizacion li p {
  text-align: left;
}
main .eventos-sesibilizacion .content-eventos-sensibilizacion li span {
  display: block;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
  background-color: #e7ddfc;
  border-radius: 3rem;
  padding: 1rem 2rem;
}
main .eventos-sesibilizacion .content-eventos-sensibilizacion li::before {
  content: "";
  display: flex;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  flex: 0 0 auto;
  background-color: #e7ddfc;
  margin-right: 1rem;
  background-size: auto 4rem;
  background-repeat: no-repeat;
  background-position: center;
}
main .eventos-sesibilizacion .content-eventos-sensibilizacion li.curso:before {
  background-image: url(../images/layout/curso.svg);
}
main .eventos-sesibilizacion .content-eventos-sensibilizacion li.conferencia:before {
  background-image: url(../images/layout/conferencia.svg);
}
main .eventos-sesibilizacion .content-eventos-sensibilizacion li.dialogo:before {
  background-image: url(../images/layout/dialogo.svg);
}
main .eventos-sesibilizacion .content-eventos-sensibilizacion li.libro:before {
  background-image: url(../images/layout/libro.svg);
}
main .eventos-sesibilizacion .content-eventos-sensibilizacion li.teatro:before {
  background-image: url(../images/layout/teatro.svg);
}
main .eventos-sesibilizacion .content-eventos-sensibilizacion li.mesa:before {
  background-image: url(../images/layout/mesa.svg);
}
main .eventos-sesibilizacion .content-eventos-sensibilizacion li.taller-online:before {
  background-image: url(../images/layout/taller-online.svg);
}
main .eventos-sesibilizacion .content-eventos-sensibilizacion li.video-online:before {
  background-image: url(../images/layout/video-online.svg);
}
main .eventos-sesibilizacion .content-eventos-sensibilizacion li.taller:before {
  background-image: url(../images/layout/taller.svg);
}
main .eventos-sesibilizacion .content-eventos-sensibilizacion li.capacitacion:before {
  background-image: url(../images/layout/capacitacion.svg);
}
main .eventos-sesibilizacion .content-eventos-sensibilizacion li a {
  display: flex;
  width: 100%;
  margin-top: 1rem;
  flex: 0 0 auto;
}
main .eventos-sesibilizacion .modal-content h3 {
  margin: 0 0 2rem 0;
  font-size: 2rem;
  color: #7a5eb3;
}
main ul.nav-af {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  justify-content: center;
  margin: 3rem auto;
}
main ul.nav-af li {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 28rem;
}
main ul.nav-af li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 20rem;
  border-radius: 1rem;
  border-top-right-radius: 7rem;
  border-bottom-left-radius: 7rem;
  padding: 2rem;
  background-color: #f2e0f0;
  color: #4b0372;
  text-align: center;
  position: relative;
}
main ul.nav-af li a::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  min-height: 20rem;
  inset: 0;
  margin: auto;
  box-shadow: inset 0.2rem 0.2rem 1.5rem rgba(75, 3, 114, 0.3);
  z-index: 2;
  border-radius: 1rem;
  border-top-right-radius: 7rem;
  border-bottom-left-radius: 7rem;
}
main .material-grafico, main .carousel, main .documentos, main .avances, main .juegos {
  margin-bottom: 10rem;
}
main .gallery-content {
  margin: 5rem auto;
  padding: 5rem;
  border-radius: 1rem;
  background: #451d69;
  background: -webkit-linear-gradient(180deg, rgb(69, 29, 105) 19%, rgb(140, 110, 181) 96%);
  background: -moz-linear-gradient(180deg, rgb(69, 29, 105) 19%, rgb(140, 110, 181) 96%);
  background: linear-gradient(180deg, rgb(69, 29, 105) 19%, rgb(140, 110, 181) 96%);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  main .gallery-content {
    padding: 1rem;
  }
}
main .gallery-content::after {
  content: "";
  display: block;
  width: 23rem;
  height: 23rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  background-image: url(../images/layout/camaras.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  main .gallery-content::after {
    width: 11rem;
    height: 11rem;
  }
}
main .gallery-content::before {
  content: "";
  position: absolute;
  inset: 0px;
  margin: auto;
  background-image: url(../images/layout/back-video-gallery-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
main .gallery-content h3 {
  color: #fff;
}
@media screen and (max-width: 480px) {
  main .gallery-content h3 {
    margin: 3rem 0 0 1rem;
  }
}
main .gallery-content .nav-eventos_principal {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5rem auto;
}
@media screen and (max-width: 480px) {
  main .gallery-content .nav-eventos_principal {
    flex-wrap: wrap;
  }
}
main .gallery-content .nav-eventos_principal button {
  box-shadow: 0px 10px 14px -7px #732751;
  background: linear-gradient(to bottom, #cc61ca 5%, #72177e 100%);
  background-color: #b55ab0;
  border-radius: 0.5rem;
  border: 1px solid #882484;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  padding: 1rem 2rem;
  margin: 0 2rem;
  text-decoration: none;
  text-shadow: 0px 1px 0px #471a36;
  transition: all 0.2s;
  opacity: 0.5;
}
@media screen and (max-width: 480px) {
  main .gallery-content .nav-eventos_principal button {
    margin: 1rem;
  }
}
main .gallery-content .nav-eventos_principal button:hover {
  background: linear-gradient(to bottom, #72177e 5%, #cc61ca 100%);
  background-color: #b55ab0;
  transition: all 0.2s;
  box-shadow: 0px 10px 14px -2px rgba(115, 39, 81, 0.5);
  transform: scale(1.1);
  opacity: 1;
}
main .gallery-content .nav-eventos_principal button.active {
  background: linear-gradient(to bottom, #72177e 5%, #cc61ca 100%);
  background-color: #b55ab0;
  transition: all 0.2s;
  box-shadow: 0px 10px 14px -2px rgba(115, 39, 81, 0.5);
  transform: scale(1.1);
  opacity: 1;
}
main .gallery-content .ug-thumb-wrapper {
  border-radius: 1.5rem !important;
  overflow: hidden;
  border: solid 1rem transparent !important;
  background-color: transparent !important;
}
main .gallery-content .ug-thumb-wrapper .ug-thumb-overlay {
  background-color: transparent !important;
}
main .biblioteca_digital {
  display: grid;
  gap: 5rem;
  grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr)) !important;
  margin: 20px 0;
}
main .biblioteca_digital li {
  min-width: 20rem;
  background-color: transparent;
  color: #000;
  padding-top: 0;
  box-shadow: none;
  transition: all 0.3s;
  box-shadow: 0 0 2rem rgba(10, 37, 64, 0.3);
  padding: 4rem 1rem;
  border-radius: 1rem;
}
main .biblioteca_digital li:hover {
  transition: all 0.2s ease-out;
  box-shadow: 0 0 2rem rgba(10, 37, 64, 0.3);
  top: -1rem;
  background-color: white;
  transform: scale(1.1);
  transition: all 0.3s;
}
main .biblioteca_digital li:hover p {
  height: fit-content;
  text-overflow: inherit;
  -webkit-line-clamp: 1;
  display: block;
  -webkit-box-orient: inherit;
  white-space: inherit;
  transition: all 0.2s;
}
main .biblioteca_digital li p {
  font-size: 1.4rem;
  font-weight: 300;
  display: flex;
  white-space: nowrap;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  transition: all 0.2s;
  text-align: center;
}
main .biblioteca_digital li p span {
  display: block;
  font-size: 12px;
  font-style: italic;
}
main .biblioteca_digital li .boton_conocelo {
  background-color: #912180;
  color: #fff !important;
  padding: 1rem 2rem;
  border-radius: 1rem;
  width: fit-content;
  margin: auto;
  display: flex;
  font-size: 1.4rem;
}
main .biblioteca_digital li .boton_conocelo:hover {
  background-color: #6c195f;
}
main .biblioteca_digital li div {
  display: block;
  width: 150px;
  height: 150px;
  margin: auto;
  position: relative;
}
main .biblioteca_digital li div img {
  position: absolute;
  width: fit-content;
  height: 130px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
main .biblioteca_digital li:nth-of-type(4n) {
  margin-right: 0;
}
main .juegos table {
  border: none;
}
main .juegos .juegos-contenidos {
  border: 0px;
}
main .juegos .juegos-contenidos tr th {
  background-color: #f09;
  color: #fff;
  font-size: 1.8rem;
}
main .juegos .juegos-contenidos tr th:nth-child(2) {
  width: 20rem;
}
main .juegos .juegos-contenidos tr td, main .juegos .juegos-contenidos tr th {
  padding: 1rem;
  border: solid 0.1rem #dbdbdb;
}
main .juegos .juegos-contenidos img {
  display: block;
  width: auto;
  height: 5rem;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  main {
    padding: 0 1rem;
  }
}
.contactFloatWidget-modal .contacto {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  background-color: #652C90;
  padding: 4rem;
  border-radius: 2rem;
  position: relative;
  margin: 10rem auto;
  color: #fff;
  max-width: 90%;
}
@media screen and (max-width: 480px) {
  .contactFloatWidget-modal .contacto {
    flex-direction: column;
    padding: 2rem;
  }
}
.contactFloatWidget-modal .contacto article {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .contactFloatWidget-modal .contacto article {
    width: 100%;
  }
}
.contactFloatWidget-modal .contacto article h4 {
  font-size: 3rem;
  color: #d20f8e;
  margin-bottom: 1rem;
}
.contactFloatWidget-modal .contacto article ul li {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.contactFloatWidget-modal .contacto article ul li:before {
  font-family: "icomoon";
  display: inline-block;
  font-size: 3rem;
  margin-right: 1rem;
  color: #d20f8e;
}
.contactFloatWidget-modal .contacto article ul li.correo::before {
  content: "\e945";
}
.contactFloatWidget-modal .contacto article ul li.telefono::before {
  content: "\e942";
}
.contactFloatWidget-modal .contacto form {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 100%;
  padding: 2rem;
  background-color: #fff;
  border-radius: 1rem;
  color: #26043e;
}
@media screen and (max-width: 480px) {
  .contactFloatWidget-modal .contacto form {
    width: 100%;
  }
}
.contactFloatWidget-modal .contacto form label {
  font-weight: 900;
  margin-bottom: 2rem;
}
.contactFloatWidget-modal .contacto form textarea {
  appearance: none;
  margin-bottom: 2rem;
  border-radius: 1rem;
  border: solid 1px #d20f8e;
}
.contactFloatWidget-modal .contacto form button {
  display: block;
  margin: 0 auto;
  border: none;
  background-color: #d20f8e;
  border-radius: 1rem;
  color: #fff;
  padding: 1rem 2rem;
}

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

.modal.active {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  opacity: 1;
}

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

.modal-box.atribuciones-box .modal-close {
  right: 25px;
}
@media screen and (max-width: 480px) {
  .modal-box.atribuciones-box .modal-close {
    right: 5px;
  }
}

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

.modal-box {
  position: relative;
}

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

.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;
  font-family: "Atkinson Hyperlegible", sans-serif;
  line-height: normal;
}

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

.subtitles {
  display: block;
  width: 100%;
  padding-bottom: 1rem;
  margin-bottom: 4rem;
  font-size: 2.5rem;
  position: relative;
  color: #4B575E;
}
.subtitles::before {
  display: block;
  content: "";
  width: 7rem;
  height: 0.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #f09;
}

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

p {
  margin-bottom: 1.6rem;
  text-align: justify;
}

strong {
  font-weight: 900;
}

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

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

.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;
}

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

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