@import url("fontes.css");
@import url("animations.css");

:root {
  --color-terracotta: #cd634b;
  --color-terracotta-dark: #b84f37;
  --color-earth-brown: #775d51;
  --color-dark-bg: #2b1f1a;
  --color-clay-peach: #dea382;
  --color-warm-sand: #e8b89c;
  --color-soft-bg: #f8f6f4;
  --color-white: #ffffff;
  
  --font-heading: 'Outfit', 'bunday_slab', Georgia, serif;
  --font-body: 'Plus Jakarta Sans', 'cera_proregular', -apple-system, BlinkMacSystemFont, sans-serif;
  
  --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 16px 40px rgba(0, 0, 0, 0.12);
  --shadow-hover: 0 20px 45px rgba(119, 93, 81, 0.18);
  
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-pill: 9999px;
  
  --glass-bg: rgba(255, 255, 255, 0.88);
  --glass-border: 1px solid rgba(255, 255, 255, 0.3);
  --glass-blur: blur(16px);
}

body {
  font-family: var(--font-body);
  font-size: 20px;
  line-height: 1.6;
  color: var(--color-earth-brown);
  overflow-x: hidden !important;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, .title-section, .middle-title-section {
  font-family: var(--font-heading);
  letter-spacing: -0.01em;
}

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: var(--color-earth-brown);
  top: 0px;
  left: 0px;
  opacity: 1;
  -moz-transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

#site-wrapper {
  display: block;
  opacity: 0;
}
#overlay.hide {
  height: 0px;
  opacity: 0;
}
#overlay div {
  width: 300px;
  height: 300px;
  margin-left: -150px;
  margin-top: -150px;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #ffffff;
}
#logo-loader {
  width: 50%;
  margin: 0px auto;
  display: block;
  height: auto;
}
#gif-loader {
  width: 80%;
  margin: 0px auto;
  display: block;
  height: auto;
}
.line-height {
  line-height: 1.2em;
}
a {
  color: #775d51;
}
a:hover {
  color: #775d51;
  text-decoration: none;
  opacity: 0.9;
}
.bg-escuro {
  color: #ffffff;
}
.bg-escuro a {
  color: #ffffff;
}
.bg-escuro a:hover {
  color: #d6d1ca;
}
.cor-verde-claro {
  color: #e8b89c;
}
.bold,
strong {
  font-weight: bold !important;
}
.leia-mais strong {
  float: right;
  display: block;
}
.leia-mais a {
  display: block;
}
.seta {
  display: block;
  height: 16px;
  width: 120px;
  background: url("../images/2x/seta-link-120x16.png") no-repeat center right;
  background-size: cover;
  margin-right: 15px;
  transition: 0.5s;
  float: right;
  margin-top: 2.3%;
}
.leia-seta {
  width: 47%;
  display: block;
  height: 0px;
  padding-bottom: 7%;
  transition: 0.5s;
  position: relative;
  float: right;
}
#noticias-home .leia-seta {
  width: 30%;
}
.mais-noticias .leia-seta {
  width: 18%;
  padding-bottom: 3%;
  float: none !important;
}
.mais-noticias {
  border-bottom: 1px solid #775d51;
  display: block;
  padding-top: 2%;
  padding-bottom: 0%;
}
.mais-noticias:first-child {
  border-top: 1px solid #775d51;
}
.data-seta {
  width: 50%;
  float: left;
}
.leia-seta img {
  width: 100%;
  height: auto;
  position: absolute;
  right: 0px;
  top: 0px;
}
.leia-seta:hover {
  opacity: 1;
  transform: translateX(5%);
}
a:hover .seta {
  width: 60px;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.11em;
  font-weight: bold;
}
.txt-g {
  font-size: 1.58em;
}
.txt-m {
  font-size: 0.8em;
  line-height: 1em;
}
.txt-p {
  font-size: 0.66em;
}
.txt-pp {
  font-size: 0.5em;
}
footer {
  font-size: 1rem;
  line-height: 1.5;
}
footer.bg-escuro a {
  line-height: 1.8em;
  color: #ffffff;
  font-size: 1rem;
  transition: color 0.2s ease;
}
footer.bg-escuro a:hover {
  color: #e8b89c;
  text-decoration: none;
}
.copy {
  color: #e8b89c;
  font-size: 0.95rem;
  line-height: 1.4;
  margin-top: 25px;
}
.container {
  max-width: 1705px;
}
.container-fluid {
  padding-right: 7%;
  padding-left: 7%;
}
.navbar {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar.scrolled {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  pointer-events: none !important;
}

.navbar-small .sep-top-menu,
.navbar.scrolled .sep-top-menu {
  display: none !important;
  padding-bottom: 0 !important;
  height: 0 !important;
}

.navbar-small #btMenu,
.navbar.scrolled #btMenu {
  margin-top: 0 !important;
  align-self: center !important;
  transform: none !important;
  width: auto !important;
  min-width: 46px;
  padding: 6px 14px !important;
  background: var(--color-terracotta) !important;
  border-radius: var(--radius-pill) !important;
  box-shadow: 0 0 16px rgba(205, 99, 75, 0.65), 0 4px 12px rgba(205, 99, 75, 0.35) !important;
  transition: all 0.3s ease !important;
  pointer-events: auto !important;
}

.navbar-small #btMenu:hover,
.navbar.scrolled #btMenu:hover {
  background: var(--color-terracotta-dark) !important;
  box-shadow: 0 0 24px rgba(205, 99, 75, 0.85), 0 6px 18px rgba(205, 99, 75, 0.45) !important;
  transform: translateY(-1px) scale(1.05) !important;
}

.navbar-small #btMenu .menu-icon,
.navbar.scrolled #btMenu .menu-icon {
  background-image: url("../images/2x/bt-menu-48x28branco.png") !important;
  width: 28px !important;
  padding-bottom: 16px !important;
}

.navbar-small .navbar-brand,
.navbar.scrolled .navbar-brand {
  margin-top: 0 !important;
  align-self: center !important;
  width: 6.5% !important;
  min-width: 70px;
  pointer-events: auto !important;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.25));
}

/* Glass & Card components */
.associacao-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  padding: 16px 12px;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  position: relative;
  overflow: hidden;
}

.associacao-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(205, 99, 75, 0.35);
}

.associacao-card img {
  max-height: 290px;
  width: auto;
  max-width: 98%;
  object-fit: contain;
  transition: transform 0.35s ease;
  transform: scale(1.15);
}

.associacao-card:hover img {
  transform: scale(1.22);
}

/* Contact Cards */
.contact-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  padding: 28px 24px;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease;
  height: 100%;
  color: #4a3b34;
  position: relative;
  display: flex;
  flex-direction: column;
}

.contact-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(205, 99, 75, 0.3);
}

.contact-card .associacao {
  color: var(--color-terracotta);
  font-weight: 700 !important;
  font-size: 1.1em;
  margin-bottom: 1.2rem;
  border-bottom: 2px solid rgba(205, 99, 75, 0.15);
  padding-bottom: 10px;
}

/* Video Frame */
.video-glass-frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  border: 3px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  background: #000;
}

.video-glass-frame:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45);
}

/* Purpose Cards */
.proposito-card {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-left: 4px solid var(--color-warm-sand);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  padding: 24px 28px;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}

.proposito-card:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateX(8px);
}

.proposito-card h4 {
  color: #f9c39c !important;
  margin-bottom: 10px;
  font-size: 1.25em;
}

/* CAVJ Card */
.cavj-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(205, 99, 75, 0.15);
  position: relative;
  overflow: hidden;
}

.cavj-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(to bottom, var(--color-terracotta), var(--color-clay-peach));
}

/* Floating Back to Top Button */
#btn-back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--color-terracotta);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(205, 99, 75, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
  border: none;
  cursor: pointer;
  font-size: 1.2em;
}

#btn-back-to-top.show {
  opacity: 1;
  visibility: visible;
}

#btn-back-to-top:hover {
  background: var(--color-terracotta-dark);
  transform: translateY(-4px) scale(1.06);
  box-shadow: 0 15px 30px rgba(205, 99, 75, 0.5);
  color: #ffffff;
  text-decoration: none;
}

/* Hero Video CTA Button & Video Section Anchor */
#video-secao,
#video {
  scroll-margin-top: 110px;
}

.hero-video-wrapper {
  width: 100%;
  z-index: 10;
}

.btn-hero-video {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 10px 22px;
  border-radius: 50px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  color: #4a3429;
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1.2;
  text-decoration: none !important;
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-sizing: border-box;
  max-width: 100%;
}

.btn-hero-video:hover {
  background: #ffffff;
  color: #c95135;
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.btn-video-section {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  padding: 12px 28px;
  font-size: 1rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  cursor: default;
}

.btn-video-section:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
  transform: translateY(-2px);
}


.btn-hero-video-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.btn-hero-video-icon svg {
  width: 26px;
  height: 26px;
  display: block;
}

.btn-hero-video:hover .btn-hero-video-icon {
  transform: scale(1.15);
}

.btn-hero-video-icon,
.btn-hero-video-text {
  display: inline-flex !important;
  width: auto !important;
  float: none !important;
}

.btn-hero-video-text {
  white-space: nowrap;
}

.navbar-brand {
  width: 15.5%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.transition {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#logo {
  width: 100%;
  height: 0;
  padding-bottom: 142%;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#logo #logo-completo {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
  opacity: 1;
}
#logo #logo-simplificado {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
  opacity: 0;
}
.navbar-small .navbar-brand {
  width: 6.5%;
}
.navbar-small #logo #logo-completo {
  opacity: 0;
  z-index: 1;
}
.navbar-small #logo #logo-simplificado {
  opacity: 1;
  z-index: 2;
}
#a-regiao {
  position: absolute;
  width: 100%;
  margin-top: -10%;
}
#os-cafes {
  position: absolute;
  width: 100%;
  margin-top: -5%;
}
#nossa-organizacao {
  background-color: white;
}
#fale-conosco {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50px;
}
.sep-top-menu {
  width: 100%;
  height: 0px;
  padding-bottom: 2.5%;
  display: block;
}
.bg-light {
  background-color: transparent !important;
}
.menu-icon {
  width: 100%;
  height: 0;
  padding-bottom: 58.3%;
  display: block;
  background: url("../images/2x/bt-menu-48x28vector.png") no-repeat center;
  background-size: contain;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.menu-icon.icon-branco {
  background-image: url("../images/2x/bt-menu-48x28branco.png");
}
.menu-icon:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0);
  border: 0px none;
  padding-right: 0px;
  width: 4.5%;
  cursor: pointer;
}
#menuOverlay {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 9999;
  width: 0%;
  height: 100%;
  background-color: #775d51;
  right: 0px;
  top: 0px;
  transition: 0.5s;
  text-align: center;
  overflow: hidden;
}
#textOverlay {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffffff;
}

/*#textOverlay h1 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}*/
#textOverlay i {
  display: inline-block;
  font-style: normal;
}
#palavras span {
  display: inline-block;
  font-style: normal;
}
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}
#palavras span {
  display: none;
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
#palavras span.show {
  display: inline-block;
}
#menuOverlay .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  width: 100%;
  min-width: 300px;
  font-size: 2em;
  line-height: 1em;
  z-index: 2;
}
.imgbanner-desk {
  width: 100%;
  display: block;
  height: 0px;
  padding-bottom: 56.25%;
  background-image: no-repeat center;
  background-size: cover;
  position: relative;
}
.imgbanner-mob {
  width: 100%;
  display: block;
  height: 0px;
  padding-bottom: 151.65%;
  background-image: no-repeat center;
  background-size: cover;
  position: relative;
}
#close-menu {
  width: 3.2%;
  height: 0px;
  padding-bottom: 3.2%;
  display: block;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  background: url("../images/2x/bt-close-41x34.png") no-repeat center;
  background-size: contain;
  margin-top: 7.5%;
}
#insta-menu {
  width: 4.2%;
  height: 0px;
  padding-bottom: 4.2%;
  display: block;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  background: url("../images/2x/icon-insta-48x48.png") no-repeat center;
  background-size: contain;
  margin-bottom: 7.5%;
  margin-right: 0.5%;
}
#insta-menu:hover {
  transform: scale(1.1);
}
.close-menu {
  cursor: pointer;
}
.insta-menu {
  cursor: pointer;
}
#close-menu:hover {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.flower-menu {
  width: 25%;
  max-width: 485px;
  z-index: 1;
  position: absolute;
  left: 30px;
  bottom: 0px;
}
.flower-menu img {
  width: 100%;
  height: auto;
  display: block;
}
#menuOverlay.show {
  width: 100% !important;
  height: 100% !important;
}
.nav-item a {
  color: #ffffff;
}
.nav-item a:hover {
  color: #e8b89c;
}
.overlay-banner {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  left: 0px;
  top: 0px;
}
#lente-banner {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.3);
}
#alta-qualidade {
  background-color: #775d51;
}
#grafico-alta {
  width: 100%;
  height: 0px;
  padding-bottom: 105%;
  position: relative;
  margin-top: -200px;
}
#grafico-alta #maos-alta {
  position: absolute;
  width: 84.4%;
  height: 75.2%;
  left: 0px;
  bottom: 0px;
}
#grafico-alta #ramo-alta {
  position: absolute;
  width: 39.6%;
  height: 64.4%;
  top: 0px;
  right: 14.8%;
}
#grafico-alta #flor-alta-dir {
  position: absolute;
  width: 15%;
  height: 14%;
  right: 0px;
  top: 41%;
}
#grafico-alta #flor-alta-baixo {
  position: absolute;
  width: 15.4%;
  height: 13.6%;
  top: 65.7%;
  left: 29.4%;
}
#grafico-alta #flor-alta-cima {
  position: absolute;
  width: 10.6%;
  height: 11.6%;
  top: 11.4%;
  left: 26.7%;
}
#montanha1 {
  background: url("../images/bg-montanha1b.png") repeat-x center top;
  background-color: #a2c7e2;
  background-size: 2500px 439px;
  height: 439px;
  width: 100%;
  background-attachment: fixed;
}
#montanha1-sobre {
  background: url("../images/bg-montanha1a.png") repeat-x center top;
  background-size: 2500px 439px;
  height: 439px;
  width: 100%;
}
#passaro-montanha1 {
  position: absolute;
  width: 70px;
  height: 60px;
  top: 120px;
  left: 15%;
  z-index: 1;
  display: block;
}
#passaro-montanha1 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  display: block;
}
#passaro-montanha2 {
  position: absolute;
  width: 90px;
  height: 83px;
  top: 250px;
  left: 37%;
  z-index: 1;
  display: block;
}
#montanha2 {
  background: url("../images/bg-montanha2.png") repeat-x center top;
  background-size: 2481px 370px;
  height: 370px;
  width: 100%;
}
#flor-montanha {
  position: absolute;
  width: 99px;
  height: 99px;
  top: 75px;
  left: 23%;
  z-index: 1;
  display: block;
}
#passaro-montanha3 {
  position: absolute;
  width: 104px;
  height: 70px;
  top: 180px;
  right: 17.8%;
  z-index: 1;
  display: block;
}
#terroir {
  position: relative;
  padding-bottom: 250px;
  background: url("../images/bg-trans-top.png") no-repeat center bottom;
  background-size: 2500px 165px;
  background-color: #0f524d;
}
#caracteristicas {
  background-color: #f7b99c;
}
#imgCaracteristicas {
  margin-top: 30px;
}
#ramoCaracteristicas {
  width: 90%;
  height: 0px;
  margin-left: 10%;
  padding-bottom: 87%;
  position: relative;
}
#ramoCaracteristicas #ramo-ramo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
}
#ramoCaracteristicas #ramo-flor1 {
  position: absolute;
  width: 19.4%;
  height: 19%;
  top: 0;
  left: 7.4%;
}
#ramoCaracteristicas #ramo-flor2 {
  position: absolute;
  width: 17.8%;
  height: 17.8%;
  bottom: 20.6%;
  right: 15.1%;
}
#ramoCaracteristicas #ramo-flor3 {
  position: absolute;
  width: 10.4%;
  height: 11.8%;
  bottom: 7.4%;
  left: 35.5%;
}
#transCaracteristicas {
  background-color: #775d51;
}
#organizacao {
  background-color: #d6d1ca;
}
#logo-iccm {
  display: block;
  width: 100%;
  max-width: 320px;
  margin-top: 43px;
  margin-bottom: 43px;
}
#proposito {
  background-color: #775d51;
}
#proposito .txt-m {
  display: block;
}
#contato {
  background-color: #d6d1ca;
  text-align: center;
  min-height: auto;
  padding-top: 70px;
  padding-bottom: 70px;
}
footer {
  background-color: #775d51;
  padding: 60px 0 50px;
}
footer .footer-title {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 2px;
  color: #e8b89c;
  letter-spacing: 0.5px;
}
footer .footer-dash {
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
  color: #e8b89c;
}
footer .footer-menu {
  margin-bottom: 2.5rem;
}
#footerDesk ul li,
.footer-mobile ul li {
  line-height: 2.1em;
  font-size: 1.05rem;
}
.img-footer {
  width: 100%;
  height: 0px;
  padding-bottom: 101%;
  position: relative;
  overflow: hidden;
}
.img-footer .footer1 {
  width: 32.3%;
  height: 32.3%;
  left: 5%;
  top: 15.8%;
  position: absolute;
}
.img-footer .footer2 {
  width: 43%;
  height: 43%;
  top: 24.8%;
  right: 0;
  position: absolute;
}
.img-footer .footer3 {
  width: 64%;
  height: 64%;
  left: 0%;
  top: 53%;
  position: absolute;
}
.logoSebrae {
  width: 100%;
  max-width: 190px;
  margin-top: 0;
  margin-bottom: 18px;
}
.logoSebrae img {
  max-width: 100%;
  height: auto;
  display: block;
}
.insta-chapada-wrap {
  width: 100%;
  max-width: 190px;
}
.insta-chapada {
  width: 100%;
  max-width: 190px;
  height: auto;
  display: block;
  margin-top: 0;
}
#social {
  width: 10%;
  float: right;
  display: block;
  margin-top: 16.5%;
}
#socialMob {
  width: 40%;
  display: block;
}
#social a {
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 25px;
}
#socialMob a {
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 35%;
}

#instaMobFooter {
  display: block;
  width: 100%;
  max-width: 190px;
  position: static;
}
#instaMobFooter img {
  width: 100%;
  height: auto;
  display: block;
}

#social a img,
#socialMob a img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
#sebraeMob {
  margin-top: 7%;
}
.spacer-titulo {
  width: 100%;
  padding-bottom: 20px;
  display: block;
}
.spacer-caracteristicas {
  width: 100%;
  padding-bottom: 20px;
  display: block;
}
.spacer-titulo-p {
  padding-bottom: 12px;
  width: 100%;
  display: block;
}
.spacer-sessao {
  padding-top: 50px;
  padding-bottom: 50px;
}
.sessao-lg {
  padding-top: 60px;
  padding-bottom: 60px;
}
#noticias-home.spacer-sessao {
  padding-top: 7%;
}
footer.spacer-sessao {
  padding-bottom: 0%;
}
.footer-mobile {
  padding: 40px 0 30px;
  line-height: 1.5em;
  min-height: auto;
}
.footer-mobile .img-footer {
  width: 100%;
  padding-bottom: 100%;
  margin-left: 0;
}
.footer-mobile .copy {
  margin-top: 0;
  font-size: 0.85rem;
}
.brMob {
  display: none;
}
.pilares .txt-m {
  font-size: 0.9em;
  line-height: 1.4em;
  text-align: justify;
}
#footerDesk ul li {
  line-height: 1.6em;
}
.flor-1-caracteristicas {
  position: absolute;
  width: 45px;
  top: -15px;
  right: 80px;
  z-index: 1;
  pointer-events: none;
}
.flor-2-caracteristicas {
  position: absolute;
  width: 75px;
  top: -25px;
  right: 10px;
  z-index: 1;
  pointer-events: none;
}
#titulo-cafes {
  margin-top: -3%;
}
#btMenu {
  margin-top: 2%;
}
.info-p {
  display: block;
  margin-bottom: 10%;
}
#lista-noticias {
  padding-top: 19%;
  padding-bottom: 19%;
}
#lista-noticias .seta {
  margin-top: 4%;
}
.img-lista-noticias {
  width: 100%;
  height: 0px;
  padding-bottom: 80.5%;
  position: relative;
  display: block;
  margin-bottom: 2%;
}
.img-lista-noticias-g {
  padding-bottom: 100%;
}
.img-lista-noticias img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  object-fit: cover;
  object-position: center;
}
.content-lista {
  width: 89%;
}
.item-lista {
  margin-bottom: 5%;
}
.img-noticia-g {
  width: 100%;
  height: 0px;
  padding-bottom: 104.8%;
  position: relative;
}
.img-noticia-g .imagem-noticia {
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  left: 1px;
  top: 1px;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.img-noticia-g .mascara-noticia {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  object-fit: cover;
  object-position: center;
  z-index: 2;
}
.overlay-noticia {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.underline {
  text-decoration: underline;
}
#noticia-completa h1 {
  line-height: 1.32em;
}
mark {
  background-color: #ffffff;
  color: #775d51;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.conteudo-noticia {
  padding-top: 3.5%;
}
#social-noticia {
  background-color: #f5f5f3;
  display: block;
  border-radius: 15px;
  float: left;
  padding: 10px;
  width: 55px;
}
.at-style-responsive .at-share-btn {
  padding: 10px;
  margin: 0px auto;
}
@media (max-width: 1704.98px) {
  .container {
    max-width: 1705px;
    padding-left: 6%;
    padding-right: 6%;
  }
  #cliqueAqui .txt-m {
    font-size: 0.7em;
  }
  body {
    font-size: 31.9px;
  }
}
@media (max-width: 1649.98px) {
  body {
    font-size: 30px;
  }
}
@media (max-width: 1599.98px) {
  #textoBanner {
    margin-top: -30px;
  }
  .container-fluid {
    padding-right: 0%;
    padding-left: 0%;
  }
  #close-menu {
    right: 4%;
  }
  body {
    font-size: 27px;
  }
}
@media (max-width: 1499.98px) {
  body {
    font-size: 25px;
  }
}
@media (max-width: 1399.98px) {
  body {
    font-size: 23px;
  }
}
@media (max-width: 1299.98px) {
  body {
    font-size: 22px;
  }
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  body {
    font-size: 21px;
  }
}
@media (max-width: 1099.98px) {
  body {
    font-size: 20px;
  }
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  #contato {
    min-height: 60vh;
  }
  body {
    font-size: 20px;
  }
  h1 {
    font-size: 1.66em;
  }
  #textOverlay h1 {
    font-size: 2.5em;
  }
  h2 {
    font-size: 1.16em;
  }
  .txt-g {
    font-size: 1.41em;
  }
  .txt-m {
    font-size: 0.8em;
    line-height: 1.3em;
  }
  .pilares .txt-m {
    font-size: 0.9em;
  }
  .txt-p {
    font-size: 0.66em;
  }
  .txt-pp {
    font-size: 0.8em;
  }
  .copy .txt-pp {
    font-size: 0.85em;
  }
  footer {
    font-size: 1rem;
  }
  .seta {
    height: 10px;
    width: 50px;
    margin-top: 3%;
  }
  a:hover .seta {
    width: 30px;
  }
  #menuOverlay .navbar-nav {
    font-size: 2em;
  }
  #close-menu {
    width: 9.2%;
    padding-bottom: 9.2%;
    margin-top: 12%;
  }
  #insta-menu {
    width: 13.2%;
    padding-bottom: 13.2%;
    margin-bottom: 12%;
    margin-right: 0.5%;
  }
  #grafico-alta {
    margin-top: 0px;
  }
  #imgCaracteristicas {
    margin-top: 20px;
  }
  .container,
  .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-90 {
    width: 90%;
  }
  #logo-iccm {
    max-width: 170px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #proposito h1 {
    font-size: 2.2em;
  }
  .pilares h2 {
    width: 90px;
    float: left;
  }
  .pilares p {
    width: calc(100% - 90px);
    float: left;
  }
  .txt-m {
    font-size: 0.9em;
  }
  #contua-pilar {
    margin-left: 90px;
    width: calc(100% - 100px);
  }
  #ultimo-pilar {
    margin-left: 90px !important;
    width: calc(100% - 100px) !important;
  }
  footer {
    font-size: 0.95rem;
    line-height: 1.4em;
  }
  .logoSebrae,
  .insta-chapada {
    max-width: 190px;
    padding: 0;
  }
  #palavras span.show {
    display: block;
  }
  .navbar-light .navbar-toggler {
    width: 6%;
  }
  #cliqueAqui .txt-m {
    font-size: 0.9em;
  }
  .mais-noticias .leia-seta {
    width: 40%;
  }
  .mais-noticias {
    padding-top: 5%;
    padding-bottom: 0%;
  }
}
@media (max-width: 849.98px) {
  body {
    font-size: 16px;
  }
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  body {
    font-size: 16px;
  }
  .btn-hero-video {
    padding: 8px 16px !important;
    font-size: 12.5px !important;
    gap: 8px !important;
    max-width: calc(100vw - 32px) !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22) !important;
  }
  .btn-hero-video-icon svg {
    width: 21px !important;
    height: 21px !important;
  }
  .associacao-card {
    min-height: 190px;
    padding: 10px 8px;
  }
  .associacao-card img {
    max-height: 140px;
    transform: scale(1);
  }
  #montanha1 {
    background-image: none;
    background-repeat: no-repeat;
    background-color: #a2c7e2;
    background-size: 320px 200px;
    background-position: center;
    height: 200px;
  }
  #montanha1-sobre {
    background-image: url("../images/bg-montanha-sol.png");
    background-size: 880px 200px;
    height: 200px;
  }
  #montanha2 {
    background-image: url("../images/bg-montanha2-mob.png");
    background-size: 900px 200px;
    height: 200px;
  }
  #passaro-montanha1 {
    position: absolute;
    width: 35px;
    height: 30px;
    top: 30px;
    left: 15%;
  }
  #passaro-montanha2 {
    position: absolute;
    width: 45px;
    height: 42px;
    top: 100px;
    left: 37%;
  }
  #flor-montanha {
    width: 45px;
    height: 45px;
    top: 5px;
    left: 23%;
  }
  #passaro-montanha3 {
    position: absolute;
    width: 52px;
    height: 35px;
    top: 90px;
    right: 17.8%;
  }
  #terroir {
    position: relative;
    padding-bottom: 250px;
    background: url("../images/trans-top-mob.png") no-repeat center bottom;
    background-size: 400px 138px;
    background-color: #0f524d;
  }
  .navbar-light .navbar-toggler {
    width: 14%;
    margin-top: 8px;
  }
  .navbar-brand {
    width: 34%;
  }
  .navbar-small .navbar-brand {
    width: 15%;
    margin-top: 0 !important;
    align-self: center !important;
  }
  .navbar-small .navbar-toggler {
    width: auto !important;
    margin-top: 0 !important;
    align-self: center !important;
  }
  .spacer-sessao {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .spacer-titulo {
    padding-bottom: 15px;
  }
  .spacer-titulo-p {
    padding-bottom: 10px;
  }
  .spacer-caracteristicas {
    padding-bottom: 20px;
  }
  .clearBr br {
    display: none;
  }
  .brMob {
    display: block !important;
  }
  #grafico-alta {
    width: 100%;
    padding-bottom: 100%;
    margin-left: 0;
  }
  #infoCar .txt-pp {
    line-height: 1.2em;
  }
  .spacer-text-menu {
    display: block;
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
  }
  #textOverlay i {
    width: 100%;
    float: left;
    display: block;
  }
  #palavras span {
    width: 100%;
    float: left;
  }
  #a-regiao {
    position: absolute;
    width: 100%;
    margin-top: -50px;
  }
  #os-cafes {
    position: absolute;
    width: 100%;
    margin-top: -50px;
  }
  #nossa-organizacao {
    background-color: white;
  }
  #fale-conosco {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 150px;
  }
  .flor-1-caracteristicas {
    position: absolute;
    width: 32px;
    top: -10px;
    right: 50px;
    z-index: 1;
    pointer-events: none;
    display: block;
    margin-left: 0;
    margin-top: 0;
  }
  .flor-2-caracteristicas {
    position: absolute;
    width: 50px;
    top: -18px;
    right: 5px;
    z-index: 1;
    pointer-events: none;
    display: block;
    margin-left: 0;
    margin-top: 0;
  }
  #coluna-caracteristicas,
  #coluna-caracteristicas-ramo {
    padding-right: 15px !important;
  }
  #ramoCaracteristicas {
    width: 100%;
    max-width: 280px;
    height: auto;
    margin: 0 auto 20px auto;
    padding-bottom: 85%;
    position: relative;
  }
  .p-caracteristicas {
    display: block;
    padding-bottom: 8%;
  }
  .info-p {
    display: block;
    padding-bottom: 15%;
  }
  #organizacao.spacer-sessao {
    padding-bottom: 9%;
  }
  #alta-qualidade.spacer-sessao {
    padding-bottom: 12%;
  }
  .sessao-lg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #overlay div {
    width: 150px;
    height: 150px;
    margin-left: -75px;
    margin-top: -75px;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #ffffff;
  }
  .content-lista {
    width: 100%;
  }
  #lista-noticias,
  #noticia-completa {
    padding-top: 30%;
  }
  .item-lista {
    padding-bottom: 10%;
  }
  .overlay-noticia {
    width: 90%;
    overflow: hidden;
  }
  #social-noticia {
    float: left;
    width: auto;
    padding: 5px 5px 2px;
    margin-bottom: 20px;
  }
  .at-style-responsive .at-share-btn {
    padding-left: 5px;
    padding-right: 5px;
    margin: 0px auto;
  }
  .conteudo-noticia {
    margin-top: 5%;
  }
  .conteudo-noticia .txt-p {
    font-size: 1em;
  }
  .leia-seta {
    width: 47%;
  }
  #noticias-home .leia-seta {
    width: 70%;
  }
  .fix-video {
    width: calc(100% - 15px);
  }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 499.98px) {
  body {
    font-size: 15.5px;
  }
  #textOverlay h1 {
    margin-left: -2px;
    font-size: 2.2em;
  }
}
@media (max-width: 449.98px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 415.98px) {
  body {
    font-size: 14.5px;
  }
}
@media (max-width: 375.98px) {
  body {
    font-size: 14px;
  }
  .btn-hero-video {
    padding: 7px 12px !important;
    font-size: 11px !important;
    gap: 6px !important;
  }
  .btn-hero-video-icon svg {
    width: 18px !important;
    height: 18px !important;
  }
}
@media (max-width: 351.98px) {
  body {
    font-size: 12px;
  }
}

/* ==========================================================================
   PÁGINA DE NOTÍCIAS (NOTICIAS.HTML) - DESIGN SYSTEM & COMPONENTS
   ========================================================================== */

#news-hero {
  position: relative;
  background: linear-gradient(135deg, #cd634b 0%, #8d4534 60%, #592b20 100%);
  color: #ffffff;
  padding: 130px 0 70px 0;
  overflow: hidden;
}

#news-hero::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(222, 163, 130, 0.25) 0%, rgba(205, 99, 75, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
}

.news-hero-title {
  font-family: var(--font-heading);
  font-size: 2.8rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.news-hero-subtitle {
  font-size: 1.25rem;
  color: #f9c39c;
  font-weight: 400;
  max-width: 650px;
}

.search-filter-wrapper {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  margin-top: 30px;
}

.news-search-box {
  position: relative;
  margin-bottom: 20px;
}

.news-search-box input {
  width: 100%;
  padding: 14px 20px 14px 50px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.95);
  color: #2b1f1a;
  font-size: 1rem;
  font-family: var(--font-body);
  transition: all 0.3s ease;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.05);
}

.news-search-box input:focus {
  outline: none;
  background: #ffffff;
  border-color: #f9c39c;
  box-shadow: 0 0 0 4px rgba(249, 195, 156, 0.35);
}

.news-search-box .search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #8d613f;
  font-size: 1.2rem;
  pointer-events: none;
}

.cat-pills-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.cat-pill {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  user-select: none;
}

.cat-pill:hover {
  background: rgba(255, 255, 255, 0.32);
  color: #ffffff;
  transform: translateY(-2px);
}

.cat-pill.active {
  background: #ffffff;
  color: #cd634b;
  border-color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

/* SECTION MAIN NOTICIAS */
#noticias-main {
  padding: 60px 0 90px 0;
  background-color: var(--color-soft-bg);
}

/* FEATURED CARD */
.featured-news-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  margin-bottom: 50px;
  border: 1px solid rgba(119, 93, 81, 0.08);
}

.featured-news-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}

.featured-img-wrap {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  height: 100%;
}

.featured-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.featured-news-card:hover .featured-img-wrap img {
  transform: scale(1.06);
}

.featured-content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-badge {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  width: fit-content;
}

.badge-destaque {
  background-color: #cd634b;
  color: #ffffff;
}

.badge-cultura {
  background-color: #e88d43;
  color: #ffffff;
}

.badge-associacoes {
  background-color: #5b8e7d;
  color: #ffffff;
}

.badge-feiras {
  background-color: #7d5ba6;
  color: #ffffff;
}

.badge-sustentabilidade {
  background-color: #3b7a57;
  color: #ffffff;
}

.news-meta {
  font-size: 0.88rem;
  color: #8d7367;
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 12px 0 16px 0;
}

.news-meta i {
  color: #cd634b;
  font-size: 0.95rem;
}

.featured-title {
  font-family: var(--font-heading);
  font-size: 1.85rem;
  font-weight: 700;
  color: #2b1f1a;
  line-height: 1.25;
  margin-bottom: 15px;
  transition: color 0.25s ease;
}

.featured-news-card:hover .featured-title {
  color: #cd634b;
}

.news-excerpt {
  font-size: 1rem;
  color: #665046;
  line-height: 1.6;
  margin-bottom: 24px;
}

.btn-read-news {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--color-terracotta);
  color: #ffffff !important;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 12px 26px;
  border-radius: 50px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  width: fit-content;
}

.btn-read-news:hover {
  background: var(--color-terracotta-dark);
  transform: translateX(4px);
  box-shadow: 0 6px 18px rgba(205, 99, 75, 0.3);
}

/* REGULAR NEWS GRID & CARDS */
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media (max-width: 991.98px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
}

.news-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(119, 93, 81, 0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  height: 100%;
}

.news-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}

.news-card-img-wrap {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.news-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.news-card:hover .news-card-img-wrap img {
  transform: scale(1.08);
}

.news-card-body {
  padding: 26px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.news-card-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  color: #2b1f1a;
  line-height: 1.35;
  margin: 12px 0 10px 0;
  transition: color 0.25s ease;
}

.news-card:hover .news-card-title {
  color: #cd634b;
}

.news-card-text {
  font-size: 0.95rem;
  color: #665046;
  line-height: 1.55;
  margin-bottom: 20px;
  flex-grow: 1;
}

.news-card-footer {
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid #f0e6e0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.link-read-more {
  color: #cd634b;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.25s ease;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.link-read-more:hover {
  color: #b84f37;
  gap: 10px;
}

/* INSTAGRAM CALL TO ACTION SECTION */
.insta-call-section {
  background: linear-gradient(135deg, #775d51 0%, #4a3830 100%);
  color: #ffffff;
  padding: 65px 0;
  position: relative;
  overflow: hidden;
}

.insta-call-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-lg);
  padding: 45px 40px;
}

.insta-badge {
  background: rgba(222, 163, 130, 0.2);
  color: #f9c39c;
  border: 1px solid rgba(249, 195, 156, 0.35);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.insta-call-title {
  font-family: var(--font-heading);
  font-size: 2.1rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

.insta-call-sub {
  font-size: 1.02rem;
  color: #dea382;
  line-height: 1.6;
  max-width: 620px;
}

.btn-insta-follow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #ffffff !important;
  font-size: 1rem;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(220, 39, 67, 0.35);
  white-space: nowrap;
}

.btn-insta-follow:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 12px 30px rgba(220, 39, 67, 0.5);
  color: #ffffff !important;
}

/* MODAL DE NOTÍCIA COMPLETA */
.news-modal .modal-content {
  border-radius: var(--radius-lg);
  border: none;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
}

.news-modal .modal-header {
  border: none;
  padding: 24px 32px 0 32px;
  position: relative;
}

.news-modal .close {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 2rem;
  opacity: 0.6;
  transition: opacity 0.2s ease;
  z-index: 10;
}

.news-modal .close:hover {
  opacity: 1;
}

.news-modal-img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: var(--radius-md);
  margin: 20px 0;
}

.news-modal-body {
  padding: 0 32px 40px 32px;
  color: #3d2f28;
  font-size: 1.05rem;
  line-height: 1.7;
}

.news-modal-quote {
  border-left: 4px solid #cd634b;
  padding: 16px 24px;
  background: #fdf8f5;
  margin: 25px 0;
  border-radius: 0 12px 12px 0;
  font-style: italic;
  color: #775d51;
  font-weight: 600;
}

.no-results-msg {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 20px;
  background: #ffffff;
  border-radius: var(--radius-md);
  border: 1px dashed #d5c4ba;
}

/* ==========================================================================
   POSICIONAMENTO E ANIMAÇÃO DO LOGO NA PÁGINA DE NOTÍCIAS
   ========================================================================== */

/* Transição base da marca */
.page-noticias .navbar-brand,
.page-subpage .navbar-brand {
  position: absolute;
  transition: all 0.45s cubic-bezier(0.25, 1, 0.5, 1) !important;
  z-index: 105;
}

/* 1. ESTADO INICIAL DESKTOP (Topo da página / Sem rolagem)
   Logo elevada (top: 10px) no centro-direita, sem ficar sobre o texto das subpáginas */
.page-noticias .navbar:not(.scrolled) .navbar-brand,
.page-subpage .navbar:not(.scrolled) .navbar-brand {
  position: absolute !important;
  left: 64% !important;
  top: 10px !important;
  width: 190px !important;
  transform: translateX(-50%) !important;
}

.page-noticias .navbar:not(.scrolled) #logo #logo-completo,
.page-subpage .navbar:not(.scrolled) #logo #logo-completo {
  opacity: 1 !important;
  z-index: 2 !important;
}

.page-noticias .navbar:not(.scrolled) #logo #logo-simplificado,
.page-subpage .navbar:not(.scrolled) #logo #logo-simplificado {
  opacity: 0 !important;
  z-index: 1 !important;
}

/* Espaçamento aéreo no Hero das Subpáginas no estado inicial */
.page-noticias #news-hero,
.page-subpage #page-hero {
  padding-top: 140px !important;
}

/* 2. ESTADO ROLADO DESKTOP & GERAL (Ao começar a rolagem para baixo)
   - Tarja do menu 100% transparente (sem cor de fundo e sem sombra)
   - Logo no máximo do canto esquerdo (left: 20px) e menor (width: 26px) */
.page-noticias .navbar.scrolled,
.page-subpage .navbar.scrolled {
  background: transparent !important;
  background-color: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
  border: none !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.page-noticias .navbar.scrolled .navbar-brand,
.page-subpage .navbar.scrolled .navbar-brand {
  position: fixed !important;
  left: 20px !important;
  top: 12px !important;
  transform: none !important;
  width: 26px !important; /* Logo ultra-compacta */
  margin: 0 !important;
}

.page-noticias .navbar.scrolled #logo #logo-completo,
.page-subpage .navbar.scrolled #logo #logo-completo {
  opacity: 0 !important;
  z-index: 1 !important;
}

.page-noticias .navbar.scrolled #logo #logo-simplificado,
.page-subpage .navbar.scrolled #logo #logo-simplificado {
  opacity: 1 !important;
  z-index: 2 !important;
}

/* ==========================================================================
   AJUSTES EXCLUSIVOS E REFINADOS PARA DISPOSITIVOS MÓVEIS (MOBILE)
   ========================================================================== */

@media (max-width: 991.98px) {
  /* Estado Inicial Mobile: Logo bem elevada no topo direito, dando espaço ao botão de menu (esquerda)
     e mantendo distância total dos textos do Hero */
  .page-noticias .navbar:not(.scrolled) .navbar-brand,
  .page-subpage .navbar:not(.scrolled) .navbar-brand {
    left: auto !important;
    right: 20px !important;
    top: 5px !important; /* Subida significativa para o topo */
    width: 95px !important; /* Tamanho proporcional super limpo */
    transform: none !important;
  }

  .page-noticias #btMenu,
  .page-subpage #btMenu {
    position: absolute !important;
    left: 20px !important;
    top: 15px !important;
    z-index: 110 !important;
  }

  /* hero padding-top no mobile para afastar os textos da logo superior */
  .page-noticias #news-hero,
  .page-subpage #page-hero {
    padding-top: 175px !important;
  }

  /* Estado Rolado Mobile: Logo fixada à ESQUERDA (left: 15px) e Menu fixado à DIREITA (right: 15px)
     garantindo separação perfeita nas extremidades sem qualquer sobreposição! */
  .page-noticias .navbar.scrolled .navbar-brand,
  .page-subpage .navbar.scrolled .navbar-brand {
    position: fixed !important;
    left: 15px !important;
    right: auto !important;
    top: 12px !important;
    width: 24px !important; /* Bem reduzida */
  }

  .page-noticias .navbar.scrolled #btMenu,
  .page-subpage .navbar.scrolled #btMenu {
    position: fixed !important;
    right: 15px !important;
    left: auto !important;
    top: 12px !important;
  }
}

@media (max-width: 575.98px) {
  .page-noticias .navbar:not(.scrolled) .navbar-brand,
  .page-subpage .navbar:not(.scrolled) .navbar-brand {
    right: 15px !important;
    top: 2px !important; /* Subida máxima no mobile pequeno */
    width: 88px !important;
  }

  .page-noticias #news-hero,
  .page-subpage #page-hero {
    padding-top: 180px !important;
  }

  .page-noticias .navbar.scrolled .navbar-brand,
  .page-subpage .navbar.scrolled .navbar-brand {
    left: 12px !important;
    top: 10px !important;
    width: 22px !important;
  }

  .page-noticias .navbar.scrolled #btMenu,
  .page-subpage .navbar.scrolled #btMenu {
    right: 12px !important;
    top: 10px !important;
  }
}

/* Botão de Destaque MÁXIMO 'Ver Todas as Notícias' na Home com Brilho Passante e Pulso Intenso */
.btn-see-all-news {
  background: linear-gradient(135deg, #e65230 0%, #b84f37 50%, #94321d 100%) !important;
  color: #ffffff !important;
  font-family: var(--font-heading), sans-serif;
  font-weight: 800 !important;
  font-size: 1.25rem !important;
  padding: 18px 40px !important;
  border-radius: 50px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  border: 2px solid rgba(255, 255, 255, 0.45) !important;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  text-decoration: none !important;
  letter-spacing: 0.4px !important;
  position: relative !important;
  overflow: hidden !important;
  animation: intensePulse 2s infinite, gentleFloat 3s ease-in-out infinite !important;
}

/* Brilho Passante (Shimmer Light Effect) */
.btn-see-all-news::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    60deg,
    transparent 30%,
    rgba(255, 255, 255, 0.45) 50%,
    transparent 70%
  );
  transform: rotate(25deg);
  animation: shimmerSweep 3s infinite;
  pointer-events: none;
}

@keyframes shimmerSweep {
  0% { transform: translateX(-100%) rotate(25deg); }
  35% { transform: translateX(100%) rotate(25deg); }
  100% { transform: translateX(100%) rotate(25deg); }
}

@keyframes intensePulse {
  0% {
    box-shadow: 0 12px 32px rgba(230, 82, 48, 0.5), 0 0 0 0 rgba(230, 82, 48, 0.7);
  }
  60% {
    box-shadow: 0 16px 36px rgba(230, 82, 48, 0.6), 0 0 0 22px rgba(230, 82, 48, 0);
  }
  100% {
    box-shadow: 0 12px 32px rgba(230, 82, 48, 0.5), 0 0 0 0 rgba(230, 82, 48, 0);
  }
}

@keyframes gentleFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

.btn-see-all-news:hover {
  background: linear-gradient(135deg, #ff5733 0%, #c4432b 50%, #872815 100%) !important;
  color: #ffffff !important;
  transform: translateY(-6px) scale(1.08) !important;
  box-shadow: 0 20px 45px rgba(230, 82, 48, 0.75), 0 0 0 8px rgba(255, 255, 255, 0.3) !important;
  animation: none !important;
}

.btn-see-all-news .btn-label-tag {
  background: #ffffff;
  color: #b84f37;
  font-size: 0.78rem;
  font-weight: 900;
  padding: 4px 10px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.btn-see-all-news .btn-live-dot {
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  display: inline-block;
  animation: liveDotPulse 1.5s infinite;
}

@keyframes liveDotPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(1.3); }
}

.btn-see-all-news .btn-icon-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 1.3rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), background 0.3s ease;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-see-all-news:hover .btn-icon-arrow {
  transform: translateX(8px) scale(1.15);
  background: rgba(255, 255, 255, 0.5);
}

/* Botão Voltar ao Site Principal na Página de Notícias */
.btn-back-home {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  color: var(--color-terracotta) !important;
  font-family: var(--font-heading), sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 8px 18px;
  border-radius: 50px;
  border: 1.5px solid rgba(205, 99, 75, 0.3);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none !important;
}

.btn-back-home:hover {
  background: var(--color-terracotta);
  color: #ffffff !important;
  transform: translateX(-4px);
  box-shadow: 0 8px 22px rgba(205, 99, 75, 0.35);
  border-color: var(--color-terracotta);
}

.btn-back-home .arrow-back {
  font-size: 1.1rem;
  transition: transform 0.3s ease;
}

.btn-back-home:hover .arrow-back {
  transform: translateX(-4px);
}

/* Seção Transparência & Apoio (Novas Páginas na Home) */
#secao-transparencia-apoio {
  background: var(--color-dark-bg, #2b1f1a);
  color: #ffffff;
}

.governanca-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(222, 163, 130, 0.25);
  border-radius: 20px;
  padding: 32px 28px;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease, border-color 0.4s ease;
  position: relative;
  overflow: hidden;
}

.governanca-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--color-terracotta, #cd634b), #dea382);
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.governanca-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.25);
  border-color: rgba(222, 163, 130, 0.55);
}

.governanca-card .icon-wrap {
  width: 54px;
  height: 54px;
  background: rgba(222, 163, 130, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #dea382;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.governanca-card:hover .icon-wrap {
  transform: scale(1.1) rotate(5deg);
  background: rgba(222, 163, 130, 0.25);
}

.badge-terracota {
  background: rgba(222, 163, 130, 0.18);
  color: #dea382;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  display: inline-block;
}

.btn-transparencia-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #7c2b18 0%, #a83d23 100%);
  color: #ffffff !important;
  padding: 12px 26px;
  border-radius: 50px;
  font-family: var(--font-heading), sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none !important;
  box-shadow: 0 4px 15px rgba(124, 43, 24, 0.35);
  transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn-transparencia-link:hover {
  background: linear-gradient(135deg, #a83d23 0%, #cd634b 100%);
  color: #ffffff !important;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 25px rgba(205, 99, 75, 0.5);
}

.btn-transparencia-link .arrow-icon {
  display: inline-block;
  font-size: 1.1rem;
  transition: transform 0.3s ease;
}

.btn-transparencia-link:hover .arrow-icon {
  transform: translateX(6px);
}






