/* Maq overlay: Instrument Sans + tokens aligned with the portal.
   Brand gold stays the accent. Does not replace the Sitecontabil layout. */

@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/instrument-sans-400-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/instrument-sans-400-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/instrument-sans-500-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/instrument-sans-500-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/instrument-sans-600-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/instrument-sans-600-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --maq-ink: #022626;
  --maq-gold: #c9a45e;
  --maq-ledger: #171717;
  --maq-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --maq-duration: 180ms;
}

html,
body {
  font-family: "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
  color: var(--maq-ink);
  background: transparent !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.display-1,
.display-2,
.display-3,
.display-4 {
  font-family: "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
  letter-spacing: -0.02em;
  font-weight: 600;
}

p,
ul,
a,
button,
input,
textarea,
select {
  font-family: inherit;
}

header .display-3 {
  letter-spacing: -0.03em;
  font-weight: 600;
  line-height: 1.12;
  font-size: clamp(2rem, 4.2vw, 3.25rem);
  padding-bottom: 0.25rem;
}

header .last .h3 {
  font-weight: 400;
  letter-spacing: -0.01em;
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.45;
  font-size: clamp(1rem, 2vw, 1.25rem);
}

.topo {
  box-shadow: 0 10px 32px rgba(2, 38, 38, 0.08);
  transform: translateY(28px);
  margin-bottom: 28px;
}

.topo nav {
  min-height: 56px;
}

.main-menu li a {
  font-weight: 500;
  font-size: 0.9375rem;
  padding: 8px 12px;
  transition:
    color var(--maq-duration) var(--maq-ease),
    border-color var(--maq-duration) var(--maq-ease);
}

.sear {
  width: 40px;
  height: 40px;
  border-color: var(--maq-gold);
  color: var(--maq-gold);
  transition:
    color var(--maq-duration) var(--maq-ease),
    background-color var(--maq-duration) var(--maq-ease),
    border-color var(--maq-duration) var(--maq-ease);
}

.main-menu li a:hover {
  border-color: var(--maq-gold);
  color: var(--maq-gold);
}

.cor-c2 {
  color: var(--maq-gold);
}

.bkg-b2 {
  background-color: var(--maq-gold);
}

.heading h4 {
  border-bottom-color: var(--maq-gold);
}

.heading h4::before {
  border-bottom-color: var(--maq-gold);
}

.botao-responsivo {
  background-color: var(--maq-gold);
  color: var(--maq-ink);
  border-radius: 8px;
  transition: background-color var(--maq-duration) var(--maq-ease), color var(--maq-duration) var(--maq-ease);
}

.banner::before {
  background: linear-gradient(to left, rgba(201, 164, 94, 0.28), rgba(2, 38, 38, 0.9));
}

#modal {
  background: rgba(2, 38, 38, 0.78);
  padding: 1.25rem 1.25rem 4.5rem;
  align-items: flex-start;
  overflow-y: auto;
}

.maq-modal-shell {
  position: relative;
  width: min(40rem, 100%);
  margin: 0 auto;
}

#modal .janela_modal {
  width: 100%;
  height: auto;
  max-height: min(90dvh, 52rem);
  margin: 0;
  padding: 1.75rem 1.5rem 1.5rem;
  background: #fff;
  border-radius: 8px;
  text-align: left;
  border-top: 3px solid var(--maq-gold);
  box-shadow: 0 18px 48px rgba(2, 38, 38, 0.28);
  animation: none;
  z-index: 1;
}

#modal .janela_modal h2 {
  margin: 0 0 0.5rem;
  font-size: 1.375rem;
  letter-spacing: -0.02em;
  padding-right: 2.75rem;
}

#modal .close {
  position: absolute;
  z-index: 2;
  top: 0.85rem;
  right: 0.85rem;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--maq-gold);
  color: var(--maq-ink) !important;
}

.maq-modal-lead {
  margin: 0 0 1.25rem;
  max-width: 42ch;
  color: var(--maq-ink);
  font-size: 0.9375rem;
  line-height: 1.45;
}

.maq-modal-form {
  display: block;
}

.maq-modal-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem 1rem;
}

.maq-field {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
}

.maq-field label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--maq-ink);
}

.maq-field-hint {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.35;
  color: #3a5555;
}

.maq-modal-form input,
.maq-modal-form textarea,
.maq-modal-form select {
  width: 100%;
  flex: none;
  margin: 0;
  padding: 0.7rem 0.8rem;
  font-size: 1rem;
  font-variant: normal;
  text-indent: 0;
  color: var(--maq-ink);
  background: #fff;
  border: 1px solid #c5d0d0;
  border-radius: 8px;
  border-right-width: 1px;
}

.maq-modal-form input::placeholder,
.maq-modal-form textarea::placeholder {
  color: #4d6666;
}

.maq-modal-form textarea {
  min-height: 6.5rem;
  resize: vertical;
}

.maq-modal-form input:focus-visible,
.maq-modal-form textarea:focus-visible,
.maq-modal-form select:focus-visible {
  outline: 2px solid var(--maq-gold);
  outline-offset: 2px;
  border-color: var(--maq-gold);
}

.maq-modal-actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 1.15rem;
}

.maq-modal-actions .bt {
  padding: 0.7rem 1.4rem;
}

@media (max-width: 767px) {
  #modal .janela_modal {
    padding: 1.35rem 1rem 1.1rem;
  }

  .maq-modal-grid {
    gap: 0.7rem;
  }

  .maq-modal-form textarea {
    min-height: 4.75rem;
  }
}

@media (min-width: 768px) {
  #modal {
    align-items: center;
  }

  .maq-modal-grid {
    grid-template-columns: 1fr 1fr;
  }

  .maq-field-full {
    grid-column: 1 / -1;
  }
}

header .logo img {
  max-width: 200px;
  border-radius: 8px;
}

header .altura {
  min-height: min(100dvh, 760px);
  padding-bottom: 5.5rem;
  align-content: center !important;
}

header .last {
  padding-top: 0.75rem !important;
  padding-bottom: 1.5rem !important;
}

.heading h1,
.heading h2 {
  letter-spacing: -0.02em;
}

.bt,
.bt-b2,
.bt-b1 {
  border-radius: 8px;
  font-weight: 500;
  letter-spacing: -0.01em;
  transition:
    background-color var(--maq-duration) var(--maq-ease),
    border-color var(--maq-duration) var(--maq-ease),
    color var(--maq-duration) var(--maq-ease),
    transform var(--maq-duration) var(--maq-ease);
}

.bt:active,
.botao-responsivo:active {
  transform: scale(0.98);
}

.bt:focus-visible,
.main-menu li a:focus-visible,
.sear:focus-visible,
.botao-responsivo:focus-visible,
.fale a:focus-visible,
.cookie-bar-aceitar:focus-visible {
  outline: 2px solid var(--maq-gold);
  outline-offset: 3px;
}

.bt.bt-b2 {
  background-color: var(--maq-gold);
  border-color: var(--maq-gold);
  color: var(--maq-ink);
}

.bt.bt-b2:hover,
.bt.bt-b2:focus-visible {
  background-color: var(--maq-ink);
  border-color: var(--maq-gold);
  color: var(--maq-gold);
}

.bt.bt-b1 {
  background-color: var(--maq-ink);
  border-color: var(--maq-ink);
  color: var(--maq-gold);
}

.bt.bt-b1:hover,
.bt.bt-b1:focus-visible {
  background-color: var(--maq-gold);
  border-color: var(--maq-gold);
  color: var(--maq-ink);
}

.bt.bt-b2v {
  border-color: var(--maq-gold);
  color: var(--maq-gold);
}

.bt.bt-b2v:hover,
.bt.bt-b2v:focus-visible {
  background-color: var(--maq-gold);
  color: var(--maq-ink);
}

.fale a {
  box-shadow: 0 8px 20px rgba(2, 38, 38, 0.18);
  transition:
    transform var(--maq-duration) var(--maq-ease),
    box-shadow var(--maq-duration) var(--maq-ease);
}

.fale a:hover {
  transform: scale(1.05);
}

.fale a:active {
  transform: scale(0.96);
}

.cookie-bar-aceitar {
  transition:
    background-color var(--maq-duration) var(--maq-ease),
    color var(--maq-duration) var(--maq-ease),
    transform var(--maq-duration) var(--maq-ease);
}

.cookie-bar-aceitar:active {
  transform: scale(0.98);
}

.fale .fale-balao {
  font-family: "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(2, 38, 38, 0.12);
}

.cookie-bar {
  font-family: "Instrument Sans", ui-sans-serif, system-ui, sans-serif !important;
}

html {
  --maq-cookie-h: 0px;
}

.fale {
  bottom: calc(var(--maq-cookie-h, 0px) + 0.35rem) !important;
}

@media (max-width: 767px) {
  header .logo img {
    max-width: 148px;
  }

  .main-menu li a {
    padding: 0.7rem 1rem;
  }
}

.maq-section-head {
  text-align: left;
}

.maq-intro {
  text-align: left;
}

.maq-intro p {
  max-width: none;
}

.maq-tools {
  display: grid;
  gap: 1.25rem;
}

.maq-tool-lead {
  display: grid;
  gap: 1.25rem;
  padding: 1.5rem 1.25rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 28px rgba(2, 38, 38, 0.08);
}

.maq-tool-lead .circle {
  margin: 0 auto;
}

.maq-tool-pair {
  display: grid;
  gap: 1.25rem;
}

.maq-tool-row {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.1rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 28px rgba(2, 38, 38, 0.08);
  color: inherit;
}

.maq-tool-row .circle {
  width: 88px;
  height: 88px;
  margin-bottom: 0;
  border-width: 6px;
}

.maq-tool-row h3 {
  font-size: 1.125rem;
}

.maq-tool-row p {
  margin-bottom: 0;
}

.maq-tool-row:focus-visible {
  outline: 2px solid var(--maq-gold);
  outline-offset: 3px;
}

.img.img-i2 {
  background-attachment: scroll;
}

@media (min-width: 992px) {
  .maq-tools {
    grid-template-columns: 1.25fr 1fr;
    align-items: stretch;
  }

  .maq-tool-lead {
    grid-template-columns: 160px 1fr;
    align-items: center;
    text-align: left;
    padding: 2rem 1.75rem;
  }

  .maq-tool-lead .circle {
    margin: 0;
  }
}

.maq-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 1.25rem;
}

.maq-offer {
  margin-top: 2.25rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(2, 38, 38, 0.1);
  text-align: left;
}

.maq-offer h2 {
  font-size: 1.35rem;
  margin: 0 0 0.75rem;
}

.maq-offer ul,
.maq-offer ol {
  max-width: 65ch;
}

.maq-offer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin: 0.75rem 0 0;
}

.maq-offer-links a {
  color: var(--maq-ink);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.maq-search-list {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
}

.maq-search-list li {
  padding: 0.95rem 0;
  border-bottom: 1px solid #c5d0d0;
}

.maq-search-list a {
  font-weight: 600;
  color: var(--maq-ink);
}

.maq-search-list p {
  margin: 0.35rem 0 0;
  max-width: 62ch;
  color: #3a5555;
}

.maq-agenda {
  text-align: left;
}

.maq-agenda-lead,
.maq-agenda-note,
.maq-agenda-source {
  max-width: 62ch;
}

.maq-agenda-note {
  margin: 0 0 1rem;
  padding: 0.75rem 0.9rem;
  background: rgba(2, 38, 38, 0.04);
  border-left: 3px solid var(--maq-gold);
}

.maq-agenda-scopes,
.maq-agenda-months {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.55rem;
  margin: 0 0 1.15rem;
}

.maq-agenda-scopes a,
.maq-agenda-months a {
  color: var(--maq-ink);
  text-decoration: none;
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(2, 38, 38, 0.14);
  border-radius: 999px;
  font-size: 0.875rem;
  line-height: 1.3;
}

.maq-agenda-scopes a.is-current,
.maq-agenda-months a.is-current {
  background: var(--maq-ink);
  color: #fff;
  border-color: var(--maq-ink);
}

.maq-agenda-scopes a:focus-visible,
.maq-agenda-months a:focus-visible,
.maq-agenda-days a:focus-visible,
.maq-agenda-source a:focus-visible {
  outline: 2px solid var(--maq-gold);
  outline-offset: 3px;
}

.maq-agenda-days {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  border-top: 1px solid rgba(2, 38, 38, 0.12);
}

.maq-agenda-days li a {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 0.85rem 0.15rem;
  border-bottom: 1px solid rgba(2, 38, 38, 0.12);
  color: inherit;
  text-decoration: none;
}

.maq-agenda-days li.is-today a {
  padding-left: 0.75rem;
  border-left: 3px solid var(--maq-gold);
  font-weight: 600;
}

.maq-agenda-days li.is-past {
  opacity: 0.7;
}

.maq-agenda-date {
  font-variant-numeric: tabular-nums;
}

.maq-agenda-meta {
  font-size: 0.875rem;
  color: rgba(2, 38, 38, 0.62);
}

.maq-agenda-source {
  margin: 0;
  font-size: 0.875rem;
  color: rgba(2, 38, 38, 0.62);
}

.maq-agenda-source a {
  color: var(--maq-ink);
  margin-left: 0.65rem;
}

.maq-links {
  text-align: left;
}

.maq-links-intro {
  max-width: 62ch;
  margin: 0 0 1.25rem;
}

.maq-links-group {
  margin: 0 0 2rem;
}

.maq-links-group h2 {
  margin: 0 0 0.35rem;
  font-size: 1.25rem;
}

.maq-links-group > p {
  max-width: 62ch;
  margin: 0 0 0.75rem;
}

.maq-links-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(2, 38, 38, 0.12);
}

.maq-links-list a {
  display: grid;
  gap: 0.2rem;
  padding: 0.85rem 0.15rem;
  border-bottom: 1px solid rgba(2, 38, 38, 0.12);
  color: inherit;
  text-decoration: none;
}

.maq-links-label {
  font-weight: 600;
}

.maq-links-hint {
  font-size: 0.875rem;
  color: rgba(2, 38, 38, 0.62);
}

.maq-links-list a:focus-visible {
  outline: 2px solid var(--maq-gold);
  outline-offset: 3px;
}

@media (min-width: 768px) {
  .maq-links-list a {
    grid-template-columns: minmax(10rem, 16rem) 1fr;
    align-items: baseline;
    gap: 1rem;
  }
}

.animation {
  animation: none;
}

/* Mobile: gutters, type, tap targets, no horizontal overflow.
   Redesign-preserve: same gold/ink tokens, same IA, airier 375px. */
@media (max-width: 767px) {
  html,
  body {
    overflow-x: clip;
  }

  body {
    line-height: 1.55;
  }

  .container,
  .container-fluid {
    padding-left: max(1.25rem, env(safe-area-inset-left));
    padding-right: max(1.25rem, env(safe-area-inset-right));
  }

  .topo {
    transform: none;
    width: calc(100% - 1.5rem);
    margin-bottom: 0.85rem;
  }

  .topo.sticky-top,
  .topo.is-stuck {
    transform: none !important;
    width: 100%;
    left: 0;
    right: 0;
  }

  .topo nav {
    min-height: 52px;
    padding: 0.4rem 0.15rem;
  }

  .botao-responsivo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    min-height: 44px;
    padding: 0.7rem 1rem;
    font-weight: 500;
    font-size: 0.9375rem;
  }

  .main-menu {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    align-items: stretch;
    padding: 0.35rem 0 0.6rem;
  }

  .main-menu .d-md-flex {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .main-menu li {
    width: 100%;
  }

  .main-menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    margin: 0.15rem 0;
    white-space: normal;
    padding: 0.7rem 1rem;
  }

  .main-menu .sear,
  .main-menu .rest {
    width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
    margin: 0.45rem auto 0.15rem;
  }

  header .altura {
    min-height: 0;
    padding: 4.25rem 0 5.25rem;
  }

  .maq-inner header .altura {
    padding: 3.5rem 0 1.1rem;
  }

  header .display-3 {
    font-size: clamp(1.7rem, 8vw, 2.1rem);
    line-height: 1.2;
    padding-bottom: 0.35rem;
  }

  header .last {
    padding-top: 0.35rem !important;
    padding-bottom: 1.25rem !important;
  }

  header .last .h3 {
    max-width: none;
    font-size: 1.0625rem;
    line-height: 1.5;
  }

  header .owl-slogan {
    padding: 0.15rem 0.1rem 0;
  }

  header .owl-dots {
    margin-top: 0.7rem !important;
  }

  header .last .d-flex {
    gap: 0.75rem;
    padding-top: 0.85rem;
  }

  header .last .bt {
    margin: 0;
  }

  .field-f1 {
    transform: translateY(-2.25rem);
    margin-top: 0.5rem;
  }

  .box {
    padding: 1.4rem 1.25rem;
  }

  .box-b1up,
  .box-b1dw,
  .box-b2up,
  .box-b2dw {
    padding: 1.1rem 1.15rem;
  }

  .box-b3,
  .box-b4 {
    padding: 2rem 1.25rem;
  }

  article .heading h1,
  article .heading h2,
  .maq-section-head h1,
  .maq-section-head h2,
  .heading h1,
  .heading h2 {
    font-size: clamp(1.45rem, 6.6vw, 1.95rem);
    line-height: 1.22;
    overflow-wrap: anywhere;
  }

  .heading h4 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-align-justify {
    text-align: left !important;
    overflow-wrap: anywhere;
  }

  article p,
  article li,
  .maq-intro p {
    font-size: 1.0625rem;
    line-height: 1.6;
  }

  article img,
  article iframe,
  article video,
  article embed {
    max-width: 100%;
    height: auto;
  }

  article table {
    display: block;
    width: max-content;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  article .btn {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    margin: 0 0.4rem 0.55rem 0;
    padding: 0.55rem 0.85rem;
    min-height: 44px;
    white-space: normal;
    line-height: 1.3;
    border: 1px solid rgba(2, 38, 38, 0.16);
    border-radius: 8px;
    overflow-wrap: anywhere;
  }

  .maq-tool-row {
    grid-template-columns: 64px 1fr;
    gap: 0.85rem;
    padding: 1.1rem 1rem;
  }

  .maq-tool-row .circle {
    width: 64px;
    height: 64px;
    border-width: 5px;
  }

  .maq-tool-lead {
    padding: 1.35rem 1.1rem;
  }

  .maq-news-item {
    flex-direction: column;
    gap: 0.7rem;
  }

  .maq-news-item h3.text-align-right {
    text-align: left;
    border-right: 0;
    border-bottom: 4px solid var(--maq-gold);
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 0.45rem;
  }

  .maq-jump a,
  .maq-offer-links a,
  .maq-agenda-scopes a,
  .maq-agenda-months a {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
  }

  .maq-agenda-days li a {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    min-height: 44px;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }

  .maq-links-list a {
    min-height: 44px;
    padding-top: 0.95rem;
    padding-bottom: 0.95rem;
  }

  .py-10 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .pt-10 {
    padding-top: 3.5rem !important;
  }

  .mt-10 {
    margin-top: 3.5rem !important;
  }

  .p-4 {
    padding: 1.35rem 1.15rem !important;
  }

  .mapa {
    min-height: 14rem;
    height: 14rem;
    border-width: 6px;
  }

  .mapa iframe {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }

  footer .d-flex {
    flex-wrap: wrap;
  }

  footer h3 {
    overflow-wrap: anywhere;
  }

  footer .social {
    width: 44px;
    height: 44px;
  }

  footer .bkg-b1 p {
    overflow-wrap: anywhere;
    line-height: 1.45;
    padding: 0.4rem 0.75rem;
  }

  .fale {
    max-width: calc(100vw - 0.5rem);
    padding: 0.5rem !important;
  }

  .fale .fale-balao {
    max-width: 9.25rem;
    font-size: 12px;
    line-height: 1.35;
  }

  .cookie-bar {
    font-size: 14px !important;
    line-height: 1.45 !important;
    padding: 14px 16px calc(14px + env(safe-area-inset-bottom, 0px)) !important;
    text-align: left !important;
  }

  .cookie-bar-aceitar {
    display: inline-flex !important;
    align-items: center;
    margin: 10px 0 0 !important;
    min-height: 44px;
  }

  #modal {
    padding: 1rem 0.85rem calc(1rem + env(safe-area-inset-bottom, 0px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .animation,
  .banner-foto,
  .owl-slogan,
  .bt,
  .bt-b2,
  .bt-b1,
  .main-menu li a,
  .sear,
  .botao-responsivo,
  .fale a,
  .cookie-bar-aceitar,
  #modal .janela_modal {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}
