html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label,legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0px; padding: 0px; border: 0; font-weight: normal; font-style: normal; text-decoration: none; outline: none; list-style: none }
body { margin: 0; font-family: 'Cairo', sans-serif; }
* { outline: none } a, a:active, a:visited, a:hover { cursor: pointer; text-decoration: none }
header, nav, section, article, main, aside, footer { display: block }
*, *:after, *:before { -moz-box-sizing: border-box; box-sizing: border-box; }

article { -webkit-font-smoothing: antialiased; font-smoothing: antialiased; text-rendering: optimizeLegibility; }
.clear:before, .clear:after { content: " "; display: table } .clear:after { clear: both } .clear { *zoom: 1; } .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden } .clearfix { display: block; height: 1% } .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } .clearfix { *zoom: 1; }
img { max-width: 100%; vertical-align: bottom; height: auto; }

body {
	width: 100%;
	height: 100%;
	min-height: 870px;
	position: absolute;
	color: #0f0f0f;
	font-family: 'Raleway', sans-serif;
}
a {
	color: #0f0f0f;
}
.c-sb {
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.superior {
	width: 100%;
	height: 35%;
	min-height: 200px;
	position: relative;
	background: #192c56;
}
	.superior:after {
		width: 400px;
		height: 10px;
		content: "";
		position: absolute;
		left: calc(50% - 200px);
		bottom: -5px;
		display: inline-block;
		background: url(images/line-red.png) no-repeat center center / cover;
	}
	.superior img {
		display: block;
		margin: 0 auto;
	}

.fones {
	margin: 50px auto 20px;
	display: block;
	text-align: center;
}
	.fones li {
		padding: 0 15px;
		display: inline-block;
	}
		.fones li a {
			font-size: 18px;
		}

.email {
	display: block;
	text-align: center;
}
	.email span {
		color: #aa151b;
	}

.logos {
	max-width: 600px;
	height: auto;
	padding: 0 10px;
	margin: 50px auto 0;
}
	.logos li {
		display: inline-block;
	}


.sub-footer {width: 100%; padding: 10px 0 0;font-size: 14px; color: #fff; position: absolute; bottom: 0}
.footer-copyright{padding:30px 0 20px;}
.footer-copyright nav{float:right;}
.footer-copyright nav ul{list-style:none;margin:0;padding:0;}
.footer-copyright nav ul li{border-left:1px solid #fff;display:inline-block;line-height:12px;margin:0;padding:0 8px;}
.footer-copyright nav ul li:first-child{border:medium none;padding-left:0;}
.footer-copyright p{color:#fff;margin:0;padding:0;}
.footer-copyright a{color:#fff;margin:0;padding:0;}






