.hr_interno{
	border-color: #2891CC;
	margin: 10px 0;
	width: 90%;
	margin-left: auto;
}

.banner_interno figure{
	position: relative;
	overflow: hidden;
	border-radius: 0 0 30px 30px;
}
.banner_interno figure::before{
	position: absolute;
	right: 0; top: 10px;
	width: 0; border-top: solid white 1px;
	content: ''; z-index: 1; opacity: 0;
	transition: all ease-in-out 0.75s; -webkit-transition: all ease-in-out 0.75s; -moz-transition: all ease-in-out 0.75s; -ms-transition: all ease-in-out 0.75s; -o-transition: all ease-in-out 0.75s;
}
.banner_interno.actived_wow figure::before{width: 90%;opacity: 1;}
.banner_interno figure::after{
	position: absolute;
	left: 0; bottom: 0;
	width: 100%; height: 80%;
	content: '';
	background: rgb(0,31,66);
	background: -moz-linear-gradient(180deg, rgba(0,31,66,0) 0%, rgba(0,31,66,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,31,66,0) 0%, rgba(0,31,66,1) 100%);
	background: linear-gradient(180deg, rgba(0,31,66,0) 0%, rgba(0,31,66,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001f42",endColorstr="#001f42",GradientType=1);
	mix-blend-mode: hard-light; -webkit-mix-blend-mode: hard-light; -moz-mix-blend-mode: hard-light; -ms-mix-blend-mode: hard-light; -o-mix-blend-mode: hard-light;
}
.banner_interno img{
	width: 100%; height: 100%;
	object-fit: cover; object-position: center;
}

.itens_about{
	position: relative;
	text-align: center;
}
.itens_about .tit{
	color: #2891CC;
	font-weight: bold;
}
.itens_about .texto_padrao{color: black;}
/*////////////EQUIPE INTERNA*/
.equipe_interno{ position: relative; }
.equipe_interno .text{
	display: flex; -webkit-display: flex; -moz-display: flex; -ms-display: flex; -o-display: flex;
	align-content: center; -webkit-align-content: center; -moz-align-content: center; -ms-align-content: center; -o-align-content: center;
	flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap;
}
.equipe_interno figure{
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	width: 125px; height: 125px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.div_equipe .slide_team .cont{
	background: #F3F3F3;
}
/*////////////EQUIPE INTERNA*/
/*/////////////////DIFERENCIAIS INTERNO*/
.diferenciais_interno{
	display: inline-block;
	width: 100%;
}
.slide_diferenciais_interno{
	margin: 0 -15px;
}
.slide_diferenciais_interno .li{
	position: relative;
	overflow: hidden;
}
.slide_diferenciais_interno .cont{
	position: relative;
	border-radius: 15px;
	margin: 0 15px;
	color: white;
	background: #001F42;
	padding-top: 200px;
	overflow: hidden;
	height: 100%;
	display: flex; -webkit-display: flex; -moz-display: flex; -ms-display: flex; -o-display: flex;
	align-items: end; -webkit-align-items: end; -moz-align-items: end; -ms-align-items: end; -o-align-items: end;
}
.slide_diferenciais_interno .cont .tit{
	position: relative;
	min-height: 125px;
	width: 100%;
	padding: 25px 0;
	padding-right: 10px;
	display: flex; -webkit-display: flex; -moz-display: flex; -ms-display: flex; -o-display: flex;
	align-items: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center;
	margin-bottom: 20px;
}
.slide_diferenciais_interno .cont .tit::before{
	position: absolute;
	right: 0; top: 0;
	width: 150%; height: 100%;
	content: '';
	border: solid white 1px;
	border-radius: 15px;
}
.slide_diferenciais_interno .cont .texto_padrao{
	position: relative;
	color: white;
	padding: 25px;
	padding-top: 0;

	height: 100%;
	display: flex; -webkit-display: flex; -moz-display: flex; -ms-display: flex; -o-display: flex;
	flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap;
	align-content: space-between; -webkit-align-content: space-between; -moz-align-content: space-between; -ms-align-content: space-between; -o-align-content: space-between;
}
.slide_diferenciais_interno .cont .texto_padrao>*{position: relative;z-index: 1;}
.slide_diferenciais_interno .cont .texto_padrao::before{
	position: absolute;
	left: 0; bottom: 0;
	width: 100%; height: 150%;
	content: '';
	background: rgb(0,31,66);
	background: -moz-linear-gradient(180deg, rgba(0,31,66,0) 0%, rgba(0,31,66,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,31,66,0) 0%, rgba(0,31,66,1) 100%);
	background: linear-gradient(180deg, rgba(0,31,66,0) 0%, rgba(0,31,66,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001f42",endColorstr="#001f42",GradientType=1);
	z-index: 0;
}
.slide_diferenciais_interno .cont img{
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	object-fit: cover;
	object-position: center;
}
/*/////////////////DIFERENCIAIS INTERNO*/
/*/////////////////SERVICOS INTERNO*/
.list_servicos_interno .tit{ font-weight: bold; margin-bottom: 30px; }
.list_servicos_interno .cont .texto_padrao{margin-bottom: 30px;}
.list_servicos_interno .cont{
	flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap;
}
.list_servicos_interno .cont figure{
	position: relative;
	width: 100%; height: auto;
	border-radius: 15px;
}
.list_servicos_interno .cont figure::after{
	position: absolute;
	left: 15%; bottom: 5%;
	content: '';
	width: 100%; height: 0;
	padding-bottom: 40%;
	border: solid white 1px;
	border-radius: 10px;
}
/*/////////////////SERVICOS INTERNO*/