@charset "UTF-8";
/*Só por precaução, mesmo tendo no wp*/

body {
  margin: 0;
  overflow-x: hidden;
}

/* Esconder recaptcha */
.grecaptcha-badge {
  visibility: hidden;
}

/* FONTS UTILIZADAS */
@font-face {
  font-family: NewJuneBold;
  src: url("../font/NewJuneBold.ttf");
}

@font-face {
  font-family: NewJuneHeavy;
  src: url("../font/NewJuneHeavy.ttf");
}

@font-face {
  font-family: NewJuneSemibold;
  src: url("../font/NewJuneSemibold.ttf");
}

@font-face{
  font-family: KaushanScript;
  src: url("../font/KaushanScript-Regular.ttf");
}

@font-face{
  font-family: BillionDreams;
  src: url("../font/BillionDreams_PERSONAL.ttf");
}

@font-face{
  font-family: NewJuneExtrabold;
  src: url("../font/NewJuneExtrabold.ttf");
}

#titulofestival{
  font-family: BillionDreams;
  font-size: 65px;
  color: rgb(240, 86, 123) !important;
}

/* Estilizando o menu com o fundo verde */


#programacaotitulo{
  text-align: center;
  margin-top: 20px;
  font-family: NewJuneSemiBold;
  font-size: 65px;
  color: #fff;
}

#texto-programacao{
  color: #fff;
}

#titulogaleria{
  font-family: NewJuneSemiBold;
  font-size: 65px;
  color: rgb(240, 86, 123) !important;
}

#titulonoticias{
  font-family: NewJuneSemiBold;
  font-size: 65px;
  color: #ffffff;
}

#titulonacidade{
  font-family: NewJuneSemiBold;
  font-size: 65px;
  color: #fff;
}

/* FIM FONTS UTILIZADAS */

h1 {
  font-size: 38px;
  font-family: "NewJuneBold, Baloo Bhai 2", sans-serif;
  color: rgb(0, 0, 0);
  font-weight: 600;
  margin: 0 0 22px 0;
}

h2 {
  font-size: 22px;
  font-family: "NewJuneBold, Raleway", sans-serif;
  color: black;
  /* font-weight: 700; */
  margin: 0 0 10px 0;
  text-align: center;
}

h3 {
  font-size: 35px;
  text-align: center;
  font-family: "NewJuneBold, Baloo Bhai 2", sans-serif;
  font-weight: 600;
  /* color: white; */
  /* margin: 0 0 25px 0; */
}

p {
  font-size: 18px;
  font-family: "NewJuneBold, Raleway", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 30px;
}

/* Resolvendo um bug no wp, verificar se no seu site precisa */
.wp-block-group {
  display: none;
}

/* HEADER PREFEITURA */
.bg-head-prefeitura {
  background-color: #006cb5 !important;
  padding: 2px 0;
  position: relative;
  z-index: 1;
}

/* FIM HEADER PREFEITURA */

/* HEADER TEMA SITE  */
.bg-head-site {
  background-color: #cec2f3 !important;
  padding: 2px 0;
  position: relative;
  z-index: 1;
}

.link-menu-secundario {
  font-family: "NewJuneHeavy", "Montserrat", sans-serif;
  font-size: 16px;
  margin-left: 6px;
  margin-right: 6px;
  color: #fff;
}

/* Ajustes responsivos */
@media (max-width: 576px) {
  .bg-head-prefeitura {
    text-align: center; /* Centraliza o conteúdo */
    padding: 10px; /* Espaçamento interno uniforme */
  }

  .bg-head-prefeitura img {
    display: inline-block; /* Garante que as imagens fiquem lado a lado */
    margin: 6px auto; /* Ajusta margens para centralizar vertical e horizontalmente */
    height: 22px; /* Altura proporcional padrão */
  }

  .bg-head-prefeitura img:first-child {
    height: 40px; /* Aumenta o tamanho da logo da Prefeitura */
    width: auto; /* Mantém a proporção correta */
  }

  .bg-head-prefeitura .text-end {
    display: flex; /* Flexbox para controle avançado */
    flex-wrap: wrap; /* Permite quebras de linha automáticas */
    justify-content: center; /* Centraliza o conteúdo horizontalmente */
    gap: 10px; /* Espaçamento uniforme entre itens */
  }

  .bg-head-prefeitura .mt-2 {
    margin-top: 16px; /* Ajuste de espaçamento superior */
  }
}


@media (max-width: 768px) {
  .banner img {
    width: 100%;
    height: 60px;
  }
}

/* Área de pesquisa do header */
#pesquisar-div {
  top: 40px;
  right: 0;
}

@media (max-width: 576px) {
  #div-da-pesquisa {
    padding-right: 25px;
  }

  #pesquisar-div {
    padding-right: 40px;
  }
}

#btn-pesquisar {
  border: none;
  color: #002f40;
  font-size: small;
  margin-left: -40px;
}

.search-header {
  display: flex;
  flex-flow: nowrap;
  width: 100%;
}

.btn-search {
  background-color: transparent;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  height: max-content;
}

@keyframes mover {
  from {
    width: 0;
    left: 0;
  }

  to {
    width: 250px;
  }
}

@keyframes fechar {
  from {
    width: 250px;
  }

  to {
    width: 0px;
    left: 0px;
  }
}

/* fim da área de pesquisa */

/* Fim Boostrap Navbar Alterações */

/*Cabeçalho e rodapé interna*/
#cabecalho {
  margin-bottom: 4rem;
}
#rodape {
  margin-top: 4rem;
}
/*Cabeçalho e rodapé interna*/
/* FIM HEADER TEMA SITE  */

/* MENU */
.bg-menu {
  background-color: #339966 !important;
  /* padding: 2px 0; */
  position: relative;
  z-index: 1;
}

/* Boostrap Navbar Alterações */
.navbar {
  /* padding: 1.3rem 0; */
  padding: 0.1rem 0;
  z-index: 10;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .active > .nav-link {
  font-family: "NewJuneHeavy", "Montserrat", sans-serif;
  /* font-size: 12px; */
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #000;
}

.navbar-expand-md .navbar-nav .nav-link {
  color: white !important;
  font-size: 17px;
  /* font-weight: 600; */
  /* padding-right:1rem; */
  padding-right: 18px !important;
  /* padding-left: 1rem !important; */
}

.nav-btn {
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin: 0 20px;
  color: #fff !important;
}

.nav-btn:hover {
  text-decoration: none;
}

.dropdown-menu {
  margin: 0;
  font-family: "NewJuneHeavy", "Montserrat", sans-serif;
  /* font-size: 12px; */
  color: #4f4f4f;
  background-color: rgba(250, 250, 250, 0.8) !important;
  border: none;
  border-radius: 0;
  /* z-index: 10; */
  /* position: !important; */
}

.dropdown-item {
  color: #4f4f4f;
}

.dropdown-menu a:hover {
  color: #4f4f4f;
  background-color: rgba(250, 250, 250, 0.5);
}

.dropdown-menu a:active {
  background-color: transparent;
  color: #4f4f4f;
}

.dropdown-divider {
  display: none;
}

/* Fim Boostrap Navbar Alterações */
/* FIM MENU */

/* CAROUSEL BANNER DESTAQUE */

/* .custom-icon {
  max-width: 150px; /* Limita a largura máxima */
  /* height: auto; Mantém a proporção */
/* } */ 


ol#myCarousel-indicators li {
  border-radius: 100%;
  display: block;
  margin-bottom: 5px;
  width: 12px !important;
  height: 18px !important;
}

ol#myCarousel-indicators li.active {
  margin-bottom: 5px;
}

ol#myCarousel-indicators {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0px;
  right: 20px;
  left: auto;
  width: auto;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.carousel-indicators .active {
  background-color: #8364e2;
}

.carousel-indicators li {
  background-color: white;
}

/* .topo-carousel .carousel-inner{
    height: 814px;
  } */

.carousel-caption {
  width: 100%;
  height: 100%;
  left: 0;
  padding: 50px;
  text-align: left !important;
}

.texto-carousel {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-height: 60%;
  width: 50%;
}

.texto-carousel > h2 {
  /* text-shadow: 1px 1px 2px black; */
  color: black;
  text-transform: uppercase;
  font-size: 50px;
  font-family: "NewJuneBold", "Baloo Bhai 2", "Montserrat", sans-serif !important;
}

.texto-carousel > p {
  color: black;
}

.wp-block-button__link {
  background-color: #8364e2 !important;
  font-family: "NewJuneBold", "Baloo Bhai 2", "Montserrat", sans-serif !important;
  width: 205px !important;
  height: 62px !important;
}

/* FIM CAROUSEL BANNER DESTAQUE */

/* APRESENTACAO DESTAQUE */

#festival {
  /* height: 820px; */
  background-image: url("../img/background/bg-festival-mobile.jpeg"); 
  background-size: cover;
  /* margin-top: -9rem; */
}

#festival p {
  font-family: "Exo", sans-serif;
  color: #3f3e40;
}

.apresentacao-destaque p {
  color: #2b4f9d;
  text-align: center;
}

.btn-destaque-apresentacao {
  color: #fff;
  background-color: #5EA47A;
  border: 1.5px solid transparent;
  border-radius: 30px;
  /* text-transform: uppercase; */
  font-family: "NewJuneBold", "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.3s;
  padding: 8px 0;
}

.btn-destaque-apresentacao:hover {
  background-color: #5EA47A;
  color: #fff;
}

.apresentacao-destaque a:hover {
  text-decoration: none;
}

/* FIM  APRESENTACAO DESTAQUE */

/* SECTION LINHAS DE AÇÃO */

#linhas-de-acao {
  background-color: #cec2f3;
}

#linhas-de-acao h1 {
  font-family: "NewJuneBold", "Exo", sans-serif;
  color: #8364e2;
}

.icones-homepage p {
  color: #8364e2;
  font-family: "NewJuneBold", "Exo", sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
}

.tamanho_icones {
  height: 99px;
}

.btn-destaque-linhasdeacao {
  color: white;
  width: 112px;
  background-color: transparent;
  border: 1.5px solid white;
  border-radius: 30px;
  font-family: "NewJuneBold", "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.3s;
}

.btn-destaque-linhasdeacao:hover {
  background-color: #fff;
  color: #8364e2;
}

.icones-homepage a:hover {
  text-decoration: none;
}



/* FIM SECTION LINHAS DE AÇÃO */
/*PUBLICIDADE*/
/* .img-bg-publi {
  position: absolute;
  z-index: 2;
}

#publicidade .container {
  position: relative;
  z-index: 4;
} */

#publicidade {
  /* background-color: # 255, 205, 22; */
  background-image: url("../img/background/bg5.png");
  background-size: cover;
  background-position-y: center;
  position: relative;
  z-index: 5;
  background-color: #ffcc15;
}

.noticas_home {
}

.imagem_destaque_publicidade {
  
}
.btn-ver-tudo:hover{
  text-decoration: none;
}

.titulo_publicidade h1 {
  font-size: 15pt;
  color: #ffffff;
  
}
.titulo_publicidade a:hover {
  text-decoration: none;
  
}

.hr_noticias_homepage {
  color: #ffffff;
  border: 1px solid;
}

.noticias-box-home {
  min-height: 95px;
  max-height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
  height: 135px;
}

/*PUBLICIDADE*/
/* TARJA SOCIAL 1 */
#tarja-social1{
  background-color: #0179C3;
}
#tarja-social1 h1{
  color: #fff;
  font-size: 40px;
}
#tarja-social2{
  background-color: #00A859;
}
#tarja-social2 h1{
  color: #fff;
  font-size: 40px;
}

#social1{
  background-image: url("../img/background/bg2_azul_claro.png");
  background-size: cover;
}

#social2{
  background-image: url("../img/background/bg3_verde_claro.png");
  background-size: cover;
}

.faleconoscotitulo{
  color: #5EA47A;
  font-weight: 600;
}
.queremosouvir{
  color: #5EA47A;
  font-size: 25px;
}
/* SECTION NOTICIAS */
.imagem-destaque-noticia {
  padding: 0px;
}

#noticias {
  background-color: #fafafa;
  padding: 0 !important;
}

.titulo-noticia {
  height: 78px;
}

.noticias-titulo {
  color: #f0577c;
  font-family: "NewJuneBold", "Montserrat", sans-serif;
  font-size: 38px;
}

.noticias-home {
  background-color: #ffffff;
  border-radius: 10px;
}

.noticias-home small {
  color: #f0577c;
}

.imagem-destaque-noticia {
  padding: 0px;
}

.noticias-home p {
  color: white;
}

.noticias-home h1 {
  font-size: 15px;
  color: blue;
}

.noticias-box {
  min-height: 171px;
  max-height: 171px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.btn-clique-aqui {
  color: #f0577c;
  background-color: #fff;
  border: 2.5px solid #f0577c;
  border-radius: 4px;
  font-family: "NewJuneBold", "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 11px;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.3s;
}

.btn-clique-aqui:hover {
  background-color: #f0577c;
  color: #fff;
}

.noticias-home a:hover {
  text-decoration: none;
}

.ver-mais-noticias {
  color: #ffffff;
  background-color: transparent;
  border: 3px solid #ffffff;
  border-radius: 30px;
  font-family: "NewJuneBold", "Baloo Bhai 2", "Montserrat", sans-serif;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.3s;
  padding: 8px 0;

} /* Adicionado para remover sublinhado */



.ver-mais-noticias:hover {
  background-color: #ffffff;
  color: #FF6600;
  text-decoration: none !important;
}

#galeria a:hover {
  text-decoration: none !important;
}

/* FIM SECTION NOTICIAS */

/* SECTION VIDEOS */

#videos {
  background-color: #fff;
}

#videos h1 {
  color: #8364e2;
  font-family: "NewJuneBold", "Montserrat", sans-serif;
  font-size: 38px;
}

.ver-mais-videos {
  color: #fff;
  background-color: #cec2f3;
  border: 1.5px solid #cec2f3;
  border-radius: 30px;
  font-family: "NewJuneBold", "Baloo Bhai 2", "Montserrat", sans-serif;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.3s;
  padding: 8px 0;
}

.ver-mais-videos:hover {
  background-color: #fff;
  color: #cec2f3;
}

#videos a:hover {
  text-decoration: none;
}

/* FIM SECTION VIDEOS */

/* SECTION VIDEOS 2 */

#videos-2 {
  background-color: #8364e2;
}

#videos-2 h1 {
  color: #fff;
  font-family: "NewJuneBold", "Montserrat", sans-serif;
  font-size: 38px;
}

.ver-mais-videos {
  color: #fff;
  background-color: #cec2f3;
  border: 1.5px solid #cec2f3;
  border-radius: 30px;
  font-family: "NewJuneBold", "Baloo Bhai 2", "Montserrat", sans-serif;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.3s;
  padding: 8px 0;
}

.ver-mais-videos:hover {
  background-color: #fff;
  color: #cec2f3;
}

#videos-2 a:hover {
  text-decoration: none;
}

.scroll-object_videos {
  overflow: hidden;
  overflow-y: scroll;
  height: 410px;
  padding: 15px;
  background-color: #cec2f3;
}

.scroll-object_videos::-webkit-scrollbar {
  width: 15px;
}

.scroll-object_videos::-webkit-scrollbar-thumb {
  background-color: black;
  border: 3px solid #fff;
}

.scroll-object_videos::-webkit-scrollbar-track {
  background: #fff;
}

/* FIM SECTION VIDEOS */

/* PAGINA INTERNA VIDEOS */

#videos-header {
  height: 64px;
  font-family: "Exo", sans-serif;
  font-size: 14px;
}

/* FIM PAGINA INTERNA VIDEOS */

/* Início pagina de áudio(podcast) SECOM */

#audios h1 {
  color: #002f40;
  font-family: "NewJuneBold", "Montserrat", sans-serif;
  font-size: 38px;
}

.row .mt-1 {
  display: flex;
  color: #002f40;
  font-family: "NewJuneBold", "Montserrat", sans-serif;
  font-size: 38px;
  text-align-last: right;
  justify-content: start;
  flex-wrap: nowrap;
  align-items: center;
}

#audios {
  background-image: url("../img/background/bg5.png");
  background-size: cover;
}

#numeroPodcast_destaque {
  font-size: 14pt !important;
}

#numeroPodcast_secundario {
  font-size: 12pt !important;
}

@media only screen and (max-width: 768px) {
  #numeroPodcast_secundario {
    font-size: 14pt !important;
  }
}

#tituloPodcast {
  color: #002f40;
  font-family: "NewJuneBold", "Montserrat", sans-serif;
  font-size: 16pt;
}

#tituloPodcast_secundario {
  color: #002f40;
  font-family: "NewJuneBold", "Montserrat", sans-serif;
  font-size: 10pt;
}

#tituloPodcast_secundario a {
  color: #002f40;
}

#imgDestaquePodcast img {
  width: 100%;
  height: auto;
  float: right;
}

.icone_podcast {
  width: 25px;
}

.audio_podcast audio {
  width: 100% !important;
  background-color: #002f40;
  height: 35px;
  border-radius: 15px;
}

audio::-webkit-media-controls-panel {
  background-color: #002f40;
  box-shadow: none !important;
  text-shadow: none;
  border: none !important;
}

audio::-webkit-media-controls-mute-button {
  box-shadow: none !important;
  text-shadow: none;
}

audio::-webkit-media-controls-timeline {
  border-radius: 25px;
  margin-left: 1px;
  margin-right: 1px;
  box-shadow: none !important;
  text-shadow: none;
}

audio::-webkit-media-controls-current-time-display {
  color: #34c5b9;
  margin: auto 5px;
  box-shadow: none !important;
  text-shadow: none;
}

audio::-webkit-media-controls-time-remaining-display {
  color: #34c5b9;
  box-shadow: none !important;
  text-shadow: none;
}

audio::-webkit-media-controls-play-button {
  border-radius: 50%;
}

.scroll-object_audios::-webkit-scrollbar {
  width: 15px;
}

.scroll-object_audios::-webkit-scrollbar-track {
  background: #002f40;
}

.scroll-object_audios::-webkit-scrollbar-thumb {
  background-color: #3bbfbc;
  border: 4px solid #002f40;
}

.wp-block-audio audio {
  width: 80%;
  min-width: 300px;
  height: 40px;
}

figure {
  margin: 0 !important;
}

/* Scroll dos áudios */

.scroll-object_audios {
  overflow: hidden;
  overflow-y: scroll;
  height: 560px;
  padding: 15px;
}

@media only screen and (max-width: 768px) {
  .row.mt-1.linha_audios {
    display: flex;
    color: #002f40;
    font-family: "NewJuneBold", "Montserrat", sans-serif;
    font-size: 38px;
    text-align-last: right;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
  }
}

/* Fim do css do scroll */

.botaoPodcast {
  width: 50%;
  align-items: center;
  float: right;
}

.botaoPodcast button {
  background-color: #31baae;
  width: 150px !important;
  float: right;
  color: #002f40;
  border: none;
}

h3#tituloPodcast_secundario {
  justify-content: right;
}

/* Fim dá página de adios(podcast) */

/* SECTION GALERIA */

#galeria {
  background-image: url("../img/background/bg4.png");
  background-size: cover;
}

/* #galeria .container {
  position: relative;
  z-index: 3;
  top: 15%;
}

.img-bg-galeria {
  position: absolute;
  z-index: 2;
} */

#galeria h1 {
  color: #8364e2;
  font-family: "NewJuneBold", "Montserrat", sans-serif;
  font-size: 38px;
}

.ver-mais-galeria {
  color: rgb(240, 86, 123);
  background-color: transparent;
  border: 3px solid rgb(240, 86, 123);
  border-radius: 30px;
  font-family: "NewJuneBold", "Baloo Bhai 2", "Montserrat", sans-serif;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.3s;
  padding: 8px 0;
}

.ver-mais-galeria:hover {
  background-color: rgb(240, 86, 123);
  color: #fff;
}

#galeria a:hover {
  text-decoration: none;
}

.carousel {
  background: #fff;
}

.carousel-cell {
  /* width: 66%; */
  width: 38%;
  height: 350px;
  margin-right: 10px;
  background: #8c8;
  border-radius: 5px;
  counter-increment: carousel-cell;
  overflow: hidden;
}

.img_cell {
  min-height: 350px;
  max-height: 350px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.flickity-button {
  background: #7dcd9e;
}

.flickity-button:hover {
  background: #7dcd9e;
  cursor: pointer;
}

/* ALBUM INTERNO */

#titulo-album {
  font-family: "Exo", sans-serif;
  color: #6a62e2;
}

.carousel-album {
  background: #222;
}

.carousel-album-cell {
  width: 100%;
  height: 500px;
  margin-right: 10px;
  /* center images in cells with flexbox */
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-album.is-fullscreen .carousel-album-cell {
  height: 100%;
}

.carousel-album-cell-image {
  display: block;
  max-height: 100%;
}

.carousel-album.is-fullscreen .carousel-album-cell-image {
  max-width: 100%;
}

/* FIM ALBUM INTERNO */

/* GALERIA INTERNA */

#galeria-header {
  height: 64px;
  font-family: "Exo", sans-serif;
}

#galeria-body {
  height: 230px;
}

.img-galeria {
  min-height: 185px;
  max-height: 185px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

/* FIM GALERIA INTERNA */

/* FIM SECTION GALERIA */

/* MAPA LOCALIZAÇÃO */

#mapa {
  background-color: #fff;
}

#mapa h1 {
  color: #8364e2;
  font-family: "NewJuneBold", "Montserrat", sans-serif;
  font-size: 38px;
}

#viewMapa {
  padding: 0;
  margin: 0;
  height: 400px;
  width: 100%;
}

/* FIM MAPA LOCALIZAÇÃO */

/* ANIMACAO DIV's */
/* Animation */
.js .anime {
  opacity: 0;
  transform: translate3D(-80px, 0px, 0px);
}

.js .anime-init {
  opacity: 1;
  transform: translate3D(0px, 0px, 0px);
  transition: 0.7s all ease;
}

/* End Animation */
/*FIM ANIMACAO DIV's*/

/* FORMULARIO FALE CONOSCO */
::-webkit-input-placeholder {
  color: #8364e2;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #8364e2;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #8364e2;
}

:-ms-input-placeholder {
  color: #8364e2;
}

/* FIM FORMULARIO FALE CONOSCO */

/* FOOTER */

.form-control {
  border-radius: 15px;
  background-color: transparent; /* Campo transparente */
  border: 2px solid #5EA47A; /* Borda na cor desejada */
  color: #5EA47A; /* Cor do texto */
}

.form-control:focus {
  box-shadow: none; /* Remove o brilho padrão ao focar */
  border-color: #5EA47A; /* Mantém a cor da borda */
}

.form-label {
  color: #5EA47A; /* Cor dos rótulos */
  font-size: 20px;
  font-weight: 600;
}

textarea.form-control {
  border-radius: 20px;
  background-color: #CCE7D4; /* Fundo levemente mais escuro */
  border: 2px solid #5EA47A; /* Borda igual aos outros campos */
  color: #fff; /* Texto branco para contraste */
  resize: none; /* Impede redimensionamento */
}

/* Estilo do botão para combinar */
.btn-warning {
  background-color: #5EA47A;
  border-color: #5EA47A;
}

.btn-warning:hover {
  background-color: #4B8E63;
  border-color: #4B8E63;
}

#footer-site {
  height: 500px;
  background-color: #fff;
  color: #00A859;
}

#footer-site button {
  background-color: #00A859;
}

/* Adiciona espaçamento entre o último accordion e o footer */
.accordion-container {
  margin-bottom: 50px; /* Ajuste o valor conforme necessário */
}

/* 
.form-control:focus {
  border-color: #00A859;
  box-shadow: 0 0 0 0.2rem rgb(131 100 226 / 25%);
} */

#footer-site p {
  color: #8364e2;
  line-height: 7px;
  font-size: 16px;
}

#footer-site h1 {
  color: #8364e2;
  font-size: 23px;
  font-weight: bolder;
}

#footer-site label {
  color: #8364e2;
}

#footer-semit {
  background-color: #00A859;
  bottom: 0;
  width: 100%;
  color: white;
  font-weight: bolder;
  /* position: fixed;
  z-index: 2; */
}

#footer-semit a {
  color: white;
  font-weight: bolder;
}

/* FIM FOOTER */

/* PAGINA INTERNA */
#pagina-interna {
  background-color: #fafafa;
  padding: 0 !important;
}
#pagina-interna2 {
  background-color: #fafafa;
  padding: 0 !important;
}

#pagina-interna h1 {
  font-family: "NewJuneBold", "Exo", sans-serif;
  color: #0179C3;
}
#pagina-interna2 h1 {
  font-family: "NewJuneBold", "Exo", sans-serif;
  color: #00A859;
}


/* FIM PAGINA INTERNA */

/* PAGINACAO WP-PageNavi */

.wp-pagenavi {
  display: inline-block !important;
  font-family: "NewJuneBold", sans-serif !important;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: black !important;
  float: left !important;
  padding: 8px 16px !important;
  text-decoration: none !important;
  transition: background-color 0.3s !important;
  border: 1px solid #fff !important;
}

.wp-pagenavi a.active,
.wp-pagenavi span.active {
  background-color: #cec2f3 !important;
  color: white !important;
  border: 1px solid #cec2f3 !important;
}

.wp-pagenavi a:hover:not(.active),
.wp-pagenavi span.hover:not(.active) {
  background-color: #fff !important;
}

/* FIM PAGINACAO WP-PageNavi */

/* Dúvidas Frequentes  */
.duvidas h1 {
  color: #004d9e;
}

.conteudo-div-duvidas {
  margin: 10px;
}

.texto-duvidas {
  /* text-align: left; */
  font-size: 90%;
  text-align: left;
  max-width: 500px;
  border: solid #004d9e;
  color: #004d9e;
  font-weight: bold;
  margin: auto;
  /* text-left */
}

/*Fim Dúvidas Frequentes*/

/* Drop Dúvidas Frequentes*/
.drop-duvidas {
  margin-bottom: 50px;
}

.drop-duvidas p {
  color: #000000 !important;
}

.duvidas p {
  color: #000000 !important;
}

.accordion_duvidas {
  background-color: #00A550; /* Cor do texto verde ao passar o mouse */
  color: white !important;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  /* border: 5px; */
  border: 5px solid #fff;
  text-align: center;
  /* outline: 5px; */
  font-weight: 700;
  font-size: 16px;
  margin-top: 15px;
  transition: 0.4s;
  border-radius: 30px;
}

.accordion-fase1{
  background-color: #004d9e !important;
  color: white !important;
}

.acc_2 {
  background-color: transparent;
  color: #fff;
}

.accordion_duvidas:after {
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.panel {
  padding: 0 18px;
  /* background-color: #000; */
  max-height: 0;
  overflow: hidden;
  border: 5px !important;
  border-color: #000 !important;
  transition: max-height 0.2s ease-out;
}

/*NA CIDADE*/
#na-cidade {
  background-image: url("../img/background/bg6.png");
  background-size: cover;
  min-height: 900px;
  background-position-y: bottom;
  position: relative;
  z-index: 1;
}

/* #na-cidade .container {
  position: relative;
  z-index: 2;
}

.img-bg-na-cidade {
  position: absolute;
  z-index: 1;
} */

.button-na-cidade {
  color: #fff;
  background-color: transparent;
  border: 4px solid #fff;
  border-radius: 30px;
  font-family: "NewJuneBold", "Baloo Bhai 2", "Montserrat", sans-serif;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.3s;
  padding: 8px 0;
  width: 100%;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .container img {
    display: block; /* Garante que as imagens fiquem como blocos separados */
    width: 80%; /* Ajusta o tamanho das imagens para ficarem menores */
    margin: 0 auto; /* Centraliza as imagens horizontalmente */
  }

  .container .row > div {
    margin-bottom: 15px; /* Adiciona espaçamento pequeno entre as imagens */
  }
}


/* na-cidade.css */

/* Estilo para o título da seção */
#titulonacidade {
  color: #ffffff; /* Título em branco */
  font-size: 2.5rem; /* Tamanho do texto aumentado */
  margin-bottom: 20px; /* Espaço inferior */
  /* font-weight: bold; Negrito */
}

/* Estilo para o contêiner de botões */
#na-cidade .row.justify-content-center {
  margin-top: 30px; /* Espaçamento superior */
}

/* Estilo para os botões da seção "Na Cidade" */
.button-na-cidade {
  width: 100%; /* Ocupa toda a largura da coluna */
  padding: 20px 0; /* Aumenta o espaçamento vertical para aumentar a altura */
  margin-bottom: 20px; /* Espaçamento inferior entre os botões */
  font-size: 1.4rem; /* Aumenta o tamanho do texto */
  color: #ffffff; /* Cor do texto */
  background-color: transparent; /* Fundo transparente */
  border: 2px solid #ffffff; /* Borda branca de 2px */
  border-radius: 35px; /* Bordas mais arredondadas */
  text-align: center; /* Centraliza o texto */
  transition: background-color 0.3s, color 0.3s; /* Transição suave para hover */
}

/* Efeito de hover para os botões */
.button-na-cidade:hover {
  background-color: #ffffff; /* Fundo branco ao passar o mouse */
  color: #008000; /* Cor do texto verde ao passar o mouse */
  cursor: pointer; /* Cursor de ponteiro */
}

/* Estilo para ajustar a imagem de fundo (diminuir o tamanho da imagem) */
.img-bg-na-cidade {
  width: 50%; /* Reduz a largura da imagem para 50% */
  height: auto; /* Mantém a proporção da imagem */
  margin: 0 auto; /* Centraliza a imagem */
  display: block; /* Garante que a imagem seja um bloco centralizado */
}


/*NA CIDADE*/

/* PROGRAMAÇÃO */
#programacao {
  background-image: url("../img/background/bg3.png");
  background-size: cover;
  /* height: 1390px; */
  background-color: #fff;
}
/* .img-bg-progra {
  position: absolute;
  z-index: 3;
  margin-top: -10rem;
}
*/


.btn-programacao {
  background-color: #1351a3;
  font-family: KaushanScript;
  color: #fefefe;
  text-transform: uppercase;
  margin-top: 1rem;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  /* font-family: ; */
}

#programacao .container {
  position: relative;
  z-index: 3;
  top: 25%;
}

.h2_setembro {
  color: #fff;
  font-size: 8rem;
  font-family: cursive;
  /* line-height: 0.9;
  line-break: anywhere; */
  text-align: center;
}

.titulo_programacao {
  color: #fff !important;
  text-transform: uppercase;
  font-size: 40px;
}

.licitacao-azul{
  max-width: 100px !important;
}

.ver-mais-programacao {
  color: #fff;
  background-color: #ffd900;
  border: 2px solid #fff;
  border-radius: 30px;
  font-family: "NewJuneBold", "Baloo Bhai 2", "Montserrat", sans-serif;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.3s;
  padding: 8px 0;
  width: 100%;
  text-decoration: none;
}
.ver-mais-programacao:hover {
  color: #ffd900;
  background-color: transparent;
  border: 2px solid #ffd900;
  text-decoration: none;
}
.titulo-imagens {
  width: 620px;
  height: 67px;
}

.festival-title {
  font-family: NewJuneExtrabold; /* Use a fonte específica que está na segunda imagem */
  color: #e73861; /* Cor do título */
  font-size: 45px; /* Tamanho ajustado conforme necessário */
  margin-bottom: 20px; /* Espaçamento inferior para o título */
}

.festival-content {
  font-family: NewJuneExtrabold;; /* Defina a fonte que corresponde ao estilo da segunda imagem */
  font-size: 25px; /* Tamanho do texto */
  color: rgb(0, 0, 0)000; /* Cor do texto */
  line-height: 1.6; /* Espaçamento entre linhas */
  text-align: justify; /* Alinha o texto como na imagem */
  margin-top: 10px; /* Espaçamento superior conforme necessário */
  font-weight: bold;
}

.anime {
  animation: fadeIn 2s ease-in-out; /* Exemplo de animação */
}

/* Animação exemplo (caso você queira algo mais dinâmico) */
@keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
/* PROGRAMAÇÃO */

/* Fim Drop Dúvidas Frequentes*/
@media only screen and (min-width: 1920px) {
  /* #publicidade {
    margin-bottom: 30rem;
  }

  #na-cidade .container {
    position: relative;
    z-index: 2;
    top: 50px;
  }

  #publicidade .container {
    position: relative;
    z-index: 4;
    top: 350px;
  }

  #galeria .container {
    position: relative;
    z-index: 2;
    top: 110px;
  }

  #programacao .container {
    position: relative;
    z-index: 3;
    top: 300px;
  } */
}

@media only screen and (max-width: 1920px) {
  /* #programacao .container {
    position: relative;
    z-index: 3;
    top: 200px;
  } */
}

@media only screen and (max-width: 1750px) {
}

@media only screen and (max-width: 1680px) {
}

@media only screen and (max-width: 1650px) {
}

@media only screen and (max-width: 1575px) {
}

@media only screen and (max-width: 1440px) {
  /* #programacao {
    height: 865px;
  }

  #publicidade {
    height: 690px;
    margin-top: -85px;
  }

  #publicidade .container {
    position: relative;
    z-index: 4;
    top: 5px;
  } */
}

@media only screen and (max-width: 1360px) {
  h1 {
    font-size: 38px;
    margin: 0 0 30px 0;
    display: block;
  }

  h2 {
    font-size: 23px;
    margin: 0 0 5px 0;
  }

  p {
    font-size: 16px;
  }

  .dropdown-menu {
    font-size: 11px;
  }

  .h2_setembro {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 1280px) {
  .nav-btn {
    font-size: 10px;
    margin: 0 10px;
  }

  /* #publicidade {
    height: 640px;
    margin-top: -165px;
  }

  #programacao {
    height: 585px;
  }

  #programacao .container {
    position: relative;
    z-index: 3;
    top: 10px;
  } */
}

@media only screen and (max-width: 1168px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 23px;
    margin: 0 0 1px 0;
  }

  p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .nav-btn {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  /* .navbar-expand-md .navbar-nav .nav-link {
  padding-right: 29px!important;
} */

  .dropdown-menu {
    font-size: 10px;
  }
}

@media only screen and (min-width: 768px) and(max-width:1920px) {
  #programacao .container {
    position: relative;
    z-index: 3;
    top: 150px;
  }
}

@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 32px;
  }

  p {
    font-size: 15px;
    margin-bottom: 7px;
    line-height: 18px;
  }
}
@media screen and (max-width: 768px) {

  h2{
    text-align: center !important;
  }

 
  #programacao {
    background-image: url("../img/background/bg-programacao-mobile.jpeg");
    height: auto;
  }
  #galeria {
    background-image: url("../img/background/bg-galeria-mobile.jpegg");
  }
  #publicidade {
    /* background-color: # 255, 205, 22; */
    background-image: url("../img/background/bg-noticias-mobile.jpeg");
    /* background-image: url("../img/background/bg_amarelo_mobile.png"); */
  }
  #na-cidade {
    background-position-x: center;
    /* background-image: url('../img/background/bg_1.png'); */
  }
  #festival{
    background-image: url("../img/background/bg-festival-mobile2.jpeg") !important;
    height: auto !important;
    
  }

  /* #apresentacao-destaque-semit {
    background-image: url("../img/background/Bg1.png");
    background-size: cover;
    margin-top: -6rem;
    height: 500px;
  }

  #galeria {
    height: 980px;
  } */

  #img_desk {
    display: none;
  }

  #img_mobile {
    display: block;
  }
}

@media only screen and (max-width: 576px) {
  /* #programacao .container {
    position: relative;
    z-index: 3;
    top: -70px;
  } */
  .titulo-imagens {
    width: 620px;
    height: auto;
  }
  #programacao .img-fluid.titulo-imagens {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 375px) {
  /* #publicidade {
    background-image: url("../img/background/bg_amarelo_mobile.png");
    background-size: cover;
    height: auto;
    margin-top: 0px;
  }

  .img-bg-na-cidade {
    display: none;
  }

  #na-cidade {
    background-image: url('../img/background/bg_verde_mobile.png');
    background-size: 100%;
    background-repeat: no-repeat;
    height: 665px;
  } */
}

@media only screen and (max-width: 360px) {
  /* #programacao {
    background-image: url("../img/background/bg_1.png");
    background-size: cover;
    height: auto;
  } */

  /* #programacao .container {
    top: 90px;
  } */

  /* #galeria {
    background-image: url("../img/background/bg_2.png");
    background-size: cover;
  }

  .img-bg-galeria {
    display: none;
  }

  #galeria .container {
    position: static;
  }

  .img-bg-publi {
    display: none;
  }

  #publicidade .container {
    position: static;
  }
  
  .img-bg-na-cidade {
    display: none;
  }
  #na-cidade {
    background-image: url('../img/background/bg_verde_mobile.png');
    background-size: 100%;
    background-repeat: no-repeat;
    height: 665px;
  }


  #na-cidade .container {
    position: static;
  } */

  .h2_setembro {
    font-size: 2rem;
  }
}

#img_mobile {
  display: none;
}

@media screen and (min-width: 1024px) {
  /* .img-titulo-noticias {
    margin-top: 185px;
  } */
}
