body {    
    margin: 0px;
    border: 0;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;    
}

html, body {
    height: 100%;
}

ul {
   list-style: none; 
}

input, select {
    font-family: 'Open Sans', sans-serif;
}

a {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.geral {
    min-height: 100%;
    position: relative;
    float: left;
    width: 100%;
}

.home-background-image {
    width: 100%;
    height: 100%;
	overflow: hidden;
	display: block;
    
}

.home-background-image img {
	width: 100%;
	opacity: 0.8;
}

#main-home {
    width: 100%;
	height: 100%;
    position: absolute;
	opacity: 1 !important;
	z-index: 1;
}

#main-home header {
    
    width: 1000px;
    position: relative;
    margin: 0 auto;
    height: 150px;
    
}

#main-home header img {
	margin-top: 75px;
}

#main-home #buscador-home {
    
    width: 1000px;
    position: absolute;
	left: 50%;
    margin-left: -500px;
	height: 126px;
	top: 50%;
	margin-top: -63px;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #ffffff;
	padding: 15px 0px;
	z-index: 5;
}

footer #links-rodape {
	width: 1000px;
	position: relative;
	left: 50%;
	margin-left: -500px;
}

footer #links-rodape ul {
	width: 100%; 
	margin: 0;
	padding: 0;
}

footer #links-rodape ul li {
	position: relative;
	float: left;
	font-size: 12px;
	color: #999999 !important;
	margin-right: 25px;
	letter-spacing: -1px;
}

footer #links-rodape ul li a:link {
	color: #999999;
}

footer #links-rodape ul li a:active {
	color: #999999;
}

footer #links-rodape ul li a:visited {
	color: #999999;
}

footer #links-rodape ul li a:hover {
	color: #3395d2;
	text-decoration: underline;
}

#main-home #buscador-home h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 300;
	color: #ffffff;
	margin: 0px;
	letter-spacing: -1px;
	text-align: center;
}

#main-home #buscador-home #search-field-home {

	width: 936px;
	height: auto;
	padding: 8px 0px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
	margin-top: 10px;
	float: left;
	left: 50%;
	margin-left: -468px;

}

.icon-lupa {
	position: relative;
	float: left;
	margin: 15px 10px 0px 20px;
}

.search-text-home, .search-estado-home, .search-cidade-home { 
	background-color: transparent;
	border: none;
	font-size: 18px;
	color: #999999;
	font-weight: 300;
	letter-spacing: -1px; 
    margin-top: 15px;
}

.search-text-home {
	width: 465px;
	padding-left: 5px;
    float: left;
}

.search-text-home:focus {
 	text-decoration: none;
 	border: none;
	outline: none;
}

.search-estado-home, .search-cidade-home {
	outline: none;
	-webkit-appearance: none;
	padding-right: 20px;
	background: url(../img/seta-select.png) right no-repeat;
	background-position-y:  12px;
	margin-right: 30px;
    -moz-appearance:none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    float: left;
}

.buscar-btn-home {
	padding: 15px 30px;
    float: right;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	font-size: 18px;
	letter-spacing: -1px;
	background-image: linear-gradient(to bottom, #fdae3c, #ff8a00);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: none;
	transition: all .5s;
    margin-right: 12px;
	
}

.buscar-btn-home:hover {
	cursor: pointer;
	background-image: linear-gradient(to bottom, #ff8a00, #fdae3c);
}

.buscar-btn-home:focus {
	outline: none;
}


.header-result {
    width: 100%;
    position: fixed;
    padding: 25px 0px;
    background-color: #f4f4f4 !important;
    z-index: 1000;
    
}

.header-result .wrapper {
    
    width: 1000px;
    position: relative;
    float: left;
    left: 50%;
    margin-left: -500px;
    
}

.header-result .wrapper .logo {
    
    position: relative;
    float: left;
    
}

.header-result .wrapper #search-field-result {
    
    width: 640px;
    position: relative;
    float: right;
    margin-right: 100px;
    background-color: #ffffff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    height: 35px;
    
}

.buscar-btn-result {
    
    position: relative;
    float: right;
    height: 35px;
     border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: none;
    padding: 3px 15px 5px 15px;
    right: -5px;
    font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	font-size: 15px;
	letter-spacing: -1px;
	background-image: linear-gradient(to bottom, #fdae3c, #ff8a00);
}

.buscar-btn-result:hover {    
    cursor: pointer;
	background-image: linear-gradient(to bottom, #ff8a00, #fdae3c);    
}

.buscar-btn-result:focus {
    outline: none;
}

.header-result .wrapper #search-field-result .icon-lupa {
    margin: 8px  10px 0px 15px !important;
    position: relative;
    float: left;
}

.search-text-result, .search-estado-result, .search-cidade-result {
    background-color: transparent;
	border: none;
	font-size: 14px;
	color: #333333;
	font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance:none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    letter-spacing: -0.5px;
}

.search-text-result:focus, .search-estado-result:focus, .search-cidade-result:focus {
    outline: none;
}

.search-text-result {
    width: 280px;
    padding-left: 5px;
    margin-right: 10px;
    position: relative;
    float: left;
    margin-top: 6px;
}

.search-estado-result, .search-cidade-result {
    padding-right: 20px;
	background: url(../img/seta-select.png) right no-repeat;
	background-position-y:  10px;
	margin-right: 15px;
    margin-top: 6px;
}

.search-estado-result {
    min-width: 62px;
}

.search-cidade-result {
    min-width: 80px;
}

#results {    
    width: 1000px;
    position: relative;
    float: left;
    left: 50%;
    margin-left: -500px;
    padding-bottom: 50px;
    margin-top: 100px;
}

#results h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: -0.5px;
    padding: 40px 0px;
    border-bottom: 5px solid #f4f4f4;
    color: #999999;
    
}

#results h1 span {
    color: #3395d2 !important;    
}

.resultados-relevantes, .outros-resultados {
    width: 900px;
    position: relative; 
    float: left;
}

.resultados-relevantes section, .outros-resultados section {
    width: 880px;
    padding: 15px 0px 15px 20px;
    position: relative;
    float: left;
    font-family: Arial, Helvetica, sans-serif !important;
}

.resultados-relevantes section h2, .outros-resultados section h2 {
    font-size: 12px;    
}

.resultados-relevantes section h2 a, .outros-resultados section h2 a {
    color: #3395d2;
    text-decoration: underline !important;
}

.resultados-relevantes section h3,
.resultados-relevantes section p,
.resultados-relevantes section h4,
.outros-resultados section h3,
.outros-resultados section p,
.outros-resultados section h4 {
    font-weight: normal;
    font-size: 12px;
    color: #616c78;
}

.resultados-relevantes section h3, .outros-resultados section h3 {
    margin-bottom: 15px;
}

.resultados-relevantes section p, .outros-resultados section p {
    margin: 0;
    padding: 0;
}


.outros-resultados h6 {
    border-top: 5px solid #f4f4f4;
    padding-top: 20px;
}

.resultados-relevantes .result-positive {
    background-color: #f3faff;
}

.resultados-relevantes .result-negative {
    background-color: #def2fe;
}

.outros-resultados .result-positive {
    background-color: #ffffff;
}

.outros-resultados .result-negative {
    background-color: #f4f4f4;
}

.resultados-relevantes h6, .outros-resultados h6 {
    margin: 15px 0px;
    font-size: 12px;
    font-weight: 600;
}

.second-footer {
    background-color: #f4f4f4 !important;
}

#paginacao {
    width: 830px;
    height: auto;
    position: relative;
    float: left;
}

#paginacao ul {
    width: 100%;
    margin: 60px 0px;
    padding-bottom: 20px;
    padding-left: 0px; 
    
}

#paginacao ul li {
    position:relative;
    float: left;
    margin-right: 30px;
    font-size: 12px   
}

#paginacao ul li a {
    color: #3395d2;
}

#paginacao ul li a:hover {
    text-decoration: underline !important;
}

.pagina-ativa {
    font-weight: 700 !important;
    color: #333 !important;
    text-decoration: none !important;
}

.pagina-ativa:hover {
    text-decoration: none !important;
}


.publicidade {
    width: 160px;
    height: 600px;
    position: relative;
    float: right;

}

.publicidade p {
    padding: 0;
    font-size: 12px;
    color: #999999;
}

.publicidade .banner-area {
    border: 1px solid #f4f4f4;
    width: 160px;
    height: 600px;
    
}


.header-content {
    width: 100%;
    height: 175px;
    position: relative;
    float: left;
    overflow: hidden;
}

.header-content .wrapper {
    width: 1000px;
    height: 100%;
    position: absolute;
    z-index: 1000;
    left: 50%;
    margin-left: -500px;
}

.header-content .wrapper section {
    margin-top: 55px;
}

.img-header {
    opacity: 0.7;
}

.middle-content {

    width: 100%;
    height: 100%;
    position: relative;
    float: left;
    background-color: #ffffff;
}

.middle-content .wrapper {
    width: 1000px;
    position: relative;
    float: left;
    left: 50%;
    margin-left: -500px;
}

.middle-content .wrapper .menu-content {
    background-color: #3395d2;
    width: 250px;
    height: auto;
    position: absolute;
   top: -15px;
    z-index: 1000;
}

.middle-content .wrapper .menu-content ul {
    margin: 40px 0px 20px 18px;
    padding: 0;
    
}

.middle-content .wrapper .menu-content ul li {
    width: 210px;
    padding: 8px 0px;
    border-bottom: 1px solid #64bcf3;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    cursor: pointer;
    
}

.middle-content .wrapper .menu-content ul li:hover {
    color: #273d76;
}

.middle-content .wrapper #content-page {
    background-color: #f4f4f4;
    width: 696px;
    margin: 0;
    position: relative;
    float: right;
    height: 100% !important;
    padding: 42px 30px 50px 155px;
    margin-bottom: 80px;
}

.middle-content .wrapper #content-page article h1 {
    color: #3395d2;
    font-size: 41px;
    letter-spacing: -2px;
    font-weight: 400;    
}

.li-last {
    border: none !important;
}

.texto-pagina {
    font-size: 14px;
    color: #333333;
    margin-top: 20px;
}

.texto-pagina h2 {
    color: #3395d2;
    font-weight: 700px;
    letter-spacing: -1px;
}

.texto-pagina h3 {
    font-weight: 600;
    color: #333333;
    margin-top: 20px;
    
}

.breadcrumb {
    width: 100%;
    position: relative; 
    float: left;
    margin-bottom: 20px;
    
}

.breadcrumb ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.breadcrumb ul li {
    position: relative;
    float: left;
    margin-right: 15px;
    font-size: 12px;
}

.breadcrumb ul li a {
    color: #333333;
    text-decoration: none;
}

.breadcrumb ul li a:hover {
    text-decoration: underline !important;
}