@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");
}

@font-face {
  font-family: Bison-Bold;
  src: url("../font/Bison-Bold.ttf");
}

@font-face {
  font-family: Gothan-Book;
  src: url("../font/Gothan-Book.otf");
}

@font-face {
  font-family: Gothan-Black;
  src: url("../font/Gothan-Black.otf");
}

@font-face {
  font-family: Gotham;
  src: url("../font/Gotham.ttf");
}

@font-face {
  font-family: GothamHTF-MediumCondensed;
  src: url("../font/GothamHTF-MediumCondensed.otf");
}

@font-face {
  font-family: GothamHTF-BoldCondensed;
  src: url("../font/GothamHTF-BoldCondensed.otf");
}

@font-face {
  font-family: GothamHTF-Book;
  src: url("../font/Gotham-HTF-Book.otf");
}
@font-face {
  font-family: Hagrid-Regular-trial;
  src: url("../font/Hagrid-Regular-trial.ttf");
}
@font-face {
  font-family: Hagrid-Text-Extrabold-trial;
  src: url("../font/Hagrid-Text-Extrabold-trial.ttf");
}

/* FIM FONTS UTILIZADAS */

h1 {
  font-size: 38px;
  font-family: "NewJuneBold", "Exo", sans-serif;
  color: black;
  font-weight: 600;
  margin: 0 0 22px 0;
}

h2 {
  font-size: 22px;
  /* font-family: "NewJuneBold, Raleway", sans-serif; */
  font-family: "NewJuneBold", "Exo", 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 {
  text-align: justify;
  font-size: 18px;
  font-family: "NewJuneBold, Raleway", sans-serif;
  font-weight: 400;
  color: black;
  line-height: 30px;
}

ul>li>ul>li>a.dropdown-toggle {
  margin: 0;
  font-family: "NewJuneHeavy", "Montserrat", sans-serif;
  color: #4f4f4f !important;
  border: none;
  border-radius: 0;
  margin: 0px 15px;
}

/* BOTÕES INÍCIO */
.primary-button {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  background-color: #0066b3;
  border: none;
  padding: 10px 16px;
  border-radius: 30px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.3s;
}

.primary-button:hover {
  color: #fff;
  background-color: #004b85;
  border-color: none;
  text-decoration: none;
}

.wp-block-file {
  margin-bottom: .8rem;
}

.wp-block-file__button {
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  background-color: #0066b3 !important;
  border: none !important;
  padding: 10px 16px !important;
  border-radius: 30px !important;
  -webkit-transition-duration: 0.5s !important;
  transition-duration: 0.3s !important;
}

.wp-block-file *+.wp-block-file__button {
  margin-left: 2rem !important;
}

.wp-block-file:not(.wp-element-button) {
  font-size: 1rem !important;
}

/* BOTÕES FIM */

/* PREFEITURA COLADA */
#prefeitura-colada {
  background-image: url("../img/background/bg_2.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.h1-pref-colada {
  font-family: "Bison-Bold";
  color: #006eb6;
  text-align: center;
}

/* Resolvendo um bug no wp, verificar se no seu site precisa */
.wp-block-group {
  display: none;
}

/* HEADER PREFEITURA */
.bg-head-prefeitura {
  background-color: #006eb6 !important;
  padding: 24px 0;
  position: relative;
  z-index: 1;
}

.bg-head-prefeitura a {
  text-decoration: none;
}


/* FIM HEADER PREFEITURA */

/* HEADER TEMA SITE  */
.bg-head-site {
  background-color: #0098da;
  padding: 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;
  text-transform: uppercase;
  text-decoration: none !important;
}
.link-menu-secundario:hover {
  color: #1ebfef;
}

.links-do-menu-secundario {
  /* width: 100%; */
  background-color: #A53692;
  padding: 16px;
  text-align: end;
}

/* Estilo de centralização responsiva para imagens */
@media (max-width: 767px) {
  .img-historico {
      display: block !important;
      margin-left: auto !important;
      margin-right: auto !important;
      padding-left: 25px !important;
  }
}

@media (max-width: 768px) {
  .banner img {
    width: 100% !important;
    height: 60px !important;
  }
}


@media(max-width: 767px){
  .logo-rodape{
    display: flex;
    justify-content: center;
    height: 150px;
  }
}


/* Área de pesquisa do header */
.btn-diario-oficial {
  color: #5cc6d0;
  background-color: transparent;
  border: 3px solid #5cc6d0;
  border-radius: 30px;
  font-family: "NewJuneBold", "Baloo Bhai 2", "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.3s;
  padding: 8px 0;
}

.btn-diario-oficial:hover {
  color: #fff;
  background-color: #5cc6d0;
}

.tag-a-todas-as-noticias {
  text-decoration: none !important;
}

.bg-diario {
  background-color: #fff !important;
  border-radius: 30px;
  box-shadow: 0px 0px 20px 0px #020202;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 2rem;
  padding-left: 2rem;
  position: absolute;
  right: -5%;
}

@media only screen and (max-width: 992px) {
  .bg-diario {
    margin-top: 2rem;
    position: static;
  }
}

.texto-diario-of {
  font-weight: 500;
  color: #006cb5 !important;
}

#pesquisar-div {
  /* top: 40px;
  right: 0; */
  width: 100%;
}

#pesquisar-div input {
  background-color: #eff0f0;
}

#pesquisar-div input::placeholder {
  color: #006eb6;
  font-family: "GothamHTF-MediumCondensed";
  font-weight: 300;
  font-style: italic;
  /* text-transform: capitalize; */
}

@media (max-width: 576px) {
  #div-da-pesquisa {
    padding-right: 25px;
  }

  #pesquisar-div {
    padding-right: 40px;
  }
}

#btn-pesquisar {
  border: none;
  color: #004d9f;
  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 */
/* FIM HEADER TEMA SITE  */

/* MENU */
.bg-menu {
  background-color: #8364e2 !important;
  position: relative;
  z-index: 1;
}

.breadcrumb {
  font-weight: 600;
}
.breadcrumb-position {
  padding-left: 6.5%;
}
@media (max-width: 900px) {
  .breadcrumb-position {
    padding-left: 0;
  }
}

#breadcrumbs {
  list-style: none;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 0rem;
}

.separator {
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}

/* Boostrap Navbar Alterações */
.navbar {
  padding: 0.1rem 0;
  z-index: 10;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .active>.nav-link {
  font-family: "NewJuneBold", monospace;
  /* font-size: 16px; */
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #000;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: rgba(255, 255, 255, 1);
}

.navbar-expand-md .navbar-nav .nav-link {
  color: white;
  font-size: 16px;

  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.navbar-expand-md .navbar-nav .nav-link:hover {
  color: #0056b3 !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 {
  min-width: 283px;
  margin: 0;
  font-family: "NewJuneHeavy", "Montserrat", sans-serif;
  color: #4f4f4f;
  background-color: rgba(250, 250, 250, 0.8) !important;
  border: none;
  border-radius: 0;
  z-index: 1000;
}

.dropdown-item {
  color: #4f4f4f;
  font-size: 16px;
  font-family: "NewJuneBold", monospace;
  max-width: 283px !important;
  overflow-wrap: break-word;
  white-space: normal !important;
}

.dropdown-item:hover {
  color: #0056b3 !important;
}

.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 */
#titulo-destaque {
  color: #fff;
}

ol#myCarousel-indicators li {
  border-radius: 100%;
  display: block;
  margin-bottom: 5px;
  width: 14px !important;
  height: 14px !important;
}

#titulo-destaque {
  margin: 7% 0% 0% 0% !important;
  padding: 0% 17% 0% 17% !important;
  font-size: 85px;
  /* width: 60%; */
  text-align: center !important;
  text-shadow: 5px 4px 1px #001f2dad;
  line-height: 80%;
}

#content-destaque {
  margin: 0% 0% 0% 0% !important;
  padding: 0% 17% 0% 17% !important;
  font-size: 65px;
  /* width: 60%; */
  text-align: center !important;
  text-shadow: 5px 4px 1px #001f2dad;
  line-height: 80%;
}

@media only screen and (max-width: 310px) {
  #titulo-destaque {
    margin: 7% 0% 0% 0% !important;
    padding: 0% 10% 0% 10% !important;
    font-size: 25px !important;
    /* width: 60%; */
    text-align: center !important;
    text-shadow: 5px 4px 1px #001f2dad;
    line-height: 90%;
  }
}

@media only screen and (min-width: 310px) and (max-width: 420px) {
  #titulo-destaque {
    margin: 7% 0% 0% 0% !important;
    padding: 0% 10% 0% 10% !important;
    font-size: 35px !important;
    /* width: 60%; */
    text-align: center !important;
    text-shadow: 5px 4px 1px #001f2dad;
    line-height: 80%;
  }
}

@media only screen and (min-width: 420px) and (max-width: 576px) {
  #titulo-destaque {
    margin: 7% 0% 0% 0% !important;
    padding: 0% 10% 0% 10% !important;
    font-size: 45px !important;
    /* width: 60%; */
    text-align: center !important;
    text-shadow: 5px 4px 1px #001f2dad;
    line-height: 80%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 800px) {
  #titulo-destaque {
    margin: 7% 0% 0% 0% !important;
    padding: 0% 10% 0% 10% !important;
    font-size: 60px !important;
    /* width: 60%; */
    text-align: center !important;
    text-shadow: 5px 4px 1px #001f2dad;
    line-height: 80%;
  }
}

@media only screen and (min-width: 800px) and (max-width: 992px) {
  #titulo-destaque {
    margin: 7% 0% 0% 0% !important;
    padding: 0% 10% 0% 10% !important;
    font-size: 75px !important;
    /* width: 60%; */
    text-align: center !important;
    text-shadow: 5px 4px 1px #001f2dad;
    line-height: 80%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #titulo-destaque {
    margin: 7% 0% 0% 0% !important;
    padding: 0% 10% 0% 10% !important;
    font-size: 80px !important;
    /* width: 60%; */
    text-align: center !important;
    text-shadow: 5px 4px 1px #001f2dad;
    line-height: 80%;
  }
}

@media only screen and (max-width: 1600px) {
  #titulo-destaque {
    margin: 7% 0% 0% 0% !important;
    padding: 0% 10% 0% 10% !important;
    font-size: 85px !important;
    /* width: 60%; */
    text-align: center !important;
    text-shadow: 5px 4px 1px #001f2dad;
    line-height: 80%;
  }
}

@media only screen and (min-width: 1600px) {
  #titulo-destaque {
    margin: 7% 0% 0% 0% !important;
    padding: 0% 10% 0% 10% !important;
    font-size: 100px !important;
    /* width: 60%; */
    text-align: center !important;
    text-shadow: 5px 4px 1px #001f2dad;
    line-height: 80%;
  }
}

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: #54C5D0; */
  background-color: #54c5d0;
}

.carousel-indicators li {
  background-color: white;
}

.carousel-caption {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  /* padding: 0 0 0 50px; */
  padding: 0;
  text-align: left !important;
  z-index: 0;
}

.texto-carousel {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-height: 60%;
  width: 50%;
  text-shadow: 1px 1px 2px black;
}

.texto-carousel>h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 46px;
  font-family: "NewJuneBold", "Baloo Bhai 2", "Montserrat", sans-serif !important;
  text-shadow: 1px 1px 2px black;
}

.texto-carousel>p {
  color: #ffffff;
}

@media (max-width: 800px) {
  .texto-carousel>h2 {
    font-size: 25px;
  }
}

@media (max-width: 576px) {
  .texto-carousel>h2 {
    font-size: 25px;
  }
}

@media (min-width: 375px) and (max-width: 576px) {
  .texto-carousel>h2 {
    font-size: 18px;
  }

  .texto-carousel {
    font-size: 13px;
  }
}

/*FIM CAROUSEL DESTAQUE*/
/*Serviços destaque*/
#serv-destaque a {
  text-decoration: none;
}

/*Serviços destaque*/

/*perfis-de-navegacao*/
#perfis-de-navegacao {
  background-color: #fff;
}

.h1-pref-colada {
  /* font-family: "Bison-Bold"; */
  color: #006eb6;
  text-align: center;
  text-transform: uppercase;
}
.planejamento {
  /* font-family: "Bison-Bold"; */
  color: #6E6F72;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.planejamento-ano {
  /* font-family: "Bison-Bold"; */
  color: #6E6F72;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
}

/*FIM Area de Atuação*/

#area-de-atuacao {
  background-color: #AFE2F9;
}



#area-de-atuacao h1 {
  color: #fff;
}

.btn-todos-os-projetos {
  color: #fff;
  width: 300px;
  background-color: #006eb6;
  border: 3px solid #004d9f;
  border-radius: 0px;
  font-family: "NewJuneBold", "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.3s;
  padding: 8px 0;
}

.btn-todos-os-projetos:hover {
  color: #fff;
  background-color: #2e5393;
}

.botoes-prefs div {
  border-radius: 25px 25px 0px 0px;
  padding: 10px;
}

/* Estilos para telas grandes */
.img-historico-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
}

/* Responsividade para telas pequenas */
@media (max-width: 767px) {
  .img-historico-container {
      justify-content: center;
      flex-direction: column; /* Centralizar o conteúdo em uma única coluna */
  }

  .img-historico {
      max-width: 90%; /* Ajusta para garantir que as imagens fiquem dentro dos limites da tela */
      margin-bottom: 15px;
  }

  /* Ajusta o título para ser centralizado */
  .h1-pref-colada {
      text-align: center;
      font-size: 1.8rem;
  }

  /* Ajuste no container principal para centralizar o conteúdo */
  .container {
      text-align: center;
  }
}



.botoes-prefs p {
  margin: 0;
  text-align: center;
  color: #006eb6;
  font-weight: 600;
}

.botoes-prefs a {
  text-decoration: none;
}

.txt-patrocionado {
  width: 100%;
  text-align: center;
  font-family: monospace;
  margin: 0;
}

#apresentacao-destaque-semit {
  background-image: url("../img/background/bg_cogel.png");
  background-size: cover;
}

/* Media query para telas maiores, usando Flexbox */
@media screen and (min-width: 768px) {
  .img-historico-container {
      display: flex;
      justify-content: center; /* Centraliza horizontalmente */
      align-items: center; /* Centraliza verticalmente */
      height: 100vh; /* Altura total da tela para centralização vertical */
  }
}
/* #apresentacao-destaque-semit h1 {
  color: #3d70b7;
  border-bottom: 3px solid #3d70b7;
} */
.title-underline {
  color: #3d70b7;
  /* border-bottom: 3px solid #3d70b7; */
}

.line {
  border: 2px solid #3d70b7;
  width: 75%;
  border-radius: 10px;
}

#apresentacao-destaque-semit p {
  color: #3d70b7;
  font-weight: 700;
}

/* FIM  APRESENTACAO DESTAQUE */

/* SECTION LINHAS DE AÇÃO */

#linhas-de-acao h1 {
  font-family: "NewJuneBold", "Exo", sans-serif;
  color: #004d9f;
}

.icones-homepage p {
  color: #004d9f;
  font-family: "NewJuneBold", "Exo", sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  height: 45px;
}

.tamanho_icones {
  height: 140px;
}

.btn-destaque-linhasdeacao {
  color: white;
  background-color: #004d9f;
  width: 112px;
  border: 3px solid #004d9f;
  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: #004d9f;
}

.icones-homepage a:hover {
  text-decoration: none;
}

/* FIM SECTION LINHAS DE AÇÃO */

/* SECTION NOTICIAS */
#noticias {
  background-image: url("../img/background/bg_noticias.png");
  background-size: cover;
}

#noticias a:hover {
  text-decoration: none;
}

#noticias h1 {
  color: #0066b3 !important;
  font-weight: 700 !important;
  font-family: "NewJuneBold", "Montserrat", sans-serif !important;
}

#noticias h2 {}

#noticias p {
  font-size: 17px;
  font-family: "NewJuneBold, Raleway", sans-serif;
  font-weight: 400;
  color: #231f20;
  line-height: 20px;
}

.imagem-destaque-noticia {
  padding: 0px;
}

/* .titulo-noticia {
  height: 78px;
} */

.card-deck {
  width: 100%;
}

.noticias-box {
  min-height: 200px;
  max-height: 200px;
  width: 100%;
  object-fit: fill;
  object-position: center;
}

.img-noticias {
  min-height: 224px;
  max-height: 224px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.btn-todas-as-noticias {
  color: #fff;
  background-color: #0066b3;
  border: none;
  border-radius: 30px;
  font-family: "NewJuneBold", "Baloo Bhai 2", "Montserrat", sans-serif;
  padding: 10px 30px;
  font-weight: 700;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.3s;
}

.btn-todas-as-noticias:hover {
  color: #fff;
  background-color: #004b85;
  border-color: #004b85;
}

.btn-noticias {
  color: #0066b3;
  background-color: #fff;
  border: 2px solid #0066b3;
  border-radius: 30px;
  font-family: "NewJuneBold", "Baloo Bhai 2", "Montserrat", sans-serif;
  padding: 10px 0px;
  font-weight: 700;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.3s;
}

.btn-noticias:hover {
  background-color: #004b85;
  color: #fff;
  border-color: #004b85;
}

.card-title {
  height: 80px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0065b7;
  font-family: "NewJuneBold", "Exo", sans-serif;
}

.card-border-radious {
  border-radius: 1rem;
}

.line {
  border-bottom: 3px solid #0065b7;
}

.card-text {
  padding-top: 10px;
}

/* FIM SECTION NOTICIAS */

/*Canais de contato*/
#canais-de-contato a {
  text-decoration: none;
}

.slick-slide {
  height: auto;
}

h1.titulos-homepage {
  font-family: "Gotham-HTF-Book", sans-serif;
  margin: 2rem;
  font-weight: 700;
  color: #6d6e70;
  text-transform: uppercase;
  text-align: center;
}

h2.titulos-homepage {
  font-family: "Gothan-Book", sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  margin: 0;
  color: #6d6e70;
  text-align: left;
}

#canais-de-contato h2 {
  color: #6d6e70;
}

/*Canais de contato*/

/*DEPOIMENTOS*/
#depoimentos h1 {
  color: #0066b3;
}

#depoimentos p {
  text-align: justify;
  color: #0066b3;
}

.btn-depoimentos {
  color: #fff;
  font-weight: 700;
  background-color: #0066b3;
  border-color: #0066b3;
  padding: 10px 30px;
  border-radius: 30px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.3s;
}

.btn-depoimentos:hover {
  color: #fff;
  background-color: #004b85;
  border-color: #004b85;
}

/*DEPOIMENTOS*/

/*Tarja Azul Final*/
#tarja_azul_final {
  background-color: #2abeec;
}

#tarja_azul_final p {
  color: #006eb6;
  /* font-family: "Gothan-Black"; */
  font-weight: 800;
  font-size: 15px;
  padding: 10px;
}

#tarja_azul_final p:hover {
  color: #fff;
}

#tarja_azul_final a {
  text-decoration: none;
}

/*Tarja Azul Final*/

/* SECTION VIDEOS 2 */

#videos-2 {
  background-color: #fff;
}

#videos-2 h1 {
  color: #004d9f;
  font-family: "NewJuneBold", "Montserrat", sans-serif;
  font-size: 38px;
}

.ver-mais-videos {
  color: #fff;
  background-color: #004d9f;
  border: none;
  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: 10px 30px;
}

.ver-mais-videos:hover {
  background-color: #004d9f;
  color: #fff;
}

#videos-2 a:hover {
  text-decoration: none;
}

.scroll-object_videos {
  overflow: hidden;
  overflow-y: scroll;
  height: 410px;
  padding: 15px;
  background-color: #004d9f;
}

.scroll-object_videos::-webkit-scrollbar {
  width: 15px;
}

.scroll-object_videos::-webkit-scrollbar-thumb {
  background-color: #004d9f;
  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 */

/* 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/bg_galeria.png");
  background-size: cover;
}

#galeria h1 {
  font-family: "NewJuneBold", "Montserrat", sans-serif;
  font-size: 38px;
}

.ver-mais-galeria {
  color: #0065b7;
  background-color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 1rem;
  font-family: "NewJuneBold", "Baloo Bhai 2", "Montserrat", sans-serif;
  padding: 10px 30px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.3s;
}

.ver-mais-galeria:hover {
  background-color: #711f5d;
  color: #fff;
}

#galeria a:hover {
  text-decoration: none;
}

.main-carousel {
  width: 100%;
  height: 100%;
}

.carousel {
  background: #fafafa;
}

.carousel-cell {
  width: 32.7%;
  height: 384px;
  margin-right: 10px;
  background: #8c8;
  border-radius: 5px;
  counter-increment: carousel-cell;
  overflow: hidden;
  border-radius: 20px;

  position: relative;
}

@media (max-width: 768px) {
  .carousel-cell {
    width: 100%;
  }
}

.caption {
  position: absolute;
  bottom: 18px;
  /* background: rgba(0, 0, 0, 0.6);  */
  background: linear-gradient(to top, rgba(0, 101, 183, 0.8), transparent);
  color: #f1f1f1;
  width: 91%;
  padding: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;

  font-family: "NewJuneBold", "Baloo Bhai 2", "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.carousel-cell img {
  min-width: 100%;
  width: 100%;
}

.img_cell {
  min-height: 350px;
  max-height: 350px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .flickity-slider {
    width: 100%;
  }
}

.flickity-button {
  /* background: #f27aa5; */
  background: none;
}

.flickity-button:hover {
  /* background: #f27aa5; */
  background: none;
  cursor: pointer;
}

.flickity-page-dots {
  bottom: -40px;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 8px;
  background: #1ebfef;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* 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%;
}

.flickity-prev-next-button.previous {
  left: -5%;
  top: 50%;
  background: #004d9f;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.flickity-prev-next-button.next {
  right: -5%;
  top: 50%;
  background: #004d9f;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* .main-carousel {
  position: relative;
}

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
} */

/* FIM ALBUM INTERNO */

/* GALERIA INTERNA */

.card-header {
  font-size: 20px;
  font-weight: 600;
  font-family: "NewJuneBold", "Exo", sans-serif;
  color: #004d9f;
}

#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 */



.mapasite{
  width: 25%;
  background-color: #2ABEEC;
  padding: 8px;
  border-radius: 8px;  
}
.mapasite a{
  list-style: none;
  color: #fff;
}




#mapa {
  background-color: #004d9f;
}

#mapa h1 {
  color: #fff;
  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;
}

.js .anime-banner {
  opacity: 0;
  transform: translate3D(0px, -50px, 0px);
}

.js .anime-banner-init {
  opacity: 1;
  transform: translate3D(0px, 0px, 0px);
  transition: 5.8s all ease;
}

/* End Animation */
/*FIM ANIMACAO DIV's*/

/* FORMULARIO FALE CONOSCO */
::-webkit-input-placeholder {
  color: #004d9f;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #004d9f;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #004d9f;
}

:-ms-input-placeholder {
  color: #004d9f;
}

/* FIM FORMULARIO FALE CONOSCO */

/* 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: #fff;
  bottom: 0;
  width: 100%;
  color: #004d9f;
  font-weight: bolder;
}

#footer-semit a {
  color: #004d9f;
  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 */

/* PAGINA INTERNA */
#pagina-interna {
  background-color: #fff;
}

#pagina-interna h1 {
  font-family: "NewJuneBold", "Exo", sans-serif;
  color: #004d9f;
}

#pagina-interna h2 {
  font-family: "NewJuneBold", "Exo", sans-serif;
  color: #004d9f;
}

#pagina-interna h3 {
  font-family: "NewJuneBold", "Exo", sans-serif;
  color: #004d9f;
  margin: 0;
}

#pagina-interna tr,
#pagina-interna td {
  border: 1px solid #dee2e6;
}

#pagina-interna table {
  background-color: #e6eaed !important;
}

.link-font-size a {
  font-family: "NewJuneBold", "Exo", sans-serif;
  font-size: 20px;
}

#styledStrongText strong {
  font-family: "NewJuneBold", "Exo", sans-serif;
  color: #004d9e;
  font-size: 20px;
}

#styledStrongText li {
  padding-bottom: 1rem;
}

#quadroDePessoal strong {
  font-family: "NewJuneBold", "Exo", sans-serif;
  color: #004d9e;
  font-size: 20px;
}

#quadroDePessoal p {
  margin: 0;
}

.wp-container-core-group-layout-1.wp-container-core-group-layout-1 {
  padding-top: 2rem;
}

@media  (max-width: 900px) {
  .wp-container-core-group-layout-1.wp-container-core-group-layout-1 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    /* flex-wrap: wrap; */
  }
}

@media  (max-width: 900px) {
  .wp-container-core-group-layout-2.wp-container-core-group-layout-2 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    /* flex-wrap: wrap; */
  }
}


/* 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 #000 !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*/

.btn-saiba-mais {
  background-color: #fff;
  color: #3d70b7;
  border: 2px solid #3d70b7;
  border-radius: 30px;
  padding: 8px 0px;
  font-size: 17px;
  font-weight: 700;
}

/* Drop Dúvidas Frequentes*/
.drop-duvidas {
  margin-bottom: 50px;
}

.drop-duvidas p {
  color: #000000 !important;
}

.duvidas p {
  color: #000000 !important;
}

.accordion_duvidas {
  background-color: #0098da;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  /* border: 5px; */
  border-color: #0098da;
  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*/

/* imagens */
.wp-block-image img {
  box-sizing: border-box;
  height: auto;
  width: 100%;
  vertical-align: bottom;
}

/* imagens */

.ad-desktop {
  display: block;
}

.ad-mobile {
  display: none;
}

@media only screen and (min-width: 1920px) {}

@media only screen and (max-width: 1919.98px) {}

@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: 0.rem !important;
    padding-left: 0.5rem !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;
  }
}

@media only screen and (max-width: 992px) {
  .noticias-box-menor {
    min-height: 180px;
    max-height: 180px;
    width: 100%;
    object-fit: fill;
    object-position: center;
  }
}

@media only screen and (max-width: 768px) {
  .botoes-prefs div {
    border-radius: 0px 0px 0px 0px;
    padding: 10px;
  }

  .ad-desktop {
    display: none;
  }

  .ad-mobile {
    display: block;
  }
}

@media only screen and (max-width: 576px) {
  .noticias-box-menor {
    min-height: 250px;
    max-height: 250px;
    width: 100%;
    object-fit: fill;
    object-position: center;
  }
}

@media only screen and (max-width: 440px) {}