/* =========================================================
   HOTSITE FESTA JULINA OAB/MS — CSS LIMPO CONSOLIDADO
   WP Coder Pro
   Namespace: .fj5-oabms

   Observação:
   - Substituir integralmente a aba CSS por este arquivo.
   - HTML e JS podem permanecer como estão.
   - Código consolidado sem blocos duplicados/conflitantes.
   ========================================================= */

/* ==============================
   BASE
   ============================== */

.fj5-oabms,
.fj5-oabms * {
  box-sizing: border-box;
}

.fj5-oabms {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  padding-top: 18px;
  background: #f8e9c7;
  color: #3c2416;
  font-family: "Poppins", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
}

.fj5-oabms a {
  text-decoration: none;
}

.fj5-oabms img,
.fj5-oabms iframe {
  max-width: 100%;
}

/* ==============================
   TOPO / BANNER PRINCIPAL
   ============================== */

.fj5-hero-full {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  background: #f8e9c7;
  padding: 0;
  overflow: visible;
}

.fj5-hero-stage {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background: #f8e9c7;
  padding: 0;
  overflow: visible;
}

.fj5-hero-banner {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  object-fit: contain;
  object-position: center center;
  border: 0;
  margin: 0 auto;
}

/* ==============================
   MENU + BANDEIRINHAS
   ============================== */

.fj5-navshell {
  position: sticky;
  top: 92px;
  z-index: 50;
  width: 100%;
  max-width: 1180px;
  margin: 22px auto 0 auto;
  padding: 0 18px 72px 18px;
}

.fj5-navinner {
  width: 100%;
  min-height: 74px;
  position: relative;
  z-index: 4;
  background: #fff2d3;
  border: 2px dashed #d3a665;
  border-radius: 18px;
  padding: 11px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  box-shadow: 0 14px 28px rgba(79, 44, 12, 0.18);
}

.fj5-navinner a {
  display: inline-block;
  margin: 4px 6px;
  padding: 10px 13px;
  border-radius: 999px;
  color: #4b2816;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.fj5-navinner a:hover,
.fj5-navinner a.fj5-active {
  background: #f3c04d;
  color: #2f1b11;
  transform: translateY(-1px);
}

.fj5-navinner .fj5-nav-cta {
  background: #d9362b;
  color: #fffaf0;
  padding-left: 18px;
  padding-right: 18px;
}

.fj5-navinner .fj5-nav-cta:hover {
  background: #b9271f;
  color: #fffaf0;
}

.fj5-flagline {
  width: calc(100% + 28px);
  height: 96px;
  margin: 0;
  position: absolute;
  left: 50%;
  top: -80px;
  transform: translateX(-50%);
  z-index: 3;
  overflow: visible;
  pointer-events: none;
  text-align: center;
}

.fj5-flagline:before,
.fj5-flagline:after {
  content: "";
  position: absolute;
  top: 9px;
  width: 22px;
  height: 10px;
  background: rgba(105, 61, 28, 0.28);
  border-radius: 999px;
  z-index: 1;
}

.fj5-flagline:before {
  left: 2px;
  transform: rotate(-8deg);
}

.fj5-flagline:after {
  right: 2px;
  transform: rotate(8deg);
}

.fj5-flagline-img {
  display: block;
  width: 100%;
  max-width: none;
  height: 96px;
  margin: 0 auto;
  object-fit: contain;
  object-position: center top;
  border: 0;
  filter: drop-shadow(0 8px 10px rgba(82, 47, 16, 0.18));
}

/* ==============================
   CONTEÚDO PRINCIPAL
   ============================== */

.fj5-main {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px 20px 18px 20px;
  position: relative;
}

.fj5-opening {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 28px;
  margin-top: 16px;
}

.fj5-count-card,
.fj5-editorial-card,
.fj5-solidarity,
.fj5-attraction-card,
.fj5-booth-card,
.fj5-map,
.fj5-contact {
  box-shadow: 0 18px 34px rgba(79, 44, 12, 0.16);
}

/* ==============================
   CONTAGEM REGRESSIVA
   ============================== */

.fj5-count-card {
  width: 56%;
  position: relative;
  background: #fff6df;
  border: 2px dashed #d3a665;
  border-radius: 22px;
  padding: 24px 20px 20px 20px;
}

.fj5-tape {
  width: 96px;
  height: 28px;
  position: absolute;
  background: #e8c485;
  opacity: 0.86;
  box-shadow: 0 4px 10px rgba(83, 44, 16, 0.16);
}

.fj5-tape-one {
  top: -14px;
  left: 34px;
  transform: rotate(-7deg);
}

.fj5-tape-two {
  bottom: -15px;
  right: 38px;
  transform: rotate(8deg);
}

.fj5-wood-title {
  display: inline-block;
  margin: 0 0 18px 0;
  padding: 12px 22px;
  border-radius: 8px;
  background: #763816;
  color: #fff4cf;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
}

.fj5-count-grid {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 11px;
}

.fj5-count-box {
  width: 25%;
  min-height: 112px;
  padding: 16px 8px 14px 8px;
  background: #fffaf0;
  border: 2px dashed #d5a46b;
  border-radius: 16px;
  text-align: center;
}

.fj5-count-box strong {
  display: block;
  color: #663112;
  font-size: 38px;
  line-height: 1;
  font-weight: 900;
}

.fj5-count-box span {
  display: block;
  margin-top: 8px;
  color: #6d4a32;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.fj5-mini-info {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.fj5-info-chip {
  width: 33.333%;
  padding: 14px 12px;
  border-radius: 16px;
  text-align: center;
  background: #f3cf87;
}

.fj5-info-chip-yellow {
  background: #ffd466;
}

.fj5-info-chip-green {
  background: #cfe486;
}

.fj5-info-chip span {
  display: block;
  margin-bottom: 5px;
  color: #6d3418;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.fj5-info-chip strong {
  display: block;
  color: #2f1b11;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 900;
}

/* ==============================
   BOTÕES
   ============================== */

.fj5-action-row,
.fj5-editorial-actions,
.fj5-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.fj5-btn {
  display: inline-block;
  border: 0;
  border-radius: 999px;
  padding: 12px 20px;
  cursor: pointer;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 18px rgba(67, 36, 13, 0.16);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.fj5-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 22px rgba(67, 36, 13, 0.22);
}

.fj5-btn-red {
  background: #d9362b;
  color: #fffaf0;
}

.fj5-btn-yellow {
  background: #f3c04d;
  color: #2d1c13;
}

.fj5-btn-green {
  background: #83b84d;
  color: #162411;
}

.fj5-btn-cream {
  background: #ffe0a1;
  color: #2d1c13;
}

/* ==============================
   CARD EDITORIAL
   ============================== */

.fj5-editorial-card {
  width: 44%;
  position: relative;
  background: #783414;
  border: 7px solid #c58a46;
  border-radius: 24px;
  padding: 28px 30px 28px 30px;
  color: #fff5d9;
}

.fj5-editorial-line {
  height: 2px;
  width: 100%;
  background: rgba(255, 218, 153, 0.45);
  margin-bottom: 18px;
}

.fj5-editorial-line-bottom {
  margin-top: 22px;
  margin-bottom: 0;
}

.fj5-kicker {
  margin: 0 0 10px 0;
  color: #ffd25d;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.fj5-editorial-card h1 {
  margin: 0 0 18px 0;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.08;
  font-weight: 900;
}

.fj5-editorial-card p {
  margin: 0;
  color: #ffe9c2;
  font-size: 17px;
  line-height: 1.62;
  text-align: justify;
}

/* ==============================
   ENTRADA SOLIDÁRIA
   ============================== */

.fj5-solidarity {
  position: relative;
  margin-top: 34px;
  padding: 0;
  min-height: 310px;
  border-radius: 28px;
  overflow: hidden;
  background-color: #c8211f;
  background-image: url("https://oabms.org.br/wp-content/uploads/2026/06/Composicao_painel1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 2px dashed rgba(255, 214, 124, 0.45);
}

.fj5-solidarity-overlay {
  width: 100%;
  min-height: 310px;
  padding: 38px 42px;
  display: flex;
  align-items: center;
}

.fj5-solidarity-text {
  width: 58%;
  max-width: 660px;
  position: relative;
  z-index: 2;
}

.fj5-solidarity h2 {
  margin: 0 0 18px 0;
  color: #ffffff;
  font-size: 38px;
  line-height: 1.13;
  font-weight: 900;
}

.fj5-solidarity p {
  margin: 0;
  color: #ffe8c2;
  font-size: 17px;
  line-height: 1.6;
}

/* ==============================
   TÍTULOS DE SEÇÃO
   ============================== */

.fj5-attractions,
.fj5-booths {
  margin-top: 38px;
}

.fj5-section-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
}

.fj5-section-head span {
  width: 35px;
  height: 35px;
  background-image: url("https://oabms.org.br/wp-content/uploads/2026/06/Girasol.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  font-size: 0;
  flex: 0 0 auto;
}

.fj5-section-head h2 {
  margin: 0;
  color: #5d2d15;
  font-size: 33px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.fj5-section-subtitle {
  max-width: 760px;
  margin: 12px auto 22px auto;
  text-align: center;
  color: #6c4b34;
  font-size: 16px;
  line-height: 1.58;
}

/* ==============================
   ATRAÇÕES
   ============================== */

.fj5-attraction-row {
  display: flex;
  gap: 22px;
  margin-top: 20px;
  align-items: stretch;
}

.fj5-attraction-card {
  width: 50%;
  display: block;
  overflow: hidden;
  background: #fff7df;
  border: 2px dashed #d3a665;
  border-radius: 18px;
  padding: 0;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.fj5-attraction-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 36px rgba(79, 44, 12, 0.22);
}

.fj5-attraction-card-ready img {
  display: block;
  width: calc(100% + 24px);
  max-width: none;
  height: auto;
  margin: -10px -12px;
  border: 0;
  border-radius: 16px;
  background: transparent;
}

.fj5-attraction-art,
.fj5-attraction-copy {
  display: none;
}

/* ==============================
   BARRACAS
   Cards prontos em PNG
   ============================== */

.fj5-booth-tools {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 880px;
  margin: 0 auto 24px auto;
  padding: 12px;
  border-radius: 18px;
  background: #fff6df;
  border: 2px dashed #d3a665;
}

.fj5-search-label {
  position: absolute;
  left: -9999px;
}

.fj5-search {
  width: 100%;
  height: 45px;
  border: 2px solid #e1bf80;
  border-radius: 999px;
  padding: 0 18px;
  outline: none;
  background: #fffdf3;
  color: #3c2416;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.fj5-search:focus {
  border-color: #d9362b;
  box-shadow: 0 0 0 4px rgba(217, 54, 43, 0.12);
}

.fj5-booth-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -16px;
  margin-right: -16px;
}

.fj5-booth-card {
  width: 15.8%;
  min-width: 150px;
  margin: 18px 16px;
  position: relative;
  min-height: 0;
  padding: 0;
  background: #f6e8c9;
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  text-align: center;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.fj5-booth-card:hover,
.fj5-booth-card.fj5-highlight {
  transform: translateY(-4px);
  box-shadow: 0 18px 30px rgba(79, 44, 12, 0.22);
}

.fj5-booth-card-ready {
  display: block;
  overflow: hidden;
  border-radius: 18px;
  background: #f6e8c9;
}

.fj5-booth-card-ready img {
  display: block;
  width: calc(100% + 46px);
  max-width: none;
  height: auto;
  margin: -18px -23px;
  border: 0;
  background: transparent;
}

.fj5-card-pin,
.fj5-logo-wrap,
.fj5-booth-card h3,
.fj5-booth-card p {
  display: none;
}

.fj5-booth-card.fj5-hidden {
  display: none !important;
}

.fj5-empty {
  display: none;
  margin: 18px auto 0 auto;
  max-width: 560px;
  padding: 16px 18px;
  background: #fff6df;
  border: 2px dashed #d3a665;
  border-radius: 14px;
  color: #653018;
  text-align: center;
  font-weight: 800;
}

/* ==============================
   MAPA / CONTATO ANTIGOS
   Mantidos apenas para compatibilidade caso o HTML antigo apareça em cache.
   ============================== */

.fj5-map {
  display: flex;
  gap: 22px;
  align-items: stretch;
  margin-top: 40px;
  padding: 18px;
  background: #5d741e;
  border: 2px solid #40551b;
  border-radius: 22px;
}

.fj5-map-card {
  width: 34%;
  padding: 25px 24px;
  color: #fff7df;
}

.fj5-map-card h2 {
  margin: 0 0 12px 0;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.16;
  font-weight: 900;
}

.fj5-map-card p {
  margin: 0 0 18px 0;
  color: #fff1c6;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
}

.fj5-map-frame {
  width: 66%;
  min-height: 285px;
  overflow: hidden;
  border-radius: 18px;
  background: #fff6df;
}

.fj5-map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 285px;
  border: 0;
}

.fj5-contact {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 34px;
  padding: 26px 30px;
  background: #fff6df;
  border: 2px dashed #d3a665;
  border-radius: 22px;
}

.fj5-contact-icon {
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #783414;
  color: #fff7df;
  font-size: 34px;
  font-weight: 900;
}

.fj5-contact h2 {
  margin: 0 0 8px 0;
  color: #5d2d15;
  font-size: 31px;
  font-weight: 900;
}

.fj5-contact p {
  margin: 0;
  color: #6c4b34;
  font-size: 16px;
  line-height: 1.45;
}

.fj5-contact-actions {
  margin-left: auto;
  margin-top: 0;
}

/* ==============================
   RODAPÉ FINAL COM MAPA SOBREPOSTO
   ============================== */

.fj5-footer-section {
  width: calc(100% + 40px);
  max-width: none;
  margin: 34px -20px 0 -20px;
  position: relative;
  padding-top: 0;
  overflow: visible;
}

.fj5-footer-section:before {
  content: "";
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  width: 54%;
  max-width: 640px;
  height: 92px;
  background: linear-gradient(
    to bottom,
    rgba(248, 233, 199, 0) 0%,
    rgba(248, 233, 199, 0.56) 42%,
    rgba(248, 233, 199, 0.92) 72%,
    rgba(248, 233, 199, 0) 100%
  );
  z-index: 2;
  pointer-events: none;
}

.fj5-footer-anchor {
  display: block;
  position: relative;
  top: -118px;
  height: 0;
  overflow: hidden;
}

.fj5-footer-card {
  width: 100%;
  position: relative;
  overflow: visible;
  border-radius: 0;
  box-shadow: none;
  background: #f8e9c7;
  margin-top: 0;
  z-index: 1;
}

.fj5-footer-art {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 0;
  margin: 0 auto;
  vertical-align: top;
}

.fj5-footer-map-overlay {
  position: absolute;
  top: 20%;
  right: 19.4%;
  width: 36.9%;
  height: 44.4%;
  overflow: hidden;
  border-radius: 18px;
  background: #fff7df;
  box-shadow: 0 8px 18px rgba(63, 37, 13, 0.18);
  z-index: 3;
}

.fj5-footer-map-overlay iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.fj5-footer-map-click {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  background: transparent;
}

.fj5-footer-map-click:focus {
  outline: 3px solid rgba(255, 210, 93, 0.9);
  outline-offset: -4px;
}

.fj5-footer-card-click {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  background: transparent;
  border: 0;
  cursor: pointer;
}

/* ==============================
   RESPONSIVO — TABLET
   ============================== */

@media (max-width: 1100px) {
  .fj5-opening,
  .fj5-solidarity,
  .fj5-attraction-row,
  .fj5-map,
  .fj5-contact {
    display: block;
  }

  .fj5-count-card,
  .fj5-editorial-card,
  .fj5-attraction-card,
  .fj5-map-card,
  .fj5-map-frame {
    width: 100%;
  }

  .fj5-editorial-card,
  .fj5-solidarity,
  .fj5-attraction-card,
  .fj5-map-frame,
  .fj5-contact-actions {
    margin-top: 22px;
  }

  .fj5-solidarity-overlay {
    min-height: 300px;
    padding: 34px 28px;
  }

  .fj5-solidarity-text {
    width: 60%;
  }

  .fj5-contact-actions {
    margin-left: 0;
  }

  .fj5-booth-grid {
    margin-left: -7px;
    margin-right: -7px;
  }

  .fj5-booth-card {
    width: 23.2%;
    min-width: 0;
    margin: 7px;
  }

  .fj5-booth-card-ready img {
    width: calc(100% + 26px);
    margin: -10px -13px;
  }

  .fj5-footer-section {
    margin-top: 28px;
  }

  .fj5-footer-section:before {
    top: -26px;
    width: 58%;
    height: 74px;
  }

  .fj5-footer-map-overlay {
    top: 33.2%;
    right: 16.55%;
    width: 39.7%;
    height: 43.2%;
    border-radius: 14px;
  }
}

/* ==============================
   RESPONSIVO — SMARTPHONE GRANDE / TABLET PEQUENO
   ============================== */

@media (max-width: 780px) {
  .fj5-oabms {
    padding-top: 10px;
  }

  .fj5-hero-full,
  .fj5-hero-stage {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
  }

  .fj5-hero-banner {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    object-fit: contain;
    object-position: center center;
  }

  .fj5-navshell {
    position: relative;
    top: auto;
    margin-top: 14px;
    padding: 0 12px 12px 12px;
  }

  .fj5-navinner {
    min-height: 0;
    padding: 9px 7px;
    border-radius: 15px;
  }

  .fj5-navinner a {
    font-size: 12px;
    padding: 9px 10px;
    margin: 3px;
  }

  .fj5-flagline {
    width: calc(100% + 18px);
    height: 58px;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: -6px auto -2px auto;
  }

  .fj5-flagline:before,
  .fj5-flagline:after {
    display: none;
  }

  .fj5-flagline-img {
    width: 100%;
    height: 58px;
    object-fit: contain;
    object-position: center top;
  }

  .fj5-main {
    padding: 8px 14px 38px 14px;
  }

  .fj5-count-card,
  .fj5-editorial-card,
  .fj5-solidarity,
  .fj5-map,
  .fj5-contact {
    border-radius: 18px;
  }

  .fj5-count-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .fj5-count-box {
    width: calc(50% - 5px);
    min-height: 92px;
    padding: 14px 7px;
  }

  .fj5-count-box strong {
    font-size: 32px;
  }

  .fj5-mini-info,
  .fj5-booth-tools {
    display: block;
  }

  .fj5-info-chip {
    width: 100%;
    margin-top: 10px;
  }

  .fj5-info-chip:first-child {
    margin-top: 0;
  }

  .fj5-editorial-card h1,
  .fj5-solidarity h2 {
    font-size: 31px;
  }

  .fj5-section-head h2 {
    font-size: 25px;
  }

  .fj5-section-head span {
    width: 28px;
    height: 28px;
  }

  .fj5-attraction-row {
    display: block;
  }

  .fj5-attraction-card {
    width: 100%;
    margin-top: 16px;
  }

  .fj5-attraction-card:first-child {
    margin-top: 0;
  }

  .fj5-attraction-card-ready img {
    display: block;
    width: calc(100% + 18px);
    max-width: none;
    margin: -8px -9px;
    border-radius: 15px;
  }

  .fj5-booth-tools {
    width: 100%;
    padding: 10px;
    border-radius: 14px;
  }

  .fj5-search {
    height: 42px;
    font-size: 13px;
    padding: 0 14px;
  }

  .fj5-booth-tools .fj5-btn {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }

  .fj5-booth-grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 18px -6px 0 -6px;
  }

  .fj5-booth-card {
    display: block;
    width: calc(50% - 12px);
    max-width: 180px;
    min-width: 0;
    min-height: 230px;
    height: auto;
    margin: 8px 6px;
    padding: 0;
    border-radius: 14px;
    overflow: hidden;
    background: transparent;
  }

  .fj5-booth-card-ready {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;
    overflow: hidden;
  }

  .fj5-booth-card-ready img {
    display: block;
    width: calc(100% + 30px);
    max-width: none;
    min-height: 230px;
    height: auto;
    margin: -12px -15px;
    border: 0;
    border-radius: 14px;
    object-fit: cover;
    object-position: center center;
  }

  .fj5-solidarity {
    background-position: 72% center;
    background-size: cover;
  }

  .fj5-solidarity-overlay {
    min-height: 250px;
    padding: 28px 18px;
    align-items: flex-start;
  }

  .fj5-solidarity-text {
    width: 100%;
    max-width: none;
  }

  .fj5-contact {
    text-align: center;
  }

  .fj5-contact-icon {
    margin: 0 auto 18px auto;
  }

  .fj5-contact h2 {
    font-size: 24px;
  }

  .fj5-contact-actions .fj5-btn {
    width: 100%;
  }

  .fj5-footer-section {
    width: calc(100% + 28px);
    margin: 22px -14px 0 -14px;
    overflow: hidden;
  }

  .fj5-footer-section:before {
    display: none;
  }

  .fj5-footer-card {
    margin: 0;
    overflow: hidden;
  }

  .fj5-footer-map-overlay {
    display: block;
    position: absolute;
    top: 34.2%;
    right: 15.6%;
    width: 37%;
    height: 31%;
    border-radius: 10px;
    overflow: hidden;
    background: #fff7df;
    z-index: 25;
  }

  .fj5-footer-map-overlay iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    border: 0;
  }

  .fj5-footer-map-click {
    display: block;
    z-index: 35;
  }

  .fj5-footer-card-click {
    display: block;
    z-index: 45;
  }

  .fj5-footer-anchor {
    top: -80px;
  }
}

/* ==============================
   RESPONSIVO — IPHONE / SMARTPHONE
   ============================== */

@media (max-width: 600px) {
  .fj5-oabms {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    padding-top: 0;
  }

  .fj5-hero-full,
  .fj5-hero-stage,
  .fj5-main,
  .fj5-navshell {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .fj5-navshell {
    margin-top: 8px;
    padding: 0 10px 28px 10px;
  }

  .fj5-navinner {
    padding: 8px 6px;
    border-radius: 14px;
  }

  .fj5-navinner a {
    margin: 3px;
    padding: 8px 8px;
    font-size: 10px;
    line-height: 1.1;
    letter-spacing: 0.02em;
  }

  .fj5-navinner .fj5-nav-cta {
    width: 100%;
    text-align: center;
    margin-top: 5px;
  }

  .fj5-flagline {
    width: 118%;
    max-width: none;
    height: 46px;
    left: 50%;
    top: auto;
    transform: translateX(-50%);
    margin: -2px auto 0 auto;
    position: relative;
  }

  .fj5-flagline-img {
    width: 100%;
    max-width: none;
    height: 46px;
    object-fit: contain;
  }

  .fj5-main {
    padding: 8px 12px 28px 12px;
  }

  .fj5-opening {
    display: block;
    margin-top: 10px;
  }

  .fj5-count-card,
  .fj5-editorial-card {
    width: 100%;
    margin: 0 0 16px 0;
    padding: 16px 12px;
    border-radius: 16px;
  }

  .fj5-wood-title {
    font-size: 16px;
    padding: 10px 14px;
    margin-bottom: 14px;
  }

  .fj5-count-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .fj5-count-box {
    width: calc(50% - 4px);
    min-height: 82px;
    margin: 0;
    padding: 10px 6px;
  }

  .fj5-count-box strong {
    font-size: 28px;
  }

  .fj5-count-box span {
    font-size: 10px;
    margin-top: 6px;
  }

  .fj5-mini-info {
    display: block;
    margin-top: 10px;
  }

  .fj5-info-chip {
    width: 100%;
    margin-top: 8px;
    padding: 11px 10px;
  }

  .fj5-editorial-card h1 {
    font-size: 26px;
    line-height: 1.12;
  }

  .fj5-editorial-card p {
    font-size: 14px;
    line-height: 1.55;
    text-align: justify;
  }

  .fj5-solidarity {
    margin: 18px 0;
    border-radius: 16px;
    background-position: 72% center;
    background-size: cover;
  }

  .fj5-solidarity-overlay {
    min-height: 0;
    padding: 22px 15px;
  }

  .fj5-solidarity h2 {
    font-size: 25px;
    line-height: 1.16;
  }

  .fj5-solidarity p {
    font-size: 14px;
    line-height: 1.55;
  }

  .fj5-section-head {
    margin: 22px 0 14px 0;
    gap: 8px;
  }

  .fj5-section-head h2 {
    font-size: 22px;
    line-height: 1.12;
    text-align: center;
  }

  .fj5-section-head span {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
  }

  .fj5-attraction-card {
    margin-bottom: 14px;
    border-radius: 16px;
  }

  .fj5-attraction-card-ready img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    border-radius: 16px;
  }

  .fj5-booth-tools {
    margin-bottom: 18px;
    padding: 10px;
    border-radius: 14px;
  }

  .fj5-booth-grid {
    margin: 18px -6px 0 -6px;
  }

  .fj5-booth-card {
    width: calc(50% - 12px);
    max-width: 155px;
    min-width: 0;
    min-height: 198px;
    margin: 8px 6px;
    border-radius: 14px;
    overflow: hidden;
    background: transparent;
    box-shadow: 0 10px 18px rgba(79, 44, 12, 0.14);
    transform: none;
  }

  .fj5-booth-card-ready img {
    width: calc(100% + 30px);
    max-width: none;
    min-height: 198px;
    height: auto;
    margin: -12px -15px;
    object-fit: cover;
    object-position: center center;
  }

  .fj5-footer-section {
    width: calc(100% + 24px);
    margin: 22px -12px 0 -12px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .fj5-footer-map-overlay {
    display: block;
    position: absolute;
    top: 34.8%;
    right: 15.8%;
    width: 36.5%;
    height: 30.5%;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #fff7df;
    box-shadow: 0 5px 12px rgba(63, 37, 13, 0.18);
    z-index: 25;
  }

  .fj5-footer-map-overlay iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    border: 0;
  }
}

@media (max-width: 380px) {
  .fj5-navinner a {
    font-size: 9px;
    padding: 7px 7px;
  }

  .fj5-editorial-card h1,
  .fj5-solidarity h2 {
    font-size: 23px;
  }

  .fj5-section-head h2 {
    font-size: 20px;
  }

  .fj5-booth-grid {
    margin-left: -5px;
    margin-right: -5px;
  }

  .fj5-booth-card {
    width: calc(50% - 10px);
    max-width: 145px;
    min-height: 186px;
    margin: 7px 5px;
  }

  .fj5-booth-card-ready img {
    width: calc(100% + 26px);
    min-height: 186px;
    margin: -10px -13px;
  }

  .fj5-footer-map-overlay {
    top: 35%;
    right: 15.5%;
    width: 36%;
    height: 29.5%;
    border-radius: 8px;
  }
}
