@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Roboto:wght@300&display=swap');

:root {
  --primary-color: #0C143F;
  --text-color: #ffffff;
  --accent-color: #63d1f6;
  --spacing-unit: 1rem;
}

/* Contenedor principal */
.containerM {
    position: relative;
    z-index: 24;
    pointer-events: none;
}

.containerM a,
.containerM button,
.containerM .custom-image {
    pointer-events: auto;
}

/* TITULO-RECUADRO ROJO--------------------------------- */
.containerM .title {
  color: var(--text-color);
  font-size: 190%;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 2%;
  left: 2%;
  z-index: 20;
}

.gradient-red .subtitulo {
  color: rgb(192, 190, 190);
  font-size: 92.5%;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 31%;
}

.gradient-red .subtitulo2 {
  color: rgb(192, 190, 190);
  font-size: 92.5%;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 46%;
}

.gradient-red .subtitulo3 {
  color: rgb(192, 190, 190);
  font-size: 92.5%;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 60%;
}

.gradient-red .subtitulo4 {
  color: rgb(192, 190, 190);
  font-size: 92.5%;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 74%;
}

.gradient-red .subtitulo5 {
  color: rgb(192, 190, 190);
  font-size: 92.5%;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 74%;
  left: 25%;
}

.gradient-red .subtitulo6 {
  color: rgb(192, 190, 190);
  font-size: 92.5%;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 12%;
  left: 60%;
}

/* Recuadro Azul FONDO--------------------------------- */
.containerM .gradient-square {
  position: relative;
  left: 0rem;
  width: 84.3rem;
  height: 23rem;
  background: linear-gradient(180deg, var(--primary-color), #14184E, #1a1b5700);
  pointer-events: none;
}

/* Imagen del Manga--------------------------------- */
.containerM .custom-image {
  width: 16.8rem;
  height: auto;
  position: relative;
  top: -21.15rem;
  left: 3.5rem;
  border-radius: 1.25rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  z-index: 20;
}

/* Recuadro Rojo--------------------------------- */
.containerM .gradient-red {
  width: 900px;
  height: 180px;
  position: relative;
  top: -745px;
  left: 380px;
  background: linear-gradient(80deg, #ff0000e5, #ff000081, #ff000000);
  padding: 20px;
  box-sizing: border-box;
  pointer-events: none;
}

/* Recuadro Sipnosis--------------------------------- */
.containerM .gradient-blue {
  width: 900px;
  height: 190px;
  position: relative;
  top: -685px;
  left: 380px;
  background: linear-gradient(360deg, #ffffff00, #ffffff17);
  pointer-events: none;
}

.containerM .gradient-blue2 {
  width: 180px;
  height: 40px;
  position: relative;
  top: -915px;
  left: 380px;
  background: linear-gradient(360deg, #ffffff17, #ffffff17);
  border-radius: 9px 9px 0 0;
  pointer-events: none;
}

.containerM .Sinopsis {
  color: var(--text-color);
  font-size: 23px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 5px;
  left: 41.5px;
  z-index: 20;
}

.invisible-container {
  position: absolute;
  top: 38px;
  left: 10px;
  width: 500%;
  max-width: 830px;
}

.Sinopsis-text {
  color: var(--text-color);
  font-size: 18px;
  font-weight: lighter;
  font-family: 'Lato', 'Roboto', sans-serif;
  line-height: 1.5;
  padding: 15px;
  border-radius: 8px;
  text-align: start;
}

/* Capitulos--------------------------------- */
.linea-con-texto2 {
  position: relative;
  text-align: center;
  width: 65%;
  height: 4px;
  top: -650px;
  left: 55px;
  background-color: #707070;
}

.linea-con-texto2 span {
  position: relative;
  top: -25px;
  left: -23rem;
  transform: translateX(-50%);
  padding: 0 10px;
  font-size: 20px;
}

#chapters-container {
    position: relative;
    z-index: 2;
    pointer-events: none;
}


#chapters-container .containerw,
#chapters-container button {
  pointer-events: auto;
}

.containerw {
  display: flex;
  align-items: center;
  border-radius: 7px;
  box-shadow: 0 2.8px 5.6px rgba(0, 0, 0, 0.123);
  padding: 7px;
  max-width: 420px;
  margin: 14px auto;
  position: relative;
  top: -620px;
  left: -420px;
  user-select: none;
  z-index: 23;
}

.image img {
  width: 105px;
  height: 70px;
  max-height: 140px;
  border-radius: 3.5px;
  user-select: none;
}

.text {
  margin-left: 14px;
  pointer-events: none;
  text-decoration: none;
  user-select: none;
}

.chapter {
  font-size: 14px;
  margin: 0;
  color: var(--accent-color);
  user-select: none;
}

.title {
  font-size: 1.05rem;
  margin: 3.5px 0;
  color: var(--text-color);
  user-select: none;
}

.date {
  font-size: 0.63rem;
  margin-top: 3.5px; color: #deaf4b;
  user-select: none;
}

.arrow {
  position: relative;
  width: 2rem;
  height: 2rem;
  user-select: none;
}

#show-more-btn, #show-less-btn {
  position: relative;
  top: -38rem;
  left: 7.5rem;
  background-color: #3366cc;
  color: var(--text-color);
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  width: 20%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
  z-index: 3;
}

#show-more-btn:hover, #show-less-btn:hover {
  background-color: #2a5baa;
}





































/* Ajustes para pantallas grandes */
@media (max-width: 2560px) {
  .containerM {
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.containerM a,
.containerM button,
.containerM .custom-image {
    pointer-events: auto;
}

/* TITULO-RECUADRO ROJO--------------------------------- */
.containerM .titleS{
  color: var(--text-color);
  font-size: 4.9rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: relative;
  top: 5px;
  left: -7px;
  z-index: 20;
}

.gradient-red .subtitulo {
  color: rgb(192, 190, 190);
  font-size: 2.2rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 31%;
}

.gradient-red .subtitulo2 {
  color: rgb(192, 190, 190);
  font-size: 2.2rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 46%;
}

.gradient-red .subtitulo3 {
  color: rgb(192, 190, 190);
  font-size: 2.2rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 60%;
}

.gradient-red .subtitulo4 {
  color: rgb(192, 190, 190);
  font-size: 2.2rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 74%;
}

.gradient-red .subtitulo5 {
  color: rgb(192, 190, 190);
  font-size: 2.2rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 74%;
  left: 25%;
}

.gradient-red .subtitulo6 {
  color: rgb(192, 190, 190);
  font-size: 2.2rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 12%;
  left: 60%;
}

/* Recuadro Azul FONDO--------------------------------- */
.containerM .gradient-square {
  position: relative;
  left: 0rem;
  width: 255.5rem;
  height: 86rem;
  background: linear-gradient(180deg, var(--primary-color), #14184E, #1a1b5700);
  pointer-events: none;
}

/* Imagen del Manga--------------------------------- */
.containerM .custom-image {
  width: 43rem;
  height: auto;
  position: relative;
  top: -70.15rem;
  left: 10.5rem;
  border-radius: 1.25rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  z-index: 20;
}

/* Recuadro Rojo--------------------------------- */
.containerM .gradient-red {
  width: 2000px;
  height: 320px;
  position: relative;
  top: -135.5rem;
  left: 600px;
  background: linear-gradient(80deg, #ff0000e5, #ff000081, #ff000000);
  padding: 20px;
  box-sizing: border-box;
  pointer-events: none;
}

/* Recuadro Sipnosis--------------------------------- */
.containerM .gradient-blue {
  width: 1800px;
  height: 190px;
  position: relative;
  top: -1280px;
  left: 600px;
  background: linear-gradient(360deg, #ffffff00, #ffffff17);
  pointer-events: none;
}

.containerM .gradient-blue2 {
  width: 210px;
  height: 40px;
  position: relative;
  top: -1510px;
  left: 600px;
  background: linear-gradient(360deg, #ffffff17, #ffffff17);
  border-radius: 9px 9px 0 0;
  pointer-events: none;
}

.containerM .Sinopsis {
  color: var(--text-color);
  font-size: 31px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 5px;
  left: 42px;
  z-index: 20;
}

.invisible-container {
  position: absolute;
  top: 38px;
  left: 10px;
  width: 500%;
  max-width: 830px;
}

.Sinopsis-text {
  width: 170rem;
  color: var(--text-color);
  font-size: 25px;
  font-weight: lighter;
  font-family: 'Lato', 'Roboto', sans-serif;
  line-height: 1.2;
  padding: 15px;
  border-radius: 8px;
  text-align: start;
}

/* Capitulos--------------------------------- */
.linea-con-texto2 {
  position: relative;
  text-align: center;
  width: 65%;
  height: 7px;
  top: -1100px;
  left: 65px;
  background-color: #707070;
}

.linea-con-texto2 span {
  position: relative;
  top: -48px;
  left: -72rem;
  transform: translateX(-50%);
  padding: 0 10px;
  font-size: 38px;
  color: #ffffff;
}

#chapters-container {
    position: relative;
    z-index: 2;
    pointer-events: none;
    text-decoration: none;
}


#chapters-container .containerw,
#chapters-container button {
    pointer-events: auto;
}

.containerw {
  display: flex;
  align-items: center;
  border-radius: 7px;
  box-shadow: 0 2.8px 5.6px rgba(214, 2, 2, 0.123);
  padding: 7px;
  max-width: 550px;

  margin: 14px auto;
  position: relative;
  top: -1070px;
  left: -935px;


  user-select: none;
  -webkit-user-select: none;
  z-index: 3;
}

.image img {
  width: 195px;
  height: 110px;
  max-height: 140px;
  border-radius: 3.5px;
  user-select: none;
  -webkit-user-select: none;
}

.text {
  margin-left: 14px;
  pointer-events: none;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
}

.chapter {
  font-size: 30px;
  margin: 0;
  color: var(--accent-color);
  user-select: none;
  -webkit-user-select: none;
}

.title {
  font-size: 2.2rem;
  margin: 3.5px 0;
  color: var(--text-color);
  user-select: none;
  -webkit-user-select: none;
}

.date {
  font-size: 1.5rem;
  margin-top: 3.5px; color: #deaf4b;
  user-select: none;
  -webkit-user-select: none;
}

.arrow {
  position: relative;
  width: 2rem;
  height: 2rem;
  user-select: none;
    -webkit-user-select: none;
}

#show-more-btn, #show-less-btn {
  position: relative;
  top: -105rem;
  left: 11rem;
  background-color: #3366cc;
  color: var(--text-color);
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  width: 20%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
  z-index: 3;
}

#show-more-btn:hover, #show-less-btn:hover {
  background-color: #2a5baa;
}


}

/* Ajustes para pantallas HD */
@media (max-width: 1920px) {
  .containerM {
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.containerM a,
.containerM button,
.containerM .custom-image {
    pointer-events: auto;
}

/* TITULO-RECUADRO ROJO--------------------------------- */
.containerM .titleS{
  color: var(--text-color);
  font-size: 4.9rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: relative;
  top: 5px;
  left: -5px;
  z-index: 20;
}

.gradient-red .subtitulo {
  color: rgb(192, 190, 190);
  font-size: 1.7rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 25%;
  left: 2rem;
}

.gradient-red .subtitulo2 {
  color: rgb(192, 190, 190);
  font-size: 1.7rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 41%;
  left: 2rem;
}

.gradient-red .subtitulo3 {
  color: rgb(192, 190, 190);
  font-size: 1.7rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 58%;
  left: 2rem;
}

.gradient-red .subtitulo4 {
  color: rgb(192, 190, 190);
  font-size: 1.7rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 73%;
  left: 2rem;
}

.gradient-red .subtitulo5 {
  color: rgb(192, 190, 190);
  font-size: 1.7rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 73%;
  left: 35%;
}
.gradient-red .subtitulo6 {
  color: rgb(192, 190, 190);
  font-size: 2rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 12%;
  left: 60%;
}

/* Recuadro Azul FONDO--------------------------------- */
.containerM .gradient-square {
  position: relative;
  top: 6rem;
  left: 0rem;
  width: 191.7rem;
  height: 58rem;
  background: linear-gradient(180deg, var(--primary-color), #14184E, #1a1b5700);
  pointer-events: none;
}

/* Imagen del Manga--------------------------------- */
.containerM .custom-image {
  width: 37rem;
  height: auto;
  position: relative;
  top: -45.8rem;
  left: 7.5rem;
  border-radius: 1.25rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  z-index: 20;
}

/* Recuadro Rojo--------------------------------- */
.containerM .gradient-red {
  width: 1300px;
  height: 270px;
  position: relative;
  top: -101.8rem;
  left: 510px;
  background: linear-gradient(80deg, #ff0000e5, #ff000081, #ff000000);
  padding: 20px;
  box-sizing: border-box;
  pointer-events: none;
}

/* Recuadro Sipnosis--------------------------------- */
.containerM .gradient-blue {
  width: 1290px;
  height: 190px;
  position: relative;
  top: -954.9px;
  left: 510px;
  background: linear-gradient(360deg, #ffffff00, #ffffff17);
  pointer-events: none;
}

.containerM .gradient-blue2 {
  width: 210px;
  height: 40px;
  position: relative;
  top: -1185px;
  left: 510px;
  background: linear-gradient(360deg, #ffffff17, #ffffff17);
  border-radius: 9px 9px 0 0;
  pointer-events: none;
}

.containerM .Sinopsis {
  color: var(--text-color);
  font-size: 31px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 5px;
  left: 42px;
  z-index: 20;
}

.invisible-container {
  position: absolute;
  top: 38px;
  left: 10px;
  width: 500%;
  max-width: 830px;
}

.Sinopsis-text {
  width: 125rem;
  color: var(--text-color);
  font-size: 25px;
  font-weight: lighter;
  font-family: 'Lato', 'Roboto', sans-serif;
  line-height: 1.2;
  padding: 15px;
  border-radius: 8px;
  text-align: start;
}

/* Capitulos--------------------------------- */
.linea-con-texto2 {
  position: relative;
  text-align: center;
  width: 65%;
  height: 7px;
  top: -900px;
  left: 65px;
  background-color: #707070;
}

.linea-con-texto2 span {
  position: relative;
  top: -48px;
  left: -53rem;
  transform: translateX(-50%);
  padding: 0 10px;
  font-size: 30px;
  color: #ffffff;
}

#chapters-container {
    position: relative;
    z-index: 2;
    pointer-events: none;
    text-decoration: none;
}


#chapters-container .containerw,
#chapters-container button {
    pointer-events: auto;
}

.containerw {
  display: flex;
  align-items: center;
  border-radius: 7px;
  box-shadow: 0 2.8px 5.6px rgba(214, 2, 2, 0.123);
  padding: 7px;
  max-width: 550px;

  margin: 14px auto;
  position: relative;
  top: -870px;
  left: -625px;


  user-select: none;
  -webkit-user-select: none;
  z-index: 3;
}

.image img {
  width: 195px;
  height: 110px;
  max-height: 140px;
  border-radius: 3.5px;
  user-select: none;
  -webkit-user-select: none;
}

.text {
  margin-left: 14px;
  pointer-events: none;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
}

.chapter {
  font-size: 30px;
  margin: 0;
  color: var(--accent-color);
  user-select: none;
  -webkit-user-select: none;
}

.title {
  font-size: 1.8rem;
  margin: 3.5px 0;
  color: var(--text-color);
  user-select: none;
  -webkit-user-select: none;
}

.date {
  font-size: 1rem;
  margin-top: 3.5px; color: #deaf4b;
  user-select: none;
  -webkit-user-select: none;
}

.arrow {
  position: relative;
  width: 2rem;
  height: 2rem;
  user-select: none;
    -webkit-user-select: none;
}

#show-more-btn, #show-less-btn {
  position: relative;
  top: -85rem;
  left: 11rem;
  background-color: #3366cc;
  color: var(--text-color);
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  width: 20%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
  z-index: 3;
}

#show-more-btn:hover, #show-less-btn:hover {
  background-color: #2a5baa;
}

}

@media (max-width: 1366px) {
  .containerM {
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.containerM a,
.containerM button,
.containerM .custom-image {
    pointer-events: auto;
}

/* TITULO-RECUADRO ROJO--------------------------------- */
.containerM .titleS{
  color: var(--text-color);
  font-size: 3.5rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: relative;
  top: 5px;
  left: -5px;
  z-index: 20;
}

.gradient-red .subtitulo {
  color: rgb(192, 190, 190);
  font-size: 1.2rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 29%;
  left: 2rem;
}

.gradient-red .subtitulo2 {
  color: rgb(192, 190, 190);
  font-size: 1.2rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 44%;
  left: 2rem;
}

.gradient-red .subtitulo3 {
  color: rgb(192, 190, 190);
  font-size: 1.2rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 60%;
  left: 2rem;
}

.gradient-red .subtitulo4 {
  color: rgb(192, 190, 190);
  font-size: 1.2rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 79%;
  left: 2rem;
}

.gradient-red .subtitulo5 {
  color: rgb(192, 190, 190);
  font-size: 1.2rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 79%;
  left: 35%;
}

.gradient-red .subtitulo6 {
  color: rgb(192, 190, 190);
  font-size: 1.2rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 29%;
  left: 60%;
}

/* Recuadro Azul FONDO--------------------------------- */
.containerM .gradient-square {
  position: relative;
  left: 0rem;
  width: 1362px;
  height: 58rem;
  background: linear-gradient(180deg, var(--primary-color), #14184E, #1a1b5700);
  pointer-events: none;
}

/* Imagen del Manga--------------------------------- */
.containerM .custom-image {
  width: 25rem;
  height: auto;
  position: relative;
  top: -46.5rem;
  left: 7.5rem;
  border-radius: 1.25rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  z-index: 20;
}

/* Recuadro Rojo--------------------------------- */
.containerM .gradient-red {
  width: 910px;
  height: 200px;
  position: relative;
  top: -85rem;
  left: 390px;
  background: linear-gradient(80deg, #ff0000e5, #ff000081, #ff000000);
  padding: 20px;
  box-sizing: border-box;
  pointer-events: none;
}

/* Recuadro Sipnosis--------------------------------- */
.containerM .gradient-blue {
  width: 900px;
  height: 160px;
  position: relative;
  top: -798px;
  left: 390px;
  background: linear-gradient(360deg, #ffffff00, #ffffff17);
  pointer-events: none;
}

.containerM .gradient-blue2 {
  width: 150px;
  height: 40px;
  position: relative;
  top: -998px;
  left: 390px;
  background: linear-gradient(360deg, #ffffff17, #ffffff17);
  border-radius: 9px 9px 0 0;
  pointer-events: none;
}

.containerM .Sinopsis {
  color: var(--text-color);
  font-size: 21px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 5px;
  left: 33px;
  z-index: 20;
}

.invisible-container {
  position: absolute;
  top: 38px;
  left: 10px;
  width: 500%;
  max-width: 830px;
}

.Sinopsis-text {
  width: 89rem;
  color: var(--text-color);
  font-size: 17px;
  font-weight: lighter;
  font-family: 'Lato', 'Roboto', sans-serif;
  line-height: 1.1;
  padding: 15px;
  border-radius: 8px;
  text-align: start;
}

/* Capitulos--------------------------------- */
.linea-con-texto2 {
  position: relative;
  text-align: center;
  width: 65%;
  height: 4px;
  top: -770px;
  left: 65px;
  background-color: #707070;
}

.linea-con-texto2 span {
  position: relative;
  top: -30px;
  left: -38rem;
  transform: translateX(-50%);
  padding: 0 10px;
  font-size: 21px;
  color: #ffffff;
}

#chapters-container {
    position: relative;
    z-index: 2;
    pointer-events: none;
    text-decoration: none;
}


#chapters-container .containerw,
#chapters-container button {
    pointer-events: auto;
}

.containerw {
  display: flex;
  align-items: center;
  border-radius: 7px;
  box-shadow: 0 2.8px 5.6px rgba(77, 65, 65, 0.123);
  padding: 7px;
  max-width: 400px;

  margin: 14px auto;
  position: relative;
  top: -770px;
  left: -420px;


  user-select: none;
  -webkit-user-select: none;
  z-index: 3;
}

.image img {
  width: 95px;
  height: 60px;
  max-height: 140px;
  border-radius: 3.5px;
  user-select: none;
  -webkit-user-select: none;
}

.text {
  margin-left: 14px;
  pointer-events: none;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
}

.chapter {
  position: relative;
  top: 5px;
  font-size: 17px;
  margin: 0;
  color: var(--accent-color);
  user-select: none;
  -webkit-user-select: none;
}

.title {
  position: relative;
  top: -5px;
  font-size: 15px;
  margin: 3.5px 0;
  color: var(--text-color);
  user-select: none;
  -webkit-user-select: none;
}

.date {
  position: relative;
  top: -15px;
  font-size: 1rem;
  margin-top: 3.5px; color: #deaf4b;
  user-select: none;
  -webkit-user-select: none;
}

.arrow {
  position: relative;
  width: 2rem;
  height: 2rem;
  user-select: none;
    -webkit-user-select: none;
}

#show-more-btn, #show-less-btn {
  position: relative;
  top: -75rem;
  left: 13rem;
  background-color: #3366cc;
  color: var(--text-color);
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  width: 18%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
  z-index: 3;
}

#show-more-btn:hover, #show-less-btn:hover {
  background-color: #2a5baa;
}


}

@media (max-width: 1024px) {
  .containerM {
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.containerM a,
.containerM button,
.containerM .custom-image {
    pointer-events: auto;
}

/* TITULO-RECUADRO ROJO--------------------------------- */
.containerM .titleS{
  color: var(--text-color);
  font-size: 2.1rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: relative;
  top: -17px;
  left: -5px;
  z-index: 20;
}

.gradient-red .subtitulo {
  color: rgb(192, 190, 190);
  font-size: 1.1rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 27px;
  left: 15px;
}

.gradient-red .subtitulo2 {
  color: rgb(192, 190, 190);
  font-size: 1.1rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 45px;
  left: 15px;
}

.gradient-red .subtitulo3 {
  color: rgb(192, 190, 190);
  font-size: 1.1rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 65px;
  left: 15px;
}

.gradient-red .subtitulo4 {
  color: rgb(192, 190, 190);
  font-size: 1.1rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 85px;
  left: 15px;
}

.gradient-red .subtitulo5 {
  color: rgb(192, 190, 190);
  font-size: 1.1rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: relative;
  top: 59px;
  left: -4px;
}

.gradient-red .subtitulo6 {
  color: rgb(192, 190, 190);
  font-size: 1.1rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 3px;
  left: 60%;
}

/* Recuadro Azul FONDO--------------------------------- */
.containerM .gradient-square {
  position: relative; 
  top: 7.5rem;
  left: 0rem;
  width: 1020px;
  height: 40rem;
  background: linear-gradient(180deg, var(--primary-color), #14184E, #1a1b5700);
  pointer-events: none;
}

/* Imagen del Manga--------------------------------- */
.containerM .custom-image {
  width: 20rem;
  height: auto;
  position: relative;
  top: -29rem;
  left: 4.5rem;
  border-radius: 1.25rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  z-index: 20;
}

/* Recuadro Rojo--------------------------------- */
.containerM .gradient-red {
  width: 685px;
  height: 140px;
  position: relative;
  top: -59.5rem;
  left: 280px;
  background: linear-gradient(80deg, #ff0000e5, #ff000081, #ff000000);
  padding: 20px;
  box-sizing: border-box;
  pointer-events: none;
}

/* Recuadro Sipnosis--------------------------------- */
.containerM .gradient-blue {
  width: 685px;
  height: 150px;
  position: relative;
  top: -550px;
  left: 280px;
  background: linear-gradient(360deg, #ffffff00, #ffffff17);
  pointer-events: none;
}

.containerM .gradient-blue2 {
  width: 100px;
  height: 35px;
  position: relative;
  top: -735px;
  left: 280px;
  background: linear-gradient(360deg, #ffffff17, #ffffff17);
  border-radius: 9px 9px 0 0;
  pointer-events: none;
}

.containerM .Sinopsis {
  color: var(--text-color);
  font-size: 15px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 1px;
  left: 20px;
  z-index: 20;
}

.invisible-container {
  position: absolute;
  top: 38px;
  left: 10px;
  width: 500%;
  max-width: 830px;
}

.Sinopsis-text {
  position: relative;
  top: -10px;
  width: 65rem;
  color: var(--text-color);
  font-size: 13px;
  font-weight: lighter;
  font-family: 'Lato', 'Roboto', sans-serif;
  line-height: 1.1;
  padding: 15px;
  border-radius: 8px;
}

/* Capitulos--------------------------------- */
.linea-con-texto2 {
  position: relative;
  text-align: center;
  width: 45%;
  height: 4px;
  top: -600px;
  left: 45px;
  background-color: #707070;
}

.linea-con-texto2 span {
  position: relative;
  top: -30px;
  left: -17rem;
  transform: translateX(-50%);
  padding: 0 10px;
  font-size: 21px;
  color: #ffffff;
}

#chapters-container {
    position: relative;
    z-index: 2;
    pointer-events: none;
    text-decoration: none;
}


#chapters-container .containerw,
#chapters-container button {
    pointer-events: auto;
}

.containerw {
  display: flex;
  align-items: center;
  border-radius: 7px;
  box-shadow: 0 2.8px 5.6px rgba(77, 65, 65, 0.123);
  padding: 7px;
  max-width: 400px;

  margin: 14px auto;
  position: relative;
  top: -590px;
  left: -265px;


  user-select: none;
  -webkit-user-select: none;
  z-index: 3;
}

.image img {
  width: 95px;
  height: 60px;
  max-height: 140px;
  border-radius: 3.5px;
  user-select: none;
  -webkit-user-select: none;
}

.text {
  margin-left: 14px;
  pointer-events: none;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
}

.chapter {
  position: relative;
  top: 5px;
  font-size: 17px;
  margin: 0;
  color: var(--accent-color);
  user-select: none;
  -webkit-user-select: none;
}

.title {
  position: relative;
  top: -5px;
  font-size: 15px;
  margin: 3.5px 0;
  color: var(--text-color);
  user-select: none;
  -webkit-user-select: none;
}

.date {
  position: relative;
  top: -15px;
  font-size: 1rem;
  margin-top: 3.5px; color: #deaf4b;
  user-select: none;
  -webkit-user-select: none;
}

.arrow {
  position: relative;
  width: 2rem;
  height: 2rem;
  user-select: none;
    -webkit-user-select: none;
}

#show-more-btn, #show-less-btn {
  position: relative;
  top: -55rem;
  left: 13rem;
  background-color: #3366cc;
  color: var(--text-color);
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  width: 18%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
  z-index: 3;
}

#show-more-btn:hover, #show-less-btn:hover {
  background-color: #2a5baa;
}


}






@media (max-width: 480px) {
  .containerM {
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.containerM a,
.containerM button,
.containerM .custom-image {
    pointer-events: auto;
}

/* TITULO-RECUADRO ROJO--------------------------------- */
.containerM .titleS{
  color: var(--text-color);
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: relative;
  top: -19px;
  z-index: 20;
}

.gradient-red .subtitulo {
  color: rgb(192, 190, 190);
  margin-top: 65px;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;

  left: 15px;
}

.gradient-red .subtitulo2 {
  color: rgb(192, 190, 190);
  margin-top: 70px;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;

  left: 15px;
}

.gradient-red .subtitulo3 {
  color: rgb(192, 190, 190);
  margin-top: 68px;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  left: 15px;
}

.gradient-red .subtitulo4 {
  color: rgb(192, 190, 190);
  margin-top: -22px;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  left: 60%;
}

.gradient-red .subtitulo5 {
  color: rgb(192, 190, 190);
  margin-top: 95px;
  font-size: 1.1rem;
  list-style: 0.2;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;

  left: 15px;
}

.gradient-red .subtitulo6 {
  color: rgb(192, 190, 190);
  margin-top: 70px;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;

  left: 5%;
}

/* Recuadro Azul FONDO--------------------------------- */
.containerM .gradient-square {
  position: relative; 
  top: 7.5rem;
  left: 0rem;
  width: 100%;
  height: 180rem;
  background: linear-gradient(180deg, var(--primary-color), #14184E, #1a1b5700);
  pointer-events: none;
}

/* Imagen del Manga--------------------------------- */
.containerM .custom-image {
  width: 35rem;
  height: auto;
  position: absolute;
  top: 12rem;
  left: 5.8rem;
  border-radius: 1.25rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  z-index: 20;
}

/* Recuadro Rojo--------------------------------- */
.containerM .gradient-red {
  width: 380px;
  height: 220px;
  position: relative;
  top: -106rem;
  left: 50px;
  background: linear-gradient(80deg, #ff0000e5, #ff00008c, #ff000025);
  padding: 20px;
  box-sizing: border-box;
  pointer-events: none;
}

/* Recuadro Sipnosis--------------------------------- */
.containerM .gradient-blue {
  width: 380px;
  height: 220px;
  position: relative;
  top: -980px;
  left: 50px;
  background: linear-gradient(360deg, #fa020200, #ffffff17);
  pointer-events: none;
}

.containerM .gradient-blue2 {
  width: 100px;
  height: 35px;
  position: relative;
  top: -1235px;
  left: 50px;
  background: linear-gradient(360deg, #ffffff17, #ffffff17);
  border-radius: 9px 9px 0 0;
  pointer-events: none;
}

.containerM .Sinopsis {
  color: var(--text-color);
  font-size: 15px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 1px;
  left: 20px;
  z-index: 20;
}

.invisible-container {
  position: absolute;
  top: 38px;
  left: 10px;
  width: 500%;
  max-width: 830px;
}

.Sinopsis-text {
  position: relative;
  top: -10px;
  width: 37rem;
  color: var(--text-color);
  font-size: 15px;
  font-weight: lighter;
  font-family: 'Lato', 'Roboto', sans-serif;
  line-height: 1.5;
  padding: 15px;
  border-radius: 8px;
}

/* Capitulos--------------------------------- */
.linea-con-texto2 {
  position: relative;
  text-align: center;
  width: 75%;
  height: 4px;
  top: -900px;
  left: 60px;
  background-color: #707070;
  z-index: 900;
}

.linea-con-texto2 span {
  position: relative;
  top: -35px;
  left: -13rem;
  transform: translateX(-50%);
  padding: 0 10px;
  font-size: 17px;
  color: #ffffff;
}

#chapters-container {
    position: relative;
    z-index: 2;
    pointer-events: none;
    text-decoration: none;
}


#chapters-container .containerw,
#chapters-container button {
    pointer-events: auto;
}

.containerw {
  display: flex;
  align-items: center;
  border-radius: 7px;
  box-shadow: 0 2.8px 5.6px rgba(77, 65, 65, 0.123);
  padding: 7px;
  max-width: 400px;

  margin: 14px auto;
  position: relative;
  top: -870px;
  left: 15px;


  user-select: none;
  -webkit-user-select: none;
  z-index: 3;
}

.image img {
  width: 95px;
  height: 60px;
  max-height: 140px;
  border-radius: 3.5px;
  user-select: none;
  -webkit-user-select: none;
}

.text {
  margin-left: 14px;
  pointer-events: none;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
}

.chapter {
  position: relative;
  top: 5px;
  font-size: 17px;
  margin: 0;
  color: var(--accent-color);
  user-select: none;
  -webkit-user-select: none;
}

.title {
  position: relative;
  top: -5px;
  font-size: 15px;
  margin: 3.5px 0;
  color: var(--text-color);
  user-select: none;
  -webkit-user-select: none;
}

.date {
  position: relative;
  top: -15px;
  font-size: 1rem;
  margin-top: 3.5px; color: #deaf4b;
  user-select: none;
  -webkit-user-select: none;
}

.arrow {
  position: relative;
  width: 2rem;
  height: 2rem;
  user-select: none;
    -webkit-user-select: none;
}

#show-more-btn, #show-less-btn {
  position: relative;
  top: -85rem;
  left: 16rem;
  background-color: #3366cc;
  color: var(--text-color);
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  width: 38%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
  z-index: 3;
}

#show-more-btn:hover, #show-less-btn:hover {
  background-color: #2a5baa;
}


}

@media (max-width: 430px) {
  .containerM {
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.containerM a,
.containerM button,
.containerM .custom-image {
    pointer-events: auto;
}

/* TITULO-RECUADRO ROJO--------------------------------- */
.containerM .titleS{
  color: var(--text-color);
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: relative;
  top: -19px;
  z-index: 20;
}

.gradient-red .subtitulo {
  color: rgb(192, 190, 190);
  margin-top: 65px;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;

  left: 15px;
}

.gradient-red .subtitulo2 {
  color: rgb(192, 190, 190);
  margin-top: 70px;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;

  left: 15px;
}

.gradient-red .subtitulo3 {
  color: rgb(192, 190, 190);
  margin-top: 68px;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  left: 15px;
}

.gradient-red .subtitulo4 {
  color: rgb(192, 190, 190);
  margin-top: -22px;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  left: 60%;
}

.gradient-red .subtitulo5 {
  color: rgb(192, 190, 190);
  margin-top: 95px;
  font-size: 1.1rem;
  list-style: 0.2;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;

  left: 15px;
}

.gradient-red .subtitulo6 {
  color: rgb(192, 190, 190);
  margin-top: 70px;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;

  left: 5%;
}

/* Recuadro Azul FONDO--------------------------------- */
.containerM .gradient-square {
  position: relative; 
  top: 7.5rem;
  left: 0rem;
  width: 100%;
  height: 180rem;
  background: linear-gradient(180deg, var(--primary-color), #14184E, #1a1b5700);
  pointer-events: none;
  z-index: 20;
}

/* Imagen del Manga--------------------------------- */
.containerM .custom-image {
  width: 35rem;
  height: auto;
  position: absolute;
  top: 12rem;
  left: 2.8rem;
  border-radius: 1.25rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  z-index: 20;
}

/* Recuadro Rojo--------------------------------- */
.containerM .gradient-red {
  width: 380px;
  height: 220px;
  position: relative;
  top: -106rem;
  left: 15px;
  background: linear-gradient(80deg, #ff0000e5, #ff00008c, #ff000025);
  padding: 20px;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 100;
}

/* Recuadro Sipnosis--------------------------------- */
.containerM .gradient-blue {
  width: 380px;
  height: 220px;
  position: relative;
  top: -980px;
  left: 20px;
  background: linear-gradient(360deg, #fa020200, #ffffff17);
  pointer-events: none;
  z-index: 500;
}

.containerM .gradient-blue2 {
  width: 100px;
  height: 35px;
  position: relative;
  top: -1235px;
  left: 20px;
  background: linear-gradient(360deg, #ffffff17, #ffffff17);
  border-radius: 9px 9px 0 0;
  pointer-events: none;
  z-index: 600;
}

.containerM .Sinopsis {
  color: var(--text-color);
  font-size: 15px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 1px;
  left: 20px;
  z-index: 20;
}

.invisible-container {
  position: absolute;
  top: 38px;
  left: 10px;
  width: 500%;
  max-width: 830px;
}

.Sinopsis-text {
  position: relative;
  top: -10px;
  width: 37rem;
  color: var(--text-color);
  font-size: 15px;
  font-weight: lighter;
  font-family: 'Lato', 'Roboto', sans-serif;
  line-height: 1.5;
  padding: 15px;
  border-radius: 8px;
}

/* Capitulos--------------------------------- */
.linea-con-texto2 {
  position: relative;
  text-align: center;
  width: 75%;
  height: 4px;
  top: -900px;
  left: 30px;
  background-color: #707070;
  z-index: 900;
}

.linea-con-texto2 span {
  position: relative;
  top: -35px;
  left: -10rem;
  transform: translateX(-50%);
  padding: 0 10px;
  font-size: 17px;
  color: #ffffff;
}

#chapters-container {
    position: relative;
    z-index: 2;
    pointer-events: none;
    text-decoration: none;
}


#chapters-container .containerw,
#chapters-container button {
    pointer-events: auto;
}

.containerw {
  display: flex;
  align-items: center;
  border-radius: 7px;
  box-shadow: 0 2.8px 5.6px rgba(77, 65, 65, 0.123);
  padding: 7px;
  max-width: 400px;
  width: 350px;
  margin: 14px auto;
  position: relative;
  top: -870px;
  left: -15px;


  user-select: none;
  -webkit-user-select: none;
  z-index: 990;
}

.image img {
  width: 95px;
  height: 60px;
  max-height: 140px;
  border-radius: 3.5px;
  user-select: none;
  -webkit-user-select: none;
  z-index: 991;
}

.text {
  margin-left: 14px;
  pointer-events: none;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  z-index: 992;
}

.chapter {
  position: relative;
  top: 5px;
  font-size: 17px;
  margin: 0;
  color: var(--accent-color);
  user-select: none;
  -webkit-user-select: none;
  z-index: 993;
}

.title {
  position: relative;
  top: -5px;
  font-size: 15px;
  margin: 3.5px 0;
  color: var(--text-color);
  user-select: none;
  -webkit-user-select: none;
  z-index: 994;
}

.date {
  position: relative;
  top: -15px;
  font-size: 1rem;
  margin-top: 3.5px; color: #deaf4b;
  user-select: none;
  -webkit-user-select: none;
  z-index: 995;
}

.arrow {
  position: relative;
  width: 2rem;
  height: 2rem;
  user-select: none;
  -webkit-user-select: none;
  z-index: 996;
}

#show-more-btn, #show-less-btn {
  position: relative;
  top: -85rem;
  left: 16rem;
  background-color: #3366cc;
  color: var(--text-color);
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  width: 38%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
  z-index: 989;
}

#show-more-btn:hover, #show-less-btn:hover {
  background-color: #2a5baa;
}


}

@media (max-width: 393px) {
  .containerM {
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.containerM a,
.containerM button,
.containerM .custom-image {
    pointer-events: auto;
}

/* TITULO-RECUADRO ROJO--------------------------------- */
.containerM .titleS{
  color: var(--text-color);
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: relative;
  top: -19px;
  z-index: 20;
}

.gradient-red .subtitulo {
  color: rgb(192, 190, 190);
  margin-top: 65px;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;

  left: 15px;
}

.gradient-red .subtitulo2 {
  color: rgb(192, 190, 190);
  margin-top: 70px;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;

  left: 15px;
}

.gradient-red .subtitulo3 {
  color: rgb(192, 190, 190);
  margin-top: 68px;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  left: 15px;
}

.gradient-red .subtitulo4 {
  color: rgb(192, 190, 190);
  margin-top: -22px;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  left: 60%;
}

.gradient-red .subtitulo5 {
  color: rgb(192, 190, 190);
  margin-top: 95px;
  font-size: 1.1rem;
  list-style: 0.2;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;

  left: 15px;
}

.gradient-red .subtitulo6 {
  color: rgb(192, 190, 190);
  margin-top: 70px;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;

  left: 5%;
}

/* Recuadro Azul FONDO--------------------------------- */
.containerM .gradient-square {
  position: relative; 
  top: 7.5rem;
  left: 0rem;
  width: 100%;
  height: 180rem;
  background: linear-gradient(180deg, var(--primary-color), #14184E, #1a1b5700);
  pointer-events: none;
  z-index: 20;
}

/* Imagen del Manga--------------------------------- */
.containerM .custom-image {
  width: 35rem;
  height: auto;
  position: absolute;
  top: 12rem;
  left: 2.1rem;
  border-radius: 1.25rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  z-index: 20;
}

/* Recuadro Rojo--------------------------------- */
.containerM .gradient-red {
  width: 360px;
  height: 220px;
  position: relative;
  top: -106rem;
  left: 15px;
  background: linear-gradient(80deg, #ff0000e5, #ff00008c, #ff000025);
  padding: 20px;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 100;
}

/* Recuadro Sipnosis--------------------------------- */
.containerM .gradient-blue {
  width: 350px;
  height: 220px;
  position: relative;
  top: -980px;
  left: 20px;
  background: linear-gradient(360deg, #fa020200, #ffffff17);
  pointer-events: none;
  z-index: 500;
}

.containerM .gradient-blue2 {
  width: 100px;
  height: 35px;
  position: relative;
  top: -1235px;
  left: 20px;
  background: linear-gradient(360deg, #ffffff17, #ffffff17);
  border-radius: 9px 9px 0 0;
  pointer-events: none;
  z-index: 600;
}

.containerM .Sinopsis {
  color: var(--text-color);
  font-size: 15px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 1px;
  left: 20px;
  z-index: 20;
}

.invisible-container {
  position: absolute;
  top: 38px;
  left: 10px;
  width: 500%;
  max-width: 830px;
}

.Sinopsis-text {
  position: relative;
  top: -10px;
  width: 34rem;
  color: var(--text-color);
  font-size: 15px;
  font-weight: lighter;
  font-family: 'Lato', 'Roboto', sans-serif;
  line-height: 1.5;
  padding: 15px;
  border-radius: 8px;
}

/* Capitulos--------------------------------- */
.linea-con-texto2 {
  position: relative;
  text-align: center;
  width: 75%;
  height: 4px;
  top: -880px;
  left: 30px;
  background-color: #707070;
  z-index: 900;
}

.linea-con-texto2 span {
  position: relative;
  top: -35px;
  left: -10rem;
  transform: translateX(-50%);
  padding: 0 10px;
  font-size: 17px;
  color: #ffffff;
}

#chapters-container {
    position: relative;
    z-index: 2;
    pointer-events: none;
    text-decoration: none;
}


#chapters-container .containerw,
#chapters-container button {
    pointer-events: auto;
}

.containerw {
  display: flex;
  align-items: center;
  border-radius: 7px;
  box-shadow: 0 2.8px 5.6px rgba(77, 65, 65, 0.123);
  padding: 7px;
  max-width: 400px;
  width: 350px;
  margin: 14px auto;
  position: relative;
  top: -870px;
  left: -5px;


  user-select: none;
  -webkit-user-select: none;
  z-index: 990;
}

.image img {
  width: 95px;
  height: 60px;
  max-height: 140px;
  border-radius: 3.5px;
  user-select: none;
  -webkit-user-select: none;
  z-index: 991;
}

.text {
  margin-left: 14px;
  pointer-events: none;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  z-index: 992;
}

.chapter {
  position: relative;
  top: 5px;
  font-size: 17px;
  margin: 0;
  color: var(--accent-color);
  user-select: none;
  -webkit-user-select: none;
  z-index: 993;
}

.title {
  position: relative;
  top: -5px;
  font-size: 15px;
  margin: 3.5px 0;
  color: var(--text-color);
  user-select: none;
  -webkit-user-select: none;
  z-index: 994;
}

.date {
  position: relative;
  top: -15px;
  font-size: 1rem;
  margin-top: 3.5px; color: #deaf4b;
  user-select: none;
  -webkit-user-select: none;
  z-index: 995;
}

.arrow {
  position: relative;
  width: 2rem;
  height: 2rem;
  user-select: none;
  -webkit-user-select: none;
  z-index: 996;
}

#show-more-btn, #show-less-btn {
  position: relative;
  top: -85rem;
  left: 16rem;
  background-color: #3366cc;
  color: var(--text-color);
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  width: 38%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
  z-index: 989;
}

#show-more-btn:hover, #show-less-btn:hover {
  background-color: #2a5baa;
}


}

@media (max-width: 390px) and (max-height: 844px) {
  .containerM {
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.containerM a,
.containerM button,
.containerM .custom-image {
    pointer-events: auto;
}

/* TITULO-RECUADRO ROJO--------------------------------- */
.containerM .titleS{
  color: var(--text-color);
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: relative;
  top: -19px;
  z-index: 20;
}

.gradient-red .subtitulo {
  color: rgb(192, 190, 190);
  margin-top: 65px;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;

  left: 15px;
}

.gradient-red .subtitulo2 {
  color: rgb(192, 190, 190);
  margin-top: 70px;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;

  left: 15px;
}

.gradient-red .subtitulo3 {
  color: rgb(192, 190, 190);
  margin-top: 68px;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  left: 15px;
}

.gradient-red .subtitulo4 {
  color: rgb(192, 190, 190);
  margin-top: -22px;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  left: 60%;
}

.gradient-red .subtitulo5 {
  color: rgb(192, 190, 190);
  margin-top: 95px;
  font-size: 1.1rem;
  list-style: 0.2;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;

  left: 15px;
}

.gradient-red .subtitulo6 {
  color: rgb(192, 190, 190);
  margin-top: 70px;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;

  left: 5%;
}

/* Recuadro Azul FONDO--------------------------------- */
.containerM .gradient-square {
  position: relative; 
  top: 7.5rem;
  left: 0rem;
  width: 100%;
  height: 180rem;
  background: linear-gradient(180deg, var(--primary-color), #14184E, #1a1b5700);
  pointer-events: none;
  z-index: 20;
}

/* Imagen del Manga--------------------------------- */
.containerM .custom-image {
  width: 31rem;
  height: auto;
  position: absolute;
  top: 12rem;
  left: 4.5rem;
  border-radius: 1.25rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  z-index: 20;
}

/* Recuadro Rojo--------------------------------- */
.containerM .gradient-red {
  width: 360px;
  height: 220px;
  position: relative;
  top: -106rem;
  left: 15px;
  background: linear-gradient(80deg, #ff0000e5, #ff00008c, #ff000025);
  padding: 20px;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 100;
}

/* Recuadro Sipnosis--------------------------------- */
.containerM .gradient-blue {
  width: 350px;
  height: 220px;
  position: relative;
  top: -980px;
  left: 20px;
  background: linear-gradient(360deg, #fa020200, #ffffff17);
  pointer-events: none;
  z-index: 500;
}

.containerM .gradient-blue2 {
  width: 100px;
  height: 35px;
  position: relative;
  top: -1235px;
  left: 20px;
  background: linear-gradient(360deg, #ffffff17, #ffffff17);
  border-radius: 9px 9px 0 0;
  pointer-events: none;
  z-index: 600;
}

.containerM .Sinopsis {
  color: var(--text-color);
  font-size: 15px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 1px;
  left: 20px;
  z-index: 20;
}

.invisible-container {
  position: absolute;
  top: 38px;
  left: 10px;
  width: 500%;
  max-width: 830px;
}

.Sinopsis-text {
  position: relative;
  top: -10px;
  width: 34rem;
  color: var(--text-color);
  font-size: 15px;
  font-weight: lighter;
  font-family: 'Lato', 'Roboto', sans-serif;
  line-height: 1.5;
  padding: 15px;
  border-radius: 8px;
}

/* Capitulos--------------------------------- */
.linea-con-texto2 {
  position: relative;
  text-align: center;
  width: 75%;
  height: 4px;
  top: -880px;
  left: 30px;
  background-color: #707070;
  z-index: 900;
}

.linea-con-texto2 span {
  position: relative;
  top: -35px;
  left: -10rem;
  transform: translateX(-50%);
  padding: 0 10px;
  font-size: 17px;
  color: #ffffff;
}

#chapters-container {
    position: relative;
    z-index: 2;
    pointer-events: none;
    text-decoration: none;
}


#chapters-container .containerw,
#chapters-container button {
    pointer-events: auto;
}

.containerw {
  display: flex;
  align-items: center;
  border-radius: 7px;
  box-shadow: 0 2.8px 5.6px rgba(77, 65, 65, 0.123);
  padding: 7px;
  max-width: 400px;
  width: 350px;
  margin: 14px auto;
  position: relative;
  top: -870px;
  left: -5px;


  user-select: none;
  -webkit-user-select: none;
  z-index: 990;
}

.image img {
  width: 95px;
  height: 60px;
  max-height: 140px;
  border-radius: 3.5px;
  user-select: none;
  -webkit-user-select: none;
  z-index: 991;
}

.text {
  margin-left: 14px;
  pointer-events: none;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  z-index: 992;
}

.chapter {
  position: relative;
  top: 5px;
  font-size: 17px;
  margin: 0;
  color: var(--accent-color);
  user-select: none;
  -webkit-user-select: none;
  z-index: 993;
}

.title {
  position: relative;
  top: -5px;
  font-size: 15px;
  margin: 3.5px 0;
  color: var(--text-color);
  user-select: none;
  -webkit-user-select: none;
  z-index: 994;
}

.date {
  position: relative;
  top: -15px;
  font-size: 1rem;
  margin-top: 3.5px; color: #deaf4b;
  user-select: none;
  -webkit-user-select: none;
  z-index: 995;
}

.arrow {
  position: relative;
  width: 2rem;
  height: 2rem;
  user-select: none;
  -webkit-user-select: none;
  z-index: 996;
}

#show-more-btn, #show-less-btn {
  position: relative;
  top: -85rem;
  left: 16rem;
  background-color: #3366cc;
  color: var(--text-color);
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  width: 38%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
  z-index: 989;
}

#show-more-btn:hover, #show-less-btn:hover {
  background-color: #2a5baa;
}


}

@media (max-width: 379px) and (max-width: 412px) {
  .containerM {
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.containerM a,
.containerM button,
.containerM .custom-image {
    pointer-events: auto;
}

/* TITULO-RECUADRO ROJO--------------------------------- */
.containerM .titleS{
  color: var(--text-color);
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: relative;
  top: -19px;
  z-index: 20;
}

.gradient-red .subtitulo {
  color: rgb(192, 190, 190);
  margin-top: 65px;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;

  left: 15px;
}

.gradient-red .subtitulo2 {
  color: rgb(192, 190, 190);
  margin-top: 70px;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;

  left: 15px;
}

.gradient-red .subtitulo3 {
  color: rgb(192, 190, 190);
  margin-top: 68px;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  left: 15px;
}

.gradient-red .subtitulo4 {
  color: rgb(192, 190, 190);
  margin-top: -22px;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  left: 60%;
}

.gradient-red .subtitulo5 {
  color: rgb(192, 190, 190);
  margin-top: 95px;
  font-size: 1.1rem;
  list-style: 0.2;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;

  left: 15px;
}

.gradient-red .subtitulo6 {
  color: rgb(192, 190, 190);
  margin-top: 70px;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;

  left: 5%;
}

/* Recuadro Azul FONDO--------------------------------- */
.containerM .gradient-square {
  position: relative; 
  top: 7.5rem;
  left: 0rem;
  width: 100%;
  height: 180rem;
  background: linear-gradient(180deg, var(--primary-color), #14184E, #1a1b5700);
  pointer-events: none;
  z-index: 20;
}

/* Imagen del Manga--------------------------------- */
.containerM .custom-image {
  width: 32rem;
  height: auto;
  position: absolute;
  top: 12rem;
  left: 2rem;
  border-radius: 1.25rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  z-index: 20;
}

/* Recuadro Rojo--------------------------------- */
.containerM .gradient-red {
  width: 360px;
  height: 220px;
  position: relative;
  top: -106rem;
  left: 15px;
  background: linear-gradient(80deg, #ff0000e5, #ff00008c, #ff000025);
  padding: 20px;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 100;
}

/* Recuadro Sipnosis--------------------------------- */
.containerM .gradient-blue {
  width: 350px;
  height: 220px;
  position: relative;
  top: -980px;
  left: 20px;
  background: linear-gradient(360deg, #fa020200, #ffffff17);
  pointer-events: none;
  z-index: 500;
}

.containerM .gradient-blue2 {
  width: 100px;
  height: 35px;
  position: relative;
  top: -1235px;
  left: 20px;
  background: linear-gradient(360deg, #ffffff17, #ffffff17);
  border-radius: 9px 9px 0 0;
  pointer-events: none;
  z-index: 600;
}

.containerM .Sinopsis {
  color: var(--text-color);
  font-size: 15px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 1px;
  left: 20px;
  z-index: 20;
}

.invisible-container {
  position: absolute;
  top: 38px;
  left: 10px;
  width: 500%;
  max-width: 830px;
}

.Sinopsis-text {
  position: relative;
  top: -10px;
  width: 34rem;
  color: var(--text-color);
  font-size: 15px;
  font-weight: lighter;
  font-family: 'Lato', 'Roboto', sans-serif;
  line-height: 1.5;
  padding: 15px;
  border-radius: 8px;
}

/* Capitulos--------------------------------- */
.linea-con-texto2 {
  position: relative;
  text-align: center;
  width: 75%;
  height: 4px;
  top: -880px;
  left: 30px;
  background-color: #707070;
  z-index: 900;
}

.linea-con-texto2 span {
  position: relative;
  top: -35px;
  left: -10rem;
  transform: translateX(-50%);
  padding: 0 10px;
  font-size: 17px;
  color: #ffffff;
}

#chapters-container {
    position: relative;
    z-index: 2;
    pointer-events: none;
    text-decoration: none;
}


#chapters-container .containerw,
#chapters-container button {
    pointer-events: auto;
}

.containerw {
  display: flex;
  align-items: center;
  border-radius: 7px;
  box-shadow: 0 2.8px 5.6px rgba(77, 65, 65, 0.123);
  padding: 7px;
  max-width: 400px;
  width: 350px;
  margin: 14px auto;
  position: relative;
  top: -870px;
  left: -5px;


  user-select: none;
  -webkit-user-select: none;
  z-index: 990;
}

.image img {
  width: 95px;
  height: 60px;
  max-height: 140px;
  border-radius: 3.5px;
  user-select: none;
  -webkit-user-select: none;
  z-index: 991;
}

.text {
  margin-left: 14px;
  pointer-events: none;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  z-index: 992;
}

.chapter {
  position: relative;
  top: 5px;
  font-size: 17px;
  margin: 0;
  color: var(--accent-color);
  user-select: none;
  -webkit-user-select: none;
  z-index: 993;
}

.title {
  position: relative;
  top: -5px;
  font-size: 15px;
  margin: 3.5px 0;
  color: var(--text-color);
  user-select: none;
  -webkit-user-select: none;
  z-index: 994;
}

.date {
  position: relative;
  top: -15px;
  font-size: 1rem;
  margin-top: 3.5px; color: #deaf4b;
  user-select: none;
  -webkit-user-select: none;
  z-index: 995;
}

.arrow {
  position: relative;
  width: 2rem;
  height: 2rem;
  user-select: none;
  -webkit-user-select: none;
  z-index: 996;
}

#show-more-btn, #show-less-btn {
  position: relative;
  top: -85rem;
  left: 16rem;
  background-color: #3366cc;
  color: var(--text-color);
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  width: 38%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
  z-index: 989;
}

#show-more-btn:hover, #show-less-btn:hover {
  background-color: #2a5baa;
}


}