@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/Gotham-Book.otf");
}
@font-face {
  font-family: Gothan-Black;
  src: url("../font/Gotham-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");
}

/* 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;
}

/* 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: 30px 0;
  position: relative;
  z-index: 1;
}

/* 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: #0c6198;
  text-transform: uppercase;
  text-decoration: none !important;
}

.link-menu-secundario:hover {
  color: #fff;
}

.links-do-menu-secundario {
  background-color: #2abeec;
  padding: 16px;
  text-align: end;
}

@media (max-width: 768px) {
  .banner img {
    width: 100%;
    height: 60px;
  }
}

/* Á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: "NewJuneBold";
  font-weight: 300;
  font-style: italic;
  /* text-transform: capitalize; */
}

@media (max-width: 576px) {
  #div-da-pesquisa {
    padding-right: 25px;
  }
}

#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;
  /* padding: 2px 0; */
  position: relative;
  z-index: 1;
}
.breadcrumb {
  padding: 0.5rem 0 0 1rem;
}
.separator {
  padding: 0 0.5rem;
}
.bread-link {
  font-weight: bold;
}
.bread-current {
  font-weight: bold;
}

/* 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: "NewJuneBold", monospace;
  /* 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; */
}

.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 {
  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 */
#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;
  padding: 0 0 0 50px;
  text-align: left !important;
}

.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*/

/*prefeitura-colada*/
#prefeitura-colada {
  background-color: #fff;
}

.h1-pref-colada {
  font-family: "NewJuneBold";
  color: #006eb6;
  text-align: center;
}

@media (max-width: 900px) {
  .colored-cards {
    gap: 1rem;
  }
}

/*FIM Area de Atuação*/

/* APRESENTACAO DESTAQUE */

#prefeitura-colada-semit {
  background-image: url("../img/background/Bg1.png");
  background-size: cover;
}

#prefeitura-colada-semit h1 {
  font-family: "NewJuneBold", "Exo", sans-serif;
  color: #8664e2;
}

#prefeitura-colada-semit h3 {
  font-family: "NewJuneBold", sans-serif;
  color: #6a62e2;
}

#prefeitura-colada-semit p {
  font-family: "NewJuneBold", sans-serif;
  color: #8664e2;
}

.prefeitura-colada p {
  color: #2b4f9d;
  text-align: center;
}

.btn-destaque-apresentacao {
  color: #8364e2;
  background-color: #cec2f3;
  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: #8364e2;
  color: #cec2f3;
}

.prefeitura-colada a:hover {
  text-decoration: none;
}
.botoes-prefs {
  margin-top: 3rem;
}

.botoes-prefs div {
  border-radius: 25px 25px 0px 0px;
  padding: 10px;
}

#prefeitura-colada .botoes-prefs p {
  margin: 0;
  text-align: center;
  color: #006eb6;
  font-weight: 600;
}
#prefeitura-colada .botoes-prefs a {
  text-decoration: none;
}

.txt-patrocionado {
  width: 100%;
  text-align: center;
  font-family: monospace;
  margin: 0;
}

/* FIM  APRESENTACAO DESTAQUE */

/*INFORMATIVOS*/

.titulo-informativos {
  color: #727376;
  text-transform: uppercase;
  font-size: 25px;
  margin: 0;
}

.btn-clique-aqui-informativos {
  color: #fff;
  background-color: #f58634;
  border: 2.5px solid transparent;
  font-family: "NewJuneBold", "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 11px;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.3s;
  width: 100%;
  height: 40px;
}
/*INFORMATIVOS*/
/* 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: 15px;
  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;
}
/*icones-secretaria*/
#icones-secretaria {
  background-image: url("../img/background/bg_secretaria.png");
  background-size: cover;
}
#icones-secretaria a {
  text-decoration: none;
}

.btns-secretarias {
  color: #fff;
  background-color: #006eb6;
  border: 3px solid #006eb6;
  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;
  margin-bottom: 1rem;
}
.btns-secretarias:hover {
  background-color: #fff;
  color: #006eb6;
}

.nomes-orgaos {
  color: #004d9f;
  font-family: "NewJuneBold", "Exo", sans-serif;
  font-weight: bold;
  text-align: center;
}
/*FIM icones-secretaria*/

/* FIM SECTION LINHAS DE AÇÃO */

/* SECTION NOTICIAS */
.imagem-destaque-noticia {
  padding: 0px;
}

.titulo-noticia h1{
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
}

.noticias-titulo {
  color: #ffffff;
  font-family: "NewJuneBold", "Montserrat", sans-serif;
  font-size: 38px;
}

.noticias-home {
  background-color: #eee;
  border-radius: 10px;
}

.noticias-home small {
  color: #004d9f;
}

.imagem-destaque-noticia {
  padding: 0px;
}

.noticias-home p {
  color: white;
}

.noticias-home h1 {
  font-size: 15px;
  color: #8364e2;
}

.noticias-box {
  min-height: 200px;
  max-height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.noticias-box-menor {
  min-height: 100px;
  max-height: 100px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.btn-clique-aqui {
  color: #8f79ed;
  background-color: #fff;
  border: 2.5px solid #8364e2;
  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: #8f79ed;
  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 */

/*Canais de contato*/
#canais-de-contato a {
  text-decoration: none;
}
h1.titulos-homepage {
  font-family: "NewJuneBold", sans-serif;
  margin: 0;
  font-weight: 700;
  color: #6d6e70;
  text-transform: uppercase;
  text-align: left;
}
h2.titulos-homepage {
  font-family: "NewJuneBold", sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  margin: 0;
  color: #6d6e70;
  text-align: left;
}
/*Canais de contato*/

/*NOTICIAS HOMEPAGE*/
#noticias {
  background-size: cover;
}

#noticias a:hover {
  text-decoration: none;
}

.titulo-noticia h1 {
  font-size: 15px;
  color: #004d9e;
}

/* .titulo-noticia {
  height: 65px;
  width: 90%;
} */

.topicos-noticias {
  border-bottom: 3px solid #002f40 !important;
}

#noticias h1 {
  /* font-family: "NewJuneHeavy", "Montserrat", sans-serif; */
  /* font-family: "NewJuneHeavy";
  color: #2e5393 !important;
  font-weight: normal; */
}

#noticias h2 {
  /* font-family: NewJuneSemibold, "Montserrat", sans-serif;
  color: #2e5393 !important;
  font-size: 16px; */
}

#noticias p {
  font-size: 17px;
  font-family: "NewJuneBold, Raleway", sans-serif;
  font-weight: 400;
  color: #05475f;
  line-height: 20px;
}

h1.noticias-titulo.text-center.pt-4 {
  color: #ffffff;
  font-family: "NewJuneBold", "Montserrat", sans-serif;
  font-size: 38px;
}

.btn-noticias-homepage {
  color: #fff;
  background-color: #23bbae;
  text-shadow: 1px 1px 1px black;
  border: 1.5px solid #23bbae;
  border-radius: 30px;
  font-family: "NewJuneBold", "Montserrat", sans-serif;
  font-size: 11px;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.3s;
  padding: 4px 4px;
  width: max-content !important;
}

.titulo_noticias_homepage {
  color: #004d9f;
}

.titulo_noticias_homepage:hover {
  color: #004d9f;
}

.btn-noticias-homepage:hover {
  color: #23bbae;
  background-color: #fff;
}

.btn-todas-as-noticias-homepage {
  color: #fff;
  background-color: #006eb6;
  border: 3px solid #004d9f;
  border-radius: 0px;
  font-family: "NewJuneBold", "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.3s;
  padding: 8px 0;
}

.btn-todas-as-noticias-homepage:hover {
  color: #fff;
  background-color: #2e5393;
}

.btn-clique-aqui {
  color: #fff;
  background-color: #2e5393;
  border: 2.5px solid #002f40;
  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: #fff;
  color: #2e5393;
}

.link-compartilhar-noticias {
  filter: drop-shadow(7px 7px 7px #000000);
  -webkit-filter: drop-shadow(1px 1px 1px #000000);
  float: none !important;
  margin: 0px 0px 0px 0px !important;
  position: relative;
  left: 125px;
  bottom: 7px;
}

/* .link-compartilhar {
  filter: drop-shadow(7px 7px 7px #000000);
  -webkit-filter: drop-shadow(1px 1px 1px #000000);
  float: none !important;
  margin: 0px 0px 0px 0px !important;
  position: relative;
  left: 200px;
  bottom: 40px;
}

.link-compartilhar-projeto {
  filter: drop-shadow(7px 7px 7px #000000);
  -webkit-filter: drop-shadow(1px 1px 1px #000000);
  float: none !important;
  margin: 0px 0px 0px 0px !important;
  position: relative;
  top: 18px;

}

.link-compartilhar-noticias {
  filter: drop-shadow(7px 7px 7px #000000);
  -webkit-filter: drop-shadow(1px 1px 1px #000000);
  float: none !important;
  margin: 0px 0px 0px 0px !important;
  position: relative;
  left: 125px;
  bottom: 7px;
}

.link_compartilhar {
  filter: drop-shadow(7px 7px 7px #000000);
  -webkit-filter: drop-shadow(4px 2px 2px #000000);
  float: none !important;
  margin: 0px 0px 0px 0px !important;
} */

.imagem-destaque-noticia {
  padding: 0px;
  background-color: #f6f6f6;
  /* height: 200px; */
}

.imagem-destaque-noticia-img {
  min-height: 560px;
  max-height: 560px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

img.card-img.wp-post-image.noticias-carousel {
  width: 100%;
  min-height: 405px;
  height: 405px;
  max-height: 405px;
}

.data-imagem-destaque {
  background-color: #fff;
  color: #2e5393;
  text-shadow: 1px 1px 1px black;
  width: fit-content;
  padding: 5px;
  border-radius: 30px;
  color: white !important;
  font-size: 10pt !important;
}

.titulo-imagem-destaque {
  color: white;
  text-shadow: 1px 1px 1px black;
}

.box-atencao {
  background-color: #dadada;
  padding: 15px;
  padding-bottom: 2px;
  border-radius: 10px;
}

.bg-noticias {
  background-color: #f6f6f6;
}

/*FIM NOTICIAS HOMEPAGE*/

/*APLICATIVOS*/
#aplicativos {
  background-image: url("../img/background/bg_app.png");
  background-size: cover;
  min-height: 500px;
  display: flex;
  align-items: center;
}

.ver-mais-aplicativos {
  color: #fff;
  background-color: #2abeec;
  border: 3px solid #2abeec;
  font-family: "NewJuneBold";
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.3s;
  padding: 8px 0;
}

#aplicativos a {
  text-decoration: none;
}
/*APLICATIVOS*/

/*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*/

/* SECTION VIDEOS 2 */

#videos-2 {
}

#videos-2 h1 {
  color: #fff;
  font-family: "NewJuneBold", "Montserrat", sans-serif;
  font-size: 38px;
}

.ver-mais-videos {
  color: #004d9f;
  background-color: transparent;
  border: 3px solid #004d9f;
  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: #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 */

/* 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 {
  background-color: #cec2f3;
}

#galeria h1 {
  color: #8364e2;
  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: 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: #f27aa5;
}

.flickity-button:hover {
  background: #f27aa5;
  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%;
}

.flickity-prev-next-button.previous {
  left: -4%;
  top: 30%;
}

.flickity-prev-next-button.next {
  right: -4%;
  top: 30%;
}

/* 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 */

/* INICIO SECRETARIAS */

.scroll-object_secretarias {
  overflow: hidden;
  overflow-y: scroll;
  height: 380px;
}

#secretarias {
  background-image: url("../img/background/bg5.png") !important;
  background-size: cover;
}

.row.white {
  height: 65px;
  background-color: white;
  border-bottom: 1px solid #adadad;
}

.row.white:hover {
  background-color: #31baae;
}

.row.white h1 {
  color: #002f40 !important;
  padding: 30px 30px;
  font-size: 10pt !important;
}

.row.grey {
  height: 65px;
  background-color: #e5e5e5;
  border-bottom: 1px solid #adadad;
}

.row.grey h1 {
  color: #002f40 !important;
  padding: 30px 30px;
  font-size: 10pt !important;
}

.row.grey:hover {
  background-color: #31baae;
}

#secretarias h1 {
  color: #fff;
  font-family: "NewJuneBold", "Montserrat", sans-serif;
  font-size: 38px;
}

.img_prefeitura {
  background-color: white;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.scroll-object_secretarias::-webkit-scrollbar {
  width: 15px;
}

.scroll-object_secretarias::-webkit-scrollbar-track {
  background: #002f40;
}

.scroll-object_secretarias::-webkit-scrollbar-thumb {
  background-color: #3bbfbc;
  border: 4px solid #002f40;
}

/*FIM SECRETARIA*/

/* MAPA DO SITE */

.pages-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

.mapasite{
  width: 25%;
  /* margin: 5px 0 0 5px; */
  background-color: #2ABEEC;
  padding: 8px;
  border-radius: 8px;  
}

@media (max-width: 900px) {
  .mapasite {
    width: 100%;
  }
}

.mapasite-container {
  width: 100%;
}

@media (max-width: 900px) {
  .mapasite-container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}


.mapasite a{ 
  color: #fff;  
}

/* SECTION projetos */

#projetos-e-videos h1 {
  color: #004d9f !important;
}

#projetos h1 {
  color: #fff;
  font-family: "NewJuneBold", "Montserrat", sans-serif;
  font-size: 38px;
  font-weight: 500;
}

.ver-mais-projetos {
  color: #f9b230;
  background-color: transparent;
  border: 3px solid #f9b230;
  border-radius: 30px;
  font-family: "NewJuneBold", "Baloo Bhai 2", "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.3s;
  padding: 8px 0;
}

.ver-mais-projetos:hover {
  background-color: #f9b230;
  color: #2e5393;
}

.saiba-mais-projetos {
  color: #fff;
  background-color: #004d9f;
  border: 3px solid #004d9f;
  border-radius: 10px;
  height: 35px;
  font-family: "NewJuneBold", "Baloo Bhai 2", "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.3s;
}

.saiba-mais-projetos:hover {
  background-color: transparent;
  color: #004d9f;
}

#projetos a:hover {
  text-decoration: none;
}

.carousel {
  background: transparent;
}

.carousel-cell {
  /* width: 66%; */
  width: 21%;
  height: auto;
  margin-right: 10px;
  background: transparent;
  border-radius: 0px;
  counter-increment: carousel-cell;
  overflow: hidden;
}

.img_cell {
  min-height: 180px;
  max-height: 180px;
  width: 100%;
  object-fit: fill;
  object-position: center;
}

.flickity-button {
  background: #000;
}

.flickity-button:hover {
  background: #000;
  cursor: pointer;
}

.texto-projetos-homepage {
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  text-align: center !important;
  height: 30px;
}

/*FIM PROJETOS*/

/*SERVIÇOS EM DESTAQUE*/
#tecnologia {
  background-image: url("../img/background/imagem_tecnologia.png");
  background-size: cover;
}

#transito {
  background-image: url("../img/background/imagem_transito.png");
  background-size: cover;
}

#pref-bairro {
  background-image: url("../img/background/imagem_prefeitura_bairro.png");
  background-size: cover;
}

#poluicao-som {
  background-image: url("../img/background/imagem_poluicao_sonora.png");
  background-size: cover;
}

.card-servicos-destaque {
  height: 400px !important;
}

.texto-card-servicos-destaque {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 90%;
}

.card-servicos-destaque p {
  font-size: 14px;
  line-height: 17px;
  color: black !important;
  font-family: "Exo", sans-serif;
}

#servicos-destaque hr {
  color: #fff;
}

/* #auditoria_pg_interna a {
  color: #fff;
}

#auditoria_pg_interna a:hover {
  color: #000;
} */

/*#outros hr {
  color: #67419A;
}*/

#servicos-destaque hr {
  margin: 0;
  border-top: 5px solid;
  width: 75px;
}

.titulo-servicos-destaque {
  font-size: 2rem;
  font-family: "NewJuneBold", sans-serif;
  font-weight: 600;
  color: #fff;
  margin: 0 0 10px 0;
}

.img-area-servicos-destaque {
  border-radius: 30%;
  padding: 20px;
}

.cards-home a {
  text-decoration: none;
}

.btn-area-servicos-destaque {
  color: #006cb5;
  background-color: rgb(250 250 250 / 90%);
  border-radius: 10px;
  border: none;
  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;
}

.texto-servicos-destaque {
  height: 120px;
}

.texto-servicos-destaque-grande {
  height: 103px;
}

/*SERVIÇOS EM DESTAQUE*/

/*AREA DOS CARDS*/
#cidadao {
  background-image: url("../img/fotos/foto_cidadao.png");
  background-size: cover;
}

#empreendedor {
  background-image: url("../img/fotos/foto_empreendedor.png");
  background-size: cover;
}

#servidor {
  background-image: url("../img/fotos/foto_servidor.png");
  background-size: cover;
}

.card-atuacao {
  border-radius: 10%;
  height: 400px !important;
}

.cards-home {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 95%;
}

.card-atuacao p {
  font-size: 14px;
  line-height: 17px;
  color: black !important;
  font-family: "NewJuneBold", sans-serif;
}

#auditoria hr {
  color: #006cb5;
}

/* #auditoria_pg_interna a {
  color: #fff;
}

#auditoria_pg_interna a:hover {
  color: #000;
} */

/*#outros hr {
  color: #67419A;
}*/

#atuacao hr {
  margin: 0;
  border-top: 3px solid;
  width: 116px;
}

.titulo-atuacao {
  font-size: 15px;
  font-family: "NewJuneBold", sans-serif;
  font-weight: 800;
  color: #000;
  margin: 0 0 10px 0;
}

.img-area-atuacao {
  border-radius: 30%;
  padding: 20px;
}

.cards-home a {
  text-decoration: none;
}

.btn-area-atuacao {
  color: #006cb5;
  background-color: rgb(250 250 250 / 90%);
  border-radius: 15px;
  border: none;
  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-area-atuacao:hover {
  color: #006cb5;
  background-color: #fff;
}

.texto-atuacao {
  height: 120px;
}

.texto-atuacao-grande {
  height: 103px;
}

@media only screen and (min-width: 992px) and (max-width: 1201px) {
  .texto-atuacao {
    height: 160px;
  }

  .texto-atuacao-grande {
    height: 140px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .texto-atuacao {
    height: 160px;
  }

  .texto-atuacao-grande {
    height: 160px;
  }
}

@media only screen and (max-width: 768px) {
  .texto-atuacao {
    height: 160px;
  }

  .texto-atuacao-grande {
    height: 155px;
  }
}

/*FIM AREA DOS CARDS*/

/* MAPA LOCALIZAÇÃO */

#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: #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 */

/* PAGINA INTERNA */
#pagina-interna {
  background-color: #fff;
}

#pagina-interna h1 {
  font-family: "NewJuneBold", "Exo", sans-serif;
  color: #004d9f;
}

#pagina-interna tr,
#pagina-interna td {
  border: 1px solid #000;
}

/* 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: #000;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  /* border: 5px; */
  border-color: #000;
  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;
}

.ad-desktop {
  display: block;
}
.ad-mobile {
  display: none;
}

/* 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;
  }
}

@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;
  }
}
