/*!
 * Custom style design Julio Cesar - Agência Blank
 */

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Nunito:800,900');
body{
	background-color: #000;
	font-family: 'Montserrat', sans-serif;
}
a:hover{
	text-decoration: none!important
}

/* ---HEADER HOME ----*/
.icon-header{
	padding-top: 5px;
	padding-top: 7px;
}
.icon-header a{
	color: #fff;
}
.icon-header a:hover{
	color: #ffa600;
}

.instagram-header{
	display: table;
	float: left;
	font-size: 36px;
	margin-left: 9px;
	margin-top: -8px;
}
.facebook-header{
	font-size: 19px;
	display: table;
	width: 35px;
	height: 35px;
	border: 2px solid #fff;
	text-align: center;
	border-radius: 50%;
	padding-top: 3px;
	float: left;
}

/*-- Minha Conta --*/
.my-account{
	background-image: URL('../imagens/img-my-account.png');
	height: 95px;
	background-repeat: no-repeat;
	text-align: center;
	background-position: top center
}
.my-account a{
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	padding: 0px 3px;
	display: table;
	padding-top: 5px;
}

/*--- LOGO HOME ---*/
.logo-home img {
	margin: 0 auto;
}
.logo-home{
	padding-top: 0px;
}

/*---ICONS HOME---*/
.colum-icon-home{

}
.colum-icon-home img{
	width: 48px;
	margin-bottom: 20px
}
.colum-icon-home a{
	color: #fff;
	font-weight: bold;
}
.colum-icon-home a:hover{
	color: #ffa600;
}

/*---TITLE WITH IMG ---*/
.title-with-img{
	position: relative;
	padding-top: 30px;
	padding-bottom: 40px;
}
.title-with-img img{

}
.title-with-img:before{
	content: "";
	width: 30%;
	height: 1px;
	background: rgba(255, 255, 255, 0.39);
	position: absolute;
	bottom: 60px;
	left: 60px;
}
.title-with-img:after{
	content: "";
	width: 30%;
	height: 1px;
	background: rgba(255, 255, 255, 0.39);
	position: absolute;
	bottom: 60px;
	right: 60px;
}

/*--- COLUM EVENTS ---*/
.colum-event{
	width: 282px;
	height: 387px;
	border: 1px solid #fff;
	float: left;
	margin-right: 46px;
	margin-left: 48px;
	position: relative;
}
.colum-event img:hover{
	opacity: 0.8
}

/*--- JorgeStuff ---*/	
.row-teatro-event {
		padding-bottom: 0px;
		border-bottom: 0px;
		margin-bottom: 10px;
	}

/* esse row é do bootstrap e é usado em vários lugares, não podemos definir um min-height, favor adicionar alguma outra class ao item que você quer mudar
.row 
	{
	min-height: 160px !important;
	}
*/
.box-separador
	{
	padding-top: 25px;
		
	overflow: hidden;
	margin-bottom: 30px;
	}
.box-separador h2
	{
	color: #fff;
	font-size: 22px;
	margin: 0;
	z-index: 999;
	padding-left: 13px;
	padding-right: 10px;
	float: left;
	overflow: hidden;
	background: black !important;
	margin-top: -15px;
	}
/*--- endJorgeStuff ---*/	

/*--- Banner ---*/
.banner-home{
	padding-top: 70px;
	padding-bottom: 50px;
}
.banner-1{
	background: #f0f;
	height: 130px;
	width: 100%;
}
.banner-2{
	background: #f00;
	height: 130px;
	width: 100%;
}

/*--- PEQUISE TEATROS ---*/
.bg-pesquise-teatros{
	background: #525252;
	margin-top: 120px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.title-pesquise-teatro img {
	margin: 0 auto;
}
.title-pesquise-teatro {
	margin-top: -107px;
}
.row-input-pesquise{
	padding-top: 30px;
	padding-bottom: 10px
}
.input-pesquise-teatro{
	float: left;
	width: 135px;
	margin-right: 7px;
	margin-left: 0px;
	font-weight: bold;
	font-size: 17px;
	border-radius: 10px;
}

/*-- FOOTER ---*/
.bg-footer{
	background: #1c1c1c;
	padding-bottom: 40px;
	padding-top: 25px
}
.bg-footer img{
	margin-bottom: 15px;
}
.bg-footer p{
	color: #fff;
	font-size: 12px
}

.depo-footer{
	color: #fff;
	margin-bottom: 30px;
}
.depo-footer h3 {
	border-bottom: 1px solid #fff;
	padding-bottom: 9px;
	border-left: 5px solid #fff;
	padding-left: 9px;
}
.depo-footer p{
	font-weight: lighter;
}
.depo-footer h6{
	font-style: italic;
}
.depo-footer a{
	text-align: right;
	color: #000;
	background: #ffa600;
	padding: 3px 10px;
	border-radius: 5px;
}
.metodos-pgto{
	padding-top: 30px
}

/*--- HEADER PAGES----*/

.logo-pages{
	margin-top: -38px
}
.row-header-pages{
	padding: 25px 0px 15px 0px;
}
.row-header-pages .colum-icon-home a {
	font-size: 12px;
}
.row-header-pages .colum-icon-cat img {
		margin: 0 auto;
}

/*--- Single EVENTS ---*/
.title-single{
	color: #fff;
	margin-top: 0;
	position: relative;
	padding-top: 35px;
	padding-bottom: 40px;
}
.title-single h1{
	letter-spacing: -1px;
	font-weight: 300;
}
.title-single a{
	color: #fff
}
.title-single:before {
	content: "";
	width: 30%;
	height: 1px;
	background: rgba(255, 255, 255, 0.39);
	position: absolute;
	top: 70px;
	left: 60px;
}
.title-single:after {
	content: "";
	width: 30%;
	height: 1px;
	background: rgba(255, 255, 255, 0.39);
	position: absolute;
	top: 70px;
	right: 60px;
}
.single-avaliacoes{
	margin: 0 auto;
	display: table;
}
.colum-right-single {
	padding: 0 40px;
}
.read-more-js{
	color: #ffc000;
	background: none;
	border: none;
}
.single .info-duraca-idade-single{
	color: #ffffff;
	padding: 15px 0;
	font-size: 17px;
}
.single .info-duraca-idade-single i,
.single .info-duraca-idade-single b{
	color: #ffc000;
}
.single .info-duraca-idade-single i{
	font-size: 30px;
	margin-right: 3px;
}
.single .elenco-single{
	border-bottom: 1px solid #fff;
	margin-bottom: 30px;
	padding-bottom: 15px;
}
.single .avaliacoes{

}
.item-avalicao{
	padding-bottom: 25px;
}
.item-avalicao p{
	font-style: italic;
	margin-bottom: 0;
}
.item-avalicao span{
	color: #ffa500
}
.single .btn-comprar-single {
	background: #00b80d;
	border: 2px solid #00b80d;
	padding: 10px 15px;
	color: #fff;
	border-radius: 12px;
	text-transform: uppercase;
	font-weight: bold;
	width: 89%;
	margin: 0 auto;
	display: table;
	font-size: 20px;
}

.map-single {
	width: 282px;
	margin: 0 auto;
	padding-top: 15px;
	padding-top: 21px;
	display: table;
}
.img-map{
	float: left;
	width: 113px;
	text-align: left;
	padding-left: 9px;
}
.img-map img{
	margin-bottom: 15px
}
.img-map a{
	color: #fff;
	font-size: 11px;
	display: table;
	text-align: center;
}
.andress{
	float: left;
	width: 168px
}
.andress p{
	color: #fff;
	margin-bottom: 0;
	font-size: 11px;
	text-align: left;
}

/*----CAT EVENTS ---*/
.title-single-img {
	position: relative;
	padding-top: 35px;
	padding-bottom: 40px;
}
.title-single-img:before {
	content: "";
	width: 30%;
	height: 1px;
	background: rgba(255, 255, 255, 0.39);
	position: absolute;
	bottom: 80px;
	left: 60px;
}
.title-single-img:after {
	content: "";
	width: 30%;
	height: 1px;
	background: rgba(255, 255, 255, 0.39);
	position: absolute;
	bottom: 80px;
	right: 60px;
}
.colum-icon-cat img {
	margin-bottom: 0px;
}
.row-cat-event{
	padding-bottom: 20px;
	border-bottom: 1px solid #3c3c3c;
	margin-bottom: 30px;
}

.title-event-single{
	padding-bottom: 30px
}
.title-event-single h2{
	color: #fff;
	margin-top: 0;
	font-size: 27px;
	letter-spacing: -1px;
		font-weight: 300;
}
.info-temporada h3{
	color: #000000;
	margin: 0;
	background: #ffc000;
	position: absolute;
	top: -11px;
	padding: 6px 27px;
	font-size: 17px;
	border: #ffc000 1px solid;
	border-radius: 10px;
}
.info-temporada h4 {
	color: #ffffff;
	margin: 0;
	font-size: 16px;
}
.info-temporada h4 b {
	color: #ffc000;
}
.info-duraca-idade-single{
	color: #ffffff;
	padding: 15px 0;
}
.info-duraca-idade-single b{
	color: #ffc000;
}
.info-duraca-idade-single i{
	font-size: 18px;
	margin-right: 3px
}
.info-duraca-idade-single i.fa.fa-calendar-o {
	margin-left: 25px;
}
.info-desc-single{
	color: #fff;
	padding: 10px 0 20px 0;
	display: block;
	text-align: justify;
}
.info-desc-single h3{
	color: #ffc000;
}

.colum-avaliacao {
	color: #fff;
	float: left;
	margin-right: 8px;
	line-height: 40px;
	font-size: 16px;
}
.bnt-event-single{
	padding-top: 35px;
	padding-right: 10px;
}
.btn-read-more-single{
	border: 2px solid #00b80d;
	padding: 10px 20px;
	color: #fff;
	border-radius: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
.btn-read-more-single:hover{
	background: #00b80d;
	color: 	#fff
}
.btn-comprar-single{
	background: #00b80d;
	border: 2px solid #00b80d;
	padding: 10px 15px;
	color: #fff;
	border-radius: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
.btn-comprar-single:hover{
	color: #00b80d;
	background: #FFF
}

/*-- FINALIZAR PEDIDO---*/
.logo-finalizar-pedido img{
	margin: 0 auto
}
.finalizar-pedido-thumb{
	text-align: center;
	position: relative;
	padding-top: 40px;
	margin-bottom: 60px;
}
/*
.finalizar-pedido-thumb:before {
	content: "";
	width: 30%;
	height: 1px;
	background: rgba(255, 255, 255, 0.39);
	position: absolute;
	top: 140px;
	left: 60px;
}
.finalizar-pedido-thumb:after {
	content: "";
	width: 30%;
	height: 1px;
	background: rgba(255, 255, 255, 0.39);
	position: absolute;
	top: 140px;
	right: 60px;
}
*/
.finalizar-pedido-thumb img {
	margin: 0 auto;
	border-radius: 50%;
	border: 5px solid #fff
}
.style-form-pedido{
	color: #fff
}
.style-form-pedido label {
	font-size: 20px;
	font-weight: 300;
	text-align: center;
}
.style-form-pedido .form-control{
	width: 60%;
	margin: 0 auto;
}
.style-form-pedido .form-group{
	margin-bottom: 35px;
	text-align: center;
}
.style-form-pedido-2 .form-group{
	text-align: left;
	margin-bottom: 15px;
}
.style-form-pedido-2 .form-group.radio {
	border: 1px solid #fff;
	padding: 15px 28px;
	border-radius: 38px;
	width: 70%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.style-form-pedido .btn-next-form{
	background: #4fc600;
	color: #fff;
	border-color: #4fc600;
	float: none;
	margin: 0 auto;
	display: table;
	font-size: 21px;
	border-radius: 29px;
	padding: 10px 35px;
}
.style-form-pedido h3{
	color: #fff;
	margin-bottom: 40px;
}
.style-form-pedido-2 label {
	text-align: right;
	font-size: 17px;
}
.style-form-pedido-2 .form-control{
	width: 100%;

}
.duvidas-finalizar-pedido{
	text-align: center;
		margin-top: 50px;
}
.duvidas-finalizar-pedido div {
	display: table;
	margin: 0 auto;
	border: 1px solid #fff;
	position: relative;
	width: 186px;
	height: 55px;
}
.duvidas-finalizar-pedido img {
	margin: 0 auto;
	margin-top: -38px;
	background-color: #000;
	cursor: pointer;
}
.duvidas-finalizar-pedido .link-escrito {
	color: #fff;
	background: #000;
	display: table;
	position: absolute;
	width: 80%;
	bottom: -10px;
	margin: 0 auto;
	left: 0;
	right: 0;
	cursor: pointer;
}
.duvida-ajuda{
	display: none;
}
.duvida-ajuda a{
	color: #fff
}
.quadro-branco{
	width: 100%;
	height: 340px;
	background-color: #fff;
	margin-bottom: 40px;
	margin-top: 25px
}
.img-modal img{
	padding-bottom: 20px
}

/*
--------------------------------------------
****** LOGIN MODAL ******
--------------------------------------------
*/

.loginmodal-container {
	padding: 30px;
	max-width: 350px;
	width: 100% !important;
	background-color: #F7F7F7;
	margin: 0 auto;
	border-radius: 2px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.loginmodal-container h1 {
	text-align: center;
	font-size: 1.8em;
}

.loginmodal-container input[type=submit] {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
	height: 44px;
	font-size: 16px;
	width: 100%;
	margin-bottom: 10px;
	-webkit-appearance: none;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	/* border-radius: 2px; */
	padding: 0 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
	border: 1px solid #b9b9b9;
	border-top: 1px solid #a0a0a0;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	height: 36px;
	padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
	user-select: none; */
}

.loginmodal-submit {
	border: 0px;
	color: #080808;
	text-shadow: 0 1px rgba(0,0,0,0.1);
	background: none;
	padding: 9px 0px;
	font-size: 24px;
	text-transform: uppercase;
}

.loginmodal-submit:hover {
	/* border: 1px solid #2f5bb7; */
	border: 0px;
	text-shadow: 0 1px rgba(0,0,0,0.3);
	background-color: #ffa600;
	/* background-image: -webkit-gradient(linear, 0 0, 0 100%,	 from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
	text-decoration: none;
	color: #666;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	opacity: 0.6;
	transition: opacity ease 0.5s;
} 

.login-help{
	font-size: 12px;
}

/*--- ÁREA DO	USUÀRIOS ---*/

.title-area-user {
	color: #FFF;
	margin-top: 60px;
	font-size: 24px;
	margin-bottom: 30px
}
.title-area-user h3{
	color: #ffa500;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 30px;
}
.title-area-user:before {
	content: "";
	width: 30%;
	height: 1px;
	background: rgba(255, 255, 255, 0.39);
	position: absolute;
	bottom: 60px;
	left: 60px;
}
.title-area-user:after {
	content: "";
	width: 30%;
	height: 1px;
	background: rgba(255, 255, 255, 0.39);
	position: absolute;
	bottom: 60px;
	right: 60px;
}
.table-hover>tbody>tr:hover {
	background-color: rgba(245, 245, 245, 0.76);
	color: #000;
}
.table-area-user {
	margin-top: 55px;
	margin-bottom: 40px;
}
.table-area-user .table {
	color: #fff;
}
.area-user-white-2{background:#f00;}
.area-user-white-3{background:#f0f;}
.area-user-white-4{background:#ff0;}

/*--- DEPOIMENTOS ---*/
.title-depo{
	position: relative;
	color: #fff;
	padding-top: 70px;
	margin-bottom: 30px
}
.title-depo:before {
	content: "";
	width: 22%;
	height: 1px;
	background: rgba(255, 255, 255, 0.39);
	position: absolute;
	bottom: 78px;
	left: 60px;
}
.title-depo:after {
	content: "";
	width: 22%;
	height: 1px;
	background: rgba(255, 255, 255, 0.39);
	position: absolute;
	bottom: 78px;
	right: 60px;
}
.item-depo{
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	padding-bottom: 7px;
	margin-bottom: 20px;
}
.item-depo p{
	font-weight: 100;
}
.item-depo span{
	font-style: italic;
	text-align: right;
}

/*--- DEPOIMENTOS ---*/
.accordion-voucher .panel.panel-default{
	background: #000;
	color: #fff;
	margin-bottom: 21px;
	border: none;
}
/*.accordion-voucher .panel-default>.panel-heading {
	color: #fff;
	background-color: #000000;
	border-color: #ddd;
}*/

/*--- FALE CONOSCO---*/
.row-fale-conosco{
	margin-top: 40px
}
.text-fale-conosco{
	color: #fff;
	padding-top: 60px
}
.form-contato label{
	color: #fff
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd;
	border: 1px solid #f5f5f5;
}
/*
--------------------------------------------
				MOBILE
--------------------------------------------
*/
@media (max-width: 1024px){
	.colum-right-single{
		padding-left: 60px;
		padding-right: 10px;
	}
	.top-header{
		width: 100%
	}
	.top-header .my-account {
		width: 93px;
	}
}
@media (max-width: 768px) {
	.title-single:before,.title-single:after {
		width: 23%;
	}
	.colum-left-single {
		margin-bottom: 51px;
	}
}
@media (max-width: 767px) {
	.my-account{
		background: #ffa600;
		height: auto;
		margin-top: 3px;
	}
	.colum-icon-home {
		padding-bottom: 19px;
	}
	.my-account a{
		padding: 10px;
		display: block;
		color: #000;
	}
	.colum-event, .colum-event-single{
		width: 95%;
		margin: 0;
		height: initial;
		margin: 0 auto;
	}
	.title-with-img:before, .title-with-img:after, .title-single-img:before, .title-single-img:after, .title-single:after, .title-single:before, .finalizar-pedido-thumb:before, .finalizar-pedido-thumb:after, .title-area-user:before, .title-area-user:after{
		display: none
	}
	.input-pesquise-teatro {
		margin-bottom: 11px;
	}
	.title-event-single h2 {
		margin-top: 25px;
		text-align: center;
	}
	.row-header-pages .colum-icon-cat img {
		margin-bottom: 0px;
		margin: 0 auto;
	}

.row-cat-event {
		padding-bottom: 40px;
		border-bottom: 1px solid #3c3c3c;
		margin-bottom: 50px;
	}
	.icon-header {
		padding-top: 15px;
	}
	.row-header-mobile{
		padding-bottom: 0
	}
	.colum-left-single{
		margin-bottom: 60px
	}
	.duvida-ajuda {
		margin-top: 50px;
	}
	.finalizar-pedido-thumb img {
		width: 42%;
		float: left;
	}
	.logo-pages.logo-finalizar-pedido img {
		width: 53%;
	}
	.finalizar-pedido-thumb {
		padding-top: 20px;
		margin-bottom: 26px;
	}
	.style-form-pedido h3 {
		margin-bottom: 25px;
	}
	.logo-home{
		padding-top: 0
	}
	.title-with-img {
		padding-top: 30px;
	}
	.avaliacoes-single {
		float: none!important;
		margin: 0 auto;
		display: table;
	}
	.info-desc-single-mobile{
		display: block;
	}
	.logo-pages img {
		width: 77%;
		margin: 0 auto;
	}
}
