a {
    text-decoration: none;
}

h1 {
    color: #A68241 !important;
}

.header-menu {
    background-color: #D9C877;
    padding: 20px 0px 25px 0px;
}

.brand-header-menu {
    background-color: #f2ead0;
    padding: 35px 10px 60px 10px;
    margin: -25px 0 -70px 0;
    border-radius: 0 0 50px 50px;
    z-index: 1000;
}

.navbar {
    --bs-navbar-nav-link-padding-x: .8rem !important;
}

.nav-link.active {
    color: #806432 !important;
}

.nav-link.active::after {
    content: "";
    border-bottom: 3px solid #806432;
    max-width: 80%;
    display: block;
}

.carousel-caption {
    background-color: #806432;
    opacity: 0.92;
}

.btn-one {
    text-transform: uppercase;
    color: #fff !important;
    background-color: #806432;
    border-radius: 40px 40px 40px 40px;
    padding: 9px 24px;
    font-size: 0.9rem !important;
}

.btn-me-menu {
    margin-right: 1rem !important;
}

.text-article-primary {
    color: #806432;
}

/* Card */

.card-primary {
    border: 5px solid #A68241;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

.card-primary>img {
    flex-basis: 50%;
    min-width: 500px;
    border-radius: 45px 0px 0px 45px;
}

.card-primary>div {
    text-align: center;
    width: 100%;
}

.card-primary>div>img {
    width: 100px;
}

.card-primary>div>a.btn-one {
    padding: 12px 24px !important;
}

.card-primary>div>p {
    margin: 1.5rem 1rem;
}

/* Card  */


/* Footer */
footer {
    background-color: #f2ead0;
    color: #806432;
}

.divider {
    border: 2px solid #806432;
}

.footer-menu-link {
    color: #806432;
}


.mt-6 {
    margin-top: 4rem !important;
}

.mt-7 {
    margin-top: 5rem !important;
}

.mt-8 {
    margin-top: 6rem !important;
}


@media screen and (max-width: 991px) {
    .bg-header-menu {
        padding: 15px 0px 20px 0px;
    }

    .brand-header-menu {
        background-color: #f2ead0;
        padding: 10px;
        margin: 0px;
        border-radius: 40px;
    }

    .card-primary {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .card-primary>img {
        flex-basis: auto;
        min-width: auto;
        border-radius: 45px 45px 0px 0px;
    }

    .card-primary>div {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 1rem 0;
    }

    .card-primary>div>img {
        width: auto;
        display: none;
    }

    .nav-link.active::after {
        max-width: 100%;
    }

}

@media screen and (max-width: 1165px) {
    .navbar {
        --bs-navbar-nav-link-padding-x: 0.5rem !important;
    }

    .btn-me-menu {
        margin-right: 0 !important;
    }
}