: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;*/
   font-family: 'Gilroy', Sans-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);*/
    background-color: #ffff;
    transition: background-color 200ms linear;
}


/*
.barraTopo.scrolled {
    background-color: #1e192d;
    background-color: #ffff;
    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: #102850;
    font-size: 18px;
    margin-left: 40px;
    padding: 0.5rem 0.6rem;
    background-color:#fff;
    border-radius: 5px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.49);
    /*--------------------------------*/
    /*text-transform: uppercase;
    background-color: #f89b38;
    background-color: transparent;
    background-image: linear-gradient(180deg, #F0C22C 0%, #f89b38 100%);
    border-radius: 10px;
    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: 0px 2px 6px 0px rgba(0, 0, 0, 0.49);*/


    
}

header nav a:hover{
    /*background-image: linear-gradient(180deg, #f2f2f2 0%, #fff 100%);*/
    background-image:linear-gradient(180deg, #F0C22C 0%, #f89b38 100%);
    padding: 0.5rem 0.6rem;
    color:#f2f2f2;
}


.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;
}

.politica img{
     width: 20%;
     border-radius: 20%;

}


/*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) 50.34%) center center / cover no-repeat,  url('../img/Arte-SisCG-plataforma.png');
    height:650px;
    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;
    font-family: "Gilroy", sans-serif;
}


.filme-principal .titulo{
    margin-top: 20%;
    font-size: 50px;
   /* font-family: 'Trebuchet MS', Arial, sans-serif;*/
    margin: 1.5rem 0px;
    font-family: "Gilroy", 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;
    display: inline-block;
    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: 50%;
}

.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;
}


.elementor-counter-number{
    box-sizing: border-box;
    color: #f89b38;
    font-family: "Gilroy", Sans-serif;
    font-size: 55px;
    line-height: 1.25em;
}

}

.carousel {
    background-color: #4099E6;
  width: 1000px;
  margin: 0 auto;
}

section.banner-container{
    width: 100%;
    height: 200px;
    position: relative;
    margin-left: 1rem;
    margin-right: 1rem;

}

.banner-single{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height:100%;
    opacity: 1;
    background-size: cover;
    background-position: center;
    
}

.overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(51,51,51,0.2); 
}

.slider {
        width: 60%;
        margin: 100px auto;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: white;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }


/* 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;
    }

    .slider {
        width: 70%;

    }

   
}

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

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

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



















