/* FUENTES */
@font-face {
  font-family: MajritBn;
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url(https://static.elpais.com/dist/resources/fonts/majrit/majrit-banner/Majrit-Banner-Bold.woff2) format("woff2")
  ,url(https://static.elpais.com/dist/resources/fonts/majrit/majrit-banner/Majrit-Banner-Black.woff) format("woff")
}

@font-face {
  font-family: MajritBn;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://static.elpais.com/dist/resources/fonts/majrit/majrit-banner/Majrit-Banner-Light.woff2) format("woff2")
  ,url(https://static.elpais.com/dist/resources/fonts/majrit/majrit-banner/Majrit-Banner-Light.woff) format("woff")
}

@font-face {
  font-family: MajritBn;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://static.elpais.com/dist/resources/fonts/majrit/majrit-banner/Majrit-Banner-Black.woff2) format("woff2")
  ,url(https://static.elpais.com/dist/resources/fonts/majrit/majrit-banner/Majrit-Banner-Black.woff) format("woff")
}


@font-face {
  font-family: MarcinAntB;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(https://static.elpais.com/dist/resources/fonts/marcin-ant-b/marcinantb-regular-webfont.woff2) format("woff2")
  ,url(https://static.elpais.com/dist/resources/fonts/marcin-ant-b/marcinantb-regular-webfont.woff) format("woff")
}

@font-face {
  font-family: MarcinAntB;
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url(https://static.elpais.com/dist/resources/fonts/marcin-ant-b/marcinantb-bold-webfont.woff2) format("woff2")
  ,url(https://static.elpais.com/dist/resources/fonts/marcin-ant-b/marcinantb-bold-webfont.woff) format("woff")
}

@font-face {
  font-family: Majrit Text;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://static.elpais.com/dist/resources/fonts/majrit/majrit-text/Majrit-Text-Black.woff2) format("woff2")
  ,url(https://static.elpais.com/dist/resources/fonts/majrit/majrit-text/Majrit-Text-Black.woff) format("woff")
}

@font-face {
  font-family: Majrit Txt;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://static.elpais.com/dist/resources/fonts/majrit/majrit-text/Majrit-Text-Medium.woff2) format("woff2")
  ,url(https://static.elpais.com/dist/resources/fonts/majrit/majrit-text/Majrit-Text-Medium.woff) format("woff")
}

@font-face {
  font-family: Majrit Txt;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://static.elpais.com/dist/resources/fonts/majrit/majrit-text/Majrit-Text-Roman.woff2) format("woff2")
  ,url(https://static.elpais.com/dist/resources/fonts/majrit/majrit-text/Majrit-Text-Roman.woff) format("woff")
}

@font-face {
  font-family: Majrit Txt;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://static.elpais.com/dist/resources/fonts/majrit/majrit-text/Majrit-Text-Black.woff2) format("woff2")
  ,url(https://static.elpais.com/dist/resources/fonts/majrit/majrit-text/Majrit-Text-Black.woff) format("woff")
}

@font-face {
  font-family: Majrit Txt;
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://static.elpais.com/dist/resources/fonts/majrit/majrit-text/Majrit-Text-Black-Italic.woff2) format("woff2")
  ,url(https://static.elpais.com/dist/resources/fonts/majrit/majrit-text/Majrit-Text-Black-Italic.woff) format("woff")
}


/* GENÉRICO */
html, body {margin: 0; }
body::-webkit-scrollbar, .main::-webkit-scrollbar, .tiktok-container::-webkit-scrollbar{
    display: none; /* Chrome y Safari */
    -ms-overflow-style: none; /* Edge */
    scrollbar-width: none; /* Firefox */
    overflow: -moz-scrollbars-none; /* Firefox */
    width: 0px !important;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a{
  color: #000 ;
}

.desktop {
    display: none;
}

/* MAIN */
.main {
    position: relative;
    width: 100%;
    margin: auto;
    height: 100vh;
    overflow: hidden;
}

section{
  margin-bottom:60px;
}

/* apertura */

.apertura {
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: #373333;
  }
  
  .apertura .textos{
    position: sticky;
    z-index: 10;
    top: 50%;
    place-items: center;
    padding: 20px 20px;
    box-sizing: border-box;
    transform: translateY(-50%);
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
  }
  
  .apertura .logo_pais {
    width: 101px;
    height: 20px;
    margin: 0 auto;
  }

  .apertura .logo_pais img {
    width: 100%;
  }

  .apertura h1 {
    font-family: MajritBn;
    font-style: normal;
    font-weight: 900;
    font-size: 45px;
    pointer-events: none;
    place-items: center;
    margin: 0;
    line-height: 1;
    color: white;
  }

  .apertura h1 span {
    display: block;
    font-size: 100px;
  }

  .gallery {
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
  }
  @media (max-width: 768px) {
    .gallery {
      width: 100%;
    }
  }
  
  .col {
    display: flex;
    flex: 1;
    flex-direction: column;
    width: 100%;
    align-self: flex-start;
    justify-self: flex-start;
  }
  
  .col:nth-child(2) {
    align-self: flex-end;
    justify-self: flex-end;
  }
  
  .imagen {
    width: 100%;
    /*filter: saturate(0);*/
    padding: 1rem;
  }
  
  .imagen:hover {
    z-index: 99999999999 !important;
    /*filter: saturate(1);*/
  }
  
  .imagen img {
    transition: 0.3s ease-out;
    overflow: hidden;
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
    width: 100%;
  }
  
  .contenedor {
    height: 2000vh;
  }


/* boton empezar especial */
.btn-apertura {
    box-sizing: border-box;
    padding: 14px 18px 14px 18px;
    border-radius: 110px;
    background-color: #2DB2F9;
    border: 4px solid #2DB2F9;
    margin-top: 28px;
    width: 156px;
    color: #000;
    cursor: pointer;
    font-family: 'MarcinAntB', sans-serif;
    font-size: 13px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}


/* seccion intro */
.intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
  padding: 40px 20px;
}

.intro h2 {
  font-family: MajritBn, serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

.intro p {
  font-family: Majrit Txt, serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  padding-bottom: 80px;
}

.intro p:last-child {
  padding-bottom: 0;
}

/* modulo datos */

.datos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.datos .dato-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 0;
} 

.intro .datos .dato-item {
  border-top: 1px solid #000;
}

.intro .datos .dato-item:last-child {
  border-bottom: 1px solid #000;
  margin-bottom: 60px;
}

.datos .dato-item span {
  font-family: MajritBn, serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
}

.datos .dato-item span.dato {
  font-size: 48px;
  color: #2DB2F9;
  padding: 4px 0;
}





/* modulos secciones */
.modulo-cont {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.mod-apertura {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background:#373333;
  color:#fff;
}

.mod-apertura a {
  color: #fff;
}

.mod-apertura .cont-max {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.mod-apertura .col-izq {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 20px;
  order: 1;
}

.mod-apertura .col-dch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  order: 0;
  border-top: 8px solid #2DB2F9;
  margin-top: -8px;
}

.mod-apertura .cont_video .col-dch {
  border-top: 0;
  margin-top: 0;
}

.col-izq img,
.col-dch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modulo-cont h3 {
  font-family: MajritBn, serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 20px;
}

.modulo-cont .mod-apertura h3 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.modulo-cont .mod-apertura h3:before {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 1px;
  background: #2DB2F9;
}

.modulo-cont p {
  font-family: Majrit Txt, serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 20px;
}

.modulo-cont .mod-apertura .cont_video h3,
.modulo-cont .cont_video p {
  text-align: center;
}

.modulo-cont .mod-apertura .cont_video h3:before{
  transform: translateX(-50%);
  left: 50%;
}

.mod-secundario {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mod-secundario .cont-max {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.mod-secundario .col-izq {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  order: 1;
  border-top: 8px solid #2DB2F9;
  margin-top: -8px;
}

.mod-secundario .col-izq.order {
  order: 0;
}

.mod-secundario .col-dch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  order: 0;
  margin-bottom: 0;
}

.mod-secundario .col-izq.pase_fotos{
  padding: 0;
}

.modulo-cont .mod-secundario h3 {
  text-transform: none ;

}

.mod-azul {
  width: 100%;
  background: #2DB2F9;
  color: #fff;
  padding: 30px 30px 30px 0;
  align-self: flex-start;
  margin-bottom: 0;
}

.mod-azul ul {
  list-style: none;
  padding: 0;
}

.mod-azul ul li {
  font-family: Majrit Txt, serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.3;
  text-align: right;
  border-top: 1px solid #fff;
  padding: 20px 10px 40px 10px;
}

.mod-azul ul li span {
  display:block;
}

.mod-azul ul li .num {
  font-family: MajritBn, serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 10px;
}


.mod-secundario .info {
  padding: 40px 20px;
}

.mod-secundario .datos {
  width: 100%;
  padding: 20px 20px;
}

.mod-secundario .datos .dato-item{
  border-bottom: 1px solid #000;
  text-align: right;
  align-items: flex-end;
}

.mod-secundario .datos .dato-item:first-child{
  padding-top: 0;
}

.mod-secundario .datos .dato-item:last-child{
  margin-bottom: 0;
}

/* VIDEOS */

/* VÍDEO VERTICAL */
.video__inner {
    width: 100%;
    height: auto;
    opacity: 0.5;
    transition: opacity 0.7s;
    position: relative;
    max-width: 280px;

}
.video__inner.active {
    opacity: 1;
    transition: opacity 0.7s;
}
.video__inner video {
    width: 100%;
    height: 100%;
    display: flex;
    object-fit: cover;

    cursor: pointer;
}/*
.video__inner .video--mute {
    cursor: pointer;

    position: absolute;
    top: 10px;
    right: 10px;

    width: 40px;
    height: 40px;
    background-image: url(https://elpais.com/especiales/2024/resumen-anual/img/mute.svg);
    background-size: 40px 40px;

    pointer-events: none;
}*/
.video__inner .video--play {
    cursor: pointer;

    position: absolute;
    bottom: 10px;
    left: 10px;

    width: 40px;
    height: 40px;
    background-image: url(https://elpais.com/especiales/2024/resumen-anual/img/play.svg);
    background-size: 40px 40px;

    z-index: 10;
}
.video__inner .barra-inferior {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    max-width: 100%;
    height: 5px;
    background-color: #2DB2F9;
}

.sep_top {
  margin-top: 40px;
}

@media only screen and (min-width: 1001px) {

    .desktop{
      display: block;
    }
    .movil{
      display: none;
    }

    /* modulo de seccion */
    section{
      margin-bottom: 140px;
    }
    .cont-max {
      display: flex;
      justify-content: center;
      align-items: center;
      max-width: 860px;
      margin: 0 auto;
      width: 100%;
    }

    /* apertura */
    .apertura h1 {
      font-size: 45px;
    }
    .apertura h1 span {
      font-size: 180px;
    }

    /* intro */
    .intro .cont-max{
      flex-direction: column;
      max-width: 900px;
    }

    .intro h2 {
      font-size:45px;
      margin-bottom: 60px
    }

    .intro p{
      font-size: 20px;
      padding-bottom: 120px;
    }

    /* datos */
    .datos .dato-item span {
      font-size: 20px;
    }
    .datos .dato-item span:last-child {
      font-size: 16px;
    }

    .datos .dato-item span.dato {
      font-size: 50px;
    }

    .intro .datos .dato-item {
      padding: 50px 0;
    }

    .intro .datos .dato-item span {
      font-size: 22px;
      margin-bottom: 10px;
    }

    .intro .datos .dato-item span:last-child {
      font-size: 22px;
    }

    .intro .datos .dato-item span.dato {
      font-size: 60px;
    }


    /* modulos secciones */
    .mod-apertura {
      flex-direction: row;
    }

    .mod-apertura .cont-max {
      justify-content: flex-start;
      align-items: flex-start;
      min-height: 800px;
      column-gap: 40px;
      flex-direction: row;
    }

    .mod-secundario .cont-max {
      align-items: flex-start;
      column-gap: 40px;
      flex-direction: row;
    }

    .mod-apertura .col-izq {
      width: 50%;
      align-self: center;
      align-items: flex-start;
      padding: 40px 20px;
      order: 0;
    }

    .mod-apertura .col-dch {
      width: 50%;
      align-items: flex-end;
      padding: 0;
      order: 1;
    }

    .modulo-cont .mod-apertura .cont_video h3,
    .modulo-cont .cont_video p {
      text-align: left;
    }
    
    .modulo-cont .mod-apertura .cont_video h3:before{
      transform: none;
      left: 0;
    }


    .mod-secundario {
      flex-direction: row;
      align-items: flex-start;
    }

    .mod-secundario .col-izq {
      width: 50%;
      padding: 0px 0;
      order: 0;
    }

    .mod-secundario .col-dch {
      width: 50%;
      padding:0 0;
      order: 1;
    }

    .mod-secundario .col-dch.center {
      align-self: center;
    }

    .modulo-cont h3 {
      font-size: 45px;
      margin-bottom: 30px;
    }

    .modulo-cont .mod-apertura h3 {
      margin-bottom: 40px;
      padding-bottom: 40px;
      position: relative;
    }
    .modulo-cont p {
      font-size: 15px;
      
    }

    .modulo-cont .mod-secundario h3 {
      font-size: 30px;
    }

    .mod-azul {
      width: 100%;
      padding: 100px 140px 80px 0;
      margin-top: -150px;
    }

    .mod-azul ul li .num {
      font-size: 60px;
    }

    .info ul {
      margin-left: 20px;
    }

    /* videos pepa */
   /* .bl-video {
      float: left;
      margin-left: 160px;
      margin-right: 24px;
  }*/

  .video__inner {
    height: auto;
    max-width: none;
}

  .video__inner video {
    width: 100%;
    height: 100%;
    display: flex;
    object-fit: cover;
    cursor: pointer;
  }

  .bl-video .video__inner {
      max-width: 410px;
  }

}


@media only screen and (min-width: 1200px) {



  /* modulo de seccion */
  section{
    margin-bottom: 140px;
  }
  .cont-max {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
  }

}

@media only screen and (min-width: 1400px) {



  /* modulo de seccion */
  section{
    margin-bottom: 140px;
  }
  .cont-max {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }

}



@media only screen and (min-width: 1600px) {



  /* modulo de seccion */
  section{
    margin-bottom: 200px;
  }
  .cont-max {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
  }

  .cont-max.cont_video .col-izq {
    width: 65%;
  }

  .cont-max.cont_video .col-dch {
    width: 35%;
  }

  /* apertura */
  .apertura h1 {
    font-size: 45px;
  }
  .apertura h1 span {
    font-size: 180px;
  }

  /* intro */
  .intro .cont-max{
    flex-direction: column;
    max-width: 900px;
  }

  .intro h2 {
    font-size:50px;
    margin-bottom: 60px
  }

  .intro p{
    font-size: 24px;
    padding-bottom: 120px;
  }

  /* datos */
  .datos .dato-item span {
    font-size: 30px;
  }
  .datos .dato-item span:last-child {
    font-size: 22px;
  }

  .datos .dato-item span.dato {
    font-size: 100px;
  }

  .intro .datos .dato-item {
    padding: 50px 0;
  }

  .intro .datos .dato-item span {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .intro .datos .dato-item span:last-child {
    font-size: 22px;
  }

  .intro .datos .dato-item span.dato {
    font-size: 100px;
  }


  /* modulos secciones */
  .mod-apertura {
    flex-direction: row;
  }

  .mod-apertura .cont-max {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    min-height: 800px;
    column-gap: 40px;
  }

  .mod-secundario .cont-max {
    align-items: flex-start;
    column-gap: 40px;
    flex-direction: row;
  }

  .mod-apertura .col-izq {
    width: 50%;
    align-self: center;
    align-items: flex-start;
    padding: 40px 60px;
    order: 0;
  }

  .mod-apertura .col-dch {
    width: 50%;
    align-items: flex-end;
    padding: 0;
    order: 1;
  }
  .mod-secundario {
    flex-direction: row;
    align-items: flex-start;
  }

  .mod-secundario .col-izq {
    width: 50%;
    padding: 0px 0;
    order: 0;
  }

  .mod-secundario .col-dch {
    width: 50%;
    padding:0 0;
    order: 1;
  }

  .mod-secundario .col-dch.center {
    align-self: center;
  }

  .modulo-cont h3 {
    font-size: 60px;
    margin-bottom: 30px;
  }

  .modulo-cont .mod-apertura h3 {
    margin-bottom: 40px;
    padding-bottom: 40px;
    position: relative;
  }
  .modulo-cont p {
    font-size: 18px;
    
  }

  .modulo-cont .mod-secundario h3 {
    font-size: 40px;
  }

  .mod-azul {
    width: 100%;
    padding: 100px 140px 80px 0;
    margin-top: -150px;
  }

  .mod-azul ul li .num {
    font-size: 75px;
  }



  /* videos pepa */
 /* .bl-video {
    float: left;
    margin-left: 160px;
    margin-right: 24px;
}*/

/* .bl-video .video__inner {
    max-width: 300px;
}*/

}














/* scroll horizontal */

.init-scroll-h{
    width:100vw;
    margin:0 calc(50% - 50vw);
  }
.init-scroll-h {
    display:block;
    min-height:100vh;
  }
.main-scroll-h {
      display:block;
      position:relative;
      width:100%;
      margin:0 auto;
    }
.main-scroll-h .bl-scroll-h {
      position:sticky;
      top:calc(60px + 4vh);
      width:100%;
      height: calc(92vh - 60px);
      overflow-x:hidden;
      
    }
.main-scroll-h .bl-scroll-h .scroll-h {
      position:absolute;
      top:0px;
      height: 100%;
      box-sizing: border-box;
      margin-left:25vw;
      padding-right:0vh;
      margin-top:0px;
      display:flex;
      justify-content: center;
      align-items: center;
      will-change:transform;
      background: #fff;
      border-radius: 20px;
    }
    .main-scroll-h .bl-scroll-h .scroll-h .bl-card {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      width: 300px;
      height: 90%;
      margin-right: 25px;
      padding-right: 25px;
      position: relative;
  }
.main-scroll-h .bl-scroll-h .scroll-h .bl-card:first-child {
      padding-left: 60px;
    }

/*.main-scroll-h .bl-scroll-h .scroll-h .bl-card:last-child {
     margin-right:0;
      padding-right: 60px;
    }*/
.main-scroll-h .bl-scroll-h .scroll-h .bl-card:last-child:before {
      display:none;
    }
  
.main-scroll-h .bl-scroll-h .scroll-h .bl-card .bl-card-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* width: 85vw; */
  max-width: 100%;
  height: auto;
  /* max-height: 96%; */
  position: relative;
  /*aspect-ratio: 400 / 536;*/
  margin-bottom: 20px;
}

.main-scroll-h .bl-scroll-h .scroll-h .bl-card .bl-card-image .image-scroll {
  width: 100%;
}
    
.main-scroll-h .bl-scroll-h .scroll-h .bl-card .bl-card-image .image {
    width:100%;
    height:100%;
    object-fit:cover;
  /*   max-height: 80vh;
    border-radius: 20px;
    aspect-ratio: 480 / 848;*/
  }

  .main-scroll-h .bl-scroll-h .scroll-h .bl-card .bl-card-image .firma_h{
  position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 12px;
}

.main-scroll-h .bl-scroll-h .scroll-h .bl-card .card-info {
  width: 100vw;
  max-width: 100%;
  height: fit-content;
  z-index: 2;
  box-sizing: border-box;
  margin-left: 0;
  color: #000;
  font-family: 'Majrit Txt', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  text-align: left;
}

.main-scroll-h .bl-scroll-h .scroll-h .bl-card.first .card-info {
     font-family: MajritBn,serif;
     font-weight: 300;
     font-size: 24px;
     line-height: 1.3;
     padding-top: 40px;
     border-top: 1px solid #000;
    }

.main-scroll-h .bl-scroll-h .scroll-h .bl-card .card-info .info-title {
      display: none;
      margin-bottom: 8px;
      font-size: 22px;
      font-weight: 798;
      line-height: 32px;
      letter-spacing: -0.21px;
      text-align: left;
      color: #000;
    }


    span.info-text {
      display: block;
      padding-bottom: 20px;
      text-align: center;
      font-size: 16px;
  }

  .main-scroll-h .bl-scroll-h .scroll-h .bl-card:first-child span.info-text {
    text-align: left;
    font-size: 24px;
}

  span.info-text a {
      text-decoration: none;
  }
  
  @media only screen and (min-width:768px) {
      .main-scroll-h .bl-scroll-h .scroll-h {
          padding-right:0vh
      }
     /* .main-scroll-h .bl-scroll-h .scroll-h .bl-card .bl-card-image .image {
        max-height: 75vh;
      }*/
      .main-scroll-h .bl-scroll-h .scroll-h .bl-card:first-child {
        padding-left: 0;
      }
    /*   .main-scroll-h .bl-scroll-h .scroll-h .bl-card:last-child {
        margin-right:0;
        padding-right: 120px;
      }*/
      .main-scroll-h .bl-scroll-h .scroll-h .bl-card {
        width: 400px;
      }
      .main-scroll-h .bl-scroll-h .scroll-h .bl-card.first .card-info {
        font-size: 30px;
       }
  }


.footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #000;
  padding: 100px 0;
}

.footer .logo_pais {
  width: 131px;
  height: 30px;
  margin-bottom: 40px;
}

.creditos {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: 'MarcinAntB', sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.creditos li {
  list-style: none;
  text-align: center;
  padding-bottom: 4px;
}

.creditos li span {
  font-weight: normal;
}

.apertura_fondo{
  height: 100%;
  aspect-ratio: 3 / 4;
  position: relative;
  width: 100%;
}

.apertura_fondo ul {
  width:100%;
  height:100%;
  padding:0;
  margin:0;
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  z-index:-1
}
.apertura_fondo ul li {
  height:100%;
  background-size:cover;
  background-position:center;
  width:100%;
  float:left;
  margin-right:-100%;
  position:relative
}
.apertura_fotos li {
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100%
}
.apertura_fotos li img {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover
}


@media (max-width:1001px) {
  .apertura_fondo {
      height: 100%;
      aspect-ratio: 3 / 4;
  }
}




/* compartir */
.compartir {
  width: 94px;
  margin: 0 auto;
}

.compartir ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}

.compartir ul li {
  list-style: none;
}

.compartir a {
  display: block;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.compartir a.facebook svg {
  width: 22px;
  height: 22px;
  fill: #fff;
}

.compartir a.twitter svg{
  width: 22px;
  height: 22px;
  fill: #fff;
}

.compartir a.whatsapp {


}


/* ANIMACIONES */
@keyframes scale1 {
    0% {scale: 0;}
    60% {scale: 1.4;}
    100% {scale: 0;}
}

@keyframes scale2 {
    0% {scale: 0;}
    60% {scale: 1.4;}
    80% {scale: 1.2;}
    100% {scale: 1.05;}
}

@keyframes scale3 {
    0% {scale: 0;}
    100% {scale: 1.4;}
}

@keyframes scale4 {
    0% {scale: 0;}
    30% {scale: 0.7;}
    100% {scale: 2;}
}

@keyframes scaleOut {
    0% {scale: 1.1;}
    100% {scale: 0;}
}

@keyframes opacityIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes opacityOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
}

@keyframes bajar{
    0%,100% {transform:translate(-50%, 0) rotate(135deg)}
    25% {transform:translate(-50%, -0.5rem) rotate(135deg)}
    50% {transform:translate(-50%, 0rem) rotate(135deg)}
    75% {transform:translate(-50%, -0.15rem) rotate(135deg)}
}