.elementor-kit-5{--e-global-color-primary:#0057C2;--e-global-color-secondary:#3C8DDD;--e-global-color-accent:#FF681D;--e-global-color-text:#474746;--e-global-color-5b4169a:#FFFFFF;--e-global-color-43d461b:#FF9016;--e-global-color-f8d52cd:#717070;--e-global-color-6bda21a:#000000CC;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:1.2em;--e-global-typography-accent-letter-spacing:1px;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );text-transform:var( --e-global-typography-accent-text-transform );line-height:var( --e-global-typography-accent-line-height );letter-spacing:var( --e-global-typography-accent-letter-spacing );color:var( --e-global-color-5b4169a );border-radius:600px 600px 600px 600px;padding:12px 24px 12px 24px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:var( --e-global-color-43d461b );color:var( --e-global-color-text );}.elementor-kit-5 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){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:var( --e-global-color-6bda21a );--lightbox-ui-color:var( --e-global-color-5b4169a );--lightbox-ui-color-hover:var( --e-global-color-accent );--lightbox-text-color:var( --e-global-color-5b4169a );}.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-kit-5{--e-global-typography-accent-font-size:16px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );letter-spacing:var( --e-global-typography-accent-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );letter-spacing:var( --e-global-typography-accent-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Scrollbar Personalizada */

body::-webkit-scrollbar, .scrolling-wrapper-flexbox::-webkit-scrollbar {
    height: 1vh;
    width: 8px;
    background-color: #FF681D;
    bottom: 8px;
    z-index: 999;
}

body::-webkit-scrollbar-thumb:horizontal, body::-webkit-scrollbar-thumb:vertical, .scrolling-wrapper-flexbox::-webkit-scrollbar-thumb:horizontal{
        background: #ffffff;
        border-radius: 3px;
}

/* Background Animation*/

.gradient-background {
  background: linear-gradient(320deg,#0057c2,#3c8ddd,#ff9016,#ff681d,#ff9016,#3c8ddd,#0057c2);
  background-size: 300% 100%;
  animation: gradient-animation 25s ease infinite;
}

@media screen and (max-width: 1024px) {
    .gradient-background {
        animation: gradient-animation 15s ease infinite;
    }
    
}

@media screen and (max-width: 767px) {
    .gradient-background {
        background-size: 800% 100%;
        animation: gradient-animation 25s ease infinite;
    }
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Quebras */

@media screen and (min-width: 768px) {
    .mobile {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .desktop-tablet {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .desktop {
        display: none;
    }
}/* End custom CSS */