body {
  margin: 0;
}
a {
  text-decoration: none;
}

.banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner video {
  position: relative;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
}

.banner .content {
  position: absolute;
  z-index: 1;
}
.bg-menu {
  background-color: black;
}

.btn-p {
  display: inline-block;
  padding: 16px 32px;
  border-radius: 4px;
  max-width: max-content;
  background-color: #9e0b0f;
  color: white;
  font-size: 1.5rem;
  text-decoration: none;
}
.btn-p:hover {
  background-color: #eb0107;
}
.footer-bg {
  background-color: black;
}
.contato-bg {
  background-color: #111111;
}

.fonte-m {
  color: #9e0b0f;
  font-weight: bold;
  font-size: 24px;
}

.font-primary {
  font-family: "Architects Daughter", cursive;
  font-size: 5rem;
  color: #9e0b0f;
  font-weight: bold;
}

.font-secundary {
  font-family: "Mali", cursive;
}

.img-teste {
  margin-left: 100px;
}

.animation {
  font-size: 24px;
}
.animation:hover {
  font-size: 2.5rem;
  transition: 0.3s;
}

@media (max-width: 760px) {
  .img-teste {
    width: 100px;
    height: 225px;
  }
  .titulo-1 {
    display: none;
  }
}
