* {
    box-sizing: border-box;
}

/***.logo_netflix {

}***/

body {
    margin: 0, auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: black;
}

header {
    display: flex;
    align-items: center;
}

.navegacao_logo img {
    width: 6rem;
    cursor: pointer;
}

.navegacao_menu{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    color: rgba(255, 255, 255, 0.697);
    font-size: 0.85rem;
    cursor: pointer;
}

.navegacao_menu ul { 
    display: flex;
    list-style: none;
    align-items: center;
}

.navegacao_menu ul li {
    padding-right: 0.9rem;
}

.navegacao_menu-esquerda ul li:hover {
    color: white;
}

.navegacao_menu_direita {
    padding-right: 1.2rem;
}

.navegacao_user {
    display: flex;
    align-items: center ;
}

.navegacao_user img {
    width: 2rem;
    margin-right: 0.5rem;
    border-radius: 3px;
}


.app_background {
    height: 100vh;
    background-image: linear-gradient(to bottom,  
    rgba(0, 0, 0, 0.9) 5%,
    rgba(0, 0, 0, 0.2) 20%,
    rgba(0, 0, 0, 0.2) 80%,
    rgba(0, 0, 0, 0.8) 100% 
    ),
    url(../img/banner\ 1.png);
    background-size: cover;
    padding: 0.26rem 0.75rem 0 0.75rem;
}
.app_hero {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    padding: 0 3rem;
}

.banner {
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}

.banner_poster {
    width: 450px;
}

.banner_subtitulo {
    font-size: 1.2vw;
    color: white;
    line-height: 1.25;
    padding: 1rem 13rem 0 0;
}

.botao_banner {
    margin: 2rem;
    border-radius: 5px;
    cursor: pointer;
}

.banner_btn_play {
    padding: 0.6rem 2rem;
    margin-right: 0.75rem;
    font-weight: 600;
    border-radius: 0.125rem;
    font-family: inherit;
    font-size: 100%;
    border: solid transparent;
    cursor: pointer;
}

.banner_btn_play:hover {
    background-color: rgba(255, 255, 255, 0.777);
}

.link-botao-assistir{
    text-decoration: none;
    color: black;
}

.botao_info {
    color: white;
    padding: 0.6rem 2rem;
    margin-right: 0.75rem;
    font-weight: 600;
    border-radius: 0.125rem;
    background-color: rgba(109, 109, 110, 0.7);
    font-family: inherit;
    font-size: 100%;
    border: solid transparent;
    cursor: pointer;
}

.botao_info:hover {
    background-color: rgba(109, 109, 110, 0.532);
}

.botao_info i {
    margin-right: 0.5rem;
}

.categoria  {
    height: 250px;
}

.titulo_categoria {
    font-size: 20px;
    color: white;
    line-height: 17px;
    font-weight: 600;
}

section {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(5,auto);
    margin: 20px 0;
}

.item {
    padding: 0 2px;
    transition: 250ms all;
}

.item img {
    max-width: 100%;
    padding-right: 5px;
}
.-animacao:hover {
    margin: 0 40px;
    transform: scale(1.2);
}

.wrapper {
    display: grid;
    grid-template-columns: repeat(3, 100%);
    overflow: hidden;
    scroll-behavior: smooth;
}

section {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, auto);
    margin: 20px 0;
    cursor: pointer;
}

.item {
    padding: 0 2px;
    transition: 250ms all;
}

.-animation:hover {
    margin: 0 40px;
    transform: scale(1.2);
  }
  
  .item img {
    max-width: 100%;
    padding-right: 5px;
  }
  
  .arrow__btn {
    position: absolute;
    color: #fff;
    text-decoration: none;
    font-size: 6em;
    background: rgb(0, 0, 0);
    width: 80px;
    padding: 20px;
    text-align: center;
    z-index: 1;
  }
  
  .arrow__btn i {
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.637);
  }
  
  .arrow__btn i:hover {
    color: white;
    transform: scale(1.15);
  }
  
  .arrow__btn:nth-of-type(1) {
    top: -16px;
    bottom: -10px;
    left: 0;
    background: linear-gradient(
      -90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 1) 100%
    );
  }
  
  .arrow__btn:nth-of-type(2) {
    top: -16px;
    bottom: -10px;
    right: 0;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 1) 100%
    );
  }
  
  /* === Footer === */
footer {
    margin-top: 2rem;
  }
  
  .social-links {
    height: 25px;
    width: 50%;
  }
  
  .social-links i {
    font-size: 22px;
    margin-right: 1.5rem;
    cursor: pointer;
    color: white;
  }
  
  .link-content {
    margin: 20px auto;
    color: grey;
  }
  
  .link-content__info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0.5em;
  }
  
  .link-content__info ul {
    font-size: 13px;
    display: flex;
    flex-direction: column;
    padding: initial;
  }
  
  .link-content__info ul li {
    list-style: none;
    margin-bottom: 16px;
    cursor: pointer;
  }
  
  .link-content__info ul li:hover {
    text-decoration: underline;
  }
  
  .link-content__service {
    margin-bottom: 20px;
    font-size: 13px;
  }
  
  .link-content__service-code {
    background: 0 0;
    color: grey;
    border: solid 1px grey;
    padding: 0.5rem;
  }
  
  .link-content__service-code:hover {
    color: white;
    border: solid 1px white;
  }
  
  .link-content__copyright {
    font-size: 11px;
    margin-bottom: 15px;
    padding: 1rem 4px;
  }