@import url('https://fonts.googleapis.com/css2?family=Boldonse&family=Funnel+Display:wght@300..800&display=swap');
@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1430px !important;
    }
}

body {
    font-family: 'Funnel Display', sans-serif;
    padding: 20px;
    background-color: blanchedalmond;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Boldonse', sans-serif;
}

p {
    font-family: 'Funnel Display', sans-serif;
}

@media (min-width: 992px) {
    .site-navbar-brand-desktop {
        position: absolute;
        left: 50%;
        top: -6px;
        transform: translateX(-50%);
        margin: 0;
    }
}

.site-navbar-brand-mobile .logo {
    width: 72px;
}

.site-navbar-toggler {
    border: none !important;
}

.site-navbar .navbar-toggler:focus {
    box-shadow: none;
}

.site-navbar:not(.site-navbar--scrolled) .navbar-toggler-icon {
    filter: invert(1) brightness(1.05);
}

.site-navbar.site-navbar--scrolled .navbar-toggler-icon {
    filter: none;
}

@media (max-width: 991.98px) {
    .site-navbar:not(.site-navbar--scrolled) {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.35) 100%);
        border-radius: 0 0 16px 16px;
    }

    .site-navbar-nav-mobile .nav-link {
        margin-top: 0.35rem;
        margin-bottom: 0.35rem;
        margin-right: 0;
    }
}

.nav-link {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 800;
    margin-right: 20px;


    &:hover {
        color: #cfcfcf;
        text-decoration: none;

    }
}

.site-navbar {
    background-color: transparent;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.site-navbar.site-navbar--scrolled {
    background-color: #fff !important;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}

.site-navbar.site-navbar--scrolled .nav-link {
    color: #1a1a1a;
}

.site-navbar.site-navbar--scrolled .nav-link:hover {
    color: #46b592;
}

.bgVideo {
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    min-height: 100vh;
}

.bg-video-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    border-radius: 40px;
}

.bg-video {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.bg-video-logo-wrap {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    pointer-events: none;
}

.bg-video-logo {
    max-width: min(72vw, 420px);
    width: auto;
    height: auto;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.45));
}

.bg-video-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    border-radius: inherit;
    /* background: linear-gradient(to bottom, rgb(0 0 0 / 20%) 36%, rgba(0, 0, 0, 0.2) 35%, rgb(0 0 0) 100%); */
}

.bgCustom {
    background-image: url(./img/bg.jpg);
    background-size: cover;
    height: 90vh;
    border-radius: 40px;
    background-position-y: -90px;

}

.logo {
    width: 90px;
    margin-top: -36px;
    filter: drop-shadow(0.6rem 0.6rem 1rem rgba(0, 0, 0, 0.8));
}

.flutuante {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.flutuante a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.flutuante a:hover {
    background-color: #fff;
    color: #000;
}

.jorge {
    width: 180px;
    left: 120px;
    bottom: -44px;
    position: absolute;
    z-index: 1000;
    object-fit: cover;
    animation: jorge 2s ease-in-out infinite;
}

.cristo {
    width: 305px;
    right: 120px;
    bottom: -864px;
    position: absolute;
    z-index: 1000;
    object-fit: cover;
}

.owl-carousel .item img {
    border-radius: 40px !important;
}

@keyframes jorge {
    0% {
        transform: translateY(20px);
    }

    50% {
        transform: translateY(0);

    }

    100% {
        transform: translateY(20px);
    }
}


.btnsFlutuantes {
    position: fixed;
    top: 420px;
    font-size: 25px;
    left: 28px;
    z-index: 10;
    background-color: #000000 !important;
    border-radius: 40px;
    color: #fff;
    padding: 15px 10px;
    box-shadow: 3px 10px 20px 0px rgb(0 0 0 / 66%);
    display: flex;
    flex-direction: column;
}

.btnsFlutuantes2 {
    position: fixed;
    top: 530px;
    font-size: 25px;
    left: 28px;
    z-index: 10;
    background-color: #4f8c37;
    border-radius: 40px;
    color: #fff;
    padding: 15px 10px;
    box-shadow: 3px 10px 20px 0px rgb(57 225 161 / 40%);
}

.min-vh-100 {
    min-height: 95vh !important;
}

.agenda-section {

    color: #f5f5f5;
}

.agenda-title {
    font-family: 'Boldonse', sans-serif;
    letter-spacing: 0.02em;
    color: #000;
}

.agenda-lead {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    color: #b0b0b0 !important;
}

.agenda-highlight-card {
    background: #1a1a1a;
    color: #f0f0f0;
    border-radius: 24px !important;
}

.agenda-highlight-card--has-banner {
    min-height: 22rem;
}

@media (min-width: 768px) {
    .agenda-highlight-card--has-banner {
        min-height: 41rem;
    }
}

.agenda-highlight-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.agenda-highlight-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.agenda-highlight-scrim {
    position: absolute;
    inset: 0;
    z-index: 1;
    /* background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.92) 0%,
        rgba(0, 0, 0, 0.6) 42%,
        rgba(0, 0, 0, 0.35) 100%
    ); */
    pointer-events: none;
}

.agenda-highlight-body {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.agenda-highlight-meta {
    color: rgba(255, 255, 255, 0.72) !important;
}

.agenda-highlight-title {
    color: #fff;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.45);
}

.agenda-highlight-gallery {
    padding-top: 0.25rem;
}

.agenda-highlight-carousel .owl-stage-outer {
    border-radius: 0.75rem;
}

.agenda-highlight-carousel-img {
    height: 220px;
    object-fit: cover;
    display: block;
}

@media (min-width: 768px) {
    .agenda-highlight-carousel-img {
        height: 280px;
    }
}

.agenda-highlight-carousel .owl-dots {
    margin-top: 0.75rem;
}

.agenda-highlight-carousel .owl-dot span {
    background: rgba(255, 255, 255, 0.45) !important;
}

.agenda-highlight-carousel .owl-dot.active span {
    background: #46b592 !important;
}

.agenda-highlight-carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem 1.25rem 1.25rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.2) 70%, transparent 100%);
    pointer-events: none;
    text-align: left;
}

.agenda-highlight-carousel-caption a {
    pointer-events: auto;
}

.agenda-instagram-link:hover {
    opacity: 1;
    text-decoration: underline !important;
}

.agenda-day-instagram {
    color: #c53763;
    font-weight: 600;
}

.agenda-day-instagram:hover {
    color: #9e2d4f;
}

.agenda-badge {
    color: #46b592;
    letter-spacing: 0.12em;
    font-weight: 700;
}

.agenda-highlight-time {
    color: rgba(255, 255, 255, 0.95);
    letter-spacing: 0.04em;
}

.vocena-rayz-section .agenda-day-time {
    color: #46b592;
    font-weight: 600;
}

.agenda-desc {
    color: #c8c8c8;
    line-height: 1.65;
}

.agenda-thumb img {
    object-fit: cover;
}

.agenda-day-card {
    background: #ffffff;
    color: #eaeaea;
    border-radius: 16px !important;
    padding: 20px;
}

.agenda-day-card--active {
    outline: 15px solid #f24c2d17;
    outline-offset: 2px;
}

.agenda-day-thumb-bg {
    min-height: 250px;
    width: 100%;
    background-size: 570px;
    background-position: center;
    background-repeat: no-repeat;
}

.text-custom {
    font-size: 32px;
    color: #000;
    letter-spacing: -2px;
    line-height: 90%;
}

.object-fit-cover {
    object-fit: cover;
}

.album-carousel-slide {
    background: #1a1a1a00;
}

.album-carousel-img {
    height: 220px;
    object-fit: cover;
    display: block;
}

.album-carousel-img--empty {
    min-height: 220px;
}

.album-carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem 1.15rem 1.15rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.35) 65%, transparent 100%);
    text-align: left;
    pointer-events: none;
}

.album-carousel-link {
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.album-carousel-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.album-carousel-link:focus-visible {
    outline: 3px solid #46b592;
    outline-offset: 2px;
}

.galeria-bento-page {
    background: transparent;
    padding-bottom: 2.5rem;
}

/* Só na página pública: scroll único (página), sem max-height nem overflow da grelha modal */
.album-bento-grid.album-bento-grid--page {
    max-height: none !important;
    overflow: visible !important;
    overflow-y: visible !important;
    padding-bottom: 2rem;
}

.galeria-bento-page .album-bento-item {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.galeria-bento-page .album-bento-item--clickable {
    cursor: pointer;
}

.album-photo-lightbox-trigger {
    display: block;
    min-height: 0;
    cursor: zoom-in;
    border-radius: inherit;
}

.album-photo-lightbox-trigger:focus-visible {
    outline: 3px solid #46b592;
    outline-offset: 2px;
}

.album-photo-lightbox-trigger img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.album-bento-modal .modal-content {
    background: #141414;
    color: #f5f5f5;
}

.album-bento-modal .modal-body {
    background: #0d0d0d;
}

.album-bento-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.5rem;
    grid-auto-rows: minmax(72px, 10vw);
    max-height: min(78vh, 880px);
    overflow-y: auto;
    padding-bottom: 0.25rem;
}

.album-bento-item {
    border-radius: 14px;
    overflow: hidden;
    background: #222;
    min-height: 0;
}

.album-bento-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Padrão bento em ciclo de 7 células (desktop) */
.album-bento-item:nth-child(7n + 1) {
    grid-column: span 3;
    grid-row: span 2;
}

.album-bento-item:nth-child(7n + 2) {
    grid-column: span 3;
    grid-row: span 1;
}

.album-bento-item:nth-child(7n + 3) {
    grid-column: span 2;
    grid-row: span 1;
}

.album-bento-item:nth-child(7n + 4) {
    grid-column: span 2;
    grid-row: span 1;
}

.album-bento-item:nth-child(7n + 5) {
    grid-column: span 2;
    grid-row: span 1;
}

.album-bento-item:nth-child(7n + 6) {
    grid-column: span 3;
    grid-row: span 1;
}

.album-bento-item:nth-child(7n + 7) {
    grid-column: span 3;
    grid-row: span 1;
}

@media (max-width: 767.98px) {
    .album-bento-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 100px;
        max-height: 75vh;
    }

    .album-bento-item {
        grid-column: span 1 !important;
        grid-row: span 1 !important;
    }

    .album-bento-item:first-child {
        grid-column: span 2 !important;
        grid-row: span 2 !important;
    }
}

@media (min-width: 768px) {
    .album-carousel-img {
        height: 599px;
    }

    .album-carousel-img--empty {
        min-height: 280px;
    }
}

.gastronomia-carousel .owl-stage-outer {
    border-radius: 0.75rem;
}

.gastronomia-carousel-img {
    height: 260px;
    object-fit: cover;
    display: block;
}

.rayz-gallery-modal .modal-content {
    background: #000;
}

.rayz-gallery-modal .modal-body {
    padding: 0.5rem;
}

.rayz-gallery-modal .carousel-item {
    text-align: center;
}

.rayz-gallery-modal .carousel-item img {
    max-height: 85vh;
    width: auto !important;
    max-width: 100%;
    margin: 0 auto;
    object-fit: contain;
}

@media (min-width: 768px) {
    .gastronomia-carousel-img {
        height: 700px;
    }
}


.agenda-badge {
    color: #bbd9ff;
    letter-spacing: -1px;
    font-weight: 900;
    font-size: 19px;
    background-color: #c53763;
    width: 86px;
    border-radius: 10px;
    padding: 10px;
    line-height: 17px;
    font-size: 22px;
}

.semana {
    color: #ffebcd;
    letter-spacing: 0px;

    font-size: 19px;
    background-color: #6c1b23;
    border-radius: 10px;
    padding: 10px;
    line-height: 19px;
    font-size: 14px;
}

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.site-navbar.site-navbar--scrolled {
    /* box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08); */


    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%) !important;
    box-shadow: 0 0 0 0 !important;
}

.site-footer {
    background: linear-gradient(180deg, #2a1520 0%, #000000 48%);
    color: rgba(255, 255, 255, 0.9);
    border-top: 4px solid #000000;
    border-radius: 40px;
    margin-top: 20px;
}

.site-footer__logo {
    max-height: 52px;
    width: auto;
}

.site-footer__tagline {
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.6;
    max-width: 22rem;
}

.site-footer__heading {
    font-family: 'Boldonse', sans-serif;
    color: #46b592;
    letter-spacing: 0.08em;
    font-weight: 700;
    font-size: 0.8rem !important;
}

.site-footer__links a {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    display: inline-block;
    padding: 0.15rem 0;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: color 0.2s ease;
}

.site-footer__links a:hover {
    color: #46b592;
}

.site-footer__social-link {
    color: #fff;
    transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer__social-link:hover {
    color: #46b592;
    transform: scale(1.06);
}

.site-footer__contact {
    color: rgba(255, 255, 255, 0.95);
}

.site-footer__address {
    line-height: 1.55;
    max-width: 20rem;
}

.site-footer__rule {
    border-color: rgba(255, 255, 255, 0.12);
    opacity: 1;
}

.site-footer__copy {
    color: rgba(255, 255, 255, 0.45);
}

@media (max-width: 768px) {
    .jorge {
        width: 80px;
        left: 6px;
        bottom: 46px;
        position: absolute;
        z-index: 1000;
        object-fit: cover;
        animation: jorge 2s ease-in-out infinite;
    }

    .navbar-brand {

        top: 0px;
        position: absolute;
    }

    .navbar-toggler {
        right: 15px;
        position: absolute;
        top: 15px;
        z-index: 1000;
        background-color: black;
        padding: 7px 8px;
    }

    body {
        font-family: 'Funnel Display', sans-serif;
        padding: 10px;
        background-color: blanchedalmond;
    }

    .bgVideo {
        position: relative;
        overflow: hidden;
        border-radius: 40px;
        min-height: 100vh;
        margin-top: -50px;
    }

    .album-carousel-img {
        height: 580px;
        object-fit: cover;
        display: block;
    }

    .agenda-highlight-body {
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        height: 570px;
    }

    .cristo {
        width: 145px;
        left: -40px;
        bottom: -908px;
        position: absolute;
        z-index: 1000;
        object-fit: cover;
        rotate: deg(12);
        transform: rotate(347deg);
    }

    .text-custom {
        font-size: 23px;
        color: #000;
        letter-spacing: 1px;
        line-height: 90%;
    }

    .btnsFlutuantes {
        position: fixed;
        top: 420px;
        font-size: 17px;
        left: 16px;
        z-index: 10;
        background-color: #000000 !important;
        border-radius: 40px;
        color: #fff;
        padding: 15px 10px;
        box-shadow: 3px 10px 20px 0px rgb(0 0 0 / 66%);
        display: flex;
        flex-direction: column;
    }

    .btnsFlutuantes2 {
        position: fixed;
        top: 508px;
        font-size: 16px;
        left: 16px;
        z-index: 10;
        background-color: #46b592;
        border-radius: 40px;
        color: #fff;
        padding: 15px 10px;
        box-shadow: 3px 10px 20px 0px rgb(57 225 161 / 40%);
    }

    .h1,
    h1 {
        font-size: 24px !important;
        line-height: 1.4 !important;
    }

    .site-navbar-brand-mobile .logo {
        width: 70px;
    }

    .bgCustom {
        background-image: url(./img/bg.jpg);
        background-size: cover;
        height: 90vh;
        border-radius: 40px;
        background-position-y: 68px;
        padding: 15px;
    }

    .agenda-highlight-scrim {
        position: absolute;
        inset: 0;
        z-index: 1;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.6) 42%, rgba(0, 0, 0, 0.35) 100%);
        pointer-events: none;
    }

    .site-footer__logo {
        max-height: 90px !important;
        width: auto !important;
        border-radius: 150px !important;
        padding: 1px !important;
        background-color: #000 !important;
    }

    .logo {
        width: 90px;
        margin-top: -3px;
        filter: drop-shadow(0.6rem 0.6rem 1rem rgba(0, 0, 0, 0.8));
    }

    .agenda-day-card {
        /* background: #ffffff;
        color: #eaeaea;
        border-radius: 16px !important; */
        padding: 5px;
    }
}
