.elementor-kit-5{--e-global-color-primary:#262626;--e-global-color-secondary:#808080;--e-global-color-accent:#B3842D;--e-global-color-text:#6E6E6E;--e-global-color-5b4169a:#FFFFFF;--e-global-color-43d461b:#F9C20C;--e-global-color-f8d52cd:#F2F2F2;--e-global-color-6bda21a:#000000CC;--e-global-color-85a4fbb:#143C74;--e-global-color-5344d61:#3494d3;--e-global-typography-primary-font-family:"Barlow Condensed";--e-global-typography-primary-font-size:60px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-letter-spacing:-0.5px;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:600;--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-size:18px;--e-global-typography-accent-font-weight:600;--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:#B3842D00;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-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-accent );border-radius:0px 0px 0px 0px;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-accent );color:var( --e-global-color-5b4169a );border-style:solid;border-color:var( --e-global-color-accent );}.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-primary-font-size:52px;--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{--e-global-typography-primary-font-size:44px;}.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: #143C74;
    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(40deg,#143C74,#F2F2F2,#3494D3);
  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;
    }
}

/* Soft Bounce Animation*/

.soft-bounce {
	-moz-animation: updown 2s ease infinite;
	-webkit-animation: updown 2s ease infinite;
	animation: updown 2s ease infinite;
}

@-moz-keyframes updown {
  0%, 100% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(0);
  }
}

@-webkit-keyframes updown {
  0%, 100% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(0);
  }
}

@keyframes updown {
  0%, 100% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(0);
  }
}/* End custom CSS */