@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Dosis:400,500,600);

/*
CSS Base
Estilos de textos, títulos, links para cada projeto de layout
*/

* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
	outline: none;
}

/*
**********************************
TAGs HTML base
*/

body, div, footer, section, nav, aside, 
form, fieldset, input, select, textarea, 
h1, h2, h3, h4, h5, h6, 
embed, iframe, table, img, ul, 
p, span, a, li {
	border: 0;
	margin: 0;
	padding: 0;
}

img {
	display: block;
}

body {
	background:#e5e5e5 url(../img/fundo-body-interna.png) center top no-repeat;
	color: #5c5c5c;
	font-family: 'Dosis', sans-serif;
	font-weight:400;
	font-size: 17px;
	overflow-x:hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	/* background:#0c5b74 url(../img/fundo-titulo.png) right top no-repeat; */
	background:#0c5b74;
	color: #FFF;
	display:block;
	font-size: 1.05em;
	line-height: 1.17em;
	margin-bottom: 1.5em;
	padding:0.55em 0 0.58em 0.64em;
}

h1.maior {
	/*background:url(../img/fundo-titulo-maior.png) right top no-repeat;*/
	background-color:#0c5b74;
	padding:0.35em 0 0.58em 0.64em;
}

h1.maior span {
	background:url(../img/ico-breadcrumb-titulo.png) right bottom no-repeat;
	display:inline-block;
	font-size: 0.7em;
	line-height:1em;
	margin:0 0 0.3em 0;
	padding:0 0.8em 0 0;
}

h2 {
	color: #0c5b74;
	font-size: 1.29em;
	line-height: 1.3em;
	margin-bottom: 1em;
}

h3 {
	color: #0c5b74;
	font-size: 1em;
	line-height: 1.17em;
	margin-bottom: 0.5em;
}

h4 {
	color: #0c5b74;
	font-size: 0.7em;
	margin-bottom: 1em;
}

p {
	font-size: 1em;
	line-height: 1.50em;
	margin-bottom: 1em;
}
/*ul, ol {
	margin-bottom:1em;
}*/

li  {
	font-size: 1em;
	line-height: 1.50em;
	/*margin:0 0 0.5em 2em;*/
	list-style:none;
}
.allowListStyle ul > li > ul > li{
	list-style: circle !important;
	margin-left: 4px !important;
	list-style-position: inside !important;
}
.allowListStyle ul > li > ul{
	margin-bottom: 0 !important;
}
.allowListStyle ul > li{
	list-style: initial !important;
	margin-left: 20px !important;
}
.allowListStyle ul{
	margin-bottom: 1em !important;
}

.allowListStyle ol > li > ol > li{
	list-style: decimal !important;
	margin-left: 4px !important;
	list-style-position: inside !important;
}
.allowListStyle ol > li > ol{
	margin-bottom: 0 !important;
}
.allowListStyle ol > li{
	list-style: decimal !important;
	margin-left: 20px !important;
}
.allowListStyle ol{
	margin-bottom: 1em !important;
}

a {
	color:#78770d;
	display:inline-block;
	line-height: 1.50em;
	text-decoration: none;
}

a:hover, a:active {
	color:#acab06;
	text-decoration: none;
}

strong {
	font-weight:600;
}



/*
**********************************
Class position, float, display
*/

.fixed {
	position: fixed;
	top: 0;
	z-index: 100000;
}

.static {
	position: static;
}

.relative {
	position: relative;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hei-100-perc {
	height:100% !important;
}

.wid-100-perc {
	width:100% !important;
}

img.left, img.right {
	margin: 0.5em 1em 0.5em 1em;
}

.none {
	display: none;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.inline-block {
	display: inline-block;
}

.hidden {
	display: none;
	visibility: hidden;
}

.show {
	display: block;
	visibility: visible;
}

.ln-hei-m {
	line-height: 1.3em;
}

/*
**********************************
Class margin, padding, float
*/

.m-off {
	margin: 0 !important;
}

.m-off-top {
	margin-top: 0 !important;
}

.m-off-right {
	margin-right: 0 !important;
}

.m-off-bottom {
	margin-bottom: 0 !important;
}

.m-off-left {
	margin-left: 0 !important;
}

.m-bottom-pp {
	margin-bottom: 0.11em !important;
}

.m-bottom-p {
	margin-bottom: 0.3em !important;
}

.m-bottom-m {
	margin-bottom: 0.6em !important;
}

.m-bottom-g {
	margin-bottom: 0.9em !important;
}

.m-bottom-gm {
	margin-bottom: 1.3em !important;
}

.m-bottom-gmg {
	margin-bottom: 1.8em !important;
}

.m-bottom-gg {
	margin-bottom: 2.35em !important;
}

.m-top-neg-p {
	margin-top: -0.2em !important;
}

html.opera .m-top-neg-p {
	margin-top: -0.4em !important;
}

.m-top-p {
	margin-top: 0.3em !important;
}

.m-top-m {
	margin-top: 0.6em !important;
}

.m-top-g {
	margin-top: 0.9em !important;
}

.m-top-gm {
	margin-top: 1.3em !important;
}

.m-top-gmg {
	margin-top: 1.8em !important;
}

.m-top-gg {
	margin-top: 2.35em !important;
}

.m-right-p {
	margin-right: 0.29em !important;
}

.m-right-m {
	margin-right: 0.58em !important;
}

.m-right-g {
	margin-right: 0.88em !important;
}

.m-right-gg {
	margin-right: 1.4em !important;
}

.m-right-exg {
	margin-right: 147px !important;
}

html.ie11 .m-right-exg {
	margin-right: 147px !important;
}

html.ie10 .m-right-exg {
	margin-right: 144px !important;
}

/*html.ie9 .m-right-exg {
	margin-right: 8.5em !important;
}*/

html.ie8 .m-right-exg {
	margin-right: 148px !important;
}

html.opera .m-right-exg {
	margin-right: 142px !important;
}

html.safari .m-right-exg {
	margin-right: 145px !important;
}


.p-off {
	padding: 0 !important;
}

.p-off-top {
	padding-top: 0 !important;
}

.p-off-right {
	padding-right: 0 !important;
}

.p-off-bottom {
	padding-bottom: 0 !important;
}

.p-off-left {
	padding-left: 0 !important;
}

.p-bottom-pp {
	padding-bottom: 0.41em !important;
}

.p-bottom-p {
	padding-bottom: 0.58em !important;
}

.p-bottom-m {
	padding-bottom: 0.88em !important;
}

.p-bottom-g {
	padding-bottom: 1.17em !important;
}

.p-top-pp {
	padding-top: 0.41em !important;
}

.p-top-p {
	padding-top: 0.58em !important;
}

.p-top-m {
	padding-top: 0.88em !important;
}

.p-top-g {
	padding-top: 1.17em !important;
}

.p-left-p {
	padding-left: 0.58em !important;
}

.p-left-m {
	padding-left: 0.88em !important;
}

.p-left-g {
	padding-left: 1.17em !important;
}

.p-right-p {
	padding-lerightft: 0.58em !important;
}

.p-right-m {
	padding-right: 0.88em !important;
}

.p-right-g {
	padding-right: 1.17em !important;
}

.p-10 {
	padding: 0.58em !important;
}

.p-20 {
	padding: 1.17em !important;
}

.f-off {
	float:none !important;
}

/*
**********************************
Class textos
*/  

.txt-gg {
	font-size: 1.5em;
}

.txt-g {
	font-size: 1.25em;
}

.txt-m {
	font-size: 1.05em;
}

.txt-p {
	font-size: 0.82em;
}

.txt-pm {
	font-size: 0.7em;
	line-height:1.17em;
}

.txt-pp {
	font-size: 0.6em;
}

.txt-left {
	text-align: left;
}

.txt-center {
	text-align: center;
}

.txt-right {
	text-align: right;
}

.txt-branco, .lnk-branco, .lnk-branco:hover, .lnk-branco:active {
	color: #FFF;	
}

.txt-cinza-claro, .lnk-cinza-claro, .lnk-cinza-claro:hover, .lnk-cinza-claro:active {
	color: #8c8c8c;	
}

.txt-cinza, .lnk-cinza, .lnk-cinza:hover, .lnk-cinza:active {
	color: #5c5c5c;	
}

.txt-cinza-escuro, .lnk-cinza-escuro, .lnk-cinza-escuro:hover, .lnk-cinza-escuro:active {
	color: #434343;	
}

.lnk-cinza:hover, .lnk-cinza:active {
	color: #908f8f;	
}

.txt-azul, .lnk-azul {
	color: #0c5b74;	
}

.lnk-azul:hover, .lnk-azul:active {
	color: #59b3d0;	
}

/* backgrounds */

.bg-grad-branco-cinza {
	background: linear-gradient(bottom, #fefefe 0%, #FFFFFF 60%);
	background: -o-linear-gradient(bottom, #fefefe 0%, #FFFFFF 60%);
	background: -moz-linear-gradient(bottom, #fefefe 0%, #FFFFFF 60%);
	background: -webkit-linear-gradient(bottom, #fefefe 0%, #FFFFFF 60%);
	background: -ms-linear-gradient(bottom, #fefefe 0%, #FFFFFF 60%);
	
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #fefefe),
		color-stop(0.6, #FFFFFF)
	);
	
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#fefefe');
}

.bg-grad-cinza-cinza-medio {
	background: linear-gradient(bottom, #f3f3f3 0%, #fefefe 60%);
	background: -o-linear-gradient(bottom, #f3f3f3 0%, #fefefe 60%);
	background: -moz-linear-gradient(bottom, #f3f3f3 0%, #fefefe 60%);
	background: -webkit-linear-gradient(bottom, #f3f3f3 0%, #fefefe 60%);
	background: -ms-linear-gradient(bottom, #f3f3f3 0%, #fefefe 60%);
	
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #f3f3f3),
		color-stop(0.6, #fefefe)
	);
	
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#fefefe', EndColorStr='#f3f3f3');
}


.bg-azul-claro {
	background-color:#c7d3d6;
}

.bg-cinza {
	background-color:#d8d8d8;
}

.bg-cinza-claro {
	background-color:#eceff0;
}

.bg-none {
	background:none !important;
}

/* bordas */

.b-cinza-3 {
	border:3px solid #bcbcbc;
}

/*
**********************************
FIX - bugs unsemantic / zero padding
*/

.grid-container {
	max-width: 1180px;
    padding-left: 0;
    padding-right: 0;
}

.grid-5, .mobile-grid-5, .tablet-grid-5, .grid-10, .mobile-grid-10, .tablet-grid-10, .grid-15, .mobile-grid-15, .tablet-grid-15, .grid-20, .mobile-grid-20, .tablet-grid-20, .grid-25, .mobile-grid-25, .tablet-grid-25, .grid-30, .mobile-grid-30, .tablet-grid-30, .grid-35, .mobile-grid-35, .tablet-grid-35, .grid-40, .mobile-grid-40, .tablet-grid-40, .grid-45, .mobile-grid-45, .tablet-grid-45, .grid-50, .mobile-grid-50, .tablet-grid-50, .grid-55, .mobile-grid-55, .tablet-grid-55, .grid-60, .mobile-grid-60, .tablet-grid-60, .grid-65, .mobile-grid-65, .tablet-grid-65, .grid-70, .mobile-grid-70, .tablet-grid-70, .grid-75, .mobile-grid-75, .tablet-grid-75, .grid-80, .mobile-grid-80, .tablet-grid-80, .grid-85, .mobile-grid-85, .tablet-grid-85, .grid-90, .mobile-grid-90, .tablet-grid-90, .grid-95, .mobile-grid-95, .tablet-grid-95, .grid-100, .mobile-grid-100, .tablet-grid-100, .grid-33, .mobile-grid-33, .tablet-grid-33, .grid-66, .mobile-grid-66, .tablet-grid-66 {
	padding-left: 0;
	padding-right: 0;
}

.grid-5 > *, .mobile-grid-5 > *, .tablet-grid-5 > *, .grid-10 > *, .mobile-grid-10 > *, .tablet-grid-10 > *, .grid-15 > *, .mobile-grid-15 > *, .tablet-grid-15 > *, .grid-20 > *, .mobile-grid-20 > *, .tablet-grid-20 > *, .grid-25 > *, .mobile-grid-25 > *, .tablet-grid-25 > *, .grid-30 > *, .mobile-grid-30 > *, .tablet-grid-30 > *, .grid-35 > *, .mobile-grid-35 > *, .tablet-grid-35 > *, .grid-40 > *, .mobile-grid-40 > *, .tablet-grid-40 > *, .grid-45 > *, .mobile-grid-45 > *, .tablet-grid-45 > *, .grid-50 > *, .mobile-grid-50 > *, .tablet-grid-50 > *, .grid-55 > *, .mobile-grid-55 > *, .tablet-grid-55 > *, .grid-60 > *, .mobile-grid-60 > *, .tablet-grid-60 > *, .grid-65 > *, .mobile-grid-65 > *, .tablet-grid-65 > *, .grid-70 > *, .mobile-grid-70 > *, .tablet-grid-70 > *, .grid-75 > *, .mobile-grid-75 > *, .tablet-grid-75 > *, .grid-80 > *, .mobile-grid-80 > *, .tablet-grid-80 > *, .grid-85 > *, .mobile-grid-85 > *, .tablet-grid-85 > *, .grid-90 > *, .mobile-grid-90 > *, .tablet-grid-90 > *, .grid-95 > *, .mobile-grid-95 > *, .tablet-grid-95 > *, .grid-100 > *, .mobile-grid-100 > *, .tablet-grid-100 > *, .grid-33 > *, .mobile-grid-33 > *, .tablet-grid-33 > *, .grid-66 > *, .mobile-grid-66 > *, .tablet-grid-66 > * {
	/* <IE7> */
	*margin-left: expression((!this.className.match(/grid-[1-9]/) && this.currentStyle.display === "block" && this.currentStyle.width === "auto") && "0px");
	*margin-right: expression((!this.className.match(/grid-[1-9]/) && this.currentStyle.display === "block" && this.currentStyle.width === "auto") && "0px");
	/* </IE7> */
}

@media screen 
and (max-width: 767px) {
	.mobile-grid-parent {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen 
and (min-width: 768px) 
and (max-width: 1024px) {
	.tablet-grid-parent {
		padding-left: 0;
		padding-right: 0;
	}
}

/*
**********************************
FIX - bugs ui-autocomplete (overflow)
*/

.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
   	overflow-x: hidden;
}

* html .ui-autocomplete {
	height: 100px;
}

/* spans */

.s-align {
	margin:4px 0px 0px 6px;
}

html.safari .s-align {
	margin:-17px 0px 0px 6px;
}

html.ie8 .s-align {
	margin:-21px 0px 0px 10x;
}

html.opera .s-align {
	margin:4px 0px 0px 3px;
}