@charset "UTF-8";
/* ==========================================================================
   Ser-Tel — design system do tema filho
   O Elementor monta a estrutura; o visual vem daqui, por CLASSE (st-*).

   1 fonte · 2 variáveis · 3 base · 4 utilitários · 5 botões · 6 cabeçalho
   7 seções Elementor · 8 blocos da home · 9 páginas internas · 10 blog
   11 formulários · 12 rodapé · 13 flutuantes · 14 impressão
   ========================================================================== */

/* ---------- 1. Fonte ---------------------------------------------------- */

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("../fonts/inter-variable.woff2") format("woff2-variations"),
	     url("../fonts/inter-variable.woff2") format("woff2");
}

/* ---------- 2. Variáveis ------------------------------------------------ */

:root {
	--verde:        #34a05a;
	--verde-escuro: #2a8449;
	--verde-claro:  #4cbe76;
	--verde-fraco:  #eaf6ee;

	--azul:         #14304a;
	--azul-fundo:   #0e2233;
	--azul-medio:   #1d4363;

	--tinta:        #16232e;
	--tinta-media:  #4a5b6b;
	--tinta-fraca:  #7d8b98;
	--linha:        #e3e9ef;
	--fundo:        #ffffff;
	--fundo-alt:    #f6f8fa;

	--largura:      1200px;
	--respiro:      clamp(1.25rem, 4vw, 2rem);
	--raio:         14px;
	--raio-p:       10px;
	--raio-g:       22px;

	--sombra-1:     0 1px 2px rgba(16,35,51,.06), 0 2px 8px rgba(16,35,51,.05);
	--sombra-2:     0 4px 12px rgba(16,35,51,.08), 0 12px 32px rgba(16,35,51,.08);
	--sombra-3:     0 18px 50px rgba(14,34,51,.18);

	--transicao:    .22s cubic-bezier(.4,0,.2,1);
	--altura-topo:  72px;
}

@media (min-width: 1024px) { :root { --altura-topo: 96px; } }

/* ---------- 3. Base ----------------------------------------------------- */

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: hidden; }

body {
	margin: 0;
	background: var(--fundo);
	color: var(--tinta);
	font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

/* O Hello e os widget-*.min.css do Elementor entram depois do tema filho.
   Estas regras garantem a tipografia do site em qualquer widget. */
body, .elementor-widget, .elementor-widget-text-editor, .elementor-widget-heading,
.elementor-button, .elementor-widget-image-box, .elementor-widget-icon-box {
	font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.elementor-widget-heading .elementor-heading-title {
	margin: 0 0 .5em;
	font-family: "Inter", system-ui, sans-serif;
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: -.02em;
	color: var(--azul);
	text-wrap: balance;
}

h1 { font-size: clamp(2rem, 5.2vw, 3.1rem); }
h2 { font-size: clamp(1.6rem, 3.6vw, 2.35rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.35rem); }

p { margin: 0 0 1.15em; }
p:last-child { margin-bottom: 0; }

a { color: var(--verde-escuro); text-decoration: none; transition: color var(--transicao); }
a:hover { color: var(--verde); }

img, svg, video, iframe { max-width: 100%; height: auto; display: block; }

ul, ol { margin: 0 0 1.15em; padding-left: 1.35em; }
li { margin-bottom: .4em; }

strong, b { font-weight: 650; }

blockquote {
	margin: 1.75rem 0;
	padding: 1.1rem 0 1.1rem 1.4rem;
	border-left: 3px solid var(--verde);
	color: var(--tinta-media);
	font-style: italic;
}

:focus-visible { outline: 3px solid var(--verde-claro); outline-offset: 2px; border-radius: 4px; }

[id] { scroll-margin-top: calc(var(--altura-topo) + 16px); }

/* ---------- 4. Utilitários ---------------------------------------------- */

.st-container {
	width: 100%;
	max-width: var(--largura);
	margin-inline: auto;
	padding-inline: var(--respiro);
}

.sr, .pular-para-conteudo:not(:focus) {
	position: absolute !important;
	width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.pular-para-conteudo:focus {
	position: fixed; top: 12px; left: 12px; z-index: 200;
	padding: .7rem 1.1rem; background: var(--verde); color: #fff;
	border-radius: var(--raio-p); font-weight: 600;
}

.st-lista-limpa { list-style: none; margin: 0; padding: 0; }
.st-lista-limpa li { margin-bottom: .5rem; }

/* ---------- 5. Botões --------------------------------------------------- */

.st-btn,
.elementor-button {
	display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
	padding: .78rem 1.5rem;
	border: 2px solid transparent;
	border-radius: 100px;
	font-family: inherit;
	font-size: .95rem; font-weight: 600; line-height: 1.2;
	text-align: center; cursor: pointer;
	transition: background-color var(--transicao), color var(--transicao),
	            border-color var(--transicao), transform var(--transicao), box-shadow var(--transicao);
}

.st-btn:hover, .elementor-button:hover { transform: translateY(-2px); }

.st-btn--grande, .elementor-widget-button.st-grande .elementor-button {
	padding: .95rem 1.9rem; font-size: 1rem;
}

/* primário — verde cheio */
.st-btn--primario,
.elementor-widget-button.st-primario .elementor-button {
	background: var(--verde); border-color: var(--verde); color: #fff;
	box-shadow: 0 4px 14px rgba(52,160,90,.28);
}
.st-btn--primario:hover,
.elementor-widget-button.st-primario .elementor-button:hover {
	background: var(--verde-escuro); border-color: var(--verde-escuro); color: #fff;
}

/* claro — branco sobre fundo escuro */
.st-btn--claro,
.elementor-widget-button.st-claro .elementor-button {
	background: #fff; border-color: #fff; color: var(--azul);
}
.st-btn--claro:hover,
.elementor-widget-button.st-claro .elementor-button:hover { background: #f1f5f9; color: var(--azul); }

/* fantasma — contorno sobre fundo escuro */
.st-btn--fantasma,
.elementor-widget-button.st-fantasma .elementor-button {
	background: transparent; border-color: rgba(255,255,255,.55); color: #fff;
}
.st-btn--fantasma:hover,
.elementor-widget-button.st-fantasma .elementor-button:hover {
	background: rgba(255,255,255,.12); border-color: #fff; color: #fff;
}

/* secundário — contorno sobre fundo claro */
.st-btn--secundario,
.elementor-widget-button.st-secundario .elementor-button {
	background: transparent; border-color: var(--linha); color: var(--azul);
}
.st-btn--secundario:hover,
.elementor-widget-button.st-secundario .elementor-button:hover {
	border-color: var(--verde); background: var(--verde-fraco); color: var(--verde-escuro);
}

/* ---------- 6. Cabeçalho ------------------------------------------------ */

.topo-aviso { background: var(--azul-fundo); color: rgba(255,255,255,.7); font-size: .82rem; }

.topo-aviso__interno {
	display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
	gap: .35rem 1.25rem; min-height: 38px; padding-block: .45rem;
}

.topo-aviso__links { display: flex; flex-wrap: wrap; gap: .35rem 1.25rem; }
.topo-aviso__links a { color: rgba(255,255,255,.82); }
.topo-aviso__links a:hover { color: var(--verde-claro); }

@media (max-width: 640px) {
	.topo-aviso__item { display: none; }
	.topo-aviso__interno { justify-content: center; }
}

.cabecalho {
	position: sticky; top: 0; z-index: 90;
	background: var(--azul);
	box-shadow: 0 1px 0 rgba(255,255,255,.07);
	transition: box-shadow var(--transicao);
}

/* com o menu aberto o cabeçalho sobe acima do painel (95) e do véu (94),
   senão o hambúrguer some atrás do painel e não há como fechar */
body.menu-aberto .cabecalho { z-index: 96; }

.cabecalho__interno {
	display: flex; align-items: center; justify-content: space-between;
	gap: 1.25rem; min-height: var(--altura-topo);
}

.cabecalho__logo { flex: 0 0 auto; display: block; }
.cabecalho__logo img { width: auto; height: 52px; object-fit: contain; transition: height var(--transicao); }

@media (min-width: 1024px) {
	.cabecalho__logo img { height: 75px; }
	.cabecalho.encolhido .cabecalho__logo img { height: 60px; }
}

.cabecalho__hamburguer {
	position: relative; width: 44px; height: 44px; padding: 0;
	background: transparent; border: 0; cursor: pointer; color: #fff;
}

.cabecalho__hamburguer-traco,
.cabecalho__hamburguer-traco::before,
.cabecalho__hamburguer-traco::after {
	position: absolute; left: 10px; width: 24px; height: 2px;
	background: currentColor; border-radius: 2px;
	transition: transform var(--transicao), opacity var(--transicao), top var(--transicao);
}

.cabecalho__hamburguer-traco { top: 21px; }
.cabecalho__hamburguer-traco::before { content: ""; top: -7px; left: 0; }
.cabecalho__hamburguer-traco::after  { content: ""; top:  7px; left: 0; }

[aria-expanded="true"] .cabecalho__hamburguer-traco { background: transparent; }
[aria-expanded="true"] .cabecalho__hamburguer-traco::before { top: 0; transform: rotate(45deg); }
[aria-expanded="true"] .cabecalho__hamburguer-traco::after  { top: 0; transform: rotate(-45deg); }

.navegacao {
	position: fixed; inset: 0 0 0 auto; z-index: 95;
	display: flex; flex-direction: column;
	width: min(340px, 86vw);
	padding: 5.5rem 1.5rem 2rem;
	background: var(--azul);
	overflow-y: auto; overscroll-behavior: contain;
	transform: translateX(100%); visibility: hidden;
	transition: transform var(--transicao), visibility var(--transicao);
}

.navegacao.aberto { transform: translateX(0); visibility: visible; }

.navegacao__lista { list-style: none; margin: 0 0 1.5rem; padding: 0; }
.navegacao__lista > li { margin: 0; border-bottom: 1px solid rgba(255,255,255,.1); }

.navegacao__lista a {
	display: flex; align-items: center; gap: .6rem; padding: .85rem 0;
	color: rgba(255,255,255,.88); font-size: 1rem; font-weight: 500;
}

.navegacao__lista a:hover, .navegacao__lista .ativo > a { color: var(--verde-claro); }
.navegacao__lista .seta { margin-left: auto; transition: transform var(--transicao); }
.navegacao__lista .tem-filho.aberto > a .seta { transform: rotate(180deg); }

.submenu { list-style: none; margin: 0; padding: 0 0 .5rem .25rem; display: none; }
.tem-filho.aberto > .submenu { display: block; }
.submenu li { border: 0; }
.submenu a { padding: .55rem 0; color: rgba(255,255,255,.7); font-size: .93rem; font-weight: 400; }

.navegacao__acoes { display: flex; flex-direction: column; gap: .7rem; }
.navegacao__acoes .st-btn { width: 100%; }

.veu-menu {
	position: fixed; inset: 0; z-index: 94;
	background: rgba(8,20,31,.55);
	opacity: 0; visibility: hidden;
	transition: opacity var(--transicao), visibility var(--transicao);
}
.veu-menu.aberto { opacity: 1; visibility: visible; }
body.menu-aberto { overflow: hidden; }

@media (min-width: 1100px) {
	.cabecalho__hamburguer, .veu-menu { display: none; }

	.navegacao {
		position: static; flex-direction: row; align-items: center; justify-content: flex-end;
		gap: 1.75rem; width: auto; padding: 0; background: transparent;
		overflow: visible; transform: none; visibility: visible;
	}

	.navegacao__lista { display: flex; align-items: center; gap: .35rem; margin: 0; }
	.navegacao__lista > li { border: 0; position: relative; }

	.navegacao__lista > li > a {
		padding: .55rem .7rem; border-radius: 8px; font-size: .93rem; white-space: nowrap;
	}

	/* nada de linha embaixo do texto: estado ativo é cor + fundo suave */
	.navegacao__lista > li > a::after { content: none !important; }
	.navegacao__lista > li > a:hover { background: rgba(255,255,255,.08); }
	.navegacao__lista > li.ativo > a { color: var(--verde-claro); background: rgba(76,190,118,.12); }

	.submenu {
		position: absolute; top: calc(100% + 10px); left: 50%;
		display: block; width: 260px; padding: .6rem;
		background: #fff; border-radius: var(--raio); box-shadow: var(--sombra-3);
		opacity: 0; visibility: hidden; transform: translate(-50%, 8px);
		transition: opacity var(--transicao), transform var(--transicao), visibility var(--transicao);
	}

	/* ponte invisível: o mouse cruza o vão sem fechar */
	.tem-filho::after { content: ""; position: absolute; top: 100%; left: 0; width: 100%; height: 12px; }

	.tem-filho:hover > .submenu, .tem-filho:focus-within > .submenu {
		opacity: 1; visibility: visible; transform: translate(-50%, 0);
	}

	.submenu a { padding: .55rem .7rem; border-radius: 8px; color: var(--tinta-media); font-size: .9rem; }
	.submenu a:hover { background: var(--verde-fraco); color: var(--verde-escuro); }
	.submenu .ativo > a { background: var(--verde-fraco); color: var(--verde-escuro); font-weight: 600; }

	.navegacao__acoes { flex-direction: row; gap: .6rem; }
	.navegacao__acoes .st-btn { width: auto; padding: .6rem 1.1rem; font-size: .88rem; }
}

@media (min-width: 1100px) and (max-width: 1280px) {
	.navegacao { gap: 1rem; }
	.navegacao__lista > li > a { padding: .5rem .5rem; font-size: .88rem; }
	.navegacao__acoes .st-btn { padding: .55rem .9rem; font-size: .84rem; }
}

/* ---------- 7. Seções do Elementor ------------------------------------- */

/* O Hello não põe largura máxima; quem manda é o container do Elementor. */
.conteudo { display: block; }

/* Container "boxed" embrulha os filhos em .e-con-inner: os grids miram lá. */
.e-con > .e-con-inner { max-width: var(--largura); }

.st-sec { padding-block: clamp(3.25rem, 7vw, 5.5rem); }
.st-sec.st-claro  { background: var(--fundo-alt); }
.st-sec.st-escuro { background: var(--azul); color: #fff; }
.st-sec.st-marinho{ background: var(--azul-fundo); color: #fff; }
.st-sec.st-verde  {
	background: var(--verde-escuro);
	background-image: linear-gradient(135deg, var(--verde-escuro) 0%, #23713e 100%);
	color: #fff;
}

.st-sec.st-escuro .elementor-heading-title,
.st-sec.st-marinho .elementor-heading-title,
.st-sec.st-verde .elementor-heading-title { color: #fff; }

.st-sec.st-escuro .elementor-widget-text-editor,
.st-sec.st-marinho .elementor-widget-text-editor,
.st-sec.st-verde .elementor-widget-text-editor { color: rgba(255,255,255,.8); }

/* cabeçalho de seção */
.st-kicker .elementor-heading-title,
.elementor-widget.st-kicker .elementor-heading-title {
	margin-bottom: .35rem;
	color: var(--verde-escuro);
	font-size: .8rem; font-weight: 650; letter-spacing: .14em; text-transform: uppercase;
}

.st-escuro .st-kicker .elementor-heading-title,
.st-marinho .st-kicker .elementor-heading-title,
.st-verde .st-kicker .elementor-heading-title { color: var(--verde-claro); }

.st-titulo .elementor-heading-title { margin-bottom: .45rem; }

.elementor-widget.st-sub { color: var(--tinta-media); font-size: 1.06rem; max-width: 44rem; }
.st-escuro .st-sub, .st-marinho .st-sub, .st-verde .st-sub { color: rgba(255,255,255,.75); }

.e-con.st-centro > .e-con-inner { align-items: center; text-align: center; }
.e-con.st-centro .st-sub { margin-inline: auto; }

/* ---------- 8. Blocos da home ------------------------------------------ */

/* --- hero --- */

.e-con.st-hero {
	position: relative;
	min-height: clamp(540px, 82vh, 760px);
	padding-block: clamp(3.5rem, 9vw, 6rem);
	background-color: var(--azul-fundo);
	overflow: hidden;
	isolation: isolate;
}

/* o degradê azul que destaca a tipografia sobre o vídeo */
.e-con.st-hero::before {
	content: "";
	position: absolute; inset: 0; z-index: 2; pointer-events: none;
	background:
		linear-gradient(180deg,
			rgba(10,26,40,.92) 0%, rgba(10,26,40,.70) 22%, rgba(10,26,40,.52) 50%,
			rgba(10,26,40,.78) 82%, rgba(10,26,40,.94) 100%),
		linear-gradient(90deg, rgba(10,26,40,.55) 0%, rgba(10,26,40,0) 65%);
}

/* O hero é de LARGURA TOTAL de propósito: em container "boxed" o Elementor
   coloca o vídeo de fundo dentro do .e-con-inner, e ele herda a largura da
   coluna de texto — ficava 736x568 numa área de 1440x760, sem cobrir nada.
   Sendo full, o container do vídeo é filho direto e o inset:0 cobre tudo. */
.e-con.st-hero > .elementor-background-video-container,
.e-con.st-hero > .elementor-background-slideshow {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%; height: 100%;
	overflow: hidden;
	pointer-events: none;
}

.e-con.st-hero .elementor-background-video-container video {
	position: absolute;
	top: 50%; left: 50%;
	width: 100% !important; height: 100% !important;
	max-width: none;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

/* a coluna do texto: largura da página, conteúdo alinhado à esquerda */
.e-con.st-hero-col {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: var(--largura);
	margin-inline: auto;
	padding-inline: var(--respiro);
	color: #fff;
}

.e-con.st-hero-col > .e-con-inner { max-width: 46rem; margin-inline: 0; padding: 0; }

.st-hero .elementor-heading-title { color: #fff; text-shadow: 0 2px 24px rgba(0,0,0,.32); }
.st-hero .st-titulo .elementor-heading-title { font-weight: 750; line-height: 1.08; letter-spacing: -.03em; }
.st-hero .st-titulo em { font-style: normal; color: var(--verde-claro); }

.elementor-widget.st-hero-selo .elementor-heading-title {
	display: inline-block;
	padding: .38rem 1rem;
	background: rgba(76,190,118,.16);
	border: 1px solid rgba(76,190,118,.4);
	border-radius: 100px;
	color: #a9e7c1;
	font-size: .78rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
}

.elementor-widget.st-hero-texto {
	max-width: 38rem; color: rgba(255,255,255,.85);
	font-size: clamp(1rem, 1.6vw, 1.13rem);
	text-shadow: 0 1px 12px rgba(0,0,0,.3);
}

.e-con.st-hero-acoes > .e-con-inner,
.e-con.st-hero-acoes { display: flex; flex-direction: row; flex-wrap: wrap; gap: .8rem; }

.e-con.st-provas {
	display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem 1rem;
	max-width: 40rem; margin-top: 1.5rem; padding-top: 1.5rem;
	border-top: 1px solid rgba(255,255,255,.18);
}
.e-con.st-provas > .e-con-inner { display: contents; }

.elementor-widget.st-prova { color: rgba(255,255,255,.68); font-size: .84rem; line-height: 1.35; }
.elementor-widget.st-prova b, .elementor-widget.st-prova strong {
	display: block; color: #fff; font-size: clamp(1.35rem, 3vw, 1.75rem);
	font-weight: 700; letter-spacing: -.02em; line-height: 1.15;
}

@media (min-width: 720px) { .e-con.st-provas { grid-template-columns: repeat(4, 1fr); } }

/* --- grades genéricas --- */

.e-con.st-grade-3 > .e-con-inner,
.e-con.st-grade-4 > .e-con-inner,
.e-con.st-grade-2 > .e-con-inner {
	display: grid; gap: 1.15rem; align-items: stretch;
}

.e-con.st-grade-2 > .e-con-inner { grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); }
.e-con.st-grade-3 > .e-con-inner { grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); }
.e-con.st-grade-4 > .e-con-inner { grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr)); }

/* --- cards de serviço: FOTO no topo + ícone cavalgando a borda --- */

.e-con.st-servico-card {
	display: flex;
	flex-direction: column;
	padding: 0;
	background: #fff;
	border: 1px solid var(--linha);
	border-radius: var(--raio);
	overflow: hidden;
	transition: border-color var(--transicao), box-shadow var(--transicao), transform var(--transicao);
}

.e-con.st-servico-card:hover {
	border-color: rgba(52,160,90,.45);
	box-shadow: var(--sombra-2);
	transform: translateY(-4px);
}

.e-con.st-servico-card > .e-con-inner { display: contents; }

/* a foto */
.elementor-widget.st-servico-foto { width: 100%; margin: 0; }
.st-servico-foto .elementor-widget-container,
.st-servico-foto figure, .st-servico-foto a { display: block; margin: 0; line-height: 0; }

.st-servico-foto img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	transition: transform .5s cubic-bezier(.4,0,.2,1);
}
.e-con.st-servico-card:hover .st-servico-foto img { transform: scale(1.05); }

/* o miolo */
.elementor-widget.st-servico-info {
	position: relative;
	display: flex;
	flex: 1 1 auto;
	padding: 0 1.5rem 1.6rem;
}

.st-servico-info .elementor-image-box-wrapper {
	display: flex; flex-direction: column; text-align: left; height: 100%; width: 100%;
}

/* O Elementor manda largura de 30% na <figure> com seletor de 3 classes e a
   folha dele carrega DEPOIS do tema — sem !important a plaqueta saía 69x56
   com o ícone encostado no canto. Daí o !important nas medidas.
   Os PNGs são arte BRANCA de traço fino, feita para fundo escuro: por isso a
   plaqueta é azul cheia, igual ao card escuro que o site atual usa. */
.elementor-widget.st-servico-info .elementor-image-box-wrapper .elementor-image-box-img {
	width: 64px !important;
	height: 64px !important;
	max-width: none !important;
	display: grid !important;
	place-items: center;
	margin: -34px 0 1.1rem !important;
	background: linear-gradient(135deg, var(--azul-medio) 0%, var(--azul) 100%);
	border: 3px solid #fff;
	border-radius: var(--raio-p);
	box-shadow: var(--sombra-2);
	transition: transform var(--transicao);
}

.e-con.st-servico-card:hover .elementor-image-box-img { transform: scale(1.06); }

.elementor-widget.st-servico-info .elementor-image-box-img a { display: grid; place-items: center; line-height: 0; }
.elementor-widget.st-servico-info .elementor-image-box-img img {
	width: 34px !important; height: 34px !important; object-fit: contain;
}

/* o image-box centraliza o conteúdo por padrão — aqui tudo alinha à esquerda,
   senão o título fica centrado e o ícone encostado na margem */
.st-servico-info .elementor-image-box-content,
.st-servico-info .elementor-image-box-title,
.st-servico-info .elementor-image-box-description { text-align: left; }

.st-servico-info .elementor-image-box-content { display: flex; flex-direction: column; flex: 1 1 auto; }
.st-servico-info .elementor-image-box-title { margin: 0 0 .5rem; font-size: 1.22rem; color: var(--azul); }
.st-servico-info .elementor-image-box-title a { color: inherit; }
.st-servico-info .elementor-image-box-description {
	margin: 0; color: var(--tinta-media); font-size: .95rem; line-height: 1.6;
}

/* --- como podemos ajudar (fundo escuro) --- */

.st-sec.st-escuro { background-image: radial-gradient(ellipse at 15% 0%, rgba(52,160,90,.18), transparent 55%); }

/* Faixa de FOTOS, como no site atual — o texto sozinho deixava a página
   monótona demais. A foto vai como fundo do container para a equipe poder
   trocar direto no Elementor. */
.e-con.st-modo-foto {
	position: relative;
	min-height: 340px;
	padding: 1.9rem 1.6rem;
	border-radius: var(--raio);
	overflow: hidden;
	justify-content: flex-end;
	isolation: isolate;
	transition: transform var(--transicao), box-shadow var(--transicao);
}

/* Véu forte o bastante para o texto ficar legível sobre QUALQUER foto —
   a da instalação tem parede clara e o texto sumia. */
.e-con.st-modo-foto::before {
	content: "";
	position: absolute; inset: 0; z-index: 1;
	background: linear-gradient(180deg,
		rgba(10,26,40,.55) 0%, rgba(10,26,40,.72) 35%, rgba(10,26,40,.90) 70%, rgba(10,26,40,.96) 100%);
	transition: background var(--transicao);
}

.e-con.st-modo-foto:hover { transform: translateY(-4px); box-shadow: var(--sombra-3); }
.e-con.st-modo-foto:hover::before {
	background: linear-gradient(180deg,
		rgba(10,26,40,.42) 0%, rgba(10,26,40,.64) 35%, rgba(10,26,40,.88) 70%, rgba(10,26,40,.96) 100%);
}

/* O texto encosta no rodapé do card. O justify-content do CARD não resolve:
   o .e-con-inner é flex:1 1 auto e já ocupa a altura toda, então quem precisa
   empurrar o conteúdo para baixo é o próprio inner. */
.e-con.st-modo-foto > .e-con-inner {
	position: relative;
	z-index: 2;
	justify-content: flex-end;
	padding: 0;
}

.elementor-widget.st-modo-num b {
	color: var(--verde-claro);
	font-size: .95rem; font-weight: 700; letter-spacing: .1em;
}

.st-modo-foto .elementor-heading-title { color: #fff; margin-bottom: .5rem; }

.elementor-widget.st-modo-txt {
	color: rgba(255,255,255,.78);
	font-size: .93rem; line-height: 1.6;
}

/* --- diferenciais (image-box na horizontal) --- */

.elementor-widget.st-dif {
	padding: 1.6rem 1.5rem;
	background: #fff; border: 1px solid var(--linha); border-radius: var(--raio);
	transition: box-shadow var(--transicao), border-color var(--transicao);
}
.elementor-widget.st-dif:hover { box-shadow: var(--sombra-2); border-color: rgba(52,160,90,.35); }

.st-dif .elementor-image-box-wrapper {
	display: flex;
	align-items: flex-start;
	gap: 1.1rem;
	text-align: left;
	width: 100%;
}

/* Mesma armadilha dos cards de serviço: o Elementor manda largura de 30% na
   <figure> com seletor de 3 classes e a folha dele carrega DEPOIS do tema.
   Sem os 3 níveis + !important a plaqueta saía esticada, tipo 100x44, com o
   ícone deformado. Ícone é arte branca, por isso a plaqueta é azul cheia. */
.elementor-widget.st-dif .elementor-image-box-wrapper .elementor-image-box-img {
	flex: 0 0 auto;
	display: grid !important;
	place-items: center;
	width: 52px !important;
	height: 52px !important;
	max-width: none !important;
	margin: 0 !important;
	background: linear-gradient(135deg, var(--azul-medio) 0%, var(--azul) 100%);
	border-radius: var(--raio-p);
}

.elementor-widget.st-dif .elementor-image-box-img img {
	width: 28px !important; height: 28px !important; object-fit: contain;
}

/* o image-box centraliza por padrão — aqui tudo alinha à esquerda,
   senão o texto fica centrado ao lado de um ícone encostado na margem */
.st-dif .elementor-image-box-content,
.st-dif .elementor-image-box-title,
.st-dif .elementor-image-box-description { text-align: left; }

.st-dif .elementor-image-box-title { margin: 0 0 .35rem; font-size: 1.1rem; }
.st-dif .elementor-image-box-description { margin: 0; color: var(--tinta-media); font-size: .93rem; line-height: 1.6; }

/* --- orçamento --- */

.e-con.st-orcamento > .e-con-inner {
	display: grid; grid-template-columns: 1fr; gap: clamp(2rem, 4vw, 3.25rem); align-items: start;
}
@media (min-width: 940px) {
	.e-con.st-orcamento > .e-con-inner { grid-template-columns: 1fr minmax(360px, .85fr); }
}

.st-lista-check ul, ul.st-lista-check { list-style: none; margin: 0 0 1.75rem; padding: 0; }
.st-lista-check li {
	position: relative; margin-bottom: .65rem; padding-left: 1.9rem; color: var(--tinta-media);
}
.st-lista-check li::before {
	content: ""; position: absolute; left: 0; top: .42em;
	width: 1.15rem; height: 1.15rem; border-radius: 50%;
	background: var(--verde-fraco) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%232a8449' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center / 11px no-repeat;
}

.e-con.st-form, .elementor-widget.st-form {
	padding: clamp(1.6rem, 3vw, 2.25rem);
	background: var(--fundo-alt);
	border: 1px solid var(--linha);
	border-radius: var(--raio-g);
	box-shadow: var(--sombra-1);
}

/* vídeo do Elementor com o mesmo acabamento dos cards */
.elementor-widget-video .elementor-wrapper {
	border-radius: var(--raio); overflow: hidden; box-shadow: var(--sombra-2);
}

/* --- esteira de clientes (widget image-gallery) --- */

.elementor-widget.st-marquee {
	overflow: hidden;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
	        mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.st-marquee .gallery {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: center;
	gap: 1.25rem;
	width: max-content;
	margin: 0 !important;
	animation: st-esteira 48s linear infinite;
}

.elementor-widget.st-marquee:hover .gallery { animation-play-state: paused; }

@keyframes st-esteira {
	from { transform: translateX(0); }
	to   { transform: translateX(-50%); }
}

/* O CSS do Elementor força max-width:25% no .gallery-item — precisa de !important.
   Caixa QUADRADA: as logos são todas 400x400, e o quadrado igual para todas
   é o que deixa a arte no mesmo eixo, sem umas subindo e outras descendo. */
.st-marquee .gallery-item {
	flex: 0 0 auto !important;
	width: 168px !important; height: 168px !important;
	max-width: none !important;
	margin: 0 !important; padding: 20px !important;
	display: grid !important; place-items: center;
	background: #fff; border-radius: var(--raio);
}

.st-marquee .gallery-icon, .st-marquee .gallery-icon a { width: 100%; height: 100%; display: block; }

/* width/height fixos + contain: nunca corta, nunca deforma */
.st-marquee .gallery-item img {
	width: 100% !important; height: 100% !important;
	max-width: none !important;
	object-fit: contain; object-position: center;
	border: 0 !important;
}

.st-marquee .gallery-caption, .st-marquee .gallery-item .wp-caption-text { display: none !important; }

@media (min-width: 768px) {
	.st-marquee .gallery-item { width: 200px !important; height: 200px !important; padding: 24px !important; }
	.st-marquee .gallery { gap: 1.5rem; }
}

@media (prefers-reduced-motion: reduce) {
	.st-marquee .gallery { animation: none; flex-wrap: wrap !important; width: 100%; justify-content: center; }
}

/* --- depoimentos --- */

.elementor-widget.st-depo {
	display: flex; padding: 1.75rem 1.6rem;
	background: #fff; border: 1px solid var(--linha); border-radius: var(--raio);
	transition: box-shadow var(--transicao), transform var(--transicao);
}
.elementor-widget.st-depo:hover { box-shadow: var(--sombra-2); transform: translateY(-3px); }

.st-depo .elementor-testimonial-wrapper { text-align: left; width: 100%; }
.st-depo .elementor-testimonial-content {
	margin-bottom: 1.15rem; color: var(--tinta); font-size: 1.02rem; line-height: 1.6;
}
.st-depo .elementor-testimonial-content::before { content: "★★★★★"; display: block;
	margin-bottom: .6rem; color: #f5a623; letter-spacing: .1em; font-size: 1rem; }
.st-depo .elementor-testimonial-name { color: var(--tinta-fraca); font-size: .85rem; font-weight: 600; }
.st-depo .elementor-testimonial-job { color: var(--tinta-fraca); font-size: .8rem; }

.elementor-widget.st-depo-cta {
	display: flex; padding: 1.75rem 1.6rem;
	background: var(--azul); border-radius: var(--raio); color: #fff;
}
.st-depo-cta .elementor-image-box-wrapper { text-align: left; }
.st-depo-cta .elementor-image-box-title { color: #fff; }
.st-depo-cta .elementor-image-box-description { color: rgba(255,255,255,.68); }

/* ---------- 9. Páginas internas ---------------------------------------- */

.e-con.st-capa {
	position: relative;
	min-height: clamp(260px, 34vw, 400px);
	padding-block: clamp(2.75rem, 6vw, 4.5rem);
	background-color: var(--azul-fundo);
	background-position: center; background-size: cover;
	isolation: isolate;
	justify-content: flex-end;
}

.e-con.st-capa::before {
	content: ""; position: absolute; inset: 0; z-index: 1;
	background: linear-gradient(180deg, rgba(10,26,40,.88) 0%, rgba(10,26,40,.66) 45%, rgba(10,26,40,.86) 100%);
}

.e-con.st-capa > .e-con-inner { position: relative; z-index: 2; max-width: 46rem; margin-inline: 0; }
.st-capa .elementor-heading-title { color: #fff; }
.elementor-widget.st-capa-sub { color: rgba(255,255,255,.8); font-size: 1.05rem; }

.elementor-widget.st-trilha { color: rgba(255,255,255,.6); font-size: .85rem; }
.st-trilha a { color: rgba(255,255,255,.8); }
.st-trilha a:hover { color: var(--verde-claro); }

/* texto corrido das páginas */
.e-con.st-texto > .e-con-inner { max-width: 50rem; }
.elementor-widget.st-corpo { font-size: 1.05rem; color: var(--tinta-media); }
.st-corpo h2 { margin-top: 2.5rem; color: var(--azul); }
.st-corpo h2:first-child { margin-top: 0; }
.st-corpo h3 { margin-top: 2rem; color: var(--azul); }

/* cards informativos dentro do conteúdo */
.elementor-widget.st-info {
	padding: 1.5rem; background: var(--fundo-alt);
	border: 1px solid var(--linha); border-radius: var(--raio);
}
.st-info h3 { margin: 0 0 .45rem; font-size: 1.08rem; }
.st-info p { margin: 0; font-size: .94rem; color: var(--tinta-media); }

/* números em destaque */
.e-con.st-numeros {
	margin-block: 0; padding: 1.75rem;
	background: var(--verde-fraco); border-radius: var(--raio);
}
.e-con.st-numeros > .e-con-inner {
	display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%,200px),1fr)); gap: 1.25rem;
}
.elementor-widget.st-numero { color: var(--tinta-media); font-size: .92rem; }
.st-numero b, .st-numero strong {
	display: block; color: var(--verde-escuro); font-size: 1.8rem; line-height: 1.1; font-weight: 700;
}

/* missão, visão, valores */
.elementor-widget.st-mvv {
	padding: 1.75rem 1.5rem; background: #fff;
	border: 1px solid var(--linha); border-top: 3px solid var(--verde);
	border-radius: var(--raio);
}
.st-mvv h3 { margin: 0 0 .6rem; }
.st-mvv p, .st-mvv ul { margin: 0; color: var(--tinta-media); font-size: .97rem; }

/* contato */
.elementor-widget.st-contato-lista li {
	display: flex; flex-direction: column; gap: .15rem;
	margin-bottom: 1.1rem; padding-bottom: 1.1rem; border-bottom: 1px solid var(--linha);
}
.st-contato-lista li:last-child { border-bottom: 0; }
.st-contato-lista strong {
	color: var(--tinta-fraca); font-size: .78rem; font-weight: 650;
	letter-spacing: .1em; text-transform: uppercase;
}
.st-contato-lista a { font-size: 1.1rem; font-weight: 600; }

.elementor-widget.st-horario {
	padding: 1.35rem 1.5rem; background: var(--verde-fraco); border-radius: var(--raio);
}
.st-horario h3 { margin: 0 0 .4rem; font-size: 1rem; }
.st-horario p { margin: 0; color: var(--tinta-media); font-size: .95rem; }

/* ---------- 10. Blog ---------------------------------------------------- */

.st-blog-grade {
	display: grid; gap: 1.5rem;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
}
@media (min-width: 900px) { .st-blog-grade { grid-template-columns: repeat(3, 1fr); } }

.st-post {
	display: flex; flex-direction: column; overflow: hidden;
	background: #fff; border: 1px solid var(--linha); border-radius: var(--raio);
	transition: box-shadow var(--transicao), transform var(--transicao), border-color var(--transicao);
}
.st-post:hover { box-shadow: var(--sombra-2); border-color: rgba(52,160,90,.35); transform: translateY(-4px); }

/* capa quadrada e recortada: nada de imagem gigante esticando o card */
.st-post__capa { display: block; aspect-ratio: 1 / 1; overflow: hidden; background: var(--fundo-alt); }
.st-post__capa img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.4,0,.2,1); }
.st-post:hover .st-post__capa img { transform: scale(1.05); }

.st-post__corpo { display: flex; flex-direction: column; flex: 1 1 auto; padding: 1.35rem 1.4rem 1.5rem; }
.st-post__data { margin-bottom: .55rem; color: var(--tinta-fraca); font-size: .8rem; font-weight: 500;
	letter-spacing: .02em; text-transform: uppercase; }
.st-post__titulo { margin: 0 0 .55rem; font-size: 1.1rem; line-height: 1.35; }
.st-post__titulo a { color: var(--azul); }
.st-post:hover .st-post__titulo a { color: var(--verde-escuro); }
.st-post__resumo { margin-bottom: 1.15rem; color: var(--tinta-media); font-size: .93rem; line-height: 1.6; }
.st-post__link { margin-top: auto; color: var(--verde-escuro); font-size: .88rem; font-weight: 600; }

/* páginas de arquivo do Hello */
.archive .site-main, .blog .site-main, .single .site-main, .search .site-main {
	max-width: var(--largura); margin-inline: auto;
	padding: clamp(2.5rem, 6vw, 4rem) var(--respiro);
}

.single .entry-content { max-width: 50rem; margin-inline: auto; font-size: 1.05rem; }
.single .entry-content p { color: var(--tinta-media); }

/* ---------- 11. Formulários -------------------------------------------- */

input[type="text"], input[type="email"], input[type="tel"], input[type="url"],
input[type="search"], input[type="number"], select, textarea {
	width: 100%;
	padding: .78rem 1rem;
	background: #fff; border: 1px solid var(--linha); border-radius: var(--raio-p);
	color: var(--tinta); font-family: inherit; font-size: .97rem; line-height: 1.5;
	transition: border-color var(--transicao), box-shadow var(--transicao);
	-webkit-appearance: none; appearance: none;
}

textarea { min-height: 130px; resize: vertical; }

select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 10 6' fill='none' stroke='%234a5b6b' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
	background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem;
}
select[multiple] { background-image: none; padding-right: 1rem; min-height: 132px; }

input:focus, select:focus, textarea:focus {
	outline: none; border-color: var(--verde); box-shadow: 0 0 0 3px rgba(52,160,90,.16);
}

label { display: block; margin-bottom: .35rem; font-size: .9rem; font-weight: 600; color: var(--azul); }

.wpcf7 .row { margin-bottom: .9rem; }
.wpcf7 [class*="col-md-"] { width: 100%; padding: 0; }
.wpcf7 h4 { display: none; }   /* o título já está no Elementor */
.wpcf7 .contato, .wpcf7 .form-orcamento { display: block; }

.wpcf7 input[type="submit"], .wpcf7 .btn-send {
	width: 100%; padding: .88rem 1.75rem; margin-top: .35rem;
	background: var(--verde); border: 0; border-radius: 100px;
	color: #fff; font-family: inherit; font-size: .97rem; font-weight: 600; cursor: pointer;
	box-shadow: 0 4px 14px rgba(52,160,90,.28);
	transition: background-color var(--transicao), transform var(--transicao);
}
.wpcf7 input[type="submit"]:hover, .wpcf7 .btn-send:hover {
	background: var(--verde-escuro); transform: translateY(-2px);
}

.wpcf7 form .wpcf7-response-output { margin: 1.25rem 0 0; padding: .85rem 1rem; border-radius: var(--raio-p); font-size: .9rem; }
.wpcf7 form.sent .wpcf7-response-output { border-color: var(--verde); background: var(--verde-fraco); color: var(--verde-escuro); }
.wpcf7-not-valid-tip { margin-top: .3rem; color: #c0392b; font-size: .82rem; }
.grecaptcha-badge { visibility: hidden; }

/* ---------- 12. Rodapé -------------------------------------------------- */

.rodape { background: var(--azul-fundo); color: rgba(255,255,255,.68); font-size: .93rem; }

.rodape__grade { display: grid; grid-template-columns: 1fr; gap: 2.5rem; padding-block: clamp(3rem, 6vw, 4.5rem); }
@media (min-width: 640px)  { .rodape__grade { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .rodape__grade { grid-template-columns: 1.5fr 1fr 1fr 1.25fr; gap: 2rem; } }

.rodape__marca img { height: 60px; width: auto; margin-bottom: 1.15rem; }
.rodape__marca p { margin-bottom: .75rem; color: rgba(255,255,255,.8); }
.rodape__nota { font-size: .87rem; color: rgba(255,255,255,.55); line-height: 1.6; }

.rodape h3 {
	margin-bottom: 1rem; color: #fff; font-size: .95rem; font-weight: 650;
	letter-spacing: .04em; text-transform: uppercase;
}

.rodape a { color: rgba(255,255,255,.68); }
.rodape a:hover { color: var(--verde-claro); }

.rodape__horario {
	margin-top: 1.25rem; padding-top: 1.25rem;
	border-top: 1px solid rgba(255,255,255,.12); font-size: .87rem; line-height: 1.65;
}
.rodape__horario strong { color: #fff; font-weight: 600; }

.rodape__base { border-top: 1px solid rgba(255,255,255,.1); font-size: .85rem; }
.rodape__base-interno {
	display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
	gap: .5rem 1.5rem; padding-block: 1.35rem;
}
.rodape__base p { margin: 0; color: rgba(255,255,255,.5); }

/* ---------- 13. Flutuantes --------------------------------------------- */

.whatsapp-flutuante {
	position: fixed; right: 18px; bottom: 18px; z-index: 80;
	display: inline-flex; align-items: center; gap: .6rem;
	padding: .8rem 1.15rem; background: #25d366; border-radius: 100px;
	color: #fff; font-size: .93rem; font-weight: 600;
	box-shadow: 0 6px 22px rgba(0,0,0,.22);
	transition: background-color var(--transicao), transform var(--transicao);
}
.whatsapp-flutuante:hover { background: #1fb457; color: #fff; transform: translateY(-3px); }

@media (max-width: 560px) {
	.whatsapp-flutuante { padding: .85rem; }
	.whatsapp-flutuante span { display: none; }
}

.voltar-ao-topo {
	position: fixed; right: 18px; bottom: 84px; z-index: 79;
	display: grid; place-items: center; width: 44px; height: 44px;
	background: var(--azul); border: 0; border-radius: 50%; color: #fff; cursor: pointer;
	opacity: 0; visibility: hidden; transform: translateY(8px);
	transition: opacity var(--transicao), visibility var(--transicao),
	            transform var(--transicao), background-color var(--transicao);
	box-shadow: 0 4px 16px rgba(0,0,0,.2);
}
.voltar-ao-topo.visivel { opacity: 1; visibility: visible; transform: translateY(0); }
.voltar-ao-topo:hover { background: var(--verde); }

@media (max-width: 560px) { .voltar-ao-topo { bottom: 76px; width: 40px; height: 40px; } }

/* ---------- 14. Impressão ---------------------------------------------- */

@media print {
	.topo-aviso, .cabecalho, .rodape, .whatsapp-flutuante, .voltar-ao-topo,
	.st-sec.st-verde { display: none !important; }
	body { color: #000; font-size: 12pt; }
	a { color: #000; text-decoration: underline; }
}

/* st-provas — cabe "Desde 1967" sem quebrar em duas linhas.
   A Ana Clara pediu "desde 1967" no lugar de "57 anos" (que estava errado:
   2026-1967 = 59, e numero fixo envelhece sozinho todo ano). O texto e mais
   comprido que os outros, entao a faixa ganhou largura e o numero, nowrap. */
.e-con.st-provas { max-width: 48rem; }
.elementor-widget.st-prova b,
.elementor-widget.st-prova strong { white-space: nowrap; }

@media (max-width: 480px) {
  .elementor-widget.st-prova b,
  .elementor-widget.st-prova strong { font-size: 1.3rem; }
}

/* Card "Ver todas as avaliações": o símbolo da marca entra como ícone, não
   como ilustração. Sem limitar a altura ele vinha com 159px e engolia o card
   — o Elementor manda 30% de largura na figura e a arte é bem vertical. */
.elementor-widget.st-depo-cta .elementor-image-box-wrapper .elementor-image-box-img {
  width: auto !important;
  max-width: none !important;
  margin: 0 0 1rem !important;
  text-align: left;
}
.elementor-widget.st-depo-cta .elementor-image-box-img img {
  width: auto !important;
  height: 52px !important;
  object-fit: contain;
}
