.elementor-kit-7{--e-global-color-primary:#1569E8;--e-global-color-secondary:#0D3F8C;--e-global-color-text:#0C0C0D;--e-global-color-accent:#61CE70;--e-global-color-2b54b34:#020B46;--e-global-color-d6215d7:#0D1759;--e-global-color-6ab60dd:#73A5F2;--e-global-color-9b80088:#4488EE;--e-global-color-fc1256b:#082A5E;--e-global-color-186fbb8:#FFFFFF;--e-global-color-26db549:#5B64A4;--e-global-color-215e1fe:#FF5210;--e-global-color-7484c10:#FBBB25;--e-global-color-6d3755d:#2FB551;--e-global-typography-primary-font-family:"Space Grotesk";--e-global-typography-primary-font-size:60px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-line-height:66px;--e-global-typography-secondary-font-family:"Space Grotesk";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-line-height:44px;--e-global-typography-text-font-family:"Space Grotesk";--e-global-typography-text-font-size:24px;--e-global-typography-text-font-weight:700;--e-global-typography-text-text-transform:none;--e-global-typography-text-line-height:28px;--e-global-typography-accent-font-family:"Ubuntu";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:none;--e-global-typography-accent-line-height:28px;--e-global-typography-3f9782a-font-family:"Ubuntu";--e-global-typography-3f9782a-font-size:24px;--e-global-typography-3f9782a-font-weight:500;--e-global-typography-3f9782a-line-height:34px;--e-global-typography-4383bb3-font-family:"Ubuntu";--e-global-typography-4383bb3-font-size:16px;--e-global-typography-4383bb3-font-weight:400;--e-global-typography-4383bb3-line-height:26px;}.elementor-kit-7 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);}.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-7{--e-global-typography-primary-font-size:40px;--e-global-typography-primary-line-height:44px;--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-line-height:44px;--e-global-typography-text-font-size:24px;--e-global-typography-text-line-height:28px;--e-global-typography-accent-font-size:16px;--e-global-typography-accent-line-height:19px;}.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:40px;--e-global-typography-primary-line-height:44px;--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-line-height:26px;--e-global-typography-text-font-size:20px;--e-global-typography-text-line-height:28px;--e-global-typography-accent-font-size:14px;--e-global-typography-accent-line-height:16.8px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* --- ESTILO PARA NOTEBOOKS (Telas menores/comuns) --- */
@media (min-width: 1025px) and (max-width: 1440px) {
    .elementor-kit-7 .container-hero {
        padding: 60px 10%; /* Ajusta o respiro lateral */
    }
    .elementor-kit-7 h1 {
        font-size: 3rem !important; /* Diminui o título para não quebrar muitas linhas */
    }
}

/* --- ESTILO PARA MONITORES ULTRA WIDE (Telas gigantes) --- */
@media (min-width: 1921px) {
    .elementor-kit-7 .container-hero {
        /* Limita a largura do conteúdo para não esticar infinitamente */
        max-width: 1700px; 
        margin-left: auto;
        margin-right: auto;
    }
    
    .elementor-kit-7 h1 {
        font-size: 5rem !important; /* Títulos maiores para proporcionalidade */
    }

    /* Se você usar aquele background gradiente, garante que ele cubra tudo */
    body {
        background-size: cover;
    }
}/* End custom CSS */