html, body {
    background: #fff;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

body {
    background-image: none;
}

.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;
}

.logo {
    width: 128px;
    height: 104px;
}

main {
    padding: 2rem 1rem;
    text-align: center;
}

main h1, main h2 {
    color: #779C2B;
    font-weight: bold;
}

main ul {
    list-style: none;
    padding: 0;
}

main li {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.footer {
    margin-top: 5dvh;
    width: 100%;
    background: #779C2B;
}

.footerDiv1,
.footerDiv2,
.footerDiv3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footerDiv2 {
    color: #fff;
}

.divider {
    height: 3px;
    width: 38px;
    background-color: #19B0FF;
    margin: 0.5rem auto;
}

.ubicationMap {
    width: 300px;
    height: 200px;
    border-radius: 5px;
}

.footerRights {
    width: 100%;
    height: 5dvh;
    background: #222;
    color: #fff;
    text-align: center;
    line-height: 5dvh;
    margin-top: 1rem;
}

.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%;
    z-index: 999;
}

.cartLogo {
    width: 20dvh;
    height: 20dvh;
}

/* Botones */
.btn-primary {
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-bg: #A67246;
    --bs-btn-hover-border-color: #A67246;
}

.btn:hover {
    background-color: #A67246;
    border-color: #A67246;
}

/* Responsive */
@media (max-width: 768px) {
    .footerDiv1,
    .footerDiv2,
    .footerDiv3 {
        margin-bottom: 1.5rem;
    }

    .logo {
        height: auto;
    }
}
