header{
    position: fixed;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    color: #0E0453;
    font-family: "Montserrat";
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(5.5px);
    padding: 8px 88px;
    z-index: 1000;
}

header a{
    color: #0E0453;
    text-decoration: none;
}

/* Fondo Menu*/

.fondomenu{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1000;
}

.fondomenu > div{
    width: 0px;
    height: 100%;
    background-color: #FFFFFF;
    transition: 0.5s;
}

.fondomenu > div > .back-menus{
    width: 100%;
    height: calc(100% - 40px);
    overflow-y: auto;
}

.menuheader{
    width: 100%;
    height: 60px;
    color: #0E0453;
    font-family: "Montserrat";
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding: 0px 16px;
}

.menubackopciones{
    width: 100%;
    padding: 48px;
}

.menuopciones{
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.menuopciones > li{
    width: 100%;
    height: 58px;
    text-align: center;
    color: #0E0453;
    text-align: center;
    font-family: "Rubik";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 56px 0px;
}

.menuopciones > li a{
    color: #0E0453;
    text-decoration: none;
}

.menuopciones > li a:hover{
    color: #0000FF;
    text-decoration: underline;
}

.menuterms{
    height: 35px;
    color: #111;
    text-align: center;
    font-family: "Rubik";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    border-top: 0.5px solid #111;
}

.menuterms > div{
    width: 50%;
    text-align: center;
}

.menuterms > div a{
    color: #0E0453;
    text-decoration: none;
}

.menuterms > div a:hover{
    color: #0000FF;
    text-decoration: underline;
}

.fondoredes{
    margin-top: 50px;
}

.fondoredes svg{
    margin: 0px 10px;
}

/* Terminos */

.footer-back{
    display: flex;
    width: 100%;
    margin-top: 24px;
    padding: 0px 58px;
}

.footer-back .left{
    width: 30%;
    padding-right: 24px;
}

.footer-back .right{
    width: 70%;
    color: #0E0453;
    font-family: "Rubik";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-left: 24px;
}

.footer-back .right a{
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #000;
    text-decoration: none;
}

.footer-back .right a:hover{
    color: #00F;
    text-decoration: underline;
}

.footer-back .marca{
    color: #0E0453;
    font-family: "Montserrat";
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.footer-back .lugar{
    color: #0E0453;
    font-family: "Rubik";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-top: 32px;
}

.footertyc{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 40px;
    margin-top: 20px;
    color: #6859CF;
    text-align: center;
    font-family: "Rubik";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.footertyc div{
    margin: 0px 30px;
    line-height: 40px;
}

.footertyc div a{
    color: #0E0453;
    text-decoration: none;
}

.footertyc div a:hover{
    color: #00F;
    text-decoration: underline;
}

.show-desktop{
    display: blocK;
}

.show-mobile{
    display: none;
}

.cursor-pointer{
    cursor: pointer;
}

#imgMenu{
    width: 140px;
}

@media (max-width: 855px) {
    header{
        padding: 0px 16px;
    }

    .menubackopciones{
        padding: 28px;
    }

    .menuopciones > li{
        height: 38px;
        margin: 36px 0px;
    }

    .fondoredes{
        margin-top: 16px;
    }

    .menuterms{
        height: 40px;
    }

    .menuterms > div{
        height: 40px;
        line-height: 40px;
    }

    .fondomenu > div > .back-menus{
        height: calc(100% - 100px);
    }

    .footer-back{
        flex-direction: column;
        padding: 0px 16px;
    }

    .footer-back .left{
        width: 100%;
        padding: 0px;
    }

    .footer-back .right{
        width: 100%;
        padding: 0px;
    }

    .footer-back .marca{
        text-align: center;
    }

    .footer-back .lugar{
        text-align: center;
    }

    .footer-back .fondoredes{
        justify-content: center !important;
    }

    .footer-back .right div{
        text-align: center;
    }

    .show-desktop{
        display: none;
    }
    
    .show-mobile{
        display: block;
    }

    #imgMenu{
        width: 206px;
    }
}