/* 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: #fbf4eb;
	font-size: 18px;
	background-image:url(../_img/bg.jpg);
	background-position:top center;
}
::-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: 30px;
	text-transform:uppercase; 
	color: #000; 
	min-height:43px;
}
.mobile h1{
	margin-top:0px;	
}
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;
}
.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 {
	opacity: 0.6;	
}

#link_logo{
	position: absolute;
	width: 803px;
	height: 181px;
	top: 35px;
	left: 105px;
	z-index: 10;
}
.tablet #link_logo{
	left:0px;	
}
.mobile #link_logo{
	width: 500px;
	top: 35px;
}
.mobile #link_logo img{
	width: 100%;
}
#master_header {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header_top{
	position:relative;
	width: 1000px;
	height: 220px;
	margin-left:auto;
	margin-right:auto;
}
.tablet #header_top{
	width: 810px;
}
.mobile #header_top{
	width: 500px;
}
#lingua{
	position:absolute;
	text-align:right;
	display:block;
	top: 35px;
	right:78px;
	font-size: 14px;
	color: #fff9ea;
	z-index:20;
}
.tablet #lingua{
	right:0px;	
}
.tablet #lingua{
	top:15px;	
}
.mobile #header_top{
	height: 140px !important;		
}
#master {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.tablet #master {
	width: 810px;	
}
#conteudo{
	position:relative;
	width: 862px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 30px;
	background-color: #fff9e9;
	background-image:url(../_img/bg_conteudo.jpg);	
}
.tablet #conteudo iframe:not(.twitter-share-button,.fb_iframe_widget_lift){
	width: 100% !important;	
}
.tablet #conteudo{
	width: 790px;
	padding: 10px;	
	overflow:hidden;
}

.mobile #conteudo{
	width: 490px;
	padding: 5px;	
}
#bg{
	position:fixed;
	width: 100%;
	height:1218px;
	background-image:url(../_img/bg2.png);
	background-position:top center;
	background-repeat: no-repeat;
	z-index:-1;
	top:0px;
}
.mobile #bg{
	background-size:860px;
}
.mobile #master {
	width: 500px;
}

#faixa {
	position:relative;
	width: 1000px;
	height: 50px;
	z-index: 9999;
	margin-left:auto;
	margin-right:auto;
}
.tablet #faixa {
	width: 810px;	
}
.mobile #faixa {
	display: none;	
}
#menu_links{
	position:absolute;
	width: 332px;
	height: 40px;
	top:17px;
	right: 170px;	
}

.tablet #menu_links{
	right: 0px;		
}
.mobile #menu_links{
	display: none;
}

#side_itens{
	position:absolute;
	width: 50px;
	top:5px;
	right: 13px;
	z-index: 9;	
}
.tablet #side_itens{
	display: none;	
}

#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;
}

.tablet #ampliar_poster{
	display: none;	
}


#poster_social{	
	position:relative;
	width: 28px;
	z-index:1;
	margin-left: 10px;
}
.tablet #poster_social{
	display: none;	
}
#poster_social a{
	display:block;
	margin-bottom:20px;
}
.menu_fix{
	position:fixed !important;
	top:0px;
	left: 50%;
	margin-left:-500px !important;
	margin-right:inherit !important;
}
.tablet .menu_fix{
	margin-left:-405px !important;	
}


#faixa_conteudo{
	position: relative;
	width: 922px;
	height: 50px;
	font-family: 'Dosis';
	background-color: #fff9e9;
	-webkit-box-shadow: 0px 0px 13px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 13px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 13px -6px rgba(0,0,0,0.75);
}
.tablet #faixa_conteudo{
	width: 810px;
}
.mobile #faixa_conteudo{
	width: 500px;
}
/*
.menu_item{
	float:left;
	margin-left: 15px;
	margin-right: 16px;	
	margin-top: 16px;
	font-size: 16px;
}
*/
.menu_item{
	float:left;
	margin-left: 25px;
	margin-right: 25px;	
	margin-top: 16px;
	font-size: 16px;
}
.tablet .menu_item{
	margin-left: 14px;
	margin-right: 13px;	
	font-size: 14px;	
}
.menu_item.last{
	margin-right: 0px;	
}
.menu_item_last{
	margin-right: 0px;	
}





.dropMenu {
	position:absolute;
	padding-top:15px;
	font-size: 14px;
	display: none;
	}
.dropMenu li {
	border:2px #000 solid;
	margin-top:-1px;
	padding:3px 10px;
	}
.bkRoxo  {
	background-color:#fff9e9;
	}
.bkRoxo:hover  {
	background-color:#000;
	color:#FFF;
	}
.bkRoxo:hover a  {
	color:#f06421;
	}
.dropMenu a, .dropMenu a:hover{
	text-decoration: none !important;	
}


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

#subfaixa {
	position:relative;
	width: 1000px;
	height: 32px;
	margin:auto;
	padding:20px 0px 20px 0px;
}
.tablet #subfaixa {
	width: 810px;	
}
.mobile #subfaixa {
	width: 500px;
	padding:20px 0px 20px 0px;
}
.header-form{
	position:relative;
	margin-right:20px;
	}
.header-form.last{
	margin-right:0px;	
}
.formBusca{
	position:relative;
	width:167px;
	height:32px;
	padding:5px;
	border:0;
	background:#fff9e9;
}
.btnBusca{
	position:relative;
	width:38px;
	height:32px;
	cursor:pointer;
}
.formSessoes{
	position:relative;
	width:175px;
	height:32px;
	padding:5px;
	border:0;
	cursor:pointer;
	background:#fff9e9;
	-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 {
	width: 250px;
	position: relative;
	float:right;
	text-align:right;
	margin-top: 15px;
	font-family: 'Dosis', sans-serif;
	font-weight:600;
	font-size: 18px;
	color: #000;
}
#menu p{
	margin-top:20px;	
}
.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;
	overflow:hidden;
	width: 1000px;
	margin:auto;
	margin-top: 30px;
}
.tablet #rodape {
	width: 810px;	
}
.mobile #rodape {
	width: 500px;	
}
#enderecoFooter{
	position:relative;
	width: 922px;
	height:123px; /* */
	background: #000;
	font-family:'Dosis',Arial, Helvetica, sans-serif;
	-webkit-box-shadow: 0px 0px 13px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 13px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 13px -6px rgba(0,0,0,0.75);
	}
.mobile #enderecoFooter{
	width: 500px;	
}
#enderecoFooter h5 {
	position:relative;
    width: 650px;
    margin: auto;
    padding: 35px 0px 0px 0px;
	font-weight:500;
    text-align: center;
	letter-spacing:2px;
}
.mobile #enderecoFooter h5{
	width: 470px;	
	padding: 20px 0px 15px 15px;
	font-size: 16px !important;
	line-height: 16px;
}
.dbfl {
	display:block;
	float:left;
	}
#socialFooter {
    position: relative;
    overflow: hidden;
    width: 630px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
}
.mobile #socialFooter {
	width: 500px;
}
#twitter {
	width: 257px;
	height: 270px;
	margin: 9px 90px 0px 32px;
}
.mobile #twitter {
	margin: 9px 2px 0px 5px;	
	width: 240px;
}
#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;
}
.mobile #facebook {
    width: 245px !important;
	margin-right: 5px;
	overflow: hidden;
}
.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;
	width:1000px;
	margin-bottom: 30px;
	margin-left:auto;
	margin-right:auto;
}
.tablet #patrocinadores {
	width:810px;	
}
.mobile #patrocinadores {
	width:500px;
}
.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:20px 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:20px;
}
.mobile #navType{
	margin-left: 18px;	
}
#navType ul {
	position:relative;
	overflow:hidden;
	margin:auto;
}

#navType ul li{
	position:relative;
	float:left;
	width:31px;
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	font-weight:500;
	text-align:center;
	list-style: none;
}
.tablet #navType ul li{
	width:29px;
}
.mobile #navType ul li{
	width:50px;	
	font-size: 30px;
	margin-bottom: 10px;
}
#navType ul li a {
	padding:0px 10px;
	text-decoration:none;
	
	}
#navType ul li a:hover, #navType ul li a.over {
	text-decoration:none;
	
}

#box_galeria{
	width: 170px;
		
}

.galeria_img{
	overflow:hidden;	
}
.cycle-pager-active{
	opacity: 0.6;	
}
.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-top: 30px;
	text-align:center;
	font-size: 14px;	
}
.footer_categoria{
	position:relative;
	display:inline-block;
	text-align:center;	
}
.footer_categoria p{
	margin-top: 10px;	
}
.footer_logos{
	display:inline-block;
}
.footer_logo{
	position:relative;
	display:block;
	display:inline-block;
	margin-right: 20px;
}
.footer_logo img:hover{
	/*background-color: #f5eab2;*/
}
.footer_logo.last{
	margin-right: 0px;
}
.footer_separador{
	width: 1px;
	height: 80px;
	background-color: #000;
	margin-left: 20px;
	margin-right:20px;
	display:inline-block;
	margin-top: 25px;
}
.resultado_num{
	position:absolute;
	right:30px;
	z-index:1;
	top:40px;	
}
.mobile .resultado_num{
	right:10px;
	top:43px;		
}
.breadcrumb{
	font-size: 14px;
	margin-bottom: 10px;
	text-transform:lowercase;
}
.breadcrumb a:link		{ color:#f06421; text-decoration:none; }
.breadcrumb a:visited	{ color:#f06421; text-decoration:none; }
.breadcrumb a:hover	{ color:#000; text-decoration:none; }