body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:100%;
	height:100%;
	background-color: #FFFFFF;
    position: relative;
	overflow-x: hidden;
}
body, html { width:100%; height:100%; }

img {
	width: 100%;
	height: auto;
    margin-bottom: -4px;
}

.clear{
	clear: both;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;	
    -webkit-box-shadow: 0 15px 10px 0 rgba(1,1,1,0.15);
    box-shadow: 0 15px 10px 0 rgba(1,1,1,0.15);
}
    
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
}

.FixaMenu {
    background: rgba(0, 0, 0, 0.70);
}


.parallax {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}







/* TOPO TOPO TOPO TOPO TOPO TOPO */
.BgTopo {
    position: fixed;
    z-index: 1;
    width: 100%;
}

.ForaVideo {
    margin-top: -55px;
}

.ForaTopo {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 150px;
    align-items: center;
}

.MenuTopo {
    width: 620px;
    display: flex;
    justify-content: space-between;
}

.MenuTopo a {
    color: #fff;
    font: 20px 'Circular StdBlack', Arial, sans-serif;
    cursor: pointer;
}

.ForaRedesTopo {
    display: flex;
    width: 265px;
    justify-content: space-between;
}

.ImgBandeira {
    width: 29px;
    cursor: pointer;
}

@media screen and (max-width: 1040px)  {

.ForaTopo {
    height: 95px;
}

.MenuTopo {
    width: 390px;
}

.MenuTopo a {
    font: 17px 'Circular StdBlack', Arial, sans-serif;
}

.ForaRedesTopo {
    width: 178px;
}

}

@media screen and (max-width: 660px)  {

.MenuTopo {
    display: none;
}

.ForaTopo {
    height: 65px;
}

}



#videoHome {
    width: 100%;
}





/* BIO BIO BIO BIO BIO BIO*/

.BgBio {
    background-color: #0cbcd7;
}

.ForaBio {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.TextBio {
    font: 20px 'Circular Std Book', Arial, sans-serif;
    color: #fff;
    width: 35%;
    position: absolute;
    right: 5vw;
    text-align: justify;
    line-height: 25px;
    max-height: 365px;
}

.ImgBio {
    width: 70%;
}

.ImgBioResp {
    display: none;
}


@media screen and (max-width: 1000px)  {
    
.ForaBio {
    flex-direction: column;
}

.TextBio {
    display: none;
}

.TextBioResp {
    display: block;
    width: 75%;
    padding-top: 35px;
    padding-bottom: 35px;
    position: unset;
}

.ImgBio {
    width: 100%;
    display: none;
}

.ImgBioResp {
    display: block;
}

}


@media screen and (max-width: 600px)  {

.TextBioResp {
    width: 85%;
    font: 18px 'Circular Std Book', Arial, sans-serif;
    line-height: 21px;
}

}




/* OUCA OUCA OUCA OUCA OUCA OUCA*/

.ForaOuca {
    display: flex;
    flex-wrap: wrap;
}

.ImgOuca {
    width: 25%;
}

@media screen and (max-width: 600px)  {

.ImgOuca {
    width: 50%;
    margin-bottom: -1px;
}
    
}





/* AGENDA AGENDA AGENDA AGENDA AGENDA AGENDA*/

.BgAgenda {
    background-image: url("images/BgAgenda.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
}

.ForaAgenda {
    width: 1555px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 15vw;
    padding-top: 12vw;
}

.ItemAgenda {
    width: 17% !important;
    padding-top: 3vw;
    margin: 0 auto;
}

.TextAgenda1 {
    font: 25px 'bergen_monosemi_bold', Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: flex !important;
    justify-content: center !important;
}

.TextIngressosAgenda {
    font: 22px 'bergen_monobold', Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    background-color: #a972d4;
    margin-top: 10px;
    display: flex !important;
    justify-content: center !important;
    cursor: pointer;
    text-decoration: none;
    padding-top: 3px;
    padding-bottom: 3px;
}

@media screen and (max-width: 1665px)  {

.TextAgenda1 {
    font: 23px 'bergen_monosemi_bold', Arial, sans-serif;
}

.ForaAgenda {
    width: 1400px;
}

}

@media screen and (max-width: 1510px)  {

.TextAgenda1 {
    font: 21px 'bergen_monosemi_bold', Arial, sans-serif;
}

.ForaAgenda {
    width: 1180px;
}

.ItemAgenda {
    width: 19% !important;
}

}


@media screen and (max-width: 1300px)  {

.TextAgenda1 {
    font: 20px 'bergen_monosemi_bold', Arial, sans-serif;
}

.ForaAgenda {
    width: 960px;
}

}

@media screen and (max-width: 1075px)  {

.TextAgenda1 {
    font: 18px 'bergen_monosemi_bold', Arial, sans-serif;
}

.ForaAgenda {
    width: 865px;
}

}

@media screen and (max-width: 950px)  {

 .ItemAgenda {
    width: 23% !important;
}

.ForaAgenda {
    width: 775px;
}

}

@media screen and (max-width: 860px)  {

.TextAgenda1 {
    font: 17px 'bergen_monosemi_bold', Arial, sans-serif;
}

.ForaAgenda {
    width: 550px;
}

.ItemAgenda {
    width: 31% !important;
}

.TextIngressosAgenda {
    font: 20px 'bergen_monobold', Arial, sans-serif;
}

}

@media screen and (max-width: 625px)  {

.ForaAgenda {
    width: 385px;
}

.ItemAgenda {
    width: 45% !important;
}

}
    
@media screen and (max-width: 465px)  {

.ItemAgenda {
    width: 80% !important;
}

.ForaAgenda {
    width: 290px;
}

}

@media screen and (max-width: 370px)  {

 .TextAgenda1 {
     font: 18px 'bergen_monosemi_bold', Arial, sans-serif;
 }

.ItemAgenda {
    width: 100% !important;
}

.ForaAgenda {
    width: 250px;
}

}
    












/* CONTATO CONTATO CONTATO CONTATO CONTATO CONTATO */

.BgContato {
    background-image: url("images/BgContato.jpg");
    background-position: center;
    background-size: cover;
    margin-top: -2px;
}

.ForaContato {
    width: 1220px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 28vw;
    padding-bottom: 16vw;
}

.ForaLinks {
    display: flex;
    flex-direction: column;
}

.TextContato1 {
    font: 33px 'Circular StdBold', Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.TextContato2 {
    font: 28px 'Circular Std Book', Arial, sans-serif;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.BotaoContratantes {
    border: 3px solid #fff;
    margin-top: 30px;
    padding: 5px 15px;
    border-radius: 28px;
    margin-bottom: 28px;
    cursor: pointer;
    text-transform: uppercase;
}

.BotaoContratantes a {
    font: 40px 'Circular StdBold', Arial, sans-serif;
    color: #fff;
    letter-spacing: -2px;
}

.ForaContato2 {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    padding-bottom: 25px;
}

.TextContatoBaixo1 {
    font: 14px 'Circular StdBold', Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.TextContatoBaixo2 {
    font: 15px 'Circular Std Book', Arial, sans-serif;
    color: #fff;
}

.ImgGrag {
    display: none;
}

.FormContratantes {
    display: flex;
    flex-direction: column;
    width: 500px;
    margin: 0 auto;
}

#c_submit {
    height: 40px;
    margin-top: 15px;
    font: 21px 'Circular Std Book', Arial, sans-serif;
    cursor: pointer;
}

#c_senha {
    height: 40px;
}


@media screen and (max-width: 1290px)  {

.ForaContato {
    width: 840px;
    padding-top: 23vw;
    padding-bottom: 8vw;
}

.TextContato1 {
    font: 29px 'Circular StdBold', Arial, sans-serif;
}

.TextContato2 {
    font: 24px 'Circular Std Book', Arial, sans-serif;
}

.BotaoContratantes a {
    font: 32px 'Circular StdBold', Arial, sans-serif;
}
        
}

@media screen and (max-width: 880px)  {

.ForaContato {
    width: 695px;
}

.TextContato1 {
    font: 26px 'Circular StdBold', Arial, sans-serif;
}

.TextContato2 {
    font: 21px 'Circular Std Book', Arial, sans-serif;
}

.BotaoContratantes a {
    font: 28px 'Circular StdBold', Arial, sans-serif;
}
        
}


@media screen and (max-width: 730px)  {

.ForaContato {
    flex-direction: column;
    width: 100%;
    padding-top: 45px;
    padding-bottom: 0px;
}

.TextContato1 {
    font: 22px 'Circular StdBold', Arial, sans-serif;
}

.TextContato2 {
    font: 18px 'Circular Std Book', Arial, sans-serif;
}

.EsqContato {
    width: 290px;
    margin: 0 auto;
}

.DirContato {
    width: 290px;
    margin: 0 auto;
    margin-top: 20px;
}

.BgContato {
    background-image: url("images/BgContatoResp.jpg");
}

.ImgGrag {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.ImgForaContato2 {
    width: 31px;    
}

.TextContatoBaixo1 {
    font: 10px 'Circular StdBold', Arial, sans-serif;
}

.TextContatoBaixo2 {
    font: 10px 'Circular Std Book', Arial, sans-serif;
}

.BotaoContratantes {
    width: 151px;
}

.BotaoContratantes a {
    font: 22px 'Circular StdBold', Arial, sans-serif;
}

.FormContratantes {
    width: 90%;
    margin-top: 20px;
}

}