/* GERAL */
.row{
    margin: 0;
}
*{
  font-family: 'Roboto Condensed', regular;
}
a{
  text-decoration: none !important;
}
.alinha-end{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: inherit;
}
.alinha-start{
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
}
.alinha-center-col{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: inherit;
}
.alinha-start-col{
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  height: inherit;
}
.alinha-center{
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
}
.alinha-center-between{
  display: flex;
  align-items: center;
  height: inherit;
  justify-content: space-between;
}
.alinha-evenly-col {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  height: inherit;
  text-align: center;
}
.alinha-acesso{
  height: 100%;
}

.alinha-between-col {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  height: inherit;
}
@media screen and (min-width: 1320px){
  .container{
      width: 1320px;
  }
  .container{
    width: 1140px;
}
}
@media screen and (max-width: 325px){
  .topo span, .topo a {
    font-size: 11px !important;
  }
}
#menu-lateral{
  z-index: 999;
  display: none;
  position: fixed;
  top: 261px;
  left: 0;
  min-width: 50px;
}
#menu-lateral{
	z-index: 999;
	display: none;
	position: fixed;
	top: 261px;
	left: 0%;
	min-width: 50px;
}

#menu-lateral li{
	list-style: none;
	background: #ffffff;
	width: 50px;
	height: 50px;
	border: 1px solid #e1e1e1;
	margin-bottom: 4px;
}

#menu-lateral li a{
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
}

#menu-lateral li a{
	padding: 0 10px;
	height: 100%;
	width: 100%;
}

#menu-lateral li a img{
	width: 28px;
	height: 28px;
}

#menu-lateral li .description{
	color: #0066cc;
	font-size: 14px;
	display: none;
	padding: 0 12px;
}
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}
  
.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}
  
.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
  height: 3.9em;
  border-radius: 10px 0px 0px 10px;
}
  
.overlay input[type=text]:hover {
  background: #f1f1f1;
}
  
.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #344360;
  font-size: 27px;
  height: 68px;
  border: none;
  cursor: pointer;
  border-radius: 0px 10px 10px 0px;
  margin: 0;
  color: white;
}
  
.overlay button:hover {
  background: #bbb;
}
  
/* TOPO */
.container-menu{
  background: #5E8D3D;
}
.redes-sociais{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.acesso{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px;
  
}
.alinha-topo{
  padding-top:1.5%;
}

.topo {
  color: #555555;
  background: #FFFFFF;
}
.topo .container{
  padding: 10px 0;
}
.topo span, .topo a{
  font-size: 13px;
  font-family: 'Roboto Condensed', Bold;
  color: #555555;
  font-weight: 600;
}
.topo span .fa{
  font-size: 170%;
  padding-right: 5px;
  vertical-align: sub;
}

.pipe-menu{
  height: 15px;
  position: absolute;
  border-right: 1px solid #ffffff;
  top: 35%;
  right: 0%;
}
.pipe-menu1{
  height: 15px;
  position: absolute;
  border-right: 1px solid #555555;
  top: 35%;
  right: 0%;
}
#menu_acessibilidade .menor::after{
  border: none;
}
@media (max-width: 767px){
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
      color: #FFF;
      background-color: transparent;
  }
} 
@media (max-width: 767px){
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #FFF;
    
  }
}
@media screen and (min-width: 1300px){
  .menor {
    width: 6% !important;
    padding: 0 10px;
  }
 
}

@media screen and (max-width: 1299.98px){
  .menor {
    width: 6% !important;
    padding: 0 10px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
}
@media screen and (max-width: 575.98px){
  .navbar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block!important;
  }
  
  #menu_acessibilidade li {
    float: left;
    width: 32%;
    text-align: center;
    position: relative;
    display: none;
  }
  .menor {
    width: 10% !important; 
    padding-left: 30px;
    display: block !important;
  }
}
/* LOGO BUSCA */
.logo {
  padding-top: 15px;
  background: #5E8D3D;
  padding-bottom: 15px;
}
.logo .container{
  padding: 10px 0;
}
.pre-nome{
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
    font-family: 'Montserrat', Semibold;
    letter-spacing: 1px;
    padding-right: 20px;
}
.redes{
  height: 100px;
}
.dropdown-menu>li>a {
  display: block;
  padding: 7px 15px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  border-bottom: 1px solid #BBBCC1;
  white-space: nowrap;
}
.dropdown-menu {  
  padding: 0px 0;
}
@media screen and (min-width: 1300px){
  .logo figcaption{
    padding-left: 1em;
  }
  .nome-municipio{
    font-size: 46px;
    letter-spacing: -3px;
    font-weight: 800;
    color: #FFF;
    line-height: 1em;
    text-transform: uppercase;
    font-family: 'Montserrat', Black;
  }

}
@media screen and (max-width: 1299.98px){
  .logo figcaption{
    padding-left: 1em;
  }
  .nome-municipio{
    font-size: 47px;
    font-weight: 900;
    color: #FFF;
    line-height: 1em;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 991px){
  .menu-responsivo{
          
  }

  
}
@media screen and (max-width: 767.98px){
  .logo-topo figure{
    flex-direction: column;
  }
  .logo figcaption {
    padding-left: 1em;
    align-items: center;
  }
  .nome-municipio {
    font-size: 43px;
    font-weight: 900;
    color: #FFF;
    line-height: 1em;
    text-transform: uppercase;
  }
  .alinha-start2{
    justify-content: center !important;
  }
  .redes-sociais {
   justify-content: space-around;
  }
  .navbar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block!important;
  }
}
@media screen and (max-width: 575.98px){
  .nome-municipio {
    font-size: 35px;
    font-weight: 900;
    color: #FFF;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
  }
}

.padding-banner{
  margin-top: 10px;
}
/* MENU TOPO */
#pesquisa-btn{    
    width: 235px;   
    height: 37px;
    border-radius: 22px 0px 0px 22px;
    border-right: none !important;
    font-size: 17px;
    border: none;
    color: #fff;
    background: transparent;
    border: 2px solid #FFF;
}
#pesquisa-input{
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left; 
  background: transparent;
  height: 37px;
  border: 2px solid #FFF;
  border-radius: 0px 22px 22px 0px;
  border-left: none;
}

.menu {
  border-top: solid 1px #ffffff;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
}
.navbar-nav{  
  list-style: none; 
  padding: 0; 
  
}
.navbar-nav li{
  position: relative;
  display: block;
}
 .navbar-nav li a{
  position: relative;
  display: block;
}

.navbar-default .navbar-nav>li>a {
  color: #FFFFFF;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.menu-padding{
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.dropdown-menu>li>a:hover {
  color: #555555;
  /* text-decoration: none; */
  /* background-color: #f5f5f5; */
}

.navbar-default .navbar-nav li a {
  font-family: 'Montserrat', Bold;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}
.navbar-default .navbar-nav li a:hover {
  font-family: 'Montserrat', Bold;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  background-color: transparent;
  background-color: transparent !important;
    /* color: #fff!important; */
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  color: #FFF;
  background-color: transparent;
}

.menu .navbar-default, .menu .navbar-collapse{
  width: 100%;
  margin: 0;
}
#btn-hidden-pesquisa{
  background: none;
  border: none;
  font-size: 200%;
  color: #FFF;
}
.menu .navbar-default .navbar-nav>li>a>.fa{
  font-size: 220%;
}
@media screen and (min-width: 1300px){
  
}

/* BANNER */

.row.row-banner {
  background-color: #F2F2F2;
}


#banner .carousel-inner>.item>a>img, .carousel-inner>.item>img {
  line-height: 1;
  width: 100%;
  height: 360px;
  object-fit: cover;
}
#banner .right-slider{
  position: absolute;
  top: 47%;
  /* right: 16%; */ 
  right: 2%;
  color: rgba(0, 0, 0, 0.52);
  font-size: 340%;
}
#banner .left-slider{
  position: absolute;
  top: 47%;
  /* left: 16%; */
  left: 2%;
  color: rgba(0, 0, 0, 0.52);
  font-size: 340%;
}

.carousel-indicators .active {
  width: 16px;
  height: 16px;
  margin: 0;
  background-color: #FFF;
}
@media screen and (min-width: 992px){
  /* .icones-centro{
    margin-top: 65px;
  } */
}
.carousel-indicators li {
  display: inline-block;
    width: 15px;
    height: 15px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-color: rgba(0,0,0,0);
    border: 2px solid #FFF;
    border-radius: 10px;
}

.carousel-indicators {
  position: absolute;
  bottom: -7px !important;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0; 
  margin-left: -30%;
  text-align: center;
  list-style: none;
  color: #7F7F7F;
}
/* ICONES CENTRO */

.icones-centro{
  /* box-shadow: 0px 5px 10px #AAAAAA; */
  /* margin-bottom: 2px; */
  background-color: #f2f2f2;
}
.icones-acesso{
  /* box-shadow: 0px 5px 10px #AAAAAA; */
  margin-bottom: 2px;
  background-color: #FFFFFF;
}
/* .icone figure:hover{
  box-shadow: 0px 0px 10px;
} */
.icone a{
  height: inherit;
}
.icone figcaption{
  font-size: 12px;
  font-weight: bold;
  font-family: 'Oswald', Medium;
  color: #004181;
}
.icone1 img{
  height: 30px;
}
.icone1 a{
  height: inherit;
}
.icone1 figcaption{
  font-size: 12px;
  font-weight: bold;
  font-family: 'Oswald', Medium;
  color: #004181;
  height: 30px;
  text-align: center;
}
@media screen and (min-width: 1300px){
  .icones-centro .container{
    padding: 10px 0;
  }
  .icones-acesso .container{
    padding: 10px 0;
  }
  .icone{
    height: 115px;
    width: calc(100%/6);
  }
  .icone1{
    height: 115px;
    width: calc(100%/10);
  }
}
@media screen and (max-width: 1299.98px){
  .icones-centro .container{
    padding: 10px 0;
  }
  .icones-acesso .container{
    padding: 10px 0;
  }
  .icone{
    height: 115px;
    width: calc(100%/6);
  }
  .icone1{
    height: 115px;
    width: calc(100%/6);
  }
}
@media screen and (max-width: 1199.98px){
  .icone figcaption{
    font-size: 11px;
  }
  .icone1 figcaption{
    font-size: 11px;
  }
}
@media screen and (max-width: 991.98px){
  .icones-centro .container {
    padding: 10px 0;
    flex-wrap: wrap;
  }
  .icones-acesso .container{
    padding: 10px 0;
    flex-wrap: wrap;
  }
  .icone {
    height: 115px;
    width: calc(100%/4);
  }
  .icone1 {
    height: 115px;
    width: calc(100%/4);
  }
  .navbar-default .navbar-nav li a {
    letter-spacing: 0px;
    font-size: 13px;
  }
  
}
@media screen and (max-width: 575.98px){
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
  }
  .icone {
    height: 115px;
    width: calc(100%/2);
  }
  .icone1 {
    height: 115px;
    width: calc(100%/2);
  }

}
/* NOTICIAS */

.item-destaque{
  width: 100%;
  height: 283px;
  object-fit: cover;
}
.titulo-noticia{
  /* font-size: 35px;
  font-weight: 600; */
  padding: 1em;
}
.titulo-noticia > span{    
  font-size: 39px;
  font-family: 'Montserrat', ExtraBold;
  color: #004181;
  font-weight: 900;
  letter-spacing: 1px;
  padding-bottom: 1em;
}

.titulo-noticia > span::after{
  content: '';
  height: 6px;
  width: 248px;
  background: #F76D66;
  position: absolute;
  top: 69px;
  left: 38%;
}

.titulo-gestao > span{    
  font-size: 22px;
  font-family: 'Montserrat', ExtraBold;
  color: #FFF;
  font-weight: 800;
  letter-spacing: 1px;
  padding-bottom: 1em;
  text-transform: uppercase;
}

.titulo-gestao > span::after{
    content: '';
    height: 4px;
    width: 371px;
    background: #FFCC29;
    position: absolute;
    top: 34px;
    left: 33%;
}
.botao-ver-todas{
  margin: 1em 0;
  font-weight: 900 !important;
}
.botao-ver{
  color: #1D231F;
    padding: 16px 11%;
    background: #E9E9E9;
    font-family: 'Montserrat', Medium;
    width: 484px;
    text-transform: uppercase;
    font-size: 17px;
    text-align: center;
    margin-bottom:30px;
}

.noticias-destaque .owl-noticia .owl-item img {
  object-fit: cover;
}
@media screen and (min-width: 1300px){
  .noticias-destaque .owl-noticia .owl-item img {
    display: block;
    width: 100%;
    height: 508px;
    object-fit: cover;
  }
  .noticias-destaque .owl-noticia figcaption{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 1em 4em;
    font-size: 23px;
    color: #FFF;
    font-weight: 700;
    background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
  }
  
  .item-ultimas figure img{
    height: 234px;
    width: 100%;
  }
  .item-ultimas figure figcaption{
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 1em 1em;
    font-size: 16px;
    color: #FFF;
    font-weight: 700;
    /* background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0.7)); */
    background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.18));
}
  .noticias-destaque .owl-next{
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    position: absolute;
    background: transparent !important;
    padding: 0 !important;
    bottom: 6%;
    right: 4%;
    /* border: 1px solid #767676; */
    height: 50%;
    width: 35px;
    line-height: 35px;
  }
  .noticias-destaque .owl-prev{
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    position: absolute;
    background: transparent !important;
    padding: 0 !important;
    bottom: 6%;
    left: 4%;
    /* border: 1px solid #767676; */
    height: 50%;
    width: 35px;
    line-height: 35px;
  }
  .item-ultimas figure{
    position: relative;
    margin-bottom: 3em;
  }
  .botao-ver-todas{
    font-size: 14px;
    font-weight: 900;
    padding: .6em 7em;
    color: #000;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 1299.98px){
  .noticias-destaque .owl-noticia .owl-item img {
    display: block;
    width: 100%;
    height: 510px;
    object-fit: cover;
  }
  .noticias-destaque .owl-noticia figcaption{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 1em 4em;
    font-size: 23px;
    color: #FFF;
    font-weight: 400;
    background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0.7));
  }
  .item-ultimas figure img {
    height: 235px;
    width: 100%;
  }
  .item-ultimas figure figcaption{
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 1em 1em;
    font-size: 18px;
    color: #FFF;
    font-weight: 400;
    background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0.7));
  }
  .noticias-destaque .owl-next{
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    position: absolute;
    background: transparent !important;
    padding: 0 !important;
    bottom: 6%;
    right: 4%;
    height: 50%;
    width: 35px;
    line-height: 35px;
  }
  .noticias-destaque .owl-prev{
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    position: absolute;
    background: transparent !important;
    padding: 0 !important;
    bottom: 6%;
    left: 4%;
    height: 50%;
    width: 35px;
    line-height: 35px;
  }
  .item-ultimas figure{
    position: relative;
    margin-bottom: 3em;
  }
  .botao-ver-todas{
    font-size: 15px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 1199.98px){
  .ultimas-noticias{
    display: flex;
    padding-top: 1em;
  }
  .item-ultimas:first-child{
    padding-left: 0;
  }
  .item-ultimas:last-child{
    padding-right: 0;
  }
  .titulo-noticia > span::after {
    top: 66px;
    left: 36%;
  }
  .titulo-galeria > span::after {
    top: 69px;
    left: 38%;
  }
  .titulo-agenda  > span::after {
    top: 69px;
    left: 37%;
  }
  .titulo-prefeitura  > span::after {
    top: 69px;
    left: 37%;
  }
}
@media screen and (max-width: 991.98px){
  .noticias-destaque .owl-noticia .owl-item img {
    display: block;
    width: 100%;
    height: 470px;
    object-fit: cover;
  }
  .item-ultimas figure img {
    height: 215px;
    width: 100%;
  }
  .titulo-noticia > span::after {
    left: 32%;
  }
}
@media screen and (max-width: 767.98px){
  .noticias-destaque .owl-noticia .owl-item img {
    display: block;
    width: 100%;
    height: 340px;
    object-fit: cover;
  }
  .noticias-destaque .owl-noticia figcaption {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 1em 4em;
    font-size: 17px;
    color: #FFF;
    font-weight: 400;
    background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0.7));
  }
  .item-ultimas figure img {
    height: 175px;
    width: 100%;
    object-fit: contain;
  }
  .item-ultimas figure figcaption {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em 1em;
    font-size: 12px;
    color: #FFF;
    font-weight: 400;
    background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0.7));
  }
  .titulo-noticia > span::after {
    left: 26%;
  }
}
@media screen and (max-width: 575.98px){
  .titulo-noticia {   
    text-align: center;
}
  .noticias-destaque .owl-noticia .owl-item img {
    display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;
  }
  .noticias-destaque .owl-noticia figcaption {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em 2em;
    font-size: 15px;
    color: #FFF;
    font-weight: 400;
    background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0.7));
  }
  .noticias-destaque .owl-prev {
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    position: absolute;
    /* background: rgba(0,0,0,0.7) !important; */
    padding: 0 !important;
    left: -2%;
    /* border: 1px solid #767676; */
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
  .noticias-destaque .owl-next {
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    position: absolute;
    /* background: rgba(0,0,0,0.7) !important; */
    padding: 0 !important;
    right: -2%;
    /* border: 1px solid #767676; */
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
  .ultimas-noticias {
    display: flex;
    flex-direction: column;
  }
  .item-ultimas{
    padding: 0;
  }
  .item-ultimas figure {
    position: relative;
    margin-bottom: 1em;
  }
  .botao-ver-todas .btn {
    font-size: 19px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
  }
  .titulo-noticia {
    font-size: 30px;
    font-weight: 600;
    padding: 1em;
  }
  .botao-ver {
  padding: 5px 8%;
  }
  .titulo-noticia > span::after {
    width: 264px;   
    top: 97px;
    left: 10%;
}

}



/* EVENTOS */

.item-evento {
  width: 414px!important;
  height: 278px;
}
.titulo-eventos{
  /* font-size: 35px;
  font-weight: 600; */
  padding: 1em;
}
.titulo-prefeitura{
  /* font-size: 35px;
  font-weight: 600; */
  padding: 1em;
}
.texto-evento {
  min-width: 250px;
}

.titulo-eventos > span {
  font-size: 30px;
  font-family: 'Montserrat', SemiBold;
  color: #004181;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 1em;
}
.titulo-galeria > span {
  font-size: 30px;
  font-family: 'Montserrat', SemiBold;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 1px;
  height: 100px;
}
.titulo-agenda > span {
  font-size: 30px;
  font-family: 'Montserrat', SemiBold;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 1px;
  height: 100px;
}
.titulo-prefeitura > span {
  font-size: 30px;
  font-family: 'Montserrat', SemiBold;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 1em;
}

.titulo-eventos > span::after{
  content: '';
  height: 6px;
  width: 248px;
  background: #F76D66;
  position: absolute;
  top: 61px;
  left: 38%;
}
.titulo-galeria > span::after{
  content: '';
  height: 6px;
  width: 248px;
  background: #F76D66;
  position: absolute;
  top: 61px;
  left: 34%;
}
.titulo-agenda > span::after{
  content: '';
  height: 6px;
  width: 248px;
  background: #F76D66;
  position: absolute;
  top: 69px;
  left: 17%;
}
.titulo-prefeitura > span::after{
  content: '';
  height: 6px;
  width: 248px;
  background: #F76D66;
  position: absolute;
  top: 69px;
  left: 39%;
}

#titulo-artigo-evento{
  align-items: center;
  display: flex;
  text-align: left;

}

.titulo-gestao > span{    
  font-size: 22px;
  font-family: 'Montserrat', ExtraBold;
  color: #FFF;
  font-weight: 800;
  letter-spacing: 1px;
  padding-bottom: 1em;
  text-transform: uppercase;
}

.titulo-gestao > span::after{
    content: '';
    height: 4px;
    width: 371px;
    background: #FFCC29;
    position: absolute;
    top: 34px;
    left: 33%;
}

.noticias-eventos .owl-eventos .owl-item img {
  object-fit: cover;
}
.noticias-eventos .owl-noticia figcaption{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 4em;
  font-size: 23px;
  color: #FFF;
  font-weight: 700;
  background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
}
@media screen and (min-width: 1300px){
  .noticias-eventos .owl-eventos .owl-item img {
    display: block;
    width: 414px;
    height: 278px;
    object-fit: cover;
  }
  
  .noticias-eventos .owl-eventos figcaption{
    color: #FFF;
    width: 256px;
    height: 279px;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-family: 'Montserrat', Bold;
    font-weight: 700;
    text-align: center;
    background-color: #555555
  }  
  .noticias-eventos .owl-next{
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    position: absolute;
    background: transparent !important;
    padding: 0 !important;
    bottom: 5%;
    right: 0%;
    /* border: 1px solid #767676; */
    height: 50%;
    width: 35px;
    line-height: 35px;
  }
  .noticias-eventos .owl-prev{
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    position: absolute;
    background: transparent !important;
    padding: 0 !important;
    bottom: 5%;
    left: 3%;
    /* border: 1px solid #767676; */
    height: 50%;
    width: 35px;
    line-height: 35px;
  }
    
}
@media screen and (max-width: 1299.98px){
  .noticias-eventos .owl-eventos .owl-item img {
    display: block;
    width: 414px;
    height: 278px;
    object-fit: cover;
  }
  
  .noticias-eventos .owl-eventos figcaption{
    color: #FFF;
    width: 256px;
    height: 279px;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-family: 'Montserrat', Bold;
    font-weight: 700;
    text-align: center;
    background-color: #555555
  }  
  .noticias-destaque .owl-next{
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    position: absolute;
    background: transparent !important;
    padding: 0 !important;
    bottom: 6%;
    right: 4%;
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
  .noticias-destaque .owl-prev{
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    position: absolute;
    background: transparent !important;
    padding: 0 !important;
    bottom: 6%;
    left: 4%;
    height: 35px;
    width: 35px;
    line-height: 35px;
  }  
}
@media screen and (max-width: 1199.98px){
  .ultimas-noticias{
    display: flex;
    padding-top: 1em;
  } 
  .titulo-eventos > span::after {
    top: 48px;
    left: 30%;
  }  
  .titulo-galeria > span::after{
    content: '';
    height: 6px;
    width: 248px;
    background: #F76D66;
    position: absolute;
    top: 69px;
    left: 37%;
  }
  .titulo-agenda > span::after{
    content: '';
    height: 6px;
    width: 248px;
    background: #F76D66;
    position: absolute;
    top: 69px;
    left: 37%;
  }
  .titulo-prefeitura > span::after{
    content: '';
    height: 6px;
    width: 248px;
    background: #F76D66;
    position: absolute;
    top: 69px;
    left: 37%;
  }


}
@media screen and (max-width: 991.98px){
  .noticias-destaque .owl-next{
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    position: absolute;
    background: transparent !important;
    padding: 0 !important;
    bottom: 6%;
    right: 4%;
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
  .noticias-destaque .owl-prev{
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    position: absolute;
    background: transparent !important;
    padding: 0 !important;
    bottom: 6%;
    left: 4%;
    height: 35px;
    width: 35px;
    line-height: 35px;
  }  
  .noticias-eventos .owl-eventos .owl-item img {
    display: block;
    width: 100%;
    height: 278px;
    object-fit: cover;
  }
   .titulo-eventos > span::after {
    left: 24%;
  }
  .titulo-galeria > span::after{   
    left: 33%;
  }
  .titulo-agenda > span::after{    
    left: 33%;
  }
  .titulo-prefeitura > span::after{    
    left: 33%;
  }
}
@media screen and (max-width: 767.98px){
  .noticias-destaque .owl-eventos .owl-item img {
    display: block;
    width: 100%;
    height: 340px;
    object-fit: cover;
  }
  .noticias-destaque .owl-eventos figcaption {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 1em 4em;
    font-size: 17px;
    color: #FFF;
    font-weight: 400;
    background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0.7));
  }  
  .titulo-eventos > span::after {
    left: 15%;
  }
  .titulo-galeria > span::after{   
    left: 27%;
  }
  .titulo-agenda > span::after{    
    left: 27%;
  }
  .titulo-prefeitura > span::after{    
    left: 27%;
  }
}
@media screen and (max-width: 575.98px){
  .noticias-eventos .owl-noticia figcaption{
    font-size: 16px;
}
  .titulo-eventos {   
    text-align: center;
}
.titulo-galeria > span {
  font-size: 22px;
}
.titulo-galeria > span::after{   
  width: 150px;
  top: 70px;
  left: 25%;
}
.titulo-agenda > span {
  font-size: 22px;
}
.titulo-agenda > span::after{    
  width: 150px;
  top: 70px;
  left: 29%;
}
.titulo-prefeitura > span {
  font-size: 22px;
}
.titulo-prefeitura > span::after{    
  width: 133px;
  top: 122px;
  left: 23%;
}
  .noticias-eventos .owl-eventos .owl-item img {
    display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;
  }
  .noticias-eventos .owl-eventos figcaption {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 1em 2em;
    font-size: 15px;
    color: #FFF;
    font-weight: 400;
    background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0.7));
  }
  .noticias-eventos .owl-prev {
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    position: absolute;
    /* background: rgba(0,0,0,0.7) !important; */
    padding: 0 !important;
    left: -2%;
    /* border: 1px solid #767676; */
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
  .noticias-eventos .owl-next {
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    position: absolute;
    /* background: rgba(0,0,0,0.7) !important; */
    padding: 0 !important;
    right: -2%;
    /* border: 1px solid #767676; */
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
  
  .titulo-eventos {
    font-size: 30px;
    font-weight: 600;
    padding: 1em;
  }
  
  .titulo-eventos > span::after {
    width: 264px;   
    top: 97px;
    left: 3%;
}

}
@media screen and (max-width: 345.98px){
  .texto-evento {
    min-width: 130px;
  }
  .noticias-eventos .owl-eventos figcaption {
    height: 100px;
  }
}
/* TV PREFEITURA */
div#tv{
	min-height: 623px;
	background-color: #000;
}
div#tv div.container{
	min-height: inherit;
}
div#tv div.container h3{
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 34px;
  color: #FFFFFF;
}
iframe.video-frame{
	height: inherit;
	width: 100%;
}
#div-scroll-videos::-webkit-scrollbar{
  width: 20px;
}
#div-scroll-videos::-webkit-scrollbar-track{
  -webkit-border-radius: 0px;
	border-radius: 0px;
	background:#555555;
}
#div-scroll-videos::-webkit-scrollbar-thumb{
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background:#CCCCCC;  
}
#div-scroll-videos::-webkit-scrollbar-thumb:window-inactive{
	background:#555555; 
}
.carousel-fade .carousel-inner .item{
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active{
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right{
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right{
  opacity: 1;
}
.carousel-fade .carousel-control{
  z-index: 2;
}
div#carousel-tv{
	width: calc(100% - 40px);
}
div#carousel-tv .item{
	height: 515px;
}
#div-scroll-videos{
  max-height: 464px;
  position: static;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  left: 0;
  bottom: 0;
  margin: 0;
  padding-right: 35px;
}
#div-scroll-videos li{
  background-color: transparent;
  margin-bottom: 0;
  -webkit-border-radius: 0;
	border-radius: 0;
	border: none;
  height: auto;
  width: 100%;
	text-indent: inherit;
}
#div-scroll-videos li figure{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#div-scroll-videos li figure div{
	width: 35.6%;
	height: auto;
	float: left;
	position: relative;
}
#div-scroll-videos li figure div img{
  width: 81px;
  height: 53px;
}
#div-scroll-videos li figure div svg{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#div-scroll-videos li figure figcaption{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 75px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 400;
  width: 100%;
  float: right;
  text-align: initial;
  font-family: 'Montserrat', Bold;
}
#div-scroll-videos li.active figure img{
  opacity: 1;
}
#div-scroll-videos li:hover figure img{
  opacity: 0.75;
}
#carousel-tv .carousel-caption{
  top: 360px;
  right: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 105px;
	bottom: 0;
	background: rgba(17, 17, 17, 0.2);
	display: flex;
	align-items: center;
}
#carousel-tv .carousel-caption svg{
	margin-left: 42px;
	width: 70px;
	height: 55px;
}
#carousel-tv .carousel-inner{
  height: 461px;
  margin-bottom: 40px;
}
#carousel-tv .carousel-caption p{
	font-weight: 400;
	font-size: 1.1875em;
	color: #fff;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}
a.assistir-youtube{
	position: absolute;
	color: #AAAAAA;
	font-weight: 200;
	font-size: 0.75em;
	left: 50%;
	transform: translateX(-50%);
	bottom: -39px;
	width: 163px;
	height: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
}
a#todos-videos{
	font-weight: 200;
	font-size: 0.875em;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	min-height: 50px;
}
a#todos-videos img{
	width: 42px;
}
#div-scroll-videos li:first-child{
  /* border-top: 1px solid #626262; */
}
.vertodos button{
  margin-top: 10px;
  /* border: #fff; */
  background-color: transparent;
  border-radius: 6px;
  width: 383px;
  height: 50px;
  font-family: 'Montserrat',sans-serif;
  font-size: 16px;
  font-weight: 200;
  color: #888;
  text-transform: uppercase;
}
@media screen and (min-width: 1300px){
  .texto-video span{
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    margin: 7px;
    text-align: justify;
 }
  .html5-video-player{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    outline: 0;
    font-family: "YouTube Noto",Roboto,Arial,Helvetica,sans-serif;
    color: #eee;
    text-align: left;
    direction: ltr;
    font-size: 11px;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    touch-action: manipulation;
    -ms-high-contrast-adjust: none;
 }
  .ytp-cued-thumbnail-overlay-image{
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
 }
  .carousel-inner{
    position: relative;
    width: 100%;
    overflow: hidden;
 }
  .carousel-fade .carousel-inner .active{
    opacity: 1;
 }
  div#galeria{
    height: 470px;
    background-color: #222222;
 }
  #titulo-galeria{
    text-align: center;
    font-weight: 400;
    font-size: 34px;
    color: #FFFFFF;
 }
  .no-padding-left-right{
    padding-left: 0 !important;
    padding-right: 0 !important;
 }
  .hidden-lg{
    display: none!important;
 }
}
@media screen and (max-width: 1199px){
  #carousel-tv .carousel-caption p{
    font-weight: 400;
    font-size: 1.1875em;
    color: #fff;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
 }
}
@media screen and (max-width: 991px){
  div#carousel-tv {
    width: 100%;
 }
  #div-scroll-videos li figure {
    display: flex;
    justify-content: center;
    align-items: center;
 }
  .vertodos button {
    margin-top: 10px;
    /* border: #6aaf42; */
    background-color: transparent;
    border-radius: 6px;
    width: 383px;
    height: 50px;
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
    font-weight: 200;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
 }
}
@media screen and (max-width: 320px){
  .vertodas button {
    border: 1px solid #F2F2F2;
    background-color: #F2F2F2;
    border-radius: 0px;
    width: 250px;
    height: 53px;
    font-family: 'Montserrat',sans-serif;
    font-size: 12px;
    font-weight: 200;
    color: #1D231F;
    text-transform: uppercase;
 }
}



/* ACESSO RAPIDO */
.top-bot{
  width: 338px; 
  height: 38px;
}
.widget{
  width: 338px; 
  height: 210px;
  background-color: #F2F2F2;
}

.widget-facebook {
  width: 338px; 
  height: 210px;
  background-image: url(images/fundoface.png);
  background-position: left;
  background-repeat: no-repeat;
}

.row.acesso-rapido {
  padding-top: 30px;
  padding-bottom: 30px;
}

#footer-tempo{

  background-color: #3874E6;

  border-radius: 16px 16px 16px 16px;

  text-align: center;
  
  padding: 0;

}

#footer-webmail {
  background-color: #F4821E;
  border-radius: 16px 16px 16px 16px;
  text-align: center;
  padding: 0;
}

#footer-facebook {
  background-color: #1A6198;
  border-radius: 16px 16px 16px 16px;
  text-align: center;
  padding: 0;
}

#img-webmail{
  height: 131px; 
  display: flex; 
  align-items: center;
  justify-content: center;
}

#img-facebook{
  height: 131px; 
  display: flex; 
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1300px){
 
}
@media screen and (max-width: 1299.98px){
  .widget {
    width: 285px;    
  }
  .top-bot {
    width: 285px;
  }
  
}
@media screen and (max-width: 1199.98px){
 
}
@media screen and (max-width: 991.98px){
  #previsao-tempo-valor {
    justify-content: center;
    display: flex;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575.98px){
  
}
/* HORARIO ATENDIMENTO */
.horario-atendimento {
  background: #F2F2F2;
  color: #545454;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  font-family: 'Montserrat', SemiBold;
  height: 150px;
}
.horario-atendimento .container{
  padding: 15px 0;
  border-bottom: solid 1px #555555;
}
/* DADOS RODAPE */
.dados-rodape{
  background: #365D95;
}
.dados-rodape .container{
  padding: 10px 0;
}
.dados-rodape img{
  height: 75px;
}
.items-dados{
  height: 75px;
}
.items-dados span{
  color: #FFF;
  font-size: 12px;
  font-weight: 300;
}
.items-dados span .fa{
  font-size: 210%;
  vertical-align: middle;
  padding-right: 5px;
}
@media screen and (min-width: 1300px){
  .pre-nome-rodape{
    font-size: 16px;
    font-weight: 300;
    color: #fff;
  }
  .nome-municipio-rodape{
    font-size: 27px;
    font-weight: 900;
    color: #FFF;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 1299.98px){
  .pre-nome-rodape {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
  }
  .nome-municipio-rodape {
    font-size: 23px;
    font-weight: 900;
    color: #FFF;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 1199.98px){
 .logo-rodape{
    justify-content: center;
 }
}
@media screen and (max-width: 575.98px){
  .logo-rodape figure{
    flex-direction: column;
  }
  .logo-rodape figure figcaption{
    align-items: center;
  }
}
/* MENU RODAPE */
.menu-rodape .container{
  padding: 55px 0;
}
.menu-back{
  background-color: #F2F2F2;
}
.menu-rodape ul>li>a{
  font-size: 13px;
  font-weight: 400;
  color: #525252;
  font-family: 'Roboto Condensed', Light;
}
.titulo-menu-rodape, .titulo-menu-rodape>a{
  font-size: 14px !important;
  font-weight: 600 !important;
  padding-bottom: .5em !important;
  font-family: 'Montserrat', Bold;
  color: #525252;
}
@media screen and (min-width: 1300px){
  .menu-rodape ul{
    list-style: none;
    width: 100%;
  }
}
@media screen and (max-width: 1299.98px){
  .menu-rodape ul{
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 60%;
  }
}
@media screen and (max-width: 1199.98px){
  .menu-rodape ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 70%;
  }
}

/* DOWNLOAD */
.download-rodape-inga{
  background: #ffffff;
  color: #000;
}
.download-rodape-inga .container{
  padding: 10px 5px !important;
  position: relative;
}
.download-rodape-inga img{
  /* border-radius: 5px; */
  margin-right: 5px;
}
.ultima-att span{
  font-size: 12px;
  font-weight: 500;
  font-family: 'Montserrat', regular;
}
.download-inga span{
  font-size: 13px;
  font-family: 'Montserrat', regular;
}
.download-inga>div>span::before{
  content: '';
  height: 36px;
  border-right: 1px solid #262626;
  position: absolute;
  top: -26%;
  right: 10%;
}
@media screen and (max-width: 575.98px){
  .text-download{
    display: none;
  }
  .down-lojas{
    width: 50%;
  }
}
