.topo-todo-interno{
	width: 100%;
	padding: 150px 0px;
	/*background-image: url(../img/banner.jpg);*/
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: bottom center;
	background-attachment: fixed;
}
.bg-servico{
	background-image: url(../img/bg-servico.jpg);
}
.topo-todo-interno h1{
	display: block!important;
	color: #FFF!important;
	text-align: center!important;
	padding-bottom: 15px!important;
	font-size: 2.2em!important;
	font-weight: bold;
}
.topo-todo-interno hr{
	width: 40px;
	height: 5px;
	margin: 0px auto;
	border: none;
	background-color: #DC713B;
}
@media screen and (max-width: 300px){
	.topo-todo-interno{
		padding: 30px 0px;
	}
	.topo-todo-interno h1{
		width: 90%;
		margin: 0px auto;
		font-size: 1.3em;
	}
}
.topo-interno{
	width: 80%;
	margin: 0px auto;
	padding: 40px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo-interno{
	width: 179px;
	height: 35px;
}
ul.menu-interno{
	width: auto;
	display: flex;
	margin-left: 40px;
	position: relative;
}
ul.menu-interno li{
	list-style: none;
	margin: 0px 10px;
}
@media screen and (max-width: 960px){
	ul.menu-interno li{
		margin: 0px 0px;
	}
}
@media screen and (max-width: 870px){
	.topo-interno{
		flex-direction: column;
		padding: 60px 0px 20px 0px;
	}
	.logo-interno{
		margin-bottom: 20px;
	}
	ul.menu-interno{
		margin-left: 0px;
	}
	ul.menu-interno li{
		margin: 0px 10px;
	}
}
ul.menu-interno li a{
	color: #003333;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: 300;
	padding: 10px 10px;
	text-transform: uppercase;	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
ul.menu-interno li a:hover{
	color: #DC713B;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ativo{
	color: #DC713B!important;
	font-weight: 400!important;
}
ul.menu-interno li  ul{
	position: absolute; 
	top: 20px; 
	left: 20%;
	display: none;
}
ul.menu-interno li:hover ul, .menu li.over ul{
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
ul.menu-interno li ul li{
	border-bottom: 1px solid #003333;
	background-color: #FFF;
	padding: 10px 0px;
	display: block; 
	width: auto;
	text-align: center;
}
.bt-topo{
	text-transform: uppercase;
	border: 1px solid #003333;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.bt-topo{
	border: 1px solid #DC713B;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.servico-extra{
	padding: 20px 0px 0px 0px!important;
}
.sobre{
	width: 80%;
	margin: 0px auto;
	padding: 60px 0px 20px 0px;
	display: flex;
	justify-content: space-between;
}
.sobre-texto{
	width: 100%;
}
.topo-sobre-texto{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}
.topo-sobre-texto h6{
	font-size: 1.3em;
	font-weight: 400;
	color: #666666;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 40px;
}
.sobre-texto h1{
	color: #003333;
	text-align: center;
}
.sobre-texto h2{
	color: #003333;
	text-align: left;
	font-size: 1.6em;
}
.sobre-texto p{
	color: #161616;
	font-weight: 300;
	font-size: 1.4em;
	line-height: 30px;
	margin-top: 15px;
	text-align: justify;
}
.sobre-texto ul li{
	color: #161616;
	font-weight: 300;
	font-size: 1.4em;
	line-height: 30px;
	margin-top: 15px;
	text-align: left;
}
.sobre-texto a{
	color: #DC713B;
	text-decoration: none;
	font-weight: 600;
}
.sobre-img{
	width: 50%;
	background-image: url(../img/img2.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}
@media screen and (max-width: 854px){
	.sobre{
		width: 90%;
	}
	.sobre-texto p{
		height: 210px;
		overflow: hidden;
	}
	.sobre-img{
		width: 55%;
	}
}
@media screen and (max-width: 660px){
	.sobre{
		flex-direction: column;
	}
	.sobre-texto{
		width: 100%;
	}
	.sobre-img{
		width: 100%;
		height: 400px;
		background-position: bottom;
		margin-top: 20px;
	}
}
.area-missao{
	width: 80%;
	margin: 20px auto;
	display: flex;
	justify-content: space-around;
	align-content: stretch;
}
@media screen and (max-width: 920px){
	.area-missao{
		width: 90%;
	}
}
.missao{
	width: 30%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.missao img{
	width: 30%;
}
.missao h1{
	color: #666666;
	text-align: center;
	margin-top: 20px;
}
.missao p{
	margin-top: 20px;
	font-weight: 300;
	font-size: 1.4em;
	color: #161616;
	text-align: justify;
	line-height: 28px;
}
@media screen and (max-width: 800px){
	.area-missao{
		flex-direction: column;
	}
	.missao{
		width: 90%;
		margin: 0px auto 30px auto;
	}
	.missao p{
		font-size: 1em;
	}
}
.curriculo-todo{
	width: 100%;
	background-color: #f8f9fa;
	margin: 0px 0px;
	padding: 60px 0px;
}
.curriculo{
	width: 80%;
	margin: 0px auto;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}
.curriculo img{
	width: 45%;
}
.texto-curriculo{
	width: 50%;
	margin-left: 10px;
}
.texto-curriculo h1{
	color: #003333;
	font-weight: 500;
	font-size: 1.4em;
	display: block;
}
.texto-curriculo hr{
	width: 150px;
	height: 4px;
	margin-bottom: 20px;
	margin-top: 5px;
	border: none;
	display: block;
	background-color: #DC713B;
}
.texto-curriculo p{
	font-weight: 300;
	font-size: 1.4em;
	color: #161616;
	line-height: 28px;
	text-align: justify;
}
.texto-curriculo p span{
	font-style: italic;
}
.texto-curriculo a{
	padding: 10px 30px;
	border: 2px solid #DC713B;
	color: #DC713B;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.texto-curriculo a:hover{
	color: #003333;
	border: 2px solid #003333;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.area-servico{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.img-servico{
	width: 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.bg-img-ssistencia-tecnica{
	background-image: url(../img/img-assistencia-tecnica.jpg);
}
.bg-img-consultoria{
	background-image: url(../img/img-consultoria.jpg);
}
.texto-servico{
	width: 50%;
	padding: 100px 0px;
}
.texto-servico p{
	width: 80%;
	margin: 0px auto;
	text-align: justify;
	font-weight: 300;
	font-size: 1.4em;
	color: #161616;
	line-height: 28px;
}
@media screen and (max-width: 768px){
	.img-servico{
		width: 100%;
		background-image: url(../img/servico-1.jpg);
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: center center;
		padding: 100px 0px;
	}
	.texto-servico{
		width: 90%;
		margin: 0px auto;
		padding: 40px 0px;
	}
	.texto-servico p{
		width: 100%;
		margin: 0px auto;
		text-align: center;
		font-weight: 300;
		line-height: 28px;
	}
}
.codigo-conduta{
	display: block;
	text-align: center;
	margin-bottom: 40PX;
}
.codigo-conduta a{
	padding: 10px 20px;
	border: 1px solid #DC713B;
	color: #DC713B;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.codigo-conduta a:hover{
	border: 1px solid #003333;
	color: #FFF;
	background-color: #003333;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.denuncia{
	width: 70%;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}
.denuncia h1{
	display: block;
	color: #003333;
	text-align: center;
	padding-bottom: 15px;
}
.denuncia hr{
	width: 40px;
	height: 5px;
	margin: 0px auto;
	border: none;
	background-color: #DC713B;
}
.formulario-denuncia{
	width: 100%;
	margin: 20px 0px 40px 0px;
}
.campo-1{
	width: 49%;
	height: 35px;
	padding: 2px 0px;
	float: left;
	border: 1px solid #666666;
	margin-bottom: 10px;
}
.campo-2{
	width: 49%;
	height: 35px;
	padding: 2px 0px;
	float: right;
	border: 1px solid #666666;
	margin-bottom: 10px;
}
.campo-3{
	width: 100%;
	height: 35px;
	padding: 2px 0px;
	border: 1px solid #666666;
	margin-bottom: 10px;
}
.clear{
	clear: both;
}
.mensagem{
	width: 100%;
	height: 150px;
	padding: 2px 0px;
	border: 1px solid #666666;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
}
.bt-enviar{
	padding: 10px 20px;
	border: none;
	float: right;
	background-color: #DC713B;
	color: #FFF;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.bt-enviar:hover{
	background-color: #003333;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #161616;
  font-family: 'Montserrat', sans-serif!important;
  font-size: 1.2;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #161616;
  font-family: 'Montserrat', sans-serif!important;
  font-size: 1.2;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #161616;
  font-family: 'Montserrat', sans-serif!important;
  font-size: 1.2;
}
:-moz-placeholder { /* Firefox 18- */
  color: #161616;
  font-family: 'Montserrat', sans-serif!important;
  font-size: 1.2;
}
.mensagem::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #161616;
  font-size: 1.2;
  font-family: 'Montserrat', sans-serif!important;
}
.mensagem::-moz-placeholder { /* Firefox 19+ */
  color: #161616;
  font-size: 1.2;
  font-family: 'Montserrat', sans-serif!important;
}
.mensagem:-ms-input-placeholder { /* IE 10+ */
  color: #161616;
  font-size: 1.2;
  font-family: 'Montserrat', sans-serif!important;
}
.mensagem:-moz-placeholder { /* Firefox 18- */
  color: #161616;
  font-size: 1.2;
  font-family: 'Montserrat', sans-serif!important;
}
.area-parceiros{
	width: 80%;
	margin: 20px auto;
	display: flex;
	justify-content: space-around;
	align-content: stretch;
	flex-wrap: wrap;
}
textarea{
	color: #666666;
  	font-family: 'Montserrat', sans-serif!important;
}
select{
	color: #666666;
  	font-family: 'Montserrat', sans-serif!important;
}
@media screen and (max-width: 920px){
	.area-parceiros{
		width: 90%;
	}
}
.parceiros{
	width: 30%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 60px;
}
.parceiros img{
	width: 50%;
}
.parceiros h1{
	color: #666666;
	text-align: center;
	margin-top: 20px;
	font-size: 1.2em;
}
.parceiros p{
	margin-top: 20px;
	font-weight: 300;
	font-size: 0.9em;
	color: #666666;
	text-align: center;
	line-height: 28px;
}
@media screen and (max-width: 800px){
	.area-parceiros{
		flex-direction: column;
	}
	.parceiros{
		width: 90%;
		margin: 0px auto 30px auto;
	}
	.parceiros p{
		font-size: 1em;
	}
}
.galeria{
	width: 80%;
	margin: 0px auto;
	padding: 60px 0px;
}

.bg-novo{
	width: 100%;
	/* position: relative; */
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
}
.img-logo{
	width: 100%;
}
.bg-sobre-novo{
	width: 100%;
	background-image: url('../img/bg-sobre.jpg');
}
.bg-equipe-novo{
	width: 100%;
	background-image: url('../img/bg-equipe.jpg');
}
.bg-servicos-novo{
	width: 100%;
	background-image: url('../img/bg-servico.jpg');
}
.bg-assistencia-novo{
	width: 100%;
	background-image: url('../img/bg-assistencia.jpg');
}
.bg-consultoria-novo{
	width: 100%;
	background-image: url('../img/bg-consultoria.jpg');
}
.bg-codigo-novo{
	width: 100%;
	background-image: url('../img/bg-codigo.jpg');
}
.bg-denuncia-novo{
	width: 100%;
	background-image: url('../img/bg-denuncia.jpg');
}
.bg-contato-novo{
	width: 100%;
	background-image: url('../img/bg-contato.jpg');
}
.titulo-novo-todo{
	width: 100%;
	background-color: rgba(0, 51, 51, 0.7);
	padding: 140px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.titulo-novo-todo h1{
	color: #FFF;
	text-align: center;
}
.titulo-novo-todo hr{
	width: 40px;
	height: 5px;
	margin: 0px auto;
	border: none;
	background-color: #DC713B;
}
/* .titulo-novo{
	width: 100%;
	position: absolute;
	text-align: center;
	top: 43%;
	z-index: 999;
} */

@media screen and (max-width: 1100px){
	.titulo-novo-todo{
		padding: 100px 0px;
	}
}
@media screen and (max-width: 820px){
	.titulo-novo-todo{
		padding: 50px 0px;
	}
	.titulo-novo-todo h1{
		font-size: 1.5em;
	}
}
@media screen and (max-width: 516px){
	.titulo-novo-todo{
		padding: 20px 0px;
	}
}
@media screen and (max-width: 350px){
	.titulo-novo-todo{
		padding: 10px 0px;
	}
}

.titulo-novo h1{
	margin-bottom: 0px!important;
    font-weight: 500;
    font-size: 3.2em!important;
    line-height: 1.2;
    color: #003333;
}
.titulo-novo hr{
	width: 40px;
	height: 5px;
	margin: 0px auto;
	border: none;
	background-color: #DC713B;
}
/* @media screen and (max-width: 768px){
	.titulo-novo{
		width: 100%;
		position: relative;
		text-align: center;
		top: 20px;
		z-index: 999;
	}
	.titulo-novo h1{
		font-size: 2.5em;
	}
} */