#ltm_menu_lateral {
    position: relative;
    z-index: 99;
}

#ltm_menu_lateral .menu-toggle {
    cursor: pointer;
}

#ltm_menu_lateral .menu-toggle .menu-icon {
    font-family: "Mali", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #A87EB3;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 0px 2px 2px rgba(255, 255, 255, 0.98) inset;
    padding: 14px 20px 14px 20px;
}

#ltm_menu_lateral .menu-toggle .menu-icon:hover {
    background-color: #94A773;
}

#ltm_menu_lateral .menu-options {
    display: none;
    position: absolute;
    top: 41px;
    right: 0;
}

#ltm_menu_lateral ul.menu-options {
    width: 200px;
    padding: 30px 10px;
    border-top-right-radius: 0px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #94A773;
    border: #ffffff 3px solid;
    box-shadow: 0 0 1px 2px #6a3789;
    list-style: none;
    z-index: 99;
}

#ltm_menu_lateral ul.menu-options li,
#ltm_menu_lateral ul.menu-options li a {
    line-height: 2.2;
    color: white;
    font-size: 16px;
    font-family: 'Mali';
    font-weight: 600;
}

.suscription-details {
    color: #3c3c3d !important;
    text-shadow: 2px 2px 2px white;
}

li.expiration-date {
    line-height: 1.2 !important;
}

.ltm-expiration-status {
    padding: 0px 10px;
    margin-top: 20px;
    color: red !important;
    background: white;
    border-radius: 15px;
}

#ltm_menu_lateral ul.menu-options li span {
    font-weight: bold;
    color: #794698;
}

#ltm_close_sesion {
    cursor: pointer;
}

.ltm-header-menu span {
    display: flex;
    justify-content: center;
    font-family: 'Mali';
    text-shadow: 2px 2px 2px white;
    color: #9d00ff;
    font-weight: 600;
    line-height: 1.3rem;
    font-size: 15px;
}

#ltm_menu_lateral .menu-options h5 {
    font-family: 'Mali';
    color: #ffffff;
    ;
    font-weight: 600;
    line-height: 25px;
    font-size: 16px;
}

#ltm_menu_lateral ul.menu-options li a:hover {
    text-shadow: 2px 2px 2px #723487;
    text-decoration: underline;
}

/* ******************** Extra styles *************************** */
/* Buttom Back*/
a#ltm_button_back,
a.ltm-back-unit {
    width: 45px;
    margin-left: 4px;
    cursor: pointer;
    display: inline-block;
    transition: transform 0.3s ease;
}

.ltm-title-activity {
    margin-left: 12vw !important;
    /* color: #6a3789; */
    font-size: 32px;
    color: #959595;
    background: #ffffff;
    padding: 0px 5px;
    border-radius: 20px;
}

a#ltm_button_back:hover,
a.ltm-back-unit:hover {
    transform: translateX(-10px);
}

.ltm-box-unit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

h2.ltm-title-post {
    margin: 0px 4px 0px 0px;
    color: #94a773;
}

.ltm-title-post {
    width: fit-content;
    margin-left: 20px;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Mali';
}

.ltm-title-post-span {
    font-weight: bold;
    font-family: 'Mali';
    color: #6a3789;
    text-align: center;
}

.ltm-title-post-span.unit {
    font-size: 28px;
    line-height: normal
}

.ltm-title-post-span.unit span {
    font-size: 22px;
    color: #959595;
}

/* Eye view pass login */
#um_field_17043_user_password .um-field-area {
    position: relative;
}

div#tea_show_pass {
    position: absolute;
    top: 32px;
    left: 92%;
}

span.ltm-user-name {
    font-size: 24px;
}

/* QR */
a.sounds {
    cursor: pointer;
}

.ltm-social-media-menu a i {
    color: white;
    margin: 0px 4%;
    font-size: 24px;
}

@media screen and (min-width: 1025px) {

    /* Esta clase esta desde Elementor */
    .ltm-inner-col {
        width: 100% !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .ltm-title-post {
        font-size: 26px;
    }

    /* Esta clase esta desde Elementor */
    .ltm-inner-col {
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    .ltm-title-post-span.unit {
        font-size: 24px;
    }


    #ltm_menu_lateral .menu-toggle .menu-icon {
        padding: 10px 25px 10px 25px;
    }

    .ltm-box-unit {
        display: flex;
        justify-content: initial;
        align-items: self-end;
    }

    h2.ltm-title-post {
        display: none;
    }

    .ltm-title-post {
        font-size: 24px;
    }

    .ltm-title-activity {
        /* margin-left: 10px !important; */
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-left: -40px !important;
    }
}