* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

body {
  width: 100%;
  color: white;
  background: radial-gradient(#352052, black);
}

a {
  color: white;
  text-decoration: none;
}

.topo-home {
  width: 100%;
  display: flex;
  background: linear-gradient(to bottom, black, #260637);
  height: 550px;
  margin: 0;
  object-fit: cover;
  -webkit-mask-image: linear-gradient(to top, transparent 3%, black 25%);
  mask-image: linear-gradient(to top, transparent 3%, black 25%);
  position: relative;
}

.topo-home img {
  opacity: 0.8;
  width: 100%;
  height: 550px;
  margin: 0 auto;
  object-fit: cover;
  -webkit-mask-image: linear-gradient(to top, transparent 3%, black 25%);
  mask-image: linear-gradient(to top, transparent 3%, black 25%);
  position: absolute;
}   

.titulo-home {
  position: absolute;
  font-size: 5rem;
  margin: 240px 0 0 30px;
  padding: 0;
  text-align: justify;  
  width: 60%;  
}

.titulo-home h3 {
  position: relative;
  font-family: 'Bebas Neue', cursive; 
  letter-spacing: 1.5;
  line-height: 70px;
}

.titulo-home h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 0;
}

.titulo-home p {
  position: relative;
  font-size: 1.1rem;
  width: 45%;
  text-align: justify;
  font-family: 'Open Sans', sans-serif;
  font-weight: bolder;
  padding: 0;
}

.btn-topo-home {
  position: absolute;
  font-family: 'Open Sans', sans-serif;
  background: #645E5E;
  color: white;
  text-shadow: black 0.1em 0.1em 0.2em;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bolder;
  width: 150px;
  height: 45px;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  padding: 3px 5px;
  margin: 20px auto;
}

.btn-topo-home:hover {
  background: black;
  border: 1px solid #bd4cf7;
}

/* --------------- MAIN --------------- */

main { 
  width: 100%;
  padding-left: 40px;
}

main h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  margin-bottom: 15px;
  text-align: start;
  margin-left: 10px;
}

.titulo-time {
  margin-bottom: 5px;
}

main h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  margin-bottom: 15px;
  text-align: start;
  margin-left: 10px;
}

/* --------------- HEADER--------------- */

.menu-home {
  width: 95%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 30px;
  left: 30px;
}

.logo-cinemundo-home {
  width: 100%;
  position: absolute;
  top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo-cinemundo-home span {
  font-size: 4rem;
  font-family: 'Bebas Neue', cursive;
  letter-spacing: 1.5px;
}

.logo-cinemundo-home img {
  width: 140px;
  height: 50px; 
  top: 60px;
}

#menuHeader ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

#menuHeader li {
  font-size: 1.3rem;
  font-family: 'Bebas Neue', cursive;
  letter-spacing: 1.2px;
  text-decoration: none;
  list-style: none;
  padding: 5px 10px;
}

.menu-home a, .menu-home2 a {
  opacity: 0.8;
}

.menu-home a.active, .menu-home a:hover, .menu-home2 a.active, .menu-home2 a:hover {
  color: white;
  font-weight: bolder;
  transition: .4s;
  opacity: 1;
}

.menu-home2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}

.menu-home2 li svg {
  cursor: pointer;
  opacity: 0.8;
}

.menu-home2 li svg:hover {
  color: white;
  font-weight: bolder;
  transition: .4s;
  opacity: 1;
}

.header_perfil_name {
  font-weight: 100%;
}

.menu-home2 li img {
  width: 50px;
  height: 50px;
  top: -7px;
  opacity: 1;
}

.header_perfil_name a {
  padding: 10px 16px;
  margin: 0 1px;
  color: white;
  font-size: 1.3rem;
  letter-spacing: 1.2px;
  text-decoration: none;
  font-family: 'Bebas Neue', cursive;
}

.checkbtn_header {
font-size: 20px;
color: white;
float: left;
line-height: 20px;
margin-right: 40px;
cursor: pointer;    
display: none;
}

#check {
display: none;
}

@media (max-width: 1000px){

  .logo-cinemundo-home {
      text-align: center;
  }
  .checkbtn_header{
      display: block;
  }   
ul{
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 80px;
  left: -100%;
  text-align: center;
  transition: all .4s;
}
nav ul li{
  display: block;
  margin: 50px 0;
  line-height: 20px;
}
nav ul li a {
  font-size: 1.5rem;
}
a:hover, a.active {
  background: none;
  color: white;
}
#check:checked ~ ul {
  left: 0;
}
}

/* --------------- EM ALTA E CINEMUNDO RECOMENDA --------------- */

.slider-home {
  position: relative;
  overflow-x: hidden;
  height: 300px;
  margin-bottom: 50px;
}

.slider-width-home {
  position: absolute;
  display: flex;
  align-items: start;
  justify-content: start;
  left: 0;
  top: 0;
  transition: 0.8s ease-in-out;
}

.item {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 210px;
  height: 300px;
  margin: 0 10px;
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  opacity: 0.8;
}

.item:hover {
 border: 1.5px solid #bd4cf7;
 border-radius: 5px;
 box-sizing: border-box;
 opacity: 1;
 cursor: pointer;
}

.fa-chevron-left {
  position: absolute;
  background-color: none;
  border-style: outset;
  border: none;
  outline: none;
  color: #fff;
  top: 50%;
  cursor: pointer;
  transition: all 0.4s;
  font-size: 1.7em;
  margin-left: 12px;
}

.fa-chevron-right {
  position: absolute;
  background-color: none;
  border-style: outset;
  border: none;
  outline: none;
  color: #fff;
  top: 50%;
  right: 20px;
  cursor: pointer;
  transition: all 0.4s;
  font-size: 1.7em;

}

/* --------------- FANDOM E GÊNERO --------------- */

.fandom, .genero {
 position: relative;
 overflow-x: hidden;
 height: 200px;
 margin-bottom: 50px;
}

.width-fandom {
 position: absolute;
 display: flex;
 align-items: start;
 justify-content: start;
 left: 0;
 top: 0;
 transition: 0.8s ease-in-out;
}

.width-genero {
  position: absolute;
  display: flex;
  align-items: start;
  justify-content: start;
  left: 0;
  top: 0;
  transition: 0.8s ease-in-out;
}

.width-fandom img, .width-genero .itens-genero img {
  position: relative;
  min-width: 330px;
  height: 200px;
  margin: 0 10px;
  opacity: 0.8;
}

.width-fandom img:hover, .width-genero .itens-genero img:hover {
  border: 1.5px solid #bd4cf7;
  border-radius: 5px;
  box-sizing: border-box;
  opacity: 1;
  cursor: pointer;
}

.width-genero .itens-genero span {
  position: absolute;
  top: 160px;
  text-align: center;
  margin-left: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  color: #E8C4FB;
  font-weight: bolder;
  text-shadow: black 0.1em 0.1em 0.2em;
}

/* --------------- CHAMADA QUIZ --------------- */

.quiz-home {
  font-family: 'Open Sans', sans-serif;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin: 0 auto 50px;
  padding: 20px;
}

.chamada-quiz-home {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  padding-bottom: 60px;
}

.chamada-quiz-home h1 {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 10px;
}

.chamada-quiz-home p {
  font-family: 'Open Sans', sans-serif;
}

.chamada-quiz-home a {
  font-family: 'Open Sans', sans-serif;
  color: white;
  text-decoration: none;
}

.banner-quiz-home img {
  width: 650px;
  height: 365px;
  box-shadow: 20px 20px 40px -30px #352052;
  opacity: 0.9;
}

.btn-quiz-home {
  position: absolute;
  background: #645E5E;
  color: white;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bolder;
  width: 150px;
  height: 45px;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  padding: 3px 5px;
  margin: 20px auto;
}

.btn-quiz-home:hover {
  background: black;
  border: 1px solid #bd4cf7;
}

/* --------------- CHAMADA COMUNIDADE --------------- */

.comunidade-home {
  font-family: 'Open Sans', sans-serif;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin: 0 auto 50px;
  padding: 20px;
}

.chamada-comunidade-home {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  padding-bottom: 65px;
  margin-bottom: 20px;
}

.chamada-comunidade-home h1 {
  font-family: 'Open Sans', sans-serif;
}

.banner-comunidade-home img {
  width: 650px;
  height: 365px;
  box-shadow: 20px 20px 40px -30px #352052;
  opacity: 0.9;
}

.btn-comunidade-home {
  position: absolute;
  font-family: 'Open Sans', sans-serif;
  background: #645E5E;
  color: white;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bolder;
  width: 200px;
  height: 45px;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  padding: 3px 5px;
  margin: 20px auto;
}

.btn-comunidade-home:hover {
  background: black;
  border: 1px solid #bd4cf7;
}

.chamada-comunidade-home a {
  font-family: 'Open Sans', sans-serif;
  color: white;
  text-decoration: none;
}

/* --------------- AUTORES --------------- */

.autores {
  position: relative;
}

.home-autores{
 width: 100%;
 margin: 0 auto 80px;

}

.autores-home{
 display: flex;
 align-items: center;
 justify-content: space-around;

 transition: 0.8s ease-in-out;
}

.autor-home {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 270px;
 height: 350px;
 opacity: 0.8;
}

.autor-home:hover {
border: 1px solid #bd4cf7;
opacity: 1;
cursor: pointer;

}

.home-autores .autores-home img {
  position: relative;
}

.home-autores .autores-home span {
  position: absolute;
  top: 380px;
  text-align: center;
  margin-left: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  color: #E8C4FB;
  font-weight: bolder;
  text-shadow: black 0.1em 0.1em 0.2em;
}


