/* styles_list_game.css */
/* Todo de lo que sea aquí es de list_.html */

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}



* {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  display: flex;
  font-family: 'Lato', sans-serif;
  background: linear-gradient(90deg, #AE01AE, #000);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: contain;
  color: #eee;
  justify-content: center;
  /* centra horizontal */
  align-items: center;
  flex-direction: column;
}


body::-webkit-scrollbar {
  width: 12px;
  position: relative;
}

body::-webkit-scrollbar-thumb {
  background-color: rgb(249, 77, 255);
  border-radius: 12px;
}

.background-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -999;
  opacity: 0.5;
  /* Puedes personalizar aquí el canvas de partículas si quieres */
}


.banner_ul_list {
  display: flex;
  justify-content: center;
  gap: 15px;
  list-style: none;
  flex-wrap: wrap;
  padding: 0px 0px 0px 0px;
  align-items: center;
}



.button_return_menu {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-style: italic;
  position: fixed;
  font-size: 20px;
  left: 93%;
  top: 90%;
  padding: 15px;
  color: white;
  border-radius: 70px;
  text-decoration: none;
  background-color: #a080d3;
  border: 2px solid #8831e6;
  transition: all 0.4s ease;
}

.button_return_menu:hover {
  background-color: white;
  color: black;
}



.main_center {
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}



.logo_mark img {
  position: fixed;
  display: block;
  top: 10px;
  left: 0;
  z-index: 1;
  height: auto;
  pointer-events: none;
  /* para que no interfiera con clicks */
  opacity: 1.0;
  border-radius: 15px;
}



.container {
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.7);
  width: 60%;
  height: auto;
  margin: 30px;
  padding: 20px;
  border-radius: 15px;
  justify-content: center;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}

.container_poxtwitter {
  display: flex;
  justify-content: center;
  align-items: center;
  place-content: center;
  width: 45%;
}


.twitter-tweet {
  min-height: 220px;
  /* Evita que se vea “pelado” al cargar */
  max-width: 600px;
  /* Ajusta según tu diseño */
  width: 100%;
  /* Responsivo */
  margin: 7px auto;
  /* Centrado horizontal con espacio arriba/abajo */
  box-sizing: border-box;
  /* Evita que padding rompa el ancho */
}

/* Opcional: centrado del contenido interno del blockquote */
.twitter-tweet p {
  text-align: left;
  /* Mantiene los textos y hashtags alineados */
  word-wrap: break-word;
  /* Evita que enlaces largos rompan el layout */
}



h2 {
  font-size: 36px;
  text-align: center;
  text-shadow: 0 0 10px #d8bfff;
  background: linear-gradient(to right, #612261, #46004d);
  border-radius: 25px;
  padding: 10px 40px 10px 40px;
  margin-bottom: 20px;
}



/* h2 {
  font-size: 36px;
  text-align: center;
  text-shadow: 0 0 10px #b180ff;
  margin-top: 30px;
  margin-bottom: 20px;
  background-color: black;
  width: 100%;
  height: auto;
} */


dd {
  background: linear-gradient(90deg, #3f2060, #5700b4);
  padding: 25px;
  max-width: 650px;
  margin: 10px;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 30px;
}

dt {
  background: linear-gradient(to left, #1b0e29, #5a0070);
  padding: 15px;
  max-width: 360px;
  margin: 10px;
  border-radius: 30px;
  font-size: 23px;
  font-style: italic;
  text-align: center;
}

a {
  color: #fff;
}


h1 {
  font-size: 42px;
  text-align: center;
  text-shadow: 0 0 10px #d8bfff;
}

p {
  font-size: 24px;
  text-align: center;
  text-shadow: 0 0 5px #a080d3;
  margin-bottom: 55px;
  margin: 20px;
}



.button_link_img {
  list-style: none;
  display: flex;
  gap: 20px;
  padding: 0;
}

.button_link_img li {
  display: inline-block;
}

.button_link_img a {
  display: inline-block;
  transition: all 0.2s ease;
}

.button_link_img a:hover {
  transform: scale(1.07);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}

.button_link_img img {
  width: 64px;
  height: 64px;
  display: block;
}




.list_ul_title {
  margin: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.list_ul_images {
  margin: 20px;
}



ul {
  display: flex;
  justify-content: center;
  gap: 15px;
  list-style: none;
  flex-wrap: wrap;
  padding: 0px 0px 0px 0px;
  align-items: center;
}

li {
  transition: transform 0.2s ease;
}

li:hover {
  transform: scale(1.07);
}

.decoration_image_size {
  display: block;
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0px 10px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}

.not_image_shadow {
  box-shadow: none;
}

.image_size {
  width: 48px;
  height: 48px;
}


.foster {
  display: flex;
  margin-top: auto;
  padding: 1rem 0;
  font-size: 0.9rem;
  color: #cdb4db;
  border-top: 1px solid #6a0dad88;
  font-style: italic;
  justify-content: center;
}



.contair_list {
  background-color: #000000;
  width: 100%;
  height: 140px;
  max-height: 140px;
}




.section_box {
  display: flex;
  background-color: #000;
  padding: 30px;
  border-radius: 30px;
  max-width: 900px;
  flex-direction: column;
  justify-content: center;
}


.button_decoration {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  padding: 16px 28px;
  background-color: #9c009c;
  border: 2px solid #3f2060;
  border-radius: 30px;
  /* margin: 40px 0 40px 0; */
  transition: all 0.4s ease;
}


.button_decoration:hover {
  background: #000;
  box-shadow: 0 4px 40px rgba(255, 87, 255, 0.418);
  transform: scale(1.03);
}

.great_master_brilliant {
  border-radius: 20px;
  color: #fff;
  transition: all 0.2s ease;
}



.great_master_brilliant:hover {
  transform: scale(1.1);
  box-shadow: 0 7px 32px rgba(255, 92, 228, 0.37);
}




/* ######################################################## */
/* BUTTON MENU MOVILES */



/* ######################################################## */



@media (max-width: 1400px) {
  .logo_mark img {
    display: none;
  }

}



@media (max-width: 1090px) {
  .container {
    width: 100%;
    padding: 20px;
    /* margin: 30px auto; */
  }


  .container_movil_respald {
    width: 75%;
    padding: 20px;
    /* margin: 30px auto; */
  }


  #particle-canvas {
    position: fixed;
    z-index: -999;
  }


  body {
    display: flex;
    flex-direction: column;
    width: 99%;
    height: auto;
    background-attachment: fixed;

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

    scrollbar-width: 0;
    overflow-x: hidden;
  }

  .contair_list {
    width: 100%;
    height: auto;
    justify-content: center;
    height: auto;
    max-height: 999px;
  }

  .logo_mark img {
    opacity: 0.0;
  }


  .twitter-tweet {
    min-height: 180px;
    padding: 0 5px;
  }

  h1 {
    font-size: 30px;
  }

  p,
  li,
  a {
    font-size: 12px;
    padding: 6px 6px 6px 6px;
  }

  .foster {
    font-size: 8px;
    margin: auto;
  }

  footer {
    font-size: 4px;
    margin-right: auto;
  }


  .main_center {
    width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }


  .button_decoration {
    font-size: 12px;
    padding: 6px 6px 6px 6px;
  }

  .profile-img {
    width: 120px;
    height: 120px;
  }
}