* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}

#corpo {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pisos {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

header { 
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav { 
    width: 418px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#navegacao {
    width: 500px;
    display: flex;
    justify-content: space-between;
}

#img1 {
    margin-bottom: 100px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 121px;
    background-color: #A22424;
}

#info1 {
    margin-left: 121px;
    margin-right: 121px;
    margin-top: 170px;
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

h1 {
    font-family: "Roboto Mono", monospace;
    font-weight: 900;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    color: #000;
}
 

#titulo1 {
    width: 272px;
    margin-left: 60px;
    text-decoration: underline;
    text-decoration-color: #F0BD05;
    text-decoration-thickness: 3px;
}


.texto {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    
    margin-bottom: 30px;

    line-height: 28px;

    color: #000;
    display: flex;
    flex-direction: column ;
}


#texto1{
    width: 664px;
}




#info2 {
    margin-top: 205px;
    margin-bottom: 60px;

    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    text-align: left;

    border-top: solid#A22424 20px;

    padding: 70px;
    padding-top: 100px;
   
}

#diretor{
    width: 370px;
}

#titulo2{
    display: flex;
    flex-direction: column;
}

.under{
    margin-bottom: 40px;
    text-decoration: underline;
    text-decoration-color: #F0BD05;
    text-decoration-thickness: 3px;
}

#texto2{
    width: 640px;
}




#info3 {
    margin-top: 145px;
    margin-bottom: 120px;

    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    text-align: left;

    border-top: solid#A22424 20px;

    padding: 70px;
    padding-top: 100px;
   
}

#local{
    width: 360px;
}

#titulo3{
    display: flex;
    flex-direction: column;
}

#texto3{
    width: 565px;
}



#quote{
    background-color: #A22424;
    padding: 200px;
}


#frase{
    margin: 30px;
    
}


#christian{
    text-align: right;
    margin-top:30px ;
}



h4{
    font-family: "Roboto Mono", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color:#fff;

}


#personagens {

    display: flex;
    justify-content:space-around;
    flex-direction: column;
    
    margin-bottom: 100px;
    margin-top: 120px;

    padding: 110px;

}

#elenco{

    display: flex;
    justify-content: space-between;
    
}


.atores {
    width: 370px;
}

.descricao {
    text-align: center;
    margin-top: 25px;

}

.destaque {
    display: flex;
    justify-content: center;

    margin-top: 50px;
    border-bottom: solid  #F0BD05 2px;

    padding: 15px;
}

#titulo4{
    display: flex;
    align-self: center;
    text-align: center;
    font-size: 30px;

    margin-bottom: 80px;
}

h3 {
    margin-bottom: 20px;

    font-family: "Roboto Mono", monospace;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 36px;
    text-align: left;
    color: #A22424;
}

#musica{
    background-color: #A22424;

    height: 720px;
    padding: 100px;
   

}

.negrito{
    margin-top: 40px;
    margin-bottom: 5px;
    font-weight: 800;
}

#imgtext{
    display: flex;
    justify-content: space-between;
}

.branco{
    color: #fff;
}

#borderlady{
    height: 427px;
    width: 270px;
    padding: 22px;
    border: solid #F0BD05 2px;
}

#lady{
   width: 270px; 
}

#botaomusica{
    background-color: #F0BD05;

    border-radius: 20px;

    display: flex;
    justify-content: space-around;
    align-items: center;
    align-self: center;

    width: 280px;
    height: 75px;
    padding-bottom: 20px;
    padding-top: 20px;

    margin: 30px;
}

#camaras{
    margin-top: 170px;
    margin-bottom: 45px;
    margin-left: 165px;

    text-decoration: underline #F0BD05 3px;
}

#galeria {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 100px;

    padding: 85px;
}

#video{
    padding: 100px;
    border: solid #F0BD05 2px;
    display: flex;
    justify-content: center;
}

#verfilme{
    background-color: #A22424;

    border-radius: 20px;

    display: flex;
    justify-content: center;
   

    width: 370px;
    height: 75px;
    padding-bottom: 20px;
    padding-top: 20px;

   
}

#verfilme:hover{
    background-color: #F0BD05;
}

#botaofilme{
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;

    margin-top: 120px;
    margin-bottom: 160px;
}




p {
    font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    
    margin-bottom: 30px;

    line-height: 28px;

    color: #000;
}

a{
    text-decoration: none;

    font-family: "Roboto Mono", monospace;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    color: #333 ;
}

#botao {
  color: #fff;  
}



footer {
    background-color: #A22424;
    height: 315px;
    margin-top: 100px;
    padding-top: 60px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    
    display: flex;
   flex-direction: column;
    align-items:flex-start 

    
}

#socials {
    width: 136px;
    display: flex;
    justify-content: space-between;
}

#icons{
    width:1140px;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-content: flex-start;
}

#logo{
    width: 100px;
    height: 105px;
}

#copy {
    margin-top: 90px;
    display: flex;
    justify-content:space-between ;
    text-align: right; 
    flex-direction: row;
    width: 1140px;
}

h6 {
    margin-bottom: 20px;

    font-family: "Roboto Mono", monospace;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}