*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
  }
  body{
    font-family: Comic Sans MS;
    background: tomato;
  }
  nav{
    background: #000;
    height: 100px;
    width: 100%;
  }
  .logo{
    width: 190px;
    height: auto;
    margin-top: -35px;
  }
  nav ul{
    float: right;
    margin-right: 20px;
  }
  nav ul li{
    display: inline-block;
    line-height: 100px;
    margin: 0 5px;
  }
  nav ul li a{
    color: white;
    font-size: 17px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
  }
  
  a.active,a:hover{
      transition: .5s;
      color: red;
  }
  .checkbtn{
    font-size: 30px;
    color: white;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
  }
  #check{
    display: none;
  }

  /* Estilos del text-2 */
  body .text-2{
    text-align: center; margin-top: 30px; color:white;
    box-shadow: 0px 5px 15px -5px black;background-color:#000; 
    width: 35%;
    margin-left: auto;margin-right: auto; 
    border-left: 2px solid red;
    border-right: 2px solid red;
  }
  
/* Head In The Clouds */
/* YEA RIGHT */

/* Estilos del  container + subcontaire y sus elementos*/

.container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  margin-top: 100px;
    

}


.elementos{
  width: 300px;
  height: 200px;
  /* border: 1px solid red; */
  border-radius: 5px;
  margin:15px;
  background: #000;
  color: #fff;
  box-shadow: 0 30px 30px -5px black;
}

.elementos .linea{
  height: 1px;
  background-color: red;
}

.elementos .img-amv{
  width:300px;
  height: 150px;
  
}

.elementos .sub-titulo{
  background: #000;
  width: 300px;
  margin-top: -6px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

footer{
  width: 100%;
  height: 100px;
  background: black;
  position: absolute;
  margin-top: 60px;
  color: white;
  text-align: center;
}

  /* Estilos del footer y redes */

footer .text-1{
  line-height: 70px;
}

footer .contenedor-redes .redes a{
  text-decoration: none;
  color: white;
  padding: 0 5px;
  
}
footer .contenedor-redes .redes a:hover:first-child{
  color: #f09433;
}
footer .contenedor-redes .redes a:hover{
  color: #3b5998;
}
footer .contenedor-redes .redes a:hover:last-child{
  color:#FF0000;
}

/* Estilos de la web de noticias */
.contNoticias{
  width: 100%;
  height: 400px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.noticia{
  width: 80%;
  height: auto;
  font-size: 15px;
  background: #fff;
  color: black;
  border-left: 5px solid red;
  text-align: left;
  padding: 15px ;
  margin-top: 20px;
}
.noticia > a{
  color: blue;
}

.cortadorBaner{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
}
.img-banner{
  width: 340px;
  height: 50px;
}

/* Estilos de manga */
.mangaInfo .contIMGmanga a > img{
  width: 220px;
  height: 330px;
  box-shadow: 0 30px 30px -5px black;
  margin: 0 15px;
  
}

.mangaInfo .contIMGmanga > .textt{
  font-size: 20px;
  background-color: blueviolet;
  width: 220px;
  height: 30px;
  margin: 0 15px;
  color:#fff;
}
.textt2{
  font-size: 20px;
  background-color: blueviolet;
  width: 220px;
  height: 30px;
  margin: -7px 15px;
  position: relative;
  margin-bottom: 50px;
  color: black;
}
.contVolInfo{
  width: 100%;
  height: auto;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.infoVol{
  width: 87%;
  height: auto;
  font-size: 15px;
  background: #111;
  color: white;
  border-left: 3px solid red;
  text-align: center;
  padding: 15px ;
  margin-top: 20px;
  box-shadow: 0 10px 30px -5px black;
}
.contVolCaps{
  width: 100%;
  height: auto;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.infoVolCaps{
  width: 80%;
  height: auto;
  font-size: 16px;
  background: black;
  color: #ccc;
  border-left: 3px solid red;
  text-align: left;
  padding: 15px ;
  margin-top: 20px;
  box-shadow: 0 10px 30px -5px black;
  cursor: pointer;
}
.contVolCaps > .tituloVol{
  margin-top: 20px;
  color: #fff;
  font-size: 20px;
}
.iconDes{
  width: 35px;
  height: 35px;
  float: right;
  cursor: pointer;
}
.iconDes:hover{
  transform: scale(1.1);
}
/* Estilos de reels */
.container .reels{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.container .reels > iframe{
  border-top: 10px solid #111;
  border-bottom: 10px solid #111;
  border-radius: 5px;
  margin: 10px 20px;
}
.container .reels > a{
  width: 50px;
  height: 23px;
  background-color: #111;
  font-size: 15px;
  color: white;
  margin-top: 10px;
  margin-bottom: 35px;
  border-radius: 50px;
}
@media (max-width: 952px){
  .logo{
    width: 180px;
    height: auto;
    margin-top: -33px;
    position: absolute;
  }
  nav ul li a{
    font-size: 16px;
  
  }

  body .text-2{
  width: 85%;
  font-size: 20px;
  }
  .infoVol{
    width: 97%;
  }

  footer .text-1{
    line-height: 70px;
    font-size: 13px;
  }
}
@media (max-width: 858px){
  .checkbtn{
    display: block;
    margin-top: 10px;
    font-size: 38px;
  }
  ul{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #000;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  nav ul li{
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }
  nav ul li a{
    font-size: 20px;
  }
  a:hover,a.active{
    background: none;
    color: red;
  }
  #check:checked ~ ul{
    left: 0;
  }
}