body{
    font-family: 'Proppins', sans-serif;
    max-width: 1280px;
    margin: 0 auto ;
    color: #ffffff;
    
}

main::after{
    content: '';
    min-height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0.05926120448179273) 50%, rgba(0, 0, 0, 1) 90%);
    z-index: -1;
}



.conteudo{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-evenly;
}


.informacoes .logo{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    max-width: 350px;
    filter: invert(1);
    margin-bottom: 80px;
}

.botoes-carrossel{
 
 display: flex;
 justify-content: center;
 gap: 20px;
 
}

.botoes-carrossel .botao{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid transparent;
    cursor:pointer;
    border-color: #ffffff;
    margin-top: 10px;
}
.botoes-carrossel .botao.selecionado{
    background-color: rgb(37, 40, 37);    
}
ul{
    margin-bottom: 50px;
}

.menu-lateral{
   
    position: fixed;
    top: 0;
    right: 0;
    width: 80px;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    align-items: center;
}
.menu-lateral ul{
    display: flex;
    flex-direction: column;
}

.menu-lateral .icone{
    width: 30px;
    filter:invert(1);
    transition:0.3s  ease-in-out;
    cursor: pointer;
}

.menu-lateral .icone:hover{
    transform: scale(1.2);
}

.carrossel{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    z-index: -1;
}

 .imagem{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    transition: 0.1s linear;
    
    
}

.imagem.ativa{
    display: block;
    animation: mudarImagem 0.7s;
}

.imagem.ativa{
    display: block;
    animation: mudarImagem 0.7s;
}

section{
    display: flex;
  width:100%;
  background:linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(26, 24, 24, 0.849) 13%, rgb(3, 3, 3) 100%);
  margin-top: 110px;
  text-align: center;
}

h1{
    font-size: 35px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
}

 p{
   font-size: 20px;
    color: #ffffff;
    line-height: 35px;
    letter-spacing: 3px;
    word-spacing: 4px;
    text-align: center;
    text-indent: 4px;
  margin-bottom: 20px;
  
 } 

 h2{
    font-size:35px;
    line-height: 30px;
   margin-right: 20px;
     line-height: 40px;
     margin-top: 34px;
     margin-bottom: 40px;
 }

 
.curiosidades{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 50px;
    flex-wrap: wrap;
}

.personagens {
    max-width: 800px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: -50px;
    margin-bottom: 10px;
    gap: 80px;
    
}
figure{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
    gap: 20px;
    margin: 40px auto;
   margin-bottom: 50px;
   
}
.img-pedro{
  background-size: cover;
    width: 100%;
    margin-bottom: 20px;
}

.pedro{
    width: 100%;
    }

    .trailer{
    width:100%;
  background:linear-gradient(90deg, rgb(7, 7, 7) 0%, rgba(37, 35, 35, 0.534) 13%, 
  rgb(3, 3, 3) 100%);
  margin-top: 0px;
  text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column ;
}

h3{
    font-size:30px;
    line-height: 30px;
   margin-right: 20px;
     line-height: 40px;
     margin-top: 55px;
     margin-bottom: 40px;  
     text-align: center;
}

.imglast{
     width: 180px;
     height: 180px;
}
.video{
    display: flex;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


video{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
} 

h4{
    font-size:18px;
    line-height: 30px;
   margin-right: 20px;
     line-height: 40px;
     margin-top: 55px;
     margin-bottom: 40px;  
     text-align: center; 
}




/* CSS */
.button-17 {
  align-items: center;
  appearance: none;
  background:linear-gradient(90deg, rgb(7, 7, 7) 0%, rgba(104, 101, 101, 0.164) 13%, 
  rgb(141, 132, 132) 100%);
  border-radius: 24px;
  border-style: none;
  box-shadow: rgba(100, 99, 99, 0.2) 0 3px 5px -1px,rgba(155, 154, 154, 0.014) 0 6px 10px 0,rgba(141, 137, 137, 0) 0 1px 18px 0;
  box-sizing: border-box;
  color:#ffffff;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: "Google Sans",Roboto,Arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 2px 24px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform,opacity;
  z-index: 0;
  margin-bottom: 20px;
}

.button-17:hover {
    background:linear-gradient(90deg, rgba(163, 108, 7, 0.493) 0%, rgba(245, 136, 11, 0.651) 13%, 
    rgb(32, 31, 31) 100%);
  color: #ffffff;
}

.button-17:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

.button-17:focus {
  outline: none;
  border: 2px solid rgba(163, 108, 7, 0.493) 0%;
}

.button-17:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.button-17:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.button-17:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

span{
    font-size: 15px;
}
.botton-17 span{
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.botton-17 span::after{
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
   }

   .botton-17:hover span{
    padding-right: 25px;
   }

   footer{
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background:linear-gradient(90deg, rgb(7, 7, 7) 0%, rgb(37, 35, 35) 13%, 
    rgb(3, 3, 3) 100%); ;
   }

   .footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
   }

   .p-footer{
    margin-top: 15px;
    font-size: 1em;
    text-align: center;
   }
  .icons{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
.i-facebook{
    max-width: 50px;
}

.i-github{
    max-width: 50px;
}

.i-likedin{
    max-width: 50px;
}

@keyframes mudarImagem {
    from{
        opacity: 0.85;
    }
    to{
        opacity: 1;
    }
}
