.elementor-kit-8{--e-global-color-primary:#20232A;--e-global-color-secondary:#F3BB00;--e-global-color-text:#343C3A;--e-global-color-accent:#EBBA2D;--e-global-color-8438bda:#F7F4F6;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Jost";--e-global-typography-text-font-size:15px;--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:400;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h2{color:var( --e-global-color-primary );font-family:"Montserrat", Sans-serif;font-size:22px;font-weight:600;}.elementor-kit-8 h3{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-8 h4{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-8 h5{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{border-style:none;border-radius:30px 30px 30px 30px;}.elementor-kit-8 input:not([type="button"]):not([type="submit"]),.elementor-kit-8 textarea,.elementor-kit-8 .elementor-field-textual{border-style:solid;border-color:#BDBDBD;border-radius:20px 20px 20px 20px;}.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;--widgets-spacing-row:20px;--widgets-spacing-column: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-kit-8 h3{font-size:var( --e-global-typography-secondary-font-size );}.elementor-kit-8 h4{font-size:var( --e-global-typography-secondary-font-size );}.elementor-kit-8 h5{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8 h3{font-size:var( --e-global-typography-secondary-font-size );}.elementor-kit-8 h4{font-size:var( --e-global-typography-secondary-font-size );}.elementor-kit-8 h5{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.devagar {
    -webkit-animation: pulse 2.0s infinite !important;
}

input#submit {
    border-color: #ff1090;
    font-family: 'Jost';
    color: #fff;
    background-color: #ff1090;
}

.botoes {
-webkit-animation: pulse 2.0s infinite !important;
}






::-webkit-scrollbar{
    width: 0.7em;
    background: #2e2502;
}
::-webkit-scrollbar-thumb{
    background: -webkit-linear-gradient(transparent,#ff73b0);
    background: linear-gradient(transparent,#e0b60b);
    border-radius: 50px;
}


.fixo {
animation: floating 6s ease-in-out infinite;
}

@keyframes floating {
from { transform: translate(0, 0px); }
65% { transform: translate(0, 15px); }
to { transform: translate(0, -0px); }
}


body, html {
overflow-x: hidden !important;
}

/Corrigir escrollamento no Mobile/
@media (max-width: 786px){
body, html {
overflow-x: hidden!important;
}
}/* End custom CSS */