body{
    margin: 0;
    padding: 0;
    background-color: black;
    background-size: 100%;
    font-size: 16px;
}
nav{
    background-color: black;
    position:fixed;
    z-index: 9999;
    width: 100%;
    height: 90px;
}
a{
    text-decoration: none;
}
.link{
    position: absolute;
    padding: 20px 50px;
    margin-top: -0.5%;

}
nav ul{
    float: right;
    z-index: 9999;
    margin-right: 22%;
    margin-top: 5px;
}
nav ul li{
    display: inline-block;
    line-height: 80px;
    z-index: 9999;
    margin: 0 12px;
    
}
nav ul li a{
    z-index: 9999;
    color: #FFFF;
   font-size: 15px;
   font-family: "Quicksand", sans-serif;
   border-radius: 3px;
   padding: 2px 9px;
   text-transform: uppercase;
}
.liyf{
    transition: 0.5s;
    object-fit: cover;
    margin-top: -12%;
    margin-left: 99%;
}
.liyf:hover{
    transform: scale(1.2);
}
#zoom{
    transition: 0.5s;
    object-fit: cover;
}
#zoom:hover{
    transform: scale(1.2);
}
.checkbtm{
    margin-top: 2%;
    position: absolute;
    display: none;
    cursor: pointer;
    border-radius: none;
}
#check{
    display: none;
}
.lqh img{
    width: 100%;
    height: auto;
}
.lqh .capa h1{
    font-size: 79px;
    font-family: "Bebas Neue", sans-serif;
    color: #fbfbfb;
    text-shadow: rgba(16, 16, 15, 0.616) 4px 4px 6px;
    margin-top: 7%;
    width: 40%;
}
.capa{
    position: absolute;
    padding: 24px;
    margin-left: 23%;
    margin-top: -50%;
}
.h1tes{
    font-family: "Bebas Neue", sans-serif;
    color: #FFFF;
    text-shadow: rgba(146, 146, 3, 0.616) 4px 4px 6px;
    font-size: 59px;
}
span h1::before{
    content: var(--l);
    position: absolute;
    transform: scale(1.1);
    margin-left: 0%;
    filter: blur(33px);
}


.parallax-videos {
            background-image: url('../img/camp%20prov16-15.png');
            min-height: 700px;
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            padding: 80px 0;
        }

        


          .slider-container {
            position: relative;
            width: 100%;
            max-width: 1400px;
            margin: 40px auto;
            overflow: hidden;
            }

.slider-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 20px;
  scrollbar-width: none; /* Firefox */
}
.slider-container2 {
            position: relative;
            width: 100%;
            max-width: 1400px;
            margin: 40px auto;
            overflow: hidden;
            }
.slider-track2{
  display: flex;
   gap: 15px;
   padding: 15px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Firefox */
}
.slider-track3{
  display: flex;
   gap: 15px;
   padding: 15px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Firefox */
}
.slider-track::-webkit-scrollbar {
  display: none; /* Chrome */
}
.slider-track3::-webkit-scrollbar {
  display: none; /* Chrome */
}
.slider-track2::-webkit-scrollbar {
  display: none; /* Chrome */
}
.slide {
  flex: 0 0 55%;
  max-width: 80%;
  border-radius: 15px;
  overflow: hidden;
  background: #000;
  position: relative;
}
.slider{
    cursor: pointer;
    border-radius: 15px;
    flex: 0 0 55%;
    max-width: 25%;
    overflow: hidden;
    position: relative;
}
.slider video{
    width: 100%;
}
.slider-25mayo{
    cursor: pointer;
    border-radius: 15px;
    flex: 0 0 55%;
    max-width: 25%;
    overflow: hidden;
    position: relative;
}
.slider-25mayo video {
  width: 100%;
}
 
.youtube {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 15px;
}

.youtube iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 15px;
  display: block;
}

.youtube .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 50px;
  background-color: rgba(255, 0, 0, 0.85);
  mask: url('https://img.icons8.com/ios-filled/100/play--v1.png') no-repeat center;
  -webkit-mask: url('https://img.icons8.com/ios-filled/100/play--v1.png') no-repeat center;
  mask-size: contain;
  -webkit-mask-size: contain;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 2;
}


/* FLECHAS */
.gallery-controls2 {
  display: flex !important;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}
.gallery-controls2 button {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 30px;
  border: none;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  cursor: pointer;
}
.gallery-controls2 button:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}
.gallery-controls {
  display: flex !important;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}

.gallery-controls3 {
  display: flex !important;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}
.gallery-controls3 button {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 30px;
  border: none;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  cursor: pointer;
}
.gallery-controls3 button:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}
.gallery-controls button {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 30px;
  border: none;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  cursor: pointer;
}
.gallery-controls button:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}


/* =========================
   FOOTER GENERAL
========================= */
.footer {
  background: radial-gradient(circle at top, #111 0%, #000 70%);
  padding: 80px 30px 70px;
  color: white;
  font-family: "Bebas Neue", sans-serif;
  border-top: 1px solid rgba(255,255,255,0.08);
}

/* =========================
   GRID LAYOUT (AREAS)
========================= */
.footer-container {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas:
    "logo logo logo"
    "menu young social";
  gap: 60px;
  align-items: start;
  text-align: center;
}

/* =========================
   GRID AREAS
========================= */
.footer-logo {
  grid-area: logo;
}

.footer-menu {
  grid-area: menu;
}

.footer-youngfest {
  grid-area: young;
}

.footer-social {
  grid-area: social;
}

/* =========================
   ANIMACIÓN DE ENTRADA
========================= */
.footer-container > div {
  opacity: 0;
  transform: translateY(35px);
  animation: fadeUp 0.9s ease forwards;
}

.footer-logo { animation-delay: 0.15s; }
.footer-menu { animation-delay: 0.30s; padding-bottom: 10%; }
.footer-youngfest { animation-delay: 0.45s; }
.footer-social { animation-delay: 0.60s; }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================
   LOGO PRINCIPAL
========================= */
.footer-logo img {
  width: 200px;
  margin-bottom: 40px;
  border-radius: 17px;
  filter: drop-shadow(0 0 12px rgba(255,255,255,0.25));
}

/* =========================
   MENÚ
========================= */
.footer-menu h2,
.footer-social h2 {
  margin-bottom: 16px;
  font-size: 20px;
  letter-spacing: 2px;
  text-decoration: underline;
}

.footer-menu a {
  display: block;
  color: #eaeaea;
  font-size: 15px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.footer-menu a:hover {
  color: white;
  transform: translateX(6px);
}

/* =========================
   YOUNGFEST
========================= */
.footer-youngfest img {
  width: 170px;
  margin-bottom: 12px;
}

.instagram {
  display: flex;
  justify-content: center;
  align-items: center;
}

.instagram a {
  color: #eaeaea;
  font-size: 15px;
  transition: 0.3s;
}

.instagram a:hover {
  color: white;
}

/* =========================
   REDES SOCIALES
========================= */
.icons {
  display: flex;
  justify-content: center;
  gap: 22px;
}

.icons img {
  width: 34px;
  filter: brightness(0) invert(1);
  opacity: 0.7;
  transition: all 0.3s ease;
}
.icons img:hover {
  opacity: 1;
  transform: scale(1.2);
}
.contw{
    position: fixed;
    z-index: 999;
    border-radius: 40%;
    bottom: 1.25em;
    right: 0.525em;
    padding: 0.525em;
    margin-top: 55%;
    margin-left: 12%;
    transition: ease 0.3s;
}

.contw:hover{
    transform: scale(1.1);
    transition: 0.3s;
}

.botonw{
    width: 8.7em;
    transition: ease 1s;
}
.mdp-container {
    position: relative;
    width: 100%;
}


.mdp-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(0, 0, 0, 0.6),
        rgba(0, 0, 0, 0.2)
    );
    backdrop-filter: blur(4px);
    z-index: 1;
}


.text-mdp {
    position: relative;
    z-index: 2;
    padding: 40px 20px;
    text-align: center;
}

.text-mdp p {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    line-height: 1.7;
    opacity: 0.95;
    text-shadow: 0 3px 6px rgba(230, 210, 31, 0.8);
    max-width: 100%;
    margin: auto;
}


@media (max-width: 900px) {
    .link{
        padding-left: 140px;
        top: -5%;
    }
    .link img{
        width: 200px;
    }
    nav ul li a{
        font-size: 16px;
    }
    nav{
        height: 94px;
    }
    .liyf{
        margin-left: 0%;
    }
    .parallax-videos {
        background-attachment: scroll;
    }
    .divmis{
        border: 3px solid rgb(219, 219, 11);
        width: 89%;
        border-radius: 20px;
        margin-top: -5%;
        height: 385px;
        margin-left: 7%;
    }
    .divvis{
        border: 3px solid rgb(219, 219, 11);
        width: 89%;
        height: 385px;
        border-radius: 20px;
        margin-left: 7%;
    }
    .divvis img{
        border-radius: 20px;
        opacity: 0.4;
        height:340px ;
    }
    .divmis img{
        border-radius: 20px;
        opacity: 0.4;
        height: 340px;
    }
    .vis{
        font-family: "Bebas Neue", sans-serif;
        color: #FFFF;
        margin-left: -26%;
        font-size: 34px;
    }
    .mis{
        font-family: "Bebas Neue", sans-serif;
        color: #FFFF;
        margin-left: -26%;
        font-size: 34px;
    }
    .misjuan p{
        color: #fcfcfc;
        font-family: "Monserrat", sans-serif;
        font-size: 17.6px;
        opacity: 6;
        margin-left: 3%;
        margin-top: -13%;
    }
    .visjuan p{
        color: #fcfcfc;
        font-family: "Monserrat", sans-serif;
        font-size: 17px;
        opacity: 6;
        margin-left: 3%;
        margin-top: -14%;
    }
    .capam{
        position: absolute;
        margin-top: -120%;
        width: 370px;
        margin-left: -2%;
        opacity: 5;
    }
    .capav{
        position: absolute;
        margin-top: -125%;
        margin-left: -2%;
        width: 370px;
        opacity: 5;
    }
  

 

  
}
@media (max-width: 800px) {
    .parallax-videos {
        background-attachment: scroll;
    }
    .cannac{
        width: 100%;
        margin-left: -1%;
    }
    .mcms_etrv{
        width: 100%;
    }
    .campañas_mcms{
        width: 100%;
    }
    .checkbtm{
        display: block;
        z-index: 9999;
        margin-top: 25px;
        margin-left: 22px;
    }
    .link{
        
        margin-top: -2%;
    }
    .h1ca{
        font-size: 40px;
    }
    ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        background:  black;
        top: 70px;
        left: -150%;
        text-align: center;
        transition: all .3s;
    }
    nav ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    #check:checked ~ ul{
        left: -7%;
    }
    .footer-container {
    grid-template-columns: 1fr;
    grid-template-areas:
      "logo"
      "menu"
      "young"
      "social";
    gap: 40px;
  }

  .footer-logo img {
    width: 180px;
    margin-bottom: 25px;
  }
}
@media (min-width: 767px) {
   
     .book {
      width: 90%;
      height: 300px;
    }
    h2 { font-size: 16px; }
    p { font-size: 13px; }
   
    
    .prev{
        width: 40px;
        height: 40px;
    }
    .next{
        width: 40px;
        height: 40px;
    }
}
@media (max-width: 455px) {
    .parallax-videos {
        background-attachment: scroll;
    }
    .link{
        margin-top: -2%;
    }

    .divmis{
        border: 3px solid rgb(219, 219, 11);
        width: 89%;
        border-radius: 20px;
        margin-top: -5%;
        height: 385px;
        margin-left: 7%;
    }
    .divvis{
        border: 3px solid rgb(219, 219, 11);
        width: 89%;
        height: 385px;
        border-radius: 20px;
        margin-left: 7%;
    }
    .divvis img{
        border-radius: 20px;
        opacity: 0.4;
        height:340px ;
    }
    .divmis img{
        border-radius: 20px;
        opacity: 0.4;
        height: 340px;
    }
    .vis{
        font-family: "Bebas Neue", sans-serif;
        color: #FFFF;
        margin-left: -26%;
        font-size: 34px;
    }
    .mis{
        font-family: "Bebas Neue", sans-serif;
        color: #FFFF;
        margin-left: -26%;
        font-size: 34px;
    }
    .misjuan p{
        color: #fcfcfc;
        font-family: "Monserrat", sans-serif;
        font-size: 17.6px;
        opacity: 6;
        margin-left: 3%;
        margin-top: -13%;
    }
    .visjuan p{
        color: #fcfcfc;
        font-family: "Monserrat", sans-serif;
        font-size: 17px;
        opacity: 6;
        margin-left: 3%;
        margin-top: -14%;
    }
    .capam{
        position: absolute;
        margin-top: -120%;
        width: 370px;
        margin-left: -2%;
        opacity: 5;
    }
    .capav{
        position: absolute;
        margin-top: -125%;
        margin-left: -2%;
        width: 370px;
        opacity: 5;
    }
    .link{
        margin-left: -7% ;
    }
    .liyf{
        margin-top: 4%;
    }
    .div1{
        margin-left: 20%;
    }
    .div2{
        margin-left: 45%;
    }
    .div3{
        margin-left: 28.4%;
        margin-top: 14%;
    }
    .div3 .adv3{
        margin-left: 19%;
        margin-top: -9%;
    }
    .div3 .imgd3{
        margin-left: 7%;
        margin-top: 5%;
    }
    .div4{
        margin-left: 37%;
        margin-top: 18%;
    }
    .div4 h2{
        margin-left: 10%;
    }
    .capa{
        width: 88%;
        height: 219px;
        margin-top: -66%;
    }
    .lqh .capa h1{
        font-size: 50px;
        font-family: "Bebas Neue", sans-serif;
         color: #FFFF;
        text-shadow: 10px gray;
         margin-top: -12%;
         margin-left: -19%;
         width: 47%;
    }
    .vis{
        font-family: "Bebas Neue", sans-serif;
        color: #FFFF;
        margin-left: 17%;
        margin-top: -55%;
        font-size: 45px;
    }
    .divvis{
        width: 85%;
        height: 60%;
    }
    .capav{
        position: absolute;
        margin-top: -29%;
        width: 70%;
        opacity: 5;
    }
    .visjuan{
        width: 90%;
        margin: 19px;
        margin-left: 7%;
    }
    .visjuan p{
        margin-top: 0%;
        font-size: 23px;
    }
    .mis{
        font-family: "Bebas Neue", sans-serif;
        color: #FFFF;
        margin-left: 17%;
        margin-top: -55%;
        font-size: 45px;
    }
    .divmis{
        width: 85%;
        height: 60%;
        margin-top: -23%;
    }
    .capam{
        position: absolute;
        margin-top: -29%;
        width: 70%;
        opacity: 5;
    }
    .misjuan{
        width: 90%;
        margin: 19px;
        margin-left: 7%;
    }
    .misjuan p{
        margin-top: 0%;
        font-size: 23px;
    }
    

  
  .gallery-controls {
    display: none;
  }   
}
@media (max-width: 415px) {
    .parallax-videos {
        background-attachment: scroll;
    }
    .link{
        margin-left: -7% ;
    }
    .liyf{
        margin-top: 4%;
    }
    .div1{
        margin-left: 20%;
    }
    .div2{
        margin-left: 45%;
    }
    .div3{
        margin-left: 28.4%;
        margin-top: 14%;
    }
    .div3 .adv3{
        margin-left: 19%;
        margin-top: -9%;
    }
    .div3 .imgd3{
        margin-left: 7%;
        margin-top: 5%;
    }
    .div4{
        margin-left: 37%;
        margin-top: 18%;
    }
    .div4 h2{
        margin-left: 10%;
    }
    .capa{
        width: 88%;
        height: 219px;
        margin-top: -66%;
    }
    .lqh .capa h1{
        font-size: 50px;
        font-family: "Bebas Neue", sans-serif;
         color: #FFFF;
        text-shadow: 10px gray;
         margin-top: -12%;
         margin-left: -19%;
         width: 47%;
    }

  .gallery-controls {
    display: none;
  }
}
@media (max-width: 400px) {
    .parallax-videos {
        background-attachment: scroll;
    }
    .link{
        padding-left: 110px;
    }
    .lqh .capa h1{
        font-size: 44px;
        font-family: "Bebas Neue", sans-serif;
         color: #FFFF;
        text-shadow: 10px gray;
         margin-top: -12%;
         margin-left: -19%;
         width: 47%;
    }
  

  .gallery-controls {
    display: none;
  }   
}
@media (max-width: 383px) {
     .parallax-videos {
        background-attachment: scroll;
    }
    .link{
        margin-left: -1%;
    }
    .lqh .capa h1{
        font-size: 44px;
        font-family: "Bebas Neue", sans-serif;
         color: #FFFF;
        text-shadow: 10px gray;
         margin-top: -12%;
         margin-left: -19%;
         width: 47%;
    }


  .gallery-controls {
    display: none;
  }   
}
@media (max-width: 350px) {
     .parallax-videos {
        background-attachment: scroll;
    }
    
  .gallery-controls {
    display: none;
  }
}
@media (max-width: 311px) {
     .parallax-videos {
        background-attachment: scroll;
    }
    .link{
        padding-left: 80px;
        margin-top: -2%;
    }
    .h3mcms{
        font-size: 12px;
    }
    .h1ca{
        font-size: 33px;
    }

  .gallery-controls {
    display: none;
  }   
}