:root {
  --verde-escuro: #02343f;
  --cinza-prata: #A8A8A8;
  --branco: #FFFFFF;
  --vermelho-sutil: #B22222;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: var(--verde-escuro);
  background-color: var(--branco);
  line-height: 1.6;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

/* Header */
.header {
  background-color: var(--verde-escuro);
  color: var(--branco);
  padding: 0;
  position: relative;
  z-index: 10;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
}

.logo {
  height: 72px;
  width: auto;
}

.menu-toggle {
  display: none;
  font-size: 28px;
  cursor: pointer;
  color: var(--branco);
  background: none;
  border: none;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: center;
  padding-left: 0;
  margin: 0;
}

.nav-links li a {
  color: var(--branco);
  text-decoration: none;
  font-weight: 500;
  padding: 10px 15px;
  display: block;
  border-radius: 4px;
  transition: background 0.2s;
}

.nav-links li a:hover {
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: var(--verde-escuro);
    padding: 10px 0;
    text-align: center;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links li {
    margin: 10px 0;
  }
}

/* Banner */
.banner {
  position: relative;
  overflow: hidden;
}

.banner-swiper {
  width: 100%;
  height: 600px;
}

.banner-slide {
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}

.banner-content {
  background: rgba(0, 0, 0, 0.5);
  padding: 40px;
  border-radius: 10px;
  color: #fff;
  max-width: 800px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.banner-content h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

.banner-content p {
  font-size: 18px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .banner-swiper {
    height: 400px;
  }

  .banner-content h1 {
    font-size: 24px;
  }

  .banner-content p {
    font-size: 16px;
  }
}

/* Botões */
.btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--vermelho-sutil);
  color: var(--branco);
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #8B1A1A;
}

/* Seções */
section {
  padding: 40px 0;
  border-bottom: 1px solid var(--cinza-prata);
}

h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

.areas {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.area {
  background-color: var(--verde-escuro);
  color: var(--branco);
  padding: 15px;
  text-align: center;
  border-radius: 5px;
}

/* Equipe Carrossel */
.equipe-swiper {
  width: 100%;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}

.equipe .swiper-wrapper {
  display: flex;
  padding-left: 20px;
}

.equipe .swiper-slide {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  width: 280px !important;
}

.equipe .card {
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  width: 100%;
  margin: 0 10px;
}

.equipe .card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}

.equipe .card h3 {
  color: var(--verde-escuro);
  font-size: 18px;
  margin-bottom: 5px;
}

.equipe .card p {
  font-size: 14px;
  color: #333;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--verde-escuro);
  top: 50%;
  width: 32px;
  height: 32px;
  background: var(--branco);
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  z-index: 11;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
  color: var(--verde-escuro);
}

@media (min-width: 1024px) {
  .equipe .swiper-wrapper {
    justify-content: start;
    gap: 20px;
    flex-wrap: nowrap;
  }
}

/* Footer */
footer {
  background-color: var(--verde-escuro);
  color: var(--branco);
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
}
.swiper-pagination-bullet {
  background-color: var(--cinza-prata); /* cor padrão opaca */
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background-color: var(--verde-escuro); /* bolinha ativa */
  opacity: 1;
}
