.topo-todo-interna{
	width: 100%;
	/*background-image: url(../img/banner-1.jpg);*/
	background-size: cover;
	background-position: center top;
}
.banner-sobre{
	background-image: url(../img/novos/banner\ sobre.png);
}
.banner-servicos{
	background-image: url(../img/servicos.png);
}
.banner-contato{
	background-image: url(../img/contato.png);
}
.banner-politica{
	background-color: rgba(32,35,60,0.8);
}
@media screen and (max-width: 768px){
	.topo-todo-interna{
		background-image: none;
	}
}
.topo-interna{
	width: 80%;
	margin: 0px auto;
	border-bottom: 1px solid #FFF;
	padding: 25px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 1120px){
	.topo-interna{
		width: 90%;
	}
}
@media screen and (max-width: 998px){
	.topo-interna{
		flex-direction: column;
		flex-wrap: wrap;
	}
}
.titulo-interno{
	width: 80%;
	margin: 0px auto;
	padding: 60px 0px;
}
.titulo-interno h1{
	color: #FFF;
	font-style: italic;
	text-align: center;
	font-weight: 700;
}
@media screen and (max-width: 1120px){
	.titulo-interno{
		width: 90%;
		padding: 20px 0px;
	}
}
@media screen and (max-width: 768px){
	.titulo-interno h1{
		color: #20233c;
	}
}
.sobre-texto{
	width: 80%;
	margin: 40px auto;

}

.about .container{
	
	display: flex;
	justify-content: center;
	align-items: center;

}
@media screen and (max-width: 1120px){
	.sobre-texto{
		width: 90%;
	}
}
.sobre-texto hr{
	background-color: #c11320;
	width: 100px;
	height: 4px;
	border: none;
	margin-bottom: 20px;
}
.sobre-texto h1{
	color: #20233c;
	font-style: italic;
	font-weight: 700!important;
}
.sobre-texto h6{
	font-weight: 400;
	font-size: 1.2em;
	color: #969293;
	line-height: 27px;
	margin-top: 10px;
}
.sobre-texto p{
	color: #969293;
	line-height: 27px;
	margin-top: 10px;
	font-family: 'Montserrat', sans-serif!important;
	font-size: 1.1em!important;
	text-align: justify;
}

.sobre-texto .text{
	width: 50%;
}

.sobre-texto .text p{
	padding: 10px 0;
}

.sobre-texto .image{
	margin-left: 20px;
	overflow: hidden;
	border-radius: 30px;
}

.sobre-texto .image img{
	width: 100%;
}

.mvv{
	width: 100%;
	background-color: #20233c;
	position: relative;
}
.area-missao{
	width: 80%;
	margin: 40px auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: stretch;
	padding: 50px 0;

}
.missao{
	width: 25%;
	padding: 20px;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-self: stretch;
	background-color: #fff;
}
.missao img{
	width: 50%;
	margin: 0px auto;
}
@media screen and (max-width: 998px){
	.missao{
		width: 30%;
	}
}
@media screen and (max-width: 768px){
	.area-missao{
		width: 90%;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.missao{
		width: 100%;
		padding: 20px 0px;
		margin: 20px 0;
	}
	.missao img{
		width: 30%;
	}

	.about .container{
		flex-wrap: wrap;
	}
}
.missao h1{
	color: #20233c;
	text-align: center;
	font-size: 1.2em!important;
	font-weight: 700;
}
.missao p{
	color: #20233c;
	line-height: 27px;
	margin-top: 10px;
	text-align: center;
}

.sustentabilidade{
	width: 100%;
}

.sustentabilidade .container{
	width: 80%;
	margin: 40px auto;
}

.sustentabilidade .row{
	display: flex;
	justify-content: space-between;
	align-items: start;
	align-self: stretch;
}

.sustentabilidade-colum{
	width: 45%;
}
.line{
	height: 500px;
	align-self: center;
	width: 5px;
	background-color: #c11320;
	border-radius: 5px;
}
.estrutura{
	width: 45%;
}


.sustentabilidade hr, .estrutura hr{
	background-color: #c11320;
	width: 100px;
	height: 4px;
	border: none;
	margin-bottom: 20px;
}

.estrutura h1{
	text-align: right;
}
.estrutura hr{
	margin-left: auto;
}
.sustentabilidade h1, .estrutura h1{
	color: #20233c;
	font-size: 1.4em;
	font-style: italic;
	font-weight: 700;
}
@media screen and (max-width: 768px){
	.sustentabilidade h1, .estrutura h1{
		font-size: 1.1em;
	}

	.line{
		display: none;
	}

	.sustentabilidade .row{
		flex-wrap: wrap;
	}

	.sustentabilidade .estrutura, .sustentabilidade .sustentabilidade-colum{
		width: 95%;
	}

	.sobre-texto .text{
		width: 100%;
	}

}
.sustentabilidade p, .estrutura p{
	color: #969293;
	line-height: 27px;
	margin-top: 10px;
}
.estrutura ul li{
	color: #969293;
	padding: 5px 0;
	font-family: 'Montserrat', sans-serif;
}
.servicos-todo{
	width: 100%;
	padding: 40px 0px;
	background-color: #20233c;
}
.servicos{
	width: 80%;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: stretch;
	flex-wrap: wrap;
}
@media screen and (max-width: 1120px){
	.servicos{
		width: 90%;
	}
}
.item-servicos{
	width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 40px;
}
.item-servicos img{
	width: 100px;
	height: 100px;
	padding-bottom: 15px;
}
.item-servicos h1{
	color: #FFF;
	font-size: 1.5em;
}
.item-servicos p{
	color: #FFF;
	margin-top: 20px;
	font-size: 0.9em;
	line-height: 25px;
}
@media screen and (max-width: 768px){
	.servicos{
		flex-direction: column;
	}
	.item-servicos{
		width: 100%;
		margin-bottom: 40px;
	}
}
.contato-todo{
	width: 100%;
	padding: 60px 0px;
	margin: 40px 0px 0px 0px;
	background-color: #f6f7f8;
}
.contato{
	width: 80%;
	margin: 0px auto;
}
@media screen and (max-width: 1120px){
	.contato{
		width: 90%;
	}
}
.formulario{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.campo-1{
	width: 49%;
	height: 30px;
	padding: 5px 0px;
	background-color: #FFF;
	border: 1px solid #d3cdcf;
	margin-bottom: 17px;
}
.campo-1::placeholder{
	font-family: 'Montserrat', sans-serif;
}
.campo-2{
	width: 100%;
	height: 30px;
	padding: 5px 0px;
	background-color: #FFF;
	border: 1px solid #d3cdcf;
	margin-bottom: 17px;
}
.campo-2::placeholder{
	font-family: 'Montserrat', sans-serif;
}
.campo-3{
	width: 100%;
	height: 200px;
	padding: 5px 0px;
	background-color: #FFF;
	border: 1px solid #d3cdcf;
}
.campo-3::placeholder{
	font-family: 'Montserrat', sans-serif;
}
.bt-contato{
	margin-top: 17px;
	padding: 11px 20px;
	color: #FFF;
	background-color: rgba(32,35,60,0.8);
	border: none;
	transition: 0.3s all;
}
.bt-contato:hover{
	background-color: #c11320;
	transition: 0.3s all;
}
@media screen and (max-width: 500px){
	.campo-1{
		width: 100%;
	}
}

/* MENU NAVEGAÇÃO */

.conteudo-maior{
	 padding: 60px 0px 80px 0px;
}
.conteudo-navegacao{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 991px){
	.conteudo-navegacao{
		height: 580px;
	}
	.container{
		width: 90%!important;
	}
}
ul.conteudo-navegacao-menu{
	width: 30%;
	border-right: 1px solid #D6D6D6;
}
ul.conteudo-navegacao-menu li{
	width: 100%;
	list-style: none;
	margin: 0px 0px 12px 0px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
ul.conteudo-navegacao-menu li img{
	/*width: 40px;*/
	width: 13%;
	height: auto;
	margin-right: 20px;
}
ul.conteudo-navegacao-menu li a{
	width: 75%;
	display: block;
	padding: 5px 0px 5px 10px;
	/*font-family: 'Bebas Neue', cursive;*/
	font-size: 1.4em;
	color: #1F3E59;
	transition: all 0.3s;
	text-decoration: none!important;
}
ul.conteudo-navegacao-menu li:last-child a,
ul.conteudo-navegacao-menu li:last-child.active a,
ul.conteudo-navegacao-menu li:last-child a:hover{
    /*border-right: 1px solid #ddd;*/
}
ul.conteudo-navegacao-menu li a:hover,
ul.conteudo-navegacao-menu li.active a{
    color: #FFF;
	background-color: #c11320;
	transition: all 0.3s;
}
/*ul.conteudo-navegacao-menu li a:hover{
	color: #FFF;
	background-color: #c11320;
	transition: all 0.3s;
}*/
.conteudo-navegacao-info{
	width: 65%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	line-height: 32px;
	color: #6A6A6A;
}
@media screen and (max-width: 888px){
	ul.conteudo-navegacao-menu li a{
		font-size: 1.1em;
	}
}
/* FINAL MENU NAVEGAÇÃO */
.area-servico-novo{
	width: 90%;
	margin: 20px auto;
	display: none;
}
.servico-novo{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 40px;
}
.titulo-servico-novo{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.titulo-servico-novo img{
	width: 40px;
	height: 40px;
	margin-right: 20px;
}
.titulo-servico-novo h1{
	color: #20233c;
	font-size: 1.2em;
}
.servico-novo p{
	color: #969293;
	margin-top: 20px;
}
@media screen and (max-width: 768px){
	.conteudo-maior{
		display: none!important;
	}
	.area-servico-novo{
		display: block;
	}
}
.area-colunas-estrutura{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: stretch;
	margin: 30px 0px;
}
.colunas-estrutura{
	width: 45%;
}
@media screen and (max-width: 768px){
	.area-colunas-estrutura{
		flex-direction: column;
	}
	.colunas-estrutura{
		width: 100%;
	}
}