@import url('https://fonts.googleapis.com/css2?family=Koulen&family=Kulim+Park:ital,wght@0,200;0,300;0,400;0,600;0,700;1,200;1,300;1,400;1,600;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Koulen&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: white;
}

html, body {
    height: 100%;
    width: 100%;
}
.burger {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 32px;
  height: 24px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 1;
}

.burger:hover .circulo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  width: 64px;
  height: 64px;
  z-index: 0;
}
.menu {
  position: relative;
  z-index: 100; /* Este es el contenedor principal */
  padding-top: 3rem;
  padding-left: 5rem;
}
.menu .linksarriba{
  display: flex;
  justify-content: left;
  align-items: center;
}
.linksarriba a{
  position: relative;
  text-decoration: none;
  font-family: Koulen;
  font-size: 2rem;
  margin-right: 1rem;
  z-index: 3500 !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: 0.3s;
}
.linksarriba a:hover{
  background-color: white;
  border-radius: 5rem;
  color: black;

}
.burger span {
  z-index: 1;
  width: 100%;
  height: 3px;
  background-color: white;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.burger.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.burger.open span:nth-child(2) {
  opacity: 0;
}
.burger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
.listaAbajo{
  font-family: Koulen;
  font-size: 4rem;
  margin-top: 12rem;
  margin-left: 1.5rem;
}
.listaAbajo a{
  text-decoration: none;
  transition: 0.5s;
}
.listaAbajo ul li a:hover{
  color: rgb(122, 122, 122);
}
.listaAbajo ul{
  list-style: none;
}



.toggledMenu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  transition: right 0.4s ease;
  z-index: 1000;
  background: white;
}

.toggledMenu.open {
  right: 0;
}

.close-menu {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 2rem;
  background: none;
  border: none;
  color: white;
  z-index: 1100;
  cursor: pointer;
}

.imgmenu {
  width: 45%;
  height: 100vh;
  background-image: url(../assets/menuImage.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.burger{
  z-index: 1000;
}
.menu {
  width: 55%;
  height: 100vh;
  background-color: black;
  overflow-y: auto;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

body{
  margin: 0;
    background-color: black;
}
.burger{
  pointer-events: all;
}
  header {
      position: relative;
      top: 1rem;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 3000 !important;
      pointer-events: none;
  }

.pegador{
  width: 100vw;
  position: fixed;
  top: 1rem;
  z-index: 3000;
  pointer-events: none;
}
nav {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    pointer-events: none;
}

.burger{
    width: 33px;
    height: 13px;
}
.main {
  height: 100vh;
  margin-top: -7rem;
  background-image: url(../assets/mainImg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.texto h1{
    margin-bottom: -1.5rem;
    font-family: Koulen;
    color: #FFF;
    font-family: Koulen;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.galeria{
    margin-bottom: -1.5rem;
    font-family: Koulen;
    color: #FFF;
    font-family: Koulen;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.texto h3{
    color: #FFF;
    font-family: "Kulim Park";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px;
    text-transform: capitalize;
    width: 38.75rem;
}
.dreadInfo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
}
.infoArriba{
    display: flex;
    justify-content: center;
    align-items: center;
}
.infoAbajo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.centrador{
    display: flex;
    justify-content: center;
    align-items: center;
}
.bandaImg1{
  height:55% ;
  margin-top: 5rem;
  background-image: url(../assets/banda1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.button{
    width: 282px;
    height: 60px;
    background-color: white;
    border-radius: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    margin-top: 1rem;
    transition: 0.3s;
}
.buttonete{
    width: 245px;
    height: 60px;
    background-color: white;
    border-radius: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    margin-top: 1rem;
    transition: 0.3s;  
}
.contenedorIcon{
    width: 50px;
    height: 50px;
    background-color: black;
    border-radius: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.button h5{
color: #000;
font-family: Koulen;
font-size: 1.1rem;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
margin-right: 0.4rem;
}
.buttonete h5{
color: #000;
font-family: Koulen;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
margin-right: 0.8rem;
}
.boton:hover .button{
    box-shadow: 0px 0px 20px rgb(122, 122, 122);
}
.boton:hover .buttonete{
    box-shadow: 0px 0px 20px rgb(122, 122, 122);
}
.parteArribaEte{
    display: flex;
}
.parteArribaEte .imagenPersonajes{
    position: relative;
    top: -14.5rem;
}
.projectEternaut{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.parteAbajoEte .texto{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.parteAbajoEte{
    margin-top: -15rem;
}
.bandaImg2{
  height:70% ;
  margin-top: 6rem;
  background-image: url(../assets/banda2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.title{
    color: #FFF;
    font-family: Koulen;
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.supportus{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
}
.metodos{
    width: 80% !important;
}
#buton2{
    width: 209px;

}
#buton1{
    width: 190px;

}
.metodos{
    width: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.robux{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.robux h3{
    margin-top: 1rem;
    width: 30.5rem;
    text-align: left;
    color: #FFF;
    font-family: "Kulim Park";
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 200;
}
.realcash{
    display: none;
    flex-direction: column;
    text-align: left;
    align-items: flex-end;

}
.realcash h3{
    margin-top: 1rem;
    width: 30.5rem;
    text-align: right;
    color: #FFF;
    font-family: "Kulim Park";
    font-size: 22px;
    font-style: normal;
    font-weight: 200;
}

footer{
    margin-top: 20rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.logo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.derechos{
    display: flex;
    justify-content: center;
    align-items: center;
}
.derechos h5{
    color: #FFF;
font-family: "Kulim Park";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 39px; /* 177.273% */
text-transform: capitalize;
}
.logo img{
    margin-top: 4rem;
}
.links{
    display: flex;
    justify-content: space-evenly;
}
.links a{
    text-decoration: none;
color: #FFF;
font-family: Koulen;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}
.links a:hover{
    color: #c2c2c2;
}


@media (max-width: 1300px) {
  .menu{
    padding-top: 3.2rem;
    padding-left: 2rem;
  }
  .linksarriba a{
    font-size: 28px;
  }
  .listaAbajo a{
    font-size: 52px;
  }
  .imagenPersonajes{
    width: 500px;
  }
  .parteArribaEte{
    margin-bottom: 5rem;
  }
  .texto h1{
    font-size: 68px;
  }
  .galeria{
    font-size: 68px;
  }
  .title{
    font-size: 68px;
  }
  .texto h3{
    font-size: 18px;
  }
  .infoArriba img{
    width: 450px;
  }
  .logoimgsection{
    width: 450px;
  }
}
@media (max-width: 1024px) {
  .menu{
    padding-top: 3.5rem;
    padding-left: 2rem;
  }
  .linksarriba a{
    font-size: 22px;
  }
  .listaAbajo a{
    font-size: 42px;
  }
}
@media (max-width: 864px) {
  .menu{
    padding-top: 3.95rem;
    padding-left: 2rem;
  }
  .linksarriba a{
    font-size: 18px;
  }
  .listaAbajo a{
    font-size: 32px;
  }
  .imgmenu {
  width: 25%;
  height: 100vh;
  background-image: url(../assets/imagemenusin.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.burger{
  z-index: 1000;
}
.menu {
  width: 75%;
  height: 100vh;
  background-color: black;
  overflow-y: auto;
}
}

@media (max-width: 560px) {
  .menu{
    padding-top: 3.95rem;
    padding-left: 2rem;
  }
  .linksarriba a{
    font-size: 18px;
  }
  .listaAbajo a{
    font-size: 32px;
  }
  .imgmenu {
  width: 10%;
  height: 100vh;
  background-image: url(../assets/imagemenusin.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.burger{
  z-index: 1000;
}
.menu {
  width: 90%;
  height: 100vh;
  background-color: black;
  overflow-y: auto;
}
}
@media (max-width: 425px) {
  .menu{
    padding-top: 3.95rem;
    padding-left: 2rem;
  }
  .linksarriba a{
    font-size: 18px;
  }
  .listaAbajo a{
    font-size: 32px;
  }
  .logo{
    width: 9rem;
  }
  .imgmenu {
  width: 0%;
  height: 100vh;
  background-image: url(../assets/imagemenusin.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.burger{
  z-index: 1000;
}
.menu {
  width: 100%;
  height: 100vh;
  background-color: black;
  overflow-y: auto;
}
footer .logo{
  margin-left: 5rem;
}
footer .logo img{
  width: 12rem;
}
}
@media (max-width: 375px) {
  .menu{
    padding-top: 3.95rem;
    padding-left: 2rem;
  }
  .linksarriba a{
    font-size: 14px;
  }
  .listaAbajo a{
    font-size: 32px;
  }
  .imgmenu {
  width: 0%;
  height: 100vh;
  background-image: url(../assets/imagemenusin.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.burger{
  z-index: 1000;
}
.menu {
  width: 100%;
  height: 110vh;
  background-color: black;
  overflow-y: auto;
}
}
@media (max-width: 320px) {
  .menu{
    padding-top: 6.95rem;
    padding-left: 1rem;
  }
  .linksarriba a{
    font-size: 16px;
  }
  .listaAbajo a{
    font-size: 32px;
  }
  .imgmenu {
  width: 0%;
  height: 100vh;
  background-image: url(../assets/imagemenusin.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.burger{
  z-index: 1000;
}
.menu {
  width: 100%;
  height: 100vh;
  background-color: black;
  overflow-y: auto;
}
}
@media (max-width: 1124px) {
  .imagenPersonajes{
    display: none;
  }
  .parteArribaEte{
    margin-bottom: 5rem;
  }
  .texto h1{
    font-size: 68px;
  }
  .galeria{
    font-size: 68px;
  }
  .texto h3{
    font-size: 18px;
  }
  .texto{
    justify-content: center;
    text-align: center;
  }
  .boton{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .infoArriba img{
    display: none;
  }
  .infoAbajo{
    margin-top: 3rem;
  }
  .logoimgsection{
    width: 450px;
    display: none;
  }
  .parteAbajoEte{
    margin-top:0rem;
  }
  .metodos{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .metodos .robux{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 2rem;
  }
    .metodos .realcash{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .metodos h3{
    text-align: center;
  }
  footer .links{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  footer img{
    width: 18.125rem;
    margin: 0;
  }
  .logo{
    margin: 0;
  }
  footer h5{
    font-size: 0.75rem;
  }
}
@media (max-width: 686px) {
  .texto h1{
    font-size: 40px;
        line-height: 105%;
        margin-bottom: 1rem;

  }
  .galeria{
    font-size: 40px;
        line-height: 105%;
        margin-bottom: 1rem;

  }
  .texto{
    justify-content: center;
    align-items: center;
    width: 80%;
  }
  .parteArribaEte{
    justify-content: center;
    align-items: center;
  }
  .parteAbajoEte{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .texto h3{
    margin-top: 1rem;
    font-size: 14px;
    line-height: 125%;
    width: auto;
  }
  .metodos h3{
    text-align: center;
  }
  footer h5{
    font-size: 0.75rem;
    text-align: center;
  }
  .metodos h3{
    margin-top: 1rem;
    font-size: 14px;
    line-height: 125%;
    width: auto;
  }
}

.poppins{
  font-family: Poppins;
}
.poppins-button{
  color: #000;
  font-family: Poppins;
}
#nombreval{
  color: rgb(0, 38, 255);
  text-decoration: underline;
}
#cvuval{
  color: rgb(0, 38, 255);
  text-decoration: underline; 
}
#aliasval{
  color: rgb(0, 38, 255);
  text-decoration: underline; 
}



.galeria-container {
  margin-top: 3rem;
  color: #fff;
  text-align: center;
}
.galeria-container h2 {
  margin-bottom: 1rem;
  text-transform: uppercase;
}

/* Slider */
.slider-container {
  position: relative;
  overflow: hidden;
  width: 90%;
  margin-bottom: 2rem;
}
.slider-wrapper {
  display: flex;
  transition: transform 0.4s ease-in-out;
  gap: 1rem;
}
.slider-img {
  width: 100%;
  max-width: 280px;
  height: auto;
  border-radius: 10px;
  cursor: pointer;
}
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  color: #fff;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  padding: 0.5rem 1rem;
  z-index: 1;
}
.slider-btn.prev { left: 0; }
.slider-btn.next { right: 0; }

/* Video Grid */
.galeria-videos {
  display: grid;
  justify-content: center;
  width: 90%;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
  gap: 2%;
  margin-top: 2rem;
}
.galeria-videos video {
  width: 100%;
  border-radius: 10px;
}
.sectiongaleria{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 386px) {
  .sectiongaleria{
    width: 300px;
  }

}