/* Botão do Telefone no Menu */

.nav__phone-number {
	background-color: #1D6542 !important;
	color: #ffffff !important;
	padding: 12px 24px !important;
	border-radius: 50px !important;
	text-decoration: none !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	font-weight: 600 !important;
	transition: all 0.3s ease !important;
	white-space: nowrap !important;
}

.nav__phone-number:hover {
	background-color: #155533 !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 4px 12px rgba(29, 101, 66, 0.3) !important;
}

.nav__phone-number i {
	font-size: 18px !important;
	color: #ffffff !important;
}

.nav__phone-number span {
	color: #ffffff !important;
}

/* Ajustes responsivos */
@media (max-width: 991px) {
	.nav__phone-number {
		padding: 10px 20px !important;
		font-size: 14px !important;
	}
}

/* Títulos verdes em todas as seções */
.section-title,
.intro__title,
h2.mb-32,
#\35 h2 {
	color: #1D6542 !important;
}
