body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background-color: #FAF3E0;
    color: #333333;
  }


/* HEADER */

header {
    background-color: #45848F;
    padding: 1rem;
  }
  
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  
  .logo-img {
    height: 50px;
    width: auto;
    align-items: start;
  }  
  
  .nav-links {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    padding: 0;
    margin: 0;
  }
  
  .nav-links li a {
    color: white;
    text-decoration: none;
    font-weight: 600;
  }
  
  .nav-links li a:hover {
    color: #DC8645;
  }

/* FOOTER */

footer {
    text-align: start;
    padding: 1rem;
    background-color: #45848F;
    color: white;
    margin-top: 2rem;
    font-size: 0.9rem;
    justify-content: space-evenly;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    padding: 1rem 0;
    gap: 2rem;
  }

  .navbar-footer {
    display: flex;
    flex-direction: column;
    justify-items: center;
    max-width: 1200px;

  }

  .nav-links-footer {
   
    gap: 1.5rem;
    padding: 0;
    margin: 0;
    list-style-position: inside;
  }

  .nav-links-footer li {
    padding: 0.5rem 0;
  }
  .nav-links-footer li a {
    color: white;
    text-decoration: none;
    font-weight: 600;
  }

  .nav-links-footer li a:hover {
    color: #DC8645;
  }

.logo-footer {
  display: flex;
  flex-direction: column;
  align-items: start
}

.logo-img {
  height: 50px;
  width: auto;

}

.logo-img-footer {
  height: 100px;
  width: auto;

}


.redes-sociais {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.redes-sociais .redes-btn {
  display: flex;
  align-items: center;
  background-color: #DC8645;
  color: white;
  padding: 1rem 2rem;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1.3rem;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  gap: 12px;
}

.redes-sociais .redes-btn:hover {
  background-color: #45848F;
  transform: scale(1.05);
  color: #fff;
}

.redes-sociais .redes-btn img {
  width: 36px;
  height: 36px;
  margin-right: 8px;
  filter: brightness(0) invert(1);
  transition: transform 0.2s;
}

.redes-sociais .redes-btn:hover img {
  transform: scale(1.2);
}








.redes-sociais a img {
  margin: 0 10px;
  font-size: 32px;
  filter: brightness(0) invert(1);
  transition: transform 0.2s ease;
}

.redes-sociais a img:hover {
  transform: scale(1.2);
  color: #DC8645;
}



/* MAIN */
  
/* INDEX */
  

/* sessão 1 */
    .home {
      align-items: center;
      padding: 2rem 2rem;
      text-align: center;
      max-width: 1200px;
      margin: 0 auto;
      gap: 2rem;
    }
  
.home .intro {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0 auto;
    gap: 2rem;
    align-items: center;
  }

.foto4 {
      width: 300px;
      height: 150px;
      object-fit:  cover;
      border-radius: 3%;
      border: 3px solid #DC8645;
      margin-bottom: 1rem;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

.foto3 {
      width: 150px;
      height: 150px;
      object-fit:  cover;
      border-radius: 50%;
      border: 3px solid #DC8645;
      margin-bottom: 1rem;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

.foto2 {
      width: 400px;
      height: 400px;
      object-fit:  cover;
      border-radius: 50%;
      border: 3px solid #DC8645;
      margin-bottom: 1rem;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .foto {
      width: 300px;
      height: 500px;
      object-fit:  cover;
      border-radius: 5%;
      border: 3px solid #DC8645;
      margin-bottom: 1rem;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

.bio {
      display: flex;
      flex-direction: column;
          max-width: 1000px

}


    .bio h1 {
      font-family:  'Bebas Neue', sans-serif;
      font-size: 2.5rem;
      color: #001F3F;
      margin: 0.5rem 0;
      text-align: start;
    }
  
    .bio p {
      font-size: 1.2rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      text-indent: 2em;
      text-align: justify;

    }
     
    .redes {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      margin-bottom: 2rem;
    }
    
    .redes span {
      display: flex;
      flex-direction: row;
      background-color: #DC8645;
      color: white;
      padding: 0.5rem 1rem;
      border-radius: 8px;
      margin: 0.3rem;
      font-weight: 600;
    }

    /* sessão 2 */
     .flex-news {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
    color: #ffffff;
    background-color: #DC8645;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

  }

  .news {
    display: flex;
    flex-direction: row;
    align-items: start;
    font-size: 1.1rem;
    text-align: start;
    max-width: 800px;
    margin: 0 auto;
    gap: 1rem;
  }
  
/* SOBRE */

/* sessão 1 */
  .foto-sobre {
    width: 300px;
    height: 400px;
    object-fit: fill;
    border-radius: 5%;
    border: 3px solid #DC8645;
    margin-top: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .resumo {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2rem 2rem;
    text-align: start;
    max-width: 1200px;
    margin: 0 auto;
    gap: 2rem;
  }

  .resumo-texto {
    background-color: #ffffff;
    padding: 1.5rem;
    max-width: 800px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 1.2rem;
    text-align: justify;
  }

  .resumo-texto p {
    text-indent:  2em;
    line-height: 1.6;
  }

/* sessão 2 */

.flex-column {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
    color: #ffffff;
    background-color: #DC8645;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

.flex-column h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    text-align: start;
    padding: 0 2rem;
  }


  .flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: start;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 1rem;
    gap: 2rem;
    color: #ffffff;
    background-color: #DC8645;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .parceiros {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
    text-indent: 2em;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 0rem;
    color: #ffffff;
    background-color: #DC8645;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

 .parcerias {
    display: flex;
    flex-direction: row;
    align-items: start;
    padding-bottom: 1rem;
    font-size: 1.2rem;
    text-align: start;
    max-width: 1100px;
    margin: 0 auto;
    gap: 2rem;

  }



  .curriculo {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 1rem 0rem;
    font-size: 1.2rem;
    text-align: start;
    max-width: 1100px;
    margin: 0 auto;
  }

  .curriculo p {
    text-indent: 2em;
    line-height: 1.6;
    text-align: justify;
    margin-block-start: 0;
    margin-bottom: 0;
  }

  .curriculo ul {
    flex-direction: column;
    display: flex;
    gap: 1.5rem;
    font-size: 1.2rem;
    padding: 0;
    margin: 0;
    margin-block: 5px;
    margin-inline-start: 20px;
    list-style-position: outside;
  } 

  .curriculo li a {
    color: white;
    text-decoration: none;
    font-weight: 600;
  }
  
  .curriculo li a:hover {
    color: #45848F;
  }

  .lattes span {
    display: flex;
    background-color: #45848F;
    color: white;
    padding: 1.5rem 1rem;
    border-radius: 8px;
    margin: 0.3rem;
    margin-right: 2rem;
    font-weight: 600;
    align-items: start;
    transition: background 0.2s, transform 0.2s;
    cursor: pointer;
  }

  .lattes span a {
    color: white;
    text-decoration: none;
    font-weight: 600;
  }
  
 

  .lattes span:hover {
  transform: scale(1.05); /* Efeito de "saltar" */
  color: #fff;
}

.service {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1rem 0rem;
    font-size: 1rem;
}

.service span {
    background-color: #45848F;
    color: white;
    padding: 1.5rem 1rem;
    border-radius: 8px;
    margin: 0.3rem;
    font-weight: 600;
    align-items: start;
    
  }


/* sessão 3 */
.midia-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: start;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 1rem;
    gap: 2rem;
    color: #ffffff;
    background-color: #DC8645;
    border-radius: 5px;
    
  }

  .midia {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 0rem 2rem;
    padding-bottom: 1rem;
    font-size: 1.1rem;
    text-align: start;
    max-width: 800px;
    margin: 0 auto;
    margin-left: 1rem;
  }

.midia ul {
    flex-direction: column;
    display: flex;
    gap: 1.5rem;
    font-size: 1.1rem;
    padding: 0;
    margin: 0;
    margin-block: 5px;
    margin-inline-start: 20px;
    list-style-position: outside;
  }

  .midia li a  {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
  }

  .midia li a:hover {
    color: #45848F;
  }

/* PUBLICAÇÕES */

  .publicacoes {
  display: flex;
  flex-direction: row;
  background-color: #DC8645;
  color: white;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  align-items: start;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  text-align: start;
  max-width: 1200px;
  margin: 0 auto;
  gap: 1rem;
  justify-content: space-between;
  }

.artigos {
    display: flex;
    flex-direction: column;
}



.novidades-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.card-novidade {
  background-color: #fff;
  border: 2px solid #eaeaea;
  border-radius: 16px;
  padding: 20px;
  text-decoration: none;
  color: #222;
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.card-novidade:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  transform: translateY(-4px);
}

.card-novidade h3 {
  margin-top: 0;
  font-size: 1.2rem;
  color: #45848F;
}

.card-novidade span {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

.conteudo-novidade {
  padding: 20px;
  text-align: justify;
  hyphens: auto;
}

.conteudo-novidade p {
  text-indent: 2em;
}

.imagem-capa {
  position: relative;
  width: 100%;
  height: 160px;
  overflow: hidden;
}

.imagem-capa img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.etiqueta {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #DC8645;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 12px;
  text-transform: uppercase;
}

/* ADAPTAR PARA CADA SITUAÇÃO */

.etiqueta.evento { background-color: #45848F; }
.etiqueta.curso { background-color: #DC8645; }
.etiqueta.video { background-color: #001F3F; }


.veja-mais {
  font-weight: bold;
  color: #DC8645;
  font-size: 0.9rem;
}




.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 12px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1rem;
  transition: background 0.2s;
  margin-top: 10px;
}

.accordion.active, .accordion:hover {
  background-color: #ccc;
}

.panel {
  padding: 0 18px;
  background-color: #fafafa;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  border-left: 2px solid #eee;
  border-right: 2px solid #eee;
  border-bottom: 2px solid #eee;
  color: #000;
}







/* PORTFOLIO */

/* Barra lateral e galeria visual para o portfólio */
.portfolio-visual {
  display: flex;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 2rem;

  color: #ffffff;
  background-color: #DC8645;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


.flex-row {
    
    align-items: center;
    text-align: start;
    padding-bottom: 1rem;

   
  }




.sidebar {
  min-width: 200px;
  background: #f5f5f5;
  border-radius: 8px;
  padding: 1.5rem 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  height: fit-content;
  position: sticky;
  top: 2rem;
}

.sidebar h3 {
  margin-top: 0;
  font-size: 1.2rem;
  color: #45848F;
}

.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar li {
  margin-bottom: 1rem;
}

.sidebar a {
  color: #222;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}

.sidebar a:hover {
  color: #DC8645;
}

.portfolio-gallery {
  flex: 1;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.gallery-item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  overflow: hidden;
  text-align: center;
  transition: box-shadow 0.2s;
}

.gallery-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.caption {
  padding: 1rem;
}

.caption strong {
  color: #45848F;
  font-size: 1.05rem;
}

.caption p {
  margin: 0.3rem 0 0 0;
  font-size: 0.95rem;
  color: #444;
}
  
.gallery-images {
  position: relative;
  width: 100%;
  height: 300px;
}

.gallery-images img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 300px;
  object-fit: contain;
  background: #fff;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}

.gallery-images img.active {
  opacity: 1;
  z-index: 2;
}

.thumbs {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 8px;
}

.thumbs .thumb {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border: 2px solid #eee;
  border-radius: 4px;
  cursor: pointer;
  opacity: 0.7;
  transition: border 0.2s, opacity 0.2s;
}

.thumbs .thumb.active,
.thumbs .thumb:hover {
  border: 2px solid #45848F;
  opacity: 1;
}



/* CURSO */

.curso-card {
  text-align: left;
  padding: 2rem 1.5rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  margin-bottom: 2rem;
  color: #000;
}

.curso-info h3 {
  color: #45848F;
  margin-top: 0;
}

.curso-info ul {
  padding-left: 1.2em;
  margin: 0 0 1em 0;
}

.curso-info li {
  margin-bottom: 0.3em;
}

.curso-info p {
  margin: 0.5em 0;
  text-align: justify;
  line-height: 1.6;
  hyphens: auto;
}