/* =============================================
   MEDINFOR VII – Design System
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400&family=Jost:wght@300;400;500;600&display=swap');

:root {
  --navy: #063a38;
  --navy-mid: #1d4541;
  --teal: #1a7a6e;
  --teal-lt: #2aa89a;
  --gold: #50d0c3;
  --gold-lt: #23f05c;
  --cream: #f9f6ef;
  --white: #ffffff;
  --gray-lt: #eef1f5;
  --gray: #8a9ab0;
  --text: #1e2d42;
  --shadow: 0 4px 24px rgba(13, 34, 64, .13);
  --radius: 6px;
  --transition: .3s ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 18px;
}

body {
  font-family: 'Jost', sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
}


/* ---- SKIP LINK ---- */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--teal);
  color: #fff;
  padding: .5rem 1rem;
  z-index: 9999;
  font-size: .9rem;
  transition: top .2s;
}

.skip-link:focus {
  top: 0;
}

/* =============================================
   ---- NAVBAR ATUALIZADA (MODERNA) ----
   ============================================= */

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  padding: 10px 0;

  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}


.navbar.scrolled {
  background: rgba(6, 58, 56, 0.88); 
  backdrop-filter: blur(12px);      
  -webkit-backdrop-filter: blur(12px);
  padding: 5px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.nav-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between; 
  height: 70px;
  gap: 2rem;
}

.nav-logo img {
  height: 45px;
  display: block;
  transition: transform 0.3s ease, filter 0.4s ease;
}

.navbar.scrolled .nav-logo img {
  filter: brightness(0) invert(1);
  transform: scale(0.95);
}

.nav-menu {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 5px;
  margin: 0;
}

.nav-menu a {
  display: block;
  color: var(--navy);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.6rem 0.9rem;
  position: relative;
  transition: color var(--transition);
  white-space: nowrap;
}


.navbar.scrolled .nav-menu a {
  color: rgba(255, 255, 255, 0.85);
}


.nav-menu > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.nav-menu > li > a:hover::after,
.nav-menu > li > a.active::after {
  width: 60%;
}

.nav-menu > li > a:hover,
.nav-menu > li > a.active {
  color: var(--gold-lt) !important;
  background: transparent; 
}

/* ---- DROPDOWN ATUALIZADO ---- */
.nav-dropdown {
  position: relative;
}

.nav-dropdown > a::after {
  content: ' \f107'; 
  font-family: serif; 
  font-size: 0.7rem;
  opacity: 0.6;
  margin-left: 4px;
}

.dropdown-menu {
  display: block;
  position: absolute;
  top: 120%; 
  left: 0;
  background: var(--navy-mid);
  border-top: 3px solid var(--gold);
  min-width: 240px;
  border-radius: 0 0 var(--radius) var(--radius);
  box-shadow: 0 15px 35px rgba(0,0,0,0.3);
  list-style: none;
  z-index: 100;
  
 
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.nav-dropdown:hover .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  top: 100%;
}

.dropdown-menu a {
  padding: 0.8rem 1.2rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.8) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.dropdown-menu a:hover {
  color: var(--gold-lt) !important;
  background: rgba(255, 255, 255, 0.05) !important;
  padding-left: 1.5rem; 
}

/* ---- MOBILE TOGGLE (HAMBURGER) ---- */
.nav-toggle {
  display: none;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  padding: 0.6rem;
  border-radius: var(--radius);
}

/* ---- PAGE HEADER ---- */
.page-header {
  background: 0;
  padding: 3.5rem 2rem 3rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.page-header h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 600;
  color: var(--white);
  position: relative;
}

.page-header p {
  color: var(--gold-lt);
  font-size: .9rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: .5rem;
  position: relative;
}

/* ---- MAIN CONTAINER ---- */
.container {
  width: min(1100px, calc(100% - 4rem));
  margin-inline: auto;
  padding-block: 3rem;
  padding-top: 0 !important;
}

.container-wide {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1rem 2rem;
}

.container p {
  text-align: justify;
  line-height: 1.85;
}

main {
  padding-top: 30px;
}

main#content {
    padding-top: 120px;
}

/* APENAS HOME */
.hero + main#content {
    padding-top: 40px;
}

/* ---- PATRONO SECTION ---- */
.patrono-section {
  background: var(--cream);
  border-left: 4px solid var(--gold);
  padding: 2rem 2.5rem;
  margin: 2rem 0;
  display: flex;
  gap: 2rem;
  align-items: center;
  border-radius: 0 var(--radius) var(--radius) 0;
}

.patrono-section img {
  width: 120px;
  height: 140px;
  object-fit: cover;
  border-radius: var(--radius);
  filter: grayscale(15%);
  flex-shrink: 0;
}

.patrono-info h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  color: var(--gray);
  font-weight: 400;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: .3rem;
}

.patrono-info h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  color: var(--navy);
  font-weight: 700;
  line-height: 1.2;
}

.patrono-info p {
  color: var(--gold);
  font-size: .95rem;
  margin-top: .5rem;
  font-weight: 500;
}

/* ---- TYPOGRAPHY ---- */
h2.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 1.5rem;
  padding-bottom: .75rem;
  border-bottom: 2px solid var(--gold);
  margin-top: 0 !important;
}

h3.sub-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--navy-mid);
  margin: 2rem 0 .75rem;
}

p {
  margin-bottom: 1rem;
  color: var(--text);
}

strong {
  font-weight: 600;
  color: var(--navy);
}

/* ---- TABLES ---- */
.styled-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  
  margin: 1.5rem 0;
  font-size: .9rem;

  border-radius: var(--radius);
  overflow: hidden;

  box-shadow: var(--shadow);

  border: 1px solid rgba(6, 58, 56, 0.08);
}

.styled-table thead tr {
  background: var(--navy);
  color: #fff;
  text-transform: uppercase;
  font-size: .75rem;
  letter-spacing: .06em;
}

.styled-table th,
.styled-table td {
  padding: .85rem 1.1rem;
  text-align: left;
  border-bottom: 1px solid var(--gray-lt);
}


.styled-table th,
.styled-table td {
  border-right: 1px solid rgba(26, 122, 110, 0.15);
}

.styled-table th:last-child,
.styled-table td:last-child {
  border-right: none;
}

.styled-table tbody tr:nth-child(even) {
  background: var(--cream);
}

.styled-table tbody tr:hover {
  background: #e8f3f2;
  transition: background .2s;
}

.styled-table td strong {
  color: var(--navy);
}


.schedule-table td:first-child,
.schedule-table td:nth-child(2) {
  font-weight: 600;
  color: var(--teal);
  white-space: nowrap;
  width: 70px;
}

.schedule-table td:nth-child(3) {
  color: var(--gray);
  font-size: .82rem;
  width: 60px;
}

/* ---- PRICE TABLE ---- */
.price-table td:last-child {
  font-weight: 600;
  color: var(--teal);
  white-space: nowrap;
}

.price-table {
  max-width: 700px;
  margin: 2rem auto;
}

.table-note {
  max-width: 700px;
  margin: 1rem auto 0;
  
  font-size: 0.9rem;
  color: var(--navy);
  font-weight: 500;
}

/* ---- DAY CARD ---- */
.day-card {
  margin-bottom: 3rem;
}

.day-header {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 1rem;
}

.day-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 300;
  color: var(--gold);
  line-height: 1;
}

.day-info h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  color: var(--navy);
  font-weight: 600;
}

.day-info span {
  font-size: .8rem;
  color: var(--gray);
  text-transform: uppercase;
  letter-spacing: .05em;
}

/* ---- PANEL CARDS ---- */
.panel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.panel-card {
  background: var(--white);
  border: 1px solid var(--gray-lt);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition);
}

.panel-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(13, 34, 64, .18);
}

.panel-card-header {
  background: var(--navy);
  color: #fff;
  padding: 1.2rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.panel-num {
  background: var(--gold);
  color: var(--navy);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 700;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}

.panel-card-header h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
}

.panel-card-body {
  padding: 1.5rem;
}

.panel-card-body p {
  font-size: .88rem;
  margin-bottom: .8rem;
}

.panel-questions {
  background: var(--cream);
  border-radius: 4px;
  padding: .9rem 1rem;
  margin-top: 1rem;
}

.panel-questions h4 {
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: var(--teal);
  font-weight: 600;
  margin-bottom: .4rem;
}

.panel-questions p {
  font-size: .82rem;
  color: var(--gray);
  margin: 0;
}

/* ---- SPEAKERS ---- */
.speakers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.speaker-card {
  background: var(--white);
  border: 1px solid var(--gray-lt);
  border-radius: var(--radius);
  padding: 1.2rem;
  text-align: center;
  transition: var(--transition);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
}

.speaker-card:hover {
  border-color: var(--teal-lt);
  box-shadow: 0 6px 20px rgba(26, 122, 110, .15);
}

.speaker-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--navy);
  margin: 0 auto .8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  color: var(--gold);
  font-weight: 700;
}

.speaker-name {
  font-size: .85rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.3;
}

.speaker-affil {
  font-size: .75rem;
  color: var(--gray);
  margin-top: .3rem;
}

/* ---- COMMISSION LISTS ---- */
.commission-section {
  margin-bottom: 2.5rem;
}

.commission-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1.2rem;
}

.commission-list li {
  font-size: .92rem;

  padding: 1rem 1.1rem;

  background: #f3f1eb;

  border-radius: 8px;
  border-left: 4px solid var(--teal);

  line-height: 1.5;

  transition: .25s ease;

  box-shadow:
    0 1px 2px rgba(0, 0, 0, .04),
    0 4px 10px rgba(0, 0, 0, .03);
}

.commission-list li:hover {
  transform: translateY(-2px);

  box-shadow:
    0 6px 18px rgba(0, 0, 0, .08);
}

.commission-list li em {
  display: block;

  margin-top: .3rem;

  font-size: .82rem;
  line-height: 1.45;

  color: #6d7c93;

  font-style: normal;
}

/* ---- AWARD ARTICLES ---- */
.award-chapter {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: var(--cream);
  border-radius: var(--radius);
  border-top: 3px solid var(--gold);
}

.award-chapter h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  color: var(--navy);
  margin-bottom: 1rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid rgba(196, 154, 40, .3);
}

.award-article {
  margin-bottom: .8rem;
  padding-left: 1rem;
  border-left: 2px solid var(--gray-lt);
  font-size: .88rem;
}

.award-article .art-num {
  font-weight: 600;
  color: var(--teal);
  font-size: .8rem;
}

/* ---- PRODUCTIONS ---- */
.productions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 👈 aqui */
  gap: 2rem;
}

.production-card {
  background: var(--white);
  border: 1px solid var(--gray-lt);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
  max-width: 420px;
  margin: 0 auto;
}

.production-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(13, 34, 64, .15);
}

/* .production-card .prod-cover {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  color: var(--gold);
} */
.production-card .prod-body {
  padding: 1.1rem;
}

.production-card h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  color: var(--navy);
  margin-bottom: .3rem;
  font-weight: 600;
  line-height: 1.3;
}

.production-card .prod-edition {
  font-size: .78rem;
  color: var(--teal);
  font-weight: 500;
  margin-bottom: .6rem;
}

.production-card a {
  font-size: .8rem;
  color: var(--teal);
  text-decoration: none;
  font-weight: 500;
}

.production-card a:hover {
  text-decoration: underline;
}

/* ---- BUTTONS ---- */
.btn {
  display: inline-block;
  padding: .75rem 2rem;
  border-radius: var(--radius);
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-decoration: none;
  transition: var(--transition);
  cursor: pointer;
  border: none;
}

.btn-primary {
  background: var(--teal);
  color: #fff;
}

.btn-primary:hover {
  background: var(--teal-lt);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(26, 122, 110, .3);
}

.btn-secondary {
  background: transparent;
  color: var(--teal);
  border: 2px solid var(--teal);
}

.btn-secondary:hover {
  background: var(--teal);
  color: #fff;
}

.btn-gold {
  background: var(--gold);
  color: var(--navy);
}

.btn-gold:hover {
  background: var(--gold-lt);
}

/* ---- NOTICE BOX ---- */
.notice {
  background: #e8f3f2;
  border-left: 4px solid var(--teal);
  padding: 1rem 1.4rem;
  border-radius: 0 var(--radius) var(--radius) 0;
  font-size: .88rem;
  margin: 1.5rem auto;
  width: 100%;
}

.notice.warning {
  background: #fff8e6;
  border-color: var(--gold);
}

.notice strong {
  display: inline-block;
}

.important-notice {
  background: #fff4e5;
  border-left: 6px solid #d97706;
}

.important-notice strong {
  color: #b45309;
  font-size: 1.05rem;
}

.important-notice strong:nth-of-type(2) {
  color: var(--text);
}

.important-notice strong:nth-of-type(3) {
  color: var(--text);
}

.important-notice strong:nth-of-type(4) {
  color: var(--text);
}

.important-notice strong:nth-of-type(5) {
  color: var(--text);
}

/* =========================================================
   FOOTER MODERNO
========================================================= */

.footer-modern {
  margin-top: 0;
}

/* TOPO */

.footer-top {
  background: #efefef;

  padding: 2.5rem 2rem;
}

.footer-top-inner {
  max-width: 1250px;

  margin: 0 auto;

  display: grid;

  grid-template-columns: 1fr auto 1fr;

  align-items: center;
}

/* LOGO + TEXTO */

.footer-brand-area {
  display: flex;

  align-items: center;

  gap: 1.4rem;

  flex-wrap: wrap;
}

/* LOGO */

.footer-brand img {
  height: 200px;

  width: auto;

  display: block;
}

/* TEXTO */

.footer-brand-text h3 {
  font-size: 1.4rem;

  color: #063a38;

  margin-bottom: .2rem;

  letter-spacing: .05em;
}

.footer-brand-text p {
  margin: 0;

  color: #444;

  font-size: .95rem;

  line-height: 1.5;
}

/* REDES */

.footer-social {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 1rem;

  justify-self: center;
}

.footer-social a {
  width: 44px;
  height: 44px;

  border-radius: 50%;

  background: #063a38;

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  text-decoration: none;

  font-size: 1.05rem;

  transition: .3s ease;
}

.footer-social a:hover {
  transform: translateY(-2px);

  background: #1a7a6e;
}

/* PARTE INFERIOR */

.footer-bottom-area {
  background: var(--navy);

  padding: 3rem 2rem 1.5rem;
}

.footer-bottom-grid {
  max-width: 1250px;

  margin: 0 auto;

  display: grid;

  grid-template-columns: 1.2fr .8fr 1fr;

  gap: 3rem;
}

/* TITULOS */

.footer-bottom-area h4 {
  font-size: .75rem;

  text-transform: uppercase;

  letter-spacing: .14em;

  color: var(--gold-lt);

  margin-bottom: 1rem;
}

/* REALIZAÇÃO */

.footer-realizacao {
  width: 100%;

  max-width: 350px;

  filter: brightness(0) invert(1) opacity(.85);
}

/* MENU */

.footer-menu {
  list-style: none;
}

.footer-menu li {
  margin-bottom: .7rem;
}

.footer-menu a {
  color: rgba(255,255,255,.75);

  text-decoration: none;

  transition: .3s ease;
}

.footer-menu a:hover {
  color: var(--gold-lt);
}

/* DESENVOLVIMENTO */

.footer-dev-text {
  color: rgba(255,255,255,.75);

  line-height: 1.8;

  margin-bottom: 1rem;
}

.footer-email {
  color: var(--gold-lt);

  text-decoration: none;
}

/* COPYRIGHT */

.footer-copy {
  max-width: 1250px;

  margin: 2rem auto 0;

  padding-top: 1.5rem;

  border-top: 1px solid rgba(255,255,255,.08);

  text-align: center;

  font-size: .8rem;

  color: rgba(255,255,255,.5);
}

.footer-top-links {
  display: flex;

  flex-direction: column;

  align-items: flex-end;

  gap: .55rem;

  text-align: right;
}

.footer-top-links h5 {
  font-size: .72rem;

  text-transform: uppercase;

  letter-spacing: .14em;

  color: #063a38;

  margin-bottom: .6rem;
}

.footer-top-links a {
  color: #063a38;

  text-decoration: none;

  font-size: .88rem;

  line-height: 1.5;

  transition: .3s ease;
}

.footer-top-links a:hover {
  color: var(--teal);

  transform: translateX(-2px);
}

/* =========================================================
   TOPO FOOTER
========================================================= */

.footer-top {
  background: #efefef;

  padding: 2rem 2rem;
}

/* CONTAINER */

.footer-top-inner {
  max-width: 1250px;

  margin: 0 auto;

  display: grid;

  grid-template-columns: 1fr auto 1fr;

  align-items: center;

  gap: 2rem;
}

/* =========================================================
   LOGO
========================================================= */

.footer-brand-area {
  display: flex;

  align-items: center;

  gap: 1.4rem;
}

.footer-brand img {
  height: 220px;

  width: auto;

  display: block;
}

/* =========================================================
   REDES
========================================================= */

.footer-social {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 1rem;

  justify-self: center;
}

.footer-social a {
  width: 54px;
  height: 54px;

  border-radius: 50%;

  background: #063a38;

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  text-decoration: none;

  font-size: 1.15rem;

  transition: .3s ease;
}

.footer-social a:hover {
  background: var(--teal);

  transform: translateY(-2px);
}

/* =========================================================
   PRODUÇÕES
========================================================= */

.footer-top-links {
  display: grid;

  grid-template-columns: auto auto;

  justify-content: center;

  column-gap: 1.2rem;

  row-gap: .9rem;

  text-align: left;
}

/* TITULO */

.footer-top-links h5 {
  grid-column: 1 / -1;

  justify-self: center;

  font-size: .78rem;

  text-transform: uppercase;

  letter-spacing: .18em;

  color: var(--navy-mid);

  margin-bottom: 1rem;

  font-weight: 700;
}

/* LINKS */

.footer-top-links a {
  color: #063a38;

  text-decoration: none;

  font-size: .95rem;

  line-height: 1.4;

  transition: .3s ease;

  position: relative;

  white-space: nowrap;
}

/* HOVER */

.footer-top-links a::after {
  content: '';

  position: absolute;

  left: 0;

  bottom: -3px;

  width: 0;

  height: 1px;

  background: var(--teal);

  transition: .3s ease;
}

.footer-top-links a:hover::after {
  width: 100%;
}

.footer-top-links a:hover {
  color: var(--teal);

  transform: translateX(2px);
}

/* LINK FINAL */

.footer-top-links a:last-child {
  grid-column: 1 / -1;

  justify-self: center;

  margin-top: .8rem;

  font-size: .92rem;

  color: var(--navy-mid);

  font-weight: 600;
}


/* =========================================================
   RESPONSIVO
========================================================= */



@media (max-width: 600px) {

  .footer-top {
    padding: 2rem 1rem;
  }

  .footer-brand-area {
    flex-direction: column;

    text-align: center;
  }

  .footer-brand img {
    height: 160px;
  }

  .footer-social {
    gap: .8rem;
  }

  .footer-social a {
    width: 44px;
    height: 44px;

    font-size: 1rem;
  }

}



/* SOCIAL GALLERY */

/* .social-gallery {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: .8rem;

  margin-top: 1rem;
}

.social-gallery a {
  display: block;

  overflow: hidden;

  border-radius: 6px;

  transition: .25s ease;
}

.social-gallery a:hover {
  transform: translateY(-2px);

  opacity: .9;
}

.social-gallery img {
  width: 100%;

  aspect-ratio: 1 / 1;

  object-fit: cover;

  display: block;
} */

/* ---- SCROLL TO TOP ---- */
.scroll-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 44px;
  height: 44px;
  background: var(--teal);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(26, 122, 110, .4);
  opacity: 0;
  pointer-events: none;
  transition: var(--transition);
  z-index: 500;
}

.scroll-top.visible {
  opacity: 1;
  pointer-events: auto;
}

.scroll-top:hover {
  background: var(--teal-lt);
  transform: translateY(-2px);
}

/* ---- ANIMATIONS ---- */
.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s ease, transform .6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: none;
}


/* ===== HERO PATRONO (NOVO) ===== */

.hero-patrono {
  text-align: center;
  padding: 5px 20px;
}

/* título grande */
.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  color: #063a38;
  margin-bottom: 10px;
}

/* "Patrono" */
.hero-label {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8a9ab0;
  margin-bottom: 10px;
  margin-top: 50px;
}

/* nome */
.hero-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  color: #063a38;
  font-weight: 500;
}

/* datas */
.hero-dates {
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 10px;
  color: #1a7a6e;

  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
  line-height: 1.5;
}

/* imagem circular */
.hero-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin-top: 25px;
  object-fit: cover;
  border: 4px solid #1a7a6e;
}

.prod-cover {
  width: 100%;
  aspect-ratio: 2 / 3;
  
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background: none;
}

.prod-cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* mostra a capa inteira */
  display: block;
}


/* HAMBURGUER BASE */

.nav-toggle span {
  display: block;

  width: 24px;
  height: 2px;

  border-radius: 999px;
}

/*PREMIO*/
.premio-banner {
  width: 100vw;

  margin-left: calc(50% - 50vw);

  display: flex;

  justify-content: center;
}

.premio-titulo-img {
  width: 100%;
  max-width: 400px;

  display: block;

  margin: 0 auto 1rem;

  padding: 0;
}



/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1250px) {

  /* =========================
     NAVBAR MOBILE/TABLET
  ========================= */

  .navbar,
  .navbar.scrolled {
    background: var(--navy);

    padding: 6px 0 !important;

    box-shadow: 0 4px 14px rgba(0,0,0,.15);

    border-bottom: 1px solid rgba(255,255,255,.05);

    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .nav-inner {
    padding: 0 1rem;

    display: flex;
    justify-content: space-between;
    align-items: center;

    height: 64px;
  }

  .nav-logo {
    order: 1;
  }

  .nav-logo img {
    height: 30px;

    filter: brightness(0) invert(1);
  }

  /* HAMBURGUER */

  .nav-toggle {
    display: flex;

    flex-direction: column;

    justify-content: center;
    align-items: center;

    gap: 5px;

    width: 42px;
    height: 42px;

    order: 2;

    background: transparent;

    border: none;

    padding: 0;

    cursor: pointer;
  }

 .nav-toggle span {
  background: #fff !important;
}

  /* MENU */

  .nav-menu {
    display: none;

    position: absolute;

    top: 64px;
    left: 0;
    right: 0;

    background: var(--navy-mid);

    flex-direction: column;

    padding: 1rem;

    gap: .3rem;

    box-shadow: 0 8px 24px rgba(0,0,0,.3);

    z-index: 999;
  }

  .nav-menu.open {
    display: flex;
  }

  /* LINKS */

  .nav-menu a,
.navbar.scrolled .nav-menu a {
  width: 100%;

  padding: .85rem 1rem;

  font-size: .88rem;

  color: rgba(255,255,255,.92) !important;

  transition: .25s ease;
}

/* HOVER */

.nav-menu a:hover,
.nav-menu a:focus,
.nav-menu a.active,
.navbar.scrolled .nav-menu a:hover,
.navbar.scrolled .nav-menu a:focus,
.navbar.scrolled .nav-menu a.active {
  color: var(--gold-lt) !important;

  background: rgba(255,255,255,.06) !important;

  border-radius: 4px;
}

/* REMOVE EFEITO DESKTOP */

.nav-menu > li > a::after {
  display: none;
}
  /* DROPDOWN */

  .dropdown-menu {
    display: none !important;

    position: static;

    background: rgba(255,255,255,.05);

    border-top: none;

    border-left: 2px solid var(--gold);

    margin-left: 1rem;

    border-radius: 0;

    box-shadow: none;

    opacity: 1;

    transform: none;

    pointer-events: auto;
  }

  .nav-dropdown.open .dropdown-menu {
    display: block !important;
  }

  .dropdown-menu a:hover {
    background: rgba(255,255,255,.08) !important;

    color: var(--gold-lt) !important;
  }

  /* =========================
     HERO
  ========================= */

  .hero img.desktop {
    display: none;
  }

  .hero img.mobile {
    display: block;
    width: 100%;
  }

  /* =========================
     CONTAINERS
  ========================= */

  .container {
    width: min(100% - 2rem, 1100px);
  }

  .container-wide {
    padding: 1rem;
  }

  /* =========================
     PATRONO
  ========================= */

  .patrono-section {
    flex-direction: column;

    text-align: center;

    padding: 1.5rem;
  }

  .patrono-section img {
    width: 90px;
    height: 110px;

    margin: 0 auto;
  }

  /* =========================
     DAY
  ========================= */

  .day-number {
    font-size: 2.5rem;
  }

  /* =========================
     PANELS
  ========================= */

  .panel-grid {
    grid-template-columns: 1fr;
  }

  /* =========================
     SPEAKERS
  ========================= */

  .speakers-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* =========================
     COMMISSION
  ========================= */

  .commission-list {
    grid-template-columns: 1fr;
  }

  /* =========================
     PRODUCTIONS
  ========================= */

  .productions-grid {
    grid-template-columns: 1fr;
  }

  .production-card {
    max-width: 100%;
  }

  /* =========================
     FOOTER
  ========================= */

  .footer-grid {
    grid-template-columns: 1fr 1fr;

    gap: 2rem;
  }

  .footer-partners img {
    width: 100%;

    max-width: 260px;

    height: auto;

    object-fit: contain;
  }

  .footer-bottom {
    text-align: center;
  }

}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

  /* BASE */

  html {
    font-size: 16px;
  }

 .container,
.container-wide {
  width: 100%;

  padding: 1.2rem 1.2rem;
}

  .container p {

  text-align: justify;

  text-justify: inter-word;

  hyphens: auto;

  -webkit-hyphens: auto;

  word-break: normal;

  overflow-wrap: break-word;
}



  .page-header {
    padding: 2.5rem 1rem 2rem;
  }

  /* HERO PATRONO */

  .hero-title {
    font-size: 2.2rem;
  }

  .hero-name {
    font-size: 1.3rem;
  }

  .hero-dates {
    font-size: 1rem;

    line-height: 1.4;
  }

  .hero-img {
    width: 110px;
    height: 110px;
  }

  /* SPEAKERS */

  .speakers-grid {
    grid-template-columns: 1fr;
  }

  /* PRODUCTIONS */

  .productions-grid {
    grid-template-columns: 1fr;
  }

  /* COMMISSION */

  .commission-list li {
    padding: .9rem;
  }

  /* TABLES */

  .styled-table th,
  .styled-table td {
    padding: .7rem .8rem;
  }

  /* FOOTER */

  footer {
    padding: 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;

    gap: 2rem;
  }

  .footer-logo img {
    height: 42px;
  }

  .footer-desc {
    max-width: 100%;
  }

  .footer-partners img {
    width: 100%;

    max-width: 260px;

    height: auto;

    object-fit: contain;
  }

  .footer-contact p,
  .footer-links a {
    font-size: .88rem;
  }

  .footer-bottom {
    text-align: center;

    font-size: .75rem;
  }

  /* =========================================
     DAY
  ========================================= */

  .day-card {
    margin-bottom: 2rem;
  }

  .day-header {
    padding-left: .2rem;
  }

  /* =========================================
     TABELAS RESPONSIVAS
  ========================================= */

  .schedule-table,
  .schedule-table tbody,
  .schedule-table tr,
  .schedule-table td,
  .schedule-table th {
    display: block;

    width: 100%;
  }

  .schedule-table thead {
    display: none;
  }

  /* CARD */

  .schedule-table tr {
    background: #fff;

    margin-bottom: 1rem;

    border-radius: 14px;

    padding: 1rem;

    box-shadow: 0 2px 8px rgba(0,0,0,.05);

    border: 1px solid rgba(0,0,0,.04);
  }

  .schedule-table tr:nth-child(even) {
    background: #f7f5f0;
  }

  .schedule-table tr:nth-child(odd) {
    background: #ffffff;
  }

  /* CELULAS */

  .schedule-table td {
    border: none;

    padding: .4rem 0;

    white-space: normal !important;
  }

  /* HORÁRIOS */

  /* LINHA DOS HORÁRIOS */

.schedule-table tr {

  position: relative;
}

.schedule-table td:first-child,
.schedule-table td:nth-child(2),
.schedule-table td:nth-child(3) {

  display: inline-block;

  width: 32%;

  vertical-align: top;

  padding: 0;

  margin-bottom: .8rem;

  white-space: nowrap !important;

  word-break: normal !important;

  overflow-wrap: normal !important;
}

/* LABEL */

.schedule-table td:first-child::before,
.schedule-table td:nth-child(2)::before,
.schedule-table td:nth-child(3)::before {

  display: block;

  margin-bottom: .2rem;

  font-size: .62rem;

  text-transform: uppercase;

  letter-spacing: .08em;

  color: var(--gray);

  font-weight: 600;
}

  /* LABELS */

  .schedule-table td:first-child::before {
    content: "Início";
  }

  .schedule-table td:nth-child(2)::before {
    content: "Fim";
  }

  .schedule-table td:nth-child(3)::before {
    content: "Duração";
  }

  .schedule-table td:first-child::before,
  .schedule-table td:nth-child(2)::before,
  .schedule-table td:nth-child(3)::before {

    font-size: .65rem;

    text-transform: uppercase;

    letter-spacing: .06em;

    color: var(--gray);
  }

  /* SESSÃO */

  .schedule-table td:nth-child(4) {

    display: block;

    margin-top: .8rem;

    padding-top: .8rem;

    padding-right: 0;

    border-top: 1px solid rgba(0,0,0,.08);

    line-height: 1.7;
  }

  .schedule-table td:nth-child(4) strong {
    display: inline-block;

    margin-bottom: .3rem;
  }

  .schedule-table td:nth-child(4) em {
    display: block;

    margin: .2rem 0 .8rem;
  }

  /* QUEBRA DE TEXTO */

  .schedule-table td,
  .schedule-table td *,
  .schedule-table strong,
  .schedule-table em {

    white-space: normal !important;

    word-break: break-word;

    overflow-wrap: anywhere;
  }

  .schedule-table td:first-child,
.schedule-table td:nth-child(2),
.schedule-table td:nth-child(3) {

  white-space: nowrap !important;

  word-break: normal !important;

  overflow-wrap: normal !important;
}


 .premio-banner {
    width: 100%;

    margin-left: 0;

    padding: 0 1rem;

    overflow: hidden;

    box-sizing: border-box;
  }

  .premio-titulo-img {
    width: 100%;

    max-width: 100%;

    transform: none;
  }


}


/* =========================================================
   FOOTER RESPONSIVO
========================================================= */

@media (max-width: 1250px) {

  .footer-top-inner {
    grid-template-columns: 1fr;

    justify-items: center;

    text-align: center;

    gap: 2rem;
  }

  .footer-brand-area {
    justify-content: center;
  }

  .footer-social {
    justify-self: center;
  }

  .footer-top-links {
    justify-items: center;

    text-align: center;
  }

  .footer-bottom-grid {
    grid-template-columns: 1fr;

    gap: 2rem;
  }

}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

  .footer-top {
    padding: 1.2rem .8rem;
  }

  .footer-top-inner {
    width: 100%;

    max-width: 100%;

    gap: 1.2rem;
  }

  /* LOGO */

  .footer-brand img {
    height: 72px;
  }

  /* REDES */

  .footer-social {
    gap: 1rem;

    flex-wrap: wrap;
  }

  .footer-social a {
    font-size: 1.7rem;
  }

  /* PRODUÇÕES */

  .footer-top-links {
    width: 100%;

    grid-template-columns: 1fr 1fr;

    column-gap: .6rem;

    row-gap: .8rem;

    justify-items: center;

    text-align: center;
  }

  .footer-top-links h5 {
    margin-bottom: .4rem;
  }

  .footer-top-links a {
    font-size: .88rem;

    line-height: 1.35;

    white-space: normal;
  }

  /* ÁREA ESCURA */

  .footer-bottom-area {
    padding: 1.8rem 1rem 1.2rem;
  }

  .footer-bottom-grid {
    gap: 1.8rem;
  }

}




/* =====================================================
   COMISSÕES
   Desktop: Lista elegante
   Mobile: Cards limpos
===================================================== */

.commission-clean .sub-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--navy);

  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.commission-clean-list {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
}

.commission-clean-list li {
  background: none !important;
  border: none !important;
  box-shadow: none !important;

  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  font-weight: 400;

  color: var(--text);

  padding: .7rem 0;

  border-bottom: 1px solid rgba(6, 58, 56, .08);

  line-height: 1.65;

  letter-spacing: .01em;

  transition: .2s ease;
}

.commission-clean-list li:hover {
  transform: none !important;
  box-shadow: none !important;
  color: var(--navy);
}

.commission-clean-list li:last-child {
  border-bottom: none;
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 768px) {

  .commission-clean .sub-title {
    font-size: 1.45rem;
  }

  .commission-clean-list li {
    font-size: 1rem;
    line-height: 1.55;
  }

}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 600px) {

  .commission-clean {
    margin-bottom: 2rem;
  }

  .commission-clean .section-title {
    margin-bottom: 1.2rem;
  }

  .commission-clean .sub-title {
    font-size: 1.3rem;
    line-height: 1.3;
    margin-top: 1.8rem;
    margin-bottom: .8rem;
  }

  .commission-clean-list {
    margin-bottom: 1.5rem;
  }

  .commission-clean-list li {

    background: #ffffff !important;

    border: 1px solid rgba(0,0,0,.05) !important;

    border-left: 4px solid var(--teal) !important;

    border-radius: 12px;

    box-shadow: 0 2px 8px rgba(0,0,0,.05) !important;

    padding: .9rem 1rem;

    margin-bottom: .75rem;

    font-size: .98rem;

    line-height: 1.55;

    white-space: normal !important;

    word-break: normal !important;

    overflow-wrap: break-word;
  }

  .commission-clean-list li:last-child {
    border-bottom: 1px solid rgba(0,0,0,.05) !important;
  }

}


/* =====================================================
   PÁGINA PALESTRANTES — ESTILO EDITORIAL
===================================================== */

.speaker-editorial-list {
  margin-top: 2rem;
}

.speaker-editorial {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 2rem;

  padding: 2.2rem 0;
  border-bottom: 1px solid rgba(6, 58, 56, .15);
}

.speaker-photo-placeholder {
  width: 150px;
  height: 190px;

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;
  flex-shrink: 0;

  background: var(--navy);
  color: var(--gold);

  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  font-weight: 700;

  border-radius: var(--radius);
}

.speaker-photo-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  display: block;
}

.speaker-editorial-content {
  max-width: 820px;
}

.speaker-category {
  display: inline-block;

  margin-bottom: .4rem;

  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;

  color: var(--teal);
}

.speaker-editorial-content h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.9rem;
  line-height: 1.15;

  color: var(--navy);
  margin-bottom: .2rem;
}

.speaker-institution {
  font-size: .92rem;
  color: var(--gray);
  margin-bottom: 1rem;
  text-align: left !important;
}

.speaker-editorial-content h4 {
  font-size: 1.05rem;
  line-height: 1.45;
  font-weight: 600;

  color: var(--navy-mid);
  margin-bottom: 1rem;
}

.speaker-editorial-content h5 {
  margin-top: 1.2rem;
  margin-bottom: .4rem;

  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;

  color: var(--teal);
}

.speaker-editorial-content p {
  font-size: .92rem;
  line-height: 1.8;
  margin-bottom: .8rem;
}

/* Quando tiver foto real, use img com esta classe */
.speaker-photo {
  width: 150px;
  height: 190px;
  object-fit: cover;
  border-radius: var(--radius);
  display: block;
}

/* Responsivo */
@media (max-width: 700px) {

  .speaker-editorial {
    grid-template-columns: 1fr;
    gap: 1rem;
    text-align: center;
  }

  .speaker-photo-placeholder,
  .speaker-photo {
    width: 160px;
    height: 160px;

    margin: 0 auto 1rem auto;

    border-radius: 50%;

    overflow: hidden;

    border: 3px solid var(--teal);

    background: transparent;
  }

.speaker-photo-placeholder img,
.speaker-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  border-radius: 50%;
  display: block;
}

  .speaker-editorial-content {
    max-width: 100%;
  }

  .speaker-institution {
    text-align: center !important;
  }

  .speaker-editorial-content h3 {
    font-size: 1.55rem;
  }

}

/* =====================================================
   DEMAIS PALESTRANTES
===================================================== */

.remaining-speakers {
  margin-top: 4rem;
}

.remaining-speakers-grid {
  margin-top: 1.8rem;

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 1.2rem 2rem;
}

.remaining-speaker {
  display: flex;
  align-items: center;
  gap: 1rem;

  padding-bottom: 1rem;

  border-bottom: 1px solid rgba(6,58,56,.10);
}

.remaining-avatar {
  width: 60px;
  height: 60px;

  flex-shrink: 0;

  border-radius: 50%;

  background: var(--navy);
  color: var(--gold);

  display: flex;
  align-items: center;
  justify-content: center;

  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.remaining-name {
  font-size: .95rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.3;
}

.remaining-affil {
  margin-top: .2rem;

  font-size: .82rem;
  color: var(--gray);

  line-height: 1.5;
}

.remaining-avatar{
    width:60px;
    height:60px;

    flex-shrink:0;

    border-radius:50%;

    overflow:hidden;

    background:var(--navy);
    color:var(--gold);

    display:flex;
    align-items:center;
    justify-content:center;

    font-family:'Cormorant Garamond', serif;
    font-size:1.5rem;
    font-weight:700;
}

.remaining-avatar img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center 20%;
    display:block;
}

/* MOBILE */

@media (max-width:700px) {

  .remaining-speakers-grid {
    grid-template-columns: 1fr;
  }

}


/* =====================================================
   NOTÍCIAS HOME
===================================================== */

.news-section {
  background: #f3f9fc;
  padding: 4rem 0 5rem;
}

.news-section .section-title {
  text-align: center;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: .4rem;
}

.section-subtitle {
  text-align: center !important;
  color: var(--gray);
  margin-bottom: 2.5rem;
  font-size: 1rem;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.7rem;
}

.news-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
  overflow: hidden;
}

.news-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.news-content {
  padding: 1.6rem 1.8rem 1.8rem;
}

.news-content h3 {
  font-size: 1.35rem;
  line-height: 1.35;
  color: var(--navy);
  margin-bottom: 1rem;
  font-weight: 500;
}

.news-content p {
  color: var(--gray);
  font-size: .95rem;
  line-height: 1.55;
  text-align: left !important;
}

.read-more {
  display: inline-block;
  margin-top: 1rem;
  color: #00a8f3;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: underline;
}


/* =====================================================
   REALIZAÇÃO HOME
===================================================== */

.realizacao-section {
  background: #fff;
  padding: 4rem 0 2rem;
}

.realizacao-section .section-title {
  text-align: center;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 2rem;
}

.realizacao-box {
  border: none;
  padding: 3rem 2.5rem;
  text-align: center;
  background: #fff;
  margin-bottom: 0;
}

.realizacao-box img {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.realizacao-section .container {
  padding-bottom: 0 !important;
}


/* =====================================================
   RESPONSIVO — NOTÍCIAS E REALIZAÇÃO
===================================================== */

@media (max-width: 900px) {
  .news-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin: 0 auto;
  }

  .news-card img {
    height: auto;
  }
}

@media (max-width: 600px) {
  .news-section,
  .realizacao-section {
    padding: 3rem 0;
  }

  .news-content {
    padding: 1.3rem;
  }

  .realizacao-box {
    padding: 2rem 1rem;
  }
}


/* ==========================================
   HERO HOME
========================================== */

.hero{
  background-image:url("../img/fundo.png");
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;

  text-align:center;

  padding-top:90px;
  padding-bottom:70px;
}

.hero-logo-desktop{
  display:flex;
  justify-content:center;
  align-items:center;

  margin-bottom:30px;
}

.hero-logo-desktop img{
  width:700px;
  max-width:90%;
  height:auto;
  display:block;
}

.hero img.desktop{
  display:none;
}

.hero img.mobile{
  display:none;
}

.hero-cta-wrap{
  background:transparent;
  padding:0;
  margin:0;
}

/* ==========================================
   TÍTULO + LOCAL + BOTÕES
========================================== */

.hero-cta-info{
  margin-top:0;
  margin-bottom:1.2rem;
  text-align:center;
}

.hero-cta-title{
  font-family:'Cormorant Garamond', serif;
  font-size:2.4rem;
  font-weight:600;
  color:var(--navy);
  margin-bottom:.35rem;
  line-height:1.2;
}

.hero-cta-location{
  color:var(--teal);
  font-size:1.05rem;
  font-weight:600;
  letter-spacing:.04em;
}

.hero-cta{
  margin-top:0;
  margin-bottom:0;
  text-align:center;
}

.hero-cta-row{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:.8rem;
  flex-wrap:wrap;
}

.hero-btn-primary,
.hero-btn-secondary{
  min-width:170px;
  padding:.7rem 1rem;
  border-radius:6px;
  text-decoration:none;
  font-size:.9rem;
  font-weight:600;
  transition:.25s ease;
}

.hero-btn-primary{
  background:var(--navy);
  border:2px solid var(--navy);
  color:#fff;
}

.hero-btn-primary:hover{
  background:var(--teal);
  border-color:var(--teal);
}

.hero-btn-secondary{
  background:transparent;
  border:2px solid var(--navy);
  color:var(--navy);
}

.hero-btn-secondary:hover{
  background:var(--navy);
  color:#fff;
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width:768px){

  .hero{
    background:none;
    padding-top:68px;
    padding-bottom:1.5rem;
  }

  .hero-logo-desktop{
    display:none;
  }

  .hero img.mobile{
    display:block;
    width:100%;
  }

  .hero-cta-title{
    font-size:1.45rem;
    padding:0 1rem;
  }

  .hero-cta-location{
    padding:0 1rem;
    line-height:1.5;
  }

  .hero-cta-row{
    flex-direction:column;
    width:calc(100% - 2rem);
    margin:auto;
  }

  .hero-btn-primary,
  .hero-btn-secondary{
    width:100%;
  }

}



@media (max-width: 768px) {

  .hero-cta-row {
    flex-direction: column;
    align-items: center;
    gap: .5rem;
  }

  .hero-btn-primary,
  .hero-btn-secondary {

    width: 260px;

    min-width: auto;

    padding: .75rem 1rem;

    font-size: .9rem;
  }

}


@media (max-width: 768px) {

  .hero-cta-info {
    margin-top: 1.8rem;
    margin-bottom: 1rem;
  }

}

@media (max-width:768px){

  #content{
    border-top:1px solid rgba(0,0,0,.08);
    padding-top:2rem;
  }

}

@media (max-width: 768px) {

  .realizacao-section {
    display: none;
  }

}