﻿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 {
    font-family: 'Oswald', sans-serif;
    overflow-x: hidden;
    background-color: #fff;
}

.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%;
    /*max-width: 1180px;
    margin:auto;*/
    position: relative;
    border-top: 3px dotted rgba(255,255,255,0.5);
    border-bottom: 3px dotted rgba(255,255,255,0.5);
}

.ctback {
    width: 100%;
    display: table;
    /*background-image: url(../images/vilar-de-mouros-2025.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;*/
    padding-top: 0px;
    /*padding-bottom:50px;*/
}

.stage0 {
    width: 100%;
    /*height: 840px;
    max-height:840px;*/
    position:relative;
}

.video {
    display: table;
    width: 100%;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
    object-fit: cover; /* garante que cobre todo o ecrã */
    background: #000; /* fallback */
}

.stage1 {
    display: table;
    width: 100%;
    /*border-top: 1px solid #000;*/
    /*border-bottom: 6px solid #000;*/
    /*border-bottom: 1px solid rgba(0,0,0,0.8);*/
}

.stage1 .container {
   display: table;
    width: 100%;
    margin: auto;

}

.stage1 .left {
    display: table;
    width: 33.3%;
    float: left;
    background-color: #18181e;
    background-image:url(../images/i1.jpg);
    background-size:cover;
    background-repeat:no-repeat;
}

    .stage1 .center {
        display: table;
        width: 33.3%;
        float: left;
        background-color: #18181e;
        position: relative;
        background-image: url(../images/i2.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

.stage1 .center .etiqueta {
    position:absolute;
    top:12px;
    left:12px;
    background-color:rgba(255,255,255,0.1);
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(255,255,255,0.3);
    text-transform:uppercase;
    padding:4px;
    padding-bottom:5px;
    border-radius:2px;
}

.stage1 .right {
    display: table;
    width: 33.3%;
    float: left;
    height: 654px;
    background-color: #ffffff;
    position:relative;
}

.stage1 .right img{
    display: table;
    width: 100%;
}

.stage1 .right .etiqueta {
    position:absolute;
    top:12px;
    left:12px;
    background-color:rgba(0,0,0,0.1);
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    color: rgba(0,0,0,0.3);
    text-transform:uppercase;
    padding:4px;
    padding-bottom:5px;
    border-radius:2px;
}

.logo {
    display: table;
    width: 260px;
    margin:auto;
    margin-bottom: 40px;
    opacity: 0.9;
}

.fixoct {
    width: 100%;
    margin: auto;
    display: table;
    max-width: 750px;
    /*position: sticky;
    top: 0px;*/
    z-index: 10;
    transition: 0.3s;
    background-color: rgba(22,150,95, 0);
}

.fixo {
    display: table;
    margin: auto;
    width: 100%;
}

.introct {
    display: table;
    width: 72%;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 30px;
    padding-top: 85px;
}

.intro {
    display: table;
    width: 100%;
    font-size: 22px;
    text-align:center;
    line-height: 34px;
    font-weight:300;
    letter-spacing: 0px;
    color: #fff;
    margin-top: 0px;
    padding-bottom: 6px;
    /*text-transform:uppercase;*/
    /*opacity: 0.8;*/
}

.introbts {
    display: table;
    margin:auto;
    margin-top: 50px;
    opacity: 0.9;
}

.btintro {
    display: table;
    float:left;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    border: 3PX solid #fff;
    border-radius: 0px;
    padding: 16px;
    padding-left: 20px;
    padding-right: 20px;
    transition: 0.2s;
    margin-left: 5px;
    margin-right: 5px;
}



.btintro:hover {
     padding-left:25px;
    padding-right:25px;
    cursor:pointer;
}


.help {
    display: none;
    width: 100%;
    margin: auto;
}

    .help div {
        display: table;
        width: 100%;
        max-width: 1180px;
        text-align: center;
        margin: auto;
    
        font-size: 22px;
        line-height: 30px;
        font-weight: normal;
        color: rgba(255,255,255,1);
        padding-top: 22px;
        padding-bottom:0px;
        margin-top: 0px;
        /*border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(255,255,255,0.1);*/
    }


.cartaz {
    display: table;
    width: 80%;
    margin: auto;
    font-size: 23px;
    line-height: 23px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    opacity: 0.9;
    padding-top: 90px;
}

    .cartaz .data {
        display: table;
        width: 31%;
        /*float: left;*/
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 50px;
    }

.cartaz .big{
    display: table;
    width:100%;
}

    .cartaz .dia {
        display: table;
        width: 35%;
        float: left;
        color: #fff !important;
        font-size: 22px;
        line-height: 22px;
        letter-spacing:-1px;
        text-align: center;
        font-weight: bold;
        padding-left: 0px;
    }

        .cartaz .dia span {
            display: table;
            margin: auto;
            width: 50px;
            font-size: 53px;
            line-height: 53px;
            font-weight: bold;
            padding: 6px;
            border: 3PX solid #FFF;
            background-color:transparent !important;
            color:#FFF !important;
            /*border-radius: 4px;*/
            margin-bottom: 7px;
            padding-top:2px;
        }

.ajuda {
    margin: auto;
    display: none;
    width: 100%;
    text-align: center;
    
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
    color: rgba(255,255,255,0.5);
    padding-top: 30px;
}

.cartaz .txt {
    display: table;
    width: 65%;
    font-weight: 800;
    /*padding-top: 6px;*/
    /*border-top: 1px solid #fff;*/
    height: 200px;
    /*border-bottom: 3px dotted RGBA(255,255,255,0.8);*/
}

    .cartaz .txt div {
        width: 100%;
        padding-bottom: 6px;
        font-weight: 800;
        font-size: 25px;
        line-height: 22px;
        letter-spacing:-2px;
        text-decoration:underline;
        /*color:#fff !important;*/
        transition:0.3s;
    }

        .cartaz .txt div span {
            font-size: 18px;
            line-height: 18px;
        }

        /*.cartaz .txt div:hover {
            color: #dd3b3b !important;
        }*/

.cartaz .txt .alignleft {
    float:left;
    margin-right:20px;
}

.cartaz .txt .alignleft:hover {
    text-decoration:none !important;
    /*cursor:initial !important;*/
}

.cartaz .txt div:hover{
    text-decoration:underline;
    /*cursor:pointer;*/
}

.division {
    width: 100%;
    height: 1px;
    /*max-width: 1200px;*/
    display: table;
    margin: auto;
    border-bottom: 2px solid rgba(255,255,255,1);
}

.bandas{
    width:100%;
    display:table;
    margin:auto;
}

.container2 {
    display: table;
    width: 95%;
    margin: auto;
    max-width: 1100px;
    /*border-left: 2px solid rgba(255,255,255,1);
    border-right: 2px solid rgba(255,255,255,1);*/
}

.bandas .left {
    width: 100%;
    height: 450px;
    display: table;
    float: left;
    position:relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-right: 1px solid rgba(255,255,255,0.1);
}

.bandas .play {
    position: absolute;
    display: table;
    width: 100%;
    top: 43%;
    left: 0px;
    text-align: center;
    transition: 0.2s;
}

.bandas .play img {
    transition:0.2s;
    display: table;
    margin: auto;
    width: 80px;
    text-align: center;
    cursor:pointer;
}

.bandas .play:hover {
    top: 42.5%;
}

.bandas .play:hover img {
    width: 90px;
}

.bandas .right {
    width: 59%;
    display: table;
    float: left;
}


    .bandas .right .txt1 {
        width: 86%;
        display: table;
        margin: auto;
      
        font-size: 38px;
        line-height: 38px;
        font-weight: 800;
        color: #fff;
        text-transform: uppercase;
        padding: 40px;
        padding-top: 50px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 20px;
    }

.bandas .right .txt1 span{
    font-size: 16px;
}

    .bandas .right .txt2 {
        width: 86%;
        display: table;
        margin: auto;
       
        font-size: 22px;
        line-height: 28px;
        font-weight: normal;
        color: #fff;
    }

.aba {
    display: none;
    background-color: #009efa;
    position: absolute;
    top: 0px;
    left: 0px;
    
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 5px;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    border: 2PX solid #fff;
    z-index: 1000;
}

.footer {
    border-top: 3px solid #fff;
    display: none;
    width: 100%;
    margin: auto;
    width: 100%;
    margin: auto;
    text-align: center;
    
    font-size: 20px;
    line-height: 28px;
    font-weight: 200;
    color: #000;
    padding-top: 30px;
    /*background-color: #fff;*/
    padding-bottom: 50px;
    margin-top: 0px;
    max-width: 980px;
}

.footer b{
    font-weight: 400;
}

.back {
    width: 100%;
    display: none;
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
}




.soptify {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    max-width: 500px;
    display: none;
    background-color: #282828;
    border: 4px solid #fff;
    padding: 10px;
    padding-top: 10px;
    z-index: 20;
}

    .soptify iframe {
        width: 100%;
        display: table;
        margin: auto;
    }

    .soptify div {
        display: table;
        width: 100%;
        text-align: right;
        
        font-size: 18px;
        line-height: 18px;
        font-weight: bold;
        color: #fff;
        padding-bottom: 10px;
        cursor: pointer;
    }




.back {
    width: 100%;
    display: none;
    background-color: rgba(0,0,0, 0.7);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
}



.abalefty {
    display: block;
    position: fixed;
    top: 0px;
    left: -610px;
    width: 100%;
    max-width: 600px;
    height: 100%;
    background-color: #FFF;
    /*border-left:1px solid rgba(0,0,0,0.2);*/
    z-index: 11111;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    transition: 0.5s;
    overflow-x: hidden;
    overflow-y: scroll;
}

    .abalefty .ctaba2 {
        display: table;
        width: 100%;
        opacity: 1;
    }

    .abalefty .close {
        display: table;
        width: 20px;
        border-radius: 100px;
        background-color: #00965e;
        padding: 10px;
        position: absolute;
        top: 20px;
        right: 25px;
        /*box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;*/
        cursor: pointer;
        z-index: 100;
        /*transition:0.3s;*/
    }

        .abalefty .close:hover {
            background-color: #000;
        }

        .abalefty .close img {
            display: table;
            width: 100%;
        }

    .abalefty .elemento {
        display: table;
        width: 100%;
    }


    .abalefty .txts {
        display: table;
        width: 90%;
        margin: auto;
        padding-top: 40px;
        padding-bottom: 170px;
    }

    .abalefty .txtaba1 {
        display: table;
        width: 85%;
        
        font-size: 46px;
        line-height: 44px;
        font-weight: 700;
        letter-spacing:-2px;
        color: #000;
        padding-bottom: 30px;
        text-transform: uppercase;
    }

        .abalefty .txtaba1 span {
            letter-spacing: -1px;
            display: table;
            width: 100%;
            font-size: 22px;
            line-height: 28px;
            color: #000;
            padding-bottom: 0px;
            padding-top:6px;
        }

    .abalefty .txtaba2 {
        display: table;
        
        font-weight: 300;
        font-size: 20px;
        line-height: 28px;
        text-align: justify;
        color: rgba(0,0,0,1);
        padding-bottom: 30px;
    }

    .abalefty .youtube {
        display: table;
        width: 100%;
    }

    .abalefty iframe {
        display: table;
        width: 100%;
        border-radius: 10px;
    }





.help {
    display: none;
    width: 100%;
    margin: auto;
    text-align: center;
    
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
    color: rgba(255,255,255,1);
    padding-top: 15px;
}


.recinto {
    margin: auto;
    margin-top: 0px;
    position: relative;
    z-index: 2;
    position: relative;
    opacity: 1;
    width: 294px;
    height: 660px;
    max-height: 660px;
    max-width: 294px;
    overflow: hidden;
    overflow-x: hidden;
    max-width: 200px;
    cursor: grab;
    opacity: 0.90;
}

.scroll {
    display: table;
    margin: auto;
    position: relative;
    display: table;
    width: 720px;
}

.recinto img {
    width: 100%;
    max-width: 720px;
    display: table;
}

.recinto .mapaimg {
    opacity: 1;
}

.recinto .iconeimg {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.legenda {
    display: table;
    width: 90%;
    max-width:980px;
    margin: auto;
    margin-top: 40px;
}

    .legenda img {
        display: table;
        width: 100%;
    }

.legenda2 {
    display: none;
    width: 90%;
    max-width: 980px;
    margin: auto;
    margin-top: 30px;
}

    .legenda2 img {
        display: table;
        width: 100%;
    }

.maskb {
    display: table;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    border-top: 4px solid rgba(255,255,255,1);
}

.marker {
    position: absolute;
    top: 0px;
    left: 0px;
    display: table;
    width: 42px;
}

    .marker img {
        display: table;
        width: 100%;
    }

    .marker:hover {
        cursor: pointer;
    }







.title2 {
    width: 90%;
    margin: auto;
    font-size: 30px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing:-1px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
    
}

    .title2 span {
        color: #fff;
    }

.ct2 {
    display: table;
    width: 100%;
    background-color: #16965f;
    padding-top: 0px;
    padding-bottom: 0px;
    
}

.ct3 {
    display: table;
    width: 100%;
    background-color: #1eb373;
    padding-top: 60px;
    padding-bottom: 0px;
}

.faqsct {
    display: table;
    margin: auto;
    width: 90%;
    max-width: 960px;
}

.faqs {
    display: table;
    margin: auto;
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    max-width: 600px;
    padding-bottom: 40px;
    float: left;
    
}


.faq-item {
    border-top: 3px dotted rgba(255,255,255,0.3);
    padding: 15px 0;
    cursor: pointer;
    width: 100%;
}

.faqs .active .faq-question {
    color: #0c6740;
    /**/
}

.faq-question {
    font-weight: bold;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    text-align: left;
    padding-right: 20px;
}

.faqtitle {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    text-align: left;
    
    color: #0c6740;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 14px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.4s ease;
    opacity: 0;
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
    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: 10px;
    padding-top: 5px;
    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);
}