* {
  border: 0;
  margin: 0;
}

body {
  background: #1b1e4d;
  font-family: Lato, Helvetica, Arial, sans-serif;


}
::-webkit-scrollbar {
  width: 5px;
  height: 5px
}

::-webkit-scrollbar-track {
  background: #0b0b0b;
  border-radius: 2em
}

::-webkit-scrollbar-thumb {
  background-color: #f8a20d3b;
  border-radius: 2em;
}

::-webkit-scrollbar-thumb:hover {
  background: #f8a30d;
}

.divCenter {
  display: flex;
  text-align: center;
  justify-content: center;
}

a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
}

.textCenter {
  font-size: 2rem;
  position: relative;
  justify-content: center;
  color: rgb(62, 67, 160);
}
b.textCenter {
  color: rgb(62, 67, 160);
  font-size: 1.2em;
  margin-bottom: 20px;
  position: relative;
}
b.textCenter::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 27px;
    height: 3px;
  background-color: #f8a20d;
}
.b1 {
  color: #1DA42F;
}

.b2 {
  color: #dc2f2f;
}

.text {
  display: flex;
  font-size: 20px;
  justify-content: center;
}

h1 {
  font-family: 'Patua One', cursive;
}

header {
  background: transparent;
  /* background: #1b1e4d; */
  width: 100%;
  padding: 40px 0;
  color: white;
  text-align: center;
}


.section-content {
  display: none;
  background: #ffffff;
  background-image: url(../img/noise.webp);
  background-repeat: repeat;
  background-size: 257px auto;
}

.section-content2 {
  background: #ffffff;
  background-image: url(../img/noise.webp);
  background-repeat: repeat;
  background-size: 257px auto;
}

section {
  padding: 40px;
  margin: 0 auto;
}

#cadastur {
  border-bottom: 1px dashed #f8a30d;
}

.checkbtn {
  backdrop-filter: blur(13.5px);
  cursor: pointer;
  display: none;
  position: fixed;
  right: 5px;
  top: 5px;
  height: 50px;
  width: 50px;
  z-index: 12;
  border-radius: 7px 7px 7px 7px;
  background-color: #3e43a073;
}

.handle {
  width: 100%;
  background: #3e43a0;
  text-align: left;
  box-sizing: border-box;
  padding: 15px 10px;
  cursor: pointer;
  color: white;
  display: none;
}

@media screen and (max-width:580px) {



  .showing {
    max-height: 20em;
  }


  .handle {
    display: block;
  }


}







/*======================================================
                          Navbar
  ======================================================*/
ul#menu li a {
  color: white;
}

#navbar {
  background-color: #3e43a0;
  color: rgb(0, 0, 0);
  display: inline-block;
  height: 60px;
  line-height: 60px;
  width: 100%;
  z-index: 10;


  color: white;
  padding: 0;
  margin: 0;
  text-align: center;
  -webkit-transition: max-height 0.4s;
  -ms-transition: max-height 0.4s;
  -moz-transition: max-height 0.4s;
  -o-transition: max-height 0.4s;
  transition: max-height 0.4s;
}

.nav-wrapper {
  margin: auto;
  text-align: center;
  width: 70%;
}

@media(max-width: 768px) {

  h1 {
    font-size: 1.5rem;
  }

  .nav-wrapper {
    width: 90%;
  }
}

@media(max-width: 638px) {
  .nav-wrapper {
    width: 100%;
  }
}


.logo {
  float: left;
  margin-left: 28px;
  font-size: 1.5em;
  height: 60px;
  letter-spacing: 1px;
  text-transform: uppercase;
}


/* Linha tracejada para links ativos no menu principal */
#menu li a.active:after {
  width: 100%;
  background: repeating-linear-gradient(90deg,
      #f8a30d,
      #f8a30d 10px,
      transparent 10px,
      transparent 20px);
  height: 3px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* Linha tracejada para links ativos no overlay-menu */
.overlay-menu ul#menu li a.active:after {
  width: 100%;
  background: repeating-linear-gradient(90deg,
      #f8a30d,
      #f8a30d 10px,
      transparent 10px,
      transparent 20px);
  height: 3px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}


#navbar ul {
  display: inline-block;
  list-style: none;
  margin-right: 14px;
  margin-top: -2px;
  text-align: right;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
}

@media(max-width: 640px) {
  #navbar ul {
    display: none;
  }
}

@media(orientation: landscape) {
  #navbar ul {
    display: inline-block;
  }
}

#navbar li {
  display: inline-block;
}


ul#menu li a:hover {
  /* border-bottom: 1px solid rgb(28, 121, 184); */
  color: white;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}

#navbar li a {
  font-family: 'Patua One', cursive;

  color: rgb(0, 0, 0);
  display: block;
  font-size: 1.6rem;
  height: 50px;
  letter-spacing: 1px;
  margin: 0 20px;
  padding: 0 4px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

#navbar li a:hover {
  /* border-bottom: 1px solid rgb(28, 121, 184); */
  color: white;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}

/* Animated Bottom Line */
#navbar li a:before,
#navbar li a:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 3px;
  bottom: -1px;
  background: white;
}

#navbar li a:before {
  left: 0;
  transition: 0.5s;
}

#navbar li a:after {
  background: white;
  right: 0;
  /* transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1); */
}

#navbar li a:hover:before {
  background: white;
  width: 100%;
  transition: width 0.5s cubic-bezier((0.22, 0.61, 0.36, 1));
}

#navbar li a:hover:after {
  background: transparent;
  width: 100%;
  /* transition: 0s; */
}


/* Animated Bottom Line */
ul#menu li a:before,
ul#menu li a:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 3px;
  bottom: -1px;
  background: white;
}

ul#menu li a:before {
  left: 0;
  transition: 0.5s;
}

ul#menu li a:after {
  background: white;
  right: 0;
  /* transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1); */
}

ul#menu li a:hover:before {
  background: white;
  width: 100%;
  transition: width 0.5s cubic-bezier((0.22, 0.61, 0.36, 1));
}

ul#menu li a:hover:after {
  background: transparent;
  width: 100%;
  /* transition: 0s; */
}


/*======================================================
                    Mobile Menu Menu Icon
  ======================================================*/
@media(max-width: 640px) {
  #navbar {
    display: none;
  }

  .checkbtn {
    display: block;
  }

  .hamburger-menu {
    width: 16px;
    height: 12px;
    top: 1.1rem;
    left: 1.5rem;
  }

  .logo {
    float: none;
    margin-left: 0;
  }


  /* Icon Bars */
  .icon-bars {
    background: #3e43a0;
    position: absolute;
    left: 1px;
    top: 45%;
    height: 2px;
    width: 20px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .icon-bars::before {
    background: #3e43a0;
    content: '';
    position: absolute;
    left: 0;
    top: -8px;
    height: 2px;
    width: 20px;
    /*     -webkit-transition: top 0.2s ease 0.3s;
    transition: top 0.2s ease 0.3s; */
    -webkit-transition: 0.3s width 0.4s;
    transition: 0.3s width 0.4s;
  }

  .icon-bars::after {
    margin-top: 0px;
    background: #3e43a0;
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 2px;
    width: 20px;
    /*     -webkit-transition: top 0.2s ease 0.3s;
    transition: top 0.2s ease 0.3s; */
    -webkit-transition: 0.3s width 0.4s;
    transition: 0.3s width 0.4s;
  }

  /* Bars Shadows */
  .icon-bars.overlay {
    background: rgb(97, 114, 129);
    background: rgb(183, 199, 211);
    width: 20px;
    animation: middleBar 3s infinite 0.5s;
    -webkit-animation: middleBar 3s infinite 0.5s;
  }

  @keyframes middleBar {
    0% {
      width: 0px
    }

    50% {
      width: 20px
    }

    100% {
      width: 0px
    }
  }

  @-webkit-keyframes middleBar {
    0% {
      width: 0px
    }

    50% {
      width: 20px
    }

    100% {
      width: 0px
    }
  }

  .icon-bars.overlay::before {
    background: rgb(97, 114, 129);
    background: rgb(183, 199, 211);
    width: 10px;
    animation: topBar 3s infinite 0.2s;
    -webkit-animation: topBar 3s infinite 0s;
  }

  @keyframes topBar {
    0% {
      width: 0px
    }

    50% {
      width: 10px
    }

    100% {
      width: 0px
    }
  }

  @-webkit-keyframes topBar {
    0% {
      width: 0px
    }

    50% {
      width: 10px
    }

    100% {
      width: 0px
    }
  }

  .icon-bars.overlay::after {
    background: rgb(97, 114, 129);
    background: rgb(183, 199, 211);
    width: 15px;
    animation: bottomBar 3s infinite 1s;
    -webkit-animation: bottomBar 3s infinite 1s;
  }

  @keyframes bottomBar {
    0% {
      width: 0px
    }

    50% {
      width: 15px
    }

    100% {
      width: 0px
    }
  }

  @-webkit-keyframes bottomBar {
    0% {
      width: 0px
    }

    50% {
      width: 15px
    }

    100% {
      width: 0px
    }
  }


  /* Toggle Menu Icon */
  .block {
    overflow: hidden;
    height: 100vh;
    /* Isso garante que a altura cubra toda a viewport */
    width: 100vw;
    /* Isso garante que a largura cubra toda a viewport */
    position: fixed;
    /* Isso garante que o corpo permaneça fixo */
    top: 0;
    left: 0;
  }


  .menuIcon.toggle .icon-bars {

    top: 5px;
    transform: translate3d(0, 5px, 0) rotate(135deg);
    transition-delay: 0.1s;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .menuIcon.toggle .icon-bars::before {
    top: 0;
    transition-delay: 0.1s;
    opacity: 0;
  }

  .menuIcon.toggle .icon-bars::after {
    background: white;
    top: 10px;
    transform: translate3d(0, -10px, 0) rotate(-270deg);
    transition-delay: 0.1s;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .menuIcon.toggle .icon-bars.overlay {
    width: 20px;
    opacity: 0;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
  }
}


/*======================================================
                   Responsive Mobile Menu 
  ======================================================*/
.overlay-menu {
  z-index: 11;
  background: #1b1e4d;
  color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
  -webkit-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}

.show-tooltip {
  display: block;
}

.arrow-container {
  left: -295px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 145%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.arrow {
  color: white;
  animation: bounce 1s infinite alternate;
}

.arrow-text {
  border-radius: 20px;
  padding: 10px;
  background: #09090947;
  color: white;
  font-size: 15px;
  opacity: 0;
  transition: opacity 1s ease-in-out 0.5s;
  /* Delay de 1s para aparecer após a seta */
}

@keyframes bounce {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(10px);
  }
}


.overlay-menu ul,
.overlay-menu li {
  margin: 5px 0;
  padding: 0;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.overlay-menu li a {
  display: block;
  font-size: 1.8em;
  letter-spacing: 4px;
  /*   opacity: 0; */
  padding: 10px 0;
  text-align: right;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  /*   -webkit-transition: 0.2s opacity 0.2s ease-out;
  transition: 0.2s opacity 0.2s ease-out; */
}

.overlay-menu li a:hover,
.overlay-menu li a:active {
  color: rgb(28, 121, 184);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
















.line {
  fill: none;
  stroke: white;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  /* Define the transition for transforming the Stroke */
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line-top-bottom {
  stroke-dasharray: 12 63;
}

.dark .hamburger input:checked+svg {
  transform: rotate(-45deg);
}

.dark .hamburger input:checked+svg .line-top-bottom {
  stroke-dasharray: 20 300;
  stroke-dashoffset: -32.42;
}

.hamburger {
  cursor: pointer;
}

.hamburger input {
  display: none;
}

.hamburger svg {
  /* The size of the SVG defines the overall size */
  height: 3em;
  /* Define the transition for transforming the SVG */
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}



.hamburger input:checked+svg {
  transform: rotate(-45deg);
}

.hamburger input:checked+svg .line-top-bottom {
  stroke-dasharray: 20 300;
  stroke-dashoffset: -32.42;
}

.hamburger {
  margin: 0 -15px;
  cursor: pointer;

  width: 50px;

  position: absolute;
  width: 21px;
  height: 16px;
  top: 0.1rem;
  left: 1rem;
  z-index: 3;
  cursor: pointer;
  transition: .3s;
  opacity: .8;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger .center {
  position: absolute;
  height: 2px;
  width: 70%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 1px;
}


.hamburger:before {
  top: 0;
}

.hamburger:after {
  bottom: 0;
}



.hamburger-menu {
  position: absolute;
  width: 21px;
  height: 16px;
  top: 1.4rem;
  left: 1.9rem;
  z-index: 3;
  cursor: pointer;
  transition: .3s;
  opacity: .8;
}

.hamburger-menu:hover {
  opacity: 1;
}

.hamburger-menu .center {
  position: absolute;
  height: 2px;
  width: 70%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 1px;
}

.hamburger-menu:before,
.hamburger-menu:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
}

.hamburger-menu:before {
  top: 0;
}

.hamburger-menu:after {
  bottom: 0;
}