.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-1242dcd:#FFFFFF;--e-global-color-01756aa:#380062;--e-global-color-ef96ea2:#0E75FB;--e-global-color-29205d7:#1B1B1B;--e-global-color-89e6d98:#111928;--e-global-color-6d065ce:#6B7280;--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;--e-global-typography-4f42b7c-font-family:"Inter";--e-global-typography-4f42b7c-font-size:40px;--e-global-typography-4f42b7c-font-weight:600;--e-global-typography-4f42b7c-line-height:55px;--e-global-typography-f7f53ea-font-family:"Inter";--e-global-typography-f7f53ea-font-size:18px;--e-global-typography-f7f53ea-font-weight:400;--e-global-typography-f7f53ea-line-height:24px;--e-global-typography-2ed5556-font-family:"Inter";--e-global-typography-2ed5556-font-size:14px;--e-global-typography-2ed5556-font-weight:500;--e-global-typography-631aeb7-font-family:"IBM Plex Sans";--e-global-typography-631aeb7-font-size:14px;--e-global-typography-631aeb7-font-weight:400;--e-global-typography-631aeb7-line-height:18px;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{background-color:transparent;background-image:linear-gradient(106deg, #0A7BFF 0%, #331CC1 100%);}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 label{color:#111928;font-family:"Inter", Sans-serif;font-size:14px;font-weight:500;}.elementor-kit-10 input:not([type="button"]):not([type="submit"]),.elementor-kit-10 textarea,.elementor-kit-10 .elementor-field-textual{padding:12px 16px 12px 16px;}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html {
    scroll-behavior: smooth;
}

/* Tornar o menu responsivo para dispositivos móveis */
@media (max-width: 768px) {
    /* Ocultar o menu padrão e exibir um menu "hambúrguer" */
    nav {
        display: none; /* Esconde o menu em telas menores */
    }

    .menu-hamburger {
        display: block; /* Exibe o ícone do menu "hambúrguer" */
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 1000;
        cursor: pointer;
        font-size: 30px;
    }

    /* Exibir o menu ao clicar no ícone "hambúrguer" */
    .menu-hamburger.active + nav {
        display: block; /* Mostra o menu quando o ícone for clicado */
        position: absolute;
        background-color: #fff;
        width: 100%;
        top: 60px;
        left: 0;
        z-index: 999;
        padding: 20px;
    }

    /* Ajustar os itens do menu */
    nav ul {
        display: block;
        text-align: center;
        padding: 0;
    }

    nav ul li {
        margin: 10px 0;
    }

    nav ul li a {
        display: block;
        padding: 10px 0;
        font-size: 18px;
        color: #333;
        text-decoration: none;
    }
}

/* Ícone do menu hambúrguer */
.menu-hamburger {
    display: none; /* Oculta o ícone no desktop */
    font-size: 30px;
    cursor: pointer;
}/* End custom CSS */