.j-main__banner {
	width: 100%;
	margin-bottom: 60px
}

.j-main__banner img {
	height: auto;
	width: 100%;
	min-height: 140px
}

.j-subtitle {
	color: #0592e4;
	font-size: 23px;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: .2px;
	margin-bottom: 30px
}

@media only screen and (max-width:767px) {
	.j-subtitle {
		font-size: 18px;
		line-height: 22px
	}
}

.j-text__content p {
	color: #545454;
	font-size: 16px;
	margin-bottom: 16px
}

.j-content__benefits {
	background-image: url(banner-bottom-quem-somos6b1c.jpg?v=01);
	width: 100%;
	min-height: 470px;
	margin-top: 80px;
	background-size: 100% 100%
}

@media only screen and (max-width:767px) {
	.j-content__benefits {
		background-image: linear-gradient(90deg, #59dbe8 50%, #2097e6);
		background-image: url(banner-bottom-quem-somos-mobilebea6.jpg?v=7);
		background-size: 100%;
		min-height: 200vw;
		/* display: none; */
	}
}

.j-content__benefits .j-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	min-height: 470px;
	padding: 50px 0
}

@media only screen and (max-width:767px) {
	.j-content__benefits .j-container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.j-content__benefits .j-benefits__list {
	width: 40%
}

@media only screen and (max-width:767px) {
	.j-content__benefits .j-benefits__list {
		width: 100%
	}
}

.j-content__benefits .j-benefits__list li {
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px
}

@media only screen and (max-width:767px) {
	.j-content__benefits .j-benefits__list li {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.j-content__benefits .j-benefits__list .j-text {
	width: calc(100% - 70px);
	padding: 0 20px
}

@media only screen and (max-width:767px) {
	.j-content__benefits .j-benefits__list .j-text {
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center
	}
}

.j-content__benefits .j-benefits__list .j-text h3 {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 15px
}

.j-content__benefits .j-benefits__list .j-text p {
	font-size: 14px
}

.j-content__benefits .j-benefits__list .j-icon {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 0
}

@media only screen and (max-width:767px) {
	.j-content__benefits .j-benefits__list .j-icon {
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.j-content__benefits .j-benefits__list .j-icon img {
	width: 70px;
	height: 70px
}

.j-content__fabric {
	margin-top: 40px
}

.j-content__fabric iframe {
	max-width: 100%
}

.j-content__fabric .j-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.j-content__fabric .j-list li {
	width: 53%
}

.j-content__fabric .j-list li:last-child {
	width: 42%
}

@media only screen and (max-width:767px) {
	.j-content__fabric .j-list li {
		width: 100%;
		margin-bottom: 20px
	}
	.j-content__fabric .j-list li:last-child {
		width: 100%
	}
}

.j-content__fabric .j-list__dif-icons {
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px
}

.j-certificates {
	display: -ms-flexbox;
	display: flex;
	padding: 80px 0 40px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column
}

.j-certificates h2 {
	margin-bottom: 50px
}