html{
    overflow: hidden;
    max-width: 1070px;
    
    
}
section{
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index:1;
}
#click1A{
  
  z-index:50;
  position: absolute;
  top: 1192px;
  left: 193px;
  width: 344px;
  height: 277px;
}
#click1B{
  
  z-index:50;
  position: absolute;
  top: 1192px;
  left: 547px;
  width: 344px;
  height: 277px;
}
#click2A{
  
  z-index:50;
  position: absolute;
  top: 888px;
  left: 193px;
  width: 344px;
  height: 260px;
}
#click2B{
  
  z-index:50;
  position: absolute;
  top: 888px;
  left: 547px;
  width: 349px;
  height: 260px;
}
#click3A{
  
  z-index:50;
  position: absolute;
  top: 593px;
left: 193px;
width: 344px;
height: 250px;
}
#click3B{
  
  z-index:50;
  position: absolute;
  top: 593px;
  left: 547px;
  width: 352px;
  height: 250px;
}

#click4A{
  
  z-index:50;
  position: absolute;
  top: 266px;
  left: 191px;
  width: 706px;
  height: 283px;

}

.section-tv4 {
    width: 100vw;
    height: 100vh;
  }
  .section-tv4 h3{
    font-size: 25px;
    font-weight: 400;
text-align: center;
color: white;
width: 623px;
background: #2D2F5B;
border: 3px solid #2D2F5B;
border-radius: 86px;
position: absolute;
top: 72px;left: 211px;
padding-top: 20px;
padding-bottom: 20px;
position: relative;
padding: 20px;
  }
  
  .section-tv4 h3:after{
    content: "";
    width: 38px;
    height: 27px;
background-image: url('../icons/bocadillo.svg');
position: absolute;
bottom: -29px;
right: 137px;


  }

  
  .section-tv4 .front_home {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/bg-front.png');
    z-index: 51;
    position: absolute;
  }
  
  .section-tv4 .front_home .banner {
    position: absolute; 
    width: 711px;
    height: 251px;
    top: 900px;
    left: 194px;
    background: #2D2F5B;
  }
  
  .section-tv4 .front_home .banner .banner_title {
    margin-top: 20px;
    color: #FFF;
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .section-tv4 .front_home .banner .banner_text {
    margin-top: 10px;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
  }
  
  .section-tv4 .front_home .banner .banner_links {
    margin-top: 38px;
    display: flex;
    max-width: 842px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  .section-tv4 .front_home .banner .banner_links #choose{
    width: 315px;
    padding: 10px 20px;
    font-size: 20px !important;
    margin-right: 35px;
  }
  
  .section-tv4 .front_home .banner .banner_links .primary-button {
    width: 215px;
    padding: 10px 20px;
    background-color: white;
    border-radius: 500px;
    color: black;
    display: inline-block;
    text-align: center;
    font-size: 20px !important;
    margin-left: 35px;

  }
  
  .section-tv4 .front_home .banner .banner_links .primary-button:hover {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    transform: translate3D(0, -1px, 0) scale(1.03);
    box-shadow: 8px 28px 50px rgba(39, 44, 49, 0.07), 1px 6px 12px rgba(39, 44, 49, 0.04);
    cursor: pointer;
  }
  .back_home {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/home-open.png');
    position: absolute;
  }
  .back_home.disabled{
    filter: blur(5px);
    pointer-events: none;
  }
  
  .modal_wrapper{
    width: 100%;
    height: 100%;
  }
  .modal_card {
    display: none;
    position: fixed;
    top: 50%;
    border-radius: 80px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 920px;
    height: 850px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    padding-left: 115px;
  }
  
  .modal_card .close {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 25px;
    height: 25px;
  }

  .modal_card .avatar {
    background-image: url('../images/avatar_maria.png');
    width: 205px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    flex-shrink: 0;
  }
  
  .modal_card .card_wrapper {
      padding-left: 45px;
      padding-right: 20px;
      margin-top: 40px;

  }
  
  .modal_card .card_wrapper h2 {
    font-size: 45px;
    font-weight: 700;
    color: #53589C;
    padding-bottom: 20px;
  }
  #currentModal h2{
    
    padding-bottom: 0px;
  }
  
  .modal_card .card_wrapper p {
    font-size: 30px;
    font-weight: 400;
    color: black;
  }
  
  .modal_card .card_wrapper button {
    margin-top: 20px;
    font-size: 25px;
    font-weight: 400;
    color: white;
    background-color: #2D2F5B;
    border-radius: 442.907px;
    width: 258px;
    height: 69px;
    position: relative;
  }
  
  /* .modal_card .card_wrapper button::before {
    position: absolute;
    display: block;
    width: 78px;
    height: 60px;
    right: 84px;
    top: 30%;
    content: "";
    background-image: url('../../public/icons/flecha.svg');
  } */
  
  .modal_card .buttons_wrapper {
    display: none;
  }
  
  .modal_card .buttons_wrapper.extended {
    flex-direction: column;
  }
  
  .modal_card .buttons_wrapper.extended .button_yes2 {
    display: block;
  }
  
  .modal_card .buttons_wrapper button {
    width: 100%;
    height: auto;
    padding: 20px 50px;
  }
  
  .modal_card .buttons_wrapper .button_yes2 {
    display: none;
  }
  html {
    font-family: 'Atkinson Hyperlegible', sans-serif;
    background-color: #F6F6F6;
    color: white;
}
code {
    font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono,
        Bitstream Vera Sans Mono, Courier New, monospace;
}

a{
    text-decoration: none;
    color: white;
}

.custom_container{
    max-width: 749px;
    margin-left: auto;
    margin-right: auto;
    
}
.game_wrapper {
    overflow: hidden;
}

.buttons_container{
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
}
.iframe-container{
    /* width: calc( 100% / 2.5) !important;
    height: calc(100% / 2.5) !important;
    zoom: 2.5;
    -moz-transform: scale(2.5);
    transform: scale(2.5); */
    height: 109% !important;
}
.floor-button{
    border-radius: 161px !important;
    border: 3px solid var(--purple, #2D2F5B) !important;
    background: #FFF !important;
    color: black;
    width: 92px;
    height: 46px;
    text-align: center;
    font-size: 22px !important;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 46px;
}
.primary-button {
  font-size: 35px;
    width: 100%;
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: white;
    border-radius: 500px;
    color: black;
    display: inline-block;
    text-align: center;
  }
  
  
  /* components */
  .secondary-button {
    width: 100%;
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: transparent;
    border-radius: 500px;
    display: inline-block;
    font-size: 70px;
    text-align: center;
    border: 6px solid #FFFFFF;
    margin-top: 70px;
}
  
  

  /**/
  .link-card {
    list-style: none;
    display: flex;
    padding: 0.25rem;
    background-color: white;
    background-image: none;
    background-size: 400%;
    border-radius: 0.6rem;
    background-position: 100%;
    transition: background-position 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  }
  
  .link-card > a {
    width: 100%;
    text-decoration: none;
    line-height: 1.4;
    padding: 1rem 1.3rem;
    border-radius: 0.35rem;
    color: #111;
    background-color: white;
    opacity: 0.8;
  }
  
  h2 {
    margin: 0;
    font-size: 1.25rem;
    transition: color 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }
  
  p {
    margin-top: 0.5rem;
    margin-bottom: 0;
    color: #444;
  }
  
  .link-card:hover,
  .link-card:focus-within {
    background-position: 0;
    background-image: var(--accent-gradient);
  }
  
  .link-card:hover h2,
  .link-card:focus-within h2 {
    color: rgb(var(--accent));
  }
  

  /* tv1 */
  body{
    /* Set "my-sec-counter" to 0 */
     counter-reset:my-sec-counter;
    }
    .peopleInfo .wrapper{
      padding:250px 130px;
      padding-bottom: 0px;
      height: 100%;
  background: white;
  transition-duration: 1s;
  overflow: hidden;
  opacity: 0;
    }
    .peopleInfo{
      overflow: hidden;
      right: 0;
      left: auto;
      z-index:-1
    }
    .peopleInfo .title{
      font-family: Atkinson Hyperlegible;
      font-size: 80px;
      font-weight: 700;
      line-height: 85px;
      letter-spacing: 0em;
      text-align: left;
      color:black;
      margin-bottom:40px;
    }
    p{
      font-family: Atkinson Hyperlegible;
      font-size: 45px;
      font-weight: 400;
      line-height: 65px;
      letter-spacing: 0em;
      text-align: left;

    }
    
  .videos-nav-bottom {
    width: 100vw;
    height: 600px;
    background: var(--colorPage);
    position: absolute;
    bottom:-50px;
    left:0;
    top:auto;
    transition-duration: 0.2s;
    border-radius: 60px;

  }
  .info-nav-bottom {
    width: 100vw;
    height: 600px;
    background: var(--colorPage);
    position: absolute;
    bottom:-50px;
    left:0;
    top:auto;
    transition-duration: 0.2s;
    border-radius: 60px;
    display: flex;
    justify-content: center;

  }
  .videos-dist{
    background: white;
  height: calc( 100% - 550px );
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.2s;
  overflow: hidden;
  width: 100%;
  padding-bottom: 50px;
  }
  .videos-dist li{
    font-family: Atkinson Hyperlegible;
    width: 775px;
    font-size: 40px;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: 0em;
    list-style: none;
    padding-bottom:35px;
    padding-top:35px;
    border-bottom: 3px solid rgba(45, 47, 91, 0.1);
  }

  .videos-dist li:last-child{
    border-bottom:none;

  }
  .videos-dist li::before{
    /* Increment "my-sec-counter" by 1 */
     counter-increment:my-sec-counter;
    content:counter(my-sec-counter);
    color:var(--colorPage);
    margin-left: -80px;  
    padding-right: 60px;
    }
  .video-nav-wrapper{
    background: transparent;
  }
  .videos-nav-bottom ul{
display:flex;
gap: 20px;
justify-content: center;
  }
  .videos-nav-bottom ul li{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    color:black;
    border-radius: 100%;
    width:75px;
    height: 75px;
    font-family: Atkinson Hyperlegible;
    font-size: 50px;
    font-weight: 400;
    line-height: 62px;
    letter-spacing: 0em;
    text-align: left;

  }
  .videos-nav-bottom .title{
    font-family: Atkinson Hyperlegible;
    font-size: 40px;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: 0em;
    text-align: center;
    width: 100%;
    color: black;

  }

  .videos-nav-bottom .tags{
  display: flex;
  justify-content: center;
  gap:35px;
  }
  .videos-nav-bottom .description{
    font-family: Atkinson Hyperlegible;
font-size: 35px;
font-weight: 400;
line-height: 55px;
letter-spacing: 0em;
text-align: center;
margin-top: 20px;
  }
  .videos-nav-bottom .tags>button{
    font-family: Atkinson Hyperlegible;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
    border: 2px solid white;
    padding: 21px 35px;
    border-radius: 80px;
    background: transparent;


  }

  .info-nav-bottom .back{
    font-family: Atkinson Hyperlegible;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
    border: 2px solid white;
    padding: 21px 35px;
    border-radius: 80px;
    max-width: 415px;
    height: 100px;
    width: 100%;;


  }
  .info-nav-bottom .back img{
    width: 50px;
    height: 23px;
    margin-right:30px;
  }

.section-tv1 .custom_container{
  display: flex;
flex-direction: column;
height: 100%;
justify-content: center;padding-bottom: 100px;

}  
  .section-tv1 .title {
    font-size: 60px;
    color: white;
    text-align: center;
    font-weight: bold;
    
    width: 100%;
  }
  
  .section-tv1 .buttons_container {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    margin-top: 130px !important;
  }
  
  .section-tv1 .buttons_container a {
    font-size: 35px ;
  }



  .section-tv3-video, .section-tv5-video{
    z-index: -1;
  }
  .section-tv5-video .link{

  }
  .section-tv3 {
    width: 100vw;
    height: 100vh;
    background: #dc6a5a;

  }
.section-tv3 .custom_container{
  display: flex;
flex-direction: column;
height: 100%;
justify-content: center;padding-bottom: 100px;

}  
  .section-tv3 .title {
    font-size: 60px;
    color: white;
    text-align: center;
    font-weight: bold;
    
    width: 100%;
  }
  
  .section-tv3 .buttons_container {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    margin-top: 130px !important;
  }
  
  .section-tv3 .buttons_container a {
    font-size: 35px ;
  }


  .section-tv5 {
    width: 100vw;
    height: 100vh;
    background: #7fa9d9;

  }
.section-tv5 .custom_container{
  display: flex;
flex-direction: column;
height: 100%;
justify-content: center;padding-bottom: 100px;

}  
  .section-tv5 .title {
    font-size: 60px;
    color: white;
    text-align: center;
    font-weight: bold;
    
    width: 100%;
  }
  
  .section-tv5 .buttons_container {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    margin-top: 130px !important;
  }
  
  .section-tv5 .buttons_container a {
    font-size: 35px ;
  }
  /* tv1 video */

  video{
    background-color: black;
  }
	.section-video{
        width: 100vw;
        height: 100vh;
        z-index: 0;
        
    }
    .section-video video{
        object-fit: cover;
    }
    button.tv_reload{
      z-index: 10;
      opacity: 0;
      transition: all 1s;
      position: absolute;
      bottom: 25%;
      left: 4%;
      width: 300px;
      padding-top: 15px;
      padding-bottom: 15px;
      background-color: #000;
      border-radius: 500px;
      color: black;
      display: inline-block;
      font-size: 30px;
      text-align: center;
      color: white;
    
    }
  
    
.progress-bar {
  position: relative;
width: 50%;
height: 100px;
background-color: #ddd;
border-radius: 5px;
bottom: 41px;
left: 10px;
}

.progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #ff0000;
  border-radius: 5px;
  width: 0;
}

.duration-left,
.duration-right {
  position: absolute;
  top: -20px;
  font-size: 12px;
  color: #333;
}

.duration-left {
  left: 0;
}

.duration-right {
  right: 0;
}

  
    /* tv5-web*/
    .section-game {
        width: 100vw;
        height: 100vh;
        background: #2D2F5B;
      }
      
      .section-game .title {
        font-size: 60px;
    color: white;
    text-align: center;
    font-weight: bold;
    margin-top: 250px;
    margin-bottom: 100px;
    
    width: 100%;
      }
      
      .section-game .qr_wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 675px;
        height: 675px;
        max-width: 1220px;
        top: 1028px;
        border-radius: 0px;
        border: 40px solid #0A958B;
        margin-left: auto;
        margin-right: auto;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('../images/qr-code-web.png');
        background-size: contain;
      }
      
      
      .section-game .buttons_container a{
        font-size: 30px;
        text-align: center;
        padding-right: 25px;
        padding-left: 25px;
        padding-top: 15px;
        padding-bottom: 15px;  
        width: 75%;
        margin: 0 auto;
        margin-top: 75px;    
      } 
      
       /* tv5 video */

  
	.section-tv5-video{
    width: 100vw;
    height: 100vh;
    
}
.section-tv5-video video{
    object-fit: cover;
}
.section-video .link_qr{
  z-index: 10;
  position: absolute;
  bottom: 25%;
  right: 10px;
  width: 625px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #02CDBE;
  border-radius: 500px;
  color: white;
  display: inline-block;
  font-size: 33px;
  text-align: center;
  padding-right: 5px;
  padding-left: 5px;
}

.backBtn{
  width: 75px;
  height: 75px;
  border: 3px solid white;
  border-radius: 100%;
  background-image: url('../icons/flecha.svg');
  transform: rotate(180deg);
  position: absolute;
  top: 120px;
  left: 60px;
  background-color: transparent;
background-size: cover;
background-size: 75%;
background-position: center;
background-repeat: no-repeat;
z-index: 50;
}

.prev_vid, .next_vid{
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;

}
.prev_vid{
  left: 0;
}
.next_vid{
  right: 0;
}