
/* ============= HEADER ============= */

.header-flex_menu {
    z-index: -1;
    position: relative;
    width: 100%;
}
.header-flex_menu-menu-in > *:first-of-type {
    z-index: 1;
}
.header-flex_menu-menu * {
    position: relative;
}
.header-flex_menu-menu .menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: scale(1.0);
    transition-duration: 0.2s;
}
.header-flex_menu-menu .sub-menu {
    position: absolute;
    user-select: none;
    z-index: 1000;
    background-color: #1073b1e0;
    color: #fff;
    border-radius: 10px;
    margin-top: -10px;
    top: 25px;
    padding: 10px 19px;
    transition-duration: 0.5s;
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
    pointer-events: none;
    border: solid 2px #ffffff;
}
.header-flex_menu-menu .sub-menu a {
    font-size: 1.25rem;
}
.header-flex_menu-menu .menu-item:hover .sub-menu {
    margin-top: 0px;
    opacity: 1;
    pointer-events: all;
}
.header-flex_menu-menu .sub-menu .menu-item:hover {
    transform: scale(1.05);
}
.header-flex_menu, .header-flex_menu *, .header-flex_menu a {
    color: #ffffff;
}
.header-flex_menu-box {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 7px;
}
.header-flex_menu-row {
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
    white-space: nowrap;
}
.header-flex_menu-row:after {
    content: '';
    display: block;
    width: 1px;
    height: 1.7rem;
    background-color: #ffffff;
    position: absolute;
    margin: 0;
    opacity: 0;
}
.header-flex_menu-user.header-flex_menu-row:after,
.header-flex_menu-lang.header-flex_menu-row:after {
    position: relative;
    opacity: 1;
    margin: 0 15px 0 15px;
}
.header-flex_menu-lang .h_translation-current_lang {
    margin: 0 12px;
}
.header-flex_menu-logo {
    width: 200px;
    flex: 0 1 auto;
    justify-content: flex-start;
}
.header-flex_menu-logo a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.header-flex_menu-logo img {
    width: 100%;
    max-width: 200px;
    height: auto;
}
.header-flex_menu ul, .header-flex_menu ol {
    margin: 4px 0px;
}
.header-flex_menu-menu-lk {
}
.header-flex_menu-menu-lk[no_color="0"] ul,
.header-flex_menu-menu-lk[no_color="0"] ol {
    background-color: #0e5ea1d1;
}
.header-flex_menu-menu-lk ul, .header-flex_menu-menu-lk ol {
    border-radius: 18px;
    width: max-content;
}
.header-flex_menu-menu-lk > * {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.header-flex_menu-menu {
}
.header-flex_menu-menu-in .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.header-flex_menu-menu-in .menu > .menu-item {
    padding: 2px 7px;
}
.header-flex_menu-menu-in .menu > .current-menu-item {
    background-color: #0c59999e;
    border-radius: 50px;
    padding: 2px 10px !important;
}
.header-flex_menu-menu-lk .menu > .current-menu-item {
    padding: 2px 10px !important;
    background-color: #457cb38a !important;
    border-radius: 18px;
}
.header-flex_menu-user {
    flex: 0 0 auto;
}
.header-flex_menu .header_profile_bt {
    width: 1.7rem;
    height: 1.7rem;
}
.header-flex_menu-lang {
    width: max-content;
    flex: 0 1 auto;
}
.header-flex_menu-lang #h_translation_bt {
    display: flex;
    align-items: center;
    justify-content: center;
}
.h_translation_list-item img {
    margin-left: 12px;
}
.header-flex_menu-lang img {
    width: auto;
    height: 1.7rem;
    border-radius: 6px;
}
.header-flex_menu-phone {
    width: max-content;
    flex: 0 1 auto;
}
.header-flex_menu-phone-in .header-flex_menu-row-in-area {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.header-flex_menu-phone a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.header-flex_menu-phone .header-flex_menu-row-in {
    height: 1.7rem;
    width: auto;
}
.header-flex_menu-burger {
    flex: 0 0 auto;
    width: 100%;
}
.header-flex_menu-bt_quiz {
    width: 100%;
    align-items: center;
    justify-content: end;
    padding-bottom: 12px;
}
.header-flex_menu-bt_whatsapp {
    width: 100%;
    align-items: center;
    justify-content: end;
    padding-bottom: 12px;
}
.header-flex_menu-row .header_promo_button {
    width: max-content;
    font-size: 13px !important;
    font-weight: 600;
    padding: 7px 20px;
}
.header-flex_menu .menuMovil {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    background-image: url(../svg/bt/bt-burger.svg);
    background-size: auto 2.6rem;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.ho_one form button, .ho_one form .btn, .ho_one form input[type="submit"],
.b_one form button, .b_one form .btn, .b_one form input[type="submit"] {
    max-width: unset;
}

/* ============= FOOTER ============= */

.ns_fo form button, .ns_fo form .btn, .ns_fo form input[type="submit"] {
    max-width: unset;
}

/* =================== AUTO LOADER SPINNER =================== */

.global_load_spinner_area {
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    pointer-events: none;
    opacity: 0.001;
    transition-duration: 0.4s;
    z-index: 10000000000000;
}
body[global_load="1"] .global_load_spinner_area {
    opacity: 1;
    transition-duration: 1.4s;
}

/* --- */

.global_load_spinner {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 3px solid;
    border-color: #dedede #dedede transparent;
    box-sizing: border-box;
    animation: global_load_spinner_rotation1 1s linear infinite;
}
.global_load_spinner::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid;
    border-color: transparent #41a8e3 #41a8e3;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    animation: global_load_spinner_rotation2 0.5s linear infinite;
    transform-origin: center center;
}

@keyframes global_load_spinner_rotation1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes global_load_spinner_rotation2 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

/* ============= MEDIA ============= */

@media screen and (max-width: 1300px) {
    .header-flex_menu-logo {
        width: 160px;
    }
    .header-flex_menu-lang #h_translation_area .wld,
    .header-flex_menu-lang .h_translation-current_lang {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }
}

@media screen and (max-width: 1100px) {
    .header-flex_menu-box {
        margin-top: 15px;
    }
    .header-flex_menu-bt_quiz {
        flex: 1 1 max-content;
        margin-top: 10px;
        padding-bottom: 0;
    }
    .header-flex_menu-bt_whatsapp {
        flex: 0 1 max-content;
        margin-left: 15px;
        margin-top: 10px;
        padding-bottom: 0;
    }
    .header-flex_menu-burger {
        flex: 0 0 auto;
        width: 45px;
    }
    .header-flex_menu-menu {
        pointer-events: none;
        max-width: 200px;
        flex-wrap: wrap;
        opacity: 0;
        position: absolute !important;
    }
    .header-flex_menu-bt_quiz {
        flex: 1 1 max-content;
        min-width: 50%;
    }
    .header-flex_menu-phone:after {
        position: relative;
        opacity: 1;
        margin: 0 15px 0 15px;
    }
    .header-flex_menu-logo {
        width: auto;
        flex: 1 1 auto;
    }
    .header-flex_menu .menuMovil {
        position: relative;
        pointer-events: all;
        opacity: 1;
    }
    /* ---- */

    .openMenuMovil{ position: fixed; display: block; z-index: 9; }
    .openMenuMovil .backOMN{ display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #00000060; }
    .openMenuMovil .menuOMN{ background: var(--b_one); width: 50%; z-index: 2; height: 100%; position: fixed; top: 0; left: -100%; }
    .openMenuMovil nav{ width: 100%; }
    .openMenuMovil ul{  height: 100%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column; flex-flow: column; max-width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0px 20px; }
    .openMenuMovil ul li{ padding: 5px; text-align: left; }
    .openMenuMovil ul li a{ color: var(--w); }
    .openMenuMovil .closeMovil{ padding: 20px; border-bottom: 1px solid var(--gr_three); }
    .openMenuMovil .closeMovil a{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: var(--gr_three); }
    .openMenuMovil .closeMovil a span{ margin-right: 10px; color: var(--gr_three); }

    .openMenuMovil .menu-menu-header-en_us-container {
        padding: 10px 0;
    }
}

@media screen and (max-width: 850px) {
    .header-flex_menu-bt_quiz,
    .header-flex_menu-bt_whatsapp {
        width: 100%;
        flex: 0 0 auto !important;
        justify-content: center !important;
        margin-left: 0px;
    }
    .header-flex_menu-bt_quiz[has_bts="1"], .header-flex_menu-bt_whatsapp[has_bts="1"] {
        margin-top: 30px;
    }
}

@media screen and (max-width: 800px) {
    .header-flex_menu-phone {
        position: absolute;
        pointer-events: none;
        opacity: 0;
    }
}

@media screen and (max-width: 700px) {
    #t_ho_on {
        position: absolute;
        width: 200px;
        opacity: 0;
        pointer-events: none;
    }
}

@media screen and (max-width: 500px) {
    .header-flex_menu-logo a {
        width: 150px;
    }
}

@media screen and (max-width: 450px) {
    .header-flex_menu-row {
        order: 0;
    }
    .header-flex_menu-user.header-flex_menu-row:after, .header-flex_menu-lang.header-flex_menu-row:after {
        position: absolute;
        opacity: 0;
        margin: 0;
        pointer-events: none;
    }
    .header-flex_menu-logo {
        flex: 1 1 auto;
        order: 0;
        margin-right: 15px;
    }
    .header-flex_menu-logo a {
        flex: 0 0 auto;
        width: 1.7rem;
        height: 1.7rem;
        overflow: hidden;
        justify-content: flex-start;
    }
    .header-flex_menu-logo img {
        margin: 0;
        height: 100%;
        width: auto;
    }
    .header-flex_menu-burger {
        flex: 1 1 auto;
        justify-content: flex-end;
        align-items: flex-end;
    }
    .header-flex_menu .menuMovil {
        max-width: 45px;
    }
    .header-flex_menu-user {
        margin-right: 15px;
    }
    .header-flex_menu-bt_quiz, .header-flex_menu-bt_whatsapp {
        order: 2;
    }
}
