@import url("https://fonts.googleapis.com/css2?family=Rubik+Bubbles&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-image: url(./../image/background.jpg);
  background-size: 110%;
  background-repeat: no-repeat;
}
body .paragraph {
  color: white;
}
body .links {
  text-decoration: none;
  color: white;
}
body .links:hover {
  border-bottom: 2px solid #2d3846;
}
body .temporadaOne {
  background-color: #425265;
  color: white;
  border-bottom: 2px solid #fff;
  transition: 0.3s;
  cursor: pointer;
  border-right: none;
  border-top: none;
}
body .temporadaOne:hover {
  background-color: #2d3846;
}
body .temporadaTwo {
  background-color: #425265;
  color: white;
  border-bottom: 2px solid #fff;
  transition: 0.3s;
  cursor: pointer;
  border-right: none;
  border-top: none;
}
body .temporadaTwo:hover {
  background-color: #2d3846;
}
body .temporadaTree {
  background-color: #425265;
  color: white;
  border-bottom: 2px solid #fff;
  transition: 0.3s;
  cursor: pointer;
  border-right: none;
  border-top: none;
}
body .temporadaTree:hover {
  background-color: #2d3846;
}
body .assistir {
  background: #138ecc;
  color: white;
  border-bottom: 1px solid white;
}
body .assistir .play {
  filter: invert(1);
}

@media (min-width: 320px) and (max-width: 480px) {
  body {
    background-image: url(./../image/background.jpg);
    background-size: 150% 100%;
    background-repeat: no-repeat;
  }
  header .premier {
    width: 35%;
    padding-left: 1em;
  }
  header nav {
    display: flex;
    padding-top: 1em;
  }
  header .bi-list {
    color: #fff;
    margin-left: 6.5em;
    font-size: 1.6em;
  }
  header .links {
    display: none;
  }
  header .search {
    display: none;
  }
  .theBoysLogo {
    width: 75%;
    padding-bottom: 1em;
    padding-top: 3em;
    margin: 0 0 0 0.5em;
  }
  .temporadaOne {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-left: 1.5em;
    margin-top: 1em;
    width: 40%;
  }
  .temporadaTwo {
    display: none;
  }
  .temporadaTree {
    display: none;
  }
  .paragraph {
    padding: 1.5em 0 1em 1.5em;
    max-width: 80%;
    font-size: 0.7em;
  }
  .assistir {
    display: flex;
    gap: 1em;
    justify-items: center;
    width: 34%;
    height: 2em;
    margin-left: 1.6em;
    margin-bottom: 2.5em;
    margin-top: 2em;
  }
  .play {
    padding-left: 0.5em;
    width: 1.5em;
    height: 1.5em;
  }
  .text {
    font-size: 0.8em;
  }
  .filmes {
    display: none;
  }
  .imgFilmes {
    width: 18%;
    padding-top: 2em;
    margin-bottom: 2em;
  }
  .imgFilmes:hover {
    width: 22%;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  body {
    background-image: url(./../image/background.jpg);
    background-size: 150% 100%;
    background-repeat: no-repeat;
  }
  header .premier {
    width: 19%;
    padding: 1.5em 0 1em 1em;
  }
  header nav {
    display: flex;
    justify-content: space-between;
  }
  header div {
    display: flex;
    margin-top: 1em;
    margin-right: 2em;
    gap: 1em;
  }
  header .links {
    display: flex;
    font-size: 0.8em;
  }
  header .search {
    display: none;
  }
  .theBoysLogo {
    width: 70%;
    padding-bottom: 1em;
    padding-top: 3em;
    margin: 0 auto;
  }
  .buttons {
    display: flex;
  }
  .temporadaOne {
    padding: 1em 1em 1em 1em;
    margin-left: 1.5em;
    margin-top: 1em;
    width: 21%;
    font-size: 0.8em;
  }
  i {
    display: none;
  }
  .temporadaTwo {
    padding: 1em 1em 1em 1em;
    margin-left: 1.5em;
    margin-top: 1em;
    width: 21%;
    font-size: 0.8em;
  }
  .temporadaTree {
    padding: 1em 1em 1em 1em;
    margin-left: 1.5em;
    margin-top: 1em;
    width: 21%;
    font-size: 0.8em;
  }
  .paragraph {
    padding: 1.5em 0 1em 1.5em;
    max-width: 78%;
    font-size: 0.8em;
  }
  .assistir {
    display: flex;
    gap: 1em;
    justify-items: center;
    width: 24%;
    height: 2em;
    margin-left: 1.6em;
    margin-bottom: 2.5em;
    margin-top: 2em;
    padding-right: 5em;
    padding-bottom: 2.8em;
    padding-top: 0.5em;
  }
  .play {
    padding-left: 0.5em;
    width: 3em;
    height: 2em;
  }
  .text {
    font-size: 1em;
  }
  .filmes {
    display: none;
  }
  .imgFilmes {
    width: 18%;
    padding-top: 2em;
    margin-bottom: 2em;
  }
  .imgFilmes:hover {
    width: 25%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  body {
    background-image: url(./../image/background.jpg);
    background-size: 150% 100%;
    background-repeat: no-repeat;
  }
  header .premier {
    width: 15%;
    padding: 1.5em 0 1em 1em;
  }
  header nav {
    display: flex;
    justify-content: space-between;
  }
  header div {
    display: flex;
    margin-top: 1em;
    margin-right: 2em;
    gap: 1em;
  }
  header .links {
    display: flex;
  }
  header .search {
    display: none;
  }
  .theBoysLogo {
    width: 60%;
    padding-bottom: 1em;
    padding-top: 3em;
    margin: 0 auto;
  }
  .buttons {
    display: flex;
  }
  .temporadaOne {
    padding: 1em 1em 1em 1em;
    margin-left: 1.5em;
    margin-top: 1em;
    width: 20%;
    font-size: 1em;
  }
  i {
    display: none;
  }
  .temporadaTwo {
    font-size: 1em;
    padding: 1em 1em 1em 1em;
    margin-left: 1.5em;
    margin-top: 1em;
    width: 20%;
  }
  .temporadaTree {
    font-size: 1em;
    padding: 1em 1em 1em 1em;
    margin-left: 1.5em;
    margin-top: 1em;
    width: 20%;
    margin-right: 1.5em;
  }
  .paragraph {
    padding: 1.5em 0 1em 1.9em;
    max-width: 67%;
    font-size: 0.9em;
  }
  .assistir {
    display: flex;
    gap: 1em;
    justify-items: center;
    width: 18%;
    height: 2em;
    margin-left: 1.6em;
    margin-bottom: 2.5em;
    margin-top: 2em;
    padding-right: 5em;
    padding-bottom: 2.8em;
    padding-top: 0.5em;
  }
  .play {
    padding-left: 0.5em;
    width: 3em;
    height: 2em;
  }
  .text {
    font-size: 1.2em;
  }
  .filmes {
    display: none;
  }
  .imgFilmes {
    width: 18%;
    padding-top: 2em;
    margin-bottom: 2em;
  }
  .imgFilmes:hover {
    width: 25%;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  body {
    background-image: url(./../image/background.jpg);
    background-size: 120% 100%;
    background-repeat: no-repeat;
  }
  header .premier {
    width: 14%;
    padding: 1.5em 0 1em 1em;
  }
  header i {
    display: none;
  }
  header nav {
    display: flex;
    justify-content: space-between;
  }
  header div {
    display: flex;
    margin-top: 1em;
    margin-right: 2em;
    gap: 1em;
  }
  header .links {
    display: flex;
  }
  header .search {
    display: none;
  }
  .theBoysLogo {
    width: 40%;
    padding-bottom: 1em;
    padding-top: 3em;
    margin: 0 auto;
  }
  .buttons {
    display: flex;
    padding-left: 1em;
  }
  .temporadaOne {
    padding: 0.7em 0.7em 0.7em 0.7em;
    margin-left: 1.5em;
    margin-top: 1em;
    width: 10%;
    font-size: 0.8em;
  }
  .temporadaTwo {
    padding: 0.7em 0.7em 0.7em 0.7em;
    margin-left: 1.5em;
    margin-top: 1em;
    width: 10%;
    font-size: 0.8em;
  }
  .temporadaTree {
    padding: 0.7em 0.7em 0.7em 0.7em;
    margin-left: 1.5em;
    margin-top: 1em;
    width: 11%;
    font-size: 0.8em;
  }
  .paragraph {
    margin-left: 2.2em;
    margin-top: 2em;
    max-width: 50%;
    font-size: 0.8em;
  }
  .assistir {
    display: flex;
    gap: 1em;
    justify-items: center;
    width: 13%;
    height: 2em;
    margin-left: 2em;
    margin-bottom: 2.5em;
    margin-top: 2em;
    padding-right: 5em;
    padding-bottom: 2.8em;
    padding-top: 0.5em;
    cursor: pointer;
  }
  .play {
    padding-left: 0.5em;
    width: 3em;
    height: 2em;
  }
  .text {
    font-size: 1.2em;
  }
  .filmes {
    display: none;
  }
  .imgFilmes {
    width: 18%;
    padding-top: 2em;
    margin-bottom: 2em;
  }
  .imgFilmes:hover {
    width: 25%;
  }
}
.temporadaOne {
  font-family: Rubik Bubbles, sans-serif;
}

.temporadaTwo {
  font-family: Rubik Bubbles, sans-serif;
}

.temporadaTree {
  font-family: Rubik Bubbles, sans-serif;
}

.paragraph {
  font-family: "Ubuntu", sans-serif;
  line-height: 1.8;
}

p {
  font-family: "Ubuntu", sans-serif;
  font-size: 0.8em;
}

.links {
  font-family: "Ubuntu", sans-serif;
}

.text {
  text-align: center;
  width: 50%;
}

/*# sourceMappingURL=style.css.map */
