@charset "utf-8";
/*------------------------------------------------------------------------------------
	STYLESHEET PARA RESET CSS

	autor: Thiago Teles Pereira - Web designer
	empresa: IMAP - Instituto Municipal de Administração Pública
	criado em: 11/06/2012
	versão: 1.0
	original: Baseado no CSS Reset de Eric Meyer
	info original:  http://meyerweb.com/eric/tools/css/reset/
	v2.0 | 20110126
	License: none (public domain)
-------------------------------------------------------------------------------------*/

html, 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: AkzidenzGroteskLight,Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.125em;/*18px*/
}
/*----------------------------------------------
FIX BUGS
------------------------------------------------*/
br{
	clear: both;
}
.clearfix:after{
	content:".";
	height: 0;
	line-height:0;
	visibility: hidden;
	clear: both;
	display: block;
}
*{outline:none;}
/*----------------------------------------------
CABEÇALHOS E PARAGRÁFO
------------------------------------------------*/
h1,h2,h3,h4,h5,h6{
	margin: 25px 0 10px 0;
	font-family: AkzidenzGroteskBQBold, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
}
/*p+h2, p+h3, p+h4, p+h5, p+h6{
	margin-top: 20px;
}*/
/*h1+p,h2+p,h3+p,h4+p,h5+p,h6+p{
	margin-top: -10px;
}*/
p{
	margin-bottom:10px;
	word-wrap: break-word;
}
h2+h3, h3+h4, h4+h5, h5+h6{
	margin-top: -7px !important;
	font-size: 18px;
	font-weight: 400;
	font-style: italic;
}
h1+*,h2+*,h3+*,h4+*,h5+*,h6+*{
	margin-top: 0 !important;
}
.subheading{
	margin: 15px 0 10px 0 !important;
	font-family: AkzidenzGroteskLight, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 700 !important;
	font-style: normal !important;
}
/*--------------------------------------
ELEMENTOS DE FRASE
-----------------------------------------*/
strong{
	font-weight:700;
	/*font-family: 'AkzidenzGroteskBQBold';*/
}
em, dfn, var{
	font-style:italic;
}
kbd, samp, code, pre{
	font-family:"Courier New", Courier, monospace;
}
address{
	margin-bottom:10px;
}
/*--------------------------
CITAÇÕES
----------------------------*/
blockquote{
	padding: 10px;
	border-width: 0 4px;
	border-style: solid;
	border-color: #FFD973;
	border-radius: 10px;
	/*margin-left:16px;*/
	/*background-color: #FCF0CE;*/
}
blockquote, q, cite{
	font-style:italic;
	font-weight:700;
}
blockquote p:first-child:before, q:before{
	content:open-quote;
}
blockquote p:first-child:after, q:after{
	content:close-quote;
}

/*------------------
RÉGUA
---------------------*/
hr{
	border-color:#CCC;
	border-style:dotted;
	border-width:1px 0 0 0;
	margin:20px 0;
}
/*------------------------------------
ABREVIAÇÕES E SIGLAS
-------------------------------------*/
abbr, acronym{
	cursor:help;
	border-bottom:1px dotted #666;
}
a abbr, a acronym{
	border:none;
}

/*-----------------
LINKS
--------------------*/
a{
	color:inherit;
	font-weight: 700;
	text-decoration:underline;
}
a:hover{
	/*color:#405380;*/
	color:inherit;
	cursor: pointer;
}
a:active{
	color:inherit;
	text-decoration:none;
}
a:visited{
	color: inherit;
}
a.external{
	padding-right:14px;
	background:url('../img/external_links/external-link-beige-dark.png') no-repeat right top;
}
/*------------------
LISTAS
---------------------*/
ol, ul, dl{
	padding-bottom:1em;
	margin-left:1em;
	list-style-position:inside;
}
li, dd{
	padding:0.125em 0;
}
dt{
	margin-top:0.45em;
	font-weight:700;
}
dd{
	padding-left:1em;
}

/*---------------------------------------
	CLASSES EXTRAS
---------------------------------------*/
/*TEXT COLOR*/
.color_base{
	color: #451659;
}
.color_complementary{
	color: #81851C;
}
/*BACKGROUND COLOR*/
.bg_color_gray{
	background-color: #F2F2F2
}
/*FLOATS*/
.floatLeft, .flutuaEsq_last-child{
	float: left;
}
.floatRight, .flutuaDir_last-child{
	float: right;
}
.flutuaEsq, .flutuaEsqMore, .flutuaEsqLess{
	position: relative;
	margin-right: 40px !important;
	float:left;
}
.flutuaEsqMore{
	margin-right: 60px !important;
}
.flutuaEsqLess{
	margin-right: 10px !important;
}
.flutuaDir, .flutuaDirMore, .flutuaDirLess{
	position: relative;
	float:right;
}
.flutuaDirMore{
	margin-left: 60px;
}
.flutuaDirLess{
	margin-left: 10px;
}
/*DEPRECATED*/
.flutua_last-child{
	position: relative;
	margin: 0 !important;
	float:left;
}
.clear{
	clear:both;
}
/*FOMATAÇÃO VISUAL*/
.inline{
	display:inline !important;
}
.inlineBlock{
	display:inline-block !important;
}
/*LISTA*/
.list_none{
	list-style-type: none !important;
}
.list_square{
	list-style-type: square !important;
}
.list_circle{
	list-style-type: circle !important;
}
.list_disc{
	list-style-type: disc  !important;
}
.list_decimal{
	list-style-type: decimal !important;
}
.list_decimal_leadingZero{
	list-style-type: decimal-leading-zero !important;
}
.list_lowerAlpha{
	list-style-type: lower-alpha !important;
}
.list_upperAlpha{
	list-style-type: upper-alpha !important;
}
.list_lowerRoman{
	list-style-type: lower-roman !important;
}
.list_upperRoman{
	list-style-type: upper-roman !important;
}

/*HIGHLIGHTS*/
.heading_highlight{
	position: relative;
	width: 30px;
	height: 30px;
	padding: 4px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin: 50px 0 15px 0;
	text-indent: 10px;
	line-height: 30px;
	white-space: nowrap;
	overflow: visible;
}
.heading_highlight, .heading_highlight:before, .heading_highlight:after{
	background-color: #D4DEF5;
}
.heading_highlight:before, .heading_highlight:after{
	content:'';
	position: absolute;
	display: block;
	z-index: 100;
}
.heading_highlight:before{
	top: -18px;
	left: 18px;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
.heading_highlight:after{
	top: -2px;
	left: 34px;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.highlight{
	background-color: #FFDC00 !important;
}
/*VISIBILITY*/
.acessibility{
	position: absolute;
	text-indent:-10000em !important;
}
.hiddenElement{
	display:none !important;
}
.no_bg{
	background-image: none !important;
}

/*TEXT*/
.font_family_primary {
	font-family: 'AkzidenzGroteskLight', Arial, Helvetica, sans-serif !important;
}
.font_family_secondary {
font-family: 'AkzidenzGroteskBQBold', Arial, Helvetica, sans-serif !important;
}
.bold{
	font-weight: 700 !important;
}
.italic{
	font-style: italic !important;
}
.font_small{
	font-size:12px !important;
}
.font_normal{
	font-size: 16px !important;
}
.font_plus{
    font-size: 18px !important;
    line-height: 22px;
}
.font_large{
    font-size: 22px !important;
    line-height: 24px;
}
.font_big{
	font-size:24px !important;
}
.font_ultra{
	font-size:32px !important;
}
.indent{
	text-indent: 16px !important;
}
.text_white{
	color: #FFF !important;
}
.text_left{
	text-align: left !important;
}
.text_right{
	text-align: right !important;
}
.text_center{
	text-align: center !important;
}
.text_justify{
	text-align: justify !important;
}
.uppercase{
	text-transform: uppercase !important;
}
.lowercase{
	text-transform: lowercase;
}
.no_underline{
	text-decoration: none !important;
}
.lineThrough{
	text-decoration:line-through !important; 
}
/* ==========================================================================
   =BOX MODEL
   ========================================================================== */
.totalWidth{
    width: 100% !important;
}
.halfWidth{
    width: 50% !important;
}
.no_allPadding{
    padding: 0 !important;
}
.padding_4,
.padding_10{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.padding_4{
    padding: 4px !important;
}
.padding_top_4{
    padding-top: 4px !important;
}
.padding_bottom_4{
    padding-bottom: 4px !important;
}
.padding_top_bottom_4{
    padding: 4px 0 !important;
}
.padding_10{
    padding: 10px !important;
}
.padding_top_10{
    padding-top: 10px !important;
}
.padding_bottom_10{
    padding-bottom: 10px !important;
}
.padding_top_bottom_10{
    padding: 10px 0 !important;
}
.no_allMargin{
    margin: 0 !important;
}
.no_topMargin{
    margin-top: 0 !important;
}
.no_rightMargin{
    margin-right: 0 !important;
}
.no_bottomMargin{
    margin-bottom: 0 !important;
}
.no_leftMargin{
    margin-left: 0 !important;
}
.margin_4{
    margin: 4px !important;
}
.margin_left_4{
    margin-left: 4px !important;
}
.margin_right_4{
    margin-right: 4px !important;
}
.margin_left_right_4{
    margin: 0 4px !important;
}
.margin_10{
    margin: 10px !important;
}
.margin_left_10{
    margin-left: 10px !important;
}
.margin_right_10{
    margin-right: 10px !important;
}
.margin_left_right_10{
    margin: 0 10px !important;
}

/*BOX MODEL*/
.marginBottom_10 {
    margin-bottom: 10px;
}
.border_radius{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
/*POSITION*/
.center{
	position: relative;
	margin: 0 auto !important;
}
.centerH_abs, .centerV_abs{
	position: absolute;
}
.centerH_abs{
	left: 50%;
}
.centerV_abs{
	top: 50%;
}
.center_both_axis{
	left: 50%;
	top: 50%;
}

/*---------------------------------------
	SELEÇÃO
---------------------------------------*/
::selection{
	color:#FFF !important;
	background-color:#451659;
}
::-moz-selection{
	color:#FFF !important;
	background-color:#451659;
}