:root {
    --masi-primary: #816242;
    --masi-secondary: #c7ab92;
    --masi-tertiary: #92785d;
    --masi-dark: #0e0e0e;
    --masi-light: #fffefb;
}

html, body {
    scroll-behavior: smooth;
}

#footer {
    background: var(--masi-secondary);
    border-top-color: var(--masi-secondary);
    p, a:not(.btn):not(.no-footer-css) {
        color: var(--masi-light);
    }

    .footer-copyright.footer-copyright-style-2 {
        background: var(--masi-secondary);
        border-top-color: var(--masi-secondary);
    }
}

@media (min-width: 992px) {
    #header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {
        color: var(--masi-secondary);
    }

    #header .header-nav.header-nav-links nav > ul li:hover > a {
        color: var(--masi-primary);
    }
}

#header .header-btn-collapse-nav {
    background: var(--masi-primary);
}

@media (max-width: 991px) {
    #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active {
        background: var(--masi-primary);
    }
}

.text-color-hover-primary:hover, .text-hover-primary:hover {
    color: var(--masi-secondary) !important;
}

.text-color-primary, .text-primary {
    color: var(--masi-primary) !important;
}

.list.list-icons li > [class*="fa-"]:first-child, .list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > [class*="fa-"]:first-child, .list.list-icons li a:first-child > .icons:first-child {
    color: var(--masi-primary);
    border-color: var(--masi-primary);
}

.bg-color-dark, .bg-dark {
    background-color: var(--masi-tertiary) !important;
}

.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child {
    background-color: var(--masi-primary);
}

.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
    color: var(--masi-light) !important;

}

.owl-carousel:not(.nav-arrows-1):not(.show-nav-title).nav-dark-arrow .owl-nav button[class*="owl-"] {
    color: var(--masi-dark) !important;

}

.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"]:hover, .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"].hover {
    color: var(--masi-dark) !important;

}

.dropdown-locale {
    min-width: unset !important;
    width: min-content !important;
    background: transparent !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    /*transform: translate(5px, 65px) !important;*/
    a {
        padding: 0;

        &:hover {
            background:transparent !important;
            transform: scale(1.3);
        }
    }
}

@media (max-width: 991px) {
    html #header.header-transparent .header-body {
        overflow: visible !important;
    }
}

.mobile-hero-poster {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: #111;
    overflow: hidden;
}

.mobile-hero-poster-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eventos-video-card {
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
    background: #000;
}

.eventos-video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.eventos-video-poster {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000;
    z-index: 2;
}

.eventos-video-card video,
.eventos-video-card .mobile-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000;
    z-index: 1;
}

.eventos-video-play {
    z-index: 11;
}

.mobile-hero-content {
    z-index: 2;
    pointer-events: none;
}

.mobile-hero-content .slider-scroll-button {
    pointer-events: auto;
}

.mobile-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000;
}

.mobile-hero-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border: 0;
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.38);
    backdrop-filter: blur(6px);
    transform: translate(-50%, -50%);
    pointer-events: auto;
    cursor: pointer;
}

.mobile-hero-play-icon {
    display: block;
    width: 0;
    height: 0;
    margin-left: 4px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid #fff;
}

.whatsapp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.whatsapp-button:hover,
.whatsapp-button:focus {
    color: #fff;
    transform: translateY(-1px);
}

.whatsapp-button-icon {
    font-size: 34px;
    line-height: 1;
}
