﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	text-decoration: none;
    vertical-align:baseline;
}

/*nao deixa o width ser afetado pelo padding*/
/**{ 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}*/
body {
    background-color: #2e1e48;
    font-family: 'Oswald', sans-serif;
    overflow-x: hidden !important;
    padding-top: 50px;
}

.transition {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

* {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.ct {
    display: table;
    width: 100%;
    position: relative;
    padding-bottom: 0px;
    overflow-x: hidden !important;
}

.logo {
    display: table;
    margin: auto;
    width: 400px;
    margin-bottom:15px;
}

.intro {
    display: table;
    width: 90%;
    max-width: 480px;
    text-align: center;
    margin: auto;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    opacity: 0.5;
    margin-bottom: 50px;
}


.navegacao {
    display: table;
    width: 95%;
    max-width: 828px;
    margin:auto;
    background-image:url(../images/line.svg);
    background-size:auto;
    background-repeat:no-repeat;
    background-repeat:repeat-x;
    position:relative;
    margin-bottom:50px;
}

.navegacao .btleft{
    display: table;
    position:absolute;
    top:-3px;
    left:0px;
    width:77px;
    background-color: #2e1e48;
    padding-right:20px;
    cursor:pointer;
    transition:0.2s;
}

.navegacao .btleft:hover{
}

.navegacao .btright{
    display: table;
    position:absolute;
    top:-3px;
    right:0px;
    width:77px;
    background-color: #2e1e48;
    padding-left:20px;
    cursor:pointer;
    transition:0.2s;
}

.navegacao .btright:hover{
}

.navegacao .txt{
    display: table;
    width: 90%;
    max-width: 242px;
    margin: auto;
    margin-top:-7px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #d9d905;
    text-align:center;
    text-transform:uppercase;
    background-color: #2e1e48;
    padding-left:20px;
    padding-right:20px;
}

.navegacao .txt span{
    display: table;
    width: 100%;
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
}

.calendar {
    display: table;
    width: 90%;
    margin: auto;
    position: relative;
    padding-bottom: 70px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.calendarscroll {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin:auto;
}

.mr {
    margin-right: 20px;
}

.calendar .collun{
    display: table;
    width: 230px;
    position: relative;
}

.calendar .collun .date{
    display: table;
    width: 100%;
    font-size: 48px;
    line-height: 48px;
    font-weight: 600;
    text-align:left;
    color: #c8d21b;
    padding-bottom:28px;
    text-transform:uppercase;
}

.calendar .collun .hour{
    display: table;
    width: 100%;
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
    text-align:left;
    color: #fff;
    text-transform:uppercase;
    margin-bottom:4px;
}

.calendar .collun .hour span{
    float:left;
    width:23%;
    font-size: 18px;
    line-height: 22px;
    color: #c8d21b;
}

.calendar .collun .hour div{
    float:left;
    width:70%;
}

/*.calendar .collun .p2 span{
    opacity:0.2;
    text-decoration:line-through;
}

.calendar .collun .p2 div{
    opacity:0.2;
    text-decoration:line-through;
}

.calendar .collun .p3 span{
    opacity:0.2;
    text-decoration:line-through;
}

.calendar .collun .p3 div{
    opacity:0.2;
    text-decoration:line-through;
}

.calendar .collun .p4 span{
    opacity:0.2;
    text-decoration:line-through;
}

.calendar .collun .p4 div{
    opacity:0.2;
    text-decoration:line-through;
}*/


.title {
    width:90%;
    margin:auto;
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-bottom:25px;
}

.title span{
    color: #d9d905;
}

.linerecinto {
    display: table;
    width: 90%;
    max-width: 1250px;
    height: 4px;
    margin: auto;
    background-image: url(../images/line2.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-repeat: repeat-x;
}

.linerecinto2 {
    display: table;
    width: 90%;
    max-width: 980px;
    height: 4px;
    margin: auto;
    background-image: url(../images/line2.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-repeat: repeat-x;
    padding-bottom:60px;
}

.recinto {
    margin: auto;
    position: relative;
    z-index: 2;
    height: 560px;
    max-height: 560px;
    max-width: 1180px;
    overflow: hidden;
    overflow-x: hidden;
    cursor: grab;
    opacity:0.9;
}

.scroll {
    display: table;
    position: relative;
    display: table;
    width: 1180px;
}

.recinto img {
    width: 100%;
    display: table;
}

.recinto .mapaimg {
}

.recinto .iconeimg {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
}



.footer {
    display: table;
    width: 80%;
    margin: auto;
    margin: auto;
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
    color: #fff;
    padding-top: 20px;
    margin-top: 10px;
    max-width: 980px;
    opacity:0.6;
}

.footer b{
    font-weight: 500;
}



.left{
    position:fixed;
    left:0px;
    bottom:0px;
    width:150px;
    z-index:1000;
    opacity:0.8;
}

.left img{
    display:table;
    width:100%;
}

.right {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 180px;
    z-index: 1000;
    opacity: 0.8;
}

.right img{
    display:table;
    width:100%;
}


.title2 {
    width: 90%;
    margin: auto;
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 25px;
}

.title2 span {
    color: #d9d905;
}

.ct2 {
    display: table;
    width: 100%;
    background-color: #564b69;
    padding-top: 80px;
    padding-bottom: 100px;
    border-top: 4px solid rgba(255,255,255,0.2);
}

.faqs {
    display: table;
    margin: auto;
    width: 90%;
    max-width: 600px;
    padding-bottom:40px;
}


.faq-item {
    border-top: 3px dotted rgba(255,255,255,0.3);
    padding: 15px 0;
    cursor: pointer;
    width: 100%;
}

.faqs .active .faq-question {
    color: #d9d905;
}

.faq-question {
    font-weight: bold;
    position: relative;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    padding-right:20px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.4s ease;
    opacity: 0;
    font-size: 19px;
    line-height: 28px;
    font-weight: 200;
    color: #fff;
    opacity: 0.5;
    text-align: left;
}

.faq-answer b{
    font-weight: 400;
}

    .faq-answer a {
        color: #fff;
        text-decoration:underline;
    }

.faq-item.active .faq-answer {
    max-height: 500px; /* suficientemente grande para conter qualquer resposta */
    opacity: 1;
    margin-top: 8px;
    transition: max-height 0.5s ease, opacity 0.4s ease;
}

.faq-answer.open {
    opacity: 1;
}

.faq-answer-content {
    padding: 30px;
    padding-top:17px;
    padding-left:0px;
    padding-right:0px;
}

.faq-question::after {
    content: "▼";
    position: absolute;
    right: 0;
    font-size: 8px;
    line-height: 22px;
    transition: transform 0.3s ease;
    top: 0px;
}

.faq-item.active .faq-question::after {
    transform: rotate(180deg);
}