#fundo {
  height: 100vh;
  padding: 50px;
  margin-top: 0;
  background-image: url("../imagens/SITE/Fundo--3-.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: top;
}

nav {
  background-color: rgba(255, 255, 255);
}
section {
  margin: 50px 0 50px 0;
  padding: 50px;
}
#sabrmais {
  width: 200px;
  border-width: 2.75px;
  color: brown;
  background-color: white;
  border-color: brown;
}
#btn-sabermais-sec2 {
  padding: 5px 30px 5px 30px;
}
#btn-sabermais-sec2 :hover {
  background-color: #0316c2;
}
input {
  height: 45px;
  border-radius: 13px;
  border-width: 0;
  background: rgb(236, 236, 236);
  border-color: rgb(236, 236, 236);
}
#inscrever {
  background: #0316c2;
  border-radius: 10px;
}
#btn-inscr {
  background: #0316c2;
  color: white;
  width: 160px;
  margin-left: 18rem;
  border-radius: 10px;
}
#btn-sab {
  width: 160px;
  margin-right: 18rem;
  border-radius: 10px;
  border-color: #0316c2;
}
#promo-img {
  width: 30%;
  height: auto;
}
#inscr-form {
  color: white;
  height: 45px;
  border-radius: 13px;
  border-width: 0;
  padding-inline: 80px;
}
#voltar {
  color: white;
  background: #0316c2;
  width: 150px;
}
#whtp {
  border-color: #0316c2;
  width: 300px;
}
#votar {
  color: white;
  background: #0316c2;
  width: 150px;
}
#ImgCasal {
  border-radius: 30px;
}
#seccao4 {
  background-image: linear-gradient(to left, #040430e3, rgba(94, 90, 90, 0)),
    url("../imagens/SITE/Fundo--2-.png");
  background-size: cover;
}

#Cop {
  margin-top: 0.75rem;
}
.navbar {
  background-color: #17144a;
}
.animation {
  cursor: pointer;
}
.animation:hover {
  animation: pulse;
  animation-duration: 0.8s;
}
@keyframes escala {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
