@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: NewJuneExtraBold;
  src: url('../font/NewJuneExtrabold.ttf');
}

@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');
}

/* FIM FONTS UTILIZADAS */

h1 {
  font-size: 38px;
  font-family: 'NewJuneBold, Baloo Bhai 2', sans-serif;
  color: black;
  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;
}

h3 {
  font-size: 20px;
  font-family: 'NewJuneBold, Roboto Condensed', sans-serif;
  font-weight: 800;
  color: black;
  margin: 0 0 25px 0;
}

p {
  font-size: 18px;
  font-family: 'NewJuneBold, Raleway', sans-serif;
  font-weight: 400;
  color: black;
  line-height: 30px;
  text-align: justify;
}

/* 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: #fff !important;
  padding: 2px 0;
  position: relative;
  z-index: 1;
}

.header-conect{
  background-color: #ffffff;
  padding: 14px 0 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 20;
}

.logo-conecta{
  max-width: 220px;
  width: 100%;
  height: auto;

}

.link-menu-secundario {
  font-family: 'NewJuneHeavy', 'Montserrat', sans-serif;
  font-size: 16px;
  margin-left: 6px;
  margin-right: 6px;
  color: #009217;
}

.logo_width {
  width: 45% !important;
}

@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: #009217;
  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;
  color: #fff;
}

@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 */
/* FIM HEADER TEMA SITE  */

/* MENU */
.bg-menu {
  background-color: #009217 !important;
  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: #2b2b2b !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 */



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 */

#icones-e-wifi, 
#icones-e-wifi h1, 
#icones-e-wifi p, 
#icones-e-wifi .apresentacao-destaque p {
    color: #0C5EA8 !important;
}


.btn-destaque-apresentacao {
    background-color: transparent;
    border: 2px solid #0C5EA8;
    color: #0C5EA8;
    font-weight: bold;
    transition: all 0.3s ease;
}

.btn-destaque-apresentacao:hover {
    background-color: #0C5EA8;
    color: #fff;
}

/* APRESENTACAO DESTAQUE */



#apresentacao-destaque-semit h1 {
  font-family: 'NewJuneBold', 'Exo', sans-serif;
  color: #0C5EA8;
}

#apresentacao-destaque-semit h3 {
  font-family: 'Exo', sans-serif;
  color: #6A62E2;
}

#apresentacao-destaque-semit p {
  font-family: 'Exo', sans-serif;
  color: #373435;
  text-align: justify;
}

.apresentacao-destaque p {
  color: #373435;

}

.btn-destaque-apresentacao {
  color: #fff;
  background-color: #0C5EA8;
  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: #fff;
  color: #0C5EA8;
}

.apresentacao-destaque a:hover {
  text-decoration: none;
}

/* FIM  APRESENTACAO DESTAQUE */

/* qr_code */
#qr_code {
  background-image: url('../img/background/bg4.png');
  background-size: cover;
}

.texto-qr-code {
  text-align: center;
  color: #fff;
}

@media only screen and (max-width:400px) {
  .texto-qr-code {
    font-size: 1.5rem !important;
  }
}


/* qr_code */

#pontos-de-acesso {
  background-image: url('../img/background/bg_wifi.png');
  background-size: cover;
}



/* SECTION LINHAS DE AÇÃO */

#linhas-de-acao {
  background-color: #fff;
}

#linhas-de-acao h1 {
  font-family: 'NewJuneBold', 'Exo', sans-serif;
  color: #0C5EA8;
  margin-bottom: 0;
}

hr.linha-azul {
  border: 5px solid #0C5EA8;
  border-radius: 10px;
  width: 25%;
  margin-top: 0.5rem;
  background-color: #0C5EA8;
}

.icones-homepage p {
  color: #404040;
  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 */


/* SECTION NOTICIAS */
.imagem-destaque-noticia {
  padding: 0px;
}


#noticias {
  background-color: #fff;
}

.titulo-noticia {
  height: 95px;
}


.noticias-titulo {
  color: #0C5EA8;
  font-family: 'NewJuneBold', 'Montserrat', sans-serif;
  font-size: 38px;
}


.noticias-home {
  background-color: #009217;
  border-radius: 10px;
}

.noticias-home small {
  color: #fff;
}

.imagem-destaque-noticia {
  padding: 0px;
}

.noticias-home p {
  color: white;
}

.noticias-home h1 {
  font-size: 1.1rem;
  padding: 7%;
  text-align: center;
  color: #fff !important;
  margin: 0px;
}

.input-locais {
  background-color: #eee;
}

.input-categoria {
  text-transform: uppercase;
  font-weight: 800;
}

.txt-noticia-card {
  font-weight: 600;
  color: #000;
  margin: 0;
}

.txt-locais {
  text-align: center;
  font-size: 1.2rem;
}

.txt-locais a {
  color: #009217;
}

.box_img_locais {
  min-height: 171px;
  max-height: 171px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.noticias-box {
  min-height: 171px;
  max-height: 171px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.btn-clique-aqui {
  color: #009217;
  background-color: #FFF;
  border: 3px solid #fff;
  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: #009217;
  color: #FFF;
}

.noticias-home a:hover {
  text-decoration: none;
}


.ver-mais-noticias {
  color: #8364E2;
  background-color: #FFF;
  border: 1.5px 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;
}

.ver-mais-noticias:hover {
  background-color: #8364E2;
  color: #FFF;
}


/* 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/03.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 h1 {
  color: #0C5EA8;
  font-family: 'NewJuneBold', 'Montserrat', sans-serif;
  font-size: 38px;

}


.ver-mais-galeria {
  color: #8364E2;
  background-color: #FFF;
  border: 1.5px 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;
}

.ver-mais-galeria:hover {
  background-color: #8364E2;
  color: #FFF;
}

#galeria a:hover {
  text-decoration: none;
}

.carousel {
  background: #FAFAFA;
}

.carousel-cell {
  /* width: 66%; */
  width: 20%;
  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: #009217;
}

.flickity-button:hover {
  background: #009217;
  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: 100px;
  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;
}

.galeria-titulo {
  font-size: 1.2rem;
  font-weight: 600;
  color: #0C5EA8;
}

/* FIM GALERIA INTERNA */

/* FIM SECTION GALERIA */


/* MAPA LOCALIZAÇÃO */


#mapa {
  background-image: url('../img/background/bg3.png');
  background-size: cover;
}

#mapa-int {
  background-color: #fff;
}

#mapa-int h1 {
  color: #0C5EA8;
  font-family: 'NewJuneBold', 'Montserrat', sans-serif;
  font-size: 38px;
}

.h1-texto {
  color: #fff !important;
  text-align: center;
  text-transform: uppercase;
}


#viewMapa {
  padding: 20px;
  margin: 0;
  height: 500px;
  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: .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 */

#footer-site {
  height: auto !important;
  background-color: #FFF;
  color: #009217;
}

#footer-site button {
  background-color: #009217;
}

.form-control:focus {
  border-color: #009217;
  box-shadow: 0 0 0 0.2rem rgb(0 146 23 / 25%);
}

#footer-site p {
  color: #009217;
  line-height: 7px;
  font-size: 16px;
}

#footer-site h1 {
  color: #009217;
  font-size: 23px;
  font-weight: bolder;
}

#footer-site label {
  color: #009217;

}

#footer-semit {
  background-color: #009217;
  bottom: 0;
  width: 100%;
  color: white;
  font-weight: bolder;
}

#footer-semit a {
  color: white;
  font-weight: bolder;
}

/* FIM FOOTER */

/* PAGINA INTERNA */
#pagina-interna {
  background-color: #fff;
}

#pagina-interna h1 {
  color: #0C5EA8;
  font-family: 'NewJuneBold', 'Montserrat', sans-serif;
}

/* 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 .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: #009217;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  /* border: 5px; */
  /* border-color: #EF921D; */
  text-align: left;
  outline: 5px auto;
  font-weight: 600;
  font-size: 15px;
  margin-top: 15px;
  transition: 0.4s;
}

.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;
}

/* Fim Drop Dúvidas Frequentes*/

@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: 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;
  }

}

@media only screen and (max-width: 1280px) {

  .nav-btn {
    font-size: 10px;
    margin: 0 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 (max-width: 1024px) {

  h1 {
    font-size: 32px;
  }

  p {
    font-size: 15px;
    margin-bottom: 7px;
    line-height: 18px
  }

}




#banner-conecta {
    background-image: url('../img/background/banner3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
}

/* Garante que o padding não "quebre" o background */
.banner-section {
    position: relative;
    overflow: hidden;
}

/* Título */
.hero-title {
    font-size: 2.5rem; /* Ajuste para tamanhos menores/maiores */
    font-weight: 700; /* Peso da fonte */
    color: #0d6efd; /* Use a cor azul do Bootstrap ou o hexadecimal exato */
    line-height: 1.2;
}

/* Botão Personalizado */
.btn-hero {
    background-color: #9aca3b; /* Cor Verde Limão do original */
    color: #0d6efd; /* Cor do texto azul */
    font-weight: 600;
    font-size: 1.5rem;
    padding: 1rem 3rem;
    border: none;
    border-radius: 1rem; /* Borda arredondada */
    transition: background-color 0.3s ease;
    line-height: 1.2;
}

.btn-hero:hover {
    background-color: #a4e03d; /* Cor no hover (passar o mouse) */
    color: #0d6efd;
}

/* Subtítulo */
.hero-subtitle {
    color: #0d6efd;
    font-size: 1rem;
    line-height: 1.4;
}

/* Logo */
.logo-group img {
    max-width: 150px; /* Limita o tamanho do logo */
}

/* Responsividade para telas menores */
@media (max-width: 768px) {
    .hero-title {
        font-size: 1.8rem;
    }
    .btn-hero {
        font-size: 1.2rem;
        padding: 0.8rem 2rem;
    }
}


/*Tarja Azul Final*/
#tarja_azul_final {
  background-color: #2abeec;
}
#tarja_azul_final p {
  /* color: #006eb6; */
  color: #fff;
  font-family: "NewJuneBold";
  font-weight: 400;
  font-size: 16px;
  padding: 10px;
}
#tarja_azul_final p:hover {
  color: #006eb6;
}

#tarja_azul_final a {
  text-decoration: none;
}
/*Tarja Azul Final*/

/* FOOTER */

#footer-site {
  height: auto !important;
  color: #fff;
  background-color: #0098da;
}

/* #footer-site button {
  background-color: #004D9F;
} */

.form-control:focus {
  border-color: #004d9f;
  box-shadow: 0 0 0 0.2rem rgb(0 77 159 / 25%);
}

#footer-site a p {
  font-family: "Gotham";
  text-align: left;
  color: #fff;
  line-height: 16px;
  font-size: 12px;
  border-bottom: 2px solid #fff;
  padding-bottom: 0.5rem;
}
#footer-site a p:hover {
  color: #004d9f;
}

#footer-site .txt-img {
  display: inline;
  font-family: "Gotham";
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}

#footer-site h1 {
  color: #004d9f;
  font-size: 23px;
  font-weight: bolder;
}

#footer-site label {
  color: #004d9f;
}
#footer-site a {
  text-decoration: none;
}

#footer-semit {
  background-color: #004d9f;
  bottom: 0;
  width: 100%;
  color: white;
  font-weight: bolder;
}

#footer-semit a {
  color: white;
  font-weight: bolder;
  text-decoration: none;
}

.btn-footer {
  color: #004d9f;
  background-color: transparent;
  border: 3px solid #004d9f;
  border-radius: 4px;
  font-family: "NewJuneBold", "Montserrat", sans-serif;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.3s;
}

.img-rodape {
  height: 65px;
  margin-bottom: 10px;
}

/* FIM FOOTER */



#fale-conosco {
    width: 100%;
    background-image: url('../img/background/banner5.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden; /* Importante para as animações flutuantes */
}

/* --- ESTILOS DO FORMULÁRIO (COLUNA DIREITA) --- */

.form-title {
    color: #9aca3b; /* Mesma cor Verde Limão do original */
    font-size: 2.2rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
}

.form-contact {
    background-color: #fff !important;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada suave */
    padding: 1rem 1.2rem;
    color: #444;
    font-size: 1rem;
}

.form-contact::placeholder {
    color: #aaa; /* Placeholder original clarinho */
}

.form-contact:focus {
    box-shadow: 0 0 10px rgba(154, 202, 59, 0.4); /* Foco na cor do título */
    border-color: #9aca3b;
}

.btn-enviar {
    background-color: #0d6efd; /* Use a cor azul do Bootstrap ou o hexadecimal exato */
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 0.5rem;
    border: 2px solid #0d6efd;
    transition: all 0.3s ease;
}

.btn-enviar:hover {
    background-color: #0a58ca; /* Azul mais escuro no hover */
    color: #fff;
}

/* --- ESTILOS DO CELULAR E ÍCONE (COLUNA ESQUERDA) --- */

.celular-wrapper {
    position: relative;
}

/* Z-index helpers */
.z-index-2 { z-index: 2; }
.z-index-3 { z-index: 3; }

/* Ícone de E-mail Flutuante (Animação) */
.email-icon {
    top: 20px; /* Ajuste a posição de acordo com sua foto de celular */
    left: 45%;
    width: 80px; /* Ajuste o tamanho do ícone */
    padding: 10px;
    background: #fff;
    border-radius: 1.2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    animation: floatEmailIcon 4s ease-in-out infinite; /* Animação simples de flutuar */
}

@keyframes floatEmailIcon {
    0% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-15px) rotate(5deg); }
    100% { transform: translateY(0px) rotate(0deg); }
}

/* Responsividade adicional */
@media (max-width: 991px) {
    .form-title {
        font-size: 1.8rem;
    }
}



/* Estilização da Seção Geral */
.wifi-publico-section {
    background-image: url('/wp-content/themes/semit/img/background/bg_azul.png'); 
    background-size: 100% 100%; 
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    font-family: 'Arial Black', Gadget, sans-serif;
    padding-top: 0 !important; 
}

/* Header Superior de Ponta a Ponta */
.header-titulo {
    background-color: #064A8B; 
    color: #ffffff !important; 
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 1px;
}

.header-subtitulo {
    background-color: #b3d45c; 
    color: #1c3d5a; 
    font-size: 1.9rem;
    font-weight: bold; 
    letter-spacing: 1px;
}

/* Trava para manter estritamente o tamanho original do arquivo */
.wifi-publico-section img {
    width: auto !important; /* Impede que o CSS estique a imagem */
    max-width: 100%;       /* Impede que ela quebre a tela em dispositivos móveis */
    height: auto;
    display: inline-block;
    margin: 0 auto; 
}

/* Botão de Vídeo Inferior Centralizado */
.btn-video-wifi {
    background-color: #b3d45c; 
    color: #1c3d5a !important; 
    border: none;
    border-radius: 0px; 
    font-size: 1.1rem; /* Reduzido de 1.2rem para 1rem */
    padding: 10px 30px !important; /* Reduzido o espaçamento interno para diminuir o tamanho */
    letter-spacing: 0.5px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.15); 
    transition: transform 0.2s ease, background 0.3s ease;
    display: inline-block;
}

.btn-video-wifi:hover {
    background-color: #9cb84b; 
    text-decoration: none;
    transform: scale(1.02); 
}

#mapa {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden;
}

/* Faz o mapa ter largura total e a altura que você desejar */
#meu-mapa {
    width: 100% !important;
    height: 600px; /* Altere para a altura que preferir (ex: 650px, 700px) */
    border: none;
    border-radius: 0; /* Remove bordas arredondadas para colar perfeitamente nas laterais */
}