#menu-mobile {
    /* position: fixed; */
    background-color: rgba(8, 24, 29, 0.84);
    /* opacity: .7; */
    /* height: 53px; */
    z-index: 2;
    width: 100%;
    top: 30px;
    height: fit-content;
    min-height: 100vh;
}

#menu-mobile>div {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

/*#menu-mobile > div > div:first-child{

    position: relative;
    max-width: 890px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    }*/

#menu-mobile a>img {
    position: relative;
    width: 155px;
    margin-top: 14px;
    float: left;
    margin-left: 25px;
    z-index: 9;
}

#menu-mobile ul {
    position: relative;
    /* float: right; */
    width: 100%;
    /* height: 22px; */
    margin: 13px 0 auto;
    padding: 0;
    list-style: none;
    font-size: 18px;
    text-align: right;
    -webkit-font-smoothing: antialiased;
}

#menu-mobile ul li {
    position: relative;
    display: inline-block;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 12px;
    text-align: center;
}

#menu-mobile ul li a {
    padding: 0;
    font-size: 16px;
    line-height: 15px;
}

#menu-mobile ul li:last-child {
    border-right: none;
    /* padding-right: 0; */
}

#menu-burger {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 16px;
    overflow: hidden;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-user-select: none;
    z-index: 9999;
    /* background-color: burlywood; */
}

#menu-burger .line {
    width: 25px;
    background-color: #D8D5D5;
    height: 2px;
    position: relative;
    margin-bottom: 8px;
    border-radius: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: .3s;
    transition: .3s;
    /* box-shadow: 0px 1px 0px 0px #000; */
}

#menu-burger.close .one {
    -webkit-transform: rotateZ(45deg) translate(-6px, 21px);
    transform: rotateZ(45deg) translate(-3px, 16px);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

#menu-burger.close .two {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;

}

#menu-burger.close .line.three {
    -webkit-transform: rotateZ(-45deg) translate(-6px, -21px);
    transform: rotateZ(-45deg) translate(-2px, -17px);
}

#menu-burger.close .line.one,
#menu-burger.close .line.three {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

#menu-hambuerger {
    position: absolute;
    right: 9px;
    top: 0px;
    display: none;
}

.menu-mobile-abierto {
    top: 0px !important;

}

#menu-burger {
    display: none;
}

#menu-mobile ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

#bullets-nav {
    position: fixed;
    z-index: 9999;
    width: 30px;
    height: 270px;
    top: 50%;
    right: 10px;
    margin-top: -175px;
}

#bullets-nav {}

#bullets-nav li {
    cursor: pointer;
    list-style: none;
    position: relative;
    width: 100%;
    height: 30px;
    text-shadow: 0 0 black;
}

#bullets-nav li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    -webkit-border-radius: 5px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    box-shadow: 0px 0px 10px 0px #000;
}

#bullets-nav li.active:before {
    background-color: transparent;
    border: solid 1px #fff;
    width: 9px;
    height: 9px;
    border-radius: 5px;
}

#bullets-nav li:hover:before span {}

#bullets-nav li span {
    background-color: #333333;
    position: absolute;
    right: 27px;
    font-size: 10px;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px;
    padding-right: 10px;
    width: 100px;
    text-align: right;
    width: 100px;
    border-radius: 5px;
}

#bullets-nav li:hover span {
    display: block !important;
}

#bullets-nav li:hover:before {
    width: 8px;
    height: 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

#bullets-nav .b {
    width: 43px;
}

#bullets-nav .b0 {
    width: 95px;
}

#bullets-nav .b1 {
    width: 112px;
}

#bullets-nav .b2 {
    width: 131px;
}

#bullets-nav .b3 {
    width: 179px;
}

#bullets-nav .b4 {
    width: 140px;
}

#bullets-nav .b5 {
    width: 111px;
}

#bullets-nav .b6 {
    width: 68px;
}

#bullets-nav .b7 {
    width: 76px;
}

#bullets-nav .b8 {
    width: 130px;
}

/*#bullets-nav  li a:before {

}*/






@media (max-width: 520px) {

    #bullets-nav {
        display: none;
    }

    #menu-mobile #menu-lang-access {
        margin-top: 80px;
    }

    #menu-mobile #menu-lang-access a {
        font-size: 12px;
    }

    #access_ebanking {
        font-size: 15px !important;
    }

    #menu-mobile ul {
        position: relative;
        width: 100%;
        margin: 0;
        padding-top: 13px;
        transition: .2s;
        text-align: left;
    }

    #menu-mobile ul li {
        clear: both;
        float: none;
        display: block;
        /* float: left; */
        width: 100%;
        /* margin-bottom: 11px; */
        text-align: left;

    }

    #menu-mobile ul li a {
        /* display: inline; */
        padding: 0px;
        font-size: 13px;
    }

    #menu-mobile ul li:last-child {}

    #menu-mobile {
        display: block;
        /* top: -500px; */
        transition: .3s;
        /* box-shadow: 0px 3px 34px -8px; */
    }

    #menu-burger.show {
        display: inline-block;
    }

    #menu-mobile {
        /* visibility: hidden; */
        /* display: none; */
    }

    .menu-mobile-abierto {
        top: 0px !important;
        display: block !important;
        visibility: visible !important;
    }


}


@media (max-width: 320px) {


    #menu-mobile #menu-lang-access {
        margin-top: 80px;
        margin-bottom: 20px;
    }

    #menu-mobile #menu-lang-access a {
        font-size: 10px;
    }

    #access_ebanking {
        font-size: 11px !important;
        white-space: nowrap;
    }


}