:root{
    --vermelho:#E50914;
    --preta:#141414;
    --laranja:#f89b38;
    --lilas:#512a7b;
    --azul:#192e54;
    --azul-forte:#1e192d;
}

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

/*elementos base*/
body{
   background: var(--azul-forte);
   font-family: 'Arial', Times, serif;
   color:white;
}


header.container{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    
}


.barraTopo{
    /*position: fixed;*/
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 0 60px;
    height: 95px;
    box-sizing: border-box;
    /*min-width: 1050px;*/
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.05);
    transition: background-color 200ms linear;
}


/*
.barraTopo.scrolled {
    background-color: #1e192d;
    transition: background-color 200ms linear;
}

*/

.itensDireita{
    text-align: right;
    flex: 1;
    font-size: 18px;
}

.itensDireita i{

    color: #fff;
    font-size: 20px;
    margin-left: 10px;
}

.itensDireita a{
   text-decoration:none;

}

header.logo{
    margin-left: 5px;
    color: var(--laranja);
    font-family: 'Arial Black', Times;
    font-size:40px;
    height: 40px;
}

header .logo img{
    height: 100%;
    margin-left: 20px;

}

header nav{
    display: flex;
    list-style: none;
}

header nav a{
    text-decoration:none;
    /*color:#AAA;
    margin-right: 10px;*/

    color: #fff;
    font-size: 18px;
    margin-left: 40px;
}

header nav a:hover{
    color:#fff;
}

.politica{
    padding-left: 3rem;
    padding-right: 3rem;
    margin-bottom: 2rem;
    margin-top: 1rem;

}

.politica p{
    text-align: justify;
    color: rgb(158, 158, 158);
    font-size: 1rem;
    margin: 0.25rem 0px;
    text-decoration: none;
    padding: 5px;
}

.politica h3{
    text-align: left;
    color: rgb(255, 255, 255);
    font-size: 1rem;
    margin: 1rem 0px 0px 2rem;
    text-decoration: none;
    padding: 5px;
}

.politica h2{
    text-align: left;
    color: rgb(255, 255, 255);
    font-size: 2rem;
    margin: 1rem 0px 0px 2rem;
    text-decoration: none;
    padding: 5px;
}


/*filme principal*/
.filme-principal{
     /*font-size:16px;
    background: linear-gradient(rgba(0,0,0,.50),rgba(0,0,0,.50)100%),  url('../img/capa-house.jpg');
    height:530px;
    background-size:cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;*/

    background: linear-gradient(75.06deg, rgb(0, 0, 0) 20.8%, rgba(0, 0, 0, 0) 80.34%) center center / cover no-repeat,  url('../img/capa-house1.jpg');
    height:550px;
    background-size:cover; 
    display: flex; 
    flex-direction: 
    column; justify-content: center; 
    align-items: flex-start;


}


.filme-principal .descricao{
    margin-top: 10px;
    margin-bottom: 30px;
}

.descricao{
    margin-top: 10px;
    margin-bottom: 30px;
}


.filme-principal .titulo{
    margin-top: 20%;
    font-size: 50px;
   /* font-family: 'Trebuchet MS', Arial, sans-serif;*/
    margin: 1.5rem 0px;
    font-family: "Open Sans", sans-serif;
    box-sizing: border-box;
}

.titulo-series{
    margin-top: 20px;
    margin-left: 50px;
    padding: 10px;
}

.botao{
    background-color: #f89b38;
    border-radius: 8px;
    border:none;
    color: white;
    margin: .8rem 0px;
    padding: 0.6rem 1.5rem;
    margin-right: 15px;
    font-size: 0.8rem;
    font-weight: bold;

    cursor: pointer;
    transition: .3s ease all;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px, rgba(0, 0, 0, 0.1) 0px 5px 6px;
}

.botao:hover{
    background-color:#f2f2f2;
    color:black;
}

.botao i{
    margin-right: 8px;
}

.botao a{
     text-decoration:none;
     color: white;
}


.container{
    margin-left: 50px;
}

.filme-principal .container{
    width: 70%;
}

.box-filme{
    height: 100%;
    width: 100%;
    border-radius: 20px;

    display: block;
    cursor: pointer;
}


.carrosel-filmes{
    margin-top:20px;
    margin-left: 50px;
    margin-right: 50px;
}

.box-card {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 30px;


}

.card {
    width: 100%;
    max-width: 21.1875rem;
    padding: 1.5rem 1.25rem;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
    border-radius: 12px;
    margin: 0.5rem;
    box-sizing: border-box;

}

.card-pg {
    width: 100%;
    max-width: 21.1875rem;
    padding: 1.5rem 1.25rem;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
    border-radius: 12px;
    margin: 0.5rem;
    box-sizing: border-box;

}

.card p{
    display: flex;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    align-items: flex-start;
    color: rgb(158, 158, 158);
    font-size: 1rem;
    width: 100%;
    margin: 0.25rem 0px;
    text-decoration: none;

}


.card img{
   width: 100%;
    max-width: 18.75rem;
    max-height: 18.75rem;
    border-radius: 8px;
}


.card a{
    margin-top: 1.5rem;
    align-self: center;

    border-radius: 8px;
    padding: 0.6rem 1.5rem;
    font-size: 1rem;
    font-weight: bold;
    border: 1px solid #f89b38;
    background: transparent;
    color: #f2f2f2;
    text-decoration: none;
    text-align: center;
    cursor: pointer;

    width: 100%;
    max-width: 15rem;
    margin: 2rem 0px 0.75rem;
}

.card a:hover{
    background-color:#f89b38;
    color:#f2f2f2;
}


/* Rodapé */

footer{
    background-color: rgba(255, 255, 255, 0.05);
    margin: 0;
    padding: 20px;
    text-align: center;
}

/* Responsividade*/


@media screen and (max-width:700px){
    header .container, .filme-principal{
    display: flex;
    flex-direction: column;
    }
    
    .titulo{
        font-size: 40px;
    }

    .barraTopo{
        /*display: flex;
        flex-direction: column;*/

        padding: 8px;
        flex-direction: column;

    }

    .botao{
        margin-top: 5px;
        width: 300px;
    }

    .politica{
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .politica h2{
        font-size: 1.5rem;
        margin: 1rem 0px 0px 1rem;
    }

   
}

@media screen and (min-width:768px){
    /*.descricao{
        width: 60%;
    }*/

    .box-card {
        flex-direction: row;
    }

    .titulo{
        font-size: 40px;
    }
}



















