.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-4edfa81:#373435;--e-global-color-d7da22c:#727272;--e-global-color-8596044:#FBC526;--e-global-color-850c73a:#983530;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-size:20px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:transparent;font-size:25px;text-shadow:0px 0px 10px #050608;background-image:radial-gradient(at center center, var( --e-global-color-8596044 ) 0%, var( --e-global-color-850c73a ) 100%);border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-d7da22c );border-radius:15px 15px 15px 15px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body, html {
overflow-x: hidden !important;
}
@media (max-width: 786px){
body, html {
overflow-x: hidden!important;
}
}
@media only screen and (max-width: 767px) {
    .parallax-container {
    background-attachment: fixed !important;
    }
}
.conteiner-blur {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.6);
}

@keyframes float{
	0%,100%{
		transform:translatey(0)
	}
	50%{
		transform:translatey(-15px)
	}
}
.floating {
     animation: float 2s ease-in-out infinite;
}
.glowing-button {
  filter: brightness(1);
  animation: shine 3s infinite;
}

@keyframes shine {
  0%, 100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(3);
  }
}
.destaque {
  background-color: #2496D3;
  color: #ffffff;
  font-size: 20px; /* Tamanho da fonte */
  font-weight: bold;
  letter-spacing: normal;
  line-height: normal;
}

@keyframes piscando {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.blink {
  animation: piscando 2s ease-in-out infinite;
}

.animated-divider {
            width: 0;
            height: 4px; /* Altura da linha */
            background-color: #29A6DF; /* Cor da linha */
            margin: 0px 0; /* Espaçamento em volta da linha */
            transition: width 2s cubic-bezier(0.25, 1, 0.5, 1) 0ms; /* Animação com cubic-bezier e delay */
            opacity: 0; /* Inicialmente invisível */
        }

        .animated-divider.visible {
            width: 300px;
            opacity: 1;
        }
.floating-arrow {
    animation: float 2s ease-in-out infinite;
}

/* Animação de flutuação */
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
}/* End custom CSS */