@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

.wfsd-template-default header { display: none; }
.wfsd-template-default main .interno { display: none; }
.wfsd-template-default main .links { display: none; }
.wfsd-template-default main .divulgacao { display: none; }
.wfsd-template-default footer { display: none; }
.wfsd-template-default main.interno { padding: 0px; } 


.eventoheader {
		width: 100%;
	}
	.eventoheader .boxheader {
		width: 1100px;
    max-width: 94%;
		margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
	}
  .eventoheader .box .img {
    max-width: 200px;
  }


  
.header { 
  transition: transform 0.9s ease-in-out, padding 0.3s ease;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

.header.scrolling {
  /* Aqui você pode mudar a cor ou altura quando o usuário começar a navegar */
  background: #fff;
}


.header .linksimportantes {
  background: #181818;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.header .linksimportantes .boxcont {
  width: 1100px;
  margin: 0 auto;
  max-width: 94%;
    display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.header .linksimportantes .boxcont span {
  display: block;
  height: 17px;
  min-height: 100%;
  width: 1px;
  background-color: #757575;
  margin: 0 5px 0 10px;
}
.header .linksimportantes .boxcont a { 
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 500;
  margin-left: 10px;
  padding: 5px 0 5px 0px;
  font-size: 10px;
}
.header .linksimportantes .boxcont a:hover { text-decoration: none; color: #f36e24; }

.header .conteudo { 
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	background: #fff;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 48px 0 50px 0;
  transition: filter 0.3s ease;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.header .conteudo .logo {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.header .conteudo .logo img { max-width: 200px; margin-right: 15px; }
.header .conteudo .logo h1 {
  font-size: 23px;
  line-height: 26px;
  margin: 2px 0 0 0;
  letter-spacing: .8px;
  font-family: "Gabarito", sans-serif;
  color: #181818;
  font-weight: 800;
  max-width: 355px;
  text-transform: uppercase;
}
.header .conteudo .logo h1 small {
  font-size: 39px;
  letter-spacing: .7px;
  color: #f36e24;
  display: block;
  padding-top: 2px;
  margin-top: 6px;
  font-weight: 900;
}
.header .conteudo .logo:hover { text-decoration: none; }


.header .conteudo .menu { 
  display: flex; 
  flex-direction: column; 
  justify-content: flex-end; 
  align-items: flex-end; 
  margin-bottom: 10px;
  max-width: 680px;
}
.header .conteudo .menu ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  max-width: 400px;
}
.header .conteudo .menu ul li { list-style: none; }
.header .conteudo .menu ul li a { 
  display: flex;
  margin: 1.5px 0 1.5px 3px;
  font-weight: 600;
  font-size: 12px;
  padding: 3px 8px 3px 11px;
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #f36e24;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.header .conteudo .menu ul li a:hover { background-color: #cf5411; color: #fff; text-decoration: none; }

.header .boxitens {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

/* Estado Base (Original no topo) */
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  opacity: 1;
  transition: transform 0.5s ease-in-out, opacity 0.4s ease-in-out, background 0.3s; 
}

/* Estado: Subindo (para sumir) */
.header-up {
  transform: translateY(-110%); /* Garante que saia totalmente da tela */
}

/* Estado: Fixo, Compacto e SEMPRE no topo */
.header-fixed-compact {
  position: fixed !important; /* Força a fixação */
  top: 0 !important;          /* Força o topo do navegador */
  left: 0;
  background: rgba(255, 255, 255, 0.98); 
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 0;             /* Reduz altura */
  /* Aqui você pode adicionar estilos para diminuir a logo, ex: */
  opacity: 1; /* Garante que ele volte a ser visível */
}
.header-fixed-compact  {
  padding: 0px;
}

.header-fixed-compact  .links .box { max-width: 94%; width: 94%; }

.header-fixed-compact .conteudo { padding: 20px 0 20px 0; }
.header-fixed-compact .conteudo .logo img { max-width: 105px; }
.header-fixed-compact .conteudo .logo h1 { max-width: 300px; font-size: 19.5px; line-height: 23px; }
.header-fixed-compact .conteudo .logo h1 small {
  font-size: 24px;
  margin-top: 0;
  padding-top: 2px;
}



.tema {
  padding-top: 290px;
  background: #ffb287 url(img/bg-tema.jpg) top left no-repeat;
  background-size: cover;
}
.tema .boxcont {
  max-width: 94%;
  width: 1100px;
  padding: 50px 0;
  margin: 0 auto;
}

.tema .boxcont h3 {
  display: flex;
  margin: 0;
  font-weight: 800;
  font-size: 18px;
  color: rgba(0, 0, 0, .6);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tema .boxcont h2 {
  font-size: 29px;
  color: rgba(0, 0, 0, .8);
  max-width: 640px;
  line-height: 32px;
  margin: 0 0 15px 0;
}

.tema .boxcont p {
  font-size: 16px;
  color: rgba(0, 0, 0, .8);
  font-weight: 600;
  margin: 0;
}

.atividades {
  width: 100%;
  padding: 50px 0;
  background: #f4f4f4 url(img/bg-programacao.jpg) no-repeat bottom right;
  background-size: contain;
}

.atividades .atividadescont {
  width: 1100px;
  max-width: 94%;
  margin: 0 auto;
}

.atividades .atividadescont h3 {
  display: flex;
  margin: 0;
  font-weight: 800;
  font-size: 18px;
  color: #f36e24;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.atividades .atividadescont h2 {
  font-size: 27px;
  color: rgba(0, 0, 0, 1);
  margin: 0 0 30px 0;
}

.atividades .atividadescont .contprogramacao {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.atividades .atividadescont .boxprogramacao {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 49%;
  margin: 0 0 18px 0;
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
}

.atividades .atividadescont .boxprogramacao .horario {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 4px 10px 0 0;
}

.atividades .atividadescont .boxprogramacao .horario span {
  display: block;
  background: #8f1838;
  margin: 0 0 2px 0;
  padding: 3px 10px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #fff;
  border-radius: 4px;
}

.atividades .atividadescont .boxprogramacao .boxcont h3 {
  display: flex;
  margin: 0 0 5px 0px;
  font-weight: 800;
  font-size: 15px;
  color: #8f1838;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.atividades .atividadescont .boxprogramacao .boxcont p {
  font-size: 14px;
  color: rgba(0, 0, 0, .8);
  font-weight: 600;
  margin: 0;
  letter-spacing: .5px;
}

.participacao {
  padding: 60px 0;
}

.participacao h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #181818;
  margin: 0 auto;
  font-weight: 900;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 24px;
}
.participacao h2 i {
  font-size: 32px;
  background: #f36e24;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  margin: -80px 0 10px 0;
  border: 10px solid #fff;
}


/* Container Geral - TABS */

.tabs-container { margin: 20px 0; }

/* Menu de Títulos */
ul.tabs-menu {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

li.tab-link {
  padding: 3px 17px 4px;
  cursor: pointer;
  border-bottom: 0;
  transition: all 0.3s ease;
  font-weight: 600;
  list-style: none;
  background: #f36e24;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  margin: 0 2px;
  border-radius: 3px;
}

li.tab-link.active {
  color: #fff; /* Cor de destaque */
  background: #cf5411;
  position: relative;
}

li.tab-link.active:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0; 
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #cf5411;
	border-width: 8px;
	margin-left: -8px;
}

/* Painéis de Conteúdo */
.tab-content {
  display: none; /* Esconde todas */
  animation: fadeIn 0.4s ease;
}

.tab-content.active {
  display: block; /* Mostra apenas a ativa */
}

.tabs-content-wrapper {
  background: #ededed;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 8px;
}
.tabs-content-wrapper p {
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    margin: 0;
    letter-spacing: .5px;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

.comofoi { 
  padding: 60px 0; 
  background: url(img/bg-comofoi.jpg) no-repeat top left;
}
.comofoi .comofoicont { 
  width: 1100px;
  max-width: 94%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.comofoi .comofoicont .textos { 
  width: 56%;
  margin: 0px;
}

.comofoi .comofoicont .textos h2 { 
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-align: left;
  color: #8f1838;
  margin: 0;
  font-weight: 500;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 24px;
  border-radius: 4px 4px 0 0;
  width: fit-content;
}

.comofoi .comofoicont .textos h2 i { 
  margin-right: 4px;
  font-size: 28px;
}

.comofoi .comofoicont .textos .cont { margin-top: 20px; }

.comofoi .comofoicont .textos .cont p {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  margin: 0 0 10px 0;
  letter-spacing: .5px;
}

.comofoi .comofoicont .galeria { 
  width: 39%;
}




.comofoi .comofoicont .galeria {

}
/*galeria de fotos*/
.comofoi .comofoicont .galeria ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.comofoi .comofoicont .galeria ul li {
  list-style: none;
  width: 24%;
  margin: .5%;
}

.comofoi .comofoicont .galeria ul li img {
    width: 100%;
    height: 100px;
    object-fit: cover; /* Mantém as fotos alinhadas mesmo com tamanhos diferentes */
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.comofoi .comofoicont .galeria ul li img:hover {
    transform: scale(1.05);
}