@media all and (max-width: 49.5em) {
	html {
		font-size: 41.42%;
	}

	.about-grid {
		flex-direction: column;
		max-width: 100%;
		padding-left: 4rem;
		gap: 5rem;
	}

	.about-image {
		width: 60%;
	}

	.about-cta {
		flex-direction: column;
		align-items: center;
	}

	.about-cards {
		display: flex;
		flex-direction: column;
		width: 90%;
	}
	.about-right {
		width: 90%;
	}

	.service-card {
		white-space: normal; /* botão quebra texto */
	}

	.service-media {
		position: relative;
		width: 100%;
		height: 240px;
		overflow: hidden;
		background: #f3f4f6;

		display: flex;
		justify-content: center; /* centraliza horizontal */
		align-items: center; /* centraliza vertical */
	}

	.service-media img {
		width: 70%;
		object-position: center;
		justify-content: center;
	}

	.testimonials-grid {
		display: flex;
		flex-direction: column;
		gap: 5rem;
	}

	#depoimentos {
		width: 80%;
	}

	.agenda-subtitle {
		align-items: center;
		text-align: center;
	}

	.agenda-trustbar {
		padding: 5rem;
	}

	.about-trust-grid {
		align-items: center;
	}
	.about-trust-left {
		flex-direction: column;
	}

	nav ul {
		display: none;
	}
	.nav-icones {
		display: flex !important; /* Força aparecer */
		align-items: center;
		justify-content: center;
		cursor: pointer;
		padding: 0.5rem;
	}

	.nav-icone--fechar {
		display: none; /* JS controla isso */
	}

	.nav-icones .nav-icone {
		width: 6rem;
		display: inline-block;
		vertical-align: middle;
		cursor: pointer;
	}
	/* por padrão: esconde o ícone de fechar e mostra o de menu */
	.nav-icones .nav-icone.nav-icone--fechar {
		display: none;
	}

	.ulajustado {
		display: none;
		flex-direction: column;
		list-style: none;
		gap: 2.5rem;
		position: fixed;
		top: 0rem;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 5rem;
		-webkit-backdrop-filter: blur(2.5rem);
		backdrop-filter: blur(2.5rem);
		z-index: 9998;
		background-color: rgba(255, 255, 255, 0.8);
	}

	body.nav-aberto {
		overflow: hidden;
	}

	.item_cabecalho.aberto ul {
		display: flex;
		position: static;
		box-shadow: none; /* remove sombra que destaca o retângulo branco */
		gap: 1.5rem;
		align-items: flex-start;
		list-style: none;
		text-align: center;
		padding-left: 5rem;
		padding-top: 2rem;
		background-color: transparent; /* elimina o fundo branco opaco */
		-webkit-backdrop-filter: none; /* evita efeitos que interfiram visualmente */
		backdrop-filter: none;
		border-radius: 0; /* opcional: evita cantos arredondados com fundo diferente */
		margin: 0; /* limpa possíveis offsets */
	}

	.item_cabecalho.aberto::after {
		content: none;
	}

	.item_cabecalho.aberto ul li {
		border-bottom: none;
		padding: 0;
	}

	.home_inicial_clinica {
		flex-direction: column-reverse; /* imagem acima do texto em mobile — mais impacto visual */
		align-items: center;
	}
	.section_imagem2_clinica {
		max-width: 100%;
		flex-direction: column;
		gap: 3rem;
		align-items: center;
	}
	.section_imagem3_clinica {
		width: 100%;
	}
	.hero-title {
		text-align: center;
	}
	.hero-sub {
		text-align: center;
	}
}

/* HOME */
.home_inicial {
	display: flex;
	flex-direction: column;
}

.competencia {
	gap: 8rem;
}

.competencia1 {
	text-align: center;
}

.f4contabilidade {
	text-align: center;
}

.f4contabilidade img {
	width: 80%;
}

.apresentacao_servicos {
	background-color: var(--corverde);
	color: #ffffff;
	display: flex;
	flex-direction: column;
	gap: 8.8rem;
	align-items: center;
	box-shadow: 0 0 1.5rem #201815;
	padding: 10rem 4rem;
}

.apresentacao_servicosI h1 {
	line-height: 4.5rem;
	font-style: initial;
	font-size: 4.4rem;
	text-align: center;
	top: 0rem;
}

.apresentacao_servicosI p {
	font-size: 2.6rem;
	text-align: justify;
}

.apresentacao_servicosII {
	padding: 5rem 0 0 0;
}

.apresentacao_servicosIII div {
	display: none;
}

.apresentacao_servicosIII img {
	display: none;
}

/* FOOTER */
.secao_rodape {
	padding: 9.6rem 4.6rem;
}

.secao_rodape h2 {
	font-size: 3.5rem;
}

.secao_rodape a,
p {
	font-size: 2rem;
}

.logo_rodape {
	margin: -5rem;
	height: auto;
	border-radius: 0.4rem;
	box-shadow: 0.6rem 0.6rem 0.6rem 0.6rem rgba(246, 252, 223, 0.185);
	min-width: 200px;
}

.flex_rodape {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: top;
	gap: 4rem;
}

.flex_rodape_II {
	border-top: solid 0.05rem #83a735;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: top;
	gap: 4rem;
	z-index: 9999;
	padding-top: 8rem;
}

.logo_whats {
	display: none;
}

/*Abrir Empresa*/

.abrir_empresa6 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: top;
	gap: 4rem;
}

.passo {
	display: flex;
	flex-direction: column;
	width: 80%;
	border-radius: 2.5%;
	gap: 2.5rem;
	border: 0.2rem solid #ffffff;
	padding: 2rem;
	color: #003c5e;
	box-shadow: 0 1rem 1rem 0 #2018154b;
}

.chamada2 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10.2rem;
}

.ir2 {
	display: flex;
	background-image: url(/static/imagens/4.jpg);
	width: 100%;
	height: 100%;
	font-weight: bolder;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	justify-content: center;
	box-shadow: 0 1rem 1rem 0 #20181577;
}

.ir3 {
	width: 65%;
	align-items: center;
}

.ir4 {
	background-image: none;
	background-color: #83a73515;
	box-shadow: 0 1rem 1rem 0 #20181577;
}

.ir5 h1 {
	width: 100%;
	text-align: center;
	font-size: 5.4rem;
	padding: 3.2rem;
	line-height: 5.2rem;
	color: #003c5e;
}

.ir7 {
	display: flex;
	flex-direction: column;
	gap: 5.3rem;
	width: 100%;
	padding: 3.2rem;
	text-align: justify;
}

.ir8 {
	gap: 16rem;
	display: flex;
	padding: 3.2rem;
}

.ir10 {
	padding: 8rem;
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 8.2rem;
}

#ir101 {
	font-size: 4.2rem;
	line-height: 4.2rem;
	text-align: center;
}

.ir11 {
	gap: 4rem;
	justify-content: space-between;
}

.ir13 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: top;
	gap: 3.2rem;
}

.services-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	align-items: stretch;
}

.secao_rodape a,
p {
	font-size: 2rem;
	text-align: center;
}
.flex_rodape_II div {
	display: flex;
	flex-flow: column;
	align-items: center;
	text-align: center;
	gap: 2rem;
}

.logo_rodape_II li {
	align-items: center;
	text-align: center;
}
