* {
    margin: 0;
    padding: 0;
    font-family: 'Netflix Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}

header{
    font-weight: lighter;    
    
    background-image: url(../imagens/back.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 100%;
    
    height: 100vh;


    
}

.header-content {
    display: flex;
    background: linear-gradient(to bottom, #000 , transparent);
    height: 100%;
}


header .logo img{
    position: absolute;
    left: 65px;
    
    
    width: 190px;
    height: 100px;
    
    

}


header .botao-entrar {
    position: absolute;
    right: 75px;
    top: 38px;
    
    
    background-color: #F00;

    width: 70px;
    height: 30px;

    text-align: center;
    padding-top: 5px;

    border-radius: 3px;
    
}

header .botao-entrar a{
    text-decoration: none;
    color: #FFF;
    font-size: 14pt;
    
    
}

header .lang {
    position: absolute;
    right: 180px;
    top: 35px;


}

header #language{
    background-color: rgba(0, 0, 0, 0.5);

    color: white;

    width: 115px;
    height: 40px;

    padding-left: 8px;
    
    font-size: 1rem;

    border-radius: 3px;
}

header .cadastro {
    
    position: absolute;
    
    top: 30vh;
    left: 50vh;
    text-align: center;
    
}

header .cadastro h1{
    text-align: center;
    
    color: #FFF;
    
    padding-bottom: 20px;

    font-size: 3rem;
    
}

header .cadastro h2 {
    color: #FFF;

    font-size: 1.9rem;
    

    padding-bottom: 20px;

}

header .cadastro p {
    color: #FFF;

    font-size: 1.2rem;
    

    padding-bottom: 10px;

}

header #email {
    border: 1.5px solid #000;
    border-radius: 5px 0 0 5px;
}

header .email-butao{
    

    display: flex;

}

header .email-butao #email{
    width: 489px;
    height: 50px;

    margin-left: 5px;
}

header .email-butao a{
    text-decoration: none;
    
    color: #FFF;

    background-color: #F00;

    display: block;
    width: 150px;
    height: 53px;

    font-size: 1.2rem;
    
    border-radius: 0 5px 5px 0;

    
}

header .email-butao .butao {
    text-align: center;
    line-height: 50px;

    
}

/*CONTEUDO PRINCIPAL*/


nav .content-1{
    background-color: #000;

    border-top: 7px solid #333;
    border-bottom: 7px solid #222;


    height: 470px;
}

nav .content-1-tittle {
    color: #FFF;

    font-size: 2.2rem;
    padding: 120px 120px 20px 120px;


}

nav .content-1-sub {
    color: #FFF;

    padding-left: 120px;

    line-height: 30px;

    font-size: 1rem;

    
}

nav .content-1 .imagem-tv {
    position: absolute;
    right: 50px;
    top: 110vh;
}






nav .content-2{
    background-color: black;

    border-bottom: 7px solid #222;

    height: 470px;
}

nav .imagem-celular {
    padding-left: 90px;
    padding-top: 30px;
}

nav .content-2-tittle {
    color: #FFF;

    position: absolute;
    right: 260px;
    top: 195vh;

    font-size: 2.2rem;

    line-height: 50px;
}

nav .content-2-sub {
    color: #FFF;
    
    position: absolute;
    right: 200px;
    top: 215vh;

    font-size: 1rem;
}




nav .content-3{
    background-color: black;

    border-bottom: 7px solid #222;

    height: 470px;
}

nav .content-3-tittle {
    color: #FFF;

    font-size: 2.2rem;
    padding: 150px 120px 10px 120px;

}

nav .content-3-sub {
    color: #FFF;

    padding-left: 120px;

    line-height: 35px;

    font-size: 1rem;
}

nav .imagem-mac {
    position: absolute;
    right: 70px;
    top: 250vh;
}





nav .content-4{
    background-color: black;

    border-bottom: 7px solid #222;

    height: 470px;
}

nav .imagem-infantil {
    padding: 40px 0 0 100px;

}

nav .content-4-tittle {
    color: #FFF;

    position: absolute;
    right: 285px;
    top: 335vh;

    font-size: 2.2rem;

    line-height: 50px;
}

nav .content-4-sub {
    color: #FFF;
    
    position: absolute;
    right: 150px;
    top: 355vh;

    font-size: 1rem;

    line-height: 30px;
}


/*RODAPÉ*/

footer .footer-content {
    background-color: #000;

    
    padding: 30px 150px 30px 180px;

    height: 30vh;
}

footer .footer-content p {
    color: #777;
}

footer .footer-content #numero {
    color: #777;

    text-decoration: none;
}

footer .footer-content #numero:hover {
    color: #777;

    text-decoration: underline;
}

footer .suport{
    padding: 25px 0px 0px 0px;
    font-size: 0.8rem;
}

footer .suport #perguntas-freq {
    color: #777;
    text-decoration: none;
    margin-right: 140px;
}

footer .suport #perguntas-freq:hover {
    color: #777;
    text-decoration: underline;
}

footer .suport #centro {
    color: #777;
    text-decoration: none;
    margin-right: 140px;
}

footer .suport #centro:hover {
    color: #777;
    text-decoration: underline;
}

footer .suport #termos {
    color: #777;
    text-decoration: none;
    margin-right: 140px;
}

footer .suport #termos:hover {
    color: #777;
    text-decoration: underline;
}

footer .suport #privacidade {
    color: #777;
    text-decoration: none;
    margin-right: 140px;
}

footer .suport #privacidade:hover {
    color: #777;
    text-decoration: underline;
}


footer .suport #pref {
    color: #777;
    text-decoration: none;
    margin-right: 135px;
    
    position: relative;
    top: 20px;
}

footer .suport #pref:hover {
    color: #777;
    text-decoration: underline;
}



footer .suport #info {
    color: #777;
    text-decoration: none;
    margin-right: 140px;
    
    position: relative;
    top: 20px;
}

footer .suport #info:hover {
    color: #777;
    text-decoration: underline;
}

footer .suport .lang{
    position: relative;
    top: 50px;

   

}

footer .suport #language{
    background-color: rgba(0, 0, 0, 0.5);

    color: #777;

    width: 115px;
    height: 40px;

    padding-left: 8px;

    font-size: 1rem;

    border-radius: 3px;
}

footer .assinatura{
    

    position: relative;
    top: 80px;
}


footer .assinatura a{
    text-decoration: none;

    color: #777;
}

footer .assinatura a:hover {
    text-decoration: underline;

    color: #777;
}