@import url('../../statics/assets/css/style_inicial.css');

/* Acessibilidade */

/* Bloco Logo */
#bloco-logo {
  /* background-image: url('../img/fundo_bloco_logo.png'); */
  background-position: calc();
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 101px;
}

#bloco-logo a,
#bloco-logo .form-padrao button {
  color: #505050;
}

#bloco-logo button.botao-busca {
  overflow: hidden;
  border-radius: 50px;
  background-color: white;
  height: 50px;
  width: 50px;
}

/* #bloco-logo .form-padrao button,
#bloco-logo .form-padrao input {
  border-color: white;
} */

.contrast #bloco-logo {
  filter: grayscale(1);
}

/* ============================= */
.titulo h2 {
  border-bottom: 2px solid var(--Primary0);
}
/* Bloco Menu */
#bloco-menu,
#bloco-menu ul.nav {
  background-color: transparent;
  box-shadow: none;
}

#bloco-menu ul.nav {
  border-bottom: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  /* left: 100%; */
}

#bloco-menu ul ul.dropdown-menu li a:active,
#bloco-menu ul ul.dropdown-menu li a:hover,
#bloco-menu ul ul.dropdown-menu li a:focus {
  color: var(--black);
}

#bloco-menu ul li a {
  font-size: 16px;
  font-family: 'Roboto-Medium';
  color: var(--black);
  padding: 15px 5px;
}

#bloco-menu ul.dropdown-menu li a {
  padding: 10px 15px;
  width: auto;
  word-break: break-word;
  min-width: unset;
  white-space: inherit;
}

#bloco-menu .navbar {
  margin: 0;
  min-height: auto;
  border: none;
}

@media (min-width: 768px) {

  #bloco-menu .navbar-collapse.collapse {
    padding: 0;
  }

  #bloco-menu ul.nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }

  .dropdown:hover>.dropdown-menu,
  .dropdown-submenu:hover>.dropdown-menu {
    display: block;
    /* left: unset; */
  }

  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
  }

  #bloco-menu .dropdown-menu {
    width: max-content;
    max-width: 400px;
  }
}

@media screen and (max-width: 768px) {

  #bloco-menu {
    background-color: var(--Primary1);
  }

  #bloco-menu .navbar-brand {
    width: 250px;
    padding: 0;
  }

  #bloco-menu .navbar-toggle {
    border-color: white;
    margin-top: 2vh;
    margin-right: 2vh;
  }

  #bloco-menu .navbar-toggle .icon-bar {
    background-color: white;
  }

  #bloco-menu .navbar-form .form-control {
    position: absolute;
    width: 2800%;
    height: 47px;
    right: 130%;
    margin-top: -5px;
  }

  #bloco-menu .navbar-collapse {
    /* border-top: 1px solid var(--black); */
  }

  #bloco-menu ul li a {
    color: white;
    text-transform: uppercase;
  }

  #bloco-menu ul,
  #bloco-menu ul li a {
    background-color: transparent;
  }

  #bloco-menu ul.visible-xs li a {
    text-transform: uppercase;
  }

  #bloco-menu ul ul.dropdown-menu li a:active,
  #bloco-menu ul ul.dropdown-menu li a:hover,
  #bloco-menu ul ul.dropdown-menu li a:focus {
    color: black;
  }
}

.contrast #bloco-menu ul li a:hover,
.contrast #bloco-menu ul li a:focus,
.contrast #bloco-menu ul li a:active {
  color: var(--black) !important;
}

/* ============================= */

/* Bloco Slide */
.carousel-control {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  z-index: 99;
}

#slide .item img {
  height: 100%;
  /* max-width: none; */
  margin: auto;
  min-width: 100%;
  max-width: unset;
}

@media screen and (max-width: 768px) {
  #slide .col-lg-4.col-md-5 {
    padding-top: 30px;
  }
}

/* ============================= */
/* Bloco Acesso Rápido */
#acesso a {
  font-family: 'Roboto-Medium';
}

.acesso-rapido-item {
  transition: all .2s;
  display: grid;
  justify-items: center;
  min-height: 120px;
  align-items: center;
  font-size: 16px;
  padding: 10px;
  border-radius: 10px;
}

#acesso-rapido-item-covid {
  border-top: 10px solid var(--Primary0);
}

.acesso-rapido-item svg {
  font-size: 25px;
}

.acesso-rapido-item p {
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .acesso-rapido-item {
    margin-bottom: 30px;
  }

  .acesso-rapido-item p {
    margin-bottom: 0;
  }
}

/* ============================= */

/* Bloco Subdestaques */
/* #subdestaques h4 {
  color: var(--black);
}

#subdestaques .img-responsive {
  object-fit: cover;
} */

/* ============================= */

/* Bloco Destaques */


/* #destaques h4 {
  margin-bottom: 5px;
  font-weight: 400;
  display: inline-block;
}

#destaques .destaques {
  height: 500px;
  background-color: rgb(0, 0, 0, .7);
  border-radius: 10px;
}

#destaques .destaques .imagem {
  height: 500px;
}

#destaques .destaques .imagem img {
  opacity: .8;
}

#destaques .destaques .texto {
  bottom: 0;
  position: absolute;
  right: 5%;
  left: 5%;
  color: white;
}
.carousel-caption h3{
  font-size: 18px;
}

#destaques .destaques .texto h3,
#destaques .destaques .texto h4 {
  margin: 0;
  padding: 15px 0;
}

#destaques .destaques .swiper-button-next,
#destaques .destaques .swiper-button-prev {
  color: white;
} */

/* Bloco Destaques / Notícias */


.destaques .swiper-slide {
  font-size: 18px;
  /* position: relative; */
  color: #474A4D;
  /* overflow: hidden; */
  border-radius: 10px;
}

.destaques .swiper-slide .imagem {
  border-radius: 0;
  background-color: rgba(0, 0, 0, .1);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  border-radius: 11px;
}

.destaques .swiper-slide .texto p {
  font-size: 16px;
}

.destaques .swiper-slide .texto h2 {
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 16px;
  font-family: 'Roboto-Bold';
}

.destaques .swiper-control {
  position: absolute;
  right: 0;
  z-index: 99;
}

.destaques .swiper-control div {
  display: flex;
  flex-direction: column;
  position: unset;
  margin: 0;
  width: 50px;
  height: 50px;
  color: #224457;
  background-color: white;
}

.destaques .swiper-control div:last-of-type {
  border-radius: 0 0 10px;
}

.destaques .swiper-button-next:after, .destaques .swiper-button-prev:after {
  font-size: 21px;
}

.destaques .swiper-pagination .swiper-pagination-bullet {
  border-radius: 4px;
  width: 55px;
  height: 10px;
}

.destaques .swiper-pagination-bullet-active {
  background-color: white;
}

.destaques .swiper-horizontal>.swiper-pagination-bullets, .destaques .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: 490px;
}

@media screen and (min-width: 768px) {
  .destaques .swiper-wrapper .imagem {
      height: 522px;
  }

  .destaques .swiper-control {
      top: 422px;
      border-radius: 10px;
  }
}


@media screen and (max-width: 1200px) {
  #destaques {
      margin-bottom: 3rem;
  }
  
  .destaques .swiper-slide .texto {
      padding: 0 15px;
  }

  .destaques .swiper-slide .texto h2 {
      font-size: 23px;
  }
}

@media screen and (max-width: 992px) {
  .destaques .swiper-slide {
      flex-direction: row;
  }

  .destaques .swiper-slide .texto {
      bottom: 2vh;
      padding: 0 2vh;
  }

  .destaques .swiper-wrapper .imagem img {
      min-height: 100%;
      max-width: unset;
      min-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .destaques .swiper-wrapper .imagem {
      height: 360px;
  }

  .destaques .swiper-control {
      top: 260px;
  }
}

@media screen and (max-width: 440px) {
  .destaques .swiper-wrapper .imagem {
      height: 170px;
  }

  .destaques .swiper-control {
      top: 70px;
  }
}

@media screen and (max-width: 1200px) {
  #destaques {
      margin-bottom: 3rem;
  }
}

h5.text-muted {
  border-left: 2px solid var(--Primary0);
  padding-left: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #474A4D;

}

#subdestaques a {
  margin-bottom: 36px;
  display: grid;
  grid-template-columns: 200px auto;
  grid-template-rows: auto 1fr;
}

#subdestaques h4 {
  font-family: 'Roboto-Medium';
  font-weight: unset;
  line-height: 1.5;
}

#subdestaques .imagem {
  width: 200px;
  height: 150px;
}

#subdestaques .texto {
  padding-left: 16px;
  display: grid;
  align-items: start;
}

#subdestaques h5 {
  margin: 0;
}

@media screen and (max-width: 768px) {

  #subdestaques {
      margin-top: 3rem;
  }

  #subdestaques a {
      grid-template-columns: auto;
  }

  #subdestaques .imagem {
      height: auto;
      width: 100%;
  }

  #subdestaques .texto {
      margin-top: 2rem;
      padding: 0;
  }
}


/* ============================= */

/* Bloco TV CÂMARA */

#web-tv .bloco-sombra {
  padding-top: 15px;
  padding-bottom: 15px;
}

#web-tv hr {
  width: 90%;
}

#web-tv h5 {
  margin-top: 0;
}

#web-tv h4 {
  display: inline-block;
  background-color: var(--Primary0);
  color: white;
  padding: 4px 8px;
  font-size: 14px;
}

#web-tv svg {
  position: absolute;
  right: -5%;
  top: 37%;
  background-color: #E7E7E7;
  width: 25px;
  height: 25px;
  padding: 7px;
  padding-left: 8px;
  border-radius: 50px;
}

#web-tv .item-play:hover svg {
  background-color: #505050;
  color: white;
}

#web-tv .item-play {
  margin-bottom: 12px;
}

#web-tv h3 {
  font-size: 14px;
  color: var(--Primary0);
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}

#web-tv h2 {
  font-size: 21px;
  color: var(--Primary0);
  text-transform: uppercase;
}

#web-tv p {
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 45px;
}

.botao-noticia {
  font-weight: 700;
  font-size: 16px;
  margin-top: 24px;
  border-radius: 6px;
  padding: 8px 16px;
  display: inline-block;
  border: 2px solid var(--Primary0);
}

.botao-noticia:focus,
.botao-noticia:active,
.botao-noticia:hover {
  background-color: var(--Primary0);
  color: white;
}


/* Bloco Notícias */
#noticias h3 {
  font-size: 16px;
  line-height: 24px;
}

#noticias p {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
}

.imagem {
  overflow: hidden;
  border-radius: 10px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-content: center;
}

.imagem img {
  width: 100%;
  /* height: 100%; */
}

#noticias .acesso-rapido-item p {
  text-align: center;
  font-size: 14px;
  font-family: 'Roboto-Medium';
  margin-bottom: 0;
  margin-top: 0;
}

/* /.Bloco Notícias */
@media screen and (max-width: 460px) {
  .noticia-detalhes>.imagem {
    height: 40vh !important;
    margin-bottom: 10px;
  }
}


@media screen and (max-width: 768px) {
  #web-tv iframe {
    height: 450px;
  }

  #web-tv .pad-right-0 {
    padding-right: 15px;
  }

  #web-tv .d-flex {
    display: block;
  }

  #web-tv .bloco-sombra {
    margin-bottom: 30px;
  }

}

/* Bloco Carta de Serviços */
@media screen and (max-width: 768px) {
  #carta-servico {
    padding-top: 30px;
  }

  #carta-servico .text-center p {
    margin-top: 0;
  }

}

/* /.Bloco Carta de Serviços */

/* Bloco Swiper */
.swiper {
  z-index: 0;
}

/* /.Bloco Swiper */


/* /.Bloco Banner */
.banners .swiper-slide {
  background-color: var(--background);
}

.banners .swiper-button-next,
.banners .swiper-button-prev {







  color: white;
}

.banners .swiper-slide img {
  display: block;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .banners .swiper-slide img {
    /* width: 100%; */
  }
}

/* ================ */

/* Vereadores */
.parlamentar-circulo{
  display: inline-block;
  padding: 5px;
  border-radius: 100%;
  background-color: #003B78;
  margin-inline-end: 8px;
}

.img-circle {
  overflow: hidden;
  border-radius: 50px;
  padding: 10px 14px;
  font-size: 18px;
}

#vereadores h3 {
  color: #2F2F2F;
}

#vereadores h3,
#vereadores h2,
#vereadores .col-sm-8 h5 {
  margin: 0;
}

#vereadores h5 {
  margin-top: 0;
  color: #505050;
}

#vereadores h4 {
  margin-bottom: 0;
}

#vereadores .bord-left {
  padding-left: 8px;
  border-left: 5px solid var(--Primary0);
}

#vereadores .vereadores-lista {
  flex-wrap: wrap;
}

#vereadores .vereador-item {
  border-radius: 5px;
  padding: 16px;
  width: 300px;
}

#vereadores .vereador-item .vereador-info {
  margin-left: 16px;
}

#vereadores .img-circle {
  padding: 0;
  flex-shrink: 0;
  height: 90px;
  width: 90px;
}

#vereadores .img-circle img {
  height: 100%;
  width: 100%;
}

#vereadores .sessao {
  border-radius: 5px;
}

#vereadores .sessao:hover,
#vereadores .vereador-item:hover {
  box-shadow: 0 4px 8px rgb(170, 170, 170);

  transition: .2s;

}

@media screen and (max-width: 1487px) {
  #vereadores .vereador-item {
    width: 270px;
    overflow: hidden;
  }
}

@media screen and (max-width: 992px) {
  #vereadores #lista-vereadores {
    padding-bottom: 30px;
  }
}

.contrast #vereadores .bord-left {
  border-color: white !important;
}

.contrast .swiper-button-next,
.contrast .swiper-button-prev {
  color: white !important;
}

/* Bloco Links Externos */
#links-externos .carousel-inner {
  padding: 5px 0;
}

#links-externos {
  padding: 15px 52px;
}

#links-externos .portais {
  padding: 10px;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

#links-externos .portais .imagem {
  height: 80px;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#links-externos .portais .imagem img {
  min-height: 110%;
  min-width: 110%;
  height: unset;
}

#links-externos .portais h6 {
  margin: 0;
  margin-top: 10px;
  font-family: 'Roboto-Bold';
  font-style: normal;
  text-align: center;
}

#links-externos .carousel-control {
  background-image: none;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 30%;
  border: 1px solid var(--Primary0);
  border-radius: 50px;
  color: var(--Primary0);
}

#links-externos .carousel-control:hover,
#links-externos .carousel-control:focus,
#links-externos .carousel-control:active {
  border-color: var(--Primary2);
  background-color: var(--Primary2);
  color: white;
}

@media screen and (max-width: 768px) {
  #links-externos {
    padding: 0;
  }

  #links-externos .portais {
    padding: 15px 5px;
    margin-bottom: 15px;
    min-height: 200px;
  }
}

/* ========== */

/* Bloco Horários */
#horarios {
  color: white;
}

#horarios .titulo p {
  font-size: 16px;
  line-height: 24px;
}

#horarios iframe {
  width: 100%;
  height: 300px;
}

#horarios a.bloco-sombra {
  /* display: inline-block; */
  padding: 15px;
  border-radius: 50px;
}

#destaques h4,
#horarios h4 {
  font-family: 'Roboto-Regular';
}

#horarios h3 {
  margin-top: 0;
  /* margin-bottom: 0; */
}

#horarios {
  /* margin-bottom: 0; */
  color: white;
}


#horarios .redes li {
  margin-right: 15px;
}

.redes {
  list-style-type: none;
  display: flex;
  margin-bottom: 0;
  padding: 0;
}

.redes li a {
  background-color: white;
}

/* Bloco Newsletter */

.redes {
  list-style-type: none;
  display: flex;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}

.redes li a {
  padding: 10px;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .redes {
    margin-bottom: 5vh;
  }
}

#newsletter .titulo h2 {
  background-color: transparent;
}

#newsletter .redes li a {
  width: 70px;
  height: 70px;
}

.botao-newsletter {
  border-color: 2px solid var(--Primary0);
  background-color: var(--Primary0);
  color: white;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  transition: all .3s;
  padding: 10px 15px;
  border-radius: 6px;
}

.botao-newsletter:active,
.botao-newsletter:focus,
.botao-newsletter:hover {
  background-color: transparent;
  color: var(--Primary0);
}

#newsletter .newsletter-form input {
  border-radius: 6px;
  border: 2px solid white;
  outline: none;
  font-size: 16px;
  padding: 10px;
}

@media screen and (max-width: 768px) {

  #newsletter .bloco-vertical-middle,
  #newsletter .newsletter-form {
    display: block;
  }

  #newsletter .newsletter-form {
    text-align: center;
    margin-bottom: 30px;
  }

  #newsletter .newsletter-form input {
    margin-right: 0;
    width: 100%;
    padding: 10px;
    margin-bottom: 25px;
  }
}

/* rodape do site */
#rodape h2 {
  margin-block: 0;
}