#banner {
	width: 100%;
}

.principal {
	background: #CCCCCC; 
	padding: 30px;
}

.logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 35px;
}

.titulo-principal {
	padding-left: 20px;
	height: 15vw;
}

.titulo-centralizado {
	text-align: center;
}

p {
	text-align: center;
}

#missao {
	font-size: 20px
}

em strong {
	color: #FF0000;
}

.itens {
	font-style: italic;
}

.beneficios {
	background: #FFFFFFFF;
	padding: 20px;
}


.beneficios ul {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	margin-right: 15%;
}

.imagembeneficios {
	width: 50%;
}

header {
	background: #bbb; 
}

.caixa {
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 0 20px; 
	display: flex;
	align-items: center;
	justify-content: space-between;
}

nav {
	position: absolute;
	top: 110px;
	right: 0;
}

nav li {
	display: inline;
	margin: 0 0 0 15px;
}

nav a {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	font-size: 22px;
	text-decoration: none;
}