/*=======================================================================================================================
=========================================================================================================================
=======================================================================================================================*/

/*Início Configurações Gerais*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

body {
	background: #000000;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow-x: hidden;
	max-width: 100vw;
}

* {
	box-sizing: border-box;
}

a {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*Fim Configurações Gerais*/

/*=======================================================================================================================
=========================================================================================================================
=======================================================================================================================*/

/*Início Header*/

.header_logo {
	align-items: center;
	background: #000000;
	justify-self: center;
	width: 100%;
}

.header_logo img {
	display: block;
	margin: 20px auto;
}

/*Fim Header*/

/*=======================================================================================================================
=========================================================================================================================
=======================================================================================================================*/

/*Início Footer*/

.footer {
	background: url('../images/footer-banner.webp') no-repeat center;
	background-size: 100% 100%;
	height: 550px;
}

.footer_tittle {
	color: #ffffff;
	margin: 150px 0 100px 0;
	text-align: center;
}

.footer_tittle h3 {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 15%;
	margin-bottom: 20px;
	padding: 30px 0 0 0;
	text-transform: uppercase;
}

.footer_tittle h2 {
	font-family: 'Playfair Display', sans-serif;
	font-weight: 500;
	font-style: italic;
	font-size: 30px;
	line-height: 100%;
	letter-spacing: 15%;
	margin: 0;
	padding: 0;
}

.footer_tittle_mobile {
	display: none;
}

.footer_nav {
	padding: 0;
}

.footer_nav_ul {
	align-items: center;
	display: flex;
	gap: 40px;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.footer_nav_ul_li {}

.footer_nav_ul_li_link {
	background: #3A3A3A80;
	border-radius: 12px;
	display: block;
	padding: 12px 20px;
}

.footer_nav_ul_li_link img {
	display: block;
	height: 35px;
	width: 35px;
	object-fit: contain;
}

/*Fim Footer*/

/*=======================================================================================================================
=========================================================================================================================
=======================================================================================================================*/

/*Início Home*/

.whatsapp,
.whatsapp:hover {
	position: fixed;
	right: 40px;
	bottom: 70px;
	display: flex;
	width: 65px;
	height: 65px;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	color: #fff;
	text-decoration: none;
	background-color: #25d366;
	border-radius: 50%;
	z-index: 9999;
	transition: transform 0.3s ease;
}

.whatsapp:hover {
	transform: scale(1.1) translateY(-5px);
}

.home_banner {
	margin-bottom: 80px;
	padding: 0;
}

.home_banner_geral {}

.home_banner_geral_carousel {
	height: 120vh;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-slide {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: opacity 0.5s ease;
	object-fit: cover;
}

.carousel-slide img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 40px;
}

.carousel-slide.active {
	opacity: 1;
	z-index: 1;
}

.carousel-button {
	background: rgba(0, 0, 0, 0.4);
	border: none;
	color: white;
	cursor: pointer;
	font-size: 2rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0.5rem 1rem;
	z-index: 2;
}

.carousel-button.prev {
	display: none;
	left: 10px;
}

.carousel-button.next {
	display: none;
	right: 10px;
}

.mobile_home_banner_geral_block {
	display: none;
}

.home_banner_geral_block {
	display: block;
	right: 4%;
	position: absolute;
	top: 26%;
	width: 55%;
	z-index: 1;
}

.home_banner_geral_block_tittle {
	font-family: Cormorant;
	font-style: italic;
}

.home_banner_geral_block_tittle h1 {
	color: #ffffff;
	font-size: 99px;
	font-weight: 400;
	letter-spacing: 0%;
	line-height: 90%;
}

.home_banner_geral_block_tittle h2 {
	color: #ffffff;
	font-size: 80px;
	font-weight: 400;
	letter-spacing: 0%;
	line-height: 90%;
}

.home_banner_geral_block_tittle h3 {
	color: #E9D49D;
	font-style: italic;
	font-size: 56px;
	font-weight: 400;
	line-height: 100%;
}

.home_banner_geral_block_form {}

.home_banner_geral_block_form_part1,
.home_banner_geral_block_form_part2 {
	display: flex;
	gap: 20px;
	margin: 20px 0;
}

.home_banner_geral_block_form_part1 input {
	background: #474747;
	border-radius: 10px;
	color: #919191;
	height: 55px;
	margin: 0;
	padding: 10px 20px;
	width: 50%;
	border: none;
}

.home_banner_geral_block_form_part2 input {
	background: #474747;
	border-radius: 10px;
	color: #919191;
	height: 55px;
	margin: 0;
	padding: 10px 20px;
	width: 100%;
	border: none;
}

.home_banner_geral_block_form_part3 {
	display: block;
}

.home_banner_geral_block_form_part3 input,
.home_banner_geral_block_form_part3 select,
.home_banner_geral_block_form_part3 textarea {
	background: #474747;
	border-radius: 10px;
	color: #919191;
	height: 55px;
	margin-bottom: 20px;
	padding: 10px 20px;
	width: 100%;
	border: none;
}

.home_banner_geral_block_form_part3 textarea {
	height: 100px;
	resize: none;
}

.home_banner_geral_block_form_part3 select {
	padding-right: 15px;
}

.home_banner_geral_block_form_part3 input:nth-child(3) {
	height: 150px;
}

.home_banner_geral_block_form_button button {
	background: #1A1A1A;
	border-radius: 10px;
	color: #ffffff;
	font-family: 'Inter', sans-serif;
	font-size: 22px;
	font-weight: 800;
	line-height: 100%;
	letter-spacing: 0%;
	padding: 18px;
	width: 100%;
	border: none;
}

.home_plans {
	margin: 80px 0;
}

.home_plans_geral {}

.home_plans_geral_tittle {
	text-align: center;
}

.home_plans_geral_tittle h1 {
	color: #E9D49D;
	font-family: 'Cormorant', sans-serif;
	font-size: 80px;
	font-weight: 400;
	font-style: italic;
	line-height: 90%;
	margin-bottom: 50px;
}

.home_plans_geral_tittle_link,
.mobile_home_plans_geral_tittle_link {
	background: #25D366;
	border-radius: 20px;
	color: #ffffff;
	display: block;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin: 50px auto;
	padding: 10px 25px;
	width: 275px;
	text-align: center;
}

.home_plans_geral_tittle_link:hover,
.mobile_home_plans_geral_tittle_link:hover {
	color: #ffffff;
	text-decoration: none;
}

.home_plans_geral_tittle_link {
	display: block;
}

.mobile_home_plans_geral_tittle_link {
	display: none;
}

.home_plans_geral_block {
	display: flex;
	flex-wrap: wrap;
	height: 830px;
	justify-content: center;
	margin-bottom: 100px;
}

.home_plans_geral_block_card {
	display: block;
	height: 100%;
	position: relative;
	width: 20%;
}

.home_plans_geral_block_card_link {}

.home_plans_geral_block_card_link img {
	height: 100%;
	width: 100%;
}

.home_plans_geral_block_card_link_tittle {
	left: 28%;
	position: absolute;
	top: 5%;
}

.home_plans_geral_block_card_link_tittle h4 {
	color: #E9D49D;
	font-family: 'Cormorant', sans-serif;
	font-size: 35px;
	font-style: italic;
	font-weight: 400;
	line-height: 100%;
}

.home_plans_geral_block_card_link_tittle h2 {
	color: #E9D49D;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 50px;
	font-style: italic;
	font-weight: 400;
	line-height: 100%;
	text-shadow: 1px 1px 1px #FFE3CA;
}

.home_plans_geral_block_card_link_subtittle {
	bottom: 10%;
	position: absolute;
	left: 5%;
	width: 100%;
}

.home_plans_geral_block_card_link_subtittle h4 {
	color: #E9D49D;
	font-family: 'Cormorant', sans-serif;
	font-size: 35px;
	font-style: italic;
	font-weight: 400;
	line-height: 100%;
}

.home_plans_geral_block_card_link_subtittle h2 {
	color: #E9D49D;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 50px;
	font-style: italic;
	font-weight: 400;
	line-height: 100%;
	text-shadow: 1px 1px 1px #FFE3CA;
}

.home_plans_geral_block_card_sombra_header {
	background: linear-gradient(to top, rgba(0, 0, 0, 0), #090909);
	height: 150px;
	position: absolute;
	top: 0;
	width: 100%;
}

.home_plans_geral_block_card_sombra_rodape {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #090909);
	bottom: 0px;
	height: 150px;
	position: absolute;
	width: 100%;
}

.home_photos {
	margin: 80px 0;
}

.home_photos_geral {
	align-items: center;
	display: flex;
	gap: 40px;
	padding: 20px;
}

.home_photos_geral_left {
	color: #ffffff;
	display: block;
	font-family: 'Red Hat Display', sans-serif;
	width: 25%;
}

.home_photos_geral_left_garantia,
.home_photos_geral_left_entrega,
.home_photos_geral_left_montadores {
	border: 1px solid #D0AE7B;
	border-radius: 20px;
	margin-bottom: 60px;
	padding: 10px;
	text-align: center;
}

.home_photos_geral_left_montadores {
	margin-bottom: 0;
}

.home_photos_geral_left_garantia img,
.home_photos_geral_left_entrega img,
.home_photos_geral_left_montadores img {
	height: 80px;
	margin-bottom: 20px;
	width: 100px;
	object-fit: contain;
}

.home_photos_geral_left_garantia h3,
.home_photos_geral_left_entrega h3,
.home_photos_geral_left_montadores h3 {
	font-size: 27px;
	font-weight: 800;
	line-height: 90%;
	margin-bottom: 30px;
}

.home_photos_geral_left_garantia p,
.home_photos_geral_left_entrega p,
.home_photos_geral_left_montadores p {
	font-size: 18px;
	font-weight: 400;
	line-height: 100%;
}

.home_photos_geral_right {
	height: 90vh;
	width: 73%;
}

.home_photos_geral_right_carousel {
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
	height: 100%;
	width: 100%;
}

.home_photos_geral_right_carousel_item {
	display: flex;
	flex-direction: row;
	gap: 10px;
	height: 100%;
	flex: 0 0 15%;
	width: 15%;
	cursor: pointer;
	transition: flex 0.3s;
}

.home_photos_geral_right_carousel_item.carousel-active {
	flex: 0 0 60%;
	width: 60%;
}

.home_photos_geral_right_carousel_item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 40px;
	transition: transform 0.3s;
}

.home_photos_geral_right_carousel_item:not(.carousel-active) img:hover {
	transform: scale(1.1);
}

.home_unity {
	margin: 80px 0;
}

.home_unity_geral {}

.home_unity_geral_tittle {}

.home_unity_geral_tittle h1 {
	color: #E9D49D;
	font-family: 'Cormorant', sans-serif;
	font-size: 80px;
	font-style: italic;
	font-weight: 400;
	line-height: 90%;
	text-align: center;
}

.home_unity_geral_block {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
}

.home_unity_geral_block_card {
	align-items: center;
	border-radius: 20px;
	display: flex;
	gap: 50px;
	margin: 20px;
	padding: 20px;
	width: 47%;
	border: 1px solid #D0AE7B;
	max-width: 100%;
	overflow: hidden;
}

.home_unity_geral_block_card_text {
	color: #ffffff;
	font-family: 'Red Hat Display', sans-serif;
	height: 135px;
	margin-right: auto;
	width: 80%;
}

.home_unity_geral_block_card_text h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 100%;
	margin-bottom: 30px;
}

.home_unity_geral_block_card_text p {
	font-size: 18px;
	font-weight: 400;
	line-height: 100%;
	margin: 12px 0;
	padding: 0;
}

.home_unity_geral_block_card_image {
	height: 100%;
}

.home_unity_geral_block_card_image_a {
	background: #3A3A3A80;
	border: none;
	border-radius: 14px;
	color: #ffffff;
	display: block;
	padding: 18px;
}

.home_unity_geral_block_card_image_a:hover {
	background: #083a23;
	color: #ffffff;
	text-decoration: none;
}

.home_unity_geral_block_card_image_a img {
	display: block;
	max-width: 100%;
	height: auto;
}

.home_unity_geral_block_card_image_a p {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}

.home_unity_geral_block_card2 {
	align-self: center;
	border-radius: 20px;
	justify-items: center;
	margin: 0;
	padding: 0;
	width: 47%;
	border: 1px solid #D0AE7B;
	max-width: 100%;
	overflow: hidden;
}

.home_unity_geral_block_card_text2 {
	color: #E9D49D;
	font-family: 'Playfair Display', sans-serif;
	font-style: italic;
	line-height: 100%;
	margin-bottom: 30px;
}

.home_unity_geral_block_card_text2 h1 {
	font-size: 78px;
}

.home_unity_geral_block_card_text2 p {
	font-size: 39px;
}

.home_unity_geral_block_card_nav {}

.home_unity_geral_block_card_nav_ul {
	align-items: center;
	display: flex;
	gap: 40px;
	margin: 0;
	padding: 0;
}

.home_unity_geral_block_card_nav_ul_li {
	margin: 0;
	padding: 0;
}

.home_unity_geral_block_card_nav_ul_li_link {
	display: block;
	padding: 15px 20px;
}

.home_unity_geral_block_card_nav_ul_li_link img {
	display: block;
	height: auto;
	width: auto;
	max-width: 60px;
	max-height: 60px;
}

.mobile-only {
	display: none;
}

/*Fim Home*/

/*=======================================================================================================================
=========================================================================================================================
=======================================================================================================================*/

/*Media Queries*/

@media screen and (max-width: 1400px) {
	.home_unity_geral_block_card {
		padding: 10px;
		width: 46%;
	}
}


@media screen and (max-width: 1367px) {
	.home_plans_geral_block {
		height: 100%;
	}

	.home_plans_geral_block_card {
		width: 33.3%;
	}

	.home_unity_geral_block_card {
		padding: 10px;
	}
}

@media screen and (max-width: 1340px) {
	.home_unity_geral_block {
		padding: 0;
	}

	.home_unity_geral_block_card_text h2 {
		font-size: 26px;
	}

	.home_unity_geral_block_card_text p {
		font-size: 14px;
	}
}

@media screen and (max-width: 1250px) {
	.home_banner_geral_block_tittle h1 {
		font-size: 80px;
	}

	.home_banner_geral_block_tittle h2 {
		font-size: 65px;
	}

	.home_banner_geral_block_tittle h3 {
		font-size: 46px;
	}
}

@media screen and (max-width: 1030px) {
	.home_unity_geral_block {
		display: block;
	}

	.home_unity_geral_block {
		justify-items: center;
	}

	.home_unity_geral_block_card {
		gap: 0;
		padding: 20px;
		width: 96%;
	}
}

@media screen and (max-width: 1024px) {
	.footer {
		align-items: center;
		background-position: center;
		background-size: cover;
		display: flex;
		flex-direction: column;
		gap: 40px;
		justify-content: center;
		padding: 60px 20px;
		height: auto;
		min-height: 550px;
	}

	.footer_tittle {
		display: none;
	}

	.footer_tittle_mobile {
		text-align: center;
		color: #ffffff;
		display: block;
		font-family: 'Playfair Display', sans-serif;
		font-weight: 500;
		font-style: italic;
		line-height: 1.3;
		letter-spacing: 1px;
		margin: 0;
		padding: 0;
	}

	.footer_tittle_mobile h2 {
		font-size: 36px;
		margin: 0;
		padding: 0;
	}

	.footer_nav_ul {
		display: flex;
		gap: 20px;
	}

	.footer_nav_ul_li {
		margin-bottom: 0;
	}

	.footer_nav_ul_li:last-child {
		margin-bottom: 0;
	}

	.home_banner_geral_block {
		display: none;
	}

	.home_banner_geral_carousel {
		height: 90vh;
	}

	.mobile_home_banner_geral_block {
		display: block;
		text-align: center;
	}

	.mobile_home_banner_geral_block_tittle {
		bottom: -20px;
		font-family: Cormorant;
		font-style: italic;
		left: 22%;
		position: absolute;
	}

	.mobile_home_banner_geral_block_tittle h1 {
		color: #ffffff;
		font-size: 75px;
		font-weight: 400;
		letter-spacing: 0%;
		line-height: 90%;
		margin-bottom: 10px;
	}

	.mobile_home_banner_geral_block_tittle h2 {
		color: #ffffff;
		font-size: 60px;
		font-weight: 400;
		letter-spacing: 0%;
		line-height: 90%;
		margin-bottom: 10px;
	}


	.mobile_home_banner_geral_block_tittle a {
		background: #25D366;
		border-radius: 100px;
		color: #ffffff;
		display: block;
		font-family: 'Red Hat Display', sans-serif;
		font-size: 20px;
		font-weight: 700;
		line-height: 90%;
		margin: 30px auto 0 auto;
		padding: 20px;
		width: 300px;
		text-align: center;
		text-decoration: none;
	}

	.mobile_home_banner_geral_block_tittle2 h3 {
		color: #E9D49D;
		font-style: italic;
		font-size: 56px;
		font-weight: 400;
		line-height: 100%;
	}

	.mobile_home_banner_geral_block_form {
		margin: 80px 0;
	}

	.mobile_home_banner_geral_block_form_part1,
	.mobile_home_banner_geral_block_form_part2 {
		display: block;
		margin-bottom: 20px;
	}

	.mobile_home_banner_geral_block_form_part1 input,
	.mobile_home_banner_geral_block_form_part2 input {
		background: #474747;
		border-radius: 10px;
		color: #919191;
		height: 55px;
		margin: 0 0 20px 0;
		padding: 10px 20px;
		width: 100%;
	}

	.mobile_home_banner_geral_block_form_part3 {
		display: block;
	}

	.mobile_home_banner_geral_block_form_part3 input,
	.mobile_home_banner_geral_block_form_part3 select,
	.mobile_home_banner_geral_block_form_part3 textarea {
		background: #474747;
		border-radius: 10px;
		color: #919191;
		height: 55px;
		margin-bottom: 20px;
		padding: 10px 20px;
		width: 100%;
	}

	.mobile_home_banner_geral_block_form_part3 select {
		padding-right: 15px;
	}

	.mobile_home_banner_geral_block_form_part3 textarea {
		height: 100px;
		resize: none;
	}

	.mobile_home_banner_geral_block_form_part3 input:nth-child(3) {
		height: 150px;
	}

	.mobile_home_banner_geral_block_form_button {
		width: 50%;
	}

	.mobile_home_banner_geral_block_form_button button {
		background: #1A1A1A;
		border-radius: 10px;
		color: #ffffff;
		font-family: 'Inter', sans-serif;
		font-size: 22px;
		font-weight: 800;
		line-height: 100%;
		letter-spacing: 0%;
		padding: 18px;
		width: 100%;
	}

	.mobile_home_banner_geral_block_form {}

	.home_plans_geral_tittle_link {
		display: none;
	}

	.mobile_home_plans_geral_tittle_link {
		display: block;
	}

	.home_unity_geral_block {
		padding: 0;
	}

	.home_unity_geral_block_card {
		flex-direction: column;
		gap: 20px;
		padding: 30px 20px;
		width: calc(100% - 40px);
		max-width: 100%;
		margin: 20px auto;
		overflow: hidden;
	}

	.home_unity_geral_block_card_text {
		margin-right: 0;
		width: 100%;
		text-align: center;
		overflow: hidden;
		word-wrap: break-word;
	}

	.home_unity_geral_block_card_image {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.home_unity_geral_block_card_image_a {
		width: 100%;
		max-width: 300px;
		text-align: center;
		padding: 18px 15px;
	}

	.home_unity_geral_block_card_image_a img {
		max-width: 50px;
		height: auto;
		margin: 0 auto 10px;
	}

	.home_unity_geral_block_card2 {
		width: calc(100% - 40px);
		padding: 30px 20px;
		text-align: center;
		margin: 20px auto;
		max-width: 100%;
		overflow: hidden;
	}

	.home_unity_geral_block_card_text2 {
		margin-bottom: 30px;
	}

	.home_unity_geral_block_card_text2 h1 {
		font-size: 56px;
	}

	.home_unity_geral_block_card_text2 p {
		font-size: 28px;
	}

	.home_unity_geral_block_card_nav_ul {
		justify-content: center;
	}

	.home_photos_geral {
		display: block;
	}

	.home_photos_geral_left {
		width: 100%;
	}

	.home_photos_geral_right {
		margin-top: 20px;
		width: 100%;
	}
}

@media screen and (max-width: 800px) {
	.mobile_home_banner_geral_block_tittle h1 {
		font-size: 60px;
	}

	.mobile_home_banner_geral_block_tittle h2 {
		font-size: 40px;
	}

	.home_plans_geral_block_card {
		margin-bottom: 10px;
		width: 50%;
	}
}

@media screen and (max-width: 650px) {
	.home_banner {
		padding: 0;
	}

	.mobile_home_banner_geral_block_tittle {
		left: 15%;
		z-index: 10;
	}

	.home_plans_geral_block_card {
		width: 95%;
	}

	.home_unity_geral_block_card_text h2 {
		font-size: 20px;
	}

	.home_unity_geral_block_card_text p {
		font-size: 18px;
		font-weight: 400;
		line-height: 120%;
		margin: 12px 0;
		padding: 0;
		word-wrap: break-word;
		max-width: 100%;
	}

	.desktop-only {
		display: none;
	}

	.home_photos_geral_right_carousel.mobile-only {
		display: flex;
	}

	.home_unity_geral_block_card_text p {
		font-size: 18px;
	}
}

@media screen and (max-width: 550px) {
	.mobile_home_banner_geral_block_tittle {
		left: 13%;
	}

	.mobile_home_banner_geral_block_tittle h1 {
		font-size: 40px;
	}

	.mobile_home_banner_geral_block_tittle h2 {
		font-size: 25px;
	}

	.mobile_home_banner_geral_block_tittle a {
		font-size: 18px;
	}

	.home_photos_geral_right {
		height: 50vh;
	}

	.footer {
		padding: 60px 15px;
		gap: 40px;
	}

	.footer_tittle_mobile h2 {
		font-size: 28px;
	}

	.footer_nav_ul {
		display: flex;
		gap: 15px;
	}

	.footer_nav_ul_li:last-child {
		margin-bottom: 0;
	}

	.footer_nav_ul_li_link {
		padding: 10px 15px;
	}

	.footer_nav_ul_li_link img {
		max-width: 35px;
		height: auto;
	}

	.home_unity_geral_tittle h1 {
		font-size: 50px;
	}

	.home_unity_geral_block_card_text h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.home_unity_geral_block_card_text p {
		font-size: 16px;
	}

	.home_unity_geral_block_card_text2 h1 {
		font-size: 48px;
		word-wrap: break-word;
	}

	.home_unity_geral_block_card_text2 p {
		font-size: 24px;
		word-wrap: break-word;
	}

	.home_unity_geral_block_card_nav_ul {
		gap: 20px;
	}

	.home_unity_geral_block_card_nav_ul_li_link {
		padding: 10px 15px;
	}

	.home_unity_geral_block_card_nav_ul_li_link img {
		max-width: 40px;
		height: auto;
	}
}