.elementor-kit-7{--e-global-color-primary:#1CBB0D;--e-global-color-secondary:#FFE500;--e-global-color-text:#1E1E1E;--e-global-color-accent:#476B9F;--e-global-color-b47da8b:#F3F3F3;--e-global-color-b3fd442:#FFFFFF;--e-global-color-e53af8f:#15407E;--e-global-color-317a72e:#C7DEFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--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;--e-global-typography-cde32c5-font-size:12px;--e-global-typography-cde32c5-font-weight:300;--e-global-typography-7d55518-font-family:"Roboto";--e-global-typography-7d55518-font-size:20px;--e-global-typography-7d55518-font-weight:500;--e-global-typography-12857cc-font-size:28px;--e-global-typography-12857cc-font-weight:600;--e-global-typography-12857cc-text-transform:uppercase;--e-global-typography-14e5bdf-font-family:"Roboto";--e-global-typography-14e5bdf-font-size:20px;--e-global-typography-14e5bdf-font-weight:900;--e-global-typography-14e5bdf-text-transform:uppercase;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-kit-7 a:hover{color:var( --e-global-color-primary );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-kit-7 h1{color:var( --e-global-color-b47da8b );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );border-style:solid;border-width:2px 2px 2px 2px;border-radius:12px 12px 12px 12px;}.elementor-kit-7 img{border-style:none;border-radius:8px 8px 8px 8px;}.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);}@media(min-width:2400px){.elementor-kit-7 h1{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-primary-font-size:36px;}.elementor-kit-7 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-7 img{border-radius:8px 8px 8px 8px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:30px;}.elementor-kit-7 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-7 img{border-radius:8px 8px 8px 8px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Niramit:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

:root{
    --medida_xxs : 4px;
    --medida_xs : 8px;
    --medida_s : 16px;
    --medida_m : 32px;
    --medida_l : 48px;
    --medida_xl: 80px;
}

body {
    margin : 0px;
}

.borda-curva{
    border-radius: 12px;
}



 path {
            /*fill: #808080;  Cor padrão para os caminhos */
            transition: fill 0.1s; /* Transição suave de cor */
        }
        
        
.cards{
    padding: 32px;
    border-radius: 12px;
    background-color: var(--e-global-color-b3fd442);
}

.banner{
    padding: 40px 32px;
    background-repeat: no-repeat; /* Não repetir a imagem */
    background-size: cover; /* Fazer a imagem cobrir toda a área */
    background-position: center; /* Centralizar a imagem */
    background-attachment: scroll; /* Definir o anexo padrão, que é 'scroll' */
}

.sombra-p{
    -webkit-box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.1);
}

.sombra-m{
    -webkit-box-shadow: 0px 8px 22px -2px rgba(0,0,0,0.49);
    -moz-box-shadow: 0px 8px 22px -2px rgba(0,0,0,0.49);
    box-shadow: 0px 8px 22px -2px rgba(0,0,0,0.49);
}

.sombra-g{
    -webkit-box-shadow: 0px 8px 11px 3px rgba(0,0,0,0.63);
    -moz-box-shadow: 0px 8px 11px 3px rgba(0,0,0,0.63);
    box-shadow: 0px 8px 11px 3px rgba(0,0,0,0.63);
}

.painel{
    padding: 64px;
    border-radius: 16px;
    background-color: var(--e-global-color-b3fd442);
}

@media (max-width: 768px) {
        .banner{
    padding: 60px 32px;
    }
    
    .painel{
    padding: 32px;
    border-radius: 16px;

}

.cards{
    padding: 16px;
    border-radius: 12px;
}
}


@media (max-width: 480px) {
            .banner{
    padding: 16px 16px;
    }
        
        .painel{
    padding: 16px;
    border-radius: 12px;
}

.cards{
    padding: 16px;
    border-radius: 16px;
} 
}
    
@media (min-width: 1024px) {
    .banner{
    padding: 80px 32px;
    }
    
.painel{
    padding: 64px;
    border-radius: 32px;
   
}


.cards{
    padding: 32px;
    border-radius: 16px;
}
    
}/* End custom CSS */