@font-face { font-family: Soleto-Regular; src: url('../fonts/Soleto/Soleto_Trial_Rg.ttf'); }
@font-face { font-family: Soleto-Light; src: url('../fonts/Soleto/Soleto_Trial_Lt.ttf'); }
@font-face { font-family: Soleto-Bold; src: url('../fonts/Soleto/Soleto_Trial_Bd.ttf'); }

body,div,span,a,input,textarea,option{
	font-family: Soleto-Light;
}


/* ============================================================== -- ATTR*/

.fleft{
	float:left;
}

.fright{
	float:right;
}

.w-100{ width: 100%; }

.only-desktop{ display:initial; }
.only-mobile{ display:none; }


/* ============================================================== -- Template*/

/*NAV*/

nav a{
	font-family:Soleto-Bold;
	color:#fff100;
	text-decoration:none;
	text-transform:uppercase;
}

nav a:hover{
	color: #FFF;
	opacity: 1;
}

/*HEADER*/

header{
	width: 100%;
	top: 0;
	left: 0;
	z-index:9;
}

header .top{
	height: 111px;
	background: #000;
	position: fixed;
	width:100%;
	z-index:9;
}

header .logo{
	background:#fcee21;
	display:inline-block;
	float:left;
	width:472px;
	height:472px;
	border-radius:50%;
	position:relative;
	margin-left:-208px;
	margin-top:-234px;
	
	transition:background 1.5s

}

header .logo img{
	position:absolute;
	right:76px;
	bottom:90px;
	height:100px;
}

header .bar{
	padding-top:30px;
}

header nav{
	left:300px;
	position:absolute;
	text-align:left;
}


header nav .link{
	float:left;
	margin-right:41px;
	padding-bottom:20px
}


header nav.reducted .link{
	margin-right: 20px;
	font-size:15px;
	padding-top:3px
}

header nav .link:last-child{
	margin-right:0;
}

header nav .link:hover .submenu{
	display:block;
	position: fixed;
}

header nav .link .submenu{
	position:absolute;
	/*! background:#fbed1f; */
	display:none;
	margin-top:20px
}

header nav .link .submenu:before{
	content:'';
	position:absolute;
	width:6px;
	height:6px;
	top:-14px;
	border-radius:50%;
	background:#fbed1f;
	left: 0;
}

header nav .link .submenu a{
	/*! display: table-cell; */
/*	white-space: nowrap;*/
font-family:Soleto-Regular;
color:#221f1f;
padding:5px 15px;
/*! border-right:1px solid; */
font-size:12px;
vertical-align: middle;
display: inline-block;
background: #fbed1f;
float: left;
margin: 0px 1px 1px 0px;
}
header nav .link .submenu a:hover{
	opacity:1;
	background:#FFF;
}

header nav .link .submenu a:last-child{
	border-right:0;
}

header .right{
	position:absolute;
	right:18px;
	margin-top: -12px;
}

header .right span{
	vertical-align:middle;
}

header .lupabusca{
/*	margin-right:20px;*/
}

header .lang{
	padding-left:10px;
}

header .lang a{
	font-family:Soleto-Bold;
	color:#FFF;
	text-decoration:none;
	border-right:1px solid;
	padding:0px 6px;
}

header .lang a:last-child{
	border:0;
}

header.ef1{
	z-index:7;
}

header.ef1 .logo{
	background:rgba(252, 238, 33, 0.8);
	float:left;
	width:626px;
	height:626px;
	margin-left:0;
	margin-top:0;
	-webkit-transform:translateX(-46%);
	transform:translateX(-46%);
	
}

header.ef1 .logo img{
	position:absolute;
	left:70%;
	top:50%;
	height:65%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

header .versoes .versao{
	color:#fff100;
	border:1px solid;
	padding: 13px 0px 13px 13px;
	border-radius:50%;
	margin-right:10px;
	display: inline-block;
}

header .versoes .versao.active{
	color:#231f20;
	background-color:#fff100;
}

/*FOOTER*/

footer{
	background:#000;
	color:#FFF;
	padding-bottom:48px;
}

footer .logo img{
	width:180px;
	margin:43px 0px 0px 0px;
}

footer .inner{
	display:table;
	width:100%;
}

footer .left,footer .right{
	display:table-cell;
	vertical-align:bottom;
}

footer .right{
	text-align:right;
}

footer .email a{
	font-size:18px;
	font-family:Soleto-Regular;
	color:#FFF;
	text-decoration:none;
	letter-spacing:0.4px
}

footer nav{
	margin-bottom:30px;
	float:left;
}

footer nav a{
	display:inline-block;
	margin-top:26px;
	padding:5px 0px;
	margin-right:15px;
	padding-right:15px;
	border-right:1px solid;
	float:left;
}

footer nav a:last-child{
	padding:5px 0px;
	border:0;
}

footer .email{
	margin-bottom:20px;
	clear: both;
}

footer .share{
	margin-bottom:32px;
}

footer .apoio{
	text-align:right;
}

footer .apoio img{
	/*height:55px;*/
	margin-top:10px;
	/*margin-left: 25px;*/
	width: 100%;
}

/* ============================================================== -- Elemtentos */

a{
	text-decoration:none;
}

a:hover{
	opacity:0.8;
}

a img:hover{
	opacity:0.9;
}

b,strong,b *, strong *{
	font-family:Soleto-Bold;
}

.clearb{
	clear: both;
}

.centre{
	width: 1155px;
	text-align:left;
}

.page{
	margin-top:30px;
	margin-bottom:100px;
}

.page h1:first-child{
	margin-top: 120px;
}

.conteudo{
	padding:0px 10px;
}


.conteudo table td{
	vertical-align: top;
}

h1{
	font-family:Soleto-Light;
	font-size:42px;
	color:#231f20;
	padding:33px 10px;
	border-bottom:5px solid #fff100;
}

h1 span{
	padding-left:40px;
	position:relative
}

/* ponto */
h1 span:before{
	content:'|';
	font-size:100px;
	color:#fff100;
	position:absolute;
	left:0;
	top:-36px;
}

hr{
	background: #fff100;
	height:4px;
}

hr.large{
	border-bottom: 5px solid #fff100;
	opacity: 1;
}

.rs span{
	background:url(../imgs/redes-sociais-sprite.png);
	width:28px;
	height:28px;
	display:inline-block;
	margin:0px 5px;
	background-size: 100% auto;
	box-shadow:0px 0px 2px #FFF;
	border-radius:50%;
}

.rs .fb{ background-position:0px; }
/*.rs .ig{ background-position:-25px; }*/
/*.rs .yt{ background-position:24px; }*/
.rs .yt{ background-image:url(../imgs/icon-yt.png); }
.rs .ig{ background-image:url(../imgs/icon-ig.png); }

.lupabusca{
	display:inline-block;
	background:url(../imgs/lupa-busca.png);
	width:19px;
	height:24px;
}

.container2{
}

.spaceheader{
	height: 111px;
}

.simg{
	text-align: center;
}

.simg img{
	max-width:100%;
}

.share a{
	padding:7px 3px 7px 32px;
	display:inline-block;
	color:#FFF;
	font-size:16px;
	margin-right:11px;
}

.share .facebook{
	background:url(../imgs/ico-facebook.png) no-repeat;
}

.share .mailto{
	background:url(../imgs/ico-carta.png) no-repeat;
}

.blocktela{
	display:none;
	background:rgba(0,0,0,0.4);
	height:100%;
	width: 100% !important;
	padding:10px;
	position:fixed;
	top:0;
	left:0;
	box-sizing:border-box;
	z-index: 99999;
}

.blocktela .in{
	height:100%;
	width:100%;
	text-align: center;
	position:relative;
}

.blocktela .in img{
	max-height:100%;
	max-width:100%;
	transition: all 0.2s;
	top:50%;
	position:relative;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}

.blocktela .close{
	background:url(../imgs/gll-close.png) center center no-repeat;
	background-size:25px;
	padding:15px;
	position:fixed;
	right:0px;
	top:0px;
	cursor: pointer;
	z-index:9999;
	width:50px;
	height:50px;
}

.blocktela .nav span{
	position: fixed;
	width:80px;
	height:100%;
	background:#F0F;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	cursor:pointer;
	z-index: 999;
	padding: 20px;
}


.blocktela .nav span.back{
	left:0px;
	background:url(../imgs/gll-back.png) center center no-repeat;
}

.blocktela .nav span.next{
	right:0px;
	background:url(../imgs/gll-next.png) center center no-repeat;
}

.blocktela .nav span:hover,.blocktela .close:hover{
	background-color:rgba(0,0,0,0.1);
}

.pro-gallery:hover{
	cursor:pointer;
	opacity:0.9;
}

/* ============================================================== -- Index */

.index .centre{
	width: 1155px !important;
}

.sbanner{
	background:#EEE;
	overflow: hidden;
}

.sbanner .txt{
	color:#f9ec31;
	font-family:Soleto-Light;
	font-size:17px;
	position:relative;
	height:100px;
	width:100%;
	display:block;
	margin-top:-100px;
	padding:0px 70px;
	text-align:right;
	-webkit-transform:translateY(-100px);
	transform:translateY(-100px);
}

.todown{
	height: 60px;
	background:#000;
	position:relative;
}

.todown a{
	position: absolute;
	z-index:8;
	transform:translate(-50%,-50%);
	top:50%;
}


.destaques{
	overflow:hidden;
	display:inline-block;
	margin:0px -15px;
	margin-top:80px;
}

.destaques img{
	float:left;
	margin:15px;
}

.destaques .t11 img{
	width:266px;
	height:266px;
}

.destaques .t12 img{
	width:266px;
	height:561px;
}

.destaques .t21 img{
	width:562px;
	height:266px;
}

.nasredes{
	margin-top:10px;
	margin-bottom:50px;

}

.responsive.nasredes .jcarousel li {
	max-width:266px;
	margin-right:30px;
}

/* ============================================================== -- Paginas */

.marker{
	background: #fff100;
	padding: 5px 10px;
	display: inline-block;
	margin: 4px 0px;
	width: 100%;
}

.marker .box{
	padding: 30px 20px;
}

/* =============================================== -- Noticias */

.noticias .not{
	border-bottom: 4px solid #fff100;
	margin-bottom: 20px;
	padding-bottom: 20px;
	display: flex;
}

.noticias .not .img{
	float:left;
	max-width:300px;
	margin:0px 20px 20px 0px;
}

.noticias .not .titulo{
	color:initial;
	font-family:Soleto-Bold;
	font-size:24px;
	margin-bottom:0px;
}

.noticias .not .chamada{
	color:initial;
	margin-bottom:25px;
}

.noticias .not .data{
	color:initial;
	font-size:12px;
}

.noticias .not .sub{
	margin-bottom: 25px
}

.noticias .not .tags .tag{
	padding-right: 10px;
	border-right:1px solid #000;
	color: #000;
	margin-right: 5px
}

.noticias .not .tags .tag:nth-child(1){
	font-weight: bold
}

.noticias .not:hover .leiamais{
	text-decoration: underline
}

.noticia .img{
	width:100%;
	margin:20px 0px;
}

.noticia .titulo{
	color:initial;
	font-family:Soleto-Bold;
	font-size:24px;
	margin-bottom:20px;
	margin-top: 30px;
}

.noticia .data{
	color:initial;
	font-size:12px;
}


/* =============================================== -- Artistas */

.artista{
	margin-bottom:0px;
}

.artistas{
	border-top: #fff100 solid 4px;
	border-bottom: #fff100 solid 4px;
	padding:20px 0px;
	line-height:25px;
}

.artistas .blk{
	float:left;
	width:33.33%;
}

.artistas .it{
	display:block;
	position:relative;
	/*cursor:pointer;*/
}

.artistas .link{
	color:#333;
	text-transform: uppercase;
}

.artistas .link:hover{
	color:#25408e;
	text-decoration:underline;
}

.artistas .link.no-link:hover{
	text-decoration: none;
}

.artistas .it .box{
	display:block;
	display:none;
	position:absolute;
	background:#FFF;
	top:50%;
	left:20%;
	width:630px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index:9;
	border: #231f20 5px solid;
	padding:50px 30px 50px 20px;
	text-align:justify;
	line-height:initial;
	cursor: pointer;
}

.artistas .blk:nth-child(3) .box{
	left:0;
	-webkit-transform:translate(-90%,-50%);
	transform:translate(-90%,-50%)
}

.artistas .it:hover .box{
	display:block;

}

.artistas .it .box img{
	width:230px;
}

.artistas .it .box .nome{
	font-size:32px;
	text-transform:uppercase;
	width:230px;
	word-wrap:break-word;
	display:block;
	padding-left:20px;
	margin:10px 0px;
	text-align: left;
}

.artistas .it .box .local_ano{
	padding-left:20px;
	font-size:18px;
	font-family:Soleto-Regular;
}

.artistas .it .box .fleft{
	margin-right:30px;
}

.artista .local_ano{
	padding-left:33px;
	padding-top:10px;
	font-size:18px;
	font-family:Soleto-Regular;
	margin-bottom:30px;
}

.artista .img{
	float:left;
	margin-right:30px;
}

.artista h1{
	text-transform: uppercase;
}

/* =============================================== -- Artista */

.galeria{
/*	overflow: hidden;*/
}

.galeria .tt{
	font-size:25px;
	font-family:Soleto-Regular;
	padding:30px 0px;
}

/*.galeria ul{
	-webkit-column-count:3;
	        column-count:3
}*/

.galeria img{
	width:100%;
	display:inline-block;
	float:left;
/*	margin-bottom:10px;*/
	padding:0px 5px;
}

/* =============================================== -- Busca */

.busca .result a{
	display:block;
	border-bottom:1px solid #fff891;
	padding-bottom:20px;
	margin-bottom:20px;
	color:#000;
	line-height:initial;
}

.busca .result a .titulo{
	font-family:Soleto-Regular;
	display:block;
	font-size:24px;
}

.busca form{
	padding:30px 0px;
	margin-bottom:30px;
}

.busca input{
	padding:10px;
	border:0;
	border-bottom:1px solid;
	width:400px;
}

.busca input:hover{
	background:#FBFBFB;
}

/* =============================================== -- Convocatorias */

/*.convocatorias h1{
	font-family:Soleto-Bold;
	font-size:58px;
	text-transform:uppercase;
	position:relative;
	padding-top:50px;
	margin-top:140px;
}*/
/*
.convocatorias h1:before{
	content:'CONVOCATÓRIA';
	font-family:Soleto-Bold;
	font-size:34px;
	position:absolute;
	top:0;
	color:#fff100;
}*/

/*.lg_en .convocatorias h1:before{ content:'OPEN CALL'; }*/

/* =============================================== -- Exposicoes */

/*.exposicoes h1{
	display: none;
}*/

/*.exposicoes .page{
	margin-top:30px;
}*/

.exposicoes .spacetop{
	height: 140px;
}

/* =============================================== -- Exposicoes */

.convidados h1{
	border-bottom: 0;
	margin-top: 30px;
}

/* =============================================== -- Fale Conosco */

.page-contato{
	display:table;
	margin-top:-80px;
}

.page-contato label{
	display:table-row;

}

.page-contato label span{
	display:table-cell;
	vertical-align:middle;
	padding-bottom:20px;
	min-width:120px;
	text-align:left;
}

.page-contato input
,.page-contato textarea{
	width:400px;
	border-radius:2px;
	border:1px solid #d3d3d3;
	padding:8px;
	vertical-align:middle;
}

.page-contato textarea{
	height: 20px;
	padding: 40px 8px;
}

.page-contato textarea:focus{
	height: 90px;
	padding: 8px;
}

.page-contato button{
	color:#616060;
	background:none;
	border:0;
	border-bottom:1px solid;
	padding:0;
	font-family:Soleto-Light;
	font-size:16px;
	text-transform:uppercase;
	display:inline-block;
	margin-left:10px;
}

.page-contato button:hover{
	color:#00803a;
	cursor:pointer;
}


/* =============================================== -- Fotos */


.tabs{
	font-size: 14px;
	padding-left: 20px
}

.tabs a{
	border: 2px solid #fff100;
	padding: 2px 10px;
	color: #000;
	font-weight: bold;
}

.tabs a.active{
	background-color: #fff100;
}

.responsive.galeria .jcarousel-control-prev,
.responsive.galeria .jcarousel-control-next {
    background-size: auto 100% !important;;
}

.responsive.galeria .jcarousel-control-prev {
 background:url(../imgs/gll-back2.png) no-repeat center;
 left: -40px;
}

.responsive.galeria .jcarousel-control-next {
 background:url(../imgs/gll-next2.png) no-repeat center;
 right: -40px;
}





.item-galeria .header{
  color:#000;
	padding: 3px;
	margin-bottom: 10px;
}

.item-galeria .header .title{
	font-size: 22px;
	font-weight: bold;
	border-right: 1px solid;
	padding-right: 10px;
	margin-right: 5px;
}

.item-galeria .header .category{
	font-size: 16px;
	font-weight: bold;
	border-right: 1px solid;
	padding-right: 10px;
	margin-right: 5px;
	padding-top: 4px
}

.item-galeria .header .date{
	font-size: 13px;
}

.movie{
	color: #000;
	padding: 20px 0px;
}

.movie .video{
	max-width: 550px;
}

.movie .video iframe{
	width: 100%;
	max-width: 550px;
	height: 320px;
}

.movie .title{
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0px;
}
.movie .description{

}