@font-face {
  font-family: "ITCFranklinGothicStd";
  src: url("../font/ITCFranklinGothicStd-DmCd.otf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "NHaasGroteskDSPro";
  src: url("../font/NHaasGroteskDSPro-55Rg.otf") format("truetype");
  font-weight: 300;
}

*,
::after,
::before {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  -webkit-font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}

:root {
  --colorAzul: #0047e0;
  --colorNegro: #000;
  --colorAmarillo: #ffff39;
  --colorVerde: #afff59;
  --colorNaranja: #ff8727;
  --colorRosa: #f69add;
  --ani: all 0.3s ease-in-out;
}

html {
  font-size: 0.521vw;
}

body {
  font-family: "ITCFranklinGothicStd";
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: 0px;
  margin: 0px;
  padding: 0px;
  color: var(--colorNegro);
  background-color: var(--colorAzul);
}

b,
strong {
  font-weight: 700;
}
p {
  margin: 0px 0px 2rem 0px;
}
*:focus {
  outline: none;
}

a {
  color: var(--colorNegro);
  -moz-transition: var(--ani);
  -ms-transition: var(--ani);
  -o-transition: var(--ani);
  transition: var(--ani);
}

a:hover {
}

.hero {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: -1;
}
.hero img.hero__back {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 110rem;
  transform: translateX(-50%);
  height: auto;
  opacity: 0;
}
.hero img.hero__back.active {
  opacity: 1;
}
.hero .hero__title {
  font-size: 4.6rem;
  width: 30rem;
  position: absolute;
  top: 13rem;
  left: calc(50% - 15rem);
  letter-spacing: -0.1rem;
  line-height: 80%;
}
header .hero__right_top {
  position: absolute;
  top: 2.8rem;
  right: 2.4rem;
  letter-spacing: -0.12rem;
  -moz-transition: var(--ani);
  -ms-transition: var(--ani);
  -o-transition: var(--ani);
  transition: var(--ani);
}
.hero .hero__right_bottom {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 13rem;
  display: flex;
}
.hero .hero__right_bottom img {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}
.hero__left_bottom {
  position: fixed;
  bottom: 1rem;
  left: 2.4rem;
  width: 21.5rem;
  height: auto;
  z-index: 0;
}
.hero__left_bottom svg {
  width: 100%;
  height: auto;
}

.enf__group2 {
  opacity: 0;
}

.enf {
  z-index: 2;
}
.pos1 {
  background-color: var(--colorAmarillo);
  width: 30rem;
  height: 30rem;
  position: relative;
  z-index: 6;
}
.pos1__cont {
  height: 100vh;
  width: 100%;
  display: flex;
  padding-bottom: 5rem;
  align-items: end;
  justify-content: center;
  z-index: 6;
}
.pos1 .enf__nombreenf {
  font-size: 10.4rem;
  line-height: 130%;
  text-align: center;
  font-weight: bold;
  position: absolute;
  width: 100%;
}

.enf__group1 {
  display: flex;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem;
  z-index: 1;
  pointer-events: none;
}
.enf__group1 a {
  pointer-events: initial;
}
.enf__group1_txt {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: "NHaasGroteskDSPro";
  font-size: 2.1rem;
  line-height: 110%;
  font-weight: 100;
  opacity: 0;
}
.enf__group1_txt2 {
  width: 58rem;
  font-size: 10rem;
  line-height: 80%;
  letter-spacing: -0.3rem;
  opacity: 0;
}
.enf__group2 {
  position: relative;
  background-color: var(--colorAmarillo);
  padding: 3rem 3rem 8rem 82rem;
}

.enf__group2_title {
  font-size: 9.5rem;
  line-height: 78%;
  width: 59rem;
  letter-spacing: -0.4rem;
  position: absolute;
  left: 3rem;
  top: 3rem;
}
.enf__group2_logo {
  margin-bottom: 28rem;
}
.enf__group2_logo svg {
  width: 21rem;
}
.enf__group2_txt {
  font-family: "NHaasGroteskDSPro";
  font-size: 2.1rem;
  line-height: 110%;
  font-weight: 100;
  margin-bottom: 14rem;
}
.enf__group2__link {
  font-size: 7rem;
  letter-spacing: -0.3rem;
}

.enf__group2__img1 {
  width: 43rem;
  height: auto;
  margin: 8rem 0px 0px 26rem;
}

.enf__group2__img2 {
  width: 43rem;
  margin: -8rem 0px 0px -58rem;
  mix-blend-mode: multiply;
}
.pos5__group1-txt-small {
  font-size: 1.4rem;
  line-height: 108%;
}

.pos2__cont {
  height: 100vh;
  width: 100%;
  display: flex;
  padding-bottom: 5rem;
  align-items: end;
  justify-content: center;
  margin-top: -98vh;
  position: relative;
}
.pos2 {
  background-color: var(--colorVerde);
  padding: 3rem;
  width: 30rem;
  height: 30rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.forges__group1,
.libro__group1 {
  display: flex;
  gap: 3rem;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 2rem;
}
.forges__group1 > div,
.libro__group1 > div {
  display: flex;
  gap: 6rem;
}
.forges__group1 > div > div,
.libro__group1 > div > div {
  width: 50%;
}
.forges__group1 img,
.libro__group1 img {
  width: 24.7rem;
  height: auto;
}
.libro_open {
  cursor: pointer;
}

.pos5__group1-title,
.pos5__group1-img,
.pos5__group1-subtitle,
.pos5__group1-txt,
.pos5__group1-logos {
  opacity: 0;
}

.forges__group1-a,
.forges__group1 img,
.forges__group1-txt2,
.forges__group1-txt {
  opacity: 0;
}

.forges__group1-txt,
.libro__group1-txt {
  font-family: "NHaasGroteskDSPro";
  font-size: 2.1rem;
  line-height: 110%;
  font-weight: 100;
}
.forges__group1-txt p:last-child,
.libro__group1-txt p:last-child {
  margin: 0px;
}
.forges__group1 > div:last-child,
.libro__group1 > div:last-child {
  align-items: end;
}
.forges__group1 a,
.libro__group1 a {
  font-size: 3.4rem;
  line-height: 100%;
  letter-spacing: -0.1rem;
}
.forges__group1-txt2,
.libro__group1-txt2 {
  font-size: 7rem;
  line-height: 80%;
  max-width: 33rem;
  letter-spacing: -0.2rem;
}

.libro__group1-txt,
.libro__group1 .libro__group1-a,
.libro__group1 img,
.libro__group1-txt2 {
  opacity: 0;
}

.pos3__cont {
  height: 100vh;
  width: 100%;
  display: flex;
  padding-bottom: 5rem;
  align-items: end;
  justify-content: center;
  margin-top: -100vh;
  z-index: 5;
  position: relative;
}
.pos3 {
  background-color: var(--colorNaranja);
  padding: 3rem;
  width: 30rem;
  height: 30rem;
  display: flex;
  justify-content: space-between;
  z-index: 5;
}

.pos3__group1 {
  display: flex;
  opacity: 0;
}
.pos3__group1 > div {
  width: 50%;
}
.pos3__group1-title {
  font-size: 10rem;
  line-height: 80%;
  font-weight: bold;
  letter-spacing: -0.3rem;
}
.pos3__group1-data,
.pos3__group1-txt2 {
  font-family: "NHaasGroteskDSPro";
  font-size: 2.1rem;
  line-height: 110%;
  font-weight: 100;
}
.pos3__group1-txt2 {
  padding: 5rem 0px 10rem;
}
.pos3__group1-txt1 div {
  margin-top: 20rem;
  font-size: 5.4rem;
  line-height: 80%;
  width: 45.4rem;
  letter-spacing: -0.1rem;
}
.pos3__group1-img1 {
  width: 44.2rem;
  height: auto;
  margin-left: 20rem;
  margin-top: 22rem;
}
.pos3__group1-data {
  display: flex;
  width: 100%;
}

.pos3__group1-data div:last-child {
  height: 150rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pos3__group1-txt {
  padding: 33rem 0px;
  width: 34rem;
}
.pos3__group1-img3,
.pos3__group1-img2 {
  width: 42rem;
  height: auto;
}

.pos3__group1-fechas {
  margin-top: 31rem;
  display: flex;
  font-size: 5rem;
  line-height: 86%;
  gap: 2rem;
  letter-spacing: -0.1rem;
  max-width: 54rem;
}
.pos3__group1-fechas small{
  font-size: 1.6rem;
  line-height: 180%;
  font-weight: 400;
  font-family: "NHaasGroteskDSPro";
  display: inline-block;
  margin-top: 1rem;
}
.pos3__group1-fechas a{
  font-family: "ITCFranklinGothicStd";
  font-size: 3rem;
  line-height: 100%;
}

.forges {
}

.pos4__cont {
  height: 100vh;
  width: 100%;
  display: flex;
  padding-bottom: 5rem;
  align-items: end;
  justify-content: center;
  margin-top: -100vh;
}
.pos4 {
  background-color: var(--colorAmarillo);
  padding: 3rem;
  width: 30rem;
  height: 30rem;
  display: flex;
  justify-content: space-between;
}

.forges__group1 img {
  width: 32rem;
  margin-top: 30rem;
  mix-blend-mode: multiply;
}
.forges__group1 > div:last-child {
  align-items: flex-start;
}
.forges__group1-txt2 {
  font-size: 10rem;
  max-width: 46rem;
  margin-top: 8rem;
  letter-spacing: -0.4rem;
}

.page {
  position: relative;
}
.page .enf {
  position: relative;
  z-index: 9;
}
.page .libro {
  position: relative;
  z-index: 8;
}
.page .expo {
  position: relative;
  z-index: 7;
}
.page .forges {
  position: relative;
  z-index: 6;
}
.page .ayudar {
  position: relative;
  z-index: 5;
}
.page .fin {
  position: relative;
  z-index: 4;
}

.pos5__cont {
  height: 100vh;
  width: 100%;
  display: flex;
  padding-bottom: 5rem;
  align-items: end;
  justify-content: center;
  margin-top: -100vh;
}

.pos5 {
  background-color: var(--colorRosa);
  padding: 3rem 3rem 5rem;
  width: 30rem;
  height: 30rem;
  display: flex;
  justify-content: space-between;
}
.pos5__group1 > div {
  display: flex;
}
.pos5__group1 > div > div {
  width: 50%;
}
.pos5__group1-subtitle,
.pos5__group1-title {
  font-size: 7rem;
  line-height: 80%;
  width: 30rem;
  letter-spacing: -0.1rem;
  margin-top: 1rem;
}
.pos5__group1-title {
  width: 32rem;
  letter-spacing: -0.2rem;
  margin-top: 1rem;
}
.pos5__group1-img {
  width: 26rem;
  height: auto;
  mix-blend-mode: multiply;
  margin-bottom: 5rem;
}
.pos5__group1-subtitle {
  font-size: 5rem;
  width: 100%;
  margin-bottom: 7rem;
  line-height: 84%;
  letter-spacing: -0.1rem;
}
.pos5__group1-txt {
  font-family: "NHaasGroteskDSPro";
  font-size: 2.1rem;
  line-height: 110%;
  font-weight: 100;
}
.pos5__group1-txt p:last-child {
  margin: 0;
}
.pos5__group1-logos {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pos5__group1-logos img {
  width: 28rem;
  height: auto;
}

.pagehome {
  padding-bottom: 0rem;
}
header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999999999;
  width: 100%;
}
header .menu {
  top: 2rem;
  left: 2rem;
  position: absolute;
  -moz-transition: var(--ani);
  -ms-transition: var(--ani);
  -o-transition: var(--ani);
  transition: var(--ani);
  transition-delay: 0.2s;
}
.btn-menu {
  border: 0px;
  padding: 0px;
  margin: 0px;
  display: flex;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  -moz-transition: var(--ani);
  -ms-transition: var(--ani);
  -o-transition: var(--ani);
  transition: var(--ani);
}
.btn-menu svg {
  width: 4rem;
}
.menu {
  background-color: var(--colorAmarillo);
  padding: 0rem;
  width: 4rem;
  height: 4rem;
}
.menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-size: 5rem;
  line-height: 90%;
  text-align: center;
  width: 28rem;
  -moz-transition: var(--ani);
  -ms-transition: var(--ani);
  -o-transition: var(--ani);
  transition: var(--ani);
  opacity: 0;
  visibility: hidden;
  transition-delay: 0s;
}
.menu ul li a {
  text-decoration: none;
  letter-spacing: -0.1rem;
}
.menu ul li a:hover {
  text-decoration: underline;
}

.menu.active {
  padding: 5rem 2rem;
  width: 32rem;
  height: 32rem;
  transition-delay: 0s;
}
.menu.active ul {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}
.menu.active .btn-menu {
  opacity: 0;
  visibility: hidden;
}
.btn-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  display: flex;
  padding: 0;
  margin: 0;
  border: 0px;
  background: transparent;
  cursor: pointer;
}
.btn-close svg {
  width: 1.6rem;
}

.text-indent {
  text-indent: 12rem;
  text-align: justify;
}

.enf__nombreenf {
  position: relative;
}
.enf__nombreenf > div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30rem;
  letter-spacing: -0.4rem;
}
.enf__nombreenf > div span {
  opacity: 0;
}
.enf__nombreenf > div:first-child span {
  opacity: 1;
}

.pos6__cont {
  height: 100vh;
  width: 100%;
  display: flex;
  padding-bottom: 5rem;
  align-items: end;
  justify-content: center;
  margin-top: -100vh;
}

.pos6 {
  background-color: var(--colorAmarillo);
  padding: 0;
  width: 30rem;
  height: 30rem;
  justify-content: space-between;
  font-size: 10.4rem;
  line-height: 130%;
  text-align: center;
  font-weight: bold;
  letter-spacing: -0.3rem;
}
.modal {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -moz-transition: var(--ani);
  -ms-transition: var(--ani);
  -o-transition: var(--ani);
  transition: var(--ani);
}
.modal.open {
  opacity: 1;
  visibility: visible;
}
.btn-modal-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: var(--colorAmarillo);
  border: 0px;
  cursor: pointer;
  padding: 0px;
  margin: 0px;
  display: flex;
  padding: 0.5rem;
}
.btn-modal-close svg {
  width: 3rem;
}

.modal-documental {
  display: flex;
}
.modal-documental iframe {
  width: 116rem;
  height: 65rem;
}
.slider-libro {
  width: 110rem;
}
.slider-libro img {
  width: 110rem;
  height: auto;
}
.slick-next,
.slick-prev {
  display: flex;
  width: 4rem;
  height: 4rem;
  background-color: var(--colorAmarillo);
}
.slick-next {
  right: -6rem;
}
.slick-prev {
  left: -6rem;
}
.slick-next:before,
.slick-prev:before {
  color: var(--colorNegro);
}
.slick-next:before,
.slick-prev:before {
  font-family: arial;
  font-size: 2.5rem;
  line-height: 1;
  opacity: 1;
  color: var(--colorNegro);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 88%;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  background-color: var(--colorAmarillo);
}
.header_doc_movil,
.posMovil {
  display: none;
}


.pointerNone{
  pointer-events: none;
}

.libro_open , a, button{
  pointer-events: initial;
}

/*////////////////////////////////////////////////*/
/* .pagehome{
  height: 100vh;
  width: 100%;
}
.pagehome > div{
  position: fixed;
  top: 0px;
} */

/*////////////////////////////////////////////////*/
/*///////////////////// RESPONSIVE //////////////////////*/
/*////////////////////////////////////////////////*/

@media screen and (min-width: 1920px) {
}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1140px) {
}

@media screen and (max-width: 992px) {
  html {
    font-size: 2.667vw;
  }
  .page .enf {
    margin-top: 100vh;
  }
  .hero {
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: -1;
  }
  .hero__left_bottom {
    display: none;
  }
  .hero .hero__title {
    font-size: 2.2rem;
    width: 14.9rem;
    top: 13rem;
    left: calc(50% - 7rem);
    letter-spacing: -0.08rem;
    line-height: 80%;
  }
  .hero .hero__right_bottom {
    top: calc(100vh - 6rem);
    right: 0rem;
    width: 9rem;
    bottom: auto;
  }
  .hero img.hero__back {
    position: absolute;
    top: calc(100vh - 29rem);
    left: 50%;
    width: 50rem;
    height: 29rem;
    object-fit: cover;
  }
  .enf__group2 {
    opacity: 1;
  }

  .enf__group1 {
    position: relative;
  }
  .enf__group1_txt2 {
    width: 100%;
    font-size: 5rem;
    line-height: 80%;
    letter-spacing: -0.2rem;
  }
  div {
    opacity: 1 !important;
  }
  .enf__group2_title,
  .pos1 {
    width: 100%;
    height: auto;
  }
  .enf__group2 {
    padding: 5rem 2rem 5rem 2rem;
  }
  .enf__group2__img1 {
    width: 100%;
    margin: 8rem 0px 0px 0;
  }
  .enf__group2__img2 {
    width: 100%;
    margin: 0;
  }
  .enf__group2_title {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 5rem;
    letter-spacing: -0.2rem;
    margin-bottom: 10rem;
  }
  .enf__group2_logo {
    margin-bottom: 10rem;
  }
  .enf__group2_logo svg {
    width: 17rem;
  }
  .enf__group1 {
    height: auto;
  }
  .pos1__cont {
    height: auto;
    margin-bottom: 100vh;
  }
  .enf__group2_txt {
    font-size: 1.4rem;
    line-height: 120%;
    margin-bottom: 4rem;
  }
  .text-indent {
    text-indent: 5rem;
  }
  .enf__group2__link {
    font-size: 4rem;
    letter-spacing: -0.1rem;
  }
  .pos2__cont {
    height: auto;
    width: 100%;
    align-items: end;
    justify-content: center;
    margin-top: 0;
    position: relative;
  }
  .pos2 {
    padding: 2rem;
    width: 100%;
    height: auto;
  }
  .forges__group1 > div,
  .libro__group1 > div {
    flex-direction: column;
    gap: 2rem;
  }
  .forges__group1 > div > div,
  .libro__group1 > div > div {
    width: 100%;
  }
  .forges__group1-txt,
  .libro__group1-txt {
    font-family: "NHaasGroteskDSPro";
    font-size: 1.6rem;
  }
  .forges__group1-txt2,
  .libro__group1-txt2 {
    font-size: 5rem;
    line-height: 80%;
    max-width: 24rem;
    letter-spacing: -0.2rem;
  }
  .libro__group1-txt,
  .libro__group1 .libro__group1-a,
  .libro__group1 img,
  .libro__group1-txt2 {
    opacity: 1;
  }
  .libro__group1 img {
    width: 60%;
    height: auto;
    margin: 3rem auto;
    display: block;
  }
  .libro__group1 > div:last-child > div:first-child {
    order: 2;
  }
  .libro__group1 > div:last-child > div:last-child {
    order: 1;
  }
  .pos3__cont {
    height: auto;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    margin-top: 0;
    z-index: 5;
    position: relative;
  }
  .pos3 {
    padding: 4rem 2rem;
    width: 100%;
    height: auto;
    z-index: 5;
  }
  .pos3__group1 {
    flex-direction: column;
  }
  .pos3__group1-title {
    font-size: 5rem;
    line-height: 80%;
    letter-spacing: -0.2rem;
    width: 80%;
  }
  .pos3__group1-fechas {
    margin-top: 6rem;
    display: flex;
    font-size: 2rem;
    line-height: 92%;
    gap: 3rem;
    letter-spacing: -0.1rem;
    width: 68%;
  }
  .pos3__group1-txt1 div {
    margin-top: 7rem;
    font-size: 2.6rem;
    line-height: 80%;
    width: 100%;
    letter-spacing: -0.1rem;
    margin-bottom: 4rem;
  }

  .pos3__group1-img1 {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 0;
  }
  .pos3__group1-img3,
  .pos3__group1-img2 {
    width: 100%;
    height: auto;
  }
  .pos3__group1-data {
    flex-direction: column;
  }
  .pos3__group1-data div:last-child {
    height: auto;
  }
  .pos3__group1-txt {
    padding: 0rem 0px;
    width: 100%;
  }
  .pos3__group1 > div {
    width: 100%;
  }
  .pos3__group1-title {
    font-size: 5rem;
    line-height: 80%;
    letter-spacing: -0.2rem;
    width: 85%;
  }
  .pos3__group1-data,
  .pos3__group1-txt2 {
    font-size: 1.6rem;
    line-height: 110%;
    font-weight: 100;
  }
  .pos3__group1-txt2 {
    padding: 5rem 0px 3rem;
  }
  .pos3__group1-txt {
    margin-bottom: 3rem;
  }
  .pos3__group1-img3,
  .pos3__group1-img2 {
    margin-bottom: 2rem;
  }
  .pos4__cont {
    height: auto;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    margin-top: 0;
  }
  .pos4 {
    padding: 4rem 2rem;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
  }
  .forges__group1 img {
    width: 100%;
    margin-top: 10rem;
    mix-blend-mode: multiply;
    opacity: 1;
  }
  .pos5__cont {
    height: auto;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    margin-top: 0;
  }
  .pos5 {
    padding: 4rem 2rem;
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .pos5__group1 > div {
    flex-direction: column;
  }
  .pos5__group1 > div > div {
    width: 100%;
  }
  .pos5__group1-title {
    width: 80%;
    letter-spacing: -0.2rem;
    margin-top: 1rem;
    font-size: 5rem;
    margin-bottom: 5rem;
  }
  .pos5__group1-img {
    width: 100%;
    height: auto;
    mix-blend-mode: multiply;
    margin-bottom: 5rem;
    opacity: 1;
  }

  .pos5__group1 > div:last-child > div:first-child {
    order: 2;
  }
  .pos5__group1 > div:last-child > div:last-child {
    order: 1;
  }
  .pos5__group1-subtitle {
    font-size: 4rem;
    width: 100%;
    margin-bottom: 7rem;
    line-height: 87%;
    letter-spacing: -0.1rem;
  }
  .pos5__group1-txt {
    font-size: 1.6rem;
    line-height: 110%;
    font-weight: 100;
  }
  .pos5__group1-txt-small {
    font-size: 1.2rem;
  }
  .btn-menu svg {
    width: 3rem;
  }
  .menu {
    width: 3rem;
    height: 3rem;
  }
  header .hero__right_top {
    display: none;
  }
  .menu.active {
    padding: 5rem 2rem;
    width: 100%;
    height: 100vh;
    transition-delay: 0s;
    top: 0;
    left: 0;
  }
  .activeMenu .hero__right_top {
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu ul {
    width: 100%;
  }
  .enf__nombreenf {
    display: none;
  }
  .enf__group1 {
    padding: 4rem 2rem;
  }
  .enf__group1_txt {
    font-size: 1.6rem;
  }
  .enf__group1_txt2 {
    margin-top: 5rem;
  }
  .pos1 {
    background-color: transparent;
  }
  .enf__group2,
  .enf__group1 {
    background-color: var(--colorAmarillo);
  }
  .forges,
  .expo,
  .libro,
  .enf__group1 {
    margin-bottom: 100vh;
  }
  .pos5__cont{
    padding-bottom: 100vh;
  }

  .page .fin {
    display: none;
  }
  .pos5__group1-logos img {
    width: 25rem;
    height: auto;
    margin-left: -2rem;
  }
  .modal-documental iframe {
    width: 33rem;
    height: 19rem;
  }
  .btn-modal-close svg {
    width: 2rem;
  }
  .slider-libro {
    width: 27rem;
  }
  .slick-next,
  .slick-prev {
    width: 3rem;
    height: 3rem;
  }
  .slick-next:before,
  .slick-prev:before {
    font-size: 1.5rem;
    height: 91%;
  }
  .slick-prev {
    left: -4rem;
  }
  .slick-next {
    right: -4rem;
  }
  .posMovil {
    display: block;
    position: fixed;
    background-color: var(--colorAmarillo);
    top: calc(100vh - 17rem);
    left: calc(50% - 7rem);
    width: 14rem;
    height: 14rem;
    font-size: 4.6rem;
    letter-spacing: -0.09rem;
    line-height: 90%;
  }
  .enf__nombreenfmovil {
    position: relative;
    margin-top: 1rem;
  }
  .enf__nombreenfmovil > div {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    width: 100%;
  }
  .enf__nombreenfmovil > div > span {
    opacity: 0;
  }
  .enf__nombreenfmovil > div:first-child > span {
    opacity: 1;
  }
  .header_doc_movil {
    position: fixed;
    display: block;
    top: 1.5rem;
    right: 2rem;
    letter-spacing: -0.07rem;
    font-size: 1.6rem;
  }

  .pagem {
    overflow: auto;
    height: 100vh;
    width: 100%;
  }
}
