@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);

* {
  box-sizing: border-box;
}

body {
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
}

.container {
  position: relative;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.hero {
  position: relative;
  width: 100%;
  height: 90vh;
  background-attachment: fixed;
  background-image: url(../img/capa-deadpool2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 212, 255, 0) 75%
  );
}

.hero-menu {
  z-index: 2;
  display: flex;
}

.hero-menu .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero-logo {
  display: inline-block;
}

.hero-lista {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-lista-item {
  margin: 0 25px;
}

.hero-lista-item a,
.catalogo-menu-lista-item a {
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

.hero-lista-item a:hover {
  color: #e4bb23;
}

.hero-usuario {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.hero-usuario-foto {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  margin-right: 15px;
  overflow: hidden;
}

.hero-usuario-foto img {
  width: 45px;
  height: 45px;
}

.hero-usuario-nome {
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
}

.hero-conteudo {
  width: 100%;
}

.hero-conteudo .container {
  position: relative;
  z-index: 2;
}

.hero-titulo {
  color: #fff;
  font-size: 6.5em;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0;
  text-transform: uppercase;
}

.hero-genero {
  display: flex;
  margin: 15px 0 30px;
  font-size: 13px;
}

.hero-genero-item {
  color: #fff;
  text-decoration: none;
  margin-right: 15px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

.hero-genero-item:hover {
  color: #e4bb23;
}

.hero-botao {
  position: relative;
  display: inline-block;
  padding: 15px 50px;
  color: #000;
  font-size: 1.5em;
  text-decoration: none;
  background-color: #e4bb23;
  border-radius: 40px;
  transition: all 0.2s ease-in-out;
}

.hero-botao:hover {
  background-color: #bc9a1d;
}

.hero-botao i {
  font-size: 1.5em;
  position: absolute;
  right: 15px;
  top: 12px;
}

.hero-informacao {
  padding: 20px 0;
  font-size: 1.4em;
  color: #fff;
}

.hero-informacao p:last-child {
  color: #bc9a1d;
}

.catalogo {
  background-color: #f2f2f2;
  width: 100%;
}

.catalogo-menu {
  width: 100%;
}

.catalogo-menu-lista {
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  padding: 0 20px;
}

.catalogo-menu-lista-item {
  margin: 0 20px;
}

.catalogo-menu-lista-item a {
  color: #e4bb23;
  display: inline-block;
  padding: 25px 0;
}

.catalogo-menu-lista-item a:hover {
  box-shadow: inset 0 -1px 0 #e4bb23;
}

.catalogo-filmes-lista {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
  max-width: 960px;
}

.catalogo-filmes-lista-item {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-bottom: 30px;
  max-width: 230px;
}

.filme-poster {
  margin: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.filme-poster img {
  width: 100%;
  height: auto;
}

.filme-poster-info {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 80px 20px;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}

.catalogo-filmes-lista-item:hover .filme-poster-info {
  opacity: 1;
  visibility: visible;
}

.filme-poster-info h3 {
  color: #e4bb23;
  font-size: 2em;
  line-height: 1em;
  text-transform: uppercase;
}

.filme-poster-link {
  color: #fff;
  font-size: 5em;
  transition: all 0.2s ease-in-out;
}

.filme-poster-link:hover {
  color: #e4bb23;
}

.filme-sinopse {
  padding: 10px;
  width: 100%;
}

.filme-sinopse-titulo {
  font-size: 1.3em;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}

.sinopse-genero {
  margin: 10px 0;
  display: flex;
}

.sinopse-genero-item {
  text-decoration: none;
  font-size: 1.2em;
  color: #e4bb23;
}

.sinopse-genero-item:hover {
  text-decoration: underline;
}

.filme-nota {
  margin: 0;
  align-items: center;
  display: flex;
  font-size: 2em;
  font-weight: bold;
  justify-content: space-between;
}

.filme-nota i {
  color: #ccc;
  cursor: pointer;
}

.filme-nota i:hover {
  color: #e74c3c;
}

.rodape {
  background-color: #fff;
  color: #bababa;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}

.rodape .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rodape-lista {
  padding: 0;
  list-style: none;
  display: flex;
}

.rodape-lista-item {
  margin: 0 20px;
}

.rodape-lista-item:last-child {
  margin-right: 0;
}

.rodape-lista-item a {
  font-size: 2.5em;
  color: #bababa;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.icone-twitter a:hover {
  color: #55acee;
}

.icone-facebook a:hover {
  color: #3b5998;
}

.icone-instagram a:hover {
  color: #e95950;
}

@media (max-width: 960px) {
  .catalogo-filmes-lista {
    padding: 20px 30px;
  }

  .catalogo-filmes-lista-item {
    margin: 0 10px 30px;
  }

  .rodape {
    padding: 20px;
  }
}

@media (max-width: 820px) {
  .catalogo-filmes-lista {
    justify-content: space-evenly;
  }
}

@media (max-width: 710px) {
  .hero-usuario {
    display: none;
  }

  .hero-menu .container {
    width: 100%;
  }

  .hero-lista {
    width: 100%;
    justify-content: space-evenly;
  }

  .hero-lista-item {
    margin: 0 5px;
  }
}

@media (max-width: 640px) {
  .catalogo-menu-lista {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .catalogo-menu-lista-item {
    margin: 0 5px;
  }

  .catalogo-menu-lista-item a {
    padding: 14px 0;
  }
}

@media (max-width: 460px) {
  .hero-logo {
    display: none;
  }

  .hero-titulo {
    font-size: 4.8em;
  }

  .hero-lista {
    justify-content: space-between;
  }
}
