@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

@font-face {
  font-family: 'K2D';
  src: url('../fonts/K2D-ExtraBold.woff2') format('woff2'),
    url('../fonts/K2D-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

a,
a:hover {
  text-decoration: none;
  color: #005342;
}

body {
  font-family: "Sora", sans-serif;
  color: #005342;
}

article,
footer,
header {
  width: 100%;
  float: left;
}


.k2d {
  font-family: 'K2D';
}

.bg-cinza {
  background: #E5E5E5;
}
.bg-cinza2 {
    background: #0000002b;
}
.bg-verde {
  background: #005342;
}

.cl-verde2 {
  color: #1A341C;
}

.cl-verde {
  color: #005342;
}

.cl-verde-claro {
  color: #6BC723;
}
.bg-verde-claro {
  background: #6BC723;
}

.fs-14 {
  font-size: 14px;
}

.fs-13 {
  font-size: 13px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}


.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-30 {
  font-size: 30px;
}

.fs-38 {
  font-size: 38px;
}

.py-6 {
  padding: 80px 0 120px 0;
}

.text-black-70 {
  color: #333;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.lh-27 {
  line-height: 27px;
}

header {
  position: absolute;
  z-index: 99999;
}
.link-p{
  padding: 5px 8px;
    border: 1px solid #ccc;
    font-size: 13px;
    border-radius: 7px;
}
.aviso1{
  display: none;
}
.logo {
  background: url(../images/logo-camara-gaucha-norte-full.svg) no-repeat center;
  width: 377px;
  height: 154px;
  text-indent: -500000px;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
}

.home .capa {
  height: 620px !important;
}

.capa {
  width: 100%;
  float: left;
  height: 450px;
  background: #003224;
}

.capa figure {
  width: 100%;
  height: 100%;
  float: left;
  opacity: 0.5;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  background: url(../images/capa.jpg) no-repeat center;
}

.navbar-light .navbar-nav .nav-link {
  border-bottom: 3px solid transparent !important;
  padding: 22px 15px;
}

.navbar-nav .dropdown-menu {
  z-index: 999;
}

.navbar-light .navbar-nav .nav-link:hover {
  border-bottom: 3px solid #6BC723 !important;
}

.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
  color: #6BC723;
  background: #0000002a;
}

.topo {
  width: 100%;
  float: left;
  background: #0053427a;
  padding: 17px 0;
  backdrop-filter: blur(6px);
}

.detalhe {
  width: 100%;
  height: 390px;
  position: absolute;
  background: url(../images/bg-capa.png) repeat-x center top;
  z-index: 1;
  top: 70px;
}

.menu {
  width: 100%;
  float: left;
  background: none;
  padding: 0;
  border-bottom: 1px solid #ffffff28;
}

.btn-pesquisa {
  width: 55px;
  padding: 0 15px;
  text-align: right;
}

.dropdown-toggle::after {
  background: url(../images/s.png) no-repeat center;
  width: 11px;
  height: 8px;
  margin-left: 3px;
  border: none !important;
  vertical-align: 0;
}

/*
.rede-sociais{
  float: right;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 8px;
} */
header .rede-sociais a {
  margin-left: 12px;
  float: left;
}

footer .rede-sociais a {
  margin-right: 25px;
  float: left;
}

header .rede-sociais span {
  width: 22px;
  height: 22px;
  float: left;
  background-image: url(../images/icones-redes-sociais-topo.png);
  background-repeat: no-repeat;
}


footer .rede-sociais span {
  width: 35px;
  height: 35px;
  float: left;
  background-image: url(../images/icones-redes-sociais-rodape.png);
  background-repeat: no-repeat;
}

footer .facebook span {
  width: 20px;
  background-position: left;
}

footer .instagram span {
  background-position: -46px;
}

footer .whatsapp span {
  background-position: -107px;
}

footer .youtube span {
  background-position: right
}

header .facebook span {
  width: 12px;
  background-position: left;
}

header .instagram span {
  background-position: -27px;
}


header .whatsapp span {
  background-position: -64px;
}

header .youtube span {
  background-position: right
}

.facebook p,
.instagram p,
.whatsapp p,
.youtube p {
  display: none;
}

.titulo .icone {
  height: 29px;
  width: 100%;
  max-width: 30px;
  float: left;
}

.home .busca {
  top: 550px !important;
}

.navbar-toggler {
  margin: 15px 0;
  color: #003224;
  background: #fff;
  border: none;
  box-shadow: none !important;
}

.busca {
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 380px;
}

.pesquisa form {
  border: 1px solid #005342;
  border-radius: 60px;
  padding: 10px;
  background: #fff;
}

.pesquisa form input {
  border: none;
  box-shadow: none !important;
  font-size: 19px;
  padding: 8px 15px;
}

.pesquisa form .btn {
  background: none;
  border: none;
  padding: 10px 15px;
  box-shadow: none !important;
}

.pesquisa form .btn svg {
  color: #003224;
  width: 22px;
  height: 22px;
}

.breadcrumb,
.breadcrumb a {
  font-size: 14px;
  z-index: 1;
  position: relative;
}

/***/
.top-r {
  border-radius: 40px 40px 0 0;
  margin-top: -40px;
  overflow: hidden;
  z-index: 2;
  position: relative;

}

.top-l {
  border-radius: 40px 40px 0 0;
  z-index: 1;
  position: relative;
}

.noticias-capa .item-destaque {
  width: 100%;
  height: 505px;
  border-radius: 15px;
  overflow: hidden;
  float: left;
  background: #000;
}

.noticias-capa .item-destaque figure {
  opacity: 0.8;
}

.noticias-capa .item-destaque span {
  padding-top: 80px !important;
  bottom: 0;
  left: 0;
  background: #000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 7%, rgba(0, 0, 0, 0) 100%);
}

.noticias-capa .item-destaque span p {
  font-weight: 200;
}

.noticias-capa .item-destaque img,
.noticias-capa .item img,
.galeria figure img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
}

.noticias-capa .item {
  width: 100%;
  height: 240px;
  border-radius: 15px;
  overflow: hidden;
  float: left;
  background: #000;
}

.noticias-capa .item span {
  padding-top: 80px !important;
  bottom: 0;
  left: 0;
  background: #000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 7%, rgba(0, 0, 0, 0) 100%);
}

.menu-lateral .icone {
  height: 26px;

}

.menu-lateral .nav-link {
  width: 100%;
  padding: 20px 30px;
}

.vereadores .item figure {
  width: 100%;
  float: left;
  height: 320px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 0;
  justify-content: center;
}

.vereadores .item figure img {
  max-width: 100%;
  position: absolute;
}

.vereadores .item h3,
.vereadores .item h2 {
  position: absolute;
  bottom: 30px;
  left: 0;
  max-width: 190px;
  background: #E5E5E5;
  padding: 9px 15px;
}

.galeria-de-fotos-capa .item {
  width: 100%;
  float: left;
  height: 360px;
  border-radius: 15px;
  overflow: hidden;
  background: #003E2E;
}

.galeria-de-fotos-capa .item h3 {
  line-height: 22px;
}

.galeria-de-fotos-capa .item figure {
  width: 100%;
  float: left;
  height: 240px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 0;
  justify-content: center;
}

.galeria-de-fotos-capa .item figure img {
  min-height: 100%;
}

.galeria-de-fotos-capa .item figure span {
  width: 100%;
  position: absolute;
  z-index: 2;
  height: 100px;
  bottom: 0;
  background: #003E2E;
  background: linear-gradient(0deg, rgba(0, 62, 46, 1) 7%, rgba(0, 0, 0, 0) 100%);
}

/***/


.institucional,
.fale-conosco,
.trabalhe-conosco,
.galeria-de-fotos,
.noticias-list,
.noticia_view,
.videos,
.galeria-view {
  width: 100%;
  float: left;
  padding: 50px 0 100px 0;
}

.galeria figure {
  width: 100%;
  float: left;
  height: 200px;
  margin-bottom: 30px;
  overflow: hidden;

}

/*Videos*/


.videos figure {
  width: 100%;
  float: left;
  border-radius: 5px;
  overflow: hidden;
  background: #000;
}

.videos figure {
  position: relative;
}

.videos figure span {
  background: rgba(0, 0, 0, 0.445);
  position: absolute;
  width: 100%;
  height: 100%;
  float: left;
}


/*Noticias*/


.noticias-list .item figure {
  width: 100%;
  float: left;
  height: 250px;
  border-radius: 15px;
  overflow: hidden;
  background: #000;
  margin-bottom: 0;
}

.noticias-list .item .img-capa {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}

.noticias-list .item:hover .img-capa {
  opacity: 0.6;
}



.noticias-list h3 {
  font-size: 30px;
  text-align: center;
  color: #fff;
  font-weight: 800;
  margin-bottom: 30px;
}

.compartilha {
  padding: 6px 20px;
  color: #FFF !important;
  font-size: 15px;
  border-radius: 30px;
}

.compartilha .bi {
  font-size: 18px;
  margin-right: 5px;
}

.compartilha.facebook {
  background: #1541a0;
  margin-right: 15px;
}

.compartilha.facebook:hover {
  background: #0c2d74;
}

.compartilha.whatsapp {
  background: #00A650;
}

.compartilha.whatsapp:hover {
  background: #01803e;
}


.noticia_view p {
  text-align: justify;
}

.veja-mais {
  padding: 12px 35px;
  font-size: 18px;
  color: #333;
  background: #eee;
  text-transform: uppercase;
  border-radius: 5px;
}

.veja-mais:hover {
  background: #ccc;
  color: #fff;
}

/*Fale Consco*/
.mapa {
  width: 100%;
  float: left;
  height: 400px;
}

.pop2 {
  position: fixed;
  width: 100%;
  height: 100%;
  float: left;
  background: #0000008a;
  top: 0;
  left: 0;
  z-index: 1111111;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pop2 .a {
  right: 0px;
  position: absolute;
  top: -18px;
}

/*PAGINAÇÃO*/
.page-link {
  font-weight: 700 !important;
  padding: 9px 0 !important;
  font-size: 18px;
  background: #fff;
  border: 2px solid #eee;
  width: 45px;
  height: 45px;
  text-align: center;
  color: #222 !important;
  margin-right: 8px;
  border-radius: 30px !important;
  margin-bottom: 8px;
}

.page-link:hover,
.numselecionado {
  background: rgb(241, 181, 14);
  border-color: rgb(241, 181, 14);
}

/*Rodape*/
footer {
  background: #E5E5E5;
  padding: 50px 0 50px 0;
  border-radius: 40px 40px 0 0;
}

footer p {
  font-size: 14px;
  margin-bottom: 0;
}

footer .nav-link {
  padding: 5px 15px;
}

footer .nav-link:hover {
  color: #6BC723;
}

footer .border-top {
  border-color: #ccc !important;
}

footer .sm {
  background: url(../images/logo-studiomega.svg) no-repeat center;
  width: 100px;
  height: 54px;
  float: left;
  text-indent: -500000px;
}

/*Aviso de Cookies*/

.box-cookies.hide {
  display: none !important;
}

.box-cookies {
  position: fixed;
  background: #fffffff2;
  ;
  width: 90%;
  margin-left: 5%;
  z-index: 999999999999998;
  bottom: 10px;
  display: flex;

  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 40%);
  border: solid 1px #eeeeee;
}

.box-cookies .msg-cookies {

  font-size: 15px;
  color: #333;
  line-height: 22px;
  margin: 0;
  padding: 15px;
}

.box-cookies .btn-cookies {
  margin: 15px;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
}

.box-cookies .btn-cookies {
  background: #000;
  cursor: pointer;
  align-self: normal;
  font-weight: 800;

}

@media screen and (max-width: 600px) {
  .box-cookies {
    flex-direction: column;
  }
}

/*MEDIA*/

@media (max-width: 1400px) {

  .logo {
    width: 314px;
    height: 130px;
  }
}

@media (max-width:1200px) {
  footer .rede-sociais {
    float: right;
    margin-top: 20px;
  }

  .menu {
    background: #fff;
    padding: 18px 0;
  }

  .menu-lateral .nav-link {
    width: 49%;
    margin: 0 0.5%;
  }

  header {
    position: relative
  }

  .logo {
    position: relative;
    width: 210px;
    height: 80px;
    left: 0;
    background: url(../images/logo-camara-gaucha-norte.svg) no-repeat center;
  }

  .detalhe {
    display: none;
  }

  .home .capa {
    height: 300px !important;
  }

  .topo {
    background: #005342;
    padding: 8px 0;
  }

  .navbar-collapse {
    background: #003224;
    margin-top: 20px;
    border-radius: 15px;
    padding: 20px;
  }

  .navbar-light .navbar-nav .nav-link {
    border-bottom: 1px solid #ffffff0c !important;
    padding: 12px 15px;
    text-align: center;
  }

  .dropdown-item {
    text-align: center;
  }

}

@media (max-width:990px) {
  footer p {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .menu-lateral .nav-link {
    width: 100%;
    margin: 0;
  }

  .topo span {
    display: none;

  }

  .vereadores .item h3,
  .vereadores .item h2 {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .vereadores .item figure {
    height: 420px;
  }

  .fs-38 {
    font-size: 30px;
  }

  .titulo .icone {
    height: 24px;
    max-width: 24px;
  }

  .noticias-capa .item-destaque {
    height: 450px;
  }

  .py-6 {
    padding: 50px 0 80px 0;
  }
}

@media (max-width: 450px) {}


/*CONTRASTE*/
.constraste,
.constraste aside.titulo,
.constraste .bg-white {
  background-color: #000000 !important;
  color: #fff !important;
  filter: grayscale(100%) !important;
}

.constraste .topo .bg-white {
  background: #fff !important;
}

.constraste .pesquisa form {
  background: #000 !important;
  color: #fff !important;
}

.constraste .form-control {
  background: none !important;
  color: #fff !important;
}

.constraste .menu-lateral .nav-link {
  border: 1px solid #fff;
}

.constraste footer,
.constraste .bg-verde,
.constraste .bg-cinza {
  background: #111 !important;
}

.constraste .text-black-70,
.constraste .cl-verde,
.constraste .cl-verde-claro,
.constraste .noticias-list h2,
.constraste .pesquisa form .btn svg {
  color: #fff !important;
}

/*FONTE*/
.fonte .fs-13 {
  font-size: 16px !important;
}

.fonte .fs-14,
.fonte footer p {
  font-size: 17px !important;
}

.fonte .fs-15 {
  font-size: 18px !important;
}

.fonte .fs-16 {
  font-size: 19px !important;
}

.fonte .fs-18 {
  font-size: 21px !important;
}

.fonte .fs-20 {
  font-size: 23px !important;
}

.fonte .fs-22 {
  font-size: 25px !important;
}

.fonte .fs-38 {
  font-size: 43px !important;
}