@import url('https://fonts.googleapis.com/css?family=Arimo|Monda:400,700|Noto+Serif|Oswald:400,500,600|Roboto+Condensed');
/**
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
**/


@import url(bootstrap.css);
@import url(app.css);
@import url(menu.css);
@import url(busca.css);
@import url(resultado.css);
@import url(conteudo.css);
@import url(owl.carousel.css);
@import url(forms.css);
@import url("awesome.css");


* { margin:0; padding:0; list-style:none;}

body {
	
	font-size:16px;
	line-height:20px;
	text-decoration: none;
	color:#000;
	height:100%;
	background:#FFF;
	/**
	font-family: 'Roboto Condensed', sans-serif;
	font-family: 'Oswald', sans-serif;
	font-family: 'Monda', sans-serif;
	font-family: 'Arimo', sans-serif;
	font-family: 'Noto Serif', serif;
	**/
}

a {color:#000; text-decoration:none}
a:hover {color:#000; text-decoration:none}



@media screen and (max-width: 768px) {
	.logo {
		padding: 8px 0;
		margin: 0 auto;
	}
	.logo img {
		max-width: 280px;
	}
	.box-cima {
		background:#EE3B38 url("img/pattern.png") ;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.banner {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 767px) {
	.logo {
		padding: 20px 0;
	}
	.logo img {
		max-width: 500px;
	}
	.box-cima {
		background:#EE3B38 url("img/pattern.png") ;
		padding-top: 30px;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.banner {
		margin-bottom: 20px;
	}
}


.mt10b20 {
	margin-top: 10px !important;
	margin-bottom: 20px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}



.iconeApp {
	position: fixed;
	bottom: 50px;
	right: 10px;
	z-index: 998;
	width: 70px;
	height: 50px;
}

