@font-face {
	font-family: 'OpenSans';
	src: url("../fonts/Open_Sans/OpenSans-Regular.ttf");
	font-size: 1em;
}
@font-face {
	font-family: 'OpenSans-Light';
	src: url("../fonts/Open_Sans/OpenSans-Light.ttf");
	font-size: 1em;
}
html, body {
	height: 100%;
}	
.clearfix {
	clear: both;
}
.col-middle{
	display: flex;
	align-items: center; 
}
body {
    background-color: #FAFEFF;
}
#header-logo{
  height: 80px;
}
#header-logo img{
  height: 60px;
}
#tema-conteudo {
	width: 100%;
}
.cor-branco{
	color: #fff;
}
section {
	min-height: calc( 100% - 38px );
}

@media (min-width: 1920px) {

	#banner {
		margin-top: 1.5%;	
	}	

}

.item {	

	min-width: 1002.24px;
	min-height: 801.792px;
}
.row {
	width: 100%;
	margin-left: 0;
}
footer {
	width: 100%;
	position: absolute;
}
footer .row {
	width: 100%;
	margin-left: 0;
	bottom: 0;
}
footer .row p {
	display: inline;
	margin: 0;
	font-family: 'OpenSans';
	font-size: 14px;
	color: #fff;
}
footer .row-cor-padrao {
	height: 38px;
	border: #12a79d 1px solid;
}