  .animar {
    animation: animar-span 1s ease-in-out forwards;
  }
  
  @keyframes animar-span {
    0% {
      transform: scale(0);
    }
    50% {
        transform: scale(50%);
    }
    100% {
        transform: scale(50%);
    }
  }
  
  #banner h1 {
    opacity: 0;
    animation: animar-texto 1s ease-in-out forwards;
    animation-delay: 1s;
  }
  
@keyframes animar-texto {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/* scroll animaions */
@keyframes fadeInUp {
  from {
      transform: translateY(2vw);
      opacity: 0;
  }
  to {
      transform: translateY(0);
      opacity: var(--final-opacity, 1); /* Define opacidade final */      
  }
}

/* Elementos com data-anime */
[data-anime] {
  opacity: 0;
  transform: translateY(2vw);
  transition: 1.2s ease-in-out;
}

.anime-start [data-anime] {
  /* animation: fadeInUp 1.2s ease-in-out forwards; */
  opacity: var(--final-opacity, 1);
  transform: translateY(0);
  transform: translateX(0);
  
}

/* Elementos sem filhos com data-anime */
.anime {
  opacity: 0;
  transform: translateY(2vw);
  transition: 1.2s ease-in-out;
}

.anime-left {
  opacity: 0;
  transform: translateX(2vw);
  transition: 1.2s ease-in-out;
}

.anime-right {
  opacity: 0;
  transform: translateX(-2vw);
  transition: 1.2s ease-in-out;
}

.anime-start {
  /* animation: fadeInUp 1.2s ease-in-out forwards; */
  opacity: var(--final-opacity, 1);
  transform: translateY(0);
  transform: translateX(0);
}



.anime-start:hover {  
  transition: transform 0.3s ease;
}








/* logo animation */
/***************************************************
 * Generated by SVG Artista on 4/7/2025, 4:07:20 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

 @-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 12472.4716796875px;
    stroke-dasharray: 12472.4716796875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 12472.4716796875px;
  }
}

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 12472.4716796875px;
    stroke-dasharray: 12472.4716796875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 12472.4716796875px;
  }
}

@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
                       animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
          animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
               animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 7416.3642578125px;
    stroke-dasharray: 7416.3642578125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7416.3642578125px;
  }
}

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 7416.3642578125px;
    stroke-dasharray: 7416.3642578125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7416.3642578125px;
  }
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(168, 142, 82);
  }
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(168, 142, 82);
  }
}

.svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
                       animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
          animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
               animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 2674.911865234375px;
    stroke-dasharray: 2674.911865234375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2674.911865234375px;
  }
}

@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 2674.911865234375px;
    stroke-dasharray: 2674.911865234375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2674.911865234375px;
  }
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(168, 142, 82);
  }
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(168, 142, 82);
  }
}

.svg-elem-3 {
  -webkit-animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
                       animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
               animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 10579.169921875px;
    stroke-dasharray: 10579.169921875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 10579.169921875px;
  }
}

@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 10579.169921875px;
    stroke-dasharray: 10579.169921875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 10579.169921875px;
  }
}

@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(168, 142, 82);
  }
}

@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(168, 142, 82);
  }
}

.svg-elem-4 {
  -webkit-animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both,
                       animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
          animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both,
               animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}

@-webkit-keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 7027.11669921875px;
    stroke-dasharray: 7027.11669921875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7027.11669921875px;
  }
}

@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 7027.11669921875px;
    stroke-dasharray: 7027.11669921875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7027.11669921875px;
  }
}

@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

.svg-elem-5 {
  -webkit-animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both,
                       animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5 both;
          animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both,
               animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
}

@-webkit-keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 6443.18798828125px;
    stroke-dasharray: 6443.18798828125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6443.18798828125px;
  }
}

@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 6443.18798828125px;
    stroke-dasharray: 6443.18798828125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6443.18798828125px;
  }
}

@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

.svg-elem-6 {
  -webkit-animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both,
                       animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
          animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both,
               animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}

@-webkit-keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 6682.93896484375px;
    stroke-dasharray: 6682.93896484375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6682.93896484375px;
  }
}

@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 6682.93896484375px;
    stroke-dasharray: 6682.93896484375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6682.93896484375px;
  }
}

@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

.svg-elem-7 {
  -webkit-animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both,
                       animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
          animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both,
               animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
}

@-webkit-keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 7255.33642578125px;
    stroke-dasharray: 7255.33642578125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7255.33642578125px;
  }
}

@keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 7255.33642578125px;
    stroke-dasharray: 7255.33642578125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7255.33642578125px;
  }
}

@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

.svg-elem-8 {
  -webkit-animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both,
                       animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
          animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both,
               animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}

@-webkit-keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 7468.580078125px;
    stroke-dasharray: 7468.580078125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7468.580078125px;
  }
}

@keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 7468.580078125px;
    stroke-dasharray: 7468.580078125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7468.580078125px;
  }
}

@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

.svg-elem-9 {
  -webkit-animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both,
                       animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
          animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both,
               animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}

@-webkit-keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 39242.27734375px;
    stroke-dasharray: 39242.27734375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 39242.27734375px;
  }
}

@keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 39242.27734375px;
    stroke-dasharray: 39242.27734375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 39242.27734375px;
  }
}

@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

.svg-elem-10 {
  -webkit-animation: animate-svg-stroke-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both,
                       animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s both;
          animation: animate-svg-stroke-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both,
               animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s both;
}
