.elementor-kit-101{--e-global-color-primary:#2F5F8F;--e-global-color-secondary:#F59E0B;--e-global-color-text:#111111;--e-global-color-accent:#5B8CC0;--e-global-color-blanco:#F5F6F7;--e-global-color-azul_suave:#5B8CC0;--e-global-color-gris_claro:#D1D5DB;--e-global-color-gris_oscuro:#374151;--e-global-color-763eafc7:#E78D3C;--e-global-color-5a6585a:#A3A3A3;--e-global-color-61d71fd5:#E78D3C;--e-global-color-4f12f7e3:#FFF;--e-global-color-6d0c133:#E78D3C;--e-global-color-7c7b235:#B9B9B9;--e-global-typography-primary-font-family:"Oswald";--e-global-typography-primary-font-size:72px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Oswald";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Oswald";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Oswald";--e-global-typography-accent-font-weight:500;font-family:"Inter", Sans-serif;font-size:16px;}.elementor-kit-101 button,.elementor-kit-101 input[type="button"],.elementor-kit-101 input[type="submit"],.elementor-kit-101 .elementor-button{background-color:var( --e-global-color-secondary );font-size:16px;border-radius:100px 100px 100px 100px;padding:14px 28px 14px 28px;}.elementor-kit-101 e-page-transition{background-color:#FFBC7D;}.elementor-kit-101 a{font-family:"Inter", Sans-serif;}.elementor-kit-101 h1{font-family:"Poppins", Sans-serif;}.elementor-kit-101 h2{font-family:"Poppins", Sans-serif;font-weight:600;letter-spacing:0px;}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-101{--e-global-typography-text-font-size:15px;font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.hero-title {
    font-size: 76px;
    font-weight: 700;
    line-height: 1.1;
    color: #111111;
}

.hero-subtitle {
    font-size: 20px;
    color: #6B7280;
    font-weight: 500;
}

.premium-card {
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.07);
    background: #F5F6F7;
}

.premium-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(47, 95, 143, 0.15);
}

.btn-primary {
    background: #2F5F8F;
    color: #F5F6F7;
    transition: all 0.3s ease;
    border: 2px solid #2F5F8F;
}

.btn-primary:hover {
    background: #5B8CC0;
    border-color: #5B8CC0;
    transform: translateX(4px);
}

.section-divider {
    height: 1px;
    background: #D1D5DB;
    margin: 60px 0;
}

.accent-line {
    height: 4px;
    width: 80px;
    background: #F59E0B;
    border-radius: 2px;
    margin: 16px 0;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 42px;
    }
    .hero-subtitle {
        font-size: 16px;
    }
}/* End custom CSS */