@media (max-width: 1500px) {
    header nav {
        padding: 0 70px;
    }

    #sobre .centro {
        grid-template-columns: 1.1fr 300px 1fr;
        gap: 30px;
    }

    #quem-somos h3,
    #sobre h3 {
        font-size: 53px;
    }
}

@media (max-width: 1390px) {
    header nav {
        padding: 0;
        max-width: 960px;
    }

    #pag_acomodacoes .descricao {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}

@media (max-width: 1100px) {
    header nav {
        justify-content: space-around;
        gap: 0;
        padding: 0 10px;
        width: 100%;
    }

    #sobre .centro {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    #sobre .esquerda {
        align-items: center;
    }

    #sobre .canto-direito {
        margin: 10px 0;
    }

    #sobre .canto-esquerdo {
        margin: 10px;
        margin-left: 0;
    }

    #sobre .esquerda .mask-img {
        border-radius: 32px;
        height: 300px;
    }

    #sobre .esquerda .mask-img::after {
        border-radius: 30px;
    }

    #sobre .direita .mask-img {
        border-radius: 32px;
        height: 460px;
    }

    #sobre .direita .mask-img::after {
        border-radius: 30px;
    }

    #sobre .folha {
        margin-bottom: 15px;
    }

    #sobre .meio p {
        padding-left: 10px;
    }

    #opcoes .caixa {
        height: 315px;
    }

    #opcoes .caixa h3 {
        width: 196px;
        height: 51px;
        font-size: 30px;
    }

    #reserve {
        height: 700px;
    }

    #reserve h2 {
        font-size: 49px;
    }

    #reserve a {
        width: 340px;
        height: 76px;
        font-size: 16px;
    }

    #quem-somos .centro {
        grid-template-columns: 360px 1fr;
        gap: 40;
    }

    #pag_eventos .centro {
        gap: 20px;
        margin: 0px auto;
    }

    #pag_eventos #video {
        margin: 40px auto;
    }

    #pag_eventos #galeria {
        margin: 40px auto;
    }

    #pag_eventos #galeria .centro {
        grid-template-rows: repeat(3, 308px);
        grid-template-columns: repeat(4, 1fr);
    }


    #pag_acomodacoes .top {
        width: 100%;
    }
}

@media (max-width: 868px) {

    header {
        position: fixed;
        top: -3px;
        left: 0;
        transform: none;
        z-index: 600;
        margin: 7px 0px 0 0px;
        border-radius: 36px;
        padding: 0;
        width: calc(100% - 20px);
    }

    header.ativo {
        position: fixed;
        top: 0;
        z-index: 600;
        margin-top: 0;
        border-radius: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 100%);
        width: 100%;
    }

    header.ativo h1 {
        box-shadow: none;
        background-color: transparent;
    }

    header .topo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: padding 0.3s ease;
        padding: 9px 10px 42px 10px;
        width: 100%;
    }

    header .nav-desktop {
        display: none;
    }

    .topo .como-chegar {
        display: none;
    }

    .bt_menu_mobile {
        display: flex;
        position: absolute;
        top: 52px;
        right: 40px;
        justify-content: center;
        align-items: center;
        z-index: 600;
        cursor: pointer;
        border: none;
        background: transparent;
        width: 30px;
    }

    header .bt_menu_mobile img {
        width: 100%;
        height: auto;
    }

    .menu-mobile-sombra {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: 998;
        transition: opacity 0.3s ease;
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

    .menu-mobile-sombra.aberto {
        opacity: 1;
        pointer-events: all;
    }

    .menu-mobile {
        display: flex;
        position: fixed;
        top: 0;
        left: calc(-1 * 80%);
        flex-direction: column;
        z-index: 999;
        transition: left 0.3s ease;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
        padding: 30px;
        padding-top: 58px;
        width: 80%;
        height: 100%;
    }

    .menu-mobile.aberto {
        left: 0;
    }

    .bt_fechar_mobile {
        align-self: flex-end;
        cursor: pointer;
        margin-bottom: 30px;
        border: none;
        background: transparent;
    }

    .bt_fechar_mobile img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .menu-mobile .mobile {
        display: flex;
        flex-direction: column;
        gap: 26px;
    }

    .menu-mobile .mobile .nav-link {
        transition: color 0.2s ease;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding-bottom: 23px;
        color: rgba(255, 255, 255, 0.85);
        font-weight: 500;
        font-size: 18px;
        font-family: "Montserrat", sans-serif;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .menu-mobile .mobile .nav-link:hover,
    .menu-mobile .mobile .nav-link.selected {
        color: var(--cor-dourado-cursiva);
    }

    .como-chegar {
        box-shadow: none;
        border-radius: 0px;
        background-color: transparent;
        padding: 0px;
    }

    .bt_como_chegar {
        color: rgba(255, 255, 255, 0.85);
        font-weight: 500;
        font-size: 18px;
    }

    #banner {
        margin: 4px 10px;
        width: calc(100% - 20px);
        height: calc(100vh - 20px);
    }

    #banner .cursivo {
        margin-bottom: 40px;
        font-size: 49px;
    }

    #banner .scroll-indicator {
        display: none;
    }

    #pag_acomodacoes #banner p,
    #pag_eventos #banner p,
    #pag_eventos #banner p,
    #banner p {
        font-size: 38px;
    }

    #sobre {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    #sobre .centro {
        width: calc(100% - 40px);
    }


    #sobre .folha {
        margin-bottom: 0px;
    }

    #sobre .meio p {
        font-size: 15px;
        line-height: 1.4;
    }


    #eventos .cursivo,
    #quem-somos .cursivo,
    #sobre .cursivo {
        font-size: 40px;
    }

    #quem-somos h3,
    #sobre h3 {
        font-size: 45px;
        line-height: 1;
    }

    #quem-somos .centro {
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        gap: 10px;
        margin: 20px auto;
        width: calc(100% - 20px);
    }

    #quem-somos h3 {
        margin-bottom: 0px;
    }

    #quem-somos .esquerda {
        max-width: unset;
        height: 100%;
    }

    #quem-somos .mask-img {
        border-radius: 32px;
        height: 460px;
    }

    #quem-somos .mask-img::after {
        border-radius: 30px;
    }

    #quem-somos .passador img:first-child {
        transform: translateY(50%) rotate(180deg);
    }

    #quem-somos .passador img {
        transform: translateY(50%);
    }

    #quem-somos .direita p {
        margin-bottom: 0;
        padding-left: 10px;
        max-width: unset;
        font-size: 15px;
        line-height: 1.4;
    }

    #quem-somos .canto-direito {
        align-self: flex-end;
        margin: 10px 0;
    }

    #quem-somos .canto-esquerdo {
        margin: 10px;
        margin-left: 0;
    }

    #pag_eventos #galeria .centro {
        grid-template-rows: repeat(4, 308px);
        grid-template-columns: repeat(3, 1fr);
    }

    #pag_eventos #video .mask-img {
        border-radius: 30px;
    }

    #pag_eventos #video .mask-img::after {
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        border-radius: 20px;
    }

    #pag_eventos #video .folha-icon {
        bottom: 20px;
        width: 40px;
    }

    #pag_acomodacoes .centro {
        gap: 30px;
        margin: 20px auto;
    }

    #pag_acomodacoes .top {
        height: 430px;
    }

    #pag_acomodacoes .mask-img {
        border-radius: 30px;
    }

    #pag_acomodacoes .mask-img::after {
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        border-radius: 20px;
    }

    #pag_acomodacoes .passador img {
        right: 25px;
        bottom: 25px;
    }

    #pag_acomodacoes .passador img:first-child {
        left: 25px;
    }

    #pag_acomodacoes .descricao p {
        line-height: 1.7;
    }

    #pag_acomodacoes .texto-complementar p {
        margin-bottom: 50px;
        margin-left: 100px;
        max-width: unset;
    }

    #opcoes {
        margin-bottom: 20px;
    }

    #opcoes .conteudo {
        flex-direction: column;
    }

    #opcoes .caixa {
        flex: none;
    }

    #reserve {
        background-size: cover;
        width: calc(100% - 20px);
        height: 500px;
    }

    #reserve h2 {
        font-size: 38px;
    }

    #reserve a {
        width: 207px;
        height: 56px;
        font-size: 12px;
    }

    #reserve .sombra {
        box-shadow: rgba(0, 0, 0, 0.46) 0 0 40px 60px;
        padding: 12px;
    }

    #reserve .passador img {
        right: 3px;
        width: 45px;
        height: 45px;
    }

    #reserve .passador img:first-child {
        left: 3px;
    }

    footer .reserve a {
        font-size: 13px;
    }
}

@media (max-width: 600px) {
    #pag_eventos #video .centro {
        width: calc(100% - 20px);
    }

    #pag_eventos #galeria .centro {
        grid-template-rows: repeat(6, 210px);
        grid-template-columns: repeat(2, 1fr);
        width: calc(100% - 20px);
    }

    #pag_acomodacoes .centro {
        gap: 5px;
    }

    #pag_acomodacoes .descricao h2 {
        font-size: 30px;
    }

    #pag_acomodacoes .descricao {
        gap: 0px;
    }

    #pag_acomodacoes .bottom {
        gap: 18px;
    }

    #pag_acomodacoes .texto-complementar p {
        margin-left: 50px;
        line-height: 1.4;
    }

    #pag_acomodacoes .descricao p {
        line-height: 1.4;
    }

    footer .reserve {
        flex-direction: column;
        gap: 20px;
        margin: 20px auto;
    }

    footer .links {
        border-radius: 25px;
    }

    footer .links img {
        margin-top: 20px;
    }

    footer .links ul {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        margin: 30px auto;
    }

    footer .links a {
        font-size: 20px;
    }
}