@media screen and (max-width: 700px) {
    header .container{
        display: flex;
        flex-direction: column;
    }
    .botao{
        margin-top: 5px;
        width: 300px;


    }
}
@media screen and (min-width: 1000px) {
    .descricao{
        width: 50%;
    }
}

@media screen and (max-width: 500px){
    .filme-principal{
        background: linear-gradient(rgba(0, 0, 0, .50), rgba(0, 0, 0, .50)100%), url('../img/new-house.jpeg');
        background-size:cover;
        background-repeat: no-repeat;
        background-position: 0 0 1px;
        height: 500px;
    }
    .titulo{
        display: none;
    }
    .descricao{
        box-shadow: 20px black;
        font-weight: 900;
        margin-top: 150px;
    }
}