@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@600&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Big Shoulders Display", cursive;
  height: 1000px;
}
.banner {
  width: 100%;
  height: 80vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.banner video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.banner .content {
    position: relative;
    z-index: 1;
    max-width: 1000px;
     margin: 0 auto;
    text-align: center;
  }

.banner .content img {
    padding: 15px;
    width: 90px;;
  }

  .banner .rede {
    position: relative;
    z-index: 1;
    max-width: 1900px;
    margin: 0 auto;
    text-align: center;
  }
  .banner .rede img {
    padding: 15px;
    width: 35px;;
  }