* {
  margin: 0;
} /* ZEREI MARGENS */

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  outline: none;
}

body {
  background: url(img/videos.png) #461e6a;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  overflow: hidden;
}

.border {
  padding: 0% 5%;
  list-style: none;
}

.bg {
  width: 100%;
}

.net, .hbo {
  color: whitesmoke;
  text-align: center;
  margin-left: 30%;
  margin-top: 5%;
}

footer {
  padding: 1%;
  text-align: center;
  background-color: #f0e948;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  width: 98%;
}

footer a {
  text-decoration-line: none;
}

/* NAVBAR */

.navbar {
  list-style: none;
  background-color: #0adcde;
  overflow: auto;
  border-bottom: 4px solid #f0e948;
}

.navbar a {
  float: left;
  color: #8b3986;
  text-decoration: none;
  font-weight: 600;
  padding: 15px;
  text-align: center;
}

.navbar a:hover {
  background-color: #dfa8dc;
}

.active {
  background-color: #f0e948;
  color: #8b3986;
}

.banner {
  width: 100%;
  border-bottom: 5px solid rgb(68, 238, 34);
  border-top: 4px solid #f0e948;
}

.watch {
  max-width: 20%;
  margin-left: 55%;
  margin-bottom: 0;
}

.barra {
  background-color: #d9d271;
  height: 100%;
  width: 250px;
  position: fixed;
  transition: all 0.2s linear;
  left: -250px;
}

.menu-text {
  width: 100%;
  position: absolute;
  top: 80px;
  padding-top: 15px;
}

.menu-text a {
  text-decoration: none;
}

.Link {
  background-color: #d9d271;
  padding: 25px;
  font-size: 15pt;
  font-weight: bolder;
  transition: all 0.3s linear;
  color: #03a60e;
  border-bottom: 3px solid #c1d9b0;
  opacity: 0;
}

.Link:hover {
  background-color: #03a60e;
  color: #c1d9b0;
}

#check {
  display: none;
}
#icone {
  cursor: pointer;
  padding: 32px;
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
}

#check:checked ~ .barra {
  transform: translateX(250px);
}

#check:checked ~ .barra nav a .Link {
  opacity: 1;
  transition-delay: 0.3s;
}

.mburg {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: fixed;
  top: 25px;
  left: 25px;
}

.hamburguer {
  position: relative;
  display: none;
  background: #fff;
  width: 30px;
  height: 3px;
  top: 29px;
  left: 15px;
  transition: 0.5s ease-in-out;
}

.hamburguer:before,
.hamburguer:after {
  background: #fff;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: 0.5s ease-in-out;
}

.hamburguer:before {
  top: -10px;
}

.hamburguer:after {
  bottom: -10px;
}

input:checked ~ label .hamburguer {
  transform: rotate(45deg);
}

input:checked ~ label .hamburguer:before {
  transform: rotate(90deg);
  top: 0;
}

input:checked ~ label .hamburguer:after {
  transform: rotate(90deg);
  bottom: 0;
}

@media (max-width: 600px) {
  .row {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  body {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 25% 10%;
  }

  .active {
    background-color: #0adcde;
  }

  .navbar a {
    float: none;
    display: none;
  }

  .hamburguer {
    display: block;
  }

  .toWatch {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  h1 {
    font-size: 1em;
    margin-left: 40%;
    width: 50%;
  }

  .image {
    width: 20%;
  }
}
