/* STANDARD */


@media only screen and (max-width: 767px) { 
    .mobile-show{ display: flex !important; }
    .mobile-hide{ display: none !important; }
    
    }

@media only screen and (max-width: 999px) { 
    .tablet-show{ display: flex !important; }
    .tablet-hide{ display: none !important; }
        
}
    
    .mobile-show{ display: none; }
    .mobile-hide{ display: flex; }

    .hide{ display: none; }

/* CUSTOM RESPONSIVE CSS */

@media only screen and (max-width: 2800px){
    .headerBg{
        background-image: linear-gradient(to right, #dca45b 75%,#31241a 25%);
    }

    .menuBox{
        width: 21%;
    }

    .toplineBlockMain{
        width: 75%;
    }

    .toplineBlockData{
        width: 13%;
    }

    
}

@media only screen and (max-width: 2300px){
    .headerBg{
        background-image: linear-gradient(to right, #dca45b 70%,#31241a 30%);
    }

    .menuBox{
        width: 23%;
    }

    .toplineBlockMain{
        width: 60%;
    }

    .toplineBlockData{
        width: 17%;
    }
    
}

@media only screen and (max-width: 1920px){

    .toplineBlockMain{
        width: 80%;
    }

    .toplineBlockData{
        width: 23%;
    }

    .menuBox{
        width: 28%;
    }

    .menuOpen{
        right:-30%;
    }

        @keyframes menuAbre{
            0%{
                right:-30%;
                display: flex;
            }
            100%{
                right: 0%;
            }
        }

    .menuClose{
        right:-28%;
    }

        @keyframes menuFecha{
            0%{
                right: 0%;
                display: flex;
            }
            100%{
                right:-30%;
                display: none !important;
            }
        }

}

@media only screen and (max-width: 1680px){

    .headerBg{
        background-image: linear-gradient(to right, #dca45b 60%,#31241a 40%);
    }

    .toplineBlockMain{
        width: 65%;
    }

    .toplineBlockData{
        width: 25%;
    }

    .menuBox{
        width: 30%;
    }

    .menuOpen{
        right:-32%;
    }

        @keyframes menuAbre{
            0%{
                right:-32%;
                display: flex;
            }
            100%{
                right: 0%;
            }
        }

    .menuClose{
        right:-32%;
    }

        @keyframes menuFecha{
            0%{
                right: 0%;
                display: flex;
            }
            100%{
                right:-32%;
                display: none !important;
            }
        }
}


@media only screen and (max-width: 1440px){

    .headerBg{
        background-image: linear-gradient(to right, #dca45b 60%,#31241a 40%);
    }

    .toplineBlockMain{
        width: 63%;
    }

    .toplineBlockData{
        width: 30%;
    }

    .menuBox{
        width: 33%;
    }

    .menuOpen{
        right:-35%;
    }

        @keyframes menuAbre{
            0%{
                right:-35%;
                display: flex;
            }
            100%{
                right: 0%;
            }
        }

    .menuClose{
        right:-35%;
    }

        @keyframes menuFecha{
            0%{
                right: 0%;
                display: flex;
            }
            100%{
                right:-35%;
                display: none !important;
            }
        }
}


@media only screen and (max-width: 1366px){

    .headerBg{
        background-image: linear-gradient(to right, #dca45b 60%,#31241a 40%);
    }

    .toplineBlockMain{
        width: 60%;
    }

    .toplineBlockData{
        width: 30%;
    }

    .menuBox{
        width: 35%;
    }

    .menuOpen{
        right:-37%;
    }

        @keyframes menuAbre{
            0%{
                right:-37%;
                display: flex;
            }
            100%{
                right: 0%;
            }
        }

    .menuClose{
        right:-37%;
    }

        @keyframes menuFecha{
            0%{
                right: 0%;
                display: flex;
            }
            100%{
                right:-37%;
                display: none !important;
            }
        }
}


@media only screen and (max-width: 1280px){

    .headerBg{
        background-image: linear-gradient(to right, #caa868 58%,#1a191a 42%);
    }
    .headerBg{
        background-image: linear-gradient(to right, #dca45b 60%,#31241a 40%);
    }

    .toplineBlockMain{
        width: 50%;
    }

    .toplineBlockData{
        width: 40%;
        display: none;
    }

    .menuBox{
        width: 44%;
    }

    .menuOpen{
        right:-46%;
    }

        @keyframes menuAbre{
            0%{
                right:-46%;
                display: flex;
            }
            100%{
                right: 0%;
            }
        }

    .menuClose{
        right:-46%;
    }

        @keyframes menuFecha{
            0%{
                right: 0%;
                display: flex;
            }
            100%{
                right:-46%;
                display: none !important;
            }
        }

        
    .pg-ingressosCatMsgBox{
        max-width: auto;
        width: 98%;
    }
}

@media only screen and (max-width: 1024px){

    .toplineBlockMain{
        width: 70%;
    }

    .toplineBlockData{
        width: 30%;
        display: none;
    }

    .menuBox{
        width: 50%;
    }

    .menuOpen{
        right:-50%;
    }

        @keyframes menuAbre{
            0%{
                right:-52%;
                display: flex;
            }
            100%{
                right: 0%;
            }
        }

    .menuClose{
        right:-52%;
    }

        @keyframes menuFecha{
            0%{
                right: 0%;
                display: flex;
            }
            100%{
                right:-52%;
                display: none !important;
            }
        }

}

@media only screen and (max-width: 1000px){

    .toplineBlockMain{
        width: 31%;
    }

    .toplineBlockData{
        width: 50%;
    }

    .toplineBlockButtons{
        margin: 0;
        gap: 8px;
    }

    .hide-atracoes{
        display: none !important;
    }

    .menuBox{
        width: 50%;
    }

    .toplineBlockButtonsMenu{
        width: 55px;
        height: 40px;
        padding: 11px 14px;
        margin-right:20px;
        border-radius: 15px;
    }

.atracoesItemBox{
    width: 100%;
    flex-direction: column;
    padding: 0px 20px 0px 20px;
}

.atracoesItem{
    width: 100%;
}

    .atracoesItemTitle{
        padding: 0 10px;
    }

    .atracoesItemTitle h3{
        font-size: 40px;
    }

    .atracoesItem ul{
        flex-direction: column;
        gap: 10px;
    }

    .atracoesItem ul li{
        font-size: 22px;
    }

        .atracoesItemBG29{
            background-color: #caa868;
        }

        .atracoesItemBG30{
            background-color: #aa7951;
        }

.afterWrap{
    padding: 20px 0 0 0;
}

    .afterGallery{
        padding: 0 2%;
    }


    .afterCronoWrap{
        padding: 35px 5% 70px 5%;
    }
    
        .afterCrono{
            padding: 15px 0;
        }
    
        .afterCronoTxt1, .afterCronoTxt2{
            font-size: 28px;
        }
    
            .afterCronoItem ul{
                flex-wrap: wrap;
                gap:15px;
            }

            .afterCronoItem ul li{
                width: 120px;
                height: 120px;
            }
    

    .menuOpen{
        animation: menuAbre ease 1s forwards;
        right:-75%;
        display: flex;
        transition: 1s;
    }

        @keyframes menuAbre{
            0%{
                right:-75%;
                display: flex;
            }
            100%{
                right: 0%;
            }
        }

    .menuClose{
        animation: menuFecha ease 1s forwards;
        right:-75%;
        display: flex;
        transition: 1s;
    }

        @keyframes menuFecha{
            0%{
                right: 0%;
                display: flex;
            }
            100%{
                right:-75%;
                display: none !important;
            }
        }

        .pg-ingressosCatMsgBox{
            flex-direction: column;
            align-items: center;
        }

        .pg-ingressosCatList{
            padding: 20px 20px 40px 20px;
        }

            .pg-ingressosCatItem{
                width: 100%;
                max-width: 100%;
            }

}


@media only screen and (max-width: 767px){

    .headerBg, .toplineWrap, .toplineBlockMain{
        height: 70px;
        background-color: #caa868;
        align-items: center;
    }


    .toplineBlockMain{
        width: 20%;
    }

        .toplineBlockMainLogo a img{
            width: 100%;
            height: auto;
        }

        .toplineBlockButtons{
            height: 50px;
            margin: 0;
        }

            .toplineBlockButtonsMenu{
                width: 40px;
                height: 40px;
                padding: 11px 15px;
                margin-right:20px;
                border-radius: 15px;
            }

            .toplineBlockButtonsList ul li a{
                padding: 13px 10px 3px 10px;
                font-size: 16px;
            }


    .menuBox{
        width: 66%;
        gap:0;
    }

        .menuList{
            width: 95%;
            margin-top: 20px;
        }

            .menuList ul{
                gap: 25px;
            }

            .menuSocial{
                gap: 20px;
            }

                .menuSocialBtn{
                    width: 22px;
                    height: 22px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                    .menuSocialBtn a{
                        padding: 8px;
                        border-radius: 14px;
                    }

                        .menuSocialBtn a img{
                            width: 18px;
                            height: 18px;
                        }

                        .menuItem a{
                            padding: 4px 10px;
                            font-size: 16px;
                        }

        .storyNext{
            right:1%;
        }

        .storyItem{
            width: 100%;
            height: 514px;
            background-color: #918d89;
            object-fit: cover;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden;
            margin: 0px;
            padding: 0px;
            flex-shrink: 0;
            flex-grow: 1;
            position: relative;
        }

        .storyItem a{
            overflow: hidden;
            width: 100%;
            height: 100%;
        }

        .storyItemTitle{
            width: 70%;
            height: 100%;
            padding: 0 15%;
        }

        .storyItemTitle h2{
            font-size: 20px;
        }

            .storyItem a img{
                width: 100%;
                height: 100%;
                position: relative;
                object-fit: cover;
                z-index: 1;
            }


    .palcoLine{
        width: 100%;
    }

        .palcoLineContent{
            width: 100%;
            height: auto;
            padding: 40px 0px;
        }

            .palcoLineContentTitle{
                 width: 80%;
            }

                .palcoLineContentTitle img{
                    width: 80%;
                    height: auto;
                }

            .palcoLineContentTitleFac img{
                width: 75%;
                height: auto;
            }

            .palcoLineContentList{
                width: 90%;
            }

            .palcoLineContent ul{
                gap: 7px;
            }

            .palcoLineContentList ul li{
                font-size: 13px;
            }

            .palcoLineImage{
                display: none;
            }




    .afterTitle{
        width: 90%;
        margin: 0 auto;
    }

        .afterTitle h2{
            text-align: center;
            font-size: 36px;
        }

        .afterTitle img{
            width: 80%;
            height: auto;
        }

        .afterContent{
            width: 100%;
            margin: 0 auto;
            margin-top: -25px;
        }

        .afterContentFixTop{
            height: 60px;
        }

        .afterContentFixBottom{
            height: 70px;
        }

            .afterContent iframe{
                width: 100%;
                height: 315px;
            }

            .afterGalleryTitleImg img{
                width: 65%;
            }

            .afterGalleryTitleTop{
                padding: 40px 0 0 0;
            }

                .afterGalleryTitleTop h2{
                    font-size: 30px;
                    padding: 0 20%;
                    line-height: 30px;
                }

                .afterGalleryTitleMid h2{
                    font-size: 35px;
                    padding: 0 5%;
                }


            .afterGallery{
                padding: 0 5% 60px 5%;
            }


            .afterGalleryTitleMid{
                margin-top: 0;
                padding: 50px 0 30px 0;
            }

.instaWrap{
    height: auto;
    padding: 30px 0px;
}

    .instaBox{
        width: 90%;
        margin: 0 auto;
        flex-direction: column-reverse;
        gap: 30px;
    }

        .instaContent{
            width: 100%;
            flex-wrap: wrap;
        }

            .instaContentItem{
                width: 300px;
                height: 300px;
                margin: 0 auto;
            }

.seligaWrap{
    padding: 0px 0px 20px 0px;
}

    .seligaTitle img{
            width: 50%;
            height: auto;
        }

    .seligaList{
        width: 100%;
    }

        .seligaList a{
            width: 90%;
            margin: 0 auto;
        }

.parcBox1{
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
    border: 0;
}

.parcBox2{
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
    border: 0;
    gap: 60px;
    justify-content: center;
    align-items: center;
}

.parcBox3{
    width: 90%;
    margin: 30px auto 30px auto;
    border: 0;
}

    .apresentaBox{
        width: 100%;
        padding: 0 0 0px 0;
        align-items: center;
    }

        .apresentaTitle{
            margin: 0;
        }

        .apresentaList{
            flex-direction: column;
            justify-content: center;
        }

    .contentpartnerBox{
        width: 100%;
        padding: 0 0 0 0;
        align-items: center;
    }

        .contentpartnerTitle{
            margin: 0;
        }

        .contentpartnerList{
            flex-direction: column;
            justify-content: center;
            gap: 30px;
            padding: 30px 0 10px 0;
        }

            .contentpartnerItem{
                width: 70px !important;
            }

            .contentpartnerItem.w130{
                width: 130px !important;
            }

            .contentpartnerItem.w120{
                width: 120px !important;
            }

            .contentpartnerItem.w110{
                width: 110px !important;
            }

            .contentpartnerItem.w110{
                width: 110px !important;
            }

            .contentpartnerItem.w100{
                width: 100px !important;
            }

            .contentpartnerItem.w90{
                width: 90px !important;
            }

            .contentpartnerItem.w80{
                width: 80px !important;
            }

            .contentpartnerItem.w70{
                width: 70px !important;
            }

            .contentpartnerItem.w60{
                width: 60px !important;
            }

            .contentpartnerItem.w50{
                width: 50px !important;
            }

            .contentpartnerItem.w40{
                width: 40px !important;
            }

    .mediaBox{
        width: 100%;
        padding: 0 0 0 0;
        align-items: center;
    }

        .mediaTitle{
            margin: 0;
        }

        .mediaList{
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
        }

            .mediaItem{
                width: 70px !important;
            }

            .mediaItem.w100{
                width: 100px !important;
            }

            .mediaItem.w80{
                width: 80px !important;
            }

            .mediaItem.w70{
                width: 70px !important;
            }

            .mediaItem.w60{
                width: 60px !important;
            }

            .mediaItem.w50{
                width: 50px !important;
            }

            .mediaItem.w40{
                width: 40px !important;
            }

    .patrocinioBox{
        width: 100%;
        border:0;
        padding: 0 0 0px 0;
    }

        .patrocinioList{
            max-width: 250px;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
            padding: 10px 0 0 0;
        }

            .patrocinioItem{
                width: 70px !important;
            }

            .patrocinioItem.w150{
                width: 150px !important;
            }

            .patrocinioItem.w140{
                width: 140px !important;
            }

            .patrocinioItem.w130{
                width: 130px !important;
            }

            .patrocinioItem.w120{
                width: 120px !important;
            }

            .patrocinioItem.w110{
                width: 110px !important;
            }

            .patrocinioItem.w100{
                width: 100px !important;
            }

            .patrocinioItem.w90{
                width: 90px !important;
            }

            .patrocinioItem.w80{
                width: 80px !important;
            }

            .patrocinioItem.w70{
                width: 70px !important;
            }

            .patrocinioItem.w60{
                width: 60px !important;
            }

            .patrocinioItem.w50{
                width: 50px !important;
            }

            .patrocinioItem.w40{
                width: 40px !important;
            }

    .apoioBox{
        width: 100%;
        border:0;
        padding: 0 0 40px 0;
    }

    .parcmidiaBox{
        width: 100%;
    }

    .parcsingleBox{
        width: 45%;
    }

        .realizaItem{
            width: 70px !important;
        }

        .realizaItem.w100{
            width: 100px !important;
        }

        .realizaItem.w80{
            width: 80px !important;
        }

        .realizaItem.w70{
            width: 70px !important;
        }

        .realizaItem.w60{
            width: 60px !important;
        }

        .realizaItem.w50{
            width: 50px !important;
        }

        .realizaItem.w40{
            width: 40px !important;
        }

    .prefooterWrap{
        height: 20px;
    }

    .footerAviso{
        width: 100%;
        padding: 0 5%;
    }

        .footerSocialItemTxt{
            display: none;
        }

        .footerInfo{
            gap: 20px;
            flex-direction: column;
        }

            .footerInfoLogo img{
                width: 150px;
            }

            .footerInfoData{
                width: 100%;
            }

            .footerInfoDataTxt1{
                font-size: 1.5em;
                margin-top: -5px;
            }

            .footerInfoDataTxt2{
                font-size: 0.6em;
            }


            .footerInfoBananasTxt1{
                font-size: 0.5em;
            }

            .footerInfoBananasImg1 img{
                width: 40px;
            }

            .footerInfoRealizaBox{
                flex-direction: column;
                align-items: center;
                margin: 40px 0 40px 0;
            }

                .footerInfoRealiza{
                    justify-content: center;
                }

                    .footerInfoRealizaVenda{
                        width: 100px;
                    }

/* PAGES */


/* PAGE STYLE*/


.pg-atracoesTitleImg{
    width: 100%;
    padding: 0 20%;
}

    .pg-atracoesTitleImg img{
        width: 100%;
    }

.pg-atracoesAvisoWrap{
    padding: 0 40px;
}

    .pg-atracoesAviso h2{
        font-size: 30px;
    }

    .pg-atracoesAviso h3{
        font-size: 26px;
    }

.pg-atracoesContent{
    width: 100%;
    height: auto;
    flex-direction: column;
}

    .pg-atracoesContent h1{
        font-size: 45px;
        margin: 0px 0px -20px -40px;
    }

        .pg-atracoesInfo{
            width: 70%;
            height: auto;
            align-self: flex-end;
        }

            .pg-atracoesInfo p{
                width: 90%;
                padding: 28px 0px 28px 30px;
                box-sizing: border-box;
            }

        .pg-atracoesContentBg{
            display: none;
        }


        .pg-atracoesPalcos{
            padding: 0 0;
        }

            .pg-atracoesPalcosBox{
                padding: 0 0 0 0;
            }

        .pg-atracoesPalcosList{
            gap: 15px;
            padding: 40px 10px;
        }

        .pg-atracoesPalcosItem{
            width: 160px;
            height: 213px;
        }

        .pg-atracoesPalcosItem h2{
            font-size: 16px;
        }

        .pg-atracoesPalcosItem h2 > mark{
            padding: 2px 5px;
        }

        .pg-atracoesPalcosItemImg img{
            height: auto;
            opacity: 1.00;
        }

        .pg-atracoesPalcosTitle h2{
            color: #1a191a;
            font-size: 40px;
            letter-spacing: -2px;
            color: white;
        }

    .pg-pjrBox{
        width: 100%;
    }

        .pg-pjrTitle h2{
            margin: 0;
            padding: 0;
        }

        .pg-pjrTitle h2 img{
            width: 85%;
        }

        .pg-palcoList{
            width: 90%;
            margin: 0 auto;
        }

            .pg-palcoItem{
                width: 45%;
            }

                .pg-palcoItemTitle h4{
                    font-size: 15px;
                    padding: 0 10px;
                }

    .pg-pbrBox{
        width: 100%;
    }

        .pg-pbrTitle h2{
            margin: 0;
            padding: 0;
        }

            .pg-pbrTitle h2 img{
                width: 85%;
            }

    .pg-pfacBox{
        width: 100%;
    }

        .pg-pfacTitle h2{
            margin: 0;
            padding: 0;
        }

            .pg-pfacTitle h2 img{
                width: 50%;

            }

    .pg-arenaBox{
        width: 100%;
        margin: 0 auto;
    }

        .pg-arenaContent{
            flex-direction: column;
        }

        .pg-arenaInfo{
            width: 100%;
            height: auto;
            margin: 0 auto;
            padding: 120px 5% 10px 5%;
            align-items: flex-end;
        }

            .pg-arenaInfoTitleBox{
                width: 100%;
            }

                .pg-arenaInfoIcon{
                    width: 60%;
                    margin-right:0;
                    position: relative;
                }

                    .pg-arenaInfoIcon img{
                        width: 100%;
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        margin-bottom: -10px;
                    }

            .pg-arenaInfoTitle{
                width: 100%;
            }

            .pg-arenaInfoTitle h2{
                font-size: 40px;
            }

            .pg-arenaInfo2{
                width: 100%;
                height: auto;
                padding: 10px 5%;
            }

            .pg-arenaInfoTxt{
                width: 100%;
                justify-content: center;
            }

                .pg-arenaInfoTxt p{
                    width: 100%;
                    margin: 0 auto;
                    text-align: center;
                }


        .pg-arenaImage{
            width: 100%;
            height: auto;
            margin: 0 auto;
        }

.pg-tiroWrap{
    margin: 30px 0px 30px 0px;
}

    .pg-tiroBox{
        width: 100%;
        margin: 0 auto;
    }

        .pg-tiroContent{
            flex-direction: column;
        }

        .pg-tiroInfo{
            width: 100%;
            margin: 0 auto;
            height: auto;
            align-items: flex-end;
        }

        .pg-tiroInfo2{
            width: 100%;
            height: auto;
            padding: 0 5%;
        }

            .pg-tiroInfoTitleBox{
                width: 100%;
                padding: 0 5% 20px 5%;
            }

                .pg-tiroInfoTitle h2{
                            font-size: 42px;
                            text-align: right;
                        }

            .pg-tiroInfoIcon{
                width: 70%;
                height: auto;
                display: flex;
            }

                .pg-tiroInfoIcon img{
                    margin-left: 20px;
                    margin-bottom: -13px;
                    z-index: 2;
                }


            .pg-tiroInfoTxt{
                width: 100%;
                padding: 0 5%;
            }

            .pg-tiroInfoTxt p{
                width: 100%;
                text-align: center;
            }

        .pg-tiroImage{
            width: 100%;
            height: auto;
            margin: 0 auto;
        }

.rodaWrap{
    width: 100%;
    padding: 30px 0px 30px 0px;
}        

    .pg-rodaBox{
        width: 100%;
        margin: 0 auto;
    }
    
        .pg-rodaContent{
            flex-direction: column;
        }

        .pg-rodaInfoIcon{
            width: 50%;
            padding: 0px 0px 15px 0px;
            position: relative;
        }

            .pg-rodaInfoIcon img{
                width: 75%;
                position: absolute;
                bottom: 20px;
                left: 40px;
            }
    
        .pg-rodaInfo{
            width: 100%;
            height: auto;
            margin: 0 auto;
            padding: 30px 0 0 0;
            align-items: flex-end;
        }

        .pg-rodaInfo2{
            width: 100%;
            height: auto;
            padding: 0 5%;
        }
    
            .pg-rodaInfoTitleBox{
                width: 100%;
                padding: 0 5% 20px 5%;
            }
        
                .pg-rodaInfoTitle{
                    width: 100%;
                }
    
                .pg-rodaInfoTitle h2{
                    font-size: 50px;
                }
    
                .pg-rodaInfoTxt{
                    justify-content: center;
                    width: 100%;
                }
    
                    .pg-rodaInfoTxt p{
                        width: 100%;
                        text-align: center;
                    
                    }
    
    
            .pg-rodaImage{
                width: 100%;
                margin: 0 auto;
                height: auto;
            }



.pg-contatoTitleImg img{
    width: 80%;
}

.pg-contatoBox{
    flex-direction: column;
}

    .pg-contatoInfo{
        width: 100%;
        min-height: 300px;
        padding: 60px 10% 40px 10%;
    }

    .pg-contatoForm{
        width: 100%;
        min-height: auto;
    }

        .pg-contatoFormTitle{
            justify-content: center;
            text-align: center;
            padding: 0 5%;
        }

        .pg-contatoFormWidget{
            width: 100%;
        }

.pg-privacyTitleImg{
    width: 80%;
}

.pg-privacyTitleWrap{
    padding: 0 2%;
}

    .pg-privacyTitleWrap h1{
        font-size: 30px;
    }


.pg-galeriaBox{
    padding: 0 5% 80px 5%;
}

    .pg-galeriaTitleImg img{
        width: 75%;
    }

        .pg-galeriaTitleWrap h1{
            font-size: 35px;
            padding: 0 20px;
        }

.pg-linksWrap{
    min-height: 85vh;
}

    .pg-linksBox{
        padding: 0 5%;
    }

        .pg-linksContent a{
            font-size: 18px;
            padding: 15px 25px;
        }


.pg-muralTitleImg img{
    width: 75%;
}

    .pg-muralList{
        width: 100%;
        flex-direction: column;
    }

        .pg-muralList a{
            width: 100%;
        }

    .pg-muralBtn{
        width: 100%;
    }

.pg-faqBox{
    flex-direction: column;
}

    .pg-faqSearch{
        width: 100%;
        height: auto;
        padding: 60px 0px 60px 0px;
        }

    .pg-faqCat{
        width: 100%;
        height: auto;
        padding: 60px 0px 60px 0px;
        }

        .pg-faqSearch form > input{
            width: 100%;
        }

    .pg-faqList{
        padding: 60px 10% 80px 10%;
    }

    .pg-faqItem{
        padding: 15px 15px 15px 15px;
    }


    .pg-ingressosCronoWrap{
        padding: 30px 5%;
    }
    
        .pg-ingressosCronoTxt1, .pg-ingressosCronoTxt2{
            font-size: 28px;
        }
    
            .pg-ingressosCronoItem ul{
                flex-wrap: wrap;
            }
    
    
        .pg-ingressosVitrine{
            flex-direction: column;
        }
    
            .pg-ingressosVitrineIcon{
                width: 100%;
                margin-bottom: 0;
                padding: 0px 25%;
            }
    
            .pg-ingressosVitrineInfo{
                width: 100%;
                gap: 10px;
                margin: 20px 0px 0px 0px;
                padding: 0 10%;
            }
    
                .pg-ingressosVitrineInfo p{
                    width: 100%;
                    font-size: 12px;
                    line-height: 1.2rem;
                    text-align: justify;
                }
    
    
            .pg-ingressosPosTitle h3{
                    padding: 6px 20px;
                    font-size: 18px;
            }
    
            .pg-ingressosPosTitle p{
                width: 100%;
                height: auto;
                color: #1a1918;
                font-size: 14px;
                line-height: 1.2rem;
                margin: 0;
                text-align: center;
                padding: 0 5%;
            }
    
    .pg-ingressosCat{
            flex-direction: column;
            padding: 20px 0 0 0;
        }
    
        .pg-ingressosCatBtn{
            padding: 10px 0 0 0;
        }
    
            .pg-ingressosCatBtn a{
                font-size: 20px;
                border-radius: 20px;
                width: 90%;
            }
    
        .pg-ingressosCatList{
            flex-direction: column;
            padding: 0 0 40px 0;
            align-items: center;
        }
    
            .pg-ingressosCatItem{
                width: 90%;
            }
    
                .pg-ingressosCatItemTop{
                    height: auto;
                    padding: 15px 20px;
                }
    
                    .pg-ingressosCatItemTop h3{
                        font-size: 28px;
                        line-height: 1.6rem;
                    }
    
    
        .pg-ingressoPontosTitle h2{
            font-size: 36px;
            padding: 0 20px;
        }
    
        .pg-ingressoPontosTitle p{
            width: 100%;
            font-size: 12px;
            padding: 0 5%;
        }
    
        .pg-ingressoPontosList{
            flex-direction: column;
            padding: 0 15%;
        }
    
            .pg-ingressoPontosItem{
                width: 100%;
                padding: 30px 30px;
                border-radius: 20px;
                gap: 10px;
                flex-direction: column;
            }
    
                .pg-ingressoPontosItemLogo{
                    width: 100%;
                    padding: 0 10%;
                }
    
                    .pg-ingressoPontosItemLogo img{
                        width: 100%;
                        height: auto;
                    }
    
                .pg-ingressoPontosItemInfo{
                    width: 100%;
                    margin: 20px 0px 0px 0px;
                    padding: 0;
                }
    
                .pg-ingressoPontosItemBtn{
                    gap:10px;
                }

        .pg-ingressosFest{
            padding: 40px 50px 40px 50px;
        }

            .pg-ingressosFestBtn a{
                width: 100%;
                font-size: 20px;
                padding: 10px 20px;
                border-radius: 15px;
            }

    .pg-mapsetMapaWrap{
        padding: 60px 5%;
    }

    .pg-mapsetMapaTitle{
            width: 100%;
            height: auto;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            position: relative;
            padding: 0;
            left:0;
            top:0;
            margin: 0 0 40px 0;
        }


        .pg-mapsetMapaTitle p{
            padding: 0 15px;
            font-size: 14px;
            text-align: center;
            padding: 10px 0px 0px 0px
        }

        .pg-mapsetMapaFix{
            width: 50px;
            height: 50px;
        }

        .pg-mapsetMapaImg{
            width: 100%;
            padding: 0 0 0 0;
        }

    .pg-mapsetMapaDesc{
            width: 100%;
            position: relative;
            bottom: 0;
            left: 0;
            margin: 40px 0 0 0;
        }

        .pg-mapsetSetorList{
            width: 100%;
            height: auto;
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
            gap: 40px;
        }

    
}

@media only screen and (max-width: 350px){

    .toplineBlockButtonsList{
        display: none;
    }
}