*{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	}

.titulo{
    height: auto;
    background-color:white; 
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px; 
    
}

.cabecalho{
    background-color:blue;
    width: 100%;
    height: 140px;
    color: white;
    font-size: 90px;
    text-align: center;
    margin-bottom: 15px;
    padding-top: 35px;
}



.subtitulo{
    background-color:black;
    width: 100%;
  
    height: 115px;
    overflow: hidden;
    color: white;
    font-size: 30px;
    text-align: center;
    line-height: 120px;
    margin-bottom: 15px;
    
}

.body{
    background-color:blue;
    
}


.row{
    width: 100%;
    height: 350px;
    margin-top: 15px;
}
 

.row2{
    width: 100%;
    height: 400px; 
    margin-bottom: 100px;    
}


.texto{
width: 48%;
    height: 358px;
    float: left;
    margin-left: 15px;
    margin-top: 15px;
     
    text-align: center;
    font-size: 25px;
    color: white;

}


.foto1{
  width: 48%;
    height: 358px;
    float: right;
    margin-right: 15px;
    margin-top: 15px;
    
 
}


img {
    width: 400px;
    padding-bottom: 15px;
    text-align: center;


}

.trailer a{
color: white;
font-size: 25px;
margin-left:20vw;

} 
.foto2{
    width: 48%;
    height: 358px;
    float: left;
    margin-left: 35vw;
    margin-top: 15px;

}

body{
    background-color: white;
    height: auto;
}






.caixafoto {
    transform: translate(30px, 5%);
  }


  .caixa {
    border-radius: 2px;
  }

  
  


  .caixa {
    height: 50px;
    line-height: 95px;
    text-align: center;
    width: 100px;
  }

  .rodar {
    cursor: pointer;
    transform-style: preserve-3d;
  }
  .rodar:hover {
      animation: spin 5s linear infinite;
  }
  @keyframes spin {
    0% {
      transform: rotateY(0deg);
    }
    100% {
      transform: rotateY(360deg);
    }
  }