.elementor-kit-513{--e-global-color-primary:#1E40AF;--e-global-color-secondary:#64748B;--e-global-color-text:#1E293B;--e-global-color-accent:#DC2626;--e-global-color-75f57d3d:#B91C1C;--e-global-color-2cf60e59:#F8FAFC;--e-global-color-710308a:#FFFFFF;--e-global-color-297b10a:#E2E8F0;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;font-family:"Poppins", Sans-serif;}.elementor-kit-513 e-page-transition{background-color:#FFBC7D;}.elementor-kit-513 a{font-family:"Poppins", Sans-serif;}.elementor-kit-513 h1{font-family:"Poppins", Sans-serif;}.elementor-kit-513 h2{color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;}.elementor-kit-513 h3{font-family:"Poppins", Sans-serif;}.elementor-kit-513 h5{font-family:"Poppins", Sans-serif;}.elementor-kit-513 h6{font-family:"Poppins", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1170px;}.e-con{--container-max-width:1170px;}.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(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 */:root {
    --primary-blue: #1e40af;
    --primary-red: #dc2626;
    --dark-red: #b91c1c;
    --text-dark: #1e293b;
    --text-light: #64748b;
    --bg-light: #f8fafc;
    --white: #ffffff;
    --border-color: #e2e8f0;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: var(--bg-light);
    color: var(--text-dark);
    margin: 0;
    padding-top: 80px; /* Espaço para o cabeçalho fixo */
}

/* Estilos gerais para os títulos das secções */
.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 10px;
}

.section-title p {
    font-size: 18px;
    color: var(--text-light);
    max-width: 800px;
    margin: 0 auto;
}

/* Estilo geral para botões */
.cta-button {
    background-color: var(--primary-red);
    color: var(--white);
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: var(--dark-red);
}/* End custom CSS */