* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Manjari', sans-serif;
}

body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body.menu-open {
    overflow: hidden;
}

.transparent-background {
    background-color: transparent;
    margin-top: -94px;
}

.salmon-background {
    background-color: #A45130;
}

.beige-background {
    background-color: #E9E6D2;
}

.sand-background {
    background-color: #E5DEB2;
    color: #4A4848 !important;
}

.dark-green-background {
    background-color: #00332E;
}

.light-green-background {
    background-color: #5D7424;
}

.yellow-background {
    background-color: #B28101;
}

.purple-background {
    background-color: #433357;
}


header {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #5D7424;
    padding: 24px 0;
    z-index: 4;
}

header .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1098px;
}

header img {
    max-width: 75px;
    height: 45px;
    cursor: pointer;
}

header span img {
    display: none;
    width: 75px;
    cursor: pointer;
}

header span img.active {
    display: block;
}


.tape-wrapper {
    position: relative;
    width: 100%;
    min-height: 100vh;
}

.tape {
    position: absolute;
    background-repeat: repeat-y;
    background-size: contain;
    background-position: top center;
    height: 100%;
    top: 0;
    width: 90px;
}

.menu-modal.active {
    display: flex;
}

.menu-modal {
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    overflow-y: hidden;
    width: 100%;
    height: 0;
    background-color: #5D7424;
    z-index: 3;
    transition: height 0.4s cubic-bezier(.77, 0, .18, 1);
}

.menu-modal.active {
    overflow-y: scroll;
    height: 100vh;
}

.menu-modal nav {
    width: 100%;
    max-width: 1098px;
    margin: 0 40px;
    display: flex;
    flex-direction: column;
}

.menu-modal nav {
    display: flex;
    padding-top: 189px;
}

.menu-modal a {
    display: flex;
    align-items: center;
    padding: 28px 0;
    text-decoration: none;
    color: #EBE9D5;
}

.menu-modal a>div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 63px;
}

.menu-modal span {
    z-index: 2;
}

.menu-modal .hover-effect {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    left: -10px;
    z-index: 1;
}

.menu-modal a:hover .hover-effect,
.menu-modal a.active .hover-effect {
    display: block;
}

.menu-modal p {
    padding-top: 10px;
    margin-left: 48px;
    font-size: 52px;
    line-height: 52px;
    letter-spacing: 5.6px;
}

.menu-modal hr {
    width: 100%;
    height: 2px;
    background-color: #D5D6D1;
    opacity: 0.25;
}


.menu-modal .sub-menu {
    display: flex;
    flex-direction: column;
    margin-left: 111px;
    height: 0;
    min-height: 0;
    overflow: hidden;
    font-size: 20px;
    line-height: 60px;
    letter-spacing: 4px;
    color: #EBE9D5;
    transition: min-height 0.4s cubic-bezier(.77, 0, .18, 1);
}

.menu-modal .sub-menu.active {
    min-height: 120px;
}

.menu-modal .sub-menu li:hover {
    color: #EAB320;
    cursor: pointer;
}

.menu-modal .bottom-padding {
    width: 100%;
    min-height: 90px;
}

.hero-section {
    position: relative;
    display: flex;
}

.hero-section .section-divider-image {
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 0;
    left: 0;
}

.hero-section video {
    width: 100%;
    height: calc(100vh - 93px);
    object-fit: cover;
    object-position: center;
}

.hero-background-static {
    display: none;
    width: 100%;
    height: calc(100vh - 93px);
    object-fit: cover;
    object-position: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.hero-background-static-mobile {
    display: none;
}

.hero-background-static.fade-in {
    opacity: 1;
}

.hero-video {
    position: relative;
    z-index: 2;
}

.hero-video.ended {
    display: none;
}

.about-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 90px 0;
    background-color: #5D7424;
    color: #EBE9D5;
}

.about-section h2 {
    width: 100%;
    max-width: 912px;
    font-size: 44px;
    line-height: 56px;
    letter-spacing: 3.4px;
    font-family: 'Fresh Mango', sans-serif;
}

.about-section-content {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 912px;
    gap: 70px;
}

.about-section-content>div {
    width: 100%;
    max-width: 390px;
}

.about-section-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}

.about-section-content>img {
    width: 100%;
    max-width: 480px;
    margin-left: -25px;
}

.about-section-content a {
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 3.8px;
    text-decoration: none;
    color: #EBE9D5;
    width: 164px;
}

.about-section-content a p {
    line-height: 48px;
    z-index: 2;
}

.about-section-content a img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.about-section-exibitions {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 710px;
    margin-top: 140px;
}

.about-section-exibitions h3 {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: 5.5px;
}

.about-section-exibitions hr {
    background-color: #3E4E16;
    width: 100%;
    max-width: 460px;
    margin-top: 16px;
    margin-bottom: 32px;
}

.about-section-exibitions-row {
    width: 100%;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 8px;
    row-gap: 40px;
}

.about-section-exibitions-row a {
    width: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #EBE9D5;
    gap: 12px;
}

.about-section-exibitions-row span {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 4.5px;
}

.about-section-exibitions-row p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.3px;
    font-family: 'Fresh Mango', sans-serif;
}




.movie-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 90px 0;
    color: #EBE9D5;
    gap: 80px;
}

.movie-section h3 {
    text-align: center;
    font-size: 42px;
    line-height: 42px;
    font-family: 'Fresh Mango', sans-serif;
}

.movie-section-title p {
    text-align: center;
    max-width: 1098px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 3px;
    margin-top: 40px;
}

.movie-section hr {
    width: 100%;
    height: 2px;
    background-color: #D5D6D1;
    opacity: 0.25;
}

.movies {
    width: 100%;
    max-width: 1098px;
}

.movie-info {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
}

.movie-info div {
    flex-grow: 1;
}

.movie-synopsis {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 3px;
    margin: 16px 0;
}

.movie-info-title {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin-left: 145px;
    margin-right: 20px;
}

.movie-info-title-mobile {
    display: none;
}

.movie-info-title p {
    flex-grow: 1;
}

.movie-info-title span {
    margin-right: 50px;
}

.movie-info-title .movie-title {
    width: 100%;
    max-width: 310px;
}


.movie-info-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 58px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.movie-info-button img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.movie-info-button a {
    color: #EBE9D5;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 4.5px;
    text-decoration: none;
    z-index: 2;
}

.movie-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1098px;
}

.movie {
    width: 100%;
}

.movie-content {
    display: flex;
    width: 100%;
    max-width: 1098px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 4.5px;
    height: 0;
    transition: height 0.6s cubic-bezier(.77, 0, .18, 1);
    overflow: hidden;
}

.movie-content>div {
    width: 100%;
    max-width: 523px;
    margin-top: 16px;
}

.movie-content>img {
    width: 100%;
    max-width: 300px;
    height: 400px;
    margin-left: 90px;
    object-fit: cover;
}

.section-divider {
    display: flex;
    width: 100%;
}

.section-divider-image {
    width: 100vw;
}

.exibitions-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 90px 0;
    background-color: #5D7424;
    color: #EBE9D5;
}

.exibitions-section-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1098px;
}

.exibitions-section-title h2 {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 4.6px;
    font-family: 'Fresh Mango', sans-serif;
}

.exibitions-section-title img {
    width: 100%;
    max-width: 500px;
}

.exibitions-section h3 {
    font-size: 32px;
    line-height: 56px;
    letter-spacing: 6px;
    margin: 80px 0;
}

.exibitions-section-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1098px;
}

.exibitions-section-content .column {
    display: flex;
    flex-direction: column;
    width: 48%;
}

.exibitions-section-content>div {
    width: 100%;
    max-width: 448px;
}

.exibition-point {
    display: flex;
    align-items: center;
    width: 100%;
    height: 78px;
    gap: 20px;
    cursor: pointer;
}

.exibition-point h4 {
    flex-grow: 1;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0px;
}

.exibition-point .plus {
    font-size: 28px;
}

.exibition-point span {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 3px;
}

.exibition-collapse.active {
    height: 200px;
    margin-bottom: 20px;
}

.exibition-collapse {
    height: 0;
    overflow: hidden;
    padding: 0 12px;
    transition: height 0.3s ease, margin-bottom 0.3s ease;
}

.exibition-collapse p {
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 4px;
}

.schedule-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 90px 0;
    background-color: #00332E;
    color: #EBE9D5;
}

.schedule-section h2 {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 4.5px;
    font-family: 'Fresh Mango', sans-serif;
}

.schedule-section nav {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    width: 100%;
    max-width: 1098px;
    margin-top: 40px;
    margin-bottom: 80px;
    gap: 20px;
}

.schedule-section nav>div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 124px;
    height: 59px;
    cursor: pointer;
}

.schedule-section .nav-button,
.schedule-section .nav-button-outline {
    position: absolute;
    z-index: 1;
}

.schedule-section .nav-button {
    display: none;
}

.schedule-section nav p {
    font-size: 28px;
    line-height: 28px;
    padding-top: 8px;
    z-index: 2;
}

.schedule-section div:hover .schedule-day-number,
.schedule-section .active .schedule-day-number {
    color: #00332E;
}

.schedule-section div:hover .nav-button,
.schedule-section .active .nav-button {
    display: block;
}

.schedule-container {
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    width: 100%;
    max-width: 1098px;
    flex-shrink: 0;
}

.schedule-container.active {
    display: grid;
}

.schedule-day {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 448px;
}

.schedule-day-header {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 52px;
    font-size: 32px;
    line-height: 32px;
}

.schedule-section hr {
    background-color: #D5D6D1;
    opacity: .25;
    height: 2px;
}


.schedule-day-header span {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 3px;
}

.schedule-day-content {
    margin-top: 10px;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 4px;
}

.schedule-day-content p {
    font-family: 'Fresh Mango', sans-serif;
}

.schedule-day-content p:first-child {
    font-family: 'Manjari', sans-serif;
}

.schedule-section>img {
    width: 100%;
    max-width: 1098px;
    margin-top: 80px;
}

.contact-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 90px 0;
    background-color: #A45130;
    color: #EBE9D5;
}

.contact-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 912px;
    gap: 80px;
}

.contact-container h2 {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 4.5px;
    font-family: 'Fresh Mango', sans-serif;
}

.contact-content {
    display: flex;
    gap: 110px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 80px;
    width: 100%;
    max-width: 448px;
}

.contact-info>div>div {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-info span {
    font-size: 20px;
}

.contact-info p {
    margin-top: 8px;
    font-size: 22px;
    font-family: 'Fresh Mango', sans-serif;
}

.contact-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 448px;
    gap: 28px;
}

.contact-form h3 {
    font-size: 20px;
}

.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 100%;
}

.contact-content input,
.contact-content textarea {
    padding: 14px;
    border: none;
    border-radius: 6px;
    background-color: #EBE9D5;
    color: #A45130;
}

.contact-content input::placeholder,
.contact-content textarea::placeholder {
    color: #A45130;
}

.contact-content textarea {
    height: 120px;
}

.contact-form button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    width: 164px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.contact-form button p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 3.3px;
    color: #EBE9D5;
    padding-top: 6px;
    z-index: 2;
}

.contact-form button img {
    position: absolute;
    z-index: 1;
}

.sponsors-section {
    width: 100%;
    padding: 60px 0 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #4A4848;
    padding-top: 60px;
}

footer>img {
    max-width: 354px;
    height: 108px;
    margin-bottom: 40px;
}

footer hr {
    width: 100%;
    max-width: 1098px;
    height: 1.5px;
    background-color: #4A4848;
    opacity: 0.35;
}

footer p {
    opacity: 0.5;
}

footer .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 974px;
    padding: 28px 0;
}

footer .footer-credits {
    display: flex;
    align-items: center;
    gap: 16px;
}

footer .footer-credits a {
    text-decoration: none;
    color: #4A4848;
}

.sponsors-container {
    width: 100%;
    max-width: 1098px;
    padding: 60px 0;
}

.sponsors-container img {
    width: 100%;
}

.sponsors-vertical {
    display: none;
}

@media (max-width: 1024px) {

    .tape {
        width: 48px;
    }

    .tape.right {
        right: 12px;
    }

    .tape.left {
        left: 12px;
    }

    header,
    footer {
        padding-left: 40px;
        padding-right: 40px;
    }

    .about-section,
    .movie-section,
    .exibitions-section,
    .schedule-section,
    .contact-section {
        padding: 90px 40px;
    }

    .sobre-modal-content,
    .parceiros-modal-content {
        padding: 40px 20px;
    }

    .sobre-modal-close,
    .parceiros-modal-close {
        width: 75px;
        height: 45px;
    }

    .sobre-modal-close img,
    .parceiros-modal-close img {
        max-width: 75px;
        height: 45px;
    }

    .movie-info-title {
        margin-left: 44px;
        margin-right: 44px;
    }

    .movie-info-title .movie-title {
        max-width: 100%;
    }

    .movie-info-title p:last-child,
    .movie-info-title span {
        display: none;
    }

    .schedule-section nav {
        display: grid;
        max-width: 600px;
        grid-template-columns: repeat(4, 2fr);
        margin: 80px 0;
    }
}

@media (max-width: 480px) {
    .tape {
        width: 31px;
    }

    .tape.right {
        right: 8px;
    }

    .tape.left {
        left: 8px;
    }

    .hero-section .hero-video {
        display: none;
    }

    .hero-background-static {
        display: none;
    }

    .hero-section .hero-background-static-mobile {
        display: block;
        object-fit: cover;
        width: 100%;
        height: 580px;
    }

    .about-section h2 {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 48px;
    }

    .about-section-content {
        flex-direction: column-reverse;
    }

    .about-section-exibitions {
        margin-top: 90px;
    }

    .about-section-exibitions h3 {
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 3px;
    }

    .about-section-exibitions hr {
        max-width: 240px;
    }

    .about-section-exibitions-row {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    }

    .about-section-exibitions-row p {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 1px;
    }

    .movie-section h3 {
        font-size: 28px;
        line-height: 28px;
    }

    .movie-synopsis {
        margin: 32px 0;
    }

    .movie-info-button {
        margin-top: 32px;
    }

    .movie-info-title {
        display: none;
    }

    .movie-info-title-mobile {
        display: block;
        padding: 0 16px;
        font-size: 16px;
        line-height: 20px;
    }

    .exibitions-section h2 {
        font-size: 40px;
        line-height: 60px;
    }

    .exibitions-section h3 {
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 3.9px;
        margin-bottom: 28px;
    }

    .exibitions-section-title img {
        margin-bottom: 28px;
    }

    .exibitions-section-content {
        flex-direction: column;
    }

    .exibitions-section-content .column {
        width: 100%;
    }

    .exibition-point h4 {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 1px;
    }

    .schedule-section h2 {
        font-size: 32px;
        line-height: 32px;
    }

    .schedule-section nav {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin: 80px 0;
    }

    .schedule-section nav>div {
        scale: 0.75;
    }

    .schedule-day {
        width: 100%;
    }

    .schedule-day-header {
        font-size: 28px;
        line-height: 28px;
    }

    .schedule-day-content {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 3.5px;
    }

    .contact-container {
        gap: 60px;
    }

    .contact-info {
        gap: 30px;
    }

    .contact-content {
        gap: 60px;
        flex-direction: column;
    }

    .contact-section h2 {
        font-size: 40px;
        line-height: 52px;
    }

    footer img:first-child {
        max-width: 280px;
    }

    .footer-content {
        flex-direction: column;
        gap: 28px;
    }

    .footer-content>p {
        font-size: 14px;
    }

    .sponsors-container {
        padding: 0;
    }

    .sponsors-container img:first-child {
        display: none;
    }

    .sponsors-vertical {
        display: block;
        width: calc(100vw - 80px) !important;
    }

    .sobre-modal h2 {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 32px;
    }

    .sobre-modal-content p {
        font-size: 16px;
        line-height: 24px;
    }
}

/* Sobre Modal Styles */
.sobre-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    z-index: 1000;
    overflow-y: auto;
}

.sobre-modal.active {
    display: flex;
}

.sobre-modal-content {
    background-color: #5D7424;
    color: #EBE9D5;
    width: 100%;
    overflow-y: auto;
    padding: 60px 40px;
    position: relative;
}

.sobre-modal-content-wrapper {
    width: 100%;
    max-width: 1098px;
    margin: 0 auto;
    position: relative;
}

.sobre-modal-close {
    background: none;
    border: none;
    cursor: pointer;
    width: 75px;
    height: 45px;
}

.sobre-modal h2 {
    font-size: 44px;
    line-height: 56px;
    letter-spacing: 3.4px;
    font-family: 'Fresh Mango', sans-serif;
    margin-bottom: 45px;
}

.sobre-modal-content p {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 28px;
}

.sobre-modal-content div>p {
    font-family: 'Manjari', sans-serif;
}

.sobre-modal-credits p {
    margin-bottom: 0;
}

.sobre-modal-credits {
    margin-bottom: 20px;
}

.sobre-modal .go-to-top-button img {
    height: 48px;
    z-index: 1;
}

/* Parceiros Modal Styles */
.parceiros-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    z-index: 1000;
    overflow-y: auto;
}

.parceiros-modal.active {
    display: flex;
}

.parceiros-modal-content {
    background-color: #5D7424;
    color: #EBE9D5;
    width: 100%;
    overflow-y: scroll;
    padding: 60px 40px;
    position: relative;
}

.parceiros-modal-content-wrapper {
    width: 100%;
    max-width: 1098px;
    margin: 0 auto;
    position: relative;
}

.sobre-modal-header,
.parceiros-modal-header {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.parceiros-modal-close {
    display: flex;
    background: none;
    border: none;
    cursor: pointer;
    width: 75px;
    height: 45px;
}

.parceiros-modal-close img {
    max-width: 75px;
    height: 45px;
}

.parceiros-modal h2 {
    font-size: 44px;
    line-height: 56px;
    letter-spacing: 3.4px;
    font-family: 'Fresh Mango', sans-serif;
    margin-bottom: 45px;
    text-align: center;
}

.parceiros-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.parceiro-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    background-color: rgba(235, 233, 213, 0.1);
    border-radius: 8px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.parceiro-item-wide {
    border-radius: 8px;
    margin-top: 20px;
    padding: 20px;
    background-color: rgba(235, 233, 213, 0.1);
}

.parceiro-item-wide-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1098px;
    width: 100%;
    background-color: #fff;
    padding: 60px 0;
    border-radius: 8px;
}

.parceiro-item-wide-content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.parceiro-item:hover {
    transform: translateY(-5px);
    background-color: rgba(235, 233, 213, 0.15);
}

.parceiro-item img {
    width: 200px;
    height: 200px;
    object-fit: contain;
    margin-bottom: 16px;
    border-radius: 8px;
    padding: 10px;
}

.parceiro-item h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
    font-family: 'Fresh Mango', sans-serif;
}

.parceiro-item p {
    font-size: 14px;
    line-height: 20px;
    color: rgba(235, 233, 213, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Responsive styles for parceiros modal */
@media (max-width: 768px) {
    .schedule-container.active {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .menu-modal nav {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 139px;
    }

    .menu-modal a {
        padding: 16px 0;
    }

    .menu-modal p {
        font-size: 20px;
        line-height: 28px;
        margin-left: 8px;
        padding-top: 0;
    }

    .menu-modal img {
        scale: 0.7;
    }

    .menu-modal .sub-menu {
        margin-left: 79px;
    }

    .menu-modal .sub-menu li {
        font-size: 16px;
        line-height: 40px;
    }

    .menu-modal .sub-menu.active {
        min-height: 80px;
    }

    .menu-modal .bottom-padding {
        margin-left: 40px;
    }

    .about-section-content {
        flex-direction: column-reverse;
    }

    .movie-info {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 3px;
    }

    .movie-content {
        flex-direction: column-reverse;
        align-items: center;
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 3px;
    }

    .movie-content>div {
        margin-top: 32px;
    }

    .movie-content>img {
        margin-left: 0;
    }

    .exibitions-section-title {
        flex-direction: column-reverse;
    }

    .exibitions-section-title img {
        margin-bottom: 56px;
    }

    .parceiros-modal-content {
        padding: 40px 20px;
    }

    .parceiros-modal h2 {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 32px;
    }

    .parceiros-list {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }

    .parceiro-item {
        padding: 15px;
    }

    .parceiro-item img {
        width: 200px;
        height: 200px;
    }

    .parceiro-item h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .parceiro-item p {
        font-size: 12px;
        line-height: 16px;
    }
}



.about-section-exibitions-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-bottom: 64px;
    max-width: 710px;
}

.about-section-exibitions-profile>p {
    text-align: center;
    font-size: 22px;
}

.about-section-exibitions-profile a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    text-decoration: none;
    color: #EBE9D5;
}

.about-section-exibitions-profile a p {
    line-height: 48px;
    width: 165px;
    text-align: center;
    z-index: 2;
}


.about-section-exibitions-profile a img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.go-to-top-wrapper {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 48px;
    z-index: 3;
    opacity: 0;
    transition: opacity 0.6s ease;
    display: none;
}

.go-to-top-wrapper.active {
    opacity: 0.75;
}

.go-to-top-wrapper .go-to-top-button {
    cursor: pointer;
}

@media (min-width: 768px) {
    .go-to-top-wrapper {
        height: 48px;
    }
}

@media (max-width: 600px) {
    .schedule-section nav {
        grid-template-columns: repeat(3, 1fr);
    }
}

