/*
 * Secção cta
 */

.cta_section_1 {
	padding: 90px 0!important;
}

.cta_section_1_sp_pd_2 {
	padding: 22px 0 90px 0!important;
}

.cta_section_1_card {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	border-radius: 16px;
	align-items: center;
	transition: all 0.2s ease;
	background-color: var(--cor1);
	justify-content: space-between;
}

.cta_section_1_card_img {
	margin: 0;
	padding: 0;
	width: 50%;
	border: none;
	outline: none;
	height: 400px;
	position: relative;
	transition: all 0.2s ease;
}

.cta_section_1_card_img img {
	margin: 0;
	padding: 0;
	z-index: 2;
	top: -42px;
	right: 42px;
	border: none;
	outline: none;
	height: 400px;
	max-width: 500px;
	object-fit: cover;
	position: absolute;
	border-radius: 24px;
	width: calc(100% - 42px);
	transition: all 0.2s ease;
	overflow: hidden!important;
}

.cta_section_1_card_img svg {
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	z-index: 3;
	width: 400px;
	border: none;
	outline: none;
	position: absolute;
	transition: all 0.2s ease;
}

.cta_section_1_card_data {
	gap: 12px;
	margin: 0;
	z-index: 4;
	border: none;
	outline: none;
	display: flex;
	padding: 44px;
	flex-direction: column;
	align-items: flex-start;
	width: calc(50% - 88px);
	justify-content: flex-start;
}

.cta_section_1_card_data_title {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-align: left;
	color: var(--cor3);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: 800 64px/72px 'NewKansas', sans-serif;
	font-variation-settings: 'wght' 800, 'opsz' 64;
}

.cta_section_1_card_data_desc {
	padding: 0;
	border: none;
	outline: none;
	text-align: left;
	margin: 0 0 24px 0;
	color: var(--cor67);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: 400 20px/30px 'Futura', sans-serif;
}

.cta_section_multiple_btns {
	gap: 12px;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}

@media screen and (max-width: 983px) {
	.cta_section_1_card_img svg {
		width: 300px;
	}
}

@media screen and (max-width: 870px) {
	.cta_section_1_card_img,
	.cta_section_1_card_img img {
		transition: none;
	}
}

@media screen and (max-width: 768px) {
	.cta_section_1_sp_pd,
	.cta_section_1_sp_pd_2 {
		padding: 0 0 76px 0!important;
	}
	.cta_section_1_card {
		overflow: hidden;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.cta_section_1_card_img {
		width: 100%;
		height: 300px;
	}
	.cta_section_1_card_img img {
		top: 50%;
		left: 50%;
		margin: 0;
		padding: 0;
		width: 101%;
		height: 101%;
		right: unset;
		max-width: 100%;
		border-radius: 0;
		object-fit: cover;
		position: absolute;
		transition: all 0.2s ease;
		transform: translate(-50%, -50%);
	}
	.cta_section_1_card_img svg {
		top: -112px;
		right: 16px;
		left: unset;
		width: 250px;
		bottom: unset;
	}
	.cta_section_1_card_data {
		width: calc(100% - 88px);
	}
}

@media screen and (max-width: 480px) {
	.cta_section_1_card_img {
		height: 200px;
		transition: all 0.2s ease;
	}
	.cta_section_1_card_img svg {
		display: none;
	}
	.cta_section_1_card_data {
		padding: 24px;
		width: calc(100% - 48px);
	}
}

/*
 * Fim secção cta
 */