.elementor-kit-619{--e-global-color-primary:#E34D09;--e-global-color-secondary:#E34D09;--e-global-color-text:#7A7A7A;--e-global-color-accent:#A84D00;--e-global-color-12f88ca3:#4054B2;--e-global-color-4e0fe16d:#23A455;--e-global-color-6d45f88d:#000;--e-global-color-6ba11a19:#FFF;--e-global-color-315728af:#E76060;--e-global-color-15fbdf64:#E0E0E0;--e-global-color-081871d:#E34D09;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-619 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}{}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 *//* Personalizando Learndash */
.learn-dash a:hover {
    cursor: pointer !important;
}

.learn-dash .ld-course-status {
    display: none !important;
}

.learn-dash .content-area {
    background-color: #ffffff !important;
}

.learn-dash .widget-area {
    background-color: #fff !important;
    margin-top: -5px;
}

.learn-dash .ld-item-title {
    margin-top: 5px;
}

.learn-dash .ld-item-name {
    margin-top: -5px;
}

.learn-dash .ld-course-navigation {
    font-size: 18px;
}

.learn-dash .ld-lesson-section-heading {
    font-family: 'Montserrat';
    font-size: 1.6em;
    text-align: center !important;
    padding: 13px 0px 10px 0px;
    margin-top: 55px;
    background-color: #006bb7;
    color: #fff;
}

.learn-dash .widget_ldcoursenavigation .ld-lesson-section-heading {
    font-size: 14px !important;
    line-height: 17px;
    padding: 15px 10px 10px 10px;
    margin-top: 10px;
    color: #192C47;
}

.learn-dash .widget_ldcoursenavigation .ld-lesson-title {
    font-size: 14px !important;
}

.learn-dash .widget .ld-lesson-section-heading {
    font-size: 14px !important;
    line-height: 17px;
    padding: 15px 10px 15px 10px;
    margin-top: 10px;
    color: #192C47;
}

.learn-dash .widget .ld-item-list-item-preview {
    font-size: 14px !important;
    padding: 5px !important;
    line-height: 18px;
}

.learn-dash .widget .ld-status-icon {
    height: 14px !important;
    width: 14px !important;
    flex-basis: 14px !important;	
    margin-top: 2px !important;
}

.learn-dash .widget .ld-icon-checkmark {
    font-size: 8px !important;
}

.learn-dash .widget-area {
    padding: 0px 20px !important;
    margin: 70px 0px 40px 0px !important;
}

.learn-dash .widget-title {
    text-align: center;
    font-weight: bold !important;
    color: #192C47;
}

.learn-dash .ld-lesson-status {
    display: none;
}

.learn-dash .ld-primary-color {
    font-size: 16px !important;
    font-weight: bold;
    font-family: 'Montserrat';
}

.learn-dash .ld-content-actions {
    margin-bottom: -40px;
}

.learn-dash .ld-course-step-back {
    display: none !important;
}

body #juego-memoria {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Arial, sans-serif;
    background-color: #f0f0f0 !important;
    margin: 0 auto;
    padding: 10px;
    max-width: 90%;
    box-sizing: border-box;
}

body #juego-memoria h1 {
    color: #333 !important;
    font-size: 2rem !important;
    text-align: center !important;
    margin-bottom: 20px !important;
}

body #start-button, 
body #reset-button {
    padding: 10px 20px !important;
    font-size: 1rem !important;
    cursor: pointer;
    margin-bottom: 20px !important;
    width: 90%;
    max-width: 200px;
    box-sizing: border-box;
    background-color: #4CAF50 !important;
    color: white !important;
    border: none !important;
    border-radius: 5px !important;
    transition: background-color 0.3s ease !important;
}

body #start-button:hover, 
body #reset-button:hover {
    background-color: #45a049 !important;
}

body #heart-container {
    display: flex !important;
    gap: 10px !important;
    justify-content: center !important;
    margin-top: 10px !important;
}

body .heart {
    font-size: 2rem !important;
    transition: opacity 0.3s ease !important;
    color: red !important;
}

body .memory-game {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)) !important;
    grid-gap: 10px !important;
    width: 100% !important;
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 10px !important;
    box-sizing: border-box !important;
}

body .memory-card {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    background-color: #333 !important;
    position: relative !important;
    cursor: pointer !important;
    border-radius: 5px !important;
    overflow: hidden !important;
    transform: scale(1) !important;
    transition: transform 0.4s ease-in-out !important;
}

body .memory-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 5px !important;
    display: none !important;
}

body .memory-card.flipped img {
    display: block !important;
}

body .memory-card .back-face {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.5rem !important;
    color: #fff !important;
    background-color: #333 !important;
    border-radius: 5px !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

body .memory-card.flipped .back-face {
    display: none !important;
}

/* Pantallas pequeñas */
@media (max-width: 768px) {
    body #juego-memoria h1 {
        font-size: 1.5rem !important;
    }

    body .memory-game {
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)) !important;
        grid-gap: 6px !important;
    }

    body #start-button, 
    body #reset-button {
        font-size: 0.9rem !important;
        padding: 8px 16px !important;
    }
}

/* Pantallas muy pequeñas */
@media (max-width: 480px) {
    body #juego-memoria h1 {
        font-size: 1.2rem !important;
    }

    body .memory-game {
        grid-template-columns: repeat(auto-fit, minmax(60px, 1fr)) !important;
    }

    body .memory-card {
        border-radius: 3px !important;
    }
}/* End custom CSS */