@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;
}

#pagina-interna li {
  text-align: justify;
  margin-bottom: 0.75rem;
}

/* Resolvendo um bug no wp, verificar se no seu site precisa */
.wp-block-group {
  display: none;
}

.wp-block-file:not(.wp-element-button) {
  font-size: 1rem !important;
}

/* 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 {
  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;
}

@media (max-width: 768px) {
  .banner img {
    width: 100%;
    height: 60px;
  }

  #pesquisar-div {
    position: initial !important;
  }
}

.breadcrumb {

  padding: 0.5rem 0 0 1rem;
}

/* Área de pesquisa do header */
#pesquisar-div {
  top: 40px;
  right: 0;
  position: absolute;
}

@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;
}

.h3_search {
  color: #727376;
}

.h1_search {
  font-size: 27px;
  color: #000 !important;
}

@keyframes mover {
  from {
    width: 0;
    right: 0;
  }

  to {
    width: 250px;
  }
}

@keyframes fechar {
  from {
    width: 250px;
  }

  to {
    width: 0px;
    right: 0px;
  }
}

/* fim da área de pesquisa */

/* Fim Boostrap Navbar Alterações */
/* FIM HEADER TEMA SITE  */

/* MENU */
.bg-menu {
  background-color: #fff !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: #727376 !important;
  font-size: 14px;
  /* font-weight: 600; */
  /* padding-right:1rem; */
  padding-right: 6px !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 */

.bg-carousel-e-destaque {
  background-image: url("../img/background/bg_textura_01.png");
  background-size: cover;
}

ol#myCarousel-indicators li {
  border-radius: 100%;
  display: block;
  margin-bottom: 5px;
  width: 12px !important;
  height: 12px !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: #006cb5;
}

.carousel-indicators li {
  background-color: #ababab;
}

/* .topo-carousel .carousel-inner{
    height: 814px;
  } */

.h1_banner_topo {
  font-family: "NewJuneBold", "Exo", sans-serif;
  color: #f5a547;
  text-transform: uppercase;
  text-align: center;
}

.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: #006cb5 !important;
  font-family: "NewJuneBold", "Baloo Bhai 2", "Montserrat", sans-serif !important;
  width: 205px !important;
  height: 62px !important;
}

.ver-mais-banner {
  color: #006cb5;
  background-color: #fff;
  border: 1.5px solid #006cb5;
  border-radius: 30px;
  font-family: "NewJuneBold", "Baloo Bhai 2", "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.3s;
  padding: 8px 0;
}

.ver-mais-banner:hover {
  background-color: #006cb5;
  color: #fff;
}

/* FIM CAROUSEL BANNER DESTAQUE */

/* Cartografia Digital */

#cartografia-digital {
  /* background-image: url("../img/background/Bg1.png"); */
  background-size: cover;
}

#cartografia-digital h1 {
  font-family: "NewJuneBold", "Exo", sans-serif;
  color: #006cb5;
}

#cartografia-digital h3 {
  font-family: "Exo", sans-serif;
  color: #006cb5;
}

#cartografia-digital p {
  font-family: "Exo", sans-serif;
  color: #848688;
  text-align: center;
}

.txt-cartografia-digital p {
  text-align: justify !important;
  font-family: "Exo", sans-serif;
  color: #848688;
}

.btn-destaque-apresentacao {
  color: #006cb5;
  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: #006cb5;
}

.apresentacao-destaque a:hover {
  text-decoration: none;
}

/* FIM  APRESENTACAO DESTAQUE */
/* Repositório geral */
#repositorio-geral h1 {
  font-family: "NewJuneBold", "Exo", sans-serif;
  color: #006cb5;
}

.btn-repositorio-geral {
  color: #006cb5;
  background-color: transparent;
  border: 2px solid #006cb5;
  border-radius: 5px;
  font-family: "NewJuneBold", "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.3s;
  padding: 8px 0px;
}

/* Repositório geral */

/* SECTION LINHAS DE AÇÃO */
.bg-icons-e-repositorio-geral {
  background-image: url("../img/background/bg_textura_02.png");
  background-size: cover;
}

#normas-tecnicas {}

#normas-tecnicas h1 {
  font-family: "NewJuneBold", "Exo", sans-serif;
  color: #006cb5;
}

.tamanho_icones_normas {
  height: 99px;
  width: 99px;
}

.icones-homepage p {
  color: #006cb5;
  font-family: "NewJuneBold", "Exo", sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
}

.tamanho_icones {
  width: 99px;
}

/* icones testes */
/* .slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background: #000;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #fff;
  outline: none;
  background: #000;
} */

/* icones testes */

.texto-icones {
  font-size: 15px;
  font-family: "NewJuneBold, Raleway", sans-serif;
  font-weight: 400;
  color: black;
  line-height: 18px;
}

.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: #006cb5;
}

.icones-homepage a:hover {
  text-decoration: none;
}

/* FIM SECTION LINHAS DE AÇÃO */

/* SECTION NOTICIAS */
.imagem-destaque-noticia {
  padding: 0px;
}


.titulo-noticia {
  color: #006cb5;
  height: 78px;
}

.noticias-titulo {
  font-family: "NewJuneBold", "Montserrat", sans-serif;
  font-size: 38px;
  color: #006cb5;
}

.noticias-home {
  background-color: #ffffff;
  border-radius: 10px;
}

.noticias-home small {
  color: #006cb5;
}

.imagem-destaque-noticia {
  padding: 0px;
}

.noticias-home p {
  color: white;
}

.noticias-home h1 {
  font-size: 15px;
  color: #000000;
}

.noticias-box {
  min-height: 171px;
  max-height: 171px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.btn-clique-aqui {
  color: #006cb5;
  background-color: #fff;
  border: 2.5px solid #006cb5;
  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: #006cb5;
  color: #fff;
}

.noticias-home a:hover {
  text-decoration: none;
}

.ver-mais-noticias {
  color: #006cb5;
  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: #006cb5;
  color: #fff;
}

/* FIM SECTION NOTICIAS */

/* SECTION VIDEOS */

#videos {
  background-color: #fff;
}

#videos h1 {
  color: #006cb5;
  font-family: "NewJuneBold", "Montserrat", sans-serif;
  /* font-size: 38px; */
}

.ver-mais-videos {
  color: #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-videos:hover {
  background-color: #fff;
}

#videos a:hover {
  text-decoration: none;
}

/* FIM SECTION VIDEOS */

/* SECTION Geoinformação */

#videos-2 {
  background-image: url("../img/background/bg_azul.png");
  background-size: cover;
}

#videos-2 h1 {
  color: #fff;
  font-family: "NewJuneBold", "Montserrat", sans-serif;
  /* font-size: 38px; */
}

.texto-geoinformacao p {
  color: #fff;
  line-height: 25px;
  text-align: justify;
}

.hr_geoinfo {
  border: 3px solid #fff;
  margin-top: 1.5rem;
}

.ver-mais-videos {
  color: #fff;
  background-color: transparent;
  text-transform: uppercase;
  border: 3px 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-videos:hover {
  background-color: #fff;
  color: #0055a2;
}

#videos-2 a:hover {
  text-decoration: none;
}

.scroll-object_videos {
  overflow: hidden;
  overflow-y: scroll;
  height: 410px;
  padding: 15px;
}

.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: 80px;
  font-family: "Exo", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

.videos-titulo {
  font-size: 1.2rem;
}

/* FIM PAGINA INTERNA VIDEOS */

/*GEOSERVIÇOS*/

.h1-interno {
  font-size: 30px !important;
}

.tabela-dados .wp-block-table td,
.wp-block-table th {
  border: none !important;
  text-align: center;
}

/*GEOSERVIÇOS*/

/* 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 {
}

#galeria h1 {
  color: #006cb5;
  font-family: "NewJuneBold", "Montserrat", sans-serif;
  /* font-size: 38px; */
}

.ver-mais-galeria {
  color: #006cb5;
  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: #006cb5;
  color: #fff;
}

#galeria a:hover {
  text-decoration: none;
}

.carousel {
  /* background: #FAFAFA; */
}

.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: #006cb5;
}

.flickity-button:hover {
  background: #006cb5;
  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: 75px;
  font-family: "Exo", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

#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: #006cb5;
  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: #006cb5;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #006cb5;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #006cb5;
}

:-ms-input-placeholder {
  color: #006cb5;
}

/* FIM FORMULARIO FALE CONOSCO */

/* FOOTER */

#footer-site {
  height: auto !important;
  background-color: #fff;
  color: #006cb5;
}

#footer-site button {
  background-color: #006cb5;
}

.form-control:focus {
  border-color: #006cb5;
  box-shadow: 0 0 0 0.2rem rgb(131 100 226 / 25%);
}

#footer-site p {
  color: #006cb5;
  line-height: 7px;
  font-size: 16px;
}

#footer-site h1 {
  color: #006cb5;
  font-size: 23px;
  font-weight: bolder;
}

#footer-site label {
  color: #006cb5;
}

#footer-semit {
  background-color: #006cb5;
  bottom: 0;
  width: 100%;
  color: white;
  font-weight: bolder;
}

#footer-semit a {
  color: white;
  font-weight: bolder;
}

/* FIM FOOTER */

/* PAGINA INTERNA */
#pagina-interna {
  /* background-image: url('../img/background/bg_textura_01.png');
  background-size: cover; */
  background-color: #fafafa;
}

#pagina-interna h1 {
  font-family: "NewJuneBold", "Exo", sans-serif;
  color: #006cb5;
}

#pagina-interna p {
  text-align: justify;
}

figure.wp-block-image.size-full img {
  width: 100%;
}

.orientacoes img {
  width: auto !important;
}

.btn-pag-int {
  background-color: #006cb5;
  color: #fff;
}

/* 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 {
  color: white !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: #3399FF;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  /* border: 5px; */
  border-color: #3399FF;
  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;
}
.dropdown-toggle::after{
  
}

.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;
  }
}