{"id":67,"date":"2025-09-03T16:34:54","date_gmt":"2025-09-03T16:34:54","guid":{"rendered":"https:\/\/lidh.com.mx\/services\/"},"modified":"2025-09-08T19:39:16","modified_gmt":"2025-09-08T19:39:16","slug":"academia","status":"publish","type":"page","link":"https:\/\/lidh.com.mx\/en\/academia\/","title":{"rendered":"Academy"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Academia<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Montserrat', sans-serif;\n        }\n        .hero {\n            background-color: #f8d7cc; \/* Rosa claro *\/\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            padding: 30px;\n            padding-top: 50px;\n            min-height: 80vh;\n            flex-wrap: wrap;\n        }\n        .hero-text {\n            max-width: 50%;\n        }\n        .hero h1 {\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 500; \/* Medium *\/\n            font-size: 36pt;\n            color: #22304c;\n            padding: 10px;\n            line-height: 1.1;\n            text-align: left;\n            padding-top: 3%;\n        }\n        .hero p {\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 500; \/* Medium *\/\n            font-size: 16pt;\n            color: #22304c;\n            padding:10px;\n            line-height: 1.1;\n            text-align: left;\n        }\n        .hero button {\n            background-color: #e34130; \/* Rojo *\/\n            color: #fff;\n            border: none;\n            border-radius: 30px; \/* Redondeado *\/\n            padding: 10px 20px;\n            font-size: 20px;\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 600;\n            cursor: pointer;\n            transition: background 0.3s ease;\n            width: 290px;\n            height: 50px;\n            display: block;\n            margin: 0; \/* Alinea a la izquierda *\/\n        }\n        .hero button:hover {\n            background-color: #E91E63;\n        }\n        .hero-image {\n            max-width: 45%;\n        }\n        .hero img {\n            width: 100%;\n            border-radius: 10px;\n        }\n        \/* Secci\u00f3n \u00bfPor qu\u00e9 unirte? *\/\n        .why-join {\n            text-align: center;\n            padding: 50px 20px;\n        }\n        .why-join img {\n            width: 100%;\n            max-width: 600px;\n            border-radius: 10px;\n            margin-bottom: 20px;\n        }\n        .why-join h1 {\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 500; \/* Medium *\/\n            font-size: 30pt;\n            color: #22304c;\n            padding: 10px;\n            line-height: 1.1;\n            text-align: center;\n            padding-top: 3%;\n            margin-bottom: 15px;\n        }\n        .why-join h2 {\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 600; \/* Medium *\/\n            font-size: 28pt;\n            color: #22304c;\n            padding: 10px;\n            line-height: 1.1;\n            text-align: center;\n            padding-top: 3%;\n            margin-bottom: 15px;\n        }\n        .why-join p {\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 500; \/* Medium *\/\n            font-size: 16pt;\n            color: #22304c;\n            padding:10px;\n            line-height: 1.1;\n            text-align: center;\n            max-width: 800px;\n            margin: 0 auto 20px;\n        }\n        .why-table {\n            width: 100%;\n            max-width: 800px;\n            margin: 20px auto;\n            border-collapse: collapse;\n        }\n        .why-table td {\n            padding: 15px;\n            vertical-align: middle;\n            font-size: 16pt;\n            text-align: left;\n        }\n        .why-table img {\n            width: 100%;\n            max-width: 100px;\n            border-radius: 10px;\n        }\n        .why-join button {\n            background-color: #e34130; \/* Rojo *\/\n            color: #fff;\n            border: none;\n            padding: 10px 20px;\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 600;\n            padding: 10px 25px;\n            font-size: 1rem;\n            cursor: pointer;\n            border-radius: 50px;\n            transition: 0.3s;\n            margin-top: 15px;\n        }\n        .why-join button:hover {\n            background-color: #E91E63;\n        }\n        .classes {\n        background-color: #22304c;\n        color: white;\n        padding: 50px 20px;\n    }\n\n    .classes-container {\n        display: flex;\n        flex-wrap: wrap;\n        align-items: center;\n        justify-content: center;\n        max-width: 1200px;\n        margin: 0 auto;\n        gap: 40px;\n    }\n\n    \/* Columna 1: Imagen + Texto *\/\n    .columna-1 {\n        flex: 1;\n        min-width: 300px;\n        text-align: left;\n    }\n\n    .columna-1 img {\n        width: 100%;\n        max-width: 500px;\n        border-radius: 10px;\n        margin-top: 10px;\n    }\n\n    .classes h1 {\n        font-family: 'Montserrat', sans-serif;\n        font-weight: 500;\n        font-size: 28pt;\n        color: #fff;\n        margin-bottom: 15px;\n    }\n\n    .classes p {\n        font-family: 'Montserrat', sans-serif;\n        font-size: 16pt;\n        color: #ffff;\n        max-width: 800px;\n        margin-bottom: 20px;\n    }\n\n    \/* Columna 2: Tabla *\/\n    .columna-2 {\n        flex: 1;\n        min-width: 300px;\n        text-align: left;\n        padding: 20px;\n    }\n\n    .classes-table {\n        width: 100%;\n        max-width: 800px;\n        border-collapse: collapse;\n    }\n\n    .classes-table td {\n        vertical-align: middle;\n        font-family: 'Montserrat', sans-serif;\n        font-size: 16pt;\n        color: #99c6bb;\n        padding: 10px;\n        text-align: left;\n    }\n    .classes-table td p {\n        text-align: left;\n        font-size: 12pt;\n    }\n\n    .icon-cell {\n        width: 10%;\n        text-align: center;\n    }\n\n    .classes-table img {\n        width: 25px;\n    }\n\n    \/* Bot\u00f3n *\/\n    .classes button {\n        background-color: #e34130;\n        color: #fff;\n        border: none;\n        padding: 10px 25px;\n        font-family: 'Montserrat', sans-serif;\n        font-weight: 600;\n        font-size: 1rem;\n        cursor: pointer;\n        border-radius: 50px;\n        transition: 0.3s;\n        margin-top: 15px;\n    }\n\n    .classes button:hover {\n        background-color: #f8d7cc;\n        color: #22304c;\n    }\n    .cursos {\n        background-color: #f5f5f5;\n        color: #22304c;\n        padding: 50px 20px;\n        text-align: center;\n    }\n\n    .cursos h1 {\n        font-family: 'Montserrat', sans-serif;\n        font-weight: 600;\n        font-size: 28pt;\n        color: #22304c;\n        margin-bottom: 15px;\n    }\n\n    .cursos p {\n        font-family: 'Montserrat', sans-serif;\n        font-size: 16pt;\n        color: #22304c;\n        max-width: 800px;\n        margin-bottom: 20px;\n        text-align: center;\n        margin: 0 auto 20px;\n    }\n\n    .image-container {\n        display: flex;\n        justify-content: center;\n        margin-top: 20px;\n        margin-bottom: 20px;\n    }\n\n    .cursos img {\n        width: 100%;\n        max-width: 400px;\n        border-radius: 10px;\n    }\n\n    .cursos button {\n        background-color: #e34130;\n        color: #fff;\n        border: none;\n        padding: 10px 25px;\n        font-family: 'Montserrat', sans-serif;\n        font-weight: 600;\n        font-size: 1rem;\n        cursor: pointer;\n        border-radius: 50px;\n        transition: 0.3s;\n    }\n\n    .cursos button:hover {\n        background-color: #f8d7cc;\n        color: #22304c;\n    }\n\n    .quizz {\n        background-color: #99c6bb;\n        text-align: center;\n        padding: 50px 20px;\n    }\n\n    .quizz h1 {\n        font-family: 'Montserrat', sans-serif;\n        font-weight: 600;\n        font-size: 28pt;\n        color: #22304c;\n        margin-bottom: 15px;\n    }\n\n    .quizz p {\n        font-family: 'Montserrat', sans-serif;\n        font-size: 16pt;\n        color: #22304c;\n        max-width: 800px;\n        margin-bottom: 20px;\n        text-align: center;\n        margin: 0 auto 20px;\n    }\n\n    .quizz-images {\n        display: flex;\n        justify-content: space-between;\n        gap: 50px;\n        margin-top: 60px;\n    }\n\n    .quizz-link {\n        display: inline-block;\n        text-decoration: none;\n    }\n\n    .quizz-images img {\n        width: 60%;\n        border-radius: 10px;\n    }\n\n.two-columns {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 50px 0px;\n}\n\n.column {\n    flex: 1;\n    text-align: center;\n    position: relative;\n}\n\n.image-container {\n    position: relative;\n    width: 100%;\n    max-width: 550px;\n    margin: 0 auto;\n}\n\n.column h1 {\n    position: absolute;\n    top: 45%;\n    left: 40%;\n    transform: translate(-50%, -50%);\n    font-family: 'Montserrat', sans-serif;\n    font-weight: 500;\n    font-size: 24pt;\n    color: #fff;\n    background:transparent; \/* Fondo semi-transparente *\/\n    padding: 10px 15px;\n    border-radius: 10px;\n    width: 80%;\n    text-align: center;\n    padding-right: 18%;\n}\n\n.image-container img {\n    width: 100%;\n    max-width: 550px;\n    border-radius: 10px;\n    display: block;\n}\n\n.column p {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 16pt;\n    margin-top: 15px;\n    color: #22304c;\n    padding: 10px;\n}\n\n.column button {\n    background-color: #e34130;\n    color: white;\n    border: none;\n    padding: 10px 20px;\n    font-family: 'Montserrat', sans-serif;\n    font-weight: 600;\n    font-size: 1rem;\n    cursor: pointer;\n    border-radius: 50px;\n    transition: 0.3s;\n}\n\n.column button:hover {\n    background-color: #f8d7cc;\n    color: #22304c;\n}\n\n.contact-section {\n    text-align: center;\n    padding: 40px 20px;\n    max-width: 600px;\n    margin: auto;\n    background: #99c6bb; \/* Fondo del formulario *\/\n    border-radius: 10px; \/* Bordes redondeados *\/\n}\n\n\/* Estilo del t\u00edtulo y p\u00e1rrafo *\/\n.contact-section h2 {\n    font-size: 24px;\n    margin-bottom: 10px;\n    color: #22304c;\n}\n\n.contact-section p {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 16pt;\n    margin-top: 15px;\n    color: #22304c;\n    padding: 10px;\n}\n\n\/* Estilos del formulario *\/\nform {\n    display: flex;\n    flex-direction: column;\n    gap: 15px;\n}\n\n\n\/* Inputs y textarea *\/\ninput, textarea {\n    width: 100%;\n    padding: 12px;\n    border: 1px solid #fff;\n    border-radius: 50px; \/* Hace los inputs redondeados *\/\n    font-size: 14px;\n    transition: 0.3s;\n}\n\ninput:focus, textarea:focus {\n    border-color: #25D366;\n    outline: none;\n}\n\ntextarea {\n    height: 100px;\n    resize: vertical;\n    border-radius: 15px; \/* Un poco menos redondeado *\/\n}\n\n\/* Bot\u00f3n de enviar *\/\nbutton {\n    background-color: #25D366;\n    color: white;\n    border: none;\n    padding: 10px 20px; \/* Reduje el padding *\/\n    font-size: 14px; \/* Tama\u00f1o de fuente m\u00e1s peque\u00f1o *\/\n    font-weight: bold;\n    width: fit-content; \/* Ajusta el ancho al contenido *\/\n    cursor: pointer;\n    border-radius: 50px; \/* Redondeado *\/\n    transition: 0.3s;\n    margin: auto; \/* Centra el bot\u00f3n *\/\n}\n\nbutton:hover {\n    background-color: #1DA851;\n}\n\n\n\n        \/* Responsivo *\/\n        @media (max-width: 768px) {\n            .hero {\n                flex-direction: column;\n                text-align: center;\n                padding: 30px;\n            }\n            .hero-text {\n                max-width: 100%;\n            }\n            .hero-image {\n                max-width: 100%;\n                margin-top: 20px;\n            }\n            .hero h1 {\n                font-size: 26pt;\n            }\n            .hero p {\n                font-size: 12pt;\n\n            }\n            .hero button {\n                background-color: #e34130; \/* Rojo *\/\n                color: #fff;\n                border: none;\n                border-radius: 50px; \/* Redondeado *\/\n                padding: 5px 10px;\n                font-size: 12px;\n                font-family: 'Montserrat', sans-serif;\n                font-weight: 600;\n                cursor: pointer;\n                transition: background 0.3s ease;\n                width: auto;\n                height: 40px;\n                display: block;\n                margin: 0; \/* Alinea a la izquierda *\/\n            }\n            .why-table {\n                display: block;\n            }\n            .why-join img {\n                width: 100%;\n                max-width: 600px;\n                border-radius: 10px;\n                margin-bottom: 20px;\n            }\n            .why-join h1 {\n                font-size: 20pt;\n                text-align: left;\n            }\n            .why-join h2 {\n                font-size: 18pt;\n                text-align: left;\n            }\n            \n            .why-join p {\n                font-size: 12pt;\n                text-align: left;\n            }\n            .why-table td {\n                padding: 15px;\n                vertical-align: middle;\n                text-align: left;\n            }\n            .classes-container {\n            flex-direction: column;\n            text-align: center;\n            }\n\n            .columna-1 {\n                text-align: center;\n            }\n\n            .columna-2 {\n                text-align: center;\n            }\n\n            .classes-table td {\n                text-align: left;\n                font-size: 14pt;\n            }\n\n            .classes h1 {\n                font-size: 20pt;\n                text-align: left;\n            }\n            \n            .classes p {\n                font-size: 12pt;\n                text-align: left;\n                margin: 0 auto 0px;\n            }\n\n            .classes-table td p {\n                text-align: left;\n                font-size: 9pt;\n            }\n            .cursos h1 {\n                font-family: 'Montserrat', sans-serif;\n                font-weight: 600;\n                font-size: 20pt;\n                color: #22304c;\n                margin-bottom: 15px;\n            }\n\n            .cursos p {\n                font-family: 'Montserrat', sans-serif;\n                font-size: 12pt;\n                color: #22304c;\n                max-width: 800px;\n                margin-bottom: 20px;\n                margin: 0 auto 0px;\n            }\n\n\n            .cursos img {\n                width: 100%;\n                max-width: 250px;\n            }\n\n            .quizz-images {\n                flex-direction: column;\n                align-items: center;\n            }\n\n            .quizz-images img {\n                width: 70%;\n                margin-bottom: 20px;\n            }\n            .quizz h1 {\n                font-family: 'Montserrat', sans-serif;\n                font-weight: 600;\n                font-size: 20pt;\n                color: #22304c;\n                margin-bottom: 15px;\n            }\n            .quizz-images {\n                display: flex;\n                justify-content: space-between;\n                gap: 10px;\n                margin-top: 20px;\n            }\n\n            .quizz p {\n                font-family: 'Montserrat', sans-serif;\n                font-size: 12pt;\n                color: #22304c;\n                max-width: 800px;\n                margin-bottom: 20px;\n                text-align: center;\n                margin: 0 auto 20px;\n            }\n\n            .two-columns {\n                flex-direction: column;\n                align-items: center;\n            }\n\n            .column h1 {\n                font-size: 18pt;\n                width: 90%;\n                left: 40%;\n                padding-right: 20%;\n            }\n            .contact-section {\n                max-width: 90%;\n                padding: 40px 15px;\n            }\n\n            .contact-section h2 {\n                font-size: 22px;\n            }\n\n            .contact-section p {\n                font-size: 14px;\n            }\n\n            input, textarea {\n                font-size: 13px;\n                padding: 10px;\n            }\n\n            button {\n                font-size: 14px;\n                padding: 12px;\n            }\n                \n        }\n    <\/style>\n<\/head>\n<body>\n\n<section class=\"hero\">\n    <div class=\"hero-text\">\n        <h1 class=\"translation-block\">Join Lidh Academy and transform your finances<\/h1>\n        <p>Get free access to more than 50 exclusive pieces of content on finance and financial empowerment. Join thousands of women who are already transforming their relationship with money.<\/p>\n        <a href=\"https:\/\/lidh-academy.mykajabi.com\/\" style=\"text-decoration: none;\">\n            <button >Sign up for free now<\/button>\n        <\/a>\n    <\/div>\n    <div class=\"hero-image\">\n        <img decoding=\"async\" src=\"https:\/\/lidh.com.mx\/wp-content\/uploads\/2025\/09\/academia-header-EN.png\" alt=\"Mujer trabajando en su negocio\">\n    <\/div>\n<\/section>\n\n<section class=\"why-join\">\n    <img decoding=\"async\" src=\"https:\/\/lidh.com.mx\/wp-content\/uploads\/2025\/09\/\u00bfWhy-join-Lidh-Academy_.png\" alt=\"Grupo de mujeres aprendiendo\">\n    <h1 class=\"translation-block\">Because your financial education shouldn't have limits.<\/h1>\n    <p>At Lidh Academy, you learn for free and at your own pace, with content designed especially for you.<\/p>\n    \n    <table class=\"why-table\">\n        <tr>\n            <td style=\"width: 20%;\">\n                <img decoding=\"async\" src=\"https:\/\/lidh.com.mx\/wp-content\/uploads\/2025\/09\/maceta.png\" alt=\"\u00cdcono de aprendizaje\">\n            <\/td>\n            <td style=\"width: 80%;\">It's 100% free<\/td>\n        <\/tr>\n        <tr>\n            <td style=\"width: 20%;\">\n                <img decoding=\"async\" src=\"https:\/\/lidh.com.mx\/wp-content\/uploads\/2025\/09\/grafica.png\" alt=\"\u00cdcono de comunidad\">\n            <\/td>\n            <td style=\"width: 80%;\">Access more than 50 exclusive resources<\/td>\n        <\/tr>\n        <tr>\n            <td style=\"width: 20%;\">\n                <img decoding=\"async\" src=\"https:\/\/lidh.com.mx\/wp-content\/uploads\/2025\/09\/contenido.png\" alt=\"\u00cdcono de resultados\">\n            <\/td>\n            <td style=\"width: 80%;\">Learn with content tailored for you<\/td>\n        <\/tr>\n        <tr>\n            <td style=\"width: 20%;\">\n                <img decoding=\"async\" src=\"https:\/\/lidh.com.mx\/wp-content\/uploads\/2025\/09\/maletin.png\" alt=\"\u00cdcono de resultados\">\n            <\/td>\n            <td style=\"width: 80%;\">Get preferential prices on events and workshops<\/td>\n        <\/tr>\n    <\/table>\n\n    <h2>Knowledge is the key to your financial power.<\/h2>\n    <a href=\"https:\/\/lidh-academy.mykajabi.com\/\" style=\"text-decoration: none;\">\n    <button>Register for free<\/button>\n    <\/a>\n<\/section>\n\n<section class=\"classes\">\n    <div class=\"classes-container\">\n        <!-- Columna 1: Imagen + Texto en m\u00f3viles -->\n        <div class=\"columna-1\">\n            <img decoding=\"async\" src=\"https:\/\/lidh.com.mx\/wp-content\/uploads\/2025\/09\/academiaimagen3.png\" alt=\"Clase en l\u00ednea\">\n            <br><br>\n            <p>Discover Lidh Academy content and learn to manage your money with confidence. From saving and investing to financial strategies, access resources designed for you.<\/p>\n            \n        <\/div>\n\n        <!-- Columna 2: Tabla -->\n        <div class=\"columna-2 classes-content\">\n            <h1>Some classes you'll find<\/h1>\n            <table class=\"classes-table\">\n                <tr>\n                    <td class=\"icon-cell\">\n                        <img decoding=\"async\" src=\"https:\/\/lidh.com.mx\/wp-content\/uploads\/2025\/09\/flecharosa.png\" alt=\"Flecha rosa\">\n                    <\/td>\n                    <td>\n                        <strong>Visionary women and extraordinary retirement.<\/strong>\n                        <p>By: Finanzas entre Millennials.<\/p>\n                    <\/td>\n                <\/tr>\n                <tr>\n                    <td class=\"icon-cell\">\n                        <img decoding=\"async\" src=\"https:\/\/lidh.com.mx\/wp-content\/uploads\/2025\/09\/flecharosa.png\" alt=\"Flecha rosa\">\n                    <\/td>\n                    <td>\n                        <strong>SAT for entrepreneurship.<\/strong>\n                        <p>By: Alicia Ch\u00e1vez.<\/p>\n                    <\/td>\n                <\/tr>\n                <tr>\n                    <td class=\"icon-cell\">\n                        <img decoding=\"async\" src=\"https:\/\/lidh.com.mx\/wp-content\/uploads\/2025\/09\/flecharosa.png\" alt=\"Flecha rosa\">\n                    <\/td>\n                    <td>\n                        <strong>Get the job of your dreams.<\/strong>\n                        <p>By: Caredy PerezG\u00f3mez.<\/p>\n                    <\/td>\n                <\/tr>\n                <tr>\n                    <td class=\"icon-cell\">\n                        <img decoding=\"async\" src=\"https:\/\/lidh.com.mx\/wp-content\/uploads\/2025\/09\/flecharosa.png\" alt=\"Flecha rosa\">\n                    <\/td>\n                    <td>\n                        <strong>How to earn benefits as an entrepreneur.<\/strong>\n                        <p>By: Finanzas entre Millennials.<\/p>\n                    <\/td>\n                <\/tr>\n                <tr>\n                    <td class=\"icon-cell\">\n                        <img decoding=\"async\" src=\"https:\/\/lidh.com.mx\/wp-content\/uploads\/2025\/09\/flecharosa.png\" alt=\"Flecha rosa\">\n                    <\/td>\n                    <td>\n                        <strong>Deconstruct your financial beliefs<\/strong>\n                        <p>By: Ruth Aguilar y Paola Salas.<\/p>\n                    <\/td>\n                <\/tr>\n            <\/table>\n\n            <a href=\"https:\/\/lidh-academy.mykajabi.com\/recursosparaaprender#clases\" style=\"text-decoration: none;\"><button>Watch them for free<\/button><\/a>\n        <\/div>\n    <\/div>\n<\/section>\n\n<section class=\"cursos\">\n    <h1>Discover our exclusive courses<\/h1>\n    <p>At Lidh Academy, you'll have access to courses designed for you. Learn how to grow your money with practical examples and at your own pace.<\/p>\n    <div class=\"image-container\">\n        <img decoding=\"async\" src=\"https:\/\/lidh.com.mx\/wp-content\/uploads\/2025\/09\/academiaimagen4.png\" alt=\"Cursos Lidh Academy\">\n    <\/div>\n    <a href=\"https:\/\/lidh-academy.mykajabi.com\/Pasa-de-ahorradora-a-inversionista\" style=\"text-decoration: none;\">\n        <button>Find out more<\/button>\n    <\/a>\n<\/section>\n\n<section class=\"quizz\">\n    <h1>Ready to discover your financial and entrepreneurial side?<\/h1>\n    <p>Discover more about your relationship with money and entrepreneurship with our interactive quizzes. Learn, reflect, and discover keys to strengthening your financial confidence while having fun. Start now!<\/p>\n    <div class=\"quizz-images\">\n        <a href=\"https:\/\/lidh.com.mx\/wp-content\/uploads\/2025\/09\/Que-le-duele-a-tu-bolsillo.png\" class=\"quizz-link\">\n            <img decoding=\"async\" src=\"https:\/\/lidh.com.mx\/wp-content\/uploads\/2025\/09\/Que-le-duele-a-tu-bolsillo.png\" alt=\"Imagen 1\">\n        <\/a>\n        <a href=\"https:\/\/lidh.com.mx\/wp-content\/uploads\/2025\/09\/sindrome-de-la-impostora.png\" class=\"quizz-link\">\n            <img decoding=\"async\" src=\"https:\/\/lidh.com.mx\/wp-content\/uploads\/2025\/09\/sindrome-de-la-impostora.png\" alt=\"Imagen 2\">\n        <\/a>\n        <a href=\"https:\/\/lidh.com.mx\/wp-content\/uploads\/2025\/09\/tipo-de-emprendedora.png\" class=\"quizz-link\">\n            <img decoding=\"async\" src=\"https:\/\/lidh.com.mx\/wp-content\/uploads\/2025\/09\/tipo-de-emprendedora.png\" alt=\"Imagen 3\">\n        <\/a>\n    <\/div>\n<\/section>\n\n<section class=\"two-columns\">\n    <div class=\"column\">\n        <div class=\"image-container\">\n            <h1>Personalized consultations with experts<\/h1>\n            <img decoding=\"async\" src=\"https:\/\/lidh.com.mx\/wp-content\/uploads\/2025\/09\/mujer-tiro-medio-tomando-notas.png\" alt=\"Imagen 1\">\n        <\/div>\n        <p>Receive direct advice from our financial experts, entrepreneurs, and businesswomen.<\/p>\n        <a href=\"https:\/\/lidh.com.mx\/wp-content\/uploads\/2025\/09\/mujer-tiro-medio-tomando-notas.png\" style=\"text-decoration: none;\">\n            <button>Schedule your session now!<\/button>\n        <\/a>\n    <\/div>\n    <div class=\"column\">\n        <div class=\"image-container\">\n            <h1 style=\"color: #22304c;\">Exclusive financial templates<\/h1>\n            <img decoding=\"async\" src=\"https:\/\/lidh.com.mx\/wp-content\/uploads\/2025\/09\/plantilla.png\" alt=\"Imagen 2\">\n        <\/div>\n        <p >Access our templates designed to help you get your finances in order at any time.<\/p>\n        <a href=\"https:\/\/lidh-academy.mykajabi.com\/recursosparaaprender\" style=\"text-decoration: none;\">\n            <button>Download them for free<\/button>\n        <\/a>\n    <\/div>\n<\/section>\n\n<div style=\"background-color: #99c6bb;\">\n<section class=\"contact-section\" >\n    <h2>Let's talk about your financial future<\/h2>\n    <p>Queremos escucharte y resolver todas tus dudas. \n        <br> \n        Juntas, podemos ser parte de algo m\u00e1s grande y construir el camino hacia la libertad financiera.\n        <br><br>\n        Escr\u00edbenos y d\u00e9janos tu mensaje<\/p>\n    \n    <form id=\"contact-form\" action=\"\">\n        <input type=\"text\" id=\"name\" name=\"name\" placeholder=\"Name\" required>\n        <input type=\"email\" id=\"email\" name=\"email\" placeholder=\"Email\" required>\n        <textarea id=\"message\" name=\"message\" placeholder=\"Write your message here\" required><\/textarea>\n        \n        <button type=\"button\" onclick=\"sendToWhatsApp()\">\ud83d\udcac Send us a WhatsApp<\/button>\n    <input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\n<\/section>\n<\/div>\n\n<script>\nfunction sendToWhatsApp() {\n    let name = document.getElementById(\"name\").value;\n    let email = document.getElementById(\"email\").value;\n    let message = document.getElementById(\"message\").value;\n\n    if(name === \"\" || email === \"\" || message === \"\") {\n        alert(\"Por favor, completa todos los campos.\");\n        return;\n    }\n\n    let phoneNumber = \"5214481138306\"; \/\/ Reemplaza con tu n\u00famero de WhatsApp (sin espacios ni signos)\n    let text = `Hola, soy ${name}.\\nMi correo es: ${email}.\\nMensaje: ${message}`;\n    let whatsappURL = `https:\/\/wa.me\/${phoneNumber}?text=${encodeURIComponent(text)}`;\n\n    window.open(whatsappURL, \"_blank\");\n}\n<\/script>\n\n\n<\/body>\n<\/html>\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>Academia \u00danete a Lidh Academy y transforma tus finanzas. Accede gratis a m\u00e1s de 50 contenidos exclusivos sobre finanzas y empoderamiento financiero. \u00danete a miles de mujeres que ya est\u00e1n transformando su relaci\u00f3n con el dinero. Reg\u00edstrate gratis ahora Porque tu educaci\u00f3n financiera no deber\u00eda tener l\u00edmites. En Lidh Academy, aprendes gratis y a tu&#8230;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"disable","_kad_post_title":"hide","_kad_post_layout":"fullwidth","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"hide","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-67","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/lidh.com.mx\/en\/wp-json\/wp\/v2\/pages\/67","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lidh.com.mx\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lidh.com.mx\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lidh.com.mx\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lidh.com.mx\/en\/wp-json\/wp\/v2\/comments?post=67"}],"version-history":[{"count":8,"href":"https:\/\/lidh.com.mx\/en\/wp-json\/wp\/v2\/pages\/67\/revisions"}],"predecessor-version":[{"id":304,"href":"https:\/\/lidh.com.mx\/en\/wp-json\/wp\/v2\/pages\/67\/revisions\/304"}],"wp:attachment":[{"href":"https:\/\/lidh.com.mx\/en\/wp-json\/wp\/v2\/media?parent=67"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}