h2.text-blue-500,
a.text-blue-500,
p.text-blue-500,
h3.text-blue-500,
div.text-blue-500 {
  color: #2dc8eb;
}

.c-btn {
  white-space: unset !important;
}

.c-btn h4 {
  font-size: 25pt !important;
}

#finalIframe {
  height: 445px;
}

#logo img {
  max-width: 20%;
}

.gif {
  display: none;
  position: fixed;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
  width: 100%;
  height: 100%;
}

.gif img {
  width: 100%;
  height: 100%;
}

.bgvideo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  overflow: hidden;
  z-index: -100;
}

.bgvideo video.desktop {
  width: 100%;
  height: auto;
  object-fit: fill;
}

.bgvideo video.mobile {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.bgvideo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -2;
  top: 0;
  left: 0;
}

@media screen and (orientation: landscape) {
  .bgvideo video.desktop {
    display: block !important;
  }

  .bgvideo video.mobile {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .bgvideo video.desktop {
    display: none !important;
  }

  .bgvideo video.mobile {
    display: block !important;
  }
}

input[type="submit"] {
  line-height: 50px !important;
  text-decoration: none !important;
  font-family: 'Fredoka One', cursive !important;
  color: #fff !important;
  width: 100% !important;
  height: 80px !important;
  border: none !important;
  border-radius: 70px !important;
  cursor: pointer !important;
  background: linear-gradient(180deg, #8A2BE2 0%, #9370DB 100%) !important;
  box-shadow: 0px 0px 29px #8a2be2 !important;
  font-size: 24px !important;
  transition: all 0.3s !important;
}

.form-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-clip: content-box;
  border: 2px solid #63b3ed;
  border-radius: 50%;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  outline: none;
}

.form-radio:checked {
  background-color: #63b3ed;
}

.form-radio:before {
  content: "";
  position: absolute;
  display: none;
}

.form-radio:checked:before {
  display: block;
}

.form-radio:before {
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
}

.glass-background {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(22px);
}

/* Regra de mÃ­dia para iPhone */
@media only screen and (max-device-width: 414px) {
  .glass-background {
    backdrop-filter: none; /* Remova o efeito de desfoque para iPhone */
    background-color: rgba(255, 255, 255, 0.5); /* Altere a cor de fundo para iPhone */
  }
}

.glass-background.active {
  background-color: #2dc8eb;
}

.form-radio {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #63b3ed;
  border-radius: 50%;
}

.form-radio input[type="radio"] {
  opacity: 0;
  width: 0;
  height: 0;
}

.form-radio input[type="radio"]:checked + .checkmark:after {
  content: "";
  position: absolute;
  display: block;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #63b3ed;
}

.custom-height {
  height: auto; /* Altura automÃƒÆ’Ã‚Â¡tica */
}

footer {
  position: fixed;
  bottom: 0;
  left: 1%;
  width: 100%;
  background-color: #000;
  color: #fff;
  padding: 10px;
padding-top:2%
  text-align: center;
}

@media (max-width: 768px) {
  footer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-item {
    margin-bottom: 20px;
  }
}

.antesfooter {
  margin-bottom: 60px;
}

PAYMENU {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

@media (max-width: 768px) {
  PAYMENU {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

#containerModifier {
     padding: 20px;  
 


  .PAYMENU-item {
    margin-bottom: 20px;
  }
}

/* Barras de rolagem discretas para navegadores Webkit (Chrome, Safari) */
::
     -webkit-scrollbar {
  width: 8px;
}

::
     -webkit-scrollbar-track {
  background-color: #f1f1f1;
}

::
     -webkit-scrollbar-thumb {
  background-color: #888;
     border-radius: 4px;
}
     html {
  scroll-behavior: smooth;
}

#containerModifier {
     /* min-height: 80vh; */
     /* height: 100%; */
     /* width: 100%; */
     position: absolute;
     display: -webkit-box;
     display: flex;
     -webkit-box-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     align-items: center;
     resize: both;
     overflow: auto;
     text-align: justify;
     -webkit-transition: background 0.2s ease-out;
     -moz-transition: background 0.2s ease-out;
     -ms-transition: background 0.2s ease-out;
     -o-transition: background 0.2s ease-out;
     transition: background 0.2s ease-out;
}


/* Barras de rolagem discretas para navegadores Firefox */
/* Apenas disponÃƒÆ’Ã‚Â­vel a partir do Firefox 64 */
/* ÃƒÆ’Ã¢â‚¬Â° possÃƒÆ’Ã‚Â­vel que a propriedade scrollbar-color nÃƒÆ’Ã‚Â£o seja suportada em versÃƒÆ’Ã‚Âµes anteriores */
* {
     scrollbar-width: thin;
     scrollbar-color: #888 #f1f1f1;
}
;
     text-align: center;
     background-blend-mode: hue;
     text-align: center;
