@charset "iso-8859-1";

/*
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;
}

body {
	background: #FFFFFF;
	color: #494949;
	font-family: tahoma, sans-serif;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	color: #00a090;
	font-size: 1.4em;
	margin-bottom: 1.2em;
}

h1 i {
	background: #6fc055;
	color: #FFF;
	font-size: 1.2em;
	margin-right: 0.2em;
	padding: 0.35em 0.4em 0.25em 0.35em;
	vertical-align: text-top;
}

h2 {
	color: #00a090;
	font-size: 1.15em;
	line-height:1.42em;
	margin-bottom: 0.6em;
}

h3 {
	color: #00a090;
	font-size: 1em;
	margin:1.4em 0em 0.7em 0em;
}

h4 {
	color: #000;
	font-size: 1em;
	margin:1.4em 0em 0.7em 0em;
}

p, li  {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1em;
}

a {
	color:#0266a2;
	text-decoration: none;
}

a:hover, a:active {
	color:#1d9ee9;
	text-decoration: none;
}

ul {
	margin:0 0 1em 2.75em;
}

html.opera ul, html.ie9 ul {
	margin:0;
}

ul li {
	color:#494949;
	padding:0;
	margin:0 0 0.5em 0;
}

/*
**********************************
Class position, float, display
*/

.fixed {
	position: fixed;
	top: 0;
	z-index: 99;
}

.static {
	position: static;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

img.left, img.right {
	margin: 0.5em 1em 0.5em 1em;
}

.block {
	display: block !important;
}

.inline {
	display: inline !important;
}

.hidden {
	display: none !important;
}

.show {
	display: block !important;
}

/*
**********************************
Class margin, padding
*/

.off-left {
	left:0;
}

.off-right {
	right: 0;
}

.off-top {
	top:0;
}

.off-bottom {
	bottom: 0;
}

.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-on-2em-bottom {
	margin-bottom: 2em !important;
}

.m-on-1em-right {
	margin-right: 1em;
}

.m-on-16px-right {
	margin-right: 16px;
}

.m-on-6em-bottom {
	margin-bottom: 6em !important;
}

.m-on-8em-bottom {
	margin-bottom: 8em !important;
}

.m-on-9em-bottom {
	margin-bottom: 9em !important;
}

.p-off {
	padding: 0;
}

.p-off-top {
	padding-top: 0 !important;
}

.p-off-right {
	padding-right: 0;
}

.p-off-bottom {
	padding-bottom: 0 !important;
}

.p-off-left {
	padding-left: 0;
}

.p-on-15px-top {
	padding-top: 15px;
}

.p-on-6px-top {
	padding-bottom: 6px;
}

.lh-off {
	line-height: 0;
}

.border-off {
	border:none !important;
}

.top-10 {
	top:0.71em;
}

.top-20 {
	top:1.42em;
}

.top-30 {
	top:2.14em;
}

/*
**********************************
Class textos
*/  

.txt-gg {
	font-size: 1.35em !important;
}

.txt-g {
	font-size: 1.25em !important;
}

.txt-m {
	font-size: 1.15em !important;
}

.txt-p {
	font-size: 0.75em !important;
}

.txt-pp {
	font-size: 0.5em !important;
}

.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: #CCCCCC;	
}

.txt-cinza, .lnk-cinza, .lnk-cinza:hover, .lnk-cinza-claro:active {
	color: #333333;
}

.txt-azul {
	color: #0267a2;
}

.txt-upper {
	text-transform:uppercase;
}

.bold {
	font-weight:bold !important;
}

.ft-18px {
	font-size: 18px !important;
}

/*
**********************************
Class over e over animate para imagens
*/

a.over-animate, a.over {
    display: block;
    overflow: hidden;
    position: relative;
}

a.over-animate img, a.over img {
    left: 0;
    position: absolute;
    top: 0;
}


/*
**********************************
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;
}

.ui-widget {
	font-family: tahoma !important;
	font-size: 1em !important;
}
  