img.img-apresentacao {
	width: 100%;
	height: auto;
}
div#apresentacao {
    padding-bottom: 7%;
    background: url(./img/BG2.png);
    background-size: 100% 100%;
    margin-top: -1.7%;
}
.apr-itens-pai {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 23px;
}
.efeito {
	background: white;
	padding: 10px;
	border-radius: 15px;
	transition: transform 0.3s ease;
	transition-delay: initial !important;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	border: solid #9e9d9d;
}
.apr-card {
	width: 45%;
	background: transparent;
}
.apresentacao-img {
	padding: 7px 10px;
	border-radius: 15px;
	transition:
		transform 0.3s ease,
		padding 0.3s ease;
	width: 20%;
}
.apr-card:hover .efeito {
	position: relative;
	transform: translateY(-15px) !important;
	transition: transform 0.3s ease;
}

.apr-card:hover .apresentacao-img {
	transform: scale(1.05);
	padding: 0;
}
.texto-apresentacao {
	padding: 0 10px;
	width: 80%;

	& h4 {
		color: white;
		font-weight: 700;
		font-size: 1.8rem;
		margin: 3% 0;
		color: #8f191b;
		min-height: 30px;
	}
	& p {
		color: #9e9d9d;
		font-size: 1.4rem;
		font-weight: 500;
	}
}
.apr-tt {
	text-align: center;
	margin-top: 8%;
	margin-bottom: 3%;
}

h3.apr1 {
	font-weight: 800;
	font-size: 4rem;
	color: #3e4d68;
}

h3.apr2 {
	font-weight: 800;
	font-size: 4rem;
	color: #a80201;
	margin-top: 0;
}

h3.apr2 span {
	color: #1e78d4;
}

.apr-subt {
	text-align: center;
	width: 56%;
	margin: auto;
	margin-bottom: 5%;
}

.apr-subt p {
	font-size: 1.9rem;
	color: #9e9d9d;
}
.itens-aor p {
	color: #9e9d9d;
	text-align: center;
	margin-bottom: 6%;
	position: relative;
	width: fit-content;
	margin: 0 auto 6% auto;
}

.itens-aor {
	margin-top: 7%;
}

.itens-aor p:after {
	content: "";
	width: 26px;
	height: 26px;
	background-color: #ff8054;
	-webkit-mask: url(./img/check.svg) no-repeat center;
	mask: url(./img/check.svg) no-repeat center;
	-webkit-mask-size: contain;
	mask-size: cover;
	display: block;
	position: absolute;
	left: -37px;
	top: -4px;
}
.itens-aor p:hover {
	color: #ff8054;
	transition: 1s;
	scale: 1.05;
}
.itens-aor p:hover::after {
	width: 30px;
	height: 30px;
	transition: 0.5s;
}

@media screen and (max-width: 1100px) {
	.apr-card {
		width: 40%;
	}
}

@media screen and (max-width: 700px) {
	.apr-card {
		width: 48%;
	}
}

@media screen and (max-width: 600px) {
	.apr-card {
		width: 80%;
	}
}
