.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-top: 60px;
    z-index: 2000;
}

.sidenav a {
    padding: 10px 8px 10px 32px;
    text-decoration: none;
    font-size: 17px;
    color: #414042;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: rgb(65 64 66 / 75%)!important;
}

.sidenav .closebtn {
    position: absolute;
    top: -7px;
    right: 15px;
    font-size: 40px;
    z-index: 3500;
}

.menu-hamburguesa {
    font-size:30px;
    cursor:pointer;
    color: #fff;
}

.line {
    width: 35px;
    height: 3px;
    background-color: #fff;
    margin-bottom: 5px;
}

.menu-hamburguesa-2 {
    font-size:30px;
    cursor:pointer;
    position: absolute;
    top: 26px;
    left: 25px;
}

.line-2 {
    width: 35px;
    height: 3px;
    background: linear-gradient(181deg, rgba(217,10,35,1) 0%, rgba(163,5,20,1) 100%);
    margin-bottom: 5px;
}

.navbar-brand-2 {
    max-width: 200px;
    position: absolute;
    left: 85px;
    top: 23px;
}

.ms-d {
    padding-left: 24px;
    width: 380px;
}

.sidebar-mobile {
    width: 320px;
    display: block;
}

@media screen and (max-width: 991px) {
    .menu-hamburguesa-2 {
        font-size: 30px;
        cursor: pointer;
        position: absolute;
        top: 26px;
        left: 45px;
    }
    .ms-d {
        padding-left: 44px;
        width: 380px;
    }
    .navbar-brand-2 {
        position: absolute;
        left: 109px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-brand-2 {
        position: absolute;
        left: 95px;
    }
    .menu-hamburguesa-2 {
        font-size: 30px;
        cursor: pointer;
        position: absolute;
        top: 25px;
        left: 30px;
    }
    .ms-d {
        padding-left: 30px;
        width: 320px;
    }
}

@media screen and (max-width: 576px) {
    .ms-d {
        padding-left: 25px;
    }
}

@media screen and (max-width: 425px) {
    .line {
        width: 30px;
        height: 2px;
        background-color: #fff;
        margin-bottom: 5px;
    }
    .line-2 {
        width: 30px;
        height: 2px;
        background: linear-gradient(181deg, rgba(217,10,35,1) 0%, rgba(163,5,20,1) 100%);
        margin-bottom: 5px;
    }
    .menu-hamburguesa-2 {
        font-size: 30px;
        cursor: pointer;
        position: absolute;
        top: 27px;
        left: 25px;
    }
    .navbar-brand-2 {
        position: absolute;
        left: 70px;
        top: 23px;
    }
}
