/* :root {
    --vermelho: #e50914;
    --preto: #141414;
} */

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

*, :before, :after {
    box-sizing: border-box;
    }

/*elementos base*/

body {
    background: #141414;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transition: 0.6s;
    padding: 7px 20px;
    z-index: 100000;
    background-image: linear-gradient(to bottom, #141414, transparent);
}

header.sticky{
    background: #141414;
    transition: 0.6s;
}


.container {
    display: flex;
    align-items: center;
}

.rigth-icons{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0px;
    /* margin-right: 40px; */
    /* border: 3px solid yellow; */
    
}

header div img {
    width: 25px;
    border-radius:4px;
}

header .margin-rigth-icons{
    margin-left: 20px;
    cursor: pointer;
}

header i{
    /* border: 3px solid yellow; */
    color: white;
    font-size: 22px;
    cursor: pointer;
}

header .search{
    font-size: 20px;
}

.nav-menu{
    margin-left: 10px;
}

header .logo {
    /* position: relative;
    font-weight: 700;
    color: #e50914;
    text-decoration: none;
    /* font-family: 'Arial Black', Times; */
    /* font-size: 25px;
    transition: 0.6s; 
    margin-right: 35px;  */
    max-width: 110px;
    width: 100%;
    max-height: 45px;
    margin-right: 35px; 
    transition: 0.6s;
    position: relative;
    
}

.list-nav{
    text-decoration: none;
    margin-right: 10px;
    color: #fff;
    transition: 0.6s; 
    font-weight: 100;
    font-size: 14px;
}

header div a.list-nav:hover{
    color: #aaa;
}

/* dropdown */
/* .action{

} */

.dropdown{
    position: absolute;
    top: 50px;
    right: -10px;
    padding: 10px, 20px;
    background: rgba(0, 0, 0, 0.5);
    width: 350px;
    box-sizing: 0 5px 25px;
    /* border-radius: 15px; */
    transition: 0.5s;
    /* border-top: 4px solid rgba(0, 0, 0, 0.5); */
    border-top: 4px solid #fff;
    margin-right: 70px;
    visibility: hidden;
    opacity: 0;
}

.dropdown::before{
    content: "";
    position: absolute;
    top: -10px;
    right: 5px;
    margin-left: 70px;
    width: 0; 
    height: 0;   
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    transition: 0.5s;
}

.dropdown.active{
    visibility: visible;
    opacity: 1;
}

.dropdown ul li {
    /* border: 2px solid yellow; */
    list-style: none;
    padding: 15px;
    border-bottom: 1px solid rgba(109,109,110,0.7);
}

.dropdown ul li:hover {
    background-color: #141414;
    cursor: pointer;

}

.dropdown ul li a{
   text-decoration: none;
   display: flex;
   justify-items: center;
}

.dropdown ul li a img{
    /* border: 2px solid yellow; */
    width: 112px;
    height: 63px;
    border-radius: 4px;   
    
}

.dropdown ul li a div{
    margin-right: 10px;
    color: #fff;
    margin-left: 15px;
 }

 /* dropdownPerfil */
 .dropdownPerfil{
    position: absolute;
    top: 50px;
    right: -60px;
    padding: 10px, 20px;
    background: rgba(0, 0, 0, 0.8);
    width: 200px;
    box-sizing: 0 5px 25px;
    transition: 0.5s;
    border-top: 4px solid #fff;
    margin-right: 70px;
    visibility: hidden;
    opacity: 0;
}
.dropdownPerfil::before{
    content: "";
    position: absolute;
    top: -10px;
    right: 13px;
    margin-left: 70px;
    width: 0; 
    height: 0;   
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    transition: 0.5s;
}
.dropdownPerfil.active{
    visibility: visible;
    opacity: 1;
}

.dropdownPerfil ul li {
    /* border: 2px solid yellow; */
    list-style: none;
    padding: 10px;
    cursor: pointer;
    /* border-bottom: 1px solid rgba(109,109,110,0.7); */
}

.dropdownPerfil ul li a{
    text-decoration: none;
    display: flex;
    justify-items: center;
 }

 .dropdownPerfil ul li a h5:hover{
    text-decoration: underline;
 }

 .dropdownPerfil ul li a img{
    /* border: 2px solid yellow; */
    border-radius: 2px;
    
}
.dropdownPerfil ul li a div{
    margin-right: 10px;
    color: #fff;
    margin-left: 15px;
    
 }
 .dropdownPerfil .perfilDiv{
    border-bottom: 1px solid rgba(109,109,110,0.7);
    
 }

 .align{
     display: flex;
     justify-content: center;
 }

 


/* header nav a:hover {
    background: #03e9f4;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #03e9f4,
                0 0 25px #03e9f4,
                0 0 50px #03e9f4,
                0 0 100px #03e9f4;
  } */

/*Elementos princiapal*/

section.cprincipal {
    /* font-size: 16px;
    background: linear-gradient(rgba(0,0,0,.50), rgba(0,0,0,.50) 100%), url("../img/dexterNB-capa.jpg");
    background-size: cover;
    height: 500px;
    /* width: 100%; */
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; */
    display: auto;
    position: relative;
    width: 100%;
    /* height: 100vh; */
    height: 91vh;
     /* background: url("../img/videos/Pray_for_Mercy.mp4"); */
    /* background: url("../img/dexterNB-capa.jpg"); */
    background: url("../img/senki-capa.jpg");
    background-size: cover;
    border: 1px solid transparent;
}

.transparencia-banner{
    /* border: 2px solid blue; */
    width: 100%;
    height: 309px;
    background-image: linear-gradient(180deg, transparent, black);
}

.cprincipal .sinopse {
    margin-top: 10px;
    margin-bottom: 25px;
}

.cprincipal .titulo {
    /* border: 2px solid yellow; */
    width: 800px;
    margin-top: 15%;
    margin-left: 5%;
    font-size: 40px;
}

div .descricao-banner{
    /* border: 2px solid yellow;  */
    width: 550px;
    margin-left: 5%;
    font-size: 15px;
}

.btn {
    /* border: 2px solid yellow;  */
    margin-left: 5%;
    margin-right: 2px;
    background-color: #fff;
    border: none;
    color: black;
    padding: 8px 20px;    
    font-size: 13px;
    cursor: pointer;
    transition: .9s ease all;
    border-radius: 3px;
    font-weight: bold;
}

.btns .info{
    color: #fff;
    background-color: rgba(67, 67, 75, 0.7);
}

.btn:hover {
    /* background-color: transparent; */
    background-color: rgba(109,109,110,0.7);
    /* color: black; */
}

.btn i {
    margin-right: 7px;
    font-size: 22px;
}


.cprincipal .container {
    width: 40%;
}

.carrosel-filmes{
    /* z-index: 100000; */
    z-index: 4;
    margin-top: 120px;
}

/* swiper */
.swiper {
    /* flex: auto; */
    /* border: 2px solid yellow; */
    /* width: 100%; */
    /* height: 170px; */
    width: 100%;
    height: 180px;
    z-index: 4;
    margin: 60px;
    /* margin-top: 120px; */
  }

  .swiper-slide{
    transition:  700ms ease;
  }

  .swiper-slide:hover{
    transform: scale(1.45);
    z-index: 999;
  }

div .swiper-slide-color{
    color: #fff;
}

.box-filme {
    height: 100%;
    width: 100%;
    border-radius: 3px;
    /* display: block; */
}

.genero-titulo{
    margin-left: 40px;
    margin-bottom: 10px;
}
  


