@font-face { font-family: Montserrat; src: url('fonts/montserrat-regular.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: Montserrat; src: url('fonts/montserrat-medium.ttf') format('truetype'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: Montserrat; src: url('fonts/montserrat-semibold.ttf') format('truetype'); font-weight: 600; font-style: normal; font-display: swap; }

:root { --blue: #577596; --light-blue: #d3e0e9; --white: #fff; --ink: #3c5877; --space: 64px; --header-height: 52px; --ease: cubic-bezier(.22,.61,.36,1); --font-sans: Montserrat, sans-serif; }
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 16px); }
body { font-family: var(--font-sans); font-weight: 500; color: var(--blue); background: var(--light-blue); }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
button, a, input, select { -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }
button { cursor: pointer; }
button:disabled { cursor: wait; opacity: .65; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--ink); outline-offset: 5px; }
.footer :focus-visible { outline-color: white; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 200; padding: 12px 20px; background: white; transform: translateY(-160%); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
#conteudo:focus { outline: none; }

/* Header: the exported lockup has its own 138 × 32 artboard. */
.nav { position: sticky; top: 0; z-index: 100; min-height: 52px; padding: 10px 64px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: white; transition: box-shadow .25s; }
.nav.is-scrolled { box-shadow: 0 4px 24px #1a355217; }
.nav__logo { flex: 0 0 138px; }
.nav__logo img { width: 138px; height: 32px; }
.nav__links { list-style: none; padding: 0; display: flex; align-items: center; gap: 32px; }
.nav__links a { font-size: 14px; white-space: nowrap; display: block; padding: 6px 0; position: relative; }
.nav__links a::after { content: ''; position: absolute; height: 1px; background: currentColor; left: 0; right: 0; bottom: 0; transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.nav__links a:hover::after, .nav__links a:focus-visible::after { transform: scaleX(1); }
.nav__toggle { display: none; border: 0; background: none; min-height: 32px; font-size: 12px; font-weight: 600; }

.hero { position: relative; height: 598px; overflow: hidden; isolation: isolate; }
.hero__img, .hero__overlay, .contact__bg, .contact__overlay { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; }
.hero__img { object-position: center 58%; }
.hero__overlay { background: linear-gradient(90deg, #577596cc, #57759600); }
.hero__content { height: 100%; padding: var(--space); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; gap: 64px; }
.hero__logo { width: 505px; height: 143px; max-width: 100%; }
.hero__logo img { width: 100%; height: 100%; object-fit: contain; }
.hero__address { display: flex; gap: 64px; font-size: 14px; font-weight: 400; color: white; line-height: 1.4; }

.intro { padding: var(--space); display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.9fr); gap: 40px; }
.intro__text { display: flex; flex-direction: column; justify-content: space-between; gap: 32px; }
.intro__title, .infra__title { font-size: 24px; font-weight: 600; line-height: 1.2; }
.intro__body { display: flex; flex-direction: column; gap: 14px; font-size: 14px; line-height: 1.6; max-width: 42em; }
.intro__closing { font-weight: 600; color: var(--blue); }
.intro__image { width: 100%; height: 470px; object-fit: cover; border-radius: 48px; }
.map-section { background: var(--light-blue); border-top: 1px solid var(--white); }
.map-section__img { display: block; width: 100%; height: auto; }
.descriptivo { background: var(--blue); color: white; padding: var(--space); display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.9fr); gap: 40px; }
.descriptivo__stats { display: flex; flex-direction: column; }
.descriptivo__stat { display: flex; flex-direction: column; gap: 8px; position: relative; }
.descriptivo__stat + .descriptivo__stat { margin-top: 32px; padding-top: 32px; }
.descriptivo__stat + .descriptivo__stat::before { content: ''; position: absolute; top: 0; left: 0; width: 56px; height: 1px; background: #ffffff4d; }
.descriptivo__stat-value { font-size: 28px; font-weight: 600; line-height: 1.2; }
.descriptivo__stat-label { font-size: 12px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; color: #ffffffb3; }
.descriptivo__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 40px; align-content: start; }
.descriptivo__list li { position: relative; padding-left: 22px; font-size: 16px; line-height: 1.5; color: #ffffffe6; }
.descriptivo__list li::before { content: ''; position: absolute; left: 1px; top: 9px; width: 6px; height: 6px; background: var(--light-blue); border-radius: 1px; transform: rotate(45deg); }

/* Three copies of the data set allow seamless wrap in either direction. */
.carousel-section { --slide-width: min(816px, calc(100vw - 48px)); --slide-height: 464px; --slide-gap: 10px; padding: var(--space) 0; display: flex; flex-direction: column; align-items: center; gap: 12px; overflow: hidden; }
.carousel-track-wrap { width: 100%; position: relative; overflow: hidden; touch-action: pan-y pinch-zoom; }
.carousel-track { display: flex; gap: var(--slide-gap); align-items: center; transition: transform .55s var(--ease); will-change: transform; }
.carousel-track.is-resetting { transition: none; }
.carousel-slide { flex: 0 0 var(--slide-width); width: var(--slide-width); height: var(--slide-height); opacity: .3; border-radius: 24px; overflow: hidden; transition: opacity .45s; }
.carousel-slide.active { opacity: 1; }
.carousel-slide img { width: 100%; height: 100%; object-fit: cover; user-select: none; -webkit-user-drag: none; }
.carousel-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid #ffffff80; background: #fffffff2; border-radius: 50%; color: var(--blue); box-shadow: 0 4px 20px #203c5320; transition: background .2s, scale .2s; }
.carousel-arrow span { font-family: Arial, sans-serif; font-size: 36px; line-height: 1; margin-top: -3px; }
.carousel-arrow:hover { background: white; scale: 1.06; }
.carousel-arrow--prev { left: max(12px, calc((100% - var(--slide-width))/2 + 16px)); }
.carousel-arrow--next { right: max(12px, calc((100% - var(--slide-width))/2 + 16px)); }
.carousel-label { width: var(--slide-width); max-width: calc(100% - 48px); background: var(--blue); color: white; border-radius: 12px; padding: 12px 24px; min-height: 44px; text-align: center; font-size: 16px; line-height: 1.3; }
.carousel-nav { display: flex; justify-content: center; flex-wrap: wrap; max-width: calc(100% - 48px); }
.carousel-dot { border: 0; background: none; width: 32px; height: 32px; display: grid; place-items: center; }
.carousel-dot::before { content: ''; width: 7px; height: 7px; border-radius: 100px; background: var(--blue); opacity: .3; transition: width .25s, opacity .25s; }
.carousel-dot[aria-current="true"]::before { width: 22px; opacity: 1; }

.infra { padding: var(--space); display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.8fr); gap: 64px; }
.infra__text { display: flex; flex-direction: column; gap: 32px; }
.infra__list { display: flex; flex-direction: column; }
.infra__list-item { position: relative; width: 100%; text-align: left; padding: 14px 0; background: none; border: 0; border-bottom: 1px solid #57759633; font-size: 16px; font-weight: 500; line-height: 1.35; color: #577596b3; transition: color .25s, border-color .25s; }
.infra__list-item:last-child { border-bottom-color: transparent; }
.infra__list-item[aria-selected="true"] { color: var(--blue); border-bottom-color: var(--blue); font-weight: 600; }
.infra__list-item:hover { color: var(--ink); }
.infra__cta { display: flex; flex-direction: column; gap: 14px; padding-top: 8px; }
.infra__cta-text { font-size: 14px; line-height: 1.5; color: var(--ink); }
.infra__cta-btn { align-self: flex-start; padding: 14px 28px; border-radius: 8px; background: var(--blue); color: white; font-size: 14px; font-weight: 600; transition: background .2s, transform .2s; }
.infra__cta-btn:hover { background: #466583; transform: translateY(-2px); }
.infra__image-wrap { height: 572px; min-width: 0; border-radius: 32px; overflow: hidden; background: #c5d5e2; }
.infra__image { width: 100%; height: 100%; object-fit: cover; }
.infra__image.is-placeholder { object-fit: contain; }

.contact { position: relative; isolation: isolate; padding: var(--space); min-height: 810px; display: flex; align-items: center; }
.contact__bg { object-position: center; }
.contact__overlay { background: #57759626; }
.contact__card { position: relative; width: 440px; max-width: 100%; background: var(--light-blue); padding: 32px; border-radius: 32px; }
.contact__title { font-size: 20px; line-height: 1.4; font-weight: 600; text-align: center; margin-bottom: 32px; }
.field-error { color: #8f303b; font-size: 12px; line-height: 1.5; }
.field-error:empty, .form-status:empty { display: none; }
[aria-invalid="true"] { border-color: #8f303b !important; }
.form-status { font-size: 13px; line-height: 1.5; padding: 12px; border-radius: 8px; background: #ffffff66; color: var(--ink); }
.form-status[data-state="error"] { color: #8f303b; }
.form-status[data-state="success"] { color: #215d41; }

.footer { background: var(--blue); color: var(--light-blue); padding: 32px 64px; display: flex; flex-direction: column; gap: 20px; }
.footer__brand { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 32px; }
.footer__nav { display: flex; flex-wrap: wrap; gap: 24px 32px; font-size: 16px; }
.footer__nav a:hover { text-decoration: underline; text-underline-offset: 6px; }
.footer__alliance-logo { width: 198px; height: 27px; }
.footer__divider { width: 100%; height: 1px; background: var(--light-blue); }
.footer__legal { font-size: 12px; line-height: 1.5; color: #ffffffb3; }
.nowrap { white-space: nowrap; }
.noscript-message { padding: 20px; text-align: center; }

/* Only offscreen content is prepared for reveal, so a script error never blanks the page. */
.reveal-pending { opacity: 0; transform: translateY(24px); }
.reveal-visible { opacity: 1; transform: translateY(0); transition: opacity .8s var(--ease), transform .8s var(--ease); }
@keyframes hero-appear { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
.hero__logo, .hero__address { animation: hero-appear 1s var(--ease) both; }
.hero__address { animation-delay: .15s; }

@media (min-width: 1600px) {
  :root { --space: 80px; }
  .hero { height: 650px; }
  .intro { grid-template-columns: minmax(0, 1fr) minmax(0, 900px); gap: 80px; }
  .intro__text { justify-content: flex-start; gap: 40px; }
  .intro__title, .infra__title { font-size: 36px; }
  .intro__body { font-size: 18px; }
  .intro__image { height: 500px; }
  .descriptivo { grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); gap: 64px; }
  .descriptivo__stat-value { font-size: 36px; }
  .descriptivo__list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px 56px; }
  .descriptivo__list li { font-size: 18px; }
  .descriptivo__list li::before { top: 10px; }
  .carousel-section { gap: 24px; }
  .carousel-label { width: auto; min-width: 170px; font-size: 20px; padding: 16px 48px; }
  .infra { grid-template-columns: minmax(0, 1fr) minmax(0, 900px); gap: 80px; }
  .infra__image-wrap { height: 550px; }
  .infra__list-item { font-size: 18px; }
  .contact { min-height: 0; }
  .contact__card { width: 520px; padding: 48px; }
  .contact__title { font-size: 24px; }
}
@media (min-width: 1025px) and (max-width: 1350px) {
  .nav { padding-inline: 32px; }
  .hero { height: 550px; }
  .intro, .infra, .descriptivo { grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: 48px; }
  .intro__text { justify-content: flex-start; }
  .intro__title, .infra__title { font-size: 32px; }
  .intro__body { font-size: 16px; }
  .intro__image { height: 380px; border-radius: 32px; }
  .carousel-label { width: auto; min-width: 138px; }
  .infra__image-wrap { height: 450px; border-radius: 24px; }
  .contact { min-height: 0; }
  .contact__card { width: 460px; padding: 40px; }
}
@media (max-width: 1024px) {
  :root { --space: 48px; }
  .nav { padding-inline: 16px; gap: 16px; }
  .nav__links { gap: 16px; }
  .nav__links a { font-size: 12px; }
  .hero { height: 450px; }
  .intro, .infra, .descriptivo { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .intro__text { justify-content: flex-start; gap: 20px; }
  .intro__title, .infra__title { font-size: 28px; }
  .intro__image { height: 400px; border-radius: 24px; }
  .descriptivo { gap: 40px; }
  .descriptivo__list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 32px; }
  .carousel-label { width: auto; min-width: 118px; }
  .infra__text { gap: 24px; }
  .infra__image-wrap { height: 400px; border-radius: 16px; }
  .contact { min-height: 0; }
  .contact__card { width: 420px; border-radius: 24px; }
}
@media (max-width: 800px) {
  .nav__toggle { display: flex; align-items: center; gap: 12px; margin-left: auto; }
  #main-menu { position: absolute; top: 100%; left: 0; right: 0; padding: 16px 24px 24px; background: white; box-shadow: 0 16px 20px #1a355217; visibility: hidden; opacity: 0; transform: translateY(-8px); transition: opacity .2s, transform .2s, visibility .2s; }
  .nav.is-open #main-menu { visibility: visible; opacity: 1; transform: translateY(0); }
  .nav__links { flex-direction: column; align-items: stretch; gap: 4px; }
  .nav__links a { font-size: 14px; padding: 12px 0; }
  .hero__address { gap: 16px; flex-direction: column; }
  .carousel-section { --slide-height: clamp(220px, 55vw, 400px); }
  .footer { padding: 32px; }
  .footer__nav { font-size: 14px; }
}
@media (max-width: 600px) {
  :root { --space: 24px; --header-height: 56px; }
  .nav { padding: 12px 16px; min-height: 56px; }
  .nav__logo { flex-basis: 100px; }
  .nav__logo img { width: 100px; height: 23.1884px; }
  .hero { height: 320px; }
  .hero__content { align-items: center; padding: 24px; gap: 48px; }
  .hero__logo { width: 259px; height: 73.3406px; }
  .hero__address { align-items: center; text-align: center; font-size: 12px; gap: 16px; }
  .hero__overlay { background: linear-gradient(90deg, #57759699, #57759630); }
  .intro { gap: 24px; }
  .intro__text { gap: 16px; }
  .intro__title, .infra__title { font-size: 24px; }
  .intro__body { font-size: 14px; line-height: 1.5; }
  .intro__image { height: 220px; border-radius: 16px; }
  .descriptivo { padding: 32px 24px; gap: 32px; }
  .descriptivo__stat + .descriptivo__stat { margin-top: 20px; padding-top: 20px; }
  .descriptivo__stat-value { font-size: 22px; }
  .descriptivo__list { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .descriptivo__list li { font-size: 15px; }
  .descriptivo__list li::before { top: 8px; }
  .carousel-section { --slide-height: 200px; }
  .carousel-slide { border-radius: 16px; }
  .carousel-arrow { width: 40px; height: 40px; }
  .carousel-arrow--prev { left: 32px; }
  .carousel-arrow--next { right: 32px; }
  .carousel-label { width: var(--slide-width); border-radius: 8px; min-height: 34px; padding: 8px 20px; font-size: 14px; }
  .infra { gap: 24px; }
  .infra__text { gap: 16px; }
  .infra__list-item { padding: 12px 0; font-size: 14px; min-height: 44px; }
  .infra__image-wrap { height: 220px; border-radius: 12px; }
  .contact__card { width: 100%; padding: 20px; border-radius: 16px; }
  .contact__title { font-size: 16px; margin-bottom: 20px; }
  .footer { padding: 24px; gap: 16px; }
  .footer__brand { flex-direction: column; align-items: flex-start; gap: 16px; }
  .footer__nav { gap: 12px 20px; font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal-pending { opacity: 1; transform: none; }
}
