.container-info{
    display: flex;
    gap: 10px;
}
.director{
    display: flex;
    gap: 5px;
}
.seasons{
    display: flex ;
    gap: 5px;
}
.container-conteudo {
   font-weight:350;
   font-size: 1rem;
   width: 40%;
}
.container-conteudo .titulo{
margin-top: 15px;
margin-bottom: 25px;
   font-weight:800;
}

.seasons-info{
    color:#A7A6A6 ;
}
.nome{
    color: #A7A6A6;
}
.descricao{
    margin-top:15px;
    font-weight: 250;
    color: #A7A6A6;
    font-size: 1.3rem;
    margin-bottom: 20px;
}
.btns{
    padding-top: 25px;
    display: flex;
    gap: 30px;
}
.btn{
    
    padding: 12px 35px 12px 35px;
    color: rgb(255, 255, 255);
    background-color: #D40D1F;
    border-style: none;
    border-radius: 5px;
}
.btn-left{
    display: flex;
     padding: 12px 40px 12px 40px;
   justify-content: center;
   align-items: center;
}
.btn-left .material-symbols-outlined {
  color: inherit;    
}
.btn-right{
    background-color: transparent;
    border-color: rgb(255, 255, 255);
    border-style:double;
}


.btn-left:hover{
    background-color: white;
    color: #D40D1F;
    cursor: pointer;
}
.btn-right:hover{
    background-color: white;
    color: #D40D1F;
    cursor: pointer;
}
.seasons-info:hover{
    color: rgb(238, 238, 238);
    cursor: pointer;
}
.nome:hover{
    color: rgb(238, 238, 238);
    cursor: pointer;
}

