
/* Bebas Neue */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/* Poppins */
@import url('https://fonts.googleapis.com/css2?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');


*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  /* font-family: "Bebas Neue"; */
  font-family: "Poppins";
  scroll-behavior: smooth;

  /* DEBUGGER */
  /* border: 1px solid red; */
}

/* ANIMACION DE GRADIENTES ROJOS */

@keyframes gradiente{
  0%{background-position: 0 50%;}
  50%{background-position: 100% 50%;}
  100%{background-position: 0 50%;}
}

a{
  color: white;
}

p{
  color: white;
  font-weight: 350;
}

/* a:visited{
  color: white;
} */

/* HEADER */

body{
  /* background-color: #09080c; */
  background-color: #09080ce3;
  /* background-image: url(../img/section-lore/waifu.jpg); */
  background-image: url(../img/background-general.jpg);
  background-position: 50%;
  background-size: cover;
  /* opacity: 0.5; */
  /* color: aliceblue; */
  /* color:crimson; */
  color:rgb(255, 255, 255);
  font-size: 16px;
  /* height: 100vh; */
}

.header{
  background-color: #09080c;
  display: flex;
  justify-content:space-around;
  padding-right: 100px;
  /* padding-right: 10vw; */
  max-height: 60px;
  width: 100%;
  align-items: center;
  gap: 100px;
  /* gap: 10rem; */

  position: sticky;
  top: 0;
  z-index: 1000;
}

.header__btn-menu-mobile{
  display: none;

  background-color:#ffffff00;
  color: #a91f1a;
  border: none;

  /* opacity: 0; */
  /* visibility: hidden; */
}



.header__img-logo{
  height: auto;
  /* height: 170px; */
  max-width: 11.5rem;
  padding-bottom: 9px;
  /* padding-left: 40px; */
}

.header__logo{
  padding: 15px 0px 0px 100px;
  
}

.header__nav{
  display: flex;
  align-items:center;
  justify-content: center;
  /* gap: 130px; */
  gap: 15rem;
  width: auto;
}

.header__nav-list{
  display: flex;
  /* flex-wrap: wrap; */
  gap: 3rem;
  justify-content: center;
  align-items: center;
}

.header__hr-mobile{
  display: none;
}

.header__nav-item{
  color:white;
  font-weight: 500;
  text-align: center;
}

.header__nav-item:hover{
  /* color: red; */
  color: #a91f1a;
  transition: 0.4s ease;
  
}

.header__nav-social-media{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 5px 0px 0px 0px;
}

.icon:hover{
  stroke: #a91f1a;
  transition: 0.4s ease;
}

.header__background-container-social-media--padding{
  padding-left: 3px;
}

/* MAIN */

main{
  font-size: 18px;
}

/* ABOUT */

.about{
  display: flex;
  flex-direction: column;
  font-size: 18px;
  /* font-weight: 500; */
}

.about__content-video-wallpaper{
  width: 100%;
  overflow: hidden;
  height: 56rem;
}

.about__video-wallpaper{
  width: 100%;
  transform: scale(1.2);
  /* height: 90rem; */
    /* mask-image: linear-gradient(
    black 90%,
    transparent
  ); */
}

.about__container-main-text{
  /* max-width: 100vw; */
  /* margin-top: 100px; */
  width: 100%;
  height: 580px;
  /* Background-image: linear-gradient(45deg, #09080c00, #a91f1a57, #09080c00); */
  /* background-image: url(../img/PAISAJE12.jpg); */
  background-image: url(../img/background-cards.png);
  background-size: cover;
  background-position: center;
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  
  position: relative;
}

/* .about__imgMainText{
  width: 10%;
  margin-top: 100px;
} */

.about__background-opacity{
  /* background-color: #09080c73; */
  background-color: #09080caf;

  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;

  position: absolute;
  z-index: 1;
}

.about__main-text{
  text-align: center;
  font-weight: bold;
  font-size: 60px;
  max-width: 62rem;
  /* color: aliceblue; */
  color: white;
  /* color: black; */
  /* color: rgb(230, 35, 35); */

  /* background-color: #08070796; */
  /* background-color: #fffafa9d; */
  padding: 25px;
  border-radius: 20px;
  z-index: 2;

}

.about__container-descryption{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;

  /* background-image: linear-gradient(45deg, #09080c00, #a91f1a8b, #09080c00); */

  background-size: 400% 400%;
  /* animation: gradiente 5s ease infinite; */
}

.about__text-descryption{
  text-align: center;
  /* padding: 80px 0px 80px 0px; */
  margin-bottom: 100px;
  max-width: 50%;
  
}

.about__img-descryption{
  height: auto;
  max-width: 20rem;
}

.about__img-descryption--left{
  margin-right: 70px;
}

.about__img-descryption--right{
  margin-left: 70px;
}

.about__container-cards{
  /* display: flex; */
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  padding-top:100px;
}

.about__container-card{
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
  /* padding: 60px 0px; */
}

.about__background-container-card{
  background-image: linear-gradient(45deg, #09080c00, #a91f1a8b, #09080c00);

  position: absolute;
  z-index: 2;
  height: 100%;
  width: 85%;
  border-radius: 10px;

  /* border: 1px red solid; */
  
}

.about__img-card{
  max-width: 20rem;
  padding-top: 40px;

  z-index: 3;
}

.about__text-card{
  text-align: center;
  max-width: 50%;
  padding: 30px 0px 30px 0px;
  font-size: 16px;

  z-index: 3;
}

.about__content-about{
  display: flex;
  align-items: center;
  justify-content: center;
  display: grid;
  padding-bottom: 50px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;

}

.about__content-info1{
  padding: 100px 0px 100px 0px;
  /* position: absolute; */
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-self: center;
  align-self: center;

  background-image: linear-gradient(45deg, #09080c00, #a91f1a8b, #09080c00);
  animation: gradiente 7s ease infinite;
  background-size: 400% 400%;
}

.about__content-info2{
  padding: 100px 0px 100px 0px;
  /* position: absolute; */
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-self: center;
  align-self: center;

  background-image: linear-gradient(45deg, #09080c00, #a91f1a8b, #09080c00);
  animation: gradiente 7s ease infinite;
  background-size: 400% 400%;
}

.about__content-info-left{
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);

}

.about_content-info-right{
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}

.about__tittle{
  text-align: center;
  max-width: 70%;
}

.about__info{
  max-width: 38rem;
  padding-top: 20px;
  text-align:start;

  text-align: center;
  /* white-space: wrap; */
}


.about__container-img1--right{
  /* max-width: 100vw; */
  /* margin-top: 100px; */
  width: 100%;
  /* height: 300px; */
  max-height: 420px;
  /* min-width: 772.500px; */
  /* background-color:#a91f1a9b; */
  /* background-image: linear-gradient(45deg, #09080c00, #a91f1a8b); */
  /* opacity: 0.7; */
  /* position: relative; */
  /* clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%); */
  color: white;
  padding-top: 150px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;

  background-size: 400% 400%;
  animation: gradiente 7s ease infinite;
}

.about__container-img2--left{
    /* max-width: 100vw; */
  margin-top: 100px;
  width: 100%;
  /* height: 300px; */
  max-height: 420px;
  /* min-width: 772.500px; */
  /* background-color:#a91f1a9b; */
  /* background-image: linear-gradient(45deg, #a91f1a8b, #09080c00); */
  /* opacity: 0.7; */
  /* position: relative; */
  /* clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%); */
  color: white;
  padding-top: 150px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;

  background-size: 400% 400%;
  animation: gradiente 7s ease infinite;
}

.about__img-decks{
  width: 75%;
  min-width: 500.38px;
  position: relative;
  top: -3rem;
}

.about__img-boosterboxs{
  width: 90%;
  /* min-width: 500.38px; */
  position: relative;
  padding-bottom: 140px;
  /* top: -1.5rem; */
}


.text-gradient{
  /* background-image: linear-gradient(45deg, #333333, #dd1818); */
  /* background-image: linear-gradient(45deg, #cb2d3e, #ef473a, white); */
  /* background-image: linear-gradient(45deg, #a91f1a9b, #09080ce3); */
  /* -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;

  background-size: 400% 400%;
  animation: gradiente 5s ease infinite;
}

@keyframes gradiente{
  0%{background-position: 0 50%;}
  50%{background-position: 100% 50%;}
  100%{background-position: 0 50%;} */
}

/* footer */

footer{
  display: flex;
  background-color: #09080c;
  /* padding-bottom: 40px; */
  padding: 50px 0px 50px 0px;
  gap: 100px;
}

.footer__logo{
  max-width: 25rem;
}

.footer__container-logo-y-social-media{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__container-social-media{
  display: flex;
  gap: 15px;
}

.footer__background-container-social-media{
  background-color: #a91f1a8b;
  border-radius: 50px;
  padding: 12px 7px 7px 12px;
  width: 55px;
}

.footer__container-map-site{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 80px;
  margin-bottom: 30px;
}

.footer__ul{
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 17px;
}

.footer__item-ul:hover{
  color: #a91f1a;
  transition: 0.4s ease;
}

hr{
  height: 1px;
  background-color: white;
  margin: 0px 0px;
  border: none;
}

.container-copyrightText{
  background-color: #09080c;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0px;
}

/*/////////////////////// SECTION NEWS////////////////// */

.news__container-banner{
  height: 580px;
  width: 100%;

  position: relative;

  background-image: url(../img/section-news/banner-news.jpg);
  background-position: center;
  background-size: cover;

  display: flex;
  align-items: center;
  justify-content: center;
}

.news__container-news{
  display: flex;
  align-items: center;
  justify-content: center;
}

.news__container-new{
  display: flex;
  align-items: center;
  justify-content: center;
}

.news__text-temp{
  padding: 100px 0px 100px 0px;
  font-size: 1.5rem;
  width: 70%;
  text-align: center;
}

/*/////////////////////// SECTION WHERE PLAY ////////////*/

.whereplay__container-banner{
  height: 580px;
  width: 100%;

  position: relative;

  background-image: url(../img/section-whereplay/whereplay-banner.jpg);
  background-position: top;
  background-size: cover;

  display: flex;
  align-items: center;
  justify-content: center;
}

.whereplay__text{
  padding: 100px 0px 100px 0px;
}

.whereplay__container-locations{
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  padding-bottom: 100px;
  justify-items: center;
  align-items: center;
}

.whereplay__container-la-fabrica-espacio-de-arte{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background-image: linear-gradient(45deg, #09080c00, #a91f1a8b, #09080c00);
  background-size: 400% 400%;
  animation: gradiente 7s ease infinite;
  /* padding: 20px; */
  padding: 50px 20px 50px 20px;
  border-radius: 20px;
}

.whereplay__location-link{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whereplay__img{
  width: 60%;
  border-radius: 20px;
}

.whereplay__container-text-description{
  padding-top: 50px;
}

.whereplay__text-description{
  text-align: start ;
}

/*/////////////////////// SECTION LORE////////////////// */

.lore{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #09080c;
  font-weight: 600;
  font-size: 20px;

  position: relative;

}

.lore__tittle{
  /* padding-top: 80px; */
  color: white;
  font-size: 30px;
}

.lore__container-img{
  height: 580px;
  /* overflow: hidden; */
  width: 100%;

  position: relative;

  background-image: url(../img/section-lore/esfrial-neraw11.jpg);
  background-position: center;
  background-size: cover;

  display: flex;
  align-items: center;
  justify-content: center;

}

/* .lore__img-top{

  width: 100%;

  transform: scale(1.5);
  transform-origin: center bottom;

  z-index: 1;
} */

.lore__background-opacity{
  
  background-color: #09080caf;

  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;

  position: absolute;
  z-index: 2;
}



.lore__text-img-top{
  text-align: center;
  font-weight: bold;
  font-size: 63px;
  max-width: 60rem;
  /* color: aliceblue; */
  color: white;
  /* color: black; */
  /* color: rgb(230, 35, 35); */

  /* background-color: #08070796; */
  /* background-color: #fffafa9d; */
  padding: 25px;
  border-radius: 20px;

  position: absolute;
  z-index: 3;

}


.lore__container-main{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  /* background-image: url(../img/section-lore/wallpaper-lore.jpg); */
  /* background-image: url(../img/section-lore/wallpaper-lore.jpg); */
  /* background-image: url(../img/section-lore/wallpaper-lore.jpg); */
  padding: 10px 80px;
  margin: 100px 15px;

  /* border-style:double ; */

  font-size: 20px;
  font-weight: 500;

}

.lore__textLore{
  /* padding: 40px 0px 140px 0px; */
  padding: 60px 20px;
  text-align: center;
  max-width: 60rem;
  color: white;
}

/*/////////////////////// SECTION PRODUCTS ///////////////////*/


.products__container-img{
  height: 580px;
  /* overflow: hidden; */
  width: 100%;

  position: relative;

  /* background-image: url(../img/section-products/background-img-top-products.jpg); */
  background-image: url(../img/section-products/background-img-top-products.jpg);
  /* background-position: bottom bottom; */
  background-position: 50% 100%;
  background-size: cover;
  

  display: flex;
  align-items: center;
  justify-content: center;
}

.products__background-opacity{
  background-color: #09080caf;

  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;

  position: absolute;
  z-index: 2;
}

.products__text-img-top{
  text-align: center;
  font-weight: bold;
  font-size: 63px;
  max-width: 60rem;
  /* color: aliceblue; */
  color: white;
  /* color: black; */
  /* color: rgb(230, 35, 35); */

  /* background-color: #08070796; */
  /* background-color: #fffafa9d; */
  padding: 25px;
  border-radius: 20px;

  position: absolute;
  z-index: 3;
}

.products{
  display: flex;
  flex-direction: column;
  align-items: center;

  font-size: 18px;
  /* font-weight: 500; */
}

.products__container-starterdecks{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.products__tittle-starterdecks{
  font-size: 30px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.products__text-starterdecks{
  max-width: 50%;
  text-align: center;

}

.products__container-texts{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
  max-width: 70%;

  /* background-image: linear-gradient(45deg, #a91f1a8b, #09080c00); */
  background-image: linear-gradient(45deg, #09080c00, #a91f1a8b, #09080c00);
  background-size: 400% 400%;
  animation: gradiente 7s ease infinite;
  padding: 40px;
}

.products__container-texts-right{
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}

.products__container-texts-left{
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}

.products__text-contentdeck{
  margin-top: 50px;
}

.products__container-deck1{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  /* margin-top: -100px; */
  margin-top: -100px;
}

.products__container-deck2{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  margin-top: -100px;
}

.products__container-deck-img{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.products__img-deck{
  max-width: 100%;
}

.products__img-deck--left{
  margin-left: 0px;
}

.products__img-deck--left:hover{
  transform: scale(1.2);
  transition: 0.5s ease;
}

.products__img-deck--right{
  margin-right: 0px;
}

.products__img-deck--right:hover{
  transform: scale(1.2);
  transition: 0.5s ease;
}

.products__container-boosters-box{
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 100%; */
  /* margin-top: 750px ; */
}

.products__container-boostersbox-imgs{
  display: flex;
  flex-direction: column;
  /* width: 100%; */
}

.products__img-booster-boxes{
  max-width: 100%;
}

.products__container-texts-boosterboxes{
   /* background-image: linear-gradient(45deg, #a91f1a8b, #09080c00); */
   background-image: linear-gradient(45deg, #09080c00, #a91f1a8b, #09080c00);
  background-size: 400% 400%;
  animation: gradiente 7s ease infinite;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
  padding: 40px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  /* width: 100%; */

}

.main__eyuldeckprint{
  display: flex;
  justify-content: center;
  align-items: center;
}

.products__container-boostersbox-imgs{
  width: 100%;
}

.products__text-boosterboxes{
  max-width: 60%;
  text-align: center;
}

/* EYUL DECK PRINT */

  /* Estilos para IMPRESIÓN (cuando se imprime o se guarda como PDF) */
body {
  margin: 0;
  padding: 0;
  }

@media print {
  .eyuldeckprint__card {
  width: 59mm !important;
  height: 86mm !important;
  box-shadow: none !important;
  transform: none !important;
  margin: 0 !important;
  page-break-inside: avoid !important;
  object-fit: cover !important;
  }

.eyuldeckprint__container-cards {
  width: 210mm !important;
  height: 297mm !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fill, 59mm) !important;
  grid-auto-rows: 86mm !important;
  gap: 2mm; padding: 10mm !important;
  box-sizing: border-box !important;
  page-break-after: always !important;
  }

  header{
    display: none !important;
  }

  footer{
    display: none !important;
  }

  p{
    display: none !important;
  }
}

.main__eyuldeckprint{
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-cards{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
}

.eyuldeckprint__container-text{
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 50px;
}

.eyuldeckprint__container-text-configuration {
  text-align: start;
}

.eyuldeckprint__container-cards{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 100px 0px 100px 0px;
  gap: 5px;
}

.eyuldeckprint__card{
  /* width: 59mm;
  height: 86mm;
  margin: 2mm;
  object-fit: cover; */
  width: 17%;
}

.eyuldeckprint__card:hover{
  transform: scale(1.3);
  transition: 0.5s;
}

/* DEYUS DECK */

.deyusdeckprint__card:hover{
  transform: scale(1.3);
  transition: 0.5s;
}
.main__eyuldeckprint{
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-cards{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
}

.deyusdeckprint__container-text{
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 50px;
}

.deyusdeckprint__container-text-configuration {
  text-align: start;
}

.deyusdeckprint__container-cards{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 100px 0px 100px 0px;
  gap: 5px;
}

.deyusdeckprint__card{
  /* width: 59mm;
  height: 86mm;
  margin: 2mm;
  object-fit: cover; */
  width: 17%;
}

.deyusdeckprint__card:hover{
  transform: scale(1.3);
  transition: 0.5s;
}

/*//////////////////// SECTION STORE////////////////*/

.store__container-banner{
  height: 580px;
  width: 100%;

  position: relative;

  background-image: url(../img/section-store/banner-store.jpg);
  background-position: center;
  background-size: cover;

  display: flex;
  align-items: center;
  justify-content: center;
}

.store__container-imgs-stores{
  display: grid;
  grid-template-columns: 1fr ;
  /* grid-template-columns: repeat(3, minmax(150px, 1fr)); */
  grid-template-rows: 1fr ;
  justify-content: center;
  align-items: center;

  padding: 100px 0px 100px 0px;
}

.store__img-store-la-fabrica-espacio-de-arte{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}

.store__img-la-fabrica-espacio-de-arte{
  border-radius: 50%;
  width: 100%;
}

/*//////////////////// SECTION LEARN TO PLAY ////////////////*/

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

.learn__container-banner{
  height: 580px;
  width: 100%;

  position: relative;

  background-image: url(../img/section-learn/banner.jpg);
  background-position: center;
  background-size: cover;

  display: flex;
  align-items: center;
  justify-content: center;

}

.learn__tittle-banner{
  text-align: center;
  font-weight: bold;
  font-size: 63px;
  max-width: 70rem;
  /* color: aliceblue; */
  color: white;
  /* color: black; */
  /* color: rgb(230, 35, 35); */

  /* background-color: #08070796; */
  /* background-color: #fffafa9d; */
  padding: 25px;
  border-radius: 20px;

  position: absolute;
  z-index: 3;
}

.learn__container-tittle-y-text{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}


.learn__container-video{
  width: 100%;
  margin-top: 100px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.learn__tittle-iframe{
  font-size: 30px;
}

.learn__text-iframe{
  width: 57%;
  margin: 50px 0px 100px 0px;
  text-align: center;
}

.learn__iframe{
  width: 75%;
  height: 45rem;
  border-radius: 20px;
}

.learn__container-download{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 100px;
  align-items: center;
  justify-content: center;
  gap: 80px;
}

.learn__img-download-link{
  width: 22%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.learn__link-rulebook{
  font-weight: 600;
  font-size: 25px;
  max-width: 50%;

  background-image: linear-gradient(45deg, #09080c00, #a91f1a8b, #09080c00);
  background-size: 400% 400%;
  animation: gradiente 7s ease infinite;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
  
  /* padding-left: 400px; */
  /* padding: 20px 0px 20px 300px; */
  padding: 20px 300px 20px 300px;
}

.learn__img-rulebook{
  width: 100%;
  /* padding-left: 100px; */
}

.learn__link-rulebook:hover{
  color: #a91f1a;
  transition: 0.4s ease;

  background-image: linear-gradient(45deg, #ffffffc9, #0000008b, #ffffffc9);
  background-size: 400% 400%;
  animation: gradiente 7s ease infinite;
  /* clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);   */
}

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

.learn__container-text-proxies{
  display: flex;
  align-items: center;
  justify-content: center;
}

.learn__text-proxies{
  text-align: center;
  max-width: 50%;
  padding-top: 100px;
  margin-bottom: 100px;
}

.learn__container-deck-proxies{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  gap: 20rem;
  padding-left: 50px;
}

.learn__container-tittle-deck-proxies{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 550px;
}

.learn__container-tittle-deck1-proxie{
  width: 100%;
  display: flex;
  justify-content: start;
  /* padding-left: 200px; */
  padding: 20px 0px 20px 200px;
  /* padding: 25px 0px 25px 150px; */

  background-image: linear-gradient(45deg, #09080c00, #a91f1a8b, #09080c00);
  background-size: 400% 400%;
  animation: gradiente 7s ease infinite;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}

.learn__container-tittle-deck1-proxie:hover{
  color: #a91f1a;
  transition: 0.4s ease;
  background-image: linear-gradient(45deg, #ffffffc9, #0000008b, #ffffffc9);
  background-size: 400% 400%;
  animation: gradiente 7s ease infinite;
}

.learn__container-link-deck1-proxies{
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}

.learn__container-tittle-deck2-proxie{
  width: 100%;
  display: flex;
  justify-content: end;
  padding-right: 180px;
  padding: 20px 170px 20px 0px;
  /* padding: 25px 0px 25px 50px; */

  background-image: linear-gradient(45deg, #09080c00, #a91f1a8b, #09080c00);
  background-size: 400% 400%;
  animation: gradiente 7s ease infinite;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}

.learn__container-tittle-deck2-proxie:hover{
  color: #a91f1a;
  transition: 0.4s ease;
  background-image: linear-gradient(45deg, #ffffffc9, #0000008b, #ffffffc9);
  background-size: 400% 400%;
  animation: gradiente 7s ease infinite;
}

.learn__container-link-deck2-proxies{
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}

/* .learn__container-deck-proxies:hover{
  background-image: linear-gradient(45deg, #09080c00, #a91f1a8b, #09080c00);
  background-size: 400% 400%;
  animation: gradiente 7s ease infinite;

} */

.learn__img-deck-proxie{
  width: 90%;
  display: block;
  height: auto;
}

/* .learn__img-deck-proxie-right{
  padding-left: 60px;
} */

/* .learn__img-deck-proxie:hover{
  transform: scale(1.2);
  transition: 0.2s ease-in-out;
} */

/* .learn__link-deck-proxie{
  display: inline-block;
  padding: 0;
  margin: 0;
  max-width: 35%;
} */

/*///////////////////// SECTION CONTACT ///////////////////*/

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

.contact__container-banner{
  height: 580px;
  width: 100%;

  position: relative;

  /* background-image: url(../img/section-learn/banner.jpg); */
  background-image: url(../img/section-contact/eyul.jpg);
  background-position: bottom;
  background-size: cover;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 100px;
}

.contact__tittle-banner{
  text-align: center;
  font-weight: bold;
  font-size: 63px;
  max-width: 70rem;
  /* color: aliceblue; */
  color: white;
  /* color: black; */
  /* color: rgb(230, 35, 35); */

  /* background-color: #08070796; */
  /* background-color: #fffafa9d; */
  padding: 25px;
  border-radius: 20px;

  position: absolute;
  z-index: 3;
}

.contact__text{
  max-width: 40%;
  text-align: center;
  margin-bottom: 50px;
}

.container__social-media{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 25px;

  /* background-image: linear-gradient(45deg, #09080c00, #a91f1a8b, #09080c00);
  background-size: 400% 400%;
  animation: gradiente 7s ease infinite; */

  height: 100px;
  padding: 50px;
  border-radius: 20px;
  margin-bottom: 50px;
}


.contact__icon-socialmedia:hover{
  transform: scale(1.2);
  transition: 0.2s ease;
}

.contact__form{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 50px;

}

.contact__container-inputs{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 30%;

  background-image: linear-gradient(45deg, #09080c00, #a91f1a8b, #09080c00);
  background-size: 400% 400%;
  animation: gradiente 7s ease infinite;
  padding: 35px;
  border-radius: 20px;
}

label{
  display: flex;
  align-items: start;
  justify-content: start;
  margin-bottom: 7px;
}

input{
  /* margin-left: 20px ; */
  margin: 0px 20px 20px 20px;
  border-radius: 15px;
  padding: 10px 10px;
  border: none;
}

textarea{
  margin-left: 20px;
  margin: 0px 20px 30px 20px;
  border-radius: 15px;
  padding: 10px;
  border: none;
  resize: none;
}

.btn{
  border-radius: 25px;
  max-width: 100%;
  padding: 15px;

  color: #a91f1a;
  background-color: #ffffffc9;
  font-weight: 700;
  font-size: 15px;
}

.btn:hover{
  cursor: pointer;
  background-image: linear-gradient(45deg, #ffffffc9, #0000008b, #ffffffc9);
  background-size: 400% 400%;
  animation: gradiente 7s ease infinite;
  transition: 0.3s ease;
  color: white;
}

/* MEDIAQUERIES /////////////////////////////////////////////////////*/

/* TABLET */

@media ( width < 1519px){

  /* INDEX */

  .header{
    padding-right: 0px;
    /* padding-left: 50px; */
    /* justify-content: start; */
    align-items: center;
    position: relative;
  }

  .header__logo{
    padding-left: 0px;
    /* height: 50rem; */
    /* position: absolute; */

  }

  .header__nav-social-media{
    /* min-width: 100%; */
    display: none;
  }

  .header__nav{
    /* min-width: 10%; */
    /* display: none; */
  }

  .header{
    min-width: 10%;
  }
/* 
  .header__nav{
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    gap: 40px;
    padding: 2rem;
    background-color: #09080c;
  }

  .header__nav-list{
    flex-direction: column;
    align-items: start;
  }
  
  .header__nav-social-media{
    flex-direction: column;
  } */


  .about__content-about{
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0px;
    gap: 30px;
  }

  .about__container-img1--right{
  width: 70%;
  height: auto;
  /* max-height: 420px; */
  max-height: 100%;
  color: white;
  padding-top: 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.about__container-img2--left{
  margin-top: 0px;
  width: 100%;
  /* max-height: 720px; */
  max-height: 100%;
  color: white;
  padding-top: 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: relative; */
}

/* INTERCAMBIA DE POSICION ENTRE LOS ELEMENTOS 3 Y 4 DEL CSS GRID */
.about__container-img2--left:nth-child(3){
  order: 4;
  overflow: hidden;
}

.about__content-info2:nth-child(4){
 order: 3;
}

.about__info{
  max-width: 38rem;
  padding-top: 20px;
  text-align:start;
  text-align: center;

  flex-wrap: wrap;
}

.about__img-decks{
  width: 100%;
  min-width: 0px;
  position: relative;
  top: 0rem;
}

.about__img-boosterboxs{
  /* padding-left: 40px; */
  width: 100%;
  /* transform: scale(1.1); */
  /* position: absolute; */
  padding-bottom: 0px;
}

.about_img-boosterbox2{
  width: 100%;
  /* padding-left: 40px; */
}

/* footer{
  padding-top: 0px;
} */
  
}


/* MEDIAQUERIE MOBILE ///////////////////////////////////////////////*/

@media ( width <= 986px ){

  /* INDEX */

  *{
    font-size: 17px;
    /* border: red solid 1px; */
  }

  p{
    font-weight: 300;
  }

  h1{

  }

  h2{
    font-size: 20px;
  }

 .blur{
  filter: blur(5px) brightness(0.5);
  transition: all;
 }

  /* //////////////////////////////////////////////////////////// */

  .header{
    position: sticky;
    top: 0;
    z-index: 1000;
    justify-content: center;
    padding-left: 0px;

  }

  .header__nav-item:hover{
  color:white;
 }

  .header__btn-menu-mobile{
    display: block;
    position: absolute;
    left: 3px;
    padding-top: 6px;
  }

  .icon:hover{
  stroke: white;
  transition: 0.4s ease;
 }

  .opened{
    left: 3px;
    padding-top: 6px;
  }

  .header__logo{
    overflow: hidden;
  }

  .header__img-logo{
  height: auto;
  /* height: 170px; */
  /* max-width: 11.5rem; */
  max-width: 10rem;
  /* max-width: 80%; */
  /* width: 80%; */
  padding-bottom: 13px;
  /* padding: 10px 0px 15px 0px; */
  /* padding-left: 40px; */
}

  .header__nav{
    /* display: none; */
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in-out;
    
    flex-direction: column;
    /* position: absolute; */
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    gap: 0px;
    padding: 2rem;
    margin-top: 3.5rem;
    align-items: start;
    justify-content: space-around;
    background-color: #191620;
    z-index: 2000;
  }
  
  .header__nav-display{
    /* display: block; */
    opacity: 1;
    visibility: visible;

  }

  .header__nav-list{
    flex-direction: column;
    align-items: start;
    gap: 1.4rem;
  }

  .header__hr-mobile{
    width: 100%;
    display: block;
  }
  
  .header__nav-social-media{
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-bottom: 60px;
  }

  .icon-tabler-brand-youtube--in-header{
    margin-left: 3px;
  }

  .about__content-video-wallpaper{
    width: 100%;
    overflow: hidden;
    display: none;
  }
  
  .about__video-wallpaper{
    height: auto;
    width: 100%;
    transform: scale(1.5);
  }

  .about__container-main-text{
    height: 600px;
    overflow: hidden;
    background-size: 500%;
    background-position: 20%;
  }

  .about__main-text{
  font-weight: bold;
  font-size: 40px;
  /* max-width: 62rem; */
  width: 100%;
  padding: 0px;
  text-align: center;
}

.about__text-descryption{
  text-align: center;
  margin-bottom: 50px;
  max-width: 85%;
}

.about__tittle{
  max-width: 100%;
}

.about__info{
  max-width: 85%;
}

.about__container-img1--right{
  width: 85%;
  height: auto;
  /* max-height: 420px; */
  max-height: 100%;
  color: white;
  padding-top: 0px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.about__container-img2--left{
  flex-direction: column;
}


.about__content-info1{
  padding: 20px 20px 20px 20px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);

}

.about__content-info2{
  padding: 20px 20px 20px 20px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);

}

footer{
  display: flex;
  flex-direction: column;
  /* padding-bottom: 40px; */
  padding: 0px 0px 0px 0px;
  gap: 0px;
}

.footer__container-map-site{
  align-items: start;
  margin-bottom: 0px;
}

.footer__ul{
  padding-top: 30px;
  padding-left: 50px;
}

.footer__container-logo-y-social-media{
  width: 100%;
  padding-bottom: 30px;
}

.footer__container-logo-y-social-media:nth-child(1){
  order: 2;
}

.footer__logo{
  width: 100%;
  /* height: 400px; */
}

.container-copyrightText{
  padding: 20px 20px;
}

.copyrightText{
  font-size: 14px;
  font-weight: 200;
}

/* PRODUCTS */

.contact__container-banner{
  /* background-image: url(../img/section-contact/); */
  background-position: bottom;
  /* background-size: 400%; */

}

.contact__tittle-banner{
  font-weight: bold;
  font-size: 40px;
  /* max-width: 62rem; */
  width: 100%;
  padding: 0px;
  text-align: center;
}

.contact__text{
  width: 85%;
  text-align: center;
  max-width: 80%;
}

.contact__container-inputs{
  padding: 20px;
  width: 80%;
}

input{
  margin: 0px 5px 20px 5px;
  padding: 5px 10px;
}

textarea{
  margin: 0px 5px 20px 5px;
}

.contact__icon-socialmedia:hover{
  transform: scale(1);
  transition: 0.2s ease;
}

.btn:hover{
  cursor: pointer;
  background-image: linear-gradient(45deg, #ffffffc9, #ffffffc9, #ffffffc9);
  background-size: 400% 400%;
  animation: gradiente 7s ease infinite;
  transition: 0.3s ease;
  color: #a91f1a;
  background-color: #ffffffc9;
}

/* EYUL DECK */

.eyuldeckprint__container-text{
  width: 80%;
}

.eyuldeckprint__container-cards{
  display: flex;
  /* display: grid; */
  /* grid-template-columns: 1fr 1fr; */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 100px 10px 100px 10px;
  gap: 10px;
}

.eyuldeckprint__card{
  width: 100%;
}
.eyuldeckprint__card:hover{
  transform: none;
}

/* DEYUS DECK */

.deyusdeckprint__container-text{
  width: 80%;
}

.deyusdeckprint__container-cards{
  display: flex;
  /* display: grid; */
  /* grid-template-columns: 1fr 1fr; */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 100px 10px 100px 10px;
  gap: 10px;
}

.deyusdeckprint__card{
  width: 100%;
}
.deyusdeckprint__card:hover{
  transform: none;
}

/*/////////////////////// SECTION WHERE PLAY ////////////*/

.whereplay__container-la-fabrica-espacio-de-arte{
  width: 80%;
}

.whereplay__text{
  width: 80%;
  text-align: center;
}


/* LORE */

.lore__container-img{
  background-size: 340%;
  background-position: center 35%;
}

.lore__text-img-top{
  font-weight: bold;
  font-size: 40px;
  /* max-width: 62rem; */
  width: 95%;
  padding: 0px;
  text-align: center;
}

.lore__container-main{
  padding: 0px;
}

.lore__tittle{
  font-size: 25px;
}

.lore__textLore{
  width: 85%;
  padding: 60px 0px 60px 0px;
  /* font-weight: 300; */
}

/* LEARN */

.learn__container-banner{
  background-size: cover;
  background-position: 30%;
  margin-bottom: 100px;
}

.learn__tittle-banner{
  font-weight: bold;
  font-size: 40px;
  /* max-width: 62rem; */
  width: 90%;
  padding: 0px;
  text-align: center;
}

.learn__container-tittle-y-text{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 20rem;
  margin-bottom: 100px;
}

.learn__container-video{
 position: relative;
 width: 92%;
 padding-bottom: 56.25%;
 height: 0;
 margin-top: 0px;
}

.learn__container-video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* border-radius: 0px; */
}

.learn__tittle-iframe{
  text-align: center;
  max-width: 85%;
}

.learn__text-iframe{
  width: 85%;
  text-align: center;
  margin-bottom: 0px;
  margin-bottom: 100px;
}

.learn__iframe{
  width: 90%;
  /* top: 100px; */
  /* max-height: 30rem; */
  /* position: absolute; */
  /* padding-bottom: 75.56%; */
}

.learn__container-download{
  gap: 30px;
  width: 100%;
  text-align: center;
}

.learn__link-rulebook{
  /* font-size: 20px;
  width: 100%;
  padding: 15px 25px 15px 25px ; */
  display: none; 
}

.learn__img-download-link{
  width: 70%;
}

.learn__img-rulebook{
  width: 100%;
}

.learn__container-proxies{

}

.learn__container-text-proxies{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.learn__text-proxies{
  max-width: 100%;
  width: 85%;
  margin-bottom: 50px;
  padding-top:100px;
}

.learn__tittle-iframe{
  font-size: 30px;
  /* width: 95%; */
}

.learn__container-tittle-deck-proxies{
  display: none;
}

.learn__container-deck-proxies{
  width: 90%;
  /* height:30rem; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  gap: 0rem;
  padding-left: 0px;
}

.learn__img-deck-proxie{
  width: 100%;
}

/* PRODUCTS /////////////////////////////////////////////////*/

.products__container-img{
  background-image: url(../img/section-products/background-img-top-products-mobile.jpg);
  background-position: 48% 28%;
  background-size: 170%;
}

.products__text-img-top{
  font-weight: bold;
  font-size: 40px;
  /* max-width: 62rem; */
  width: 90%;
  padding: 0px;
  text-align: center;
}

.products__container-deck1{
  flex-direction: column;
}

.products__container-deck2{
  flex-direction: column;
}

.products__container-texts:nth-child(1){
  order: 2;
}

.products__container-starterdecks{
  gap: 150px;
}

.products__container-texts{
  /* padding: 0px; */
  padding-left: 0px;
  padding-right: 0px;
  /* max-width: 85%; */
  max-width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  height: fit-content;
}

.products__container-deck-img{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.products__img-deck{
  margin: 0px;
  max-width: 100%;
}

.products__tittle-starterdecks{
  margin-bottom: 150px;
}

.products__text-starterdecks{
  /* width: 100%; */
  max-width: 85%;
}

.products__container-boosters-box{
  flex-direction: column;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.products__container-texts-boosterboxes:nth-child(2){
  order: 3;
}

.products__container-boostersbox-imgs{
  display: flex;
  flex-direction: column;
  width: 100%;
}

.products__container-texts-boosterboxes{
  padding-left: 0px;
  padding-right: 0px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  margin-bottom: 100px;

}

.products__img-booster-boxes{
  max-width: 100%;
  /* padding-left: 60px; */
}

.products__img-BBCreated{
  width: 100%;
}

/* .products__img-deck--left:hover{
  transform: scale(1);
  transition: 0.5s ease;
} */

/* .products__img-deck--right:hover{
  transform: scale(1);
  transition: 0.5s ease;
} */

}