/* Navbar */
.navbar-dark .navbar-brand img {
    width: 70px;
}

@media (min-width: 1200px) {
    .navbar-dark .navbar-brand img {
        width: auto;
    }
}

.navbar-dark .navbar-nav .nav-link {
    background-color: transparent;
    font-weight: 400;
    letter-spacing: normal;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    background: transparent;
}

@media (min-width: 992px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 1.0625rem;
    }
}

.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #a97c50;
}

@media (min-width: 992px) {
    .navbar-nav .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }

    .navbar-nav .dropdown .dropdown-menu {
        display: block;
        left: 50%;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(10px);
        -ms-transform: translateX(-50%) translateY(10px);
        transform: translateX(-50%) translateY(10px);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
}

.navbar-nav .nav-lang .nav-link {
    border-radius: 50rem;
    border: 1px solid #fff;
    padding: 0.25rem 1rem;
}

.navbar-nav .nav-lang .dropdown-menu {
    min-width: 70px;
}

@media (max-width: 991px) {
    .navbar-nav .nav-lang {
        max-width: 100px;
        margin-left: 0.5rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

.search {
    margin-right: 1rem;
}

.search .form-inline {
    flex-wrap: nowrap;
}

.search .dropdown-toggle::after {
    display: none;
}

.search .dropdown-menu {
    border-radius: 50rem;
    width: 100%;
    min-width: 250px;
    padding: 0 1.25rem;
    left: auto;
    right: 0;
}

.search .form-control {
    border: none;
}

.search .form-control:focus {
    box-shadow: none;
}

.search .btn {
    color: #703a11;
    padding: 0;
}

.search .btn:focus {
    box-shadow: none;
}

@media (max-width: 991px) {
    .search {
        margin-right: 0;
        position: absolute;
        top: 20px;
        right: 80px;
    }

    .search .dropdown-toggle {
        color: #fff;
    }
}

/* Footer */
.footer .social a.xiaohongshu img {
    filter: brightness(0) invert(1);
    margin-top: -10px;
}

.footer .social a.xiaohongshu:hover img {
    filter: none;
}

/* Carousel */
.carousel-item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}

@media (min-width: 992px) {
    .carousel-item {
        height: 800px;
    }
}

@media (min-width: 1200px) {
    .carousel-item {
        height: 1080px;
    }
}

.carousel-caption {
    background: transparent;
    text-align: left;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 3%;
}

.carousel-caption h2 {
    color: #fff;
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.carousel-caption p {
    color: #2c1f1c;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
}

.carousel-caption p span.line {
    display: none;
    background-color: #2c1f1c;
    width: 50px;
    height: 1px;
    margin: 0 1rem;
}

@media (min-width: 992px) {
    .carousel-caption h2 {
        font-size: 4rem;
    }

    .carousel-caption p {
        font-size: 1.875rem;
        flex-direction: row;
        align-items: center;
    }

    .carousel-caption p span.line {
        display: inline-block;
    }
}

@media (min-width: 1600px) {
    .carousel-caption {
        margin-top: -11rem;
        padding: 0;
    }

    .carousel-caption h2 {
        font-size: 5.875rem;
        line-height: 1;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

.carousel-indicators {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    bottom: 30px;
}

.carousel-indicators li {
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 1.125rem;
    text-indent: inherit;
    margin: 0 1.5rem 0 0;
    width: auto;
    height: auto;
    opacity: 1;
    padding-bottom: 1rem;
    position: relative;
}

.carousel-indicators li::after {
    content: '';
    background-color: transparent;
    width: 25px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 2;
}

.carousel-indicators li.active {
    color: #2c1f1c;
}

.carousel-indicators li.active::after {
    background-color: #2c1f1c;
}

@media (min-width: 1600px) {
    .carousel-indicators {
        justify-content: flex-start;
        bottom: 35%;
    }

    .carousel-indicators::after {
        content: '';
        background-color: #fff;
        width: 410px;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: 0;
    }
}

/* Offer */
.offer {
    background-position: center;
    min-height: 475px;
    display: flex;
    align-items: center;
}

.offer::before,
.offer::after {
    display: none;
}

.offer .container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.offer h2 {
    font-size: 3.125rem;
    margin-bottom: 3rem;
}

.offer h4 {
    font-size: 1.5625rem;
}

/* Link */
.link ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.link ul li {
    text-align: center;
}

.link ul li+li {
    padding-left: 1rem;
    margin-left: 1rem;
    position: relative;
}

.link ul li+li::before {
    content: '';
    background-color: #a87c50;
    width: 1px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.link ul li a {
    color: #2c1f1c;
    font-size: 1.25rem;
}

.link ul li a:hover {
    color: #a87c50;
    font-weight: bold;
    text-decoration: none;
}

@media (min-width: 576px) {
    .link ul li+li {
        padding-left: 2.5rem;
        margin-left: 2.5rem;
    }

    .link ul li a {
        color: #2c1f1c;
        font-size: 1.5rem;
    }
}

/* Owl Carousel */
.owl-carousel {
    padding: 0 3rem;
}

.owl-carousel .owl-nav .owl-prev {
    background-image: url(../img/prev.png);
    text-indent: -999px;
    width: 30px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.owl-carousel .owl-nav .owl-next {
    background-image: url(../img/next.png);
    text-indent: -999px;
    width: 30px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

/* News */
.news .item {
    text-align: center;
}

.news .item a {
    color: #000;
    font-size: 1.0625rem;
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.news .item a:hover {
    color: #a87c50;
    font-weight: bold;
    text-decoration: none;
}

.news .item a p {
    margin-top: 1.5rem;
    margin-bottom: 0;
}

#news-1 .section-title {
    padding-top: 0;
}

#news-1 .section-title::after {
    display: none;
}

/* pagination */
.pagination .page-item {
    margin: 0 0.5rem;
}

.pagination .page-link {
    border-radius: 50%;
    border: 1px solid #703a11;
    background-color: transparent;
    width: 35px;
    height: 35px;
}

.pagination .page-item.active a,
.pagination .page-link:hover {
    background-color: #703a11;
    color: #fff;
}

/* Contact */
.contact .section-title {
    padding-top: 0;
}

.contact .section-title::after {
    display: none;
}

.contact iframe {
    border: none;
    width: 100%;
    height: 480px;
}

.contact-form {
    border: 1px solid #a97c50;
    padding: 2rem 1rem;
    margin-bottom: 5rem;
}

@media (min-width: 576px) {
    .contact-form {
        padding: 2rem;
    }
}

@media (min-width: 992px) {
    .contact-form {
        padding: 3rem;
    }
}

@media (min-width: 1200px) {
    .contact-form {
        padding: 5rem 6rem;
    }
}

.contact-form .form-row {
    margin: 0 -1rem;
}

.contact-form .form-group {
    align-items: flex-start;
    margin: 0 0 1.5rem;
    padding: 0 1rem;
}

.contact-form .col-form-label {
    padding: 0;
}

.contact-form .col-form-label span {
    color: #a87c50;
    align-items: center;
}

.contact-form .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ced4da;
}

.contact-form .btn {
    color: #fff;
    width: 150px;
}

.contact-form .forma {
    font-size: 0.875rem;
}

@media (min-width: 576px) {
    .contact-form .col-form-label {
        border-bottom: 1px solid #ced4da;
        min-height: 45px;
        padding: 0.4rem 0;
    }

    .contact-form .col-form-label[for="message"] {
        border-bottom: none;
    }

    .contact-form .form-control {
        min-height: 45px;
    }

    .contact-form .forma {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .contact-form .btn {
        width: 200px;
    }
}

.contact-global {
    margin: 0 -2rem;
}

.contact-global>[class*=col-] {
    padding: 0 2rem;
}

.contact-global .item {
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
}

.contact-global .item img {
    margin-bottom: 1rem;
}

.contact-global .item h4 {
    color: #a87c50;
}

@media (min-width: 576px) {
    .contact-global .item {
        text-align: left;
        padding-left: 130px;
    }

    .contact-global .item img {
        position: absolute;
        top: 0;
        left: 0;
    }
}


/* PRIVACY */
.privacy h2 {
    color: #a87c50;
    font-size: 1.25rem;
}

.privacy p {
    margin-bottom: 2rem;
}