/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 16 2025 | 17:11:16 */
.section-empresa {
	position: relative;
}

.section-empresa .background{
	background-color: #EBFCFC;
	border-radius: 4px 0px 0px 4px;
	/*height: 112vh;*/
	height: 57rem;
	width: 91rem;
}

.section-empresa .e-con-inner {
	position: relative;
	z-index: 10;
}

.section-empresa .buttons {
	padding: 0;
}

.swiper-parceiros .swiper-slide img {
	margin: 0 auto;
}

@media (max-width: 1500px) {
	.section-empresa .background{
		display: none;
	}
}

@media (max-width: 1024px) {
	.section-empresa__left {
		padding: 0 15vw;
	}
	
	.section-empresa {
		background-color: #EBFCFC;
	}
}