/* CSS Document */
/* CSS RESET */
	html,aside,header,address,article,bdi,command,details,dialog,summary,figure,figcaption,footer,mark,meter,nav,progress,ruby,rt,rp,section,time,wbr,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, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align:top; }/* &#097;&#108;&#101;&#120;&#107;&#111;&#116;&#105;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109; */
	/* remember to define focus styles! */
	:focus { outline: 0; }
	body {background: #FFF; color:#000; }
	ol, ul { list-style: none; }
	/* tables still need 'cellspacing="0"' in the markup */
	table { border-collapse: separate; border-spacing: 0; }
	caption, th, td { text-align: left; font-weight: normal; }
	blockquote:before, blockquote:after, q:before, q:after { content: ""; }
	blockquote, q { quotes: "" ""; }
	cite {font-style:normal;}
	h1, h2, h3, h4, h5, h6 {font-weight:normal;}
	img {
	margin:0; padding:0; border:0;
	background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
    zoom: 1;
	}
	/* img:hover { filter: alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8; } */
	

/* ========================================================================== */
/* DEBUG ==================================================================== */
#debug div						{outline:1px solid #DF2F00;}
#debug div div					{outline:1px solid #FF9B00;}
#debug div div div				{outline:1px solid #FED800;}
#debug div div div div			{outline:1px solid #CCD803;}
#debug div div div div div		{outline:1px solid #6DC807;}
#debug ul						{outline:1px solid #0000CC;}
#debug ul li 					{outline:1px solid #00CCFF;}
#debug aside						{outline:1px solid #DF2F00;}
#debug aside aside					{outline:1px solid #FF9B00;}
#debug aside aside aside				{outline:1px solid #FED800;}
#debug aside aside aside aside			{outline:1px solid #CCD803;}
#debug aside aside aside aside aside		{outline:1px solid #6DC807;}
#debug header						{outline:1px solid #6DC807;}
#debug nav						{outline:1px solid #CCD803;}
#debug article						{outline:1px solid #FF9B00;}
#debug h1 					{outline:1px solid #FF9B00;}
#debug h2 			{outline:1px solid #FED800;}
#debug h3 	{outline:1px solid #CCD803;}
#debug h4 	{outline:1px solid #6DC807;}




/* ========================================================================== */
body {
	font-family: 'Dosis',Arial, Helvetica, sans-serif;
	color: #000;
	background: #FFF;
	font-size: 18px;
	background-image:url(../../_img/fundo.jpg);
	background-position:center -20px;
	background-size: cover;
	background-attachment: fixed;
	
}

header{
	position: fixed;
	height: 100px;
	width: 100%;
	background-color: rgb(0,0,0,0.9);
	top: 0px;
	left: 0px;
	z-index: 9997;
	color: #FFF;
}
#header_inner{
	margin-left: 30px;
	margin-right: 30px;
}
.bt_linga{
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 44px;
	display: inline-block;
}
#header_left{
	position: relative;
	float: left;
	overflow: hidden;
}
#header_right{
	position: relative;
	float: right;
	overflow: hidden;
	text-align: right;
	padding-right: 52px;
	height: 80px;
}
#header_menu{
	position: relative;
	margin-top: 41px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	margin-left: 30px;
	vertical-align: middle;
	cursor: pointer;
	width: 190px;
}

#menu_edicao{
	text-transform: none;
	color: #000;
	background-color: #8062a9;
	position: relative;
    margin-top: 10px;
	overflow: auto;
	display: none;
}
#header_menu:hover #menu_edicao{
	display: block;
}
#menu_edicao a:link, #menu_edicao a:visited{
	color: #000;
}
#menu_edicao li{
	padding: 15px 20px 15px 20px;	
}
#menu_edicao li:hover{
	background-color: #000;	
	color: #FFF;
}
#menu_edicao li:hover a:link, #menu_edicao li:hover a:visited{
	color: #FFF !important;	
}
#menu_header{
	
}
#bt_menu{
	position: absolute;
	width: 52px;
	height: 52px;
	right: 0px;
	top: 25px;
	z-index: 9999;
}
#bt_menu:hover{
	opacity: 0.8;
}
#bt_menu_fechar{
	position: absolute;
	width: 52px;
	height: 52px;
	right: 0px;
	top: 25px;
	z-index: 9999;
	display: none;
}
#bt_menu_fechar:hover{
	opacity: 0.8;
}
.bt_menu{
	color: #FFF;
	border-color: #8062a9;
    border-width: 2px;
    border-style: solid;
	font-weight: bold;
	font-size: 14px;
	padding: 18px;
	display: inline-block;
	margin-top: 21px;
	margin-left: 8px;
	margin-right: 8px;
	background-color: #000;
}
.bt_header_busca{
	display: inline-block;
	margin-top: 35px;
	margin-left: 10px;
	margin-right: 10px;
}
.bt_header_social{
	display: inline-block;
	margin-top: 22px;
	margin-left: 5px;
	margin-right: 5px;
}
.tablet .bt_header_social{
	display: none;
}
.mobile .bt_header_social{
	display: none;
}

.bt_menu:hover{
	color: #000;
	background-color: #8062a9;
}
header a:link, header a:visited{
	color: #FFF;	
}
header a:hover{
	text-decoration: none;
}

header .seta{
	display: inline-block;
	padding-top: 4px;
	transition: all 0.2s ease-in;
}
header #header_menu:hover .seta{
	display: inline-block;
	transform: rotate(180deg);
}
header #header_menu .seta:before{
	transition: transform .3s ease-out;
	font-family: "FontAwesome" !important;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
	content: "\f107";
}
#menu_social h3{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 40px;
}
#menu_social a{
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
}
#logo_header{
	position: relative;
	height: 74px;
	margin-top: 12px;
}
#footer_informacoes{
	position: relative;
	background-color: rgb(0,0,0,0.8);
	padding-top: 45px;
	padding-bottom: 70px;
}
#footer_informacoes_inner{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	
}
#footer_informacoes_inner h6{
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
	float: left;
}
#footer_informacoes_inner a{
	float: right;
}


::-webkit-input-placeholder { color:#000000; font-family: Arial, Helvetica, sans-serif;  }
::-moz-placeholder { color:#000000; font-family: Arial, Helvetica, sans-serif;  } /* firefox 19+ */
:-ms-input-placeholder { color:#000000; font-family: Arial, Helvetica, sans-serif;  } /* ie */
input:-moz-placeholder { color:#000000; font-family: Arial, Helvetica, sans-serif;  }

h1 { 
	font-size: 36px;
	color: #000; 
	min-height:43px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight: bold;
}
h2 { font-size: 24px; }

.left { float:left; }
.right { float:right; }

.padRight{ padding-right:6px; }



.underline { text-decoration:underline !important;}
.rounded{
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	
	behavior: url(../_css/border-radius.htc);
	
    border-radius: 2px;
	
}
.line_bottom {
	border-bottom:1px #000 solid;
}
.pop {}
.pop .pop_dark { display:none; }
.pop .pop_dark  {
	position:absolute;
	overflow:hidden;
	bottom:0;
	padding:5px 10px;
	background:url(../_img/bkg-preto-opac60.png) repeat;
	clear:both;
	pointer-events:none;
	display:block;
}

.pop .pop_dark_big { display:none; }
.pop:hover .pop_dark_big  {
	position:absolute;
	overflow:hidden;
	top:0;
	padding:5px 10px;
	line-height:normal;
	margin-bottom:10px;
	pointer-events:none;
	border-bottom:2px #ffffff dotted;
	background:url(../_img/bkg-preto-opac60.png) repeat;
	display:block;
}
.seta .seta_left { display:none; }
.seta .seta_left {
	position:absolute;
	overflow:hidden;
	width:32px;
	height:38px;
	left:1px;
	top:40%;
	clear:both;
	display:block;
}
.seta .seta_right { display:none; }
.seta .seta_right {
	position:absolute;
	overflow:hidden;
	width:32px;
	height:38px;
	right:1px;
	top:40%;
	clear:both;
	display:block;
}

.campo {
	font-family: 'Dosis', sans-serif;
	background-color: #FFF;
	height: 33px;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 18px;
	width: 99%;
	padding-left: 1%;
	background:url(../_img/bkg-roxo-opac38.png) top left repeat !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	behavior: url(../_css/border-radius.htc);
    
}

.campo2 {
	font-family: 'Dosis', sans-serif;
	background-color: #FFF;
	height: 130px;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 18px;
	width: 99%;
	padding-left: 1%;
	background:url(../_img/bkg-roxo-opac38.png) top left repeat !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	behavior: url(../_css/border-radius.htc);
    border-radius: 2px;
}
.campo.campo-numero { width: 80px; height: 25px; margin-left: 10px; }
.campo.campo-other { width: 120px; height: 25px; margin-left: 10px; }
.enviar {
	font-family: 'Dosis', sans-serif;
	background-color: #000;
	height: 40px;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 24px;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	
}
.enviar:hover {	
	color: #e1e31d;
}

#link_logo{
	position: absolute;
	width: 1000px;
	height: 226px;
	top: 25px;
	left: 0px;
	z-index: 10;
}
#link_logo img{
	width: 100%;
}
#master_header {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header_top{
	position:relative;
	width: 100%;
	height: 400px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../_img/header/bg.jpg);
	background-position: top center;
	background-repeat:  no-repeat;
	background-color: #000;
	
}
#header_top_inner{
	position: relative;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
#header_top_inner #logo{
	position: absolute;
	left: 50%;
	margin-left: -150px;
	margin-top: -133px;
	top: 50%;
}
#header_top_inner #apresentam{
	position: absolute;
	left: 0px;
	top: 26px;
}
#lingua{
	position:absolute;
	font-size: 14px;
	top:25px;
	right: 20px;
	z-index: 10;
}
#lingua:link{ color: #e1e31d; }
#lingua:hover{ color: #e1e31d !important; text-decoration:underline; }
#lingua:visited{ color: #e1e31d; }

#master {
	
	position: relative;
	/*
	-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 10px 30px 0px rgba(50, 50, 50, 1);
	box-shadow:         0px 10px 30px 0px rgba(50, 50, 50, 1);
	*/
	position: relative;
    background-color: #FFF;
    padding-top: 130px;
}

.master{
	position: relative;
	max-width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	overflow: hidden;
}
.mobile .master{
	max-width: 95%;
}
#conteudo{
	position: relative;
   /* padding-top: 30px;*/
	padding-left: 4%;
	padding-right: 4%;
    padding-bottom: 30px;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.mobile #conteudo{
	font-size: 14px;
}
#conteudo.resp{
	max-width:inherit;	
}
#conteudo a:hover{
	text-decoration: underline !important;
}
#bg{
	position:absolute;
	width: 100%;
	height:2108px;
	background-image:url(../_img/bg2.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	z-index:-1;
	top:220px;

}

#faixa {
	position:relative;
	width: 100%;
	height: 50px;
	z-index: 9999;
	background-color: #000;
	-webkit-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.75);
}

#side_itens{
	position:absolute;
	width: 50px;
	top:5px;
	right: 13px;
	z-index: 9;	
}
#ampliar_poster{
	position:relative;
	font-size: 14px;
	color: #fff9ea;
	text-align:center;
	z-index:1;
	width: 50px;
	margin-bottom: 25px;
	margin-top: 25px;
	display:block;
}



#poster_social{	
	position:relative;
	width: 28px;
	z-index:1;
	margin-left: 10px;
}
#poster_social a{
	display:block;
	margin-bottom:20px;
}
.menu_fix{
	position:fixed !important;
	top:0px;
}


#faixa_conteudo{
	position: relative;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	height: 50px;
	font-family: 'Dosis';
	font-weight: 600;
}
/*
.menu_item{
	float:left;
	margin-left: 15px;
	margin-right: 16px;	
	margin-top: 16px;
	font-size: 16px;
}
*/
.menu_item{
	float: left;
    padding-left: 10px;
    padding-right: 9px;
    padding-top: 19px;
    padding-bottom: 12px;
    font-size: 16px;
}
.menu_item:hover{
	background-color: #000;	
}
.menu_item.last{
	padding-right: 0px;	
}
.menu_item_last{
	padding-right: 0px;	
}





.dropMenu {
	position:absolute;
	padding-top:15px;
	font-size: 14px;
	display: none;
	margin-left: 0px;
	font-weight: bold;
	margin-top: -3px;
	}
.dropMenu li {
	border: 2px #000 solid;
    margin-top: -1px;
    padding: 3px 14px;
	}
.bkRoxo  {
	background-color:#eeeeee;
	}
.bkRoxo:hover  {
	background-color:#000;
	color:#e1e41b;
	}
.bkRoxo:hover a  {
	color:#000;
	}
	
.dropMenu a, .dropMenu a:hover{
	text-decoration: none !important;	
}


.headerAmp {
	position:absolute;
	right: 0px;
}
.headerChangeLang {
	position:absolute;
	bottom:0px;
	right: 0px;
	}

#subfaixa {
	position:relative;
	width: 1000px;
	height: 40px;
	margin:auto;
	padding:33px 0px 30px 0px;
	/*background-image:url(../_img/pontilhado.png);*/
	background-repeat:repeat-x;
	background-position:bottom center;
}
.bt_sub{
	position: relative;
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 4px;
    margin-right: 10px;
    font-size: 16px;
	margin-top: 4px;
}
.bt_sub_livro{
	position:relative;
	display:block;
	float:left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-right: 25px;
	font-size: 16px;
}
#subfaixa .bt_social{
	float:left;
	margin-right: 14px;	
}
#subfaixa .bt_sub.last{
	margin-right:0px;	
}
#subfaixa .bt_sub:link{
	color: #000 !important;	
	font-weight: 600;
}
#subfaixa .bt_sub:visited{
	color: #000 !important;	
}
#subfaixa .bt_sub:hover{
	color: #e1e41b !important;
    text-decoration: none;
    background-color: #000;
}


.header-form{
	position:relative;
	}
.header-form.last{
	margin-right:0px;	
}
.formBusca{
	position:relative;
	width:180px;
	height:32px;
	padding:5px;
	border:0;
	background:#FFF;
}
#formBusca_out{
	border: 2px solid #000;
	    display: inline-block;
}
.btnBusca{
	position:relative;
	width:38px;
	height:32px;
	cursor:pointer;
}

.formSessoes{
	position:relative;
	width:175px;
	height:32px;
	padding:5px;
	border:0;
	cursor:pointer;
	background:#eeeeee;
	-webkit-appearance:none;
}
.downSessoes{
	position:absolute;
	width:38px;
	height:32px;
	pointer-events:none;
	right:0px;
}


.form {
	width: 490px;
	margin-top: 15px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
}
.form p{
	margin-bottom: 8px;	
}
#menu {
	position: fixed;
	max-width: 50%;
	height: 90%;
	top: 0px;
	right: -100%;
	padding: 3% 10% 3% 8%;
	background-color: #8062a9;
	z-index: 9998px;
	overflow: auto;
	color: #000;
	font-size: 16px;
}
#menu .menu_titulo{
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 17px;
	margin-top: 30px;
	text-transform: uppercase;
}
#menu a:link, #menu a:visited{
	color: #000;	
}
#menu a:hover{
	color: #FFF;	
}
#menu ul{
	float: left;	
	margin-right: 100px;
}
#menu li{
	margin-bottom: 10px;
}




#footer_menu{
	position: relative;
	background-color: #000;
	color: #FFF;
	overflow: hidden;text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
#footer_menu li{
	margin-bottom: 10px;
	font-size: 15px;
}
#footer_menu .menu_titulo{
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 16px;
	margin-top: 40px;
	text-transform: uppercase;
	color: #8062a9;
}
#footer_menu a:link, #footer_menu a:visited{
	color: #fff;	
}
#footer_menu a:hover{
	color: #FFF;	
}
#footer_menu ul{	
	margin-right: 60px;
	margin-left: 60px;
	display: inline-block;
}




.pontilhado {
	width: 100%;
	height: 6px;
	margin: auto;
	position: relative;
	/*background-image: url(../_img/pontilhado.png);*/
	background-repeat: repeat-x;
	clear:both;
}
.pontilhado2 {
	width: 100%;
	height: 4px;
	margin: auto;
	position: relative;
	/*background-image: url(../_img/pontilhado2.png); */
	background-repeat: repeat-x;
	clear:both;
}

#rodape {
	position: relative;
}
#enderecoFooter{
	position:relative;
	width: 100%;
	height:130px; /* */
	font-family:'Dosis',Arial, Helvetica, sans-serif;
    -webkit-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.40);
    -moz-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.40);
    box-shadow: 0px 0px 20px -1px rgba(0,0,0,0.40);
	color: #000;
	background-color: #FFF;
}

#enderecoFooter h5 {
	position:relative;
    margin: auto;
    padding: 35px 0px 0px 0px;
	font-weight:500;
    text-align: center;
	letter-spacing:2px;
}
.dbfl {
	display:block;
	float:left;
	}
#socialFooter {
    position: relative;
    overflow: hidden;
    width: 630px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
}
#twitter {
	width: 257px;
	height: 270px;
	margin: 9px 90px 0px 32px;
}
#twitter h5 {
	position:relative;
	width:100%;
	height:29px;
	left:5px;
	background:url(../_img/logo-footer-twitter.png) no-repeat left top!important;
	}
#facebook {
	position:relative;
    width: 250px !important;
    height: 250px !important;
}
.fb_iframe_widget {
    display: inline-block;
    position: relative;
}
.separador {
	height: 1px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	position: relative;
	clear:both;
}
#patrocinadores {
	position: relative;
	
	padding-bottom: 30px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFF;
	padding-top: 50px;
}
.login_right{
	position:relative;
	float:right;	
}
.login_right a:link,.login_right a:visited{
	font-size:16px;
	color: #000;
	text-align:right;
	margin-right: 10px;
}
.clear{
	position: relative;
	clear:both;
	float: none;
}


.txtPags {
	position:relative;
	overflow:hidden;
	width:100%;
	margin:10px 0px;
}

.bkgOver_Roxo { background:none; }
/*.bkgOver_Roxo:hover { background:url(../_img/bkg-roxo-opac38.png) top left repeat; }*/

#navType {
	position:relative;
	overflow:hidden;
	width:100%;
	margin-bottom:10px;
	margin-top: 10px;
}
#navType ul {
	position:relative;
	overflow:hidden;
	margin:auto;
}

#navType ul li{
	position:relative;
	float:left;
	width:3.7%;
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	font-weight:500;
	text-align:center;
	list-style: none;
	font-weight: bold;
}
#navType ul li a {
	padding:0px 10px;
	text-decoration:none;
	
	}
#navType ul li a:hover, #navType ul li a.over {
	text-decoration:underline;
	
}

#box_galeria{
	width: 170px;
		
}

.galeria_img{
	overflow:hidden;	
}
.cycle-pager-active{
}
.cycle-prev{
	position:absolute;
	width: 11px;
	height: 22px;
	top:50%;
	margin-top: -11px;
	left: 15px;
	z-index:9998;
	background-image: url(../_img/prev.png);
	background-repeat: no-repeat;
	cursor: pointer;	
}
.cycle-next{
	position:absolute;
	width: 11px;
	height: 22px;
	top:50%;
	margin-top: -11px;
	right: 15px;
	z-index:9998;
	background-image: url(../_img/next.png);
	background-repeat: no-repeat;	
	cursor: pointer;
}
.footer_linha{
	position:relative;
	float:none;
	clear:both;
	margin-bottom: 30px;
	text-align:center;
	font-size: 14px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.footer_categoria{
	position:relative;
	display:inline-block;
	text-align:center;	
}
.footer_categoria p{
	margin-top: 10px;
	color: #000;
	font-style:italic;	
	margin-bottom: 10px;
}
.footer_logos{
	display:inline-block;
}
.footer_logo{
	position:relative;
	display:block;
	display:inline-block;
	margin-right: 30px;
}
.footer_logo img:hover{
	/*background-color: #f5eab2;*/
}
.footer_logo.last{
	margin-right: 0px;
}
.footer_separador{
	width: 1px;
	height: 80px;
	background-color: #ccc;
	margin-left: 20px;
	margin-right:20px;
	display:inline-block;
	margin-top: 25px;
}
.resultado_num{
	position:absolute;
	right:30px;
	z-index:1;
	top:0px;	
	font-size: 12px;
}
.breadcrumb{
	font-size: 14px;
	margin-bottom: 10px;
	text-transform:lowercase;
	color: #CCC;
}



.bt_comprarx{
	background-color: #e1e31a !important;
    border: 2px solid #000;
    /* padding: 10px; */
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 3px;
}
.bt_comprarx:hover{
	text-decoration: none;
	background-color: #000 !important;
	color: #000;
}

.div_select{
	display: inline-block;
	position: relative;
}
.div_select select{
	
}
#form_busca{
	margin-top: 0px;
}


.disabled{
	display: none;
}


.botao_footer{
	background-color: #8062a9;
	border-color: #8062a9;
    border-width: 2px;
    border-style: solid;
	color: #FFF;
	font-size: 14px;
	display: inline-block;
	margin-top: -10px;
}
.botao_footer:link, .botao_footer:visited{
	color: #FFF !important;
	text-decoration: none;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 50px;
	padding-right: 50px;
	font-weight: bold;
}
.botao_footer:hover{
	color: #8062a9 !important;
	background-color: #FFF;
}
#footer_bottom{
	position: relative;
	background-color: #000;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #FFF;
}
#footer_bottom_inner{
	margin-left: 30px;
	margin-right: 30px;
	font-size: 16px;
	overflow: hidden;
}
#footer_bottom_left{
	float: left;
	width: 50%;
	padding-top: 10px;
}
#footer_bottom_right{
	float: right;
	width: 40%;
	text-align: right;
}
#box_busca{
	position: fixed;
    top: 100px;
    right: 290px;
    /* margin-left: -180px; */
    background-color: rgba(0,0,0,0.9);
    z-index: 100;
    padding: 40px 60px 40px 60px;
    display: none;
}
.mobile #box_busca{
	 right: 207x;
}
#fecha_busca{
	position: absolute;
    top: 15px;
    right: 20px;
    color: #FFF;
    width: 8px;
    height: 50px;
    z-index: 3;
    display: block;
	cursor: pointer;
}
#busca{
	font-size: 16px;
	padding: 10px;
	background-color: #FFF;
	border: none;
}
#okBusca{
	margin-left: 20px;
    margin-top: 4px;
    display: inline-block;
}

.tablet #bt_poster, .mobile #bt_poster, .mobile #bt_ingressos, .mobile #bt_vinheta{
	display: none;
}

.bt_linga{
	
}

.bg_zoom{
	background-position:center !important;	
	background-size: auto 100% !important;
    transition: all 0.5s ease;
  	-moz-transition: all 0.5s ease;
  	-ms-transition: all 0.5s ease;
  	-webkit-transition: all 0.5s ease;
 	 -o-transition: all 0.5s ease;
}
.bg_zoom:hover{
	background-size: auto 120% !important;
	cursor: pointer;
}

.bg_zoom2{
	background-position:center !important;	
	background-size: auto 140% !important;
   transition: all 1s ease;
  	-moz-transition: all 1s ease;
  	-ms-transition: all 1s ease;
  	-webkit-transition: all 1s ease;
 	 -o-transition: all 1s ease;
}
.bg_zoom2:hover{
	background-size: auto 180% !important;
	cursor: pointer;
}