/* ================================================================ */
/* FONTES */
/* ================================================================ */

@font-face {
  font-family: "Roobert TWHINT Bold";
  src: url(../../base/Fonts/Roobert\ TWHINT\ Bold.ttf)
}
@font-face {
  font-family: "Roobert TWHINT Regular";
  src: url(../../base/Fonts/Roobert\ TWHINT\ Regular.ttf)
}
@font-face {
  font-family: "Roobert TWHINT SemiBold";
  src: url(../../base/Fonts/Roobert\ TWHINT\ SemiBold.ttf)
}
@font-face {
  font-family: "PP Mori SemiBold";
  src: url(../../base/Fonts/PP\ Mori\ SemiBold.ttf)
}

/* ================================================================ */
/* TUDO BASE */
/* ================================================================ */

html, body{
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  
  /* -------------MUDAR O STYLE DO SCROLLBAR---------------- */
  
    body::-webkit-scrollbar {
      width: 10px;               /* width of the entire scrollbar */
    }
    
    body::-webkit-scrollbar-track {
      background: #ffffff;        /* color of the tracking area */
    }
    
    body::-webkit-scrollbar-thumb {
      background-color: #1D4ABE;    /* color of the scroll thumb */
      border-radius: 20px;       /* roundness of the scroll thumb */
    }
  
    body::-webkit-scrollbar-thumb:hover {
      background-color: #2B66FF;
    }
  
    /* -------------LIBRAS---------------- */
    div[vw].enabled{
      top: auto !important;
      bottom: 1vh !important;
      transform: translateX(calc(0% - 1vh)) !important;
    }
  









/* ================================================================ */
/* LOGIN */
/* ================================================================ */

main{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}



/* -------------INTRODUÇÃO---------------- */

.intro{
    width: 100%;
    height: 100%;
    background: url("../img/fundo_esquerda/fundo.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: slide-in-bck-center 1s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
    animation: slide-in-bck-center 1s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}
@-webkit-keyframes slide-in-bck-center {
  0% {
    transform: scale(5);
    opacity: 0;
    -webkit-filter: blur(40px);
    filter: blur(40px);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes slide-in-bck-center {
  0% {
    transform: scale(5);
    opacity: 0;
    -webkit-filter: blur(40px);
    filter: blur(40px);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}
.img_menu{
    height: 2.5vw;
    margin-top: 7%;
    margin-left: 8%;
}
.img_menu2{
    height: 2.5vw;
    margin-top: 7%;
}



/* -------------CAMPOS---------------- */

.campos{
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    animation: campos 2s both;
}
@keyframes campos {
  0%{
    width: 0%;
  }
  100%{
    width: 100%;
  }
}
.campos_login{
    width: 70%;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
}
.form{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}

/* ---TEXTOS--- */

.titu_login{
    font-family: "Roobert TWHINT Bold";
    font-style: normal;
    font-weight: 700;
    font-size: clamp(2rem, 1.8571rem + 0.7143vw, 3rem);
    line-height: 58px;
    text-align: center;
     
    color: #00113a;
    margin: 0px;
}
.titu_cadastro{
  font-family: "Roobert TWHINT Bold";
  font-style: normal;
  font-weight: 700;
  font-size: clamp(2rem, 1.9286rem + 0.3571vw, 2.5rem);
  line-height: 58px;
  text-align: center;
   
  color: #00113a;
  margin: 0px;
}
.titu_cadastro2{
  font-family: "Roobert TWHINT Bold";
  font-style: normal;
  font-weight: 700;
  font-size: clamp(2rem, 1.9286rem + 0.3571vw, 2.5rem);
  line-height: 58px;
  text-align: center;
   
  color: #00113a;
  margin: 0px;
  margin-bottom: 0.5em;
}
.boas_vindas{
  font-family: "PP Mori SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: clamp(1rem, 0.9286rem + 0.3571vw, 1.5rem);
  line-height: 24px;
  text-align: center;
   
  color: rgba(0, 17, 58, 0.6000000238418579);
  display: none;  
  margin-top: 0;
}
.titu_campo{
    font-family: "Roobert TWHINT SemiBold";
    font-style: normal;
    font-weight: 600;
    font-size: clamp(1.125rem, 1.0357rem + 0.4464vw, 1.75rem);
    line-height: 34px;
    letter-spacing: -0.04em;
    text-align: left;
     
    color: rgba(0, 17, 58, 0.800000011920929);
    margin-left: 2%;
    margin-bottom: 10px;
    margin-top: 0;
}
.titu_campo2{
  white-space: nowrap;
  width: auto;
  font-family: "Roobert TWHINT SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: clamp(1.125rem, 1.0357rem + 0.4464vw, 1.75rem);
  line-height: 34px;
  letter-spacing: -0.04em;
  text-align: left;
   
  color: rgba(0, 17, 58, 0.800000011920929);
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 10px;
  margin-top: 0;
}
.esqueceu{
    display: block;
    width: 100%;
    font-family: "PP Mori SemiBold";
    font-style: normal;
    font-weight: 600;
    font-size: clamp(0.875rem, 0.8571rem + 0.0893vw, 1rem);
    line-height: 17px;
    letter-spacing: -0.04em;
    text-align: right;
    text-decoration-line: underline;
     
    color: rgba(43, 102, 255, 0.699999988079071);    
    margin-top: 1vh;
    margin-bottom: 3vh;
}

/* ---CAMPOS--- */

.label_campo{
  margin-top: 1.5em;
  width: 100%;
  display: block;
  position: relative;
}
.label_campo2{
  margin-top: 1em;
  width: 100%;
  display: block;
  position: relative;
}
.label_campo_maior_divide{
  margin-top: 1em;
  width: 65%;
  display: block;
  position: relative;
}
.label_campo_menor_divide{
  margin-top: 1em;
  width: 35%;
  display: block;
  position: relative;
}
.label_campo_data{
  margin-top: 1.5em;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2%;
  position: relative;
}
.label_radio{
  margin-top: 1.5em;
  height: auto;
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  position: relative;
  align-items: flex-start;
}
.campo{
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 8.5vh;
    padding-left: 2.5vh;
    padding-right: 2.5vh;
    background: rgba(0, 17, 58, 0.05999999865889549);
    border: 2px solid #2b67ff00;
    border-radius: 20px;    

    /* texto */
    font-family: "PP Mori SemiBold";
    font-style: normal;
    font-weight: 400;
    font-size: clamp(1rem, 0.9286rem + 0.3571vw, 1.5rem);
    line-height: 25px;
    letter-spacing: -0.04em;
    text-align: left;
     
    color: #2B66FF;
}
.campo::placeholder{
    color: rgba(0, 17, 58, 0.4000000059604645);
}
.campo:focus{
    background: rgba(43, 102, 255, 0.10000000149011612);
    border: 2px solid #2b66ff;
    outline: none;
}
.campo:required:valid{
    background: rgba(43, 102, 255, 0.10000000149011612);
    border: 2px solid #2b67ff00;
}
.campo_data{
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 7vh;
  padding-left: 2.5vh;
  padding-right: 2.5vh;
  background: rgba(0, 17, 58, 0.05999999865889549);
  border: 2px solid #2b67ff00;
  border-radius: 20px;    

  /* texto */
  font-family: "PP Mori SemiBold";
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1rem, 0.9286rem + 0.3571vw, 1.5rem);
  line-height: 25px;
  letter-spacing: -0.04em;
  text-align: left;
   
  color: #2B66FF;
}
.campo_data::placeholder{
  color: rgba(0, 17, 58, 0.4000000059604645);
}
.campo_data:focus{
  background: rgba(43, 102, 255, 0.10000000149011612);
  border: 2px solid #2b66ff;
  outline: none;
}
.campo_data:required:valid{
  background: rgba(43, 102, 255, 0.10000000149011612);
  border: 2px solid #2b67ff00;
}

.separador{
  width: 70%;
  min-height: 17px;
  margin-top: 3vh;
  margin-bottom: 3vh;
}

.opcoes{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2%;
}
.opcao{
  width: 100%;
  height: 8vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 3.5%;
  padding-right: 3.5%;
  box-sizing: border-box;
  border: 2px solid rgba(0, 17, 58, 0.15);
  border-radius: 68px;

  font-family: "PP Mori SemiBold";
  font-style: normal;
  font-weight: 800;
  font-size: clamp(1.125rem, 1.1071rem + 0.0893vw, 1.25rem);
  line-height: auto;
  letter-spacing: -0.04em;
  text-align: left;
  text-decoration: none;
   
  color: rgba(0, 17, 58, 0.699999988079071);  
  transition: 0.2s;  
  margin-bottom: 2%;
}
.opcao:hover{
  transform: scale(0.95);
}
.opcao2{
    width: 7vh;
    height: 7vh;
    box-sizing: border-box;
    border: 2px solid rgba(0, 17, 58, 0.15);
    border-radius: 68px;

    background: url("../img/opcoes_entrar/google.png");
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: 50% 50%;
     
    color: rgba(0, 17, 58, 0.699999988079071);  
    transition: 0.2s;  
    margin-bottom: 2%;
    display: none;
}
.opcao2:hover{
    transform: scale(0.9);
}
.opcao3{
  width: 7vh;
  height: 7vh;
  box-sizing: border-box;
  border: 2px solid rgba(0, 17, 58, 0.15);
  border-radius: 68px;

  background: url("../img/opcoes_entrar/porto.png");
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: 50% 50%;
   
  color: rgba(0, 17, 58, 0.699999988079071);  
  transition: 0.2s;  
  margin-bottom: 2%;
  display: none;
}
.opcao3:hover{
  transform: scale(0.9);
}
.img_opcao{
    height: 60%;
    margin-right: 1.5%;
}

.cadastro{
    font-family: "PP Mori SemiBold";
    font-style: normal;
    font-weight: 600;
    font-size: clamp(0.875rem, 0.8393rem + 0.1786vw, 1.125rem);
    line-height: 19px;
    text-align: center;
     
    color: rgba(0, 17, 58, 0.6000000238418579);
    cursor: pointer;
    margin-top: 3vh;
}
.login{
  font-family: "PP Mori SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.875rem, 0.8393rem + 0.1786vw, 1.125rem);
  line-height: 19px;
  text-align: center;
   
  color: rgba(0, 17, 58, 0.6000000238418579);
  cursor: pointer;
  margin-top: 3vh;
}
.cor1{
    text-decoration-line: underline;
    color: #2b66ff;
}



/* ---ANIMAÇÃO - BTN - ENTRAR--- */

.btn_animacao {
    --duration: .44s;
    transform: translateY(var(--y, 0px));
    transition: transform var(--duration), box-shadow var(--duration);
  }
  .btn_animacao div {
    overflow: hidden;
    text-shadow: 0 var(--font-size) 0 var(--text);
  }
  .btn_animacao div span {
    transition: transform var(--duration) ease;
    transform: translateY(var(--m, 0px));
  }
  .btn_animacao div span:nth-child(1) {
    transition-delay: 0.05s;
  }
  .btn_animacao div span:nth-child(2) {
    transition-delay: 0.1s;
  }
  .btn_animacao div span:nth-child(3) {
    transition-delay: 0.15s;
  }
  .btn_animacao div span:nth-child(4) {
    transition-delay: 0.2s;
  }
  .btn_animacao div span:nth-child(5) {
    transition-delay: 0.25s;
  }
  .btn_animacao div span:nth-child(6) {
    transition-delay: 0.3s;
  }
  .btn_animacao div span:nth-child(7) {
    transition-delay: 0.35s;
  }
  .btn_animacao div span:nth-child(8) {
    transition-delay: 0.4s;
  }
  .btn_animacao div span:nth-child(9) {
    transition-delay: 0.45s;
  }
  .btn_animacao div span:nth-child(10) {
    transition-delay: 0.5s;
  }
  .btn_animacao div span:nth-child(11) {
    transition-delay: 0.55s;
  }
  .btn_animacao:hover span {
    --m: calc(var(--font-size) * -1);
  }
  .btn_animacao div {
    display: flex;
  }
  .btn_animacao div span {
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    font-style: normal;
  }

  /* ---BTN - ENTRAR--- */

.entrar {
  background-color: #2B66FF;
  color: #ffffff;
  font-family: "Roobert TWHINT Bold";
  text-decoration: none;
  width: 100%;
  height: 10vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  flex: none;

  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.5rem, 1.4286rem + 0.3571vw, 2rem);
  line-height: auto;
  text-align: center;
  

  position: relative;
  z-index: 1;
  transition: 0.2s;

  --text: #ffffff;
  --font-size: clamp(1.5rem, 1.4286rem + 0.3571vw, 2rem);
  --background: #2B66FF;
  outline: none;
  font-size: var(--font-size);
  background: var(--background);
  box-shadow: var(--shadow);
  border: 4px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
}
.entrar:hover {
  --shadow: var(--shadow-hover);
  background-color: #ffffff;
  border: 4px solid #2B66FF;
  --text: #2B66FF;
  font-weight: 900;
}
.continuar {
  background-color: #2B66FF;
  color: #ffffff;
  font-family: "Roobert TWHINT Bold";
  text-decoration: none;
  width: 100%;
  height: 10vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  flex: none;

  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.5rem, 1.4286rem + 0.3571vw, 2rem);
  line-height: auto;
  text-align: center;
 

  position: relative;
  z-index: 1;
  transition: 0.2s;

  --text: #ffffff;
  --font-size: clamp(1.5rem, 1.4286rem + 0.3571vw, 2rem);
  --background: #2B66FF;
  outline: none;
  font-size: var(--font-size);
  background: var(--background);
  box-shadow: var(--shadow);
  border: 4px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
  margin-top: 4vh;
}
.continuar:hover {
  --shadow: var(--shadow-hover);
  background-color: #ffffff;
  border: 4px solid #2B66FF;
  --text: #2B66FF;
  font-weight: 900;
}
.continuar2 {
  background-color: #2B66FF;
  color: #ffffff;
  font-family: "Roobert TWHINT Bold";
  text-decoration: none;
  width: 100%;
  height: 10vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  flex: none;

  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.5rem, 1.4286rem + 0.3571vw, 2rem);
  line-height: auto;
  text-align: center;
 

  position: relative;
  z-index: 1;
  transition: 0.2s;

  --text: #ffffff;
  --font-size: clamp(1.5rem, 1.4286rem + 0.3571vw, 2rem);
  --background: #2B66FF;
  outline: none;
  font-size: var(--font-size);
  background: var(--background);
  box-shadow: var(--shadow);
  border: 4px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
  margin-top: 4vh;
}
.continuar2:hover {
  --shadow: var(--shadow-hover);
  background-color: #ffffff;
  border: 4px solid #2B66FF;
  --text: #2B66FF;
  font-weight: 900;
}
.cadastrar {
  background-color: #2B66FF;
  color: #ffffff;
  font-family: "Roobert TWHINT Bold";
  text-decoration: none;
  width: 100%;
  height: 10vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  flex: none;

  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.5rem, 1.4286rem + 0.3571vw, 2rem);
  line-height: auto;
  text-align: center;
 

  position: relative;
  z-index: 1;
  transition: 0.2s;

  --text: #ffffff;
  --font-size: clamp(1.5rem, 1.4286rem + 0.3571vw, 2rem);
  --background: #2B66FF;
  outline: none;
  font-size: var(--font-size);
  background: var(--background);
  box-shadow: var(--shadow);
  border: 4px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
  margin-top: 4vh;
}
.cadastrar:hover {
  --shadow: var(--shadow-hover);
  background-color: #ffffff;
  border: 4px solid #2B66FF;
  --text: #2B66FF;
  font-weight: 900;
}
.divide_campo{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 2%;
  position: relative;
}

.select{
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 8.5vh;
  padding-left: 2.5vh;
  padding-right: 2.5vh;
  background: rgba(0, 17, 58, 0.05999999865889549);
  border: 2px solid #2b67ff00;
  border-radius: 20px;    
  /* texto */
  font-family: "PP Mori SemiBold";
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1rem, 0.9286rem + 0.3571vw, 1.5rem);
  line-height: 25px;
  letter-spacing: -0.04em;
  text-align: left;
   
  color: #2B66FF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M2 2L9 9L16 2' stroke='%232B66FF' stroke-opacity='1' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/></svg>")!important;
  background-repeat: no-repeat!important;
  background-position: right 2.5vh center!important;
  background-size: 16px 16px!important;
}
.select::placeholder{
    color: rgba(0, 17, 58, 0.4000000059604645);
}
.select::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px; /* ajuste o valor de acordo com o seu design */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #2B66FF transparent transparent transparent;
  pointer-events: none;
}
.select:focus{
    background: rgba(43, 102, 255, 0.10000000149011612);
    border: 2px solid #2b66ff;
    outline: none;
}
.select:required:valid{
    background: rgba(43, 102, 255, 0.10000000149011612);
    border: 2px solid #2b67ff00;
}


::-webkit-calendar-picker-indicator {
  filter: invert(27%) sepia(100%) saturate(1954%) hue-rotate(218deg) brightness(101%) contrast(101%);
}


.label_categoria {
  display: inline-block;
  width: auto;
  padding: 1vh;
  transition: all 0.5s;
  background: rgba(0, 17, 58, 0.05999999865889549);
  border-radius: 20px;

  font-family: "Roobert TWHINT Regular";
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1rem, 0.9643rem + 0.1786vw, 1.25rem);
  line-height: 26px;
  letter-spacing: -0.04em;
  text-align: center;
   
  color: rgba(0, 17, 58, 0.800000011920929);
  cursor: pointer;
}

.categoria[type="radio"] {
  display: none;
}

.categoria[type="radio"]:checked + label {
  background: #00113a;
  color: #fff;
  font-weight: 700;
  animation: categoria 0.3s both;
}

@keyframes categoria {
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(0.95);
  }
  100%{
    transform: scale(1);
  }
}











/* ================================================================ */
/* LOGIN - MOBILE */
/* ================================================================ */

@media (max-width: 1745px){
  .opcao{
    display: none;
  }
  .opcao2{
    display: block;
    margin-top: 3vh;
  }
  .opcao3{
    display: block;
    margin-top: 3vh;
  }
  .separador{
    display: none;
  }
}

@media (max-width: 1025px){
  html{
    overflow: visible;
  }
  main{
    flex-direction: column;
    height: auto;
  }
  .intro{
    height: 8vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2B66FF;
  }
  .campos{
    align-items: flex-start;
  }
  .campos_login{
    margin-top: 5%;
  }
  .img_menu{
    height: 100%;
    margin: 0;
  }
  .img_menu2{
    height: 100%;
    margin: 0;
  }
  .logo_menu{
    height: 40%;
  }
  .boas_vindas{
    display: block;
  }
  .opcao{
    height: 8vh;
  }
  .campo{
    height: 8vh;
  }
  .campo_data{
    height: 6vh;
  }
  .cadastro{
    margin-bottom: 8vh;
  }
  .login{
    margin-bottom: 8vh;
  }
}

@media (max-width: 555px){
  .intro{
    height: 8vh;
  }
  .campos_login{
    width: 85%;
  }
  .campo{
    border-radius: 15px;
  }
  .entrar{
    border-radius: 15px;
  }
  .boas_vindas{
    margin-bottom: 0;
  }
  .separador{
    margin-top: 2vh;
    margin-bottom: 2vh;
  }
  .cadastro{
    margin-top: 2vh;
  }
  .login{
    margin-top: 2vh;
  }
  .titu_campo{
    margin-bottom: 0;
  }
  .titu_campo2{
    margin-bottom: 0;
  }
}











/* ================================================================ */
/* ANIMACOES */
/* ================================================================ */


.ani_antes{
  display: none !important;
}
.ani_antes2{
  display: none !important;
}
.ani_antes3{
  display: none !important;
}

.ani_entra{
  animation: slide-in-blurred-bottom 0.8s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0.8s both;
  display: flex !important;
}
@keyframes slide-in-blurred-bottom {
  0% {
    -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
            transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}


.ani_sai{
  animation: slide-out-blurred-top 0.8s cubic-bezier(0.755, 0.050, 0.855, 0.060) both;
  display: flex;
}
@keyframes slide-out-blurred-top {
  0% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px) scaleY(2) scaleX(0.2);
            transform: translateY(-1000px) scaleY(2) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
}









/* ================================================================ */
/* MENSAGENS ERRO */
/* ================================================================ */

.erro_entrar_ativo{
  font-family: PP Mori;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.875rem, 0.8393rem + 0.1786vw, 1.125rem);
  line-height: 1;
  text-align: center;

  color: #dd3d3d;
  background-color: #dd3d3d25;
  margin-top: 5px;
  border-radius: 15px;
  padding: 20px 40px;
  box-sizing: border-box;
  margin-bottom: 15px;
}










