@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");

::-webkit-scrollbar {

}
*body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  transition: all 0.3s ease;
  font-size: 1rem;
  }
  body.high-contrast {
  background-color: #000;
  color: #fff;
  }
  body.high-contrast .bloco {
  background-color: #000;
  color: #fff;
  }
  .accessibility-tools {
  margin: 10px;
  text-align: center;
  background-color: #303030;
  padding: 10px;
  position: sticky;
  top: 0;
  z-index: 1000;
  }
  .accessibility-tools button {
  margin-right: 10px;
  padding: 10px;
  background-color: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-size:13px;
  }
  .accessibility-tools button:hover {
  background-color: #0056b3;
  }

/** headear **/
.fundo {

  width: 100%;
  background-position: 50%;
  background-color: #02640f;
}

#sobrefundo {

  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.topo {

  width: 100%;
  max-width: 100%;
  height: 300px;
  margin: 0 auto;
  background-image: url("/assets/img/slide.png");
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-evenly;
}
.logo {

  float: left;
  margin-top: 15px;
  padding: 60px;
  background-color: rgba(245, 243, 243, 0.041);
  border-radius: 15px;
}
.menu {
  margin-top: 50px;
  float: right;
  padding: 60px;
  margin: 50px;
}
.menu button {
  font-size: 20px;
  margin: 10px;
  box-shadow: 5px 5px 2px black;
  border-radius: 15px;
}

.menu ul {
  list-style: none;
}
.menu ul li {
  width: 50px;
  height: 20px;
  margin: auto;
  text-decoration: inline;
  font-size: 20px;
  display: inline-block;
  background-color: #ffbf20;
  border-radius: 15px;
  padding: 10px 30px;
}
.menu ul li:hover {
  background-color: #ffe766;
  color: black;
}
.menu a {
  color: white;
}
.menu ul a:hover {
  color: #f7d725;
}
/*  fim do topo  */
/*   Começo do menu secundário */
.barra-topo {
  width: 100%;
  height: 50px;
  background-color: #0d6efd;
  display: flex;
  box-shadow: 2px 2px 2px rgb(11, 12, 11);
}
#submenu {
  width: 100%;
  height: auto;
  margin: 0 auto;
  font-size: 15px;
}
.submenu ul a:hover {
  background-color: #02640f;
  text-decoration: none;
}
#submenu ul li a {
  font-size: 20px;
  color: white;
  margin-top: 15px;
  margin: 15px;
  list-style-type: none;
  text-decoration: none;
}
#submenu ul li {
  height: 0 auto;
  margin-top: 10px;
  display: inline-block;
}
/** headear fim  e fim do menu secundário **/
/** BANNER **/
.banner1 {
  width: 100%;
  height: 130px;
  text-align: center;
  margin-top: 20px;
  padding: 15px;
}
/** PROPAGANDA **/
.propaganda {
  top: 15px;
}
.vereadores {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 20px;
  background-color: #0d6efd00;
  margin: 0 auto;
  display: flex;
}
.titulo-vereadores {
  text-align: center;
  font-size: 20px;
}
.vereadores img {
  width: 100%;
  height: 100%;
  border: thin silver solid;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  float: right;
  display: flex;
}
.noticia {
  width: 100%;
  margin: 0 auto;
}
.titulo-noticias h1 {
  text-align: center;
}
.titulo-noticias {
  width: 100%;
  text-align: center;
}
#imagens-vereadores {
  overflow-y: hidden;
  cursor: pointer;
  margin: 10px;
  position:relative;
  display:inline-block;
  border-radius:5px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
#imagens-vereadores img {
width:200px;
height:300px;
}
#imagens-vereadores:hover {
  display: table-caption;
  caption-side: top;
  border: 10px;
  background-color:#0000CD;
  position:relative;
  display:inline-block;
}
#tarja {
  text-align: center;
  width: 100px;
  height: auto;
}
.transparencia {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
}
#titulo-transparencia {
  background-color: #0d6efd;
  width: 100%;
  height: 40px;
}
.icones-geral {
  margin: 0 auto;
  height: auto;
}
#icones {
  width: 100%;
  margin: 15px;
  padding: 20px 15px;
  float: left;
  display: relative;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
#icones:hover {
  border: solid 2px #e9c009;
}
#icones p {
  width: 100%;
  height: auto;
  display: flex;
  height: 50px;
  margin: 15px;
  text-align: center;
}
.img-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.borda-transaparencia {
  width: 100%;
  height: auto;
}

.rodape {
  width: 100%;
  margin:0 auto;
  background-color: #02376b;
  text-align: center;
}
#redessociais {
  width: 100%;
  height: auto;
  display: row;
  font-size:20px;
}
.titulo-noticia {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  position: relative;
  bottom: 50px;
  height: 50px;
}
.bi {
  font-size: 30px;
}
.galeria {
  width: 100%;
  height: auto;
  top: 50px;
  align-items: center;
}
.carousel-control-prev-icon {
  background-color: #00447c;
}
.carousel-control-next-icon {
  background-color: #00447c;
}
.nav-lin li {
  color: rgb(24, 23, 23);
}
.site-logo {
  width: 100%;
}
.site-navbar {
  width: 250px;
  background: linear-gradient(90deg, #ffffff 16%, #016ec1 50%, #cfa300 100%);
}
.site-navbar-top {
  background: linear-gradient(90deg, #036dc1 0%, #003466 100%);
}
.imageGrid {
  line-height: 0;
}
.imageGrid .tile {
  width: 33.33%;
  min-height: 20em;
  line-height: 1.2;
  display: inline-block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;

  color: #fff;
  font-family: "Verdana", sans-serif;
  text-shadow: 2px 2px 2px #000;
  cursor: pointer;
  cursor: hand;
}
.imageGrid .tile:before {
  content: '';
  background-color: rgba(15, 15, 15, 0.5);
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
}
.imageGrid .tile:hover:before {
  display: none;
}
.imageGrid .tile .textWrapper {
  text-align: center;
  vertical-align: middle;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: .75em;
}
.imageGrid .tile .textWrapper .content {
  display: none;
}
.imageGrid .tile:hover .textWrapper .content {
  display: block;
}
.imageGrid .tile:hover .textWrapper .content h2 {
  margin: 0;
}
@media (max-width: 1000px) {
  .imageGrid .tile {
    width: 50%;
  }
}
@media (max-width: 700px) {
  .imageGrid .tile {
    width: 100%;
  }
}
.fundo-transparencia {
  background-color: #f1f1f1;
  width: 100%;
  box-shadow: rgba(24, 24, 24, 0.308) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  padding: 20px;
}
#fundo_icone {
  width: 450px;
  height: 200px;
  padding: 50px;
  bottom: 100px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  margin: 15px;
  background-color: #ffffff;
  border-radius: 20px;
}
#icone-topo {
  color: #eb4d04;
}
#icone-indica {
  color: #f7d725;
}
#icone-mocoes {
  color: #0d6efd;
}
.icone-requerimento {
  color: #02640f;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
.go-top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: #000;
  text-decoration: none;
}
.go-top::after {
  content: "↑";
  font-size: 32px;
  font-weight: bold;
  color: aliceblue;
  transition: margin-top 250ms;
}
.go-top:hover::after {
  margin-top: -8px;
}
.efeito-img img{
   opacity: 1.0;
}
.efeito-img img:hover{
 opacity: 0.9;
}
#titulo-noticia {
  width:200px;
  bottom: 0;
  left: 0;
  background-color:#000;
  padding:10px;
}
#grid-img {
  padding:10px;
}
.breadcrumb li {
  margin:15px;
}
#fundo-noticias-2 {
  width:100%;
}
.links {
 width:100%;
 height:auto;
 text-align:center;
}
.slider {
  width:100%;
  height: 400px;
  position: relative;
  background: #242424;
  overflow: hidden;
}
.slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  animation: fade 1s;
}
.slider .seta {
  z-index: 10;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: auto;
  right: auto;
  width: auto;
  height: 1.5rem;
  font-size: 2.5em;
  color: cornsilk;
  opacity: 0.5;
  transition: opacity 1s;
}
.slider .seta:hover {
  cursor: pointer;
  opacity: 1;
}

.slider .arrow-left {
  left: 2%;
}
.slider .arrow-right {
  right: 2%;
}
.slider .paginacao {
  position: absolute;
  margin: auto;
  top: auto;
  bottom: 2%;
  left: 0;
  right: 0;
  width: 7rem;
  height: auto;
  z-index: 5;
}
.slider .paginacao .botao {
	width: auto;
	height: auto;
	display: inline-flex;
	align-content: center;
	justify-content: center;
	color: #fff;
}
@keyframes fade {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
#nav-menu {
  width:100%;
}
#nav-menu > ul > li:nth-child(2) > a {
  color:black;
  width:650px;
  font-size:14px;
}

#nav-menu > a:nth-child(1) > button {
  background-color: #00447c;
}

#nav-menu > ul > li > a {
  color: #000;
  font-size:14px;
}
#nav-menu > button {
  background-color: #00447c;
  color:white;
  font-size:14px;
}
#nav-menu > a:nth-child(10) > button {
  background-color: #00447c;
  color:white;
}
#nav-menu > a:nth-child(1) > button {
  font-size:14px;
}
#nav-menu > a:nth-child(10) > button {
  font-size:14px;
}
#nav-menu > ul.dropdown-menu.show > li:nth-child(1) > a {
  display:none;
}
.CookieMessage {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #121212;
  z-index: 999;
  display: none;
}
.CookieMessage-content {
  color: white;
  max-width: 400px;
  margin: 0 auto;
  padding: 20px 20px 0 20px;
  font-family: sans-serif;
  line-height: 1.5;
  font-size: 12px;
}
.CookieMessage-content a{
  color: white;
}
.CookieMessage-content p{
  margin: 0 0 20px 0;
}
.CookieMessage-button {
  background: #00C2FF;
  text-decoration: none;
  padding: 5px 20px;
  border-radius: 5px;
  text-transform: uppercase;
}

.CookieMessage-button:hover{
  background: #5cd9ff;
}
.CookieMessage{
  width:500px;
}
@media(max-width: 700px){

  .btn{

    width:200px;
  }
  .Lgpd{

    justify-content:center;
    align-items:center;
  }
}
.button-radio-cx{
  width:150px;
  background-image:url('');
  background-color: #236443;
  border-radius:15px;
  padding:15px;
  bottom:20px;
}

.previsaotempo{
    width:300px;
}

.servicos img{
   object-fit:cover;
   width:100%;
   height:auto;
}
