.elementor-kit-6{--e-global-color-primary:#0F2A4A;--e-global-color-secondary:#F4EFE7;--e-global-color-text:#C26B4D;--e-global-color-accent:#091624;--e-global-color-d6b2c89:#F8FAFC;--e-global-color-d503054:#334155;--e-global-color-4a60836:#F5F5F4;--e-global-color-2278657:#E8D8C3;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-size:22px;--e-global-typography-primary-font-weight:800;--e-global-typography-primary-line-height:18px;--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6px;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;color:var( --e-global-color-accent );font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;line-height:77px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:9px;}.elementor-kit-6 a{color:var( --e-global-color-secondary );font-family:"Inter", Sans-serif;font-size:16px;line-height:54px;}.elementor-kit-6 h1{font-family:"Playfair Display SC", Sans-serif;font-size:28px;font-weight:600;line-height:52px;}.elementor-kit-6 h2{font-family:"Playfair Display", Sans-serif;font-size:22px;line-height:42px;}.elementor-kit-6 h3{font-family:"Inter", Sans-serif;font-size:20px;line-height:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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-6{--e-global-typography-primary-font-size:20px;--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-line-height:2.3em;--e-global-typography-text-font-size:16px;font-size:15px;}.elementor-kit-6 a{font-size:15px;}.elementor-kit-6 h1{font-size:24px;}.elementor-kit-6 h2{font-size:20px;}.elementor-kit-6 h3{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:18px;--e-global-typography-primary-line-height:1.6em;--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-line-height:0.8em;--e-global-typography-text-font-size:14px;--e-global-typography-text-line-height:1.2em;font-size:14px;line-height:1.3em;}.elementor-kit-6 p{margin-block-end:0px;}.elementor-kit-6 a{font-size:14px;}.elementor-kit-6 h1{font-size:20px;line-height:1.3em;}.elementor-kit-6 h2{font-size:18px;line-height:1.5em;}.elementor-kit-6 h3{font-size:16px;line-height:0.9em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Container principal */
.pp-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Section Benefits */
.benefits-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #F8FAFC 0%, #F5F5F4 100%);
    position: relative;
}

.benefits-title {
    font-family: 'Raleway', sans-serif;
    font-size: clamp(2rem, 6vw, 2.5rem);
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    color: #0F2A4A;
    line-height: 1.2;
}

.benefits-subtitle {
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 4rem;
    color: #334155;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.benefit-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(15px);
    padding: 2.5rem;
    border-radius: 24px;
    box-shadow: 0 15px 35px rgba(15, 42, 74, 0.08);
    transition: all 0.4s ease;
    border: 1px solid rgba(226, 232, 240, 0.5);
    position: relative;
    overflow: hidden;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(15, 42, 74, 0.15);
}

.benefit-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    display: block;
    line-height: 1;
}

.benefit-title {
    font-family: 'Raleway', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #0F2A4A;
    line-height: 1.3;
}

.benefit-text {
    color: #334155;
    line-height: 1.6;
    font-size: 1rem;
}

/* Section Features */
.features-section {
    padding: 6rem 0;
    background: #0F2A4A;
    color: #F4EFE7;
    position: relative;
    overflow: hidden;
}

.features-title {
    font-family: 'Raleway', sans-serif;
    font-size: clamp(2rem, 6vw, 2.5rem);
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    color: #F4EFE7;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.features-subtitle {
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 4rem;
    color: #F4EFE7;
    opacity: 0.9;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 3rem;
    position: relative;
    z-index: 2;
}

.feature-card {
    padding: 2.5rem;
    border-radius: 24px;
    background: rgba(244, 239, 231, 0.06);
    border: 1px solid rgba(244, 239, 231, 0.1);
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.feature-card:hover {
    background: rgba(244, 239, 231, 0.1);
    transform: translateY(-3px);
}

.feature-icon {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #C26B4D;
    display: block;
    line-height: 1;
}

.feature-title {
    font-family: 'Raleway', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.3;
    color: #F4EFE7;
}

.feature-text {
    opacity: 0.9;
    line-height: 1.7;
    font-size: 1rem;
    color: #F4EFE7;
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeIn 0.8s ease-out forwards;
}/* End custom CSS */