/*------------------- RESET DA MODELO -------------------*/
.topo {
	margin-bottom: 0;
}
.corpo {
	border-bottom: solid 1px #00b8e3;
	margin-bottom: 30px;
	margin-top:0;
}
.titulos,.conteudos-navegacao {
	display: none;
	visibility: hidden;
}
/*--------------- BANNERS -------------------*/
.carousel {
	margin-top:110px;
}

/*--------------- RESULTADO -------------------*/
.resultados-container {
	position: relative;
	z-index: 10;
}
.resultados {
	height: 300px;
	padding:65px 0px;
	position: absolute;
	right: 180px;
	text-align: center;
	top: 280px;
	width: 290px;
}
/* Resultados V1*/
/*.resultados-bg {
	background: url(../img/exames-online.png) no-repeat left top;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}*/
.resultados-bg {
	border-radius: 10px;
  	background: url(../img/topo-resultados.png) no-repeat center top #f0f0f0f0;
  	box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.004);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;

}
 .row {
	margin: 0;
}

.resultados-campos input {
	
	background: #16cdff;
	border: none;
	border-bottom: solid 1px #fff;
	color: #1e1e1e;
	font-family: 'akrobatregular';
	font-size: 20px;
	font-weight: 900;
}

.resultados-bt a {
	border: none;
	text-indent: -9999px;
	width: 100%;
	padding-top: 35px;
	padding-bottom: 42px;

}

.resultados-bt a:hover {
	cursor: pointer;
	outline: none;
	text-decoration: none;

}
.resultados-bt button:hover,.resultados-bt button:focus {
	cursor: pointer;
	outline: none;
}

/*--------------- FIQUE POR DENTRO -------------------*/

.home-titulo {
	color: #337dbf;
	font-family:'brown_light';
	font-size:35px;
	padding-left: 208px;
}

.noticias-container {
	border-left: solid 1px #b9b9b9;
}
.noticias-cabecalho {
	background: url(../img/home-detalhe-noticia.png)no-repeat left 12px top 82px;
	padding-right: 7.5px;
	padding-top: 85px;
}
.noticias-titulo a {
	color: #526270;
	font-family:'Roboto';
	font-size:18px;
  line-height: 100%;
  font-weight: bold;
	text-decoration: none;
}
.noticias-vejamais img {
	float: right;
}
.noticia {
	margin-top: 15px !important;
	padding: 0 35px!important;
	position: relative;
}


.noticia-chamada a {
	background: url(../img/icone-vermais.png)no-repeat top left;
	position: absolute;
	left: 0;
	top: 0;
}
.noticia-imagem {

  border-radius: 20px;
  background-color: #EBE8E8;
  box-shadow: 0px 12px 57px 0px rgba(51, 59, 69, 0.21);
	display: block;
	max-width: 320px;
	position: relative;
	
}
.noticia a {
	height: 100%;
	width: 100%;
}


.not-data {
	color: #687183;
	font-family:'Roboto';
	font-size:20px;
	right: 10px;
	line-height: 22px;
	padding: 10px 8px 10px 10px;
	position: relative;
	top: 5px;
	display: block;
}
.not-data img {
	padding: 0 12px 5px 0;
}

.noticia-divisao{
	border-bottom: solid 1px #00b8e3;
}

.quem-somos-container{
	padding-top: 10px;
}

/*--------------- RESPONSIVIDADES -------------------*/
@media screen and (max-width:1199px){
	.corpo {
    background: url(../img/home-background02.png)no-repeat center 681px;
}
}
@media screen and (max-width:991px){
	
	.corpo {
		background: none;
	}
	
	
	.links {
		text-align: center;
	}
	.corpo {
		background: none;
}	
	.noticia-chamada img {
		width:100%;
		}
	.not-data img {
	max-width: 140px;
}
}
@media screen and (max-width:892px){
	.noticia-chamada img {
		width:100%;
	}
	

}
@media screen and (max-width:769px){
	
	.corpo {
		margin-top: 75px;
	}
	
	.resultados {
    margin: 0 auto;
	position: relative;
	right: 0;
    top: 45px;
}
	
	.noticias-cabecalho {
    background: none;
	padding-top: 50px;
	}
	
	.home-titulo {
	padding-left: 20px;
}
	
	.noticias-vejamais img {
    float: right;
	max-width: 125px;
	padding-top: 6px;
	}
	
	.noticia-chamada a {
    left: 15px;
	}
}

@media screen and (max-width:360px){
	.noticias-vejamais img {
	max-width: 80px;
    padding-top: 10px;
	}
}