/*************************** SHOWS ****************************/
.centralized_title{
	text-align: center;
	text-transform: uppercase;
	font-size: 45px;
	margin: 25px 0 45px;
	line-height: 1.2em;
	font-weight: 700;
}

.title_and_desc_page{
	border-bottom: 1px solid #d5d5d5;
}
.title_and_desc_page .centralized_title,
.title_and_desc_page .page_desc{
	text-align: center;
	margin: 25px 0;
	display: block;
}
.title_and_desc_page .page_desc{
	font-size: 17px;
	font-weight: 700;
}

.shows_wrapper{
	background-color: #f5f5f5;
	background-position: right 40px;
	width: 100%;
}
.shows_wrapper article{
	margin: 1px 0;
}
.image_wrapper{
	width: 50%;
	height: 620px;
	float: left;
	position: relative;
	overflow: hidden;
}
.image_wrapper:after{
	content: ' ';
	height: 0;
	width: 0;
	line-height: 0;
	overflow: hidden;
	border: 10px solid #f5f5f5;
	border-left-color: transparent;
	top: 50%;
	right: -10px;
	margin-top: -10px;
	position: absolute;
}
.image_wrapper > div{
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
.image_wrapper > div:before,
.image_wrapper > div:after{
	content: ' ';
	height: 50%;
	width: 10px;
	line-height: 0;
	overflow: hidden;
	background: #f5f5f5;
	right: 0px;
	position: absolute;
}
.image_wrapper > div:before{
	top: -10px;
}
.image_wrapper > div:after{
	bottom: -10px;
}
.text_side{
	width: 50%;
	float: left;
	max-width: 490px;
	box-sizing: border-box;
	padding-left: 50px;
	height: 620px;
}
.text_side .scheduled_date{
	margin: 30px 0;
	color: #a7a6a6;
}
.text_side .scheduled_date > div{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.text_side .scheduled_date > div .day,
.text_side .scheduled_date > div .month{
	font-size: 45px;
	display: block;
	line-height: 1.3em;
}
.text_side .scheduled_date > div .month{
	border-top: 3px solid #a7a6a6;
}
.text_side .scheduled_date abs{
	font-size: 60px;
	font-weight: 300;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
}
.text_side time{
	font-size: 26px;
	font-weight: 700;
	color: #a7a6a6;
}
.text_side h1{
	font-size: 30px;
	text-transform: uppercase;
	margin: 0;
	line-height: 1.5em;
}
.text_side .show_desc{
	font-size: 15px;
	line-height: 1.7em;
}
.text_side a{
	font-size: 13px;
	color: #fff;
	display: inline-block;
	background: #4b4b4b;
	padding: 7px 20px;
	border-radius: 20px;
	margin: 10px 0;
	transition: background 0.3s ease;
}
.text_side a:hover{
	background: #eb302e;
}


/*************************** INGRESSOS ****************************/
.list_ingressos{
	margin: 50px 0;
	text-align: center;
}
.list_ingressos li{
	margin: 30px 0;
	display: block;
}
.list_ingressos li h3{
	font-size: 20px;
	text-transform: uppercase;
	margin: 0;
}
.list_ingressos li > div{
	font-size: 17px;
}
.list_ingressos li > div p{
	margin: 0;
}

.blue_ticket_place{
	background: #dfdede;
	padding: 1px 0;
}
.blue_ticket_place > div{
	margin: 40px auto;
	padding: 0 15px;
	box-sizing: border-box;
	width: 100%;
	max-width: 560px;
	text-align: center;
}
.blue_ticket_place > div .blue_ticket_text{
	color: #686868;
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
}
.blue_ticket_place > div .blue_ticket_text small{ font-size: 17px; display: block; line-height: 1em; }
.blue_ticket_place > div .blue_ticket_text span{ font-size: 49px; display: block; line-height: 1em; }

.blue_ticket_place > div .blue_ticket_arrow{
	display: inline-block;
	margin: 0 30px;
	vertical-align: middle;
}
.blue_ticket_place > div .blue_ticket_link{
	display: inline-block;
	vertical-align: middle;
}


/*************************** GALERIA ****************************/
.gallery_wrapper > div{
	width: 33.333%;
	width: -webkit-calc(33.333% - 1px);
	width: -moz-calc(33.333% - 1px);
	width: calc(33.333% - 1px);
	margin: 0.5px;
	height: 450px;
	float: left;
	position: relative;
	text-align: center;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
.gallery_wrapper > div:after{
	content: ' ';
	height: 0;
	width: 0;
	line-height: 0;
	overflow: hidden;
	border: 10px solid #f1eeee;
	border-top-color: transparent;
	bottom: 51px;
	right: 50%;
	margin-right: -10px;
	margin-top: -10px;
	position: absolute;
	transition: all 0.5s ease;
}
.gallery_wrapper > div a{
	display: block;
	width: 100%;
	height: 100%;
	background: transparent;
	background-position: center;
	background-size: 0px;
	transition: background-color 0.5s ease, background-size 0.3s ease;
}
.gallery_wrapper > div:hover a{
	background: rgba(0,0,0,0.6);
}
.gallery_wrapper > div h2{
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
	color: #868585;
	position: absolute;
	bottom: 0;
	background: #f1eeee;
	width: 100%;
	padding: 15px 0 25px;
	margin: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.5s ease;
}
.gallery_wrapper > div a:before,
.gallery_wrapper > div a:after{
	content: ' ';
	height: 10px;
	width: 50%;
	line-height: 0;
	overflow: hidden;
	background: #f1eeee;
	position: absolute;
	bottom: 61px;
	transition: all 0.5s ease;
}
.gallery_wrapper > div a:before{
	left: -9px;
}
.gallery_wrapper > div a:after{
	right: -10px;
}
.gallery_wrapper > div:hover a:before,
.gallery_wrapper > div:hover a:after,
.gallery_wrapper > div:hover a h2{
	background: rgb(193,195,205);
	color: #fff;
}
.gallery_wrapper > div:hover:after{
	border-color: rgb(193,195,205);
	border-top-color: transparent;
}
.gallery_wrapper > div a span{
	display: block;
	position: absolute;
	top: -50px;
	left: 50%;
	width: 130px;
	margin-left: -65px;
	color: #fff;
	border: 1px solid #fff;
	padding: 7px 0;
	text-align: center;
	border-radius: 20px;
	opacity: 0;
	transition: top 0.3s ease, opacity 0.5s ease;
}
.gallery_wrapper > div:hover a span{
	top: 40%;
	opacity: 1;
}

.titulo_album{
	margin: 30px auto;
	text-align: center;
}
.titulo_album h1{
	margin: 10px 0;
}
.titulo_album h2{
	font-size: 30px;
	margin: 10px 0 20px;
	line-height: 1em;
	font-weight: 300;
	text-transform: uppercase;
}
.gallery_wrapper > div.gallery_item{
	height: 390px;
}
.gallery_wrapper > div.gallery_item:after{
	content: none;
}
.gallery_wrapper > div.gallery_item a:before,
.gallery_wrapper > div.gallery_item a:after{
	content: none;
}
.gallery_wrapper > div.gallery_item a:hover{
	background-image: url('../images/expand.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px;
}


/*************************** VÍDEO ****************************/
.video_wrapper > div{
	width: 33.333%;
	width: -webkit-calc(33.333% - 1px);
	width: -moz-calc(33.333% - 1px);
	width: calc(33.333% - 1px);
	margin: 0.5px;
	height: 390px;
	float: left;
	position: relative;
	text-align: center;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
.video_wrapper > div a{
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 40px;
	background: url('../images/play.svg') center no-repeat rgba(0,0,0,0.75);
	opacity: 0;
	transition: opacity 0.5s ease;
}
.video_wrapper > div a:hover{
	opacity: 1;
}
.video_wrapper > div h2{
	font-size: 22px;
	font-weight: 900;
	color: #ffffff;
	margin: 0;
	line-height: 1.5em;
}


/*************************** HOME ****************************/
#frinape_wrapper{
	padding: 1px 15px;
	text-align: center;
	background: url('../images/frinape_bg.jpg') center no-repeat #f4f4f2;
}
#frinape_wrapper .content_centralizer{
	max-width: 800px;
	margin: 70px auto;
}
#frinape_wrapper h2{
	font-size: 60px;
	font-weight: 700;
	margin: 40px 0;
	line-height: 1em;
	color: #acaeb3;
}
#frinape_wrapper .content_centralizer div{
	margin: 40px 0;
	font-size: 17px;
	line-height: 1.7em;
}
#news_wrapper{
	margin: 70px 0;
}
#news_wrapper h2{
	font-size: 45px;
	color: #575858;
	text-align: center;
	margin: 40px 0;
	line-height: 1em;
}
#news_wrapper article a{
	color: #454545;
}
#news_wrapper article a h3{
	font-size: 20px;
	font-weight: 900;
	line-height: 1.2em;
	margin: 0 0 5px;
}
#news_wrapper article a .post-text{
	font-size: 15px;
	line-height: 1.5em;
}
#news_wrapper article.bigger_new img{
	width: 100%;
	display: block;
	height: auto;
	box-sizing: border-box;
}

#news_wrapper article.bigger_new{
	width: 31.5%;
	float: left;
	margin: 20px 0;
}
#news_wrapper article.bigger_new .text-middle{
	border-left: 4px solid #43a6ba;
	padding-left: 10px;
	margin-top: 20px;
}
#news_wrapper article.smaller_new{
	width: 48%;
	float: left;
	margin: 20px 0;
}
#news_wrapper article.smaller_new img{
	width: 40%;
	display: block;
	height: auto;
	float: left;
	box-sizing: border-box;
}
#news_wrapper article.smaller_new .text-middle{
	float: left;
	width: 57%;
	margin-left: 3%;
}
#news_wrapper article.central_margin{
	margin: 20px 2.75%;
}
#news_wrapper article.left_margin{
	margin: 20px 0 20px 4%;
}

#colored_boxes{
	margin: 70px 0;
}
#colored_boxes .content > a{
	width: 32.5%;
	height: 310px;
	color: #fff;
	text-align: center;
	padding: 40px 30px;
	display: block;
	box-sizing: border-box;
	float: left;
}
#colored_boxes .content > a h3{
	font-size: 30px;
	line-height: 1em;
	font-weight: 900;
	margin: 0.7em 0;
	text-transform: uppercase;
}
#colored_boxes .content > a div{
	font-size: 15px;
	text-transform: uppercase;
}
#colored_boxes .content > a.show_box{ background: url('../images/show_box.jpg') center no-repeat #259443; }
#colored_boxes .content > a.eventos_box{ background: url('../images/eventos_box.jpg') center no-repeat #eba417; margin: 0 1.25%; }
#colored_boxes .content > a.programacao_box{ background: url('../images/programacao_box.jpg') center no-repeat #f44a48; }

#corte_wrapper{
	padding: 1px 0 50px;
	color: #fff;
	text-align: center;
	background: #38a8ba;
	background: -moz-linear-gradient(top,  #38a8ba 0%, #007fa3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#38a8ba), color-stop(100%,#007fa3));
	background: -webkit-linear-gradient(top,  #38a8ba 0%,#007fa3 100%);
	background: -o-linear-gradient(top,  #38a8ba 0%,#007fa3 100%);
	background: -ms-linear-gradient(top,  #38a8ba 0%,#007fa3 100%);
	background: linear-gradient(to bottom,  #38a8ba 0%,#007fa3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38a8ba', endColorstr='#007fa3',GradientType=0 );
}
#corte_wrapper h2{
	font-size: 60px;
	margin: 70px 0;
	line-height: 1em;
}

.corte_home{
	margin: 0;
	list-style: none;
	padding: 0;
}
.corte_home li{
	float: left;
}
.corte_home li.big_image{
	width: 32%;
	margin-bottom: 50px;
}
.corte_home li.small_image{
	width: 16%;
	margin: 20px 0;
	margin-right: 0.5%;
	float: none;
	display: inline-block;
}
.corte_home li.small_image:last-child{
	margin-right: 0;
}

.corte_home li.small_image h3,
.corte_home li.big_image h3{
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 0 15px;
	line-height: 1em;
}
.corte_home li.big_image h3{
	font-size: 30px;
}
.corte_home li.big_image h4{
	font-size: 17px;
	margin: 10px 0;
	font-weight: 400;
	line-height: 1em;
}
.corte_home li.small_image h3{
	font-size: 20px;
}

.corte_home li .corte_image_wrapper{
	border-radius: 100%;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	border: 2px solid rgba(255,255,255,0.6);
}
.corte_home li.big_image .corte_image_wrapper{
	padding: 10px;
}
.corte_home li.small_image .corte_image_wrapper{
	padding: 4px;
}
.corte_home li img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 100%;
}
.corte_home li.middle_image{
	margin: 0 2%;
}

.corte_home li a{
	width: 100%;
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: calc(100% - 20px);
	height: 100%;
	height: -webkit-calc(100% - 20px);
	height: -moz-calc(100% - 20px);
	height: calc(100% - 20px);
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	border-radius: 100%;
	background: rgba(255,255,255,0.5);
	opacity: 0;
	transition: opacity 0.5s ease;
}
.corte_home li a span{
	color: #fff;
	font-size: 15px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -19px;
	margin-left: -60px;
	padding: 7px 0;
	width: 120px;
	border-radius: 20px;
	font-weight: 700;
	background: #007fa3;
	border: 1px solid #007fa3;
}
.corte_home li a:hover{
	opacity: 1;
}

#tickets_wrapper{
	background: #2a8899; /* Old browsers */
	background: -moz-linear-gradient(left,  #2a8899 0%, #2a8899 49%, #2f647a 51%, #2f647a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2a8899), color-stop(49%,#2a8899), color-stop(51%,#2f647a), color-stop(100%,#2f647a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #2a8899 0%,#2a8899 49%,#2f647a 51%,#2f647a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #2a8899 0%,#2a8899 49%,#2f647a 51%,#2f647a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #2a8899 0%,#2a8899 49%,#2f647a 51%,#2f647a 100%); /* IE10+ */
	background: linear-gradient(to right,  #2a8899 0%,#2a8899 49%,#2f647a 51%,#2f647a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a8899', endColorstr='#2f647a',GradientType=1 ); /* IE6-9 */
}
#tickets_wrapper .image_bg{
	padding: 70px 0;
	background: url('../images/tickets_bg.png') center no-repeat;
}
#tickets_wrapper .ingressos_wrapper,
#tickets_wrapper .como_chegar_wrapper{
	width: 50%;
	float: left;
	text-align: center;
	color: #fff;
	padding: 0 40px;
	box-sizing: border-box;
}
#tickets_wrapper h2{
	font-size: 40px;
	margin: 20px 0;
	line-height: 1em;
	text-transform: uppercase;
}
#tickets_wrapper .descr{
	font-size: 17px;
	line-height: 1.5em;
	margin: 20px 0 30px;
}
#tickets_wrapper a{
	color: #fff;
	border: 1px solid #fff;
	padding: 7px 15px;
	border-radius: 20px;
	display: inline-block;
	transition: color 0.3s ease, background 0.3s ease;
}
#tickets_wrapper a:hover{
	background: #fff;
	color: #2f647a;
}

#realization_wrapper{
	margin: 70px 0;
}
#realization_wrapper > div > div{
	width: 50%;
	float: left;
	text-align: center;
	box-sizing: border-box;
	border-left: 1px solid #d9d6d6;
}
#realization_wrapper > div > div:first-child{
	border: 0;
}
#realization_wrapper h3{
	font-size: 30px;
	color: #a4a4a4;
	line-height: 1em;
	margin: 0 0 40px;
}
#realization_wrapper img{
	margin: 10px;
	max-width: 100%;
	vertical-align: middle;
}