article.menu2 {
    background: url(/portal/img/bkmenu2.jpg) repeat-y 0 top;
    position: relative;
    background-size: 14%;
}

article.menu2 {
    background: none;
}

.menu_cliente {
    width: 215px;
    margin-right: -2%;
    padding-right: 114px;
    float: left;
    padding-top: 2%;
    background-color: #c4d61c;
    margin-left: 0px;
    min-height: 1275px;
    height: 1286px;
}

.activo {
    color: white;
    font-weight: bolder;
}

li:hover {
    color: white;
}

.activo a:before {
    content: "> ";
    vertical-align: middle;
    color: white;
    font-size: 20px;
}

.menu-movil {
    display: none;
}

/*article.menu2{
    display: inline-flex;
}*/

.hablamos {
    flex-direction: column;
}

@media (max-width: 768px) {
    .menu_cliente {
        display: none;
    }

    .menu-movil {
        display: block;
        height: 9vh;
        background: #c4d61c;
    }

    article.menu2 {
        background: none;
    }

    #menuprincipal, #menuprincipal2 {
        display: none;
    }

    #hamburgerbox {
        display: inline-block;
        float: none;
        margin-top: 2vh;
        margin-right: 3vw;
    }

    #hamburger,#hamburger2 {
        position: relative;
        display: block;
        width: 35px;
        height: 35px;
        cursor: pointer;
        background: none;
        border: none;
        float: right;
        margin-right: 20px;
        -moz-border-radius: 9px;
        -webkit-border-radius: 9px;
    }

    #hamburger{
        background: white;
        border: 1px solid grey;
    }

    #hamburger span, #hamburger2 span {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 25px;
        height: 2px;
        margin: auto;
        background: white;
    }
    #hamburger span {
        background: grey;
    }

    #hamburger span:before, #hamburger2 span:before,
    #hamburger span:after, #hamburger2 span:after {
        position: absolute;
        width: inherit;
        height: inherit;
        content: '';
        background: white;
    }

    #hamburger span:before,
    #hamburger span:after {
        position: absolute;
        width: inherit;
        height: inherit;
        content: '';
        background: grey;
    }

    #hamburger span:before, #hamburger2 span:before {
        top: -5px;
    }

    #hamburger span:after, #hamburger2 span:after {
        bottom: -5px;
    }

    #hamburger.open, #hamburger2.open {
        border: 1px solid transparent;
    }

    #menuprincipal2.open {
        display: block;
        background: #c4d61c;
        color: #ffffff;
        position: absolute;
        width: 180px;
        font-size: 0.8em;
        border: 1px solid #dbd7d3;
        border-top: 0;
        border-left: 0;
        z-index: 999;
        left: -7px;
        top: -9px;
    }

    #menuprincipal.open {
        display: block;
        background: white;
        color: #858688;
        position: absolute;
        width: 139px;
        font-size: 0.8em;
        border: 1px solid #dbd7d3;
        border-top: 0;
        border-left: 0;
        margin-top: 55px;
        z-index: 999;
        margin-left: 0px;
        right: 11px;
    }

    #menuprincipal2.open {
        top:57px;
    }

    #menuprincipal.open ul li, #menuprincipal2.open ul li {
        list-style: none;
        padding: 1vh;
        font-size: 14px;
        color: #FFFFFF !important;
    }

    #menuprincipal.open ul li a {
        color: #c4d61c !important;
    }

    #menuprincipal2.open ul li a {
        color: #FFFFFF !important;
    }
}

