.sessao-principal-formularios {
  padding: 1%;
  width: 98%;
  height: 950px;
  margin: 20vh auto 0 auto;
  background-image: linear-gradient(to right, rgba(220, 135, 188, 0.7), rgba(35, 148, 181, 0.7));
  border-radius: 30px;
}



.borda-painel-principal {
  border-radius: 25px;
  background: url(../../media/telaprincipal/front.png);
  background-repeat: no-repeat; /* Adicionado para evitar que a imagem de fundo se repita */
  background-size: cover; /* Atualizado de 'contain' para 'cover' para fazer a imagem de fundo preencher o elemento */
  background-position: center;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.tela-principal-btn {
  margin: 0 0 0 0;
  width: auto;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 25px;
  background-color: transparent;
  color: rgb(0, 0, 0);
  padding: 6px 35px;
  font-size: 20px;
  font-weight: 300;
  cursor: pointer;
}

.tela-principal-btn:hover {
  animation: pulse 1s infinite;
}

.tela-principal-btn:hover {
  background-image: linear-gradient(to right, rgba(220, 135, 188, 0.2), rgba(35, 148, 181, 0.2));
}




.tela-principal-login {
  margin: -3vw 0 0 0;
}

.cadastro-background {
  height: 100vh;
  background: url(../../media/cadastro/cadastrobackground.png) no-repeat center center fixed;
  background-size: cover;
}

.cadastro-card {

  border-radius: 25px;
  padding: 5%;
  margin: 0 0 0 0;
  /* background-image: linear-gradient(to right, rgba(220, 135, 188, 0.3), rgba(35, 148, 181, 0.3)); */
  background: url(../../media/telaprincipal/nuvens2.png) no-repeat center center fixed;
  z-index: 3;

  position: relative;
  width: 100%;
  height: auto;
}



.cadastro-input {
  border: none;
  outline: none;
  border-radius: 50px;
  border: 0.33px solid #5c5c5c96;
  background-color: rgba(255, 255, 255, 0.7);
  color: rgb(0, 0, 0);
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  width: 18vw;
  height: 2vw;
  transition: all 0.3s ease;
  margin: 0 0 0 0;
}

.cadastro-input-2::-webkit-inner-spin-button,
.cadastro-input-2::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cadastro-input-2 {
  /* Seu estilo existente */
  border: none;
  outline: none;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.7);
  color: rgb(30, 30, 30);
  border: 0.33px solid #5c5c5c96;
  font-size: 18px;
  font-weight: 500;
  width: 4vw;
  height: 2vw;
  transition: all 0.3s ease;
  margin: 0 0 0 0;
  text-align: center;
  line-height: 2vw;
}



.cadastro-input-3 {
  border: none;
  outline: none;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.7);
  color: rgb(30, 30, 30);
  border: 0.33px solid #5c5c5c96;
  padding: 0 0 0 10px;
  font-size: 18px;
  font-weight: 200;
  width: 10vw;
  height: 2vw;
  transition: all 0.3s ease;
  margin: 0 0 0 0;
}

.cadastro-input-evento {
  border: none;
  outline: none;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.7);
  color: rgb(30, 30, 30);
  padding: 0 0 0 10px;
  font-size: 18px;
  font-weight: 200;
  width: 12vw;
  height: 2vw;
  transition: all 0.3s ease;
  margin: 0 0 0 0;
}

.intro-card {
  margin: 0 5% 0 0;
}

.bolinha {
  position: absolute;
  border-radius: 50%;
  opacity: 0.3;
  z-index: 1;
}

@keyframes bolinhaX {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(calc(100vw - 50px))
  }
}

@keyframes bolinhaY {
  0% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(calc(100vh - 50px))
  }
}

.tela-principal-img-revelador {
  width: auto;
  max-width: 80%;
  height: auto;
}

.tela-principal-img-pai {
  width: 25%;
  height: 100%;
  margin: 0 0 0 -10%;
}

.tela-principal-img-mae {
  width: 23%;
  height: 100%;
  margin: 2% 0 0 14%;
}

.tela-principal-img-menino {
  width: 25%;
  height: 100%;
  margin: 0 0 0 -10%;
}

.tela-principal-img-menina {
  width: 19%;
  height: 100%;
  margin: 5% 0 0 14%;
}

@keyframes animacao-ursinho {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0);
  }
}

/* ANIMACAO ETAPA CADASTRO */

#progress-bar {
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 25px;
  margin: 0 0 20px 0;
  position: relative;
}

#progress {
  height: 2px;
  width: 0;
  background-color: #4caf50;
  border-radius: 25px;
}

.circle {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #5C5C5C;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  z-index: 3;
  background-color: #5C5C5C;
}

.circle-active {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #4caf50;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  border: 1px solid #ffffff;
}

/* MODAL DE CADASTRO */
.modalcadastro {
  display: none;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modalcadastro-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  max-width: 800px;
  background-image: linear-gradient(to right, rgba(220, 135, 188, 0.7), rgba(35, 148, 181, 0.7));
  border-radius: 35px;
  position: relative;
}

.close {
  color: #000000;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  margin: 2.5% 5% 0 0;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* VIDEO INTRO */
.video-intro {
  position: relative;
  width: 100%;
  height: 80vh;
  /* Ou defina a altura que você quiser */

}

.video-intro video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.texto-intro-cadastro {
  position: absolute;
  z-index: 5;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  /* Isso vai centralizar o h1 horizontalmente */
  text-align: center;
}

.revelador-img {
  position: absolute;
  z-index: 5;
  width: 35%;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
}

/* BOTÕES */
.btn-iniciar {

  border: 1px solid rgba(61, 61, 61, 0.523);
  border-radius: 50px;
  background-image: linear-gradient(to right, rgba(220, 135, 188, 0.6), rgba(35, 148, 181, 0.6));
  color: rgb(255, 255, 255);

  padding: 1% 6% 1% 6%;
  font-size: 20px;
  font-weight: 300;
  cursor: pointer;
}

.btn-iniciar:hover {
  animation: pulse 1s infinite;
}

.btn-iniciar:hover {
  background-image: linear-gradient(to right, rgba(220, 135, 188, 0.2), rgba(35, 148, 181, 0.2));
}

.btn-avancar {
  width: auto;
  border: 1px solid rgba(61, 61, 61, 0.523);
  border-radius: 50px;
  background-color: transparent;
  color: rgb(0, 0, 0);
  padding: 6px 35px;
  font-size: 20px;
  font-weight: 300;
  cursor: pointer;
}

.btn-avancar:hover {
  animation: pulse 1s infinite;
}

.btn-avancar:hover {
  background-image: linear-gradient(to right, rgba(220, 135, 188, 0.2), rgba(35, 148, 181, 0.2));
}



@media screen and (min-width: 320px) {}

@media screen and (min-width: 576px) {}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 992px) {}

@media screen and (min-width: 1000px) {}

@media screen and (min-width: 1200px) {
  .tela-principal-background {
    height: 190vh;
  }

  .sessao-principal-formularios {
    margin-top: 23%;
    height: 750px;
  }

  .tela-principal-gif {
    position: relative;
    width: 80%;
  }

  .card-iniciar {
    width: 30%;
    margin: -20% 8% 0 5%;
  }

  .propaganda1 {
    width: 33%;
    height: 19%;
    margin: 25% 0 0 0;
    position: absolute;
    z-index: 5;
  }

}

@media screen and (min-width: 1364px) {
  .tela-principal-login img {
    width: 9%;
  }
}

@media screen and (min-width: 1600px) {
  .tela-principal-background {
    height: 200vh;
  }

  .sessao-principal-formularios {
    margin-top: 20%;
    height: 950px;
  }

  .tela-principal-gif {
    position: relative;
    width: 100%;
  }

  .card-iniciar {
    width: 30%;
    margin: -18% 8% 0 0;
  }

  .propaganda1 {
    width: 33%;
    height: 19%;
    margin: 25% 0 0 0;
    position: absolute;
    z-index: 5;
  }


}