            /* ==========================================================================
   Typography Styles
   ========================================================================== */
            /* H1: Main titles (60px) */
            
            .landing h1 {
                font-size: 60px;
                font-weight: 700;
                line-height: 72px;
            }
            /* H2: Section titles (36px) */
            
            .landing h2 {
                font-size: 36px;
                font-weight: 700;
                line-height: 40px;
            }
            /* H3: Subsection titles (30px) */
            
            .landing h3 {
                font-size: 30px;
                font-weight: 700;
                line-height: 36px;
            }
            /* H4: Card/Block titles (24px) */
            
            .landing h4 {
                font-size: 24px;
                font-weight: 700;
                line-height: 32px;
            }
            /* H5: Small titles/labels (20px) */
            
            .landing h5 {
                font-size: 20px;
                font-weight: 700;
                line-height: 28px;
            }
            /* H6: Mini titles (18px) */
            
            .landing h6 {
                font-size: 18px;
                font-weight: 700;
                line-height: 28px;
            }
            /* Paragraph: Body text (16px) */
            
            .landing p {
                font-size: 16px;
                font-weight: 400;
                line-height: 20px;
            }
            /* Span: Inline text (16px) */
            
            .landing span {
                font-size: 16px;
                font-weight: 400;
                line-height: 24px;
            }
            
            .landing form span,
            .landing form a {
                font-size: 12px;
                font-weight: 400;
                line-height: 20px;
            }
            /* Strong/Bold inline */
            
            .landing strong,
            .landing b {
                font-weight: 700;
            }
            /* Italic text */
            
            .landing em,
            .landing i {
                font-weight: 400;
            }
            /* Small text (14px) */
            
            .landing small {
                font-size: 14px;
                font-weight: 400;
                line-height: 20px;
            }
            /* Links (14px) */
            
            .landing a {
                font-size: 14px;
                font-weight: 400;
                line-height: 20px;
            }
            /* Button text (16px Bold) */
            
            .landing button,
            .landing .btn {
                font-size: 16px;
                font-weight: 700;
                line-height: 24px;
            }
            /* Labels/Inputs (16px) */
            
            .landing label,
            .landing input,
            .landing textarea {
                font-size: 16px;
                font-weight: 400;
                line-height: normal;
            }
            /* ==========================================================================
   Utility Classes
   ========================================================================== */
            
            .landing .color-white * {
                color: #fff !important;
            }
            
            .landing .vc_btn3.vc_btn3-style-custom {
                background-image: none;
            }
            
            .d-none {
                display: none !important;
            }
            
            .page-id-13193 header,
            .page-id-13193 .masthead,
            .page-id-13193 footer,
            .page-id-13193 .mobile-header-space {
                display: none !important;
            }
            /* ==========================================================================
   Header
   ========================================================================== */
            
            #header.landing {
                position: fixed !important;
                top: 0 !important;
                left: 14px !important;
                z-index: 5 !important;
                background-color: white;
            }
            
            #header.landing .menu .wpb_wrapper {
                display: flex;
                justify-content: end;
                gap: 16px;
            }
            
            #header.landing .menu .wpb_wrapper a {
                display: block;
                padding: 12px 0px;
                text-align: center;
                border: 2px solid #FF8800;
                min-width: 200px;
                text-decoration: none;
                font-weight: 600;
                transition: all 0.3s ease-in-out;
                border-radius: 5px;
            }
            
            #header.landing .menu .wpb_wrapper p:first-child a {
                background: #FF8800;
                color: #fff;
                transition: all 0.3s ease-in-out;
            }
            
            #header.landing .menu .wpb_wrapper p:last-child a {
                background: transparent;
                color: #FF8800;
            }
            
            #header.landing .menu .wpb_wrapper p:first-child a:hover {
                background: transparent;
                border-color: #FF8800;
                color: #FF8800;
            }
            
            #header.landing .menu .wpb_wrapper p:last-child a:hover {
                background: #FF8800;
                border-color: #FF8800;
                color: #fff;
            }
            
            #header-mobile.landing {
                display: none !important;
            }
            /* ==========================================================================
   Footer
   ========================================================================== */
            
            #footer.landing .vc_row:first-child .vc_column-inner .wpb_wrapper {
                gap: 24px;
                display: flex;
                flex-direction: column;
            }
            
            #footer.landing .vc_row:last-child {
                border-top: 1px solid rgba(255, 255, 255, 0.3);
            }
            
            #footer.landing * {
                color: #fff;
            }
            
            #footer.landing p,
            #footer.landing a {
                font-size: 14px;
                text-decoration: none;
            }
            
            #footer.landing a:hover {
                color: #d1d5dc;
            }
            
            #footer.landing ul {
                list-style: none;
                padding-left: 0;
                gap: 16px;
                margin: 0px !important;
            }
            
            #footer.landing .vc_row:last-child ul {
                display: flex;
                gap: 16px;
            }
            /* ==========================================================================
   Hero Banner
   ========================================================================== */
            
            @media screen and (min-width:991px) {
                #hero-banner.landing {
                    position: relative;
                    margin-top: 55px;
                }
            }
            
            #hero-banner.landing::after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.65);
                z-index: 1;
            }
            
            #hero-banner.landing>* {
                position: relative;
                z-index: 2;
            }
            /* Hero Badge */
            
            .landing .hero-badge {
                width: fit-content;
                border: 1px solid rgba(255, 255, 255, 0.3);
            }
            
            .landing .hero-badge p {
                display: flex;
                align-items: center;
                color: #fff;
            }
            
            .landing .hero-badge p::before {
                content: url(/wp-content/uploads/2026/03/badge.svg);
                width: 20px;
                height: 20px;
                object-fit: contain;
                margin-right: 8px;
            }
            
            .landing .hero-badge.beca p::before {
                content: url(/wp-content/uploads/2026/03/beca.svg);
            }
            
            .landing .hero-badge.check p::before {
                content: url(/wp-content/uploads/2026/03/check.svg);
            }
            /* ==========================================================================
   Quitamiedos Section
   ========================================================================== */
            
            .landing .quitamiedo--element p {
                display: flex;
                align-items: center;
                gap: 16px;
            }
            
            .landing .quitamiedo--element p::before {
                content: '';
                display: flex;
                width: 48px;
                justify-content: center;
                align-items: center;
            }
            
            .landing .quitamiedo--element.cien-online p::before {
                content: url(/wp-content/uploads/2026/03/cien-online.svg);
            }
            
            .landing .quitamiedo--element.dgsfp p::before {
                content: url(/wp-content/uploads/2026/03/dgsfp.svg);
            }
            
            .landing .quitamiedo--element.tresc-horas p::before {
                content: url(/wp-content/uploads/2026/03/tresc-horas.svg);
            }
            
            .landing .quitamiedo--element.convocatoria-abierta p::before {
                content: url(/wp-content/uploads/2026/03/convocatoria-abierta.svg);
            }
            /* ==========================================================================
   CTA Section
   ========================================================================== */
            
            #cta-resolucion .vc_column-inner {
                padding-left: 8px;
                padding-right: 8px;
            }
            
            #cta-resolucion p,
            #cta-resolucion .vc_btn3 {
                font-size: 14px;
            }
            
            #cta-resolucion .vc_btn3 {
                padding-left: 8px;
                padding-right: 8px;
                border: 2px solid #0083C0;
            }
            
            #cta-resolucion p {
                display: flex;
                align-items: center;
            }
            
            #cta-resolucion .left-text p {
                display: block;
                position: relative;
                padding-left: 96px;
                min-height: 64px;
            }
            
            #cta-resolucion .left-text p::before {
                content: '';
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 64px;
                height: 64px;
                background-image: url(/wp-content/uploads/2026/03/cta-file.svg);
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
            }
            /* ==========================================================================
   Cards Section
   ========================================================================== */
            
            #acceso-ejercer .card {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                gap: 8px;
            }
            
            #acceso-ejercer .card h4 {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 8px;
            }
            
            #acceso-ejercer .card h4::before {
                display: block;
                width: 48px;
                height: 48px;
                margin-bottom: 8px;
            }
            
            #acceso-ejercer .cards-row .corredor-seguros h4::before {
                content: url(/wp-content/uploads/2026/03/corredor-seguros.svg);
            }
            
            #acceso-ejercer .cards-row .corredor-reaseguros h4::before {
                content: url(/wp-content/uploads/2026/03/corredor-reaseguros.svg);
            }
            
            #acceso-ejercer .cards-row .responsable-canal h4::before {
                content: url(/wp-content/uploads/2026/03/responsables-canal.svg);
            }
            /* ==========================================================================
   Checklist Section
   ========================================================================== */
            
            #checklist .icon-list {
                list-style: none !important;
                padding-left: 0;
                margin-top: 32px;
            }
            
            #checklist .icon-list li {
                position: relative;
                padding-left: 32px;
                list-style: none !important;
                color: #444;
            }
            
            #checklist .icon-list li::marker {
                content: none;
            }
            
            #checklist .icon-list li::before {
                content: '';
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 20px;
                height: 20px;
                background-image: url(https://cursosformacionseguros.com/wp-content/uploads/2026/03/check-b-1.svg);
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
            }
            /* ==========================================================================
   Becas  Section
   ========================================================================== */
            
            #becas-descuentos .overtitle {
                font-size: 24px;
                font-weight: 700;
                line-height: 32px;
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            
            #becas-descuentos .cards-row {}
            
            #becas-descuentos .cards-row .wpb_wrapper {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 16px;
            }
            
            #becas-descuentos .cards-row>.wpb_column:first-child .vc_column-inner {
                border: 3px solid #0083C0;
            }
            
            #becas-descuentos .cards-row>.wpb_column:last-child .vc_column-inner {
                border: 3px solid #003B5C;
            }
            
            #becas-descuentos .overtitle.bonificacion-fundae::before {
                content: url(/wp-content/uploads/2026/03/bonificaciones.svg);
            }
            
            #becas-descuentos .overtitle.convalidaciones-descuentos::before {
                content: url(/wp-content/uploads/2026/03/convalidaciones.svg);
            }
            
            #becas-descuentos .overtitle h4 {
                font-size: 24px;
                font-weight: 700;
                line-height: 36px;
            }
            
            #becas-descuentos .title p {
                font-size: 30px;
                font-weight: 700;
                line-height: 36px;
            }
            
            .convalidaciones-descuentos.title {
                color: #0083C0;
            }
            
            .bonificacion-fundae.title {
                color: #003B5C;
            }
            /* ==========================================================================
   Contact Form 7 - Landing Form
   ========================================================================== */
            
            .landing .wpcf7 .form-title p {
                font-size: 20px;
                font-weight: 700;
                line-height: 25px;
                color: #003b5c;
                text-transform: uppercase;
            }
            
            .landing .wpcf7 .form-field {
                margin-bottom: 8px;
            }
            
            .landing .wpcf7 .form-field input {
                width: 100%;
                height: 50px;
                padding: 0 16px;
                border: 1px solid #d1d5dc;
                border-radius: 3.4px;
                font-size: 16px;
                font-weight: 400;
                color: #565656;
                background: #fff;
            }
            
            .landing .wpcf7 .form-field input::placeholder {
                color: #565656;
            }
            
            .landing .wpcf7 .form-checkbox:last-child {
                margin-bottom: 16px;
            }
            
            .landing .wpcf7 .form-checkbox .wpcf7-list-item {
                margin: 0;
            }
            
            .landing .wpcf7 .form-checkbox label {
                display: flex;
                align-items: flex-start;
                gap: 8px;
                font-size: 14px;
                font-weight: 400;
                line-height: 20px;
                color: #003b5c;
            }
            
            .landing .wpcf7 .form-checkbox input[type="checkbox"] {
                width: 13px;
                height: 13px;
                margin-top: 3px;
                border: 1px solid #767676;
                border-radius: 2.5px;
                flex-shrink: 0;
            }
            
            .landing .wpcf7 .form-checkbox a {
                font-weight: 700;
                text-decoration: underline;
                color: #003b5c;
            }
            
            .landing .wpcf7 .form-submit {
                margin-top: 8px;
                border-bottom: 1px solid #E5E7EB;
                max-height: 76px;
            }
            
            .landing .wpcf7 .form-submit input[type="submit"] {
                width: 100%;
                background: #f80;
                border: none;
                border-radius: 5px;
                font-size: 16px;
                font-weight: 600;
                line-height: 24px;
                color: #fff;
                text-transform: uppercase;
                cursor: pointer;
                box-shadow: none;
                padding-top: 18px !important;
                padding-bottom: 18px !important;
                transition: background 0.3s ease-in-out;
            }
            
            .landing .wpcf7 .form-submit input[type="submit"]:hover {
                background: #ff8800 !important;
                color: #fff;
            }
            /* ==========================================================================
   Modal / Lightbox
   ========================================================================== */
            
            .landing-modal {
                display: none;
                position: fixed;
                inset: 0;
                z-index: 9999;
                align-items: center;
                justify-content: center;
            }
            
            .landing-modal.is-open {
                display: flex;
            }
            
            .landing-modal__overlay {
                position: absolute;
                inset: 0;
                background: rgba(0, 0, 0, 0.75);
                cursor: pointer;
            }
            
            .landing-modal__box {
                position: relative;
                z-index: 1;
                background: #fff;
                border-radius: 8px;
                padding: 40px 32px;
                width: 100%;
                max-width: 450px;
                margin: 16px;
                max-height: 70vh;
                overflow-y: none;
            }
            
            .landing-modal__close {
                position: absolute;
                top: 12px;
                right: 16px;
                background: none;
                border: none;
                font-size: 24px !important;
                cursor: pointer;
                color: #565656;
                line-height: 1;
            }
            
            .landing-modal .form-submit {
                margin-bottom: 0px !important;
            }
            /* ==========================================================================
   Responsive - Desktop (min-width: 1200px)
   ========================================================================== */
            
            @media screen and (min-width: 1200px) {
                .landing .hero-badge.beca,
                .landing .hero-badge.check {
                    min-width: 590px;
                }
                #becas-descuentos .cards-row {
                    padding: 0px 80px;
                }
            }
            /* ==========================================================================
   Responsive - Mobile (max-width: 767px)
   ========================================================================== */
            
            @media screen and (max-width: 767px) {
                /* ---- Typography ---- */
                /* H1: Main titles (30px mobile) */
                .landing h1 {
                    font-size: 30px;
                    font-weight: 700;
                    line-height: 36px;
                }
                /* H2: Section titles (24px mobile) */
                .landing h2 {
                    font-size: 24px;
                    font-weight: 700;
                    line-height: 32px;
                }
                /* H3: Subsection titles (24px mobile) */
                .landing h3 {
                    font-size: 24px;
                    font-weight: 700;
                    line-height: 32px;
                }
                /* H4: Card/Block titles (20px mobile) */
                .landing h4 {
                    font-size: 20px;
                    font-weight: 700;
                    line-height: 28px;
                }
                /* H5: Small titles/labels (18px mobile) */
                .landing h5 {
                    font-size: 18px;
                    font-weight: 700;
                    line-height: 28px;
                }
                /* H6: Mini titles (18px mobile) */
                .landing h6 {
                    font-size: 18px;
                    font-weight: 700;
                    line-height: 28px;
                }
                /* Paragraph: Body text (16px mobile) */
                .landing p {
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 26px;
                }
                /* Span: Inline text (14px mobile) */
                .landing span {
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 20px;
                }
                /* Small text (14px mobile) */
                .landing small {
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 16px;
                }
                /* Links (12px mobile) */
                .landing a {
                    font-size: 12px;
                    font-weight: 400;
                    line-height: 16px;
                }
                /* Button text (14px Bold mobile) */
                .landing button,
                .landing .btn {
                    font-size: 14px;
                    font-weight: 700;
                    line-height: 20px;
                }
                /* Labels/Inputs (14px mobile) */
                .landing label,
                .landing input,
                .landing textarea {
                    font-size: 14px;
                    font-weight: 400;
                    line-height: normal;
                }
                /* ---- Utility Classes ---- */
                .landing .mobile-mb {
                    margin-bottom: 32px;
                }
                .landing .mobile-pl {
                    padding-left: 32px;
                }
                .landing .mobile-pr {
                    padding-right: 32px;
                }
                /* ---- Hero Badge ---- */
                .landing .hero-badge p {
                    font-size: 14px;
                    line-height: 20px;
                }
                /* ---- Quitamiedos ---- */
                #quitamiedos.landing .vc_col-sm-3 {
                    margin: 16px 0px;
                }
                /* ---- Contact Form 7 ---- */
                .landing .wpcf7 .form-title p {
                    font-size: 18px;
                    line-height: 22.5px;
                }
                .landing .wpcf7 .form-field input {
                    height: 38px;
                    font-size: 14px;
                }
                .landing .wpcf7 .form-checkbox label {
                    font-size: 12px;
                    line-height: 16px;
                }
                .landing .wpcf7 .form-submit input[type="submit"] {
                    font-size: 14px;
                    line-height: 20px;
                    padding-top: 0;
                    padding-bottom: 0;
                }
                .cards-row {
                    padding-left: 24px;
                    padding-right: 24px;
                    gap: 16px;
                }
                #checklist {
                    padding-left: initial !important;
                    padding-right: initial !important;
                }
                #checklist .icon-list ul {
                    margin: 0px 0px 0px 0px !important;
                }
                #header.landing .vc_row .wpb_column:first-child {
                    display: none;
                }
                #header.landing {
                    bottom: 0 !important;
                    top: auto !important;
                }
                #header-mobile.landing {
                    display: block !important;
                }
                #header-mobile.landing img {
                    width: 256px;
                    height: auto;
                }
                #header.landing .menu .wpb_wrapper p {
                    width: 100%;
                }
                #header.landing .menu .wpb_wrapper a {
                    min-width: 0px;
                    padding: 12px 12px;
                }
                #header.landing .menu .wpb_wrapper {
                    justify-content: space-between;
                }
                #footer.landing {
                    margin-bottom: 50px;
                }
                #footer.landing .vc_row:last-child ul li:nth-child(2),
                #footer.landing .vc_row:last-child ul li:nth-child(4) {
                    display: none;
                }
                .landing-modal__box {
                    max-height: 70vh;
                }
            }