/* Reset simples */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Manrope', Arial, sans-serif;
  line-height: 1.6;
  background-color: #fff;
  color: #333;
  font-weight: 400;
  overflow-x: hidden;
  width: 100%;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
  box-sizing: border-box;
}
.site-header, .site-footer {
  background: #fff;
  color: #111;
  padding-top: 15px;
  padding-bottom: 20px;;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.site-header {
  padding: 15px 24px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 998;
}
.site-header h1.logo {
  float: left;
  font-size: 1.8rem;
}
.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  max-width: 1200px;
  margin: 0 auto;
}
.logo {
  margin: 0;
}
.logo img {
  height: 56px;
  width: auto;
  display: block;
}
nav.menu {
  display: flex;
  align-items: center;
}
nav.menu ul {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
nav.menu a {
  color: #111;
  text-decoration: none;
  padding: 10px;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 500;
}
nav.menu a:hover {
  color: #16a34a;
}
.btn {
  display: inline-block;
  background: #43a047;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s;
}
.btn:hover {
  background: #388e3c;
}
.btn.pequeno {
  padding: 6px 12px;
  font-size: 0.9rem;
}
.btn.btn-associe {
  background: #009846;
  color: #fff;
  border-radius: 30px;
  padding: 12px 32px;
  font-size: 1.1rem;
  font-weight: 500;
  margin-left: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}
.btn.btn-associe:hover {
  background: #16a34a;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
section {
  padding: 60px 0;
}
section h2 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 24px;
  color: #1a3d2c;
}
section h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 12px;
}
ul li {
  margin-bottom: 10px;
}
input, textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
}
footer a {
  color: #c8e6c9;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
.hero-slider {
  position: relative;
  width: 100%;
  min-height: 600px;
  height: 600px;
  overflow: visible;
  display: flex;
  align-items: flex-end;
  background: #fff;
  margin-top: 86px;
}
.hero-slider .slide {
  position: relative;
  width: 100%;
  min-height: 600px;
  height: 600px;
  background-size: cover;
  background-position: top center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.slide-content {
  position: absolute;
  left: 50%;
  bottom: -10%;
  transform: translateX(-50%);
  width: 92vw;
  max-width: 96vw;
  margin: 0 auto 0 auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  background: linear-gradient(90deg, #179b3a 60%, #0e7c3a 100%);
  border-radius: 56px;
  box-shadow: 0 4px 32px rgba(0,0,0,0.08);
  padding: 56px 56px 48px 56px;
  z-index: 2;
  gap: 48px;
}
.slide-text-main {
  color: #fff;
  font-size: 2.4rem;
  font-family: 'Manrope', Arial, sans-serif;
  font-weight: 300;
  line-height: 1.18;
  flex: 2;
  display: flex;
  align-items: center;
}
.slide-text-side {
  color: #fff;
  font-size: 1.1rem;
  font-family: 'Manrope', Arial, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  flex: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.btn.btn-slide {
  background: #ffb13b;
  color: #222;
  border-radius: 30px;
  padding: 14px 36px;
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 32px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  border: none;
  display: inline-block;
  text-decoration: none;
  transition: background 0.3s;
}
.btn.btn-slide:hover {
  background: #ff9800;
}
@media (max-width: 900px) {
  .site-header {
    padding: 15px;
  }

  .header-flex {
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }

  .logo img {
    height: 48px;
  }

  .menu-toggle {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    padding: 8px;
    margin-left: auto;
  }

  nav.menu {
    position: fixed;
    top: 86px;
    right: -100%;
    width: 100%;
    max-width: 320px;
    height: calc(100vh - 86px);
    background: #fff;
    padding: 20px;
    transition: right 0.3s ease;
    box-shadow: -2px 0 8px rgba(0,0,0,0.1);
    z-index: 999;
  }

  nav.menu.active {
    right: 0;
  }

  nav.menu ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  nav.menu a {
    display: block;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
  }

  .btn.btn-associe {
    margin: 20px 0 0 0;
    width: 100%;
    text-align: center;
  }

  /* Ajuste do overlay */
  .menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 997;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .menu-overlay.active {
    display: block;
    opacity: 1;
  }

  /* Ajuste do body quando menu está aberto */
  body.menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }

  /* Ajuste do conteúdo principal */
  .hero-slider {
    margin-top: 78px;
  }
}

/* Ajustes para telas muito pequenas */
@media (max-width: 480px) {
  .site-header {
    padding: 10px;
  }

  .logo img {
    height: 40px;
  }

  .menu-toggle {
    padding: 6px;
  }

  nav.menu {
    width: 100%;
    max-width: none;
  }

  .hero-slider {
    margin-top: 60px;
  }
}

.sobre-acam {
  background: #f7fcf8;
  padding: 80px 0 60px 0;
  position: relative;
  scroll-margin-top: 120px;
}

.sobre-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  position: relative;
}

.sobre-texto {
  flex: 1.2;
  z-index: 2;
}

.sobre-label {
  color: #16a34a;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 18px;
  display: block;
}

.sobre-texto h2 {
  font-size: 2.6rem;
  color: #1a3d2c;
  font-family: 'Manrope', Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.1;
}

.sobre-texto .destaque {
  color: #179b3a;
  display: block;
}

.sobre-texto p {
  font-size: 1.15rem;
  color: #444;
  margin-bottom: 32px;
  line-height: 1.6;
}

.btn.btn-sobre {
  background: #179b3a;
  color: #fff;
  border-radius: 30px;
  padding: 14px 36px;
  font-size: 1.1rem;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  border: none;
  display: inline-block;
  text-decoration: none;
  transition: background 0.3s;
}
.btn.btn-sobre:hover {
  background: #0e7c3a;
}

.sobre-imagem {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 340px;
  min-height: 340px;
}

.img-circular {
  width: 340px;
  height: 340px;
  object-fit: cover;
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0 4px 32px rgba(0,0,0,0.08);
  position: relative;
}

.circle-bg {
  position: absolute;
  left: 30px;
  top: 60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: #eafaf1;
  z-index: 1;
}

.semicircle-bg {
  position: absolute;
  right: -120px;
  top: -30px;
  width: 300px;
  height: 300px;
  background: #ffb13b;
  border-radius: 0 100% 100% 0 / 50% 100% 100% 50%;
  z-index: 1;
  transform: rotate(-90deg);
}
@media (max-width: 900px) {
  .sobre-container {
    flex-direction: column;
    gap: 32px;
    padding: 0 20px;
  }
  .sobre-imagem, .img-circular {
    min-width: 220px;
    min-height: 220px;
    width: 220px;
    height: 220px;
  }
}
.beneficios-acam {
  background: #fff;
  padding: 80px 0 60px 0;
  position: relative;
  scroll-margin-top: 120px;
  overflow: hidden;
}

.beneficios-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.beneficios-label {
  color: #16a34a;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 18px;
  display: block;
}

.beneficios-acam h2 {
  font-size: 2.6rem;
  color: #1a3d2c;
  font-family: 'Manrope', Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.1;
}

.beneficios-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin: 0 auto 40px auto;
  position: relative;
  z-index: 2;
  justify-content: center;
  max-width: 1000px;
}

.beneficio-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  border: 1.5px solid #d6f5e3;
  display: flex;
  flex-direction: column;
  min-height: 320px;
  width: 100%;
  overflow: hidden;
  transition: box-shadow 0.3s, border 0.3s;
  padding: 0;
}

.beneficio-card-top {
  height: 149px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
  padding: 0;
  background: none;
}

.beneficio-card-top img {
  width: 296px;
  height: 149px;
  max-width: 296px;
  max-height: 149px;
  object-fit: cover;
  display: block;
  margin: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.beneficio-card-bottom {
  background: #fff;
  padding: 24px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  min-height: 120px;
}

.beneficio-card-bottom h3 {
  font-size: 1.18rem;
  color: #179b3a;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'Manrope', Arial, sans-serif;
}

.beneficio-card-bottom p {
  color: #444;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.btn.btn-beneficios {
  background: #009846;
  color: #fff;
  border-radius: 32px;
  padding: 12px 40px;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 32px auto 0 auto;
  display: block;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  transition: background 0.3s;
  text-align: center;
  border: none;
  min-width: 240px;
  max-width: 320px;
}
.btn.btn-beneficios:hover {
  background: #16a34a;
}

.beneficios-bg-asterisk {
  position: absolute;
  right: 0;
  top: 60px;
  width: 180px;
  height: 180px;
  background: url('img/asterisk-bg.svg') no-repeat center center;
  background-size: contain;
  opacity: 0.10;
  z-index: 1;
  pointer-events: none;
}
.beneficios-bg-circle {
  position: absolute;
  left: -120px;
  bottom: 40px;
  width: 180px;
  height: 180px;
  background: #eafaf1;
  border-radius: 50%;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 900px) {
  .beneficios-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 0;
  }
  .beneficio-card {
    min-height: 300px;
  }
  .beneficios-acam h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 32px;
  }
  .beneficios-label {
    text-align: center;
  }
  .btn.btn-beneficios {
    margin: 24px auto 0 auto;
  }
}

.fundo-social-acam {
  background: #f7fcf8;
  padding: 80px 0 60px 0;
  position: relative;
  overflow: hidden;
}

.fundo-social-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  position: relative;
  z-index: 2;
}

.fundo-social-img-area {
  position: relative;
  min-width: 380px;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fundo-social-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 220px;
  height: 380px;
  background: #16a34a;
  border-radius: 0 100% 0 0;
  z-index: 1;
  transform: scaleY(-1);
}

.fundo-social-img-circular {
  width: 340px;
  height: 340px;
  object-fit: cover;
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0 4px 32px rgba(0,0,0,0.08);
  position: relative;
}

.fundo-social-texto {
  flex: 1.2;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.fundo-social-texto h2 {
  font-size: 2.6rem;
  color: #1a3d2c;
  font-family: 'Manrope', Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.1;
}

.fundo-social-sub {
  color: #6fcf97;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 18px;
  display: block;
}

.fundo-social-texto p {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 32px;
  line-height: 1.6;
}

.btn.btn-fundo-social {
  background: #179b3a;
  color: #fff;
  border-radius: 30px;
  padding: 14px 36px;
  font-size: 1.1rem;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  border: none;
  display: inline-block;
  text-decoration: none;
  transition: background 0.3s;
}
.btn.btn-fundo-social:hover {
  background: #0e7c3a;
}

.fundo-social-circle-bg {
  position: absolute;
  right: -120px;
  bottom: -60px;
  width: 260px;
  height: 260px;
  background: #eafaf1;
  border-radius: 50%;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 900px) {
  .fundo-social-container {
    flex-direction: column;
    gap: 32px;
    padding: 0 20px;
  }
  .fundo-social-img-area, .fundo-social-img-circular {
    min-width: 220px;
    min-height: 220px;
    width: 220px;
    height: 220px;
  }
}

.associe-se-acam {
  position: relative;
  background: none;
  padding: 0;
  min-height: 600px;
  overflow: hidden;
}

.associe-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: 
     url('img/bg-associado.jpg') center center / cover no-repeat;
  z-index: 1;
  opacity: 1;
}

.associe-container {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.associe-titulo {
  text-align: left;
  width: 100%;
  margin-bottom: 48px;
}
.associe-titulo h2 {
  color: #fff;
  font-size: 2.6rem;
  font-family: 'Manrope', Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 8px;
}
.associe-titulo p {
  color: #6fcf97;
  font-size: 1.15rem;
  font-weight: 400;
  margin-bottom: 40px;
}

.associe-grid {
  display: flex;
  gap: 32px;
  width: 100%;
  justify-content: center;
  margin-bottom: 48px;
}

.associe-card {
  background: rgba(255,255,255,0.04);
  border: 2px solid rgba(255,255,255,0.7);
  border-radius: 20px;
  padding: 36px 32px 32px 32px;
  min-width: 260px;
  max-width: 340px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  transition: border 0.3s, box-shadow 0.3s;
}
.associe-card:hover {
  border: 2px solid #fff;
  box-shadow: 0 4px 24px rgba(22,163,74,0.10);
}
.associe-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 0;
  filter: none;
  flex-shrink: 0;
}
.associe-card h3 {
  color: #fff;
  font-size: 1.18rem;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: left;
  font-family: 'Manrope', Arial, sans-serif;
}
.associe-desc {
  color: #6fcf97;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
}

.btn.btn-associe-amarelo {
  background: #ffb13b;
  color: #222;
  border-radius: 30px;
  padding: 16px 48px;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 32px auto 0 auto;
  display: block;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  border: none;
  text-align: center;
  min-width: 280px;
  max-width: 340px;
  transition: background 0.3s;
}
.btn.btn-associe-amarelo:hover {
  background: #ff9800;
}

.associe-circle {
  position: absolute;
  top: -150px;
  right: -150px;
  width: 300px;
  height: 300px;
  background: none;
  border: 16px solid #eafaf1;
  border-radius: 50%;
  opacity: 0.7;
  z-index: 3;
  pointer-events: none;
}

@media (max-width: 900px) {
  .associe-container {
    padding: 40px 16px;
  }
  .associe-grid {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  .associe-card {
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }
}

.blog-acam {
  background: #f7fcf8;
  position: relative;
  padding: 80px 0 60px 0;
  overflow: hidden;
}
.blog-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 70vw;
  height: 220px;
  background: #eafaf1;
  border-bottom-right-radius: 120px;
  z-index: 1;
}
.blog-bg-circle {
  position: absolute;
  left: -120px;
  bottom: 40px;
  width: 180px;
  height: 180px;
  background: #eafaf1;
  border-radius: 50%;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.blog-bg-asterisk {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 180px;
  height: 180px;
  background: url('img/asterisk-bg.svg') no-repeat center center;
  background-size: contain;
  opacity: 0.10;
  z-index: 1;
  pointer-events: none;
}
.blog-container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.blog-indicators {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  margin-left: 0;
}
.blog-dot {
  width: 20px;
  height: 20px;
  background: #c8e6c9;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.7;
  transition: background 0.3s;
}
.blog-dot.active {
  background: #6fcf97;
  opacity: 1;
}
.blog-acam h2 {
  font-size: 2.6rem;
  color: #1a3d2c;
  font-family: 'Manrope', Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.1;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin: 0 auto 40px auto;
  max-width: 1000px;
}
.blog-card {
  background: #eafaf1;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  overflow: hidden;
  width: 320px;
  display: flex;
  flex-direction: column;
  min-height: 420px;
  position: relative;
}
.blog-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  display: block;
}
.blog-content {
  padding: 24px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.blog-date {
  color: #6fcf97;
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.blog-card h3 {
  color: #179b3a;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'Manrope', Arial, sans-serif;
}
.blog-card p {
  color: #444;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 18px;
}
.btn.btn-blog {
  background: #179b3a;
  color: #fff;
  border-radius: 30px;
  padding: 10px 28px;
  font-size: 1rem;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  border: none;
  display: inline-block;
  text-decoration: none;
  transition: background 0.3s;
}
.btn.btn-blog:hover {
  background: #0e7c3a;
}
@media (max-width: 900px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .blog-card {
    width: 100%;
    max-width: 400px;
  }
}

.contato-acam {
  position: relative;
  padding: 80px 0;
  background: #f7fcf8;
  overflow: hidden;
}

.contato-bg-circle {
  position: absolute;
  top: -10%;
  right: -5%;
  width: 600px;
  height: 600px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}

.contato-bg-shape {
  position: absolute;
  bottom: -10%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}

.contato-container {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.contato-info {
  flex: 1;
  max-width: 480px;
}

.contato-info h2 {
  font-size: 3.2rem;
  color: #179b3a;
  font-family: 'Manrope', Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 36px;
  letter-spacing: -1px;
}

.contato-info-block {
  margin-bottom: 28px;
}

.contato-label {
  color: #179b3a;
  font-size: 1.13rem;
  font-weight: 400;
  margin-bottom: 2px;
  letter-spacing: 0.5px;
}

.contato-info-block p {
  color: #444;
  font-size: 1.08rem;
  margin-bottom: 0;
  line-height: 1.5;
}

.contato-info-icons p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.contato-info-icons .contato-icon {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  vertical-align: middle;
}

.contato-whats {
  color: #179b3a;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.contato-info-icons p:last-child {
  color: #179b3a;
  font-weight: 400;
}

.contato-info-icons p:last-child span,
.contato-info-icons p:last-child a {
  color: #179b3a;
}

.contato-info-block b {
  font-weight: 700;
  color: #222;
}

.contato-info-block b.sac {
  color: #222;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.contato-info-block .sac-email {
  color: #888;
  font-size: 1.01rem;
  font-weight: 400;
}

.contato-social {
  margin-top: 38px;
  display: flex;
  gap: 22px;
}

.contato-social img {
  width: 32px;
  height: 32px;
  opacity: 0.85;
  transition: opacity 0.2s;
}

.contato-social img:hover {
  opacity: 1;
}

.contato-form-card {
  flex: 1;
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  position: relative;
  z-index: 2;
}

.contato-form input,
.contato-form textarea {
  width: 100%;
  padding: 20px 22px;
  margin-bottom: 22px;
  border: 1.5px solid #b7e6c7;
  border-radius: 18px;
  font-size: 1.13rem;
  background: #fff;
  color: #222;
  outline: none;
  transition: border 0.2s;
  resize: none;
  font-family: 'Manrope', Arial, sans-serif;
}

.contato-form input:focus,
.contato-form textarea:focus {
  border: 1.5px solid #179b3a;
}

.contato-form textarea {
  min-height: 100px;
  max-height: 200px;
}

.btn.btn-contato {
  background: #179b3a;
  color: #fff;
  border-radius: 30px;
  padding: 12px 0;
  font-size: 1.1rem;
  font-weight: 500;
  border: none;
  margin: 18px auto 0 auto;
  display: block;
  width: 50%;
  max-width: 200px;
  transition: background 0.3s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.btn.btn-contato:hover {
  background: #0e7c3a;
}

@media (max-width: 900px) {
  .contato-container {
    flex-direction: column;
    gap: 32px;
    padding: 0 20px;
  }

  .contato-info {
    max-width: 100%;
  }

  .contato-form-card {
    width: 100%;
  }

  .contato-bg-circle {
    width: 400px;
    height: 400px;
  }

  .contato-bg-shape {
    width: 300px;
    height: 300px;
  }

  .contato-info h2 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .contato-acam {
    padding: 60px 0;
  }

  .contato-container {
    padding: 0 16px;
  }

  .contato-form-card {
    padding: 24px 16px;
  }

  .contato-bg-circle {
    width: 300px;
    height: 300px;
  }

  .contato-bg-shape {
    width: 200px;
    height: 200px;
  }

  .contato-info h2 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 20px;
  }
}

.site-footer {
  background: #fff;
  color: #222;
  padding: 0;
  box-shadow: none;
  border: none;
  margin-top: 0;
}
.footer-main {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 64px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 24px 36px 24px;
}
.footer-col {
  flex: 1;
  min-width: 220px;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.footer-logo {
  width: 160px;
  height: auto;
  margin-bottom: 8px;
}
.footer-desc {
  color: #444;
  font-size: 1.05rem;
  margin-bottom: 12px;
  line-height: 1.5;
  max-width: 320px;
}
.footer-social {
  display: flex;
  gap: 18px;
  margin-top: 8px;
}
.footer-social img {
  width: 28px;
  height: 28px;
  opacity: 0.85;
  transition: opacity 0.2s;
}
.footer-social img:hover {
  opacity: 1;
}
.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 12px;
}
.footer-links a {
  color: #222;
  text-decoration: none;
  font-size: 1.05rem;
  transition: color 0.2s;
}
.footer-links a:hover {
  color: #179b3a;
}
.footer-bar {
  background: #179b3a;
  color: #fff;
  text-align: center;
  padding: 18px 0 14px 0;
  font-size: 1.08rem;
  letter-spacing: 0.5px;
}
@media (max-width: 900px) {
  .footer-main {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 32px 16px 24px 16px;
  }
  .footer-col {
    min-width: 0;
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .footer-brand {
    align-items: center;
  }
  .footer-desc {
    max-width: 100%;
  }
}

/* Modal de Mensagem */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal.show {
  opacity: 1;
}

.modal-content {
  position: relative;
  background: #fff;
  margin: 15% auto;
  padding: 0;
  width: 90%;
  max-width: 500px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-20px);
  transition: transform 0.3s ease;
}

.modal.show .modal-content {
  transform: translateY(0);
}

.modal-header {
  padding: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-header h3 {
  margin: 0;
  font-size: 1.5rem;
  color: #333;
}

.close-modal {
  font-size: 24px;
  font-weight: bold;
  color: #666;
  cursor: pointer;
  transition: color 0.2s;
}

.close-modal:hover {
  color: #333;
}

.modal-body {
  padding: 20px;
  text-align: center;
}

.modal-icon {
  margin-bottom: 20px;
}

.modal-icon svg {
  width: 48px;
  height: 48px;
  display: none;
}

.success-icon {
  fill: #179b3a;
}

.error-icon {
  fill: #dc3545;
}

.modal-body p {
  margin: 0;
  font-size: 1.1rem;
  color: #444;
  line-height: 1.5;
}

.modal-footer {
  padding: 20px;
  text-align: center;
  border-top: 1px solid #eee;
}

.btn-modal {
  background: #179b3a;
  color: white;
  border: none;
  padding: 10px 30px;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s;
}

.btn-modal:hover {
  background: #0e7c3a;
}

/* Animações do Modal */
@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes modalFadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}

/* Estilos para o formulário de contato */
.form-error {
  color: #dc3545;
  font-size: 0.9rem;
  margin-top: 5px;
  display: block;
}

.btn-loading {
  display: none;
}

.spinner {
  animation: rotate 2s linear infinite;
  width: 20px;
  height: 20px;
}

.spinner .path {
  stroke: #fff;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

/* Menu Responsivo */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1000;
}

.menu-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background: #179b3a;
  margin: 5px 0;
  transition: all 0.3s ease;
}

@media (max-width: 900px) {
  .menu-toggle {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    padding: 8px;
    margin-left: auto;
  }

  .menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
  }

  nav.menu {
    position: fixed;
    top: 86px;
    right: -100%;
    width: 100%;
    max-width: 320px;
    height: calc(100vh - 86px);
    background: #fff;
    padding: 20px;
    transition: right 0.3s ease;
    box-shadow: -2px 0 8px rgba(0,0,0,0.1);
    z-index: 999;
  }

  nav.menu.active {
    right: 0;
  }

  nav.menu ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  nav.menu a {
    display: block;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
  }

  .btn.btn-associe {
    margin: 20px 0 0 0;
    width: 100%;
  }

  /* Ajuste do círculo amarelo */
  .semicircle-bg {
    right: -60px;
    width: 200px;
    height: 200px;
    top: -20px;
  }

  /* Ajuste do header */
  .site-header {
    padding: 15px;
  }

  .header-flex {
    justify-content: center;
  }

  .logo {
    margin: 0;
  }
}

/* Ajustes para telas muito pequenas */
@media (max-width: 480px) {
  .semicircle-bg {
    right: -40px;
    width: 150px;
    height: 150px;
    top: -15px;
  }

  .menu-toggle {
    top: 15px;
    right: 15px;
  }

  nav.menu {
    width: 100%;
    right: -100%;
  }
}

/* Overlay do menu */
.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.menu-overlay.active {
  display: block;
  opacity: 1;
}

/* Ajuste do body quando menu está aberto */
body.menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/* Ajuste do conteúdo principal */
.hero-slider {
  margin-top: 78px;
}