html{
    background:#779C2B;
    overflow-x: hidden;
}

.sidebar {
    background: #779C2B;
    padding: 15px;
    border-radius: 10px;
}

.navbar{
    padding: 0 !important;
    padding-bottom: 0.5rem !important;
}

.navbar .container-fluid{
    background: #779C2B;
    --bs-navbar-padding-y: 0% !important;
    padding-bottom: 0.5rem;
}

.nav-link, .form-label, .Filters-title{
    color: #fff;
}

@media (max-width: 768px) {
    .sidebar {
        display: none;
    }
}

.logo{
    width: 128px;
}

.asideMenuDiv{
    position: sticky;
    top:50px;
}

.footer{
    margin-top: 5dvh;
    width: 100%;
    height: min-content;
    background: #779C2B;
}

.footerDiv2{
    color: #fff;
}

.divider{
    height: 3px;
    width: 38px;
    background-color: #19B0FF;
}

.ubicationMap{
    width: 300px;
    height: 200px;
    border-radius: 5px;
}

.footerDiv1{
    justify-items:center;
}

.socialMedia{
    width: 30px;
    height: 30px;
    margin: 0.5rem;
}

.cartContainer{
    width: min-content;
    height: min-content;
    position: fixed;
    top: 50dvh;
    right: 2dvw;
    background: #28727183;
    border-radius: 15%;
}

.cartLogo{
    width: 20dvh;
    height: 20dvh;
}

.footerRights{
    width: 100%;
    height: 5dvh;
    background: #222222;
    color: #fff;
    text-align: center;
}
.btn-primary{
    --bs-btn-bg:#198754;
}
.btn:hover{
    background-color: #198754;
    border-color: #198754;
}