@import url('https://fonts.googleapis.com/css2?family=Familjen+Grotesk&family=Oswald&family=Roboto&display=swap');

:root{
    --vermelho: #E50914;
    --preto: #141414;
    --dourado: #DDA520;
    --amarelo: #ffc107;
    --cinza: #8c8c8c;
    --cinza-claro: #aaa;
}

*{
    /* margin: 0;
    padding: 0; */
    box-sizing: border-box;
    font-family: 'Arial', Times, serif;
    /* max-width: 1480px; */
    
}

/*  */
body{
    background: var(--preto);
    color: #ffffff;
    
}

a{
    text-decoration: none;
    color: #fff;
}

.titulo{
    color: #fff;
    padding-left: 10px;
    border-left: 4px solid var(--amarelo);
    position: relative;
    display: inline-block;
}

header .menu{
    background: linear-gradient(180deg, rgba(0,0,0,0.70) 0%, rgb(33, 33, 33)  100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}

header .logo{
    display: inline-flex;
    align-items: center;
    padding: 10px;
        
}


header .logo i{
    font-size: 40px;
    margin-bottom: 2px;
    
}

header .logo:hover{
    filter: drop-shadow(0px 0px 3px#ffffff);
    cursor: pointer;
    transition: transform .7s;
    transform: scale(1.05);
}

header #logo1{
    font-family: 'Arial Black';
    font-size: 40px;
    margin-left: 5px;
}

header #logo2{
    color: var(--vermelho);
    font-family: 'Arial Black';
    font-size: 40px;
}

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

}

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

header nav .menuSelected{
    font-size: 18px;
    font-weight: bold;
    color: var(--vermelho);
}

/* Principal */

main .bannerPrincipal{
    height: 500px;
    background: linear-gradient(0.25turn, #141414,#141414, #AAA, 50%,#AAA,#141414, #141414);
    font-family: 'Familjen Grotesk', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
   
}

div.videoFrame {
    height: 83.8%;

}


main .ultimas{
    height: 430px;
    /* width: 100%; */
    background:linear-gradient(to right,rgba(248, 223, 248, 0.3),rgba(57, 5, 51, 0.3));
    
    
}

main .ultimas .wrapper{
    width: 100%;
    max-width: 1300px;
    min-height: 355px;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    overflow-y: hidden;
    /* overflow-x: scroll; */
    white-space: nowrap;
}

main section .wrapper .imgLink{
    position: relative;
       
}

main .ultimas .cartaoBox{
    display: inline-block;
    width: 300px;
    margin-right: 1rem;

}

.cartao {
    display: inline-block;
    flex-wrap: wrap;
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    height: 168px;
    margin: 8px 4px;
    background: lightblue;
    border-radius: 8px;
    box-shadow: none;
    
    
}

.cartao:hover{
    transition: all .5s ease-in-out;
    transform: scale(1.05);
    filter: drop-shadow(0px 0px 5px var(--dourado));

}

.cartao img{
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    height: 168px;
    border-radius: 8px;
    object-fit: cover;

}

main .ultimas .imagemBox .play{
    width: 300px;
    height: auto;
    position: absolute;
    top: 0;
    /* left: 0; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4em;
}

    main .ultimas .imagemBox .play i{
        text-shadow: 1px 1px 1px #141414;
    }

main .wrapper .titulo-trailer{
    font-family: 'Osvald', sans-serif;
    white-space: normal;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 10px;
    padding: 3px;

}
.titulo-trailer h5{
    font-size: 1.1em;
}

main section .cadastro{
    /* margin: 5px; */
    height: 300px;
    /* background:linear-gradient(to right,rgba(248, 223, 248, 0.3),rgba(57, 5, 51, 0.3)); */
    background-image: url(https://miro.medium.com/v2/resize:fit:679/1*o3ArB-8OGNnWg8-ZR59CUQ.gif);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin:20px;
    border-top: 16px dashed var(--cinza-claro);
    border-bottom: 16px dashed var(--cinza-claro);
}

main .cadastro .btnCadastro{
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    padding-top: 15%;
}

footer{
    background-image: url(https://images.unsplash.com/photo-1595769816263-9b910be24d5f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=879&q=80);
    background-position: center bottom;
}

footer .footerContent{
    height: 240px;
    
    background-color: rgba(0,0,0,.60);
    font-family: 'Roboto';
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;

}

footer .footerContent img{
    width: 130px;
}


.botao{
    background-color: rgba(0,0,0,.50);
    border: none;
    border-radius: 8px;
    color: #ffffff;
    width: 300px;
    padding: 15px 30px;
    margin-right: 15px;
    font-size: 16px;
    cursor: pointer;
    transition: .4s ease all;

}

.botao:hover{
    background-color: rgb(255, 255, 255);
    color: #000000;
    /* font-weight: bold; */
}

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


*::-webkit-scrollbar {
    width: 15px;
    background-color: transparent;
}

*::-webkit-scrollbar-track {
    width: 2px;
    /* box-shadow: inset 0 0 0.3rem #ecd506; */
    background-color:transparent;   

}

*::-webkit-scrollbar-thumb {
    background-color: var(--cinza);
    border-radius: 8px;
    /* border-top: 7px solid var(--dourado); */
    /* border-bottom: 7px solid var(--dourado); */
}



