:root{
  --green:#27ae60;
  --orange:#f09a1a;
  --blue:#0b86d4;
  --red:#e53935;
}

body {
  margin: 0;
  font-family: "acumin-variable";
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 194.2857;
  color: #222;
}

.accent-bottom {
  height: 6px;
  background: linear-gradient(
    90deg,
    #01A7D5 0%,
    #01A7D5 33.33%,
    #49B969 33.33%,
    #49B969 66.66%,
    #FF8001 66.66%,
    #FF8001 100%
  );
  margin-top: 100px;
}

a {
  color: inherit;       
  text-decoration: none; 
}

a:visited,
a:hover,
a:active,
a:focus {
  color: inherit;       
  text-decoration: none;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 60px;
  background: #fff;
  flex-wrap: wrap;
}
.logo img { height: 150px; }

nav ul {
  list-style: none;
  display: flex;
  gap: 65px;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
nav ul li { position: relative; }
nav ul li a {
  font-size: 26px;
  text-decoration: none;
  font-weight: bold;
  color: #006633;
  position: relative;
  transition: color 0.3s ease;
}
nav ul li a:hover { color: #004d26; }

nav ul li:nth-child(1) a::after,
nav ul li:nth-child(2) a::after,
nav ul li:nth-child(3) a::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  border-radius: 2px;
}
nav ul li:nth-child(1) a::after { background: #FF8001; }
nav ul li:nth-child(2) a::after { background: #49B969; }
nav ul li:nth-child(3) a::after { background: #01A7D5; }

.banner img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  object-position: 60% 65%;
}

.section .text,
.section .content {
  padding: 100px 60px 100px 60px;
}

.section .text h2,
.section .content h2 {
  font-family: Arial, sans-serif;
  padding-bottom: 20px;
  font-size: 80px;
  margin-bottom: 15px;
}

.section .text p,
.section .content p {
  font-size: 30px;
  line-height: 1.6;
}

.menu-toggle {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
}

.site-footer .container {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}


@media (max-width: 1100px){
  header{ padding: 15px 24px; }
  .logo img { height: 100px; }

  .section .text h2 { font-size: 30px; }
  .section .text p { font-size: 20px; line-height: 1.6; }

  nav ul{ 
    gap: 20px; 
    flex-direction: column; 
    width: 100%;
  }
  .main-nav { display: none; }
  .main-nav.open { display: flex; flex-direction: column; }
  .menu-toggle { display: block; }
  .section{
    flex-direction: column;
    gap: 28px;
    padding: 40px 6%;
  }
  .section img{ width: 100%; max-width: 420px; }
  .banner img{ height: 48vh; min-height: 260px; object-position: 30% 50%; }
}

.events {
  width: 100%;
  background: var(--green);
  color: #111;
  font-family: "acumin-variable";
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 194.2857;
  overflow: hidden;
}

.events-subtitle{
  font-size: 20px;
}

.events-blue { background: #01A7D5; }
.events-orange { background: #FF8001; }
.events-purple { background: #A2A2FF; }

.events-toggle {
  font-family: "acumin-variable" !important;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 194.2857 !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  padding: 24px 60px;
  cursor: pointer;
  font-size: 2.6rem;
  width: 100%;
  border: none;
  background: none;
  color: #111;
  border-bottom: 6px solid rgba(255,255,255,0.95);
  transition: background .3s;
}
.events-toggle:hover {
  background: rgba(255,255,255,0.1);
}
.events-toggle .circle {
  font-family: Arial, sans-serif !important;
  display:flex; align-items:center; justify-content:center;
  width:38px; height:38px; border-radius:50%;
  border:2px solid #111; font-size:1.2rem;
  transition: transform .35s ease, background .2s ease;
}
.events-toggle[aria-expanded="true"] .circle{ transform: rotate(180deg); }

.events-panel {
  background: inherit;
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s ease, padding .35s ease;
  padding-left: 60px; 
  padding-right: 60px; 
}
.events-panel.open {
  max-height: 3000px;
  padding: 60px 60px;
  box-sizing: border-box;
  border-bottom: 6px solid rgba(255,255,255,0.95);
}


.events-content {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1.8;
  flex-wrap: wrap;
}

.events-img {
  flex: 0 0 auto;
}

.events-img img {
  width: 650px;
  height: 650px;
  display: block;
  border-radius: 6px;
  object-fit: cover;
}

.events-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;     
  justify-content: center;
  text-align: center;      
}

.events-quote {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  align-items: flex-start;
  text-align: center;
}
.events-quote .events-img img {
  width: 600px;
  height: 600px;
}

.events-quote .quote-text {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.events-quote .quote-text p {
  font-size: 26px;
  line-height: 1.6;
  color: #111;
  position: relative;
  margin: 0;
  justify-content: center;
  align-items: center;
}

.events-quote .quote-text p::before {
  content: "“";
  font-size: 50px;
  position: absolute;
  left: -25px;
  top: -10px;
  color: #2d572c;
}
.events-quote .quote-text p::after {
  content: "”";
  font-size: 50px;
  position: absolute;
  color: #2d572c;
}

.events-quote .quote-text strong {
  font-size: 30px;
  font-weight: bold;
  color: #004d26;
  margin-top: 10px;
  align-items: center; 
  justify-content: center; 
  font-family: Arial, sans-serif !important ; 
}

.events-quote .quote-text span {
  font-size: 16px;
  color: #333;
  font-weight: normal;
}

.btn-action {
  display: block;
  margin: 30px auto 0;
  background: inherit;
  border: 1px solid #000;
  color: #111;
  padding: 12px 24px;
  font-size: 20px;
  cursor: pointer;
  transition: transform .2s, background .3s;
}
.btn-action:hover {
  background: rgba(0,0,0,0.05);
}

@media (max-width: 1100px){
  .events-panel.open { padding: 24px; padding-bottom: 50px; }
  .events-content { flex-direction: column; gap: 20px; align-items: center; text-align: center; }
  .events-img { display: none; }
  .events-text { width: 100%; }
  .events-quote { flex-direction: column; align-items: center; }
  .events-quote .events-img img {display: none; }
  .quote-text { text-align: center; }
  .btn-action { font-size: 18px; padding: 10px 20px; }
  .events-subtitle{
  font-size: 0px;
  padding-left: 0px;
}
.section .text {
    padding: 25px;
  }
  .events-toggle{
    font-size: 1.5rem;
  }
}

.agenda-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bloco-topo {
  background-color: #3b32a0;
  color: white;
  text-align: center;
  padding: 25px 10px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}
.bloco-topo h2 {
  font-size: 2rem;
  margin: 0;
  font-family: "acumin-pro-condensed";
  font-variation-settings: "wght" 560, "slnt" 0, "wdth" 100 !important;
  font-style: normal;
}
.bloco-topo p {
  font-size: 1.5rem;
  margin: 8px 0 0;
}

.sessao {
  background-color: #e6e4ff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
  gap: 20px;
}

.sessao .texto { flex: 1; }

.sessao h2 {
  color: #0d4423;
  font-size: 1.rem;
  margin: 0 0 10px;
  font-family: "acumin-pro-condensed";
  font-variation-settings: "wght" 500, "slnt" 0, "wdth" 100 !important;
  font-style: normal;
}

.sessao-strong{
  color: #0d4423;
  font-size: 1.3rem;

  font-family: "acumin-pro-condensed";
  font-variation-settings: "wght" 500, "slnt" 0, "wdth" 100 !important;
  font-style: normal;
}

.sessao p {
  font-size: 1.2rem;
  margin: 4px 0;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #222;
}

.sessao p img {
  width: 18px;
  height: 18px;
  object-fit: contain;
 
filter: invert(16%) sepia(36%) saturate(1000%) hue-rotate(231deg) brightness(50%) contrast(100%);


}

.sessao .foto {
  display: flex;
  gap: 1px;
}
.sessao .foto img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

@media (max-width: 900px) {
  .agenda-wrapper { padding: 20px; }
  .sessao {
    flex-direction: column;
    text-align: center;
  }
  .sessao .foto img {
    width: 100px;
    height: 100px;
  }
  .sessao h2 { font-size: 1.3rem; }
  .sessao p { justify-content: center; }
}