html, body { margin: 0; padding: 0; background: #ffffff; overflow-x: hidden; }
a { color: #012A68; text-decoration: none; }
a:hover { color: #F19F00; }
input::placeholder { color: #9AA9BD; opacity: 1; }

/* ---- Desktop canvas (1920px design) scaled to fit the viewport ---- */
.prb-canvas-wrap {
	width: 100%;
	overflow: hidden;
}
.prb-canvas {
	width: 1920px;
	transform-origin: top left;
}

/* ---- Layout switch: canvas above 768px, mobile layout below ---- */
.prb-mobile-wrap { display: none; }

@media (max-width: 768px) {
	.prb-canvas-wrap { display: none; }
	.prb-mobile-wrap { display: block; }
}

/* ---- Mobile layout ---- */
.prb-mobile-wrap {
	font-family: Comfortaa, sans-serif;
	color: #012A68;
	background: #fff;
}
.prb-m-header {
	background: #012A68;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 20px;
	position: relative;
}
.prb-m-header img { height: 40px; width: auto; }
.prb-m-burger {
	display: flex;
	flex-direction: column;
	gap: 5px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 6px;
}
.prb-m-burger span { display: block; width: 26px; height: 3px; background: #fff; border-radius: 2px; }
.prb-m-nav {
	display: none;
	flex-direction: column;
	background: #012A68;
	padding: 0 20px 18px;
}
#prb-menu-toggle { display: none; }
#prb-menu-toggle:checked ~ .prb-m-nav { display: flex; }
.prb-m-nav a {
	color: #fff;
	font-family: Poppins, sans-serif;
	font-weight: 700;
	padding: 10px 0;
	border-top: 1px solid rgba(255,255,255,0.15);
}

.prb-m-hero {
	position: relative;
	overflow: hidden;
	/* Mesma proporção da arte (1920x908), para exibir o banner inteiro sem recorte. */
	height: 47.29vw;
}
.prb-m-hero img { width: 100%; height: 100%; object-fit: cover; display: block; }

.prb-m-section { padding: 36px 20px; box-sizing: border-box; }
.prb-m-section p.lead {
	font-weight: 500;
	font-size: 17px;
	line-height: 1.6;
	margin: 0;
}
.prb-m-section h2 {
	font-family: Poppins, sans-serif;
	font-style: italic;
	font-weight: 700;
	font-size: 26px;
	margin: 30px 0 18px;
}

.prb-m-videos { display: flex; flex-direction: column; gap: 14px; }
.prb-m-video { position: relative; border-radius: 12px; overflow: hidden; width: 100%; }
.prb-m-video img { width: 100%; height: 200px; object-fit: cover; display: block; }
.prb-m-video iframe { width: 100%; height: 200px; border: 0; display: block; }
.prb-m-video .play {
	position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
	width: 64px; height: 64px; border: 4px solid #fff; border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
}
.prb-m-video .play span {
	display: block; width: 0; height: 0;
	border-left: 20px solid #fff; border-top: 12px solid transparent; border-bottom: 12px solid transparent;
	margin-left: 5px;
}

.prb-m-projects {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
.prb-m-project {
	background: #012967;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 18px 8px;
	box-sizing: border-box;
	min-height: 140px;
}
.prb-m-project img { height: 56px; width: auto; }
/* Icone de proporcao larga (onibus de perfil, ~1.95:1): altura menor para
   equilibrar a area visual com os icones quase quadrados. */
.prb-m-project img.wide { height: 42px; }
.prb-m-project span {
	font-family: Poppins, sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}

.prb-m-footer {
	background: linear-gradient(180deg, #012A68 0%, #012258 55%, #001139 100%);
	padding: 36px 20px 44px;
	box-sizing: border-box;
	color: #fff;
}
.prb-m-footer .col { margin-bottom: 30px; }
.prb-m-footer .col:last-child { margin-bottom: 0; }
.prb-m-footer .heading {
	font-weight: 700;
	font-size: 18px;
	color: #00BFF2;
	margin-bottom: 14px;
}
.prb-m-footer-logo img { width: 200px; height: auto; display: block; }
.prb-m-footer .prb-f-tagline { font-size: 9px; letter-spacing: 2.5px; margin-left: 2.5px; }
.prb-m-copyright {
	font-family: Comfortaa, sans-serif;
	font-size: 13px;
	color: rgba(255,255,255,0.85);
	text-align: center;
	margin-top: 30px;
}
.prb-m-footer a { color: #fff; }
.prb-m-footer .links { display: flex; flex-direction: column; gap: 8px; font-size: 16px; }
.prb-m-footer .groups { display: flex; align-items: center; gap: 14px; }
.prb-m-footer .groups img { width: 48px; height: 48px; }
.prb-m-footer .groups .tg {
	width: 48px; height: 48px; border-radius: 50%; background: #2AABEE;
	display: flex; align-items: center; justify-content: center;
}
.prb-m-footer .social-icons { display: flex; align-items: center; gap: 22px; color: #fff; font-size: 34px; flex-wrap: wrap; }
.prb-m-footer form { display: flex; align-items: center; gap: 8px; margin-top: 10px; }
.prb-m-footer input[type="email"] {
	flex: 1;
	height: 52px;
	border: none;
	border-radius: 999px;
	background: #fff;
	padding: 0 20px;
	font-family: Comfortaa, sans-serif;
	font-size: 16px;
	color: #012A68;
	box-sizing: border-box;
	min-width: 0;
}
.prb-m-footer button {
	width: 52px; height: 52px; border-radius: 50%; flex-shrink: 0;
	background: #F19F00; border: 3px solid #012056;
	font-family: Comfortaa, sans-serif; font-weight: 700; font-size: 18px; color: #012A68;
}

/* ---- Hero carousel: desktop ---- */
.prb-hero-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity .5s ease;
	pointer-events: none;
}
.prb-hero-slide.is-active { opacity: 1; pointer-events: auto; z-index: 2; }
/* O slide que sai fica opaco por baixo enquanto o novo entra por cima. Sem
   isso os dois ficam semitransparentes ao mesmo tempo no meio da transicao,
   o fundo escuro da secao vaza e o banner inteiro escurece por meio segundo. */
.prb-hero-slide.is-prev { opacity: 1; z-index: 1; transition: none; }
.prb-hero-slide-pillar {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 26px;
	background: rgb(1, 42, 104);
}
.prb-hero-slide-pillar img { height: 160px; width: auto; }
.prb-hero-slide-pillar span {
	font-family: Poppins, sans-serif;
	font-style: italic;
	font-weight: 800;
	font-size: 72px;
	letter-spacing: -0.5px;
	color: #fff;
}
.prb-hero-slide-pillar span::after { content: ""; }
.prb-hero-slide-pillar .tag {
	font-family: Comfortaa, sans-serif;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 3px;
	color: #F19F00;
}
.prb-hero-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	background: rgba(1,42,104,0.35);
	border: none;
	border-radius: 50%;
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background .2s ease;
	padding: 0;
}
.prb-hero-arrow:hover { background: rgba(1,42,104,0.6); }
.prb-hero-arrow.prev { left: 30px; }
.prb-hero-arrow.next { right: 30px; }
.prb-hero-dots {
	position: absolute;
	left: 50%;
	bottom: 32px;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(1, 42, 104, 0.82);
	z-index: 5;
}
.prb-hero-dots button {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	border: none;
	padding: 0;
	cursor: pointer;
	transition: background .2s ease;
}
.prb-hero-dots button.is-active { background: rgb(255, 255, 255); }

/* ---- Hero carousel: mobile ---- */
.prb-m-hero-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity .5s ease;
	pointer-events: none;
}
.prb-m-hero-slide.is-active { opacity: 1; pointer-events: auto; z-index: 2; }
.prb-m-hero-slide.is-prev { opacity: 1; z-index: 1; transition: none; }
.prb-m-hero-slide-pillar {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	background: #012A68;
	height: 60vw;
	max-height: 420px;
}
.prb-m-hero-slide-pillar img { height: 84px; width: auto; }
.prb-m-hero-slide-pillar span {
	font-family: Poppins, sans-serif;
	font-style: italic;
	font-weight: 800;
	font-size: 8vw;
	color: #fff;
}
.prb-m-hero-slide-pillar .tag {
	font-family: Comfortaa, sans-serif;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 2px;
	color: #F19F00;
}
.prb-m-hero .prb-hero-arrow { width: 40px; height: 40px; }
.prb-m-hero .prb-hero-arrow.prev { left: 10px; }
.prb-m-hero .prb-hero-arrow.next { right: 10px; }
.prb-m-hero .prb-hero-dots { bottom: 14px; }
.prb-m-hero .prb-hero-dots button { width: 9px; height: 9px; }

/* ---- Scroll-reveal animations ---- */
.reveal {
	opacity: 0;
	transform: translateY(32px);
	transition: opacity .7s cubic-bezier(.16,.8,.24,1), transform .7s cubic-bezier(.16,.8,.24,1);
}
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
	.reveal { opacity: 1; transform: none; transition: none; }
	.prb-hero-slide, .prb-m-hero-slide { transition: none; }
}

/* ---- Rodape ---- */
/* Titulos das colunas: ciano do novo layout (era o laranja da marca). */
.prb-f-head {
	font-family: Comfortaa, sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #00BFF2;
	margin-bottom: 26px;
	/* "Central de atendimento" tem 22 caracteres e quebrava em duas linhas. */
	white-space: nowrap;
}
/* Assinatura sob o logo. O PNG do tema nao traz essa linha, entao ela e
   reconstruida em texto; trocar pelo asset do PSD se precisar ser exata. */
.prb-f-tagline {
	font-family: Poppins, sans-serif;
	font-weight: 700;
	font-size: 11px;
	letter-spacing: 3.4px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 9px;
	/* letter-spacing sobra a direita da ultima letra; compensa a centralizacao */
	margin-left: 3.4px;
	white-space: nowrap;
}

/* "1746" em Poppins (ja carregado), entao escala sem perder nitidez. */
.prb-1746 {
	--prb-1746-size: 68px;
	display: inline-block;
	font-family: Poppins, sans-serif;
	font-weight: 800;
	font-size: var(--prb-1746-size);
	line-height: 1;
	letter-spacing: -0.02em;
	color: #fff;
	text-decoration: none;
	transition: color .2s ease;
}
.prb-1746:hover { color: #F19F00; }

.prb-m-footer .prb-1746 { --prb-1746-size: 46px; }
