

/*
#botonera-login {
    color: #fff;
    font-weight: bold;
    padding-top: 0px;
    justify-content: space-between;
    display: flex;
}

*/

#botonera-login-mobile {                                                
    position: absolute;
    display: none;
}


#menu-mobile i {
    color: #ffffff;
    padding: 2px;
    margin: 5px;
    cursor: pointer;
    font-size: 45px !important;
}          

#close-menu-mobile{
    color: #fff;
    padding: 10px;
    background: #0059a3;
    width: 100%;
    text-align: right;
    cursor: pointer;
}

#botonera-texto-mobile {
    display: none;
    color: #000;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 0px;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function:ease-in-out;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    top: 0;/* fullheight setear top y bottom para tener un alto al 100%*/
    bottom: 0;/* fullheight setear top y bottom para tener un alto al 100%*/
    font-family: 'STIX Two Math';
}

#botonera-texto-mobile .seccion-login{
    width: 100%;
    background: #24547B;
    background: linear-gradient(180deg, rgba(0,89,163,1) 0%, rgba(0,149,163,1) 100%);
    margin-top: -1px;
    color:#fff;
}
#botonera-texto-mobile .seccion-menus{
    width: 100%;
    /* height:150%; fullheight sacar el %*/
    color:#fff;
    background: #0095a3;
    padding-top: 40px;
    margin-top: -1px;
    font-family: 'STIX Two Math';
    height: 100%;
}

#botonera-texto-mobile li{
    font-size: 20px;
    padding: 10px 25px;
}

#botonera-texto-mobile a{
    line-height: 30px;
    display: flex;
    align-items: center;
}

#botonera-texto-mobile li a span{
    position: absolute;
    left:70px;
}

.menu-cliente-mobile{
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    padding-left: 60px;
    position: relative;
}

.ul-botones-mobile{
    display: none !important;
}
.ul-botones-mobile img{
    height: 50px;
}


#texto-carro-mob{
    display: none;
}

.ul-carrito{
    display: none;
}

@media screen and (min-width: 670px) and (max-width: 1100px){ /*Tablet*/

/*
    #botonera-login {
        justify-content: center;
    }*/

}
@media screen and (max-width: 670px){ /*Cel*/
    
/*
    #botonera-login {

        justify-content: flex-start;
        overflow-y: hidden;
        max-height: 0px;

        transition-property: all;
        transition-duration: .5s;
        transition-timing-function:ease-in-out;

    }




    #botonera-login ul {
        flex-direction: column;
    }
*/
    #ver_menu {
        align-items: flex-start;
        flex-direction: column-reverse !important;
    }
    #menu-mobile i {
        display: block;
    }

    .open{
        max-width: 670px !important;
    }

    #botonera-texto-mobile{
        display: flex;
    }

    #botonera-login-mobile {
        display: block; /*menu 3 rayas*/
        top: 0px;
        right: 0px;
    }

    .limitar-body{
        overflow-y: hidden;
    }


    #menu{
        display: none;
    }


    .ul-botones-mobile{
        display: flex!important;
        justify-content: space-around !important;
        width: 90% !important;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .txt-mob{
        min-width: 200px;
        margin-left: 40px;
        display:block !important;
    }

    .carro-mob{
        display:block !important;
    }

    #logo-texto{
        display: none;
    }
    #texto-carro-mob{
        display: flex;
    }

    #btn-Area{
        display: none;
    }
    .ico-mob{
        font-size: 30px !important;
        color: #ffffff !important;
    }
}





/*Header Menu  desplegable LOC BALTIMORE*/


@media screen and (max-width: 670px){ 
    .menu-productos{
        width: 100%;
        padding: 0px 0px !important;
    }

    .menu-nivel1-mostrar{
        display: flex !important;
    }
    .menu-nivel1-ocultar{
        display: none !important;
    }

    .menu-nivel1{
        width: 100% !important;
        flex-direction: row !important;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: start;
        z-index: 8000;
        flex-wrap: wrap !important;
        background-color: #f9f9fa;
        box-shadow: 6px 14px 16px  rgba(0, 0, 0, 0.35);
        padding: 15px;
    }

    .menu-nivel2{
        display: flex;
        flex-direction: column !important;
        line-height: 15px;
        width: 100%;
        padding: 0px !important;
    }


    .it-nivel1{
        line-height: 30px!important;
        font-size: 12px!important;
        display: flex!important;
        justify-content:space-between;
        flex-direction:row;
        flex-wrap: nowrap;
        width: 100%;
        padding: 0px !important;
    }

    .titulo-menu-n2{
        margin-bottom: 7px;
        padding: 0px !important;
        font-size: 30px !important;
    }



    .it-nivel1 a {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        line-height: 15px !important;
        color: #111110 !important;
        letter-spacing: 2px;
        font-size: 10px !important;
    }
    .it-nivel2 {
        width:100%;
        padding: 0px 20px !important;
    }

    .it-nivel2 a{
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        line-height: 15px !important;
        color: #111110 !important;
        letter-spacing: 2px;
        font-size: 14px !important;
    }

    .it-nivel2:hover{
        margin-bottom:-2px;
        color: #6f0e0e !important;

    }

    .it-nivel2 a:hover{
        color: #dd5600 !important;
    }

    .titulo-menu-n2 a{
        color: #000000 !important;
        font-size: 16px !important;
    }

    .titulo-menu-n2 a:hover{
        color: #dd5600 !important;
    }

    .menu-select{
        background-color: #dedede;
        color: #111110!important;
    }

}
