.site-top {
	width: 100%;
	font-weight: 500;
	font-size: 0.69em;
	line-height: 2.2;
	padding: 0.5em 0;
	z-index: 100;
	text-transform: uppercase;
	letter-spacing: 1px;
	background:#A4ADB2;
	color:white;
	height:95px;
}

nav ul li:hover > ul {
	background: rgba(164,173,178,0.9);
	display: block;
}

.site-wrap {
	min-height:100%;
	width:100%;
	margin-bottom:-72px;
}

.site-wrap:after {
	content: "";
	display: block;
}

.site-wrap:after {
	height: 72px; 
}

.footer {
	padding-top:17px;
	clear:both;
	text-align: center;
	height:55px;
	background:#024F87;
	color:white;
	font-size:0.8em;
}

@media (max-width: 470px) {
	.footer {
		height:120px;
	}
	.site-wrap {
		margin-bottom:-120px;
	}
	.site-wrap:after {
		height:120px;
	}
}

.wrap-inf {
	font-size:1.05em;
	color:#6D6D6D;
	max-width:1000px;
	margin:0 auto;
	text-align: justify;
}

@media (max-width:1000px) {
	.wrap-inf {
		margin:0 15px;
	}
}

.title-int {
	text-align: center;
	margin: 0;
	font-size:4em;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -3px;
	margin-bottom:30px;
	color:#024F87;
}

.esq-inf {
	width:65%;
	float:right;
}

.dir-inf {
	margin-top:20px;
	width:25%;
	float:left;
}

.wrap-inf img {
	width:400px;
	margin-left:20px;
	float:right;
	padding-bottom:20px;
	max-width: 100%
}

.wrap-inf .mkt {
	width:450px;
	margin-top:-20px;
}

.wrap-inf .vendas {
	width:500px;
	margin-left:20%;
	float:none;
}

.wrap-inf .chain {
	width:450px;
}

.obj-tit {
	text-align: center;
}

.wrap-inf .obj-img {
	width:1000px;
	max-width:100%;
	margin:0;
	float:none;
	padding:0;
}

.left-wrap {
	float:left;
}

.left-menu {
	max-width:100%;
	list-style-type:none;
	padding-left:10px;
	margin:0;
}

.left-menu li {
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #ddd;
}

.first-op {
	border-top:1px solid #ddd;
}

.right-wrap {
	border-left:1px solid #ddd;
	margin-left:22%;
	padding-left:10px;
	text-align: left;
}

.contatos {
	text-align:center;
}

.menu-icon {
	margin-right:5px;
	height:14px;
}

/*Main.css*/
:hover {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

/*Banner*/
.logo {
	width:200px;
	float:left;
	margin-left:30px;
	margin-top:15px;
}

.logo:hover {
	border-top:2px solid #E91D26;
	border-bottom:2px solid #E91D26;
}

.navlink {
	display:block;
	float:right;
	text-decoration: none;
	color:white;
	font-size:1.2em;
	float:none;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid white;
	margin-left:95%;
	margin-top:-3px;
}

.inthover {
	font-size:1.4em;
	color:#E91D26;
}

.navlink:hover {
	font-size:1.4em;
}

@media (min-width: 921px) {
	nav > ul > li:hover {

		color:#E91D26;
		border-top:2px solid #E91D26;
		border-bottom:2px solid #E91D26;
	}
}

.red {
	color:#E91D26;
	font-weight: bold;
	font-size:1.3em;
}

.cel-menu {
	display:none;
}

table {
	text-align: center;
	float:left;
	height:350px;
}

table th, table td {
	padding:5px 10px;
}

table th {
	font-size:1.1em;
	color:black;
}

@media(max-width: 959px) {
	table {
		float:none;
		margin:0 auto;
		height:300px;
	}

	.wrap-inf .mkt {
		margin-top:20px;
		float:none;
	}
}

nav ul ul {
	display: none;
}

nav ul {
	list-style: none;
	position: relative;
	display: inline-block;
	float:right;
	margin-right: 20px;
	padding:0;
}

nav > ul {
	margin-top:20px;
}

nav ul li {
	float: left;
}

nav ul li a {
	display: block; 
	padding: 25px 10px;
	color: #757575; 
	text-decoration: none;
}

nav ul ul {
	border-radius: 0px; 
	padding: 0;
	position: absolute;
	top: 100%;
	text-align: left;
}

nav ul ul li {
	float: none; 
	position: relative;
}

.site-top li a {
	display: inline-block;
	padding: 0.5em 2em;
	text-decoration: none;
	letter-spacing: 2px;
}

.site-top li li a {
	padding: 0.1em 2em;
}

@media (max-width: 939px) {
	.site-top li li a {
		padding:0.1em 1em;
	}

	nav ul li {
		float:none;
		background: rgba(164,173,178,0.9);
	}

	.navlink:hover, .inthover {
		font-size:1.2em;
	}
	.menu-int {
		display:none;
	}
	.menu-btn {
		font-size: 1.1em;
		margin-right:45px;
	}
	.menu-btn:hover {
		font-size:1.1em;
	}

	nav ul {
		position: absolute;
		right:0;
	}
	.sopc {
		display:none;
	}
	.left-wrap {
		float:none;
		text-align: center;
	}

	.right-wrap {
		border:0;
		margin:0;
	}

	.title-int {
		margin:0.67em 0;
		font-size:3em;
	}

	.img-wrap {
		text-align: center;
	}

	.wrap-inf img {
		margin-left:0;
	}


	.wrap-inf .vendas {
		margin-left:0;
	}
}

@media (min-width: 940px){
	.menu-int {
		display:block !important;
	}

	.socel {
		display:none !important;
	}
	.menu-btn {
		display:none;
	}

}

@media(max-width:580px) {

	nav ul {
		position:relative;
		width:100%;
	}
	.menu{
		margin-right:0;
		text-align: center;
	}
	nav ul li {
		background: #024F87;
		border-top:1px solid white;
	}
	.site-top li a {
		width:100%;
		text-align: center;
		padding: 0.5em 0;
	}

	.site-top li li a {
		padding: 0.5em 0;
	}

	.menu-btn {
		margin-right:0;
	}

	nav ul ul {
		position:relative;
		margin-right:0;
	}
	.logo {
		margin-left:20%;
	}
	img {
		max-width:100%;
	}
	.left-wrap {
		margin-top:30px;
	}
	.logo-wrap {
		text-align: center;
	}
	.logo {
		float:none;
		margin-left:0;
	}
}


html {
	height:100%;
}

body {
	height:100%;
	line-height: 1.45;
	font-size: 1em;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	background:#edf0f0;
}

iframe {
	float:right;
	max-width: 100%;
	margin-bottom:20px;	}

	a {
		color:#024F87;
		text-decoration: none;
		outline: none;
	}

	a:hover, .chosen {
		color: #E91D26;
	}

	header {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		text-align: center;
		z-index: 1000;
		font-size: 1.5em;
	}

	@media screen and (max-width: 60em) {
		header h1 {
			font-size: 7em;
		}
	}

	@media screen and (max-width: 30em) {
		.wrap {
			height: 100vh !important;
			background: #3d4955;
		}
		header {
			top: 100%;
		}
		header h1 {
			padding-top: 5em;
		}
		header h1 em {
			font-size: 42%;
			max-width: 90%;
		}
	}