/* MENU LATERAL*/

.offcanvas{
    background-color: #fff;
    color: #343440;
}


.btn-close{
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb(52, 52, 64)'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    opacity: 1.5;

}


.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 3.75;
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
    opacity: 1;
}


.menu-2{

    list-style: none;
    padding: 30px;
;

}

.menu-2 li{
    border-bottom: 1px solid #bfb8aa;
    padding: 10px;
    
}

.menu-2 li a{

    text-decoration: none;
    color: #343440;
    font-weight: 300;
}

.menu-2 li a:hover{
    color: #d2d2d2;
    text-decoration: none;
}

.menu-2 li.active>a,
a[aria-expanded="true"] {
    color: #343440;
    background: transparent;
}

a[data-toggle="collapse"] {
    position: relative;
}

.menu-2 li a .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#homeSubmenu li{

    border-bottom: none;
}

.btn-reservamovil{
    top: 20%;
    background-color: #848484;
    padding: 5px;
}

.btn-reservamovil .row a{
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
}

.menu-2 .active{
    background-color: transparent;
}

.nav-link .fa-phone-alt{
    font-size: 25px;
    color: #6b6978;
}