header{
	background-color: #fff;
	display: inline-block;
	width: 100%;
	position: relative;
	text-transform: uppercase;
	z-index: 99;
}

body{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	background-image: url(../images/bg.png);
	line-height: 1.3;
}
footer{
	background-color: #fff;
	font-size: 16px;
}
h1{
	text-transform: uppercase;
	font-size: 34px;
	font-weight: 900;
}
a, a:hover{
	text-decoration: none;
	color: inherit;
}
.fixo{
/*	position: fixed;
	width: 100%;
	z-index: 99;*/
}
.sticky{
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 100;
}
.sticky .barratopo{
	padding: 5px 0px;
}
.sticky .barramenu{
	padding: 10px 0px;
}
.sticky .logo img{
	height: 130px;
	margin-top: 20px;
}
.menu ul li {
	list-style: none;
	float: left;
	padding: 10px 20px;
	position: relative;
	font-size: 16px;
	color: #2d5981;
	border-right: 2px dotted;
}
.menu ul li:last-child{
	border: none;
}
.menu ul {
	margin: 0px;
	padding: 0px;
}
.rodape{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rodape b{
	font-size: 18px;

}
.rodape .redes a{
	padding: 0px 10px;
}
#homecontato{
	background-image: url(../images/bgcontato.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
	color: #fff;
}
.contato{
	background-image: url(../images/bgcontato2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
	color: #fff;
}
.btnp{
	background-color: #fb7221;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	padding: 10px;
	border-radius: 20px;
}
.btns{
	background-color: #096084;
	text-transform: uppercase;
	font-size: 20px;
	border-radius: 20px;
	color: #fff;
	padding: 5px 50px;

}
.form-control{
	border-radius: 25px;
	height: 45px;
	border: none;
}
.margin_b{
	margin-bottom: 5px;
}
::-webkit-input-placeholder {text-transform: uppercase;font-weight: 500}
:-moz-placeholder { /* Firefox 18- */text-transform: uppercase;font-weight: 500}
::-moz-placeholder {  /* Firefox 19+ */text-transform: uppercase;font-weight: 500}
:-ms-input-placeholder {  text-transform: uppercase;font-weight: 500}

.container{
	max-width: 1200px;
}
.boxblog{

}
.imgblog{
	border-radius: 5px;
	overflow: hidden;
	height: 250px;
}
.imgblog img, .servimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;

}
.contblog{

}
.titblog{
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #0e215e;
}
.contblog p{
	color: #555;
}
.azul{
	color: #2d5981;
}
#rotinas{
	color: #fff;
	background-image: url(../images/bgrotinas.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
	height: 480px;
	display: flex;
	align-items: center;
}
.saibamais{
	font-weight: 800;
	font-size: 16px;
	padding: 10px 20px;
}
.servimg{
	height: 220px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
.servimg:before{
	content: "";
	position: absolute;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 1px solid #fb7221;
	border-radius: 5px;
	margin: 5px;
}
#homeservicos h2{
	font-size: 18px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
}
#slide_home{
	margin-top: -140px;
}
#slide_home .owl-dots{
	position: absolute;
	width: 100%;
	bottom: 20px;
}
#slide_home .owl-dot span{
	width: 15px;
	height: 15px;
	background: #023a54;
	margin: 3px;
}
#slide_home .owl-dot.active span{
	background: #058ccc;
}
.txtslide{
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	text-align: center;
	z-index: 10;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-shadow: 0px 0px 19px #000;
	line-height: 1.2;
}
.txtslide span{
	font-weight: bold;
}
.item{
	position: relative;
}
.tri{
	background-image: url(../images/tri.png);
	height: 85px;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -35px;
	z-index: 15;
	background-position: center;
	position: relative;
}
.white{
	background: #fff;
}
.assessoria{
	background-image: url(../images/bgassessoria.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: initial;
	display: flex;
	align-items: center;
	height: 550px;
	background-color: #fff;
}
.txtdest{
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
}
.esocial{
	background-image: url(../images/bgesocial.png);
	background-repeat: no-repeat;	
	background-position: right center;
	background-size: initial;
	display: flex;
	align-items: center;
	height: 550px;
	background-color: #fff;
}
.terceirizacao{
	background-image: url(../images/bgterceirizacao.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fff;
	text-align: center;
	background-position: center;
}
.terceirizacao img{
	text-align: center;
	margin-bottom: 20px;
}
.terceirizacao h2{
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	height: 50px;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.terceirizacao p{
	font-size: 12px;
}
.terceirizacao .btns{
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%);
}
.cursos{
	background-image: url(../images/bgcursos.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fff;
	color: #fff;
	background-position: left;
}
.cursos h2{
	font-weight: 900;
	font-size: 35px;
	text-transform: uppercase;
}
.servicos h2{
	font-weight: 600;
	font-size: 36px;
	text-transform: uppercase;
	line-height: 1;
}
.servicos{
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
	height: 470px;
	display: flex;
	font-size: 16px;
	align-items: center;
}
.servico1{
	background-image: url(../images/servico1.png);
}
.servico2{
	background-image: url(../images/servico2.png);
}
.servico3{
	background-image: url(../images/servico3.png);
}
@media(max-width: 1100px){
	.servico2{
		background-image: url(../images/servico2.png);
		background-position: center right;
	}
	.servico3{
		margin-top: 120px;
	}
}

.blog_new{

}
.blog_img{
	position: relative;
	height: 275px;
}
.blog_img > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog_img > .data{
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 1;
}
.blog_txt{
	margin-top: 10px;
	font-size: 18px;
	color: #096084;
	line-height: 1;
	margin-bottom: 40px;
}
.data {
	background-color: #fb7221;
	padding: 10px;
	margin-right: 10px;
	display: inline-block;
}
.data .menor{
	color: #fff;
}
.data1{
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	/*margin-bottom: -10px;*/

}
.titulo_lado{
	text-transform: uppercase;
	font-weight: 500;
	color: #096084;
	font-size: 36px;
	padding-bottom: 10px;
}
.search{
	float: left;
	width: calc(100% - 60px);
	display: inline-block;
	background-color: rgba(0, 135, 202, .1);
	height: 50px;
}
.list_posts{
	margin-top: 10px;
}
.list_posts > .titulo_post{
	border-bottom: 2px dotted #fb7221;
	padding-bottom: 20px;
	margin-bottom: 20px;	 
}
.pesquisa{
	display: inline-flex;
	background: #096084;
	/*border-radius: 50%;*/
	height: 50px;
	width: 50px;
	align-items: center;
	margin-left: 5px;
	/*margin: 8px;*/
	justify-content: center;
}
.titulo_post {
	font-size: 18px;
	display: flex;
	align-items: center;
	line-height: 1.1;
	font-weight: 500;
	color: #096084;
	text-transform: uppercase;
}

.acesso{
	width: 100%;
}

.acesso ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline-flex;
}
.acesso ul li{
	color: #096084;
	font-size: 20px;
	padding: 10px 13px;
	float: left;
	margin: 1px;
	cursor: pointer;
	background-color: rgba(159, 160, 161, .4);

}
.acesso .seta{
	background-color: #9fa0a1;
}
.acesso .ativo{
	background-color: #096084!important; 
	color: #fff !important;
}
.barramenu{
	transition: all .5s linear;
	display: flex;align-items: center;justify-content: space-between;        
	padding: 30px 0px;	margin-left: 23%;

}
.titpage{
	margin-top: 40px;
}
.barramenu .redes a{
	padding: 0px 15px;
}
.tri2{
	position: absolute;
	width: 100%;
	height: 85px;
	bottom: -58px;
	z-index: 10;
	overflow: hidden;
}
.barratopo{
	background-color: #023a54;
	color: #fff;
	z-index: 99;
	position: relative;
	text-transform: uppercase;	
	font-size: 10px;
	transition: all .5s linear;
	padding: 15px 0px; 
}
.barratopo span{
	color: #fb7221;
}
.barratopo .f{	display: flex;
	align-items: center;
	margin-left: 21%;
	justify-content: space-between;
}
.logo{
	position: absolute;
	top: 0px;
	z-index: 99;
	left: 0px;
	transition: width .5s linear;
	width: 360px;
	margin-top: -45px;
}
.logo img{
	height: 185px;
	transition: all .5s linear;
}
.dropdown-menu.show {
	display: block;
	text-transform: none;
	font-size: 12px;
	max-width: 280px;
}
.dropdown-item{
	white-space: normal;
	padding: 10px;
	border-bottom: 1px solid #fb7221;
}
.dropdown-item:last-child{
	border: none;
}

.menu_responsivo{
	background: #fb7221;
	display: flex;
	align-items: center;
	color: #fff;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 50px;
	justify-content: center;
}
.close_menu2 {
	width: 72px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.close-menu2{
	right: 0;
	padding: 18px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: bottom;
	top: 0;
	position: absolute;
	background: #fb7221;
}

.responsivo{
	padding-top: 150px;
	background-color: #023a54!important;
}
.responsivo ul > li > a{
	color: #fff;
	font-size: 2rem;
}
.responsivo ul li{
	list-style-type: none;
}
.responsivo .redes{
	background-color: #058ccc;
	padding: 10px;
}
.responsivo .redes a{
	padding: 10px;
}
.responsivo .dropdown-menu.show{
	font-size: 14px;
}