#cookies {
    position: fixed;
    left: 15px;
	right: 15px;
    bottom: 15px;
    background-color: rgba(0,0,0,0.85);
    border: 1px solid #FFF;
    padding: 15px 15px 15px 15px;
    color: #FFF;
    line-height: 1.5em;
    font-size: 13px;
    text-align: center;
    z-index: 99999999999999999999999999999999999999999;
	max-width:1170px;
	margin: 0 auto;
}

#cookies .cookies{
  	display: grid;
  	grid-template-columns:80% 20%;
	cursor:pointer;
}

#cookies .cookies .botao{
	color:#fff;
	background:rgba(31,161,83,1);
	margin:0 10px;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:10px;
}

.fade.in{
  opacity: 1;
}

.container-fluid{
  padding-left:!important;
}

html{scroll-behavior: smooth;height:100%;}
a:hover{text-decoration: none;}
body{
	width:100%;
	height:100%;
	min-height:100%;
  overflow-x: hidden;
  overflow-y: scroll;
  color: #666;
  font-family: 'Montserrat', sans-serif;
}

/*** Color Variables ***/
/*** Centering Hack ***/
/*** Header Styles ***/
header {
  width: 100%;
}

/*** Navigation Styles ***/
header nav {
  width: 100%;
  height: 120px;
  background: rgba(255,255,255,0);/*#80137B*/
  display: grid;
  grid-template-columns: 28% 72% 0%;
  position: absolute;
  z-index: 999;
  transition: all 0.3s;
}
header nav.navShadow {
  width: 100%;
  box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.5);
  height: 110px;
  background: rgba(0,19,32,0.9);/*#80137B*/
}
header nav.navShadow #word-mark {
  opacity: 0;
}

#brand,
#menu,
header ul {
  display: flex;
  align-items: center;
  margin-bottom: 0rem;
}

header #brand{
  background: #fff;
}

header nav.navShadow #brand img{
  display: block;
  margin: 0 auto;
  max-height: 60px;
  transition: all 0.3s;
}

header #brand a {
    display: block;
    margin: 0 auto;
}

header #brand img{
  display: block;
  margin: 0 auto;
  max-height: 70px;
  transition: all 0.3s;
}

/*** Menu Styles ***/
header #menu {
  background: rgba(250,250,250,1);
  justify-content: flex-end;
  width:auto;
}

header #menu-toggle {
  color:#666;
  font-size:24px;
  font-weight: 600;
  width: 100px;
  height: 50px;
  background:#fafafa ;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0;
  cursor: pointer;
  margin:60px 30px 0 0;
  display: none;
}
header #menu-toggle:hover .bar {
  width: 30px;
}
header #menu-toggle.closeMenu .bar {
  width: 30px;
}
header #menu-toggle.closeMenu .bar:first-child {
  -webkit-transform: translateY(9px) rotate(45deg);
          transform: translateY(9px) rotate(45deg);
}
header #menu-toggle.closeMenu .bar:nth-child(2) {
  -webkit-transform: scale(0);
          transform: scale(0);
}
header #menu-toggle.closeMenu .bar:last-child {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
}

header .bar {
  display: none;
  width: 30px;
  height: 2px;
  background: #666666;
  transition: 0.3s ease-in-out;
  border:1px solid #666;
}
header .bar:nth-child(2) {
  width: 25px;
  margin: 7px 0;
}
header .bar:last-child {
  width: 20px;
}

 header #menu-toggle {
    display: flex;
  }

  header ul {
    list-style: none;
    display: inline-block;
    width: 100%;
    height: 0;
    background:rgba(0,110,185,0.9);
    position: absolute;
    top: 0px;
    padding-left:0;
    -webkit-transform: translate(, );
            transform: translate(, );
    box-shadow: 0 5px 30px -4px rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
    border-radius: 0 0 30px 30px;
    display: none!important;
    text-align: center;
  }
  header ul.showMenu {
    top: 0;
    color: #666;
    display: block!important;
    border:0px solid #6dcff6;
    border-top:0px!important;
    border-radius: 0 0 0px 0px;
    background: #ff0000;
  }
  header ul.showMenu li {
    width: auto;
    height: auto;
    display: inline-block;
    height: auto;
    opacity: 1;
    visibility: visible;
  transition: all 0.1s 0.3s;
  }

  header li {
    margin-top: 0px;
    display: inline-block;
    padding-left: 0px;
    opacity: 0;
    visibility: hidden;
    margin-left: 0;
    transition: all 0.1s 0s;
  }

  header li a {
  padding:0 45px 0 0;
  background: transparent;
  display: inline-block;
  border-radius: 0;
  color:#666;
  text-decoration: none;
  font-size:16px;
  font-weight:500;
  cursor: pointer;
}

header li a:hover, header li a:hover span{
  color:#1FA153;
}

header .infos_mobile{
  display: none;
}

#abremenu{
	display: none;
}

#fecha_menu{
	display: none;
}

header #infos{
  height:100%;
  background: #f0f0f0;
  color:#fff;
  display: block;
  font-size:14px;
}

header #infos .linha1{
  border:0px solid #6dcff6;
  border-radius:0px;
  width: 100%;
  height: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding:0 15px;
  background: transparent;
}

header #infos .linha1 .corona{
  margin: 0 30px;
}

header #infos .linha1 .corona img{
  max-width: 100%;
  max-height: 100%;
  margin: 0 10px;
}

header #infos .linha1 .corona a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #1FA153;
  border-radius: 0px;
  padding: 5px 15px;
  height: 50px;
  font-weight: bold;
}

header #infos .linha1 .corona a i{
	padding:0 10px 0 0;
}

header #infos .linha1 .down{
  margin: 0 30px;
}

header #infos .linha1 .down i{
  margin: 0 10px;
}

header #infos .linha1 .down a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #666;
  border: 2px solid transparent;
  border-radius: 0;
  padding: 5px 10px;
  height: 40px;
	background: #fff;
}

header #infos .linha1 .pesquisa{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #666;
  border: 2px solid transparent;
  border-radius: 0px;
  padding: 5px 10px;
  height: 40px;
	background: #fff;
}

header #infos .linha1 .pesquisa i{
  margin: 0 10px;
}

header #infos .linha1 .pesquisa input{
  background: transparent;
  border: 0;
  color: #666;
	background: #fff;
	outline: none!important;
}

header #infos .linha1 .pesquisa input:focus{
	outline: none!important;
}

header #infos .linha1 .pesquisa input::placeholder{
  color: #666;
}

header #infos .linha1 .midias{
  margin: 0 30px;
}

header #infos .linha1 .midias a i{
  color: #666;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  border: 2px solid transparent;
  border-radius: 0;
  margin: 0 15px 0 0;
	background: #fff;
}

header #infos .linha2{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50%;
  background: #fafafa;
}

header #infos .linha2 .menu{
  position: relative;
  width:100%;
	height:20px;
}

header #infos .linha2 .menu-2{
    margin-top: 16px;
    display: block;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: left;
    background: #1FA153;
    border-bottom-left-radius: 0px 0px;
    transition: all 0.3s;
}

header nav.navShadow #infos .linha2 .menu-2{
  margin-top: 13px;
  transition: all 0.3s;
}

header #infos .linha2 .menu-2 a{
  padding:15px 30px;
  background: transparent;
  display: inline-block;
  border-radius: 0;
  color:#fff;
  text-decoration: none;
  font-size:16px;
  font-weight:500;
  cursor: pointer;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

#slider .video-container{
  width: 100vw;
  height: 750px;
	overflow:hidden;
	position:relative;
}

#slider .mascara {
	z-index:1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  background:rgba(3,90,148, 0.5);
}

#slider iframe {
	z-index:0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 120vh;
  transform: translate(-50%, -50%);
}

#slider{
  width: 100%;
  overflow: hidden;
  height: auto;
  padding: 120px 0 0 0;
}

#slider .item{
  position: relative;
}

#slider img{
  max-width:100%;
  height:auto;
  z-index: 0;
}

#slider .titulo{
  color: #fff;
  width:100%;
  z-index: 2;
  position: absolute;
  bottom: 33%;
  text-align: center;
	font-size:24px;
}

#slider .titulo b{
	font-size:48px;
}

#slider .titulo h4{
  font-size: 40px;
}

#slider .titulo h1{
  font-weight: bold;
  font-size: 80px;
}

/*#slider .foto{
  width:100%;
  height:840px;
  overflow:hidden;
  position: relative;
  display:flex;
  align-items: center;
  justify-content: center;
  background:center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

#slider .texto{
  position: absolute;
  top: 0;
  bottom:0;
  left:0;
  right:25%;
  margin:auto;
  max-width:450px;
  max-height:200px;
  z-index: 1;
  color:#fff;
  display: flex;
  align-items: center;
}

#slider .owl-prev{
  width:50px;
  height:70px;
  background:rgba(255,255,255,0.8);
  font-size:20px;
  color:#2289c1;
  border:1px solid #2289c1;
  position: absolute;
  top: 50%;
  margin-top:-35px;
  left:5px;
  border-radius:0!important;
  display:flex;
  align-items:center;
  justify-content: center;
}

#slider .prev i{
  display:block;
  margin:0 auto;
}

#slider .owl-next{
  width:50px;
  height:70px;
  background:rgba(255,255,255,0.8);
  font-size:20px;
  color:#2289c1;
  border:1px solid #2289c1;
  position: absolute;
  top:50%;
  margin-top:-35px;
  right:5px;
  border-radius:0!important;
  display:flex;
  align-items:center;
  justify-content: center;
}

#slider .next i{
  display:block;
  margin:0 auto;
}

#slider .owl-theme .owl-controls .owl-page span{
  background:#B89E5E!important;
}

#slider .owl-theme .owl-controls{
  padding:0;
  text-align:center;
}

#slider-internas {
    width: 100%;
    overflow: hidden;
    height: auto;
    padding: 100px 0 0 0;
}

#slider-internas .item{
  position: relative;
}

#slider-internas img {
    max-width: 100%;
    height: auto;
    min-height: 120px;
    z-index: 0;
}

#slider-internas .titulo{
  color: #fff;
  width:100%;
  max-width:1140px;
  z-index: 1;
  position: absolute;
  bottom: 33%;
  text-align: left;
  margin: auto;
  left: 0;
  right: 0;
}

#slider-internas .titulo h4{
  font-size: 14px;
}

#slider-internas .titulo h1{
  font-weight: bold;
  font-size: 40px;
}

#slider-internas .titulo h4 a{
  color: #fff;
}

/*#slider-internas .foto{
  width:100%;
  height:840px;
  overflow:hidden;
  position: relative;
  display:flex;
  align-items: center;
  justify-content: center;
  background:center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

#slider-internas .texto{
  position: absolute;
  top: 0;
  bottom:0;
  left:0;
  right:25%;
  margin:auto;
  max-width:450px;
  max-height:200px;
  z-index: 1;
  color:#fff;
  display: flex;
  align-items: center;
}

#slider-internas .owl-prev{
  width:50px;
  height:70px;
  background:rgba(255,255,255,0.8);
  font-size:20px;
  color:#2289c1;
  border:1px solid #2289c1;
  position: absolute;
  top: 50%;
  margin-top:-35px;
  left:5px;
  border-radius:0!important;
  display:flex;
  align-items:center;
  justify-content: center;
}

#slider-internas .prev i{
  display:block;
  margin:0 auto;
}

#slider-internas .owl-next{
  width:50px;
  height:70px;
  background:rgba(255,255,255,0.8);
  font-size:20px;
  color:#2289c1;
  border:1px solid #2289c1;
  position: absolute;
  top:50%;
  margin-top:-35px;
  right:5px;
  border-radius:0!important;
  display:flex;
  align-items:center;
  justify-content: center;
}

#slider-internas .next i{
  display:block;
  margin:0 auto;
}

#slider-internas .owl-theme .owl-controls .owl-page span{
  background:#B89E5E!important;
}

#slider-internas .owl-theme .owl-controls{
  padding:0;
  text-align:center;
}

#link{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 0;
  text-align: center;
}

#link .box{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  height: auto;
  position: absolute;
  top: -70px;
  background: #fff;
  border-radius: 0px;
  z-index: 9;
  padding: 30px 0;
  box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.5);
}

#link .box a.icones{
  display: block;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #1FA153;
  font-weight: 900;
}

#link .box a.icones b{
  display: block;
  font-size: 14px;
  color: #C0392B;
  font-weight: 500;
}

#link .box .ico{
  margin:0 auto 30px auto;
  width:60px;
  height:60px;
  overflow:hidden;
  position: relative;
  display:flex;
  align-items: center;
  justify-content: center;
  background:center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: contain;
}

#link .box a.icones .titulo{
  margin: 0 auto;
  text-align: center;
  font-weight: 800;
  color: #1FA153;
}

#calendario{
  display: block;
  padding: 60px 0 0px 0;
  text-align: center;
  background: #f6f6f6;
}

#calendario .titulo h1{
  line-height: 80px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-weight: 800;
  color: #1FA153;
  border-bottom: 3px dashed #C0392B;
}

#calendario #eventos{
  padding: 60px 0 0 0;
}

#calendario .data{
  width: 90px;
  height: 90px;
  margin: 0 auto 60px auto;
  border-radius: 15px;
  background: #1FA153;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 800;
  position: relative;
}

#calendario .data:after {
  background-color: #1FA153;
  content: "";
  display: inline-block;
  height: 3px;
  position: absolute;
  vertical-align: middle;
  width: 400px;
  margin-right: -400px;
  z-index: -1;
}

#calendario .evento{
  margin: 0 0 15px 0;
}

#calendario .evento .row{
  margin: 0!important;
}

#calendario .evento h4{
  font-weight: 900;
  color: #1FA153;
}

#calendario .evento h6 b{
  display: block;
  font-weight: 700;
}

#calendario .evento a{
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #1FA153;
  cursor: pointer;
}

#calendario .evento-geral{
  padding: 60px 0;
  text-align: left;
}

#calendario .evento-geral h5{
  color: #C0392B;
  padding: 15px 0;
}

#calendario .evento-geral h4{
  font-weight: 800;
  padding: 0 0 15px 0;
}

#noticias{
  display: block;
  padding: 60px 0 90px 0;
  text-align: center;
  background: #fff;
}

#noticias #noticia{
  padding: 60px 0 0 0;
}

#noticias .titulo h1{
  line-height: 80px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-weight: 800;
  color: #1FA153;
  border-bottom: 3px dashed #C0392B;
}

#noticias .foto{
  width:100%;
  height:340px;
  margin-bottom: 0px;
  position: relative;
  display:flex;
  align-items: center;
  justify-content: center;
  background:center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border: 1px solid #fff;
}

#noticias .box{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  position: realtive;
  bottom: 0px;
  background: #fff;
  border-radius: 0px;
  z-index: 9;
  padding: 30px;
  /*margin-left: 5%;
  box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.5);*/
}

#noticias .box a{
	color: #C0392B;
}

#noticias .box h5{
  color: #C0392B;
  padding: 0 0 15px 0;
}

#noticias .box h4{
  font-weight: 800;
  padding: 0 0 15px 0;
}

#covid{
  display: block;
  padding: 90px 0 30px 0;
  text-align: center;
  background: url(https://camaraarroiodomeio.com.br/imagens/bg_about.jpg) no-repeat;
  color: #fff;
  position: relative;
}

#covid .box{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#covid .box img{
  position: absolute!important;
  bottom: 0;
}

#covid .box a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #C0392B;
  background: #fff;
  border-radius: 15px;
  padding: 5px 15px;
  height: 50px;
  font-weight: 800;
  text-transform: uppercase;
}

#covid .titulo h1{
  line-height: 80px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-weight: 800;
  color: #fff;
  border-bottom: 3px dashed #fff;
}

#covid .infos{
  display: block;
  margin: 60px 0;
}

#vereadores{
  display: block;
  padding: 60px 0 90px 0;
  text-align: center;
  background: #fff;
}

#vereadores #vereador{
  padding: 60px 0 0 0;
}

#vereadores .titulo h1{
  line-height: 80px;
  display: inline-block;
  margin: 0 auto 60px auto;
  text-align: center;
  font-weight: 800;
  color: #1FA153;
  border-bottom: 3px dashed #C0392B;
}

#vereadores .foto{
  width:100%;
  height:280px;
  margin-bottom: 0px;
  position: relative;
  display:flex;
  align-items: center;
  justify-content: center;
  background:center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border: 1px solid #1FA153;
border-radius: 15px;
}

#vereadores .box{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  position: realtive;
  bottom: 0px;
  background: #fff;
  border-radius: 0px;
  z-index: 9;
  padding: 15px;
  /*margin-left: 5%;
  box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.5);*/
}

#vereadores .box a{
	color: #C0392B;
}

#vereadores .box h5{
  color: #1FA153;
  padding: 0 0 0 0;
  font-weight: 900;
  text-transform: uppercase;
}

#vereadores .box h4{
  font-weight: 800;
  padding: 0 0 15px 0;
}


#galeria{
  display: block;
  padding: 60px 0 90px 0;
  text-align: center;
}

#galeria .titulo h1{
  line-height: 80px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-weight: 800;
  color: #1FA153;
  border-bottom: 3px dashed #C0392B;
}

#galeria #fotos{
  padding: 60px 0 0 0;
}

#galeria .foto{
  width:100%;
  height:500px;
  position: relative;
  background:center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#galeria .foto .box{
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 500px;
  position: absolute;
  background: rgba(255,255,255,0);
  z-index: 0;
  padding: 30px;
  transition: all 0.3s;
  cursor: pointer;
		border: 1px solid #ff0000;
}

#galeria .foto .box h4{
  opacity: 0;
}

#galeria .foto .box i{
  display: block;
  font-size: 70px;
  margin: 0 0 30px 0;
}

#galeria .foto:hover .box{
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 500px;
  position: absolute;
  background: rgba(3,90,148,0.8);
  z-index: 9;
  padding: 30px;
  transition: all 0.3s;
  cursor: pointer;
}

#galeria .foto:hover .box h4{
  opacity: 1;
}

#prefeitura{
  padding: 90px 0;
}

#prefeitura .mapa{
  max-width: 100%;
  width: 100%;
  height: 500px;
  top: 0;
  position: relative;
  background: #fff;
  border-radius: 0px;
  padding: 0;
  z-index: 9;
}

#prefeitura .container{
  position: relative!important;
}

#prefeitura .mapa iframe{
  width: 100%;
  height: 100%;
  border-radius: 0px;
	padding-bottom: 60px;
}

#prefeitura .formulario{
  padding: 60px 0;
}

#prefeitura .formulario input{
  width: 100%;
  background: transparent;
  border-radius: 15px;
  border: 1px solid #e0e0e0;
  padding: 15px;
  margin: 0 0 15px 0;
}

#prefeitura .formulario input.pesquisa{
  width: 100%;
  background: transparent;
  border-radius: 5px;
  border: 2px solid #fff;
  padding: 15px;
  margin: 0 0 15px 0;
	color: #fff;
}

#prefeitura .formulario input.pesquisa::placeholder{
	color: #fff;
	font-size: 15px;
}

#prefeitura .formulario .mensagem-atencao{
	background: #e1dcd0;
	color:#000;
	padding: 30px;
	text-align: center;
	font-style: italic;
	font-size: 11px!important;
	border-radius:5px;
}

#prefeitura .formulario .radio i{
	font-size: 12px!important;
}

#prefeitura .formulario .mensagem-aviso{
	background: #fce3a3;
	color:#000;
	padding: 30px;
	text-align: center;
	font-style: italic;
	font-size: 11px!important;
	border-radius:5px;
}

#prefeitura .formulario button{
	display: block;
  min-width: 240px;
  color: #1FA153;
  padding: 10px 30px;
  margin: 15px auto;
  border-radius: 15px;
  border: 1px solid #1FA153;
}

#prefeitura .formulario textarea{
  width: 100%;
  height: 80px;
  background: transparent;
  border-radius: 15px;
  border: 1px solid #e0e0e0;
  padding: 15px;
  margin: 0 0 15px 0;
}

#prefeitura .box{
  background: #1FA153;
  border-radius: 30px;
  color: #fff;
  padding: 60px;
  margin: 60px 0;
  text-align: center;
}

#prefeitura .infos .box-contato{
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
  padding: 0 0 15px 0;
}

#prefeitura .infos .box-contato img{
  display: block;
  margin: 15px auto;
}

#prefeitura .texto h6{
  margin: 15px 0 30px 0;
  color: #C0392B;
}

#prefeitura h1.titulo{
  line-height: 40px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-weight: 800;
  color: #1FA153;
  border-bottom: 3px dashed #C0392B;
}

#prefeitura h1.titulo-none{
  line-height: 40px;
  display: inline-block;
  margin: 0 auto 30px auto;
  text-align: left;
  font-weight: 800;
  color: #1FA153;
  border-bottom: 0px dashed #C0392B;
}

#prefeitura h1.titulo-red{
  line-height: 40px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-weight: 800;
  color: #C0392B;
  border-bottom: 0px dashed #C0392B;
}

#prefeitura .perfil{
  text-align: center;
}

#prefeitura .perfil img{
  border: 6px solid #fff;
  border-radius: 30px;
}

#prefeitura .perfil h4{
  margin:15px 0 0 0;
  color: #1FA153;
  font-weight: 800;
}

#prefeitura .perfil h6{
  margin:0 0 60px 0;
}

#prefeitura .servicos{
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 60px 0;
  margin: 60px 0;
}

#prefeitura .servicos h3{
  font-weight: 800;
  color: #1FA153;
  margin: 15px 0 30px 0;
}

#prefeitura .coronavirus a{
  width: 100%;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #C0392B;
  color: #fff;
  border-radius: 30px;
  margin: 0 0 60px 0;
}

#prefeitura .coronavirus a div{
  display: block!important;
}

#prefeitura .coronavirus a img{
  padding: 0 0 10px 0;
}

#noticias-geral{
padding: 90px 0;
}

#noticias-geral .noticia{
  padding:0 ;
  margin: 0 0 60px 0;
  border-bottom: 1px solid #f0f0f0;
}

#noticias-geral .noticia img{
  width: 100%;
}

#noticias-geral .noticia i.fa-times-circle{
  width: 100%;
  text-align: right;
  font-size: 40px;
  padding: 30px 0;
  cursor: pointer;
}

#noticias-geral .noticia h5{
  color: #C0392B;
  padding: 15px 0;
}

#noticias-geral .noticia h4{
  font-weight: 800;
  padding: 0 0 15px 0;
}

#noticias-geral .noticia a{
  font-weight: 800;
  color: #1FA153;
}

#noticias-geral .noticia .foto-p{
	width: 100%;
	height:240px;
  background:center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#noticias-geral .pesquisa{}

#noticias-geral .pesquisa .pesquisar, #noticias-geral .pesquisa .ano, #noticias-geral .pesquisa .mes, #noticias-geral .pesquisa .menu-left{
  margin:0 0 30px 0;
}

#noticias-geral .pesquisa h4{
  font-weight: 800;
}

#noticias-geral .pesquisa input{
  width: 100%;
  background: transparent;
  border-radius: 15px;
  border: 1px solid #e0e0e0;
  padding: 15px;
}

#noticias-geral .ano a, #noticias-geral .mes a, #noticias-geral .menu-left a{
  display: block;
  color: #666;
  padding:15px;
  border-bottom: 1px solid #e0e0e0;
	  font-size: 16px!important;
}

#noticias-geral .menu-left h4 a{
  	font-size:18px!important;
}


#noticias-geral a.ativo, #noticias-geral a:hover{
  font-weight: 800;
  color: #1FA153;
}

#noticias-geral .busca{
  padding: 0 0 30px 0;
}

#noticias-geral .busca select{
  width: 100%;
  background: transparent;
  border: 1px solid #1FA153;
  font-weight: 800;
  color: #1FA153;
  border-radius: 15px;
  padding:10px 30px;
}

#noticias-geral .busca .row{
	width: 100%;
}

#noticias-geral .busca button{
  width: 100%;
  background: #1FA153;
  border: 0px solid #1FA153;
  font-weight: 800;
  color: #fff;
  border-radius: 15px;
  height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#noticias-geral .busca button i{
  padding: 0 10px;
}

#noticias-geral .arquivos .box{
  padding:0 0 60px 0;
}

#noticias-geral .arquivos h4, #noticias-geral .arquivos a:hover h4{
  background: #f0f0f0;
  font-weight: 800;
  color: #1FA153; 
  border-radius: 15px;
  padding:10px 30px;
  margin: 0 0 30px 0;
}

#noticias-geral .arquivos a h5{
  font-weight: 800;
  color: #666;
}

#noticias-geral .arquivos a h6{
  color: #C0392B;
}

#noticias-geral .arquivos a p{
  color: #666;
  font-weight: 500!important;
}

#noticias-geral .arquivos .item{
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0px;
  display: block;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
}

#noticias-geral .down{}

#noticias-geral .down .box{
  border: 1px solid #f0f0f0;
  border-radius: 15px;
  color: #666;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px 0;
}

#noticias-geral .down .box img{
  padding:0 15px;
  float: left;
}

#noticias-geral .down .box a{
  font-size: 14px;
  color: #666;
}

#footer{
  padding: 30px 0;
  width: 100%;
  display: block;
  background: #1FA153;
  color: #fff;
  font-size: 15px;
}

#footer .box{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer .box .infos{
  width: 100%;
  display: block;
  margin: 30px 0;
}

#footer .box .infos a.txt{
  display: block;
  color: #fff;
  margin: 10px 0;
}

#footer .box .infos b{
  display: block;
}

#footer .box .box-contato{
  width: 100%;
  background: #fff;
  font-size: 18px;
  color: #1FA153;
  border-left: 5px solid #27AE60;
  border-radius: 0px;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

#footer .box img{
	max-height: 60px;
}

#footer .midias{
  margin: 30px 0;
}

#footer .midias a i{
  color: #1FA153;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  border: 2px solid #1FA153;
  border-radius: 10px;
  margin: 0 15px 0 0;
}

#footer .box .box-contato .infos b{
  color: #666;
}

#copy{
  height:80px;
  font-size:14px;
  font-weight: 600;
  color:#666;
  background: #F6F6F6;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 3px solid #C0392B;
}

#copy a{
  padding: 0 15px;
  color:#666;
}


@media (min-width: 0px) and (max-width:1024px){
	
#cookies .cookies{
  	display: grid;
  	grid-template-columns:100%;
	cursor:pointer;
}

/*** Color Variables ***/
/*** Centering Hack ***/
/*** Header Styles ***/
header {
  width: 100%;
}

/*** Navigation Styles ***/
header nav {
  width: 100%;
  height: 100px;
  background: rgba(255,255,255,0);/*#80137B*/
  display: grid;
  grid-template-columns: 85% 15%;
  position: absolute;
  z-index: 999;
  transition: all 0.3s;
	overflow: gidden;
}
header nav.navShadow {
  width: 100%;
  box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.5);
  height: 80px;
  background: rgba(0,19,32,0.9);/*#80137B*/
}
header nav.navShadow #word-mark {
  opacity: 0;
}

#brand,
#menu,
header ul {
  display: flex;
  align-items: center;
  margin-bottom: 0rem;
}

header #brand{
  background: #fff;
}

header nav.navShadow #brand img{
  display: block;
  margin: 0 auto;
  max-height: 50px;
  transition: all 0.3s;
	padding: 0 0;
}

header #brand img{
  display: block;
  margin: 0 auto;
  max-height: 60px;
  transition: all 0.3s;
	padding: 0 0;
}

/*** Menu Styles ***/
header #menu {
  background: rgba(250,250,250,1);
  justify-content: flex-end;
  width:auto;
	display: none;
}

header #menu-toggle {
  color:#666;
  font-size:24px;
  font-weight: 600;
  width: 100px;
  height: 50px;
  background:#fafafa ;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0;
  cursor: pointer;
  margin:60px 30px 0 0;
  display: none;
}
header #menu-toggle:hover .bar {
  width: 30px;
}
header #menu-toggle.closeMenu .bar {
  width: 30px;
}
header #menu-toggle.closeMenu .bar:first-child {
  -webkit-transform: translateY(9px) rotate(45deg);
          transform: translateY(9px) rotate(45deg);
}
header #menu-toggle.closeMenu .bar:nth-child(2) {
  -webkit-transform: scale(0);
          transform: scale(0);
}
header #menu-toggle.closeMenu .bar:last-child {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
}

header .bar {
  display: none;
  width: 30px;
  height: 2px;
  background: #666666;
  transition: 0.3s ease-in-out;
  border:1px solid #666;
}
header .bar:nth-child(2) {
  width: 25px;
  margin: 7px 0;
}
header .bar:last-child {
  width: 20px;
}

 header #menu-toggle {
    display: flex;
  }

  header ul {
    list-style: none;
    display: inline-block;
    width: 100%;
    height: 0;
    background:rgba(0,110,185,0.9);
    position: absolute;
    top: 0px;
    padding-left:0;
    -webkit-transform: translate(, );
            transform: translate(, );
    box-shadow: 0 5px 30px -4px rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
    border-radius: 0 0 30px 30px;
    display: none!important;
    text-align: center;
  }
  header ul.showMenu {
    top: 0;
    color: #666;
    display: block!important;
    border:0px solid #6dcff6;
    border-top:0px!important;
    border-radius: 0 0 0px 0px;
    background: #ff0000;
  }
  header ul.showMenu li {
    width: auto;
    height: auto;
    display: inline-block;
    height: auto;
    opacity: 1;
    visibility: visible;
  transition: all 0.1s 0.3s;
  }

  header li {
    margin-top: 0px;
    display: inline-block;
    padding-left: 0px;
    opacity: 0;
    visibility: hidden;
    margin-left: 0;
    transition: all 0.1s 0s;
  }

.menu ul {
	list-style: none;
}  
	
.menu li a {
  padding:0 45px 0 0;
	margin: 5px 0;
  background: transparent;
  display: inline-block;
  border-radius: 0;
  color:#fff;
  text-decoration: none;
  font-size:20px;
  font-weight:500;
  cursor: pointer;
}
	
.menu a{
	margin: 5px 0;
	display: block;
	color: #fff;
}

.menu li a:hover, .menu li a:hover span{
  color:#f0f0f0;
}
	
.menu #menu-1, .menu #menu-2, .menu #menu-3{
	margin:20px 0 0 0;
	padding:15px 0 0 0;
	border-top: 1px solid #fff;
}
	
header .infos_mobile{
  height:100%;
  background: #1FA153;
  color:#fff;
  display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	text-align: center;
}
	
header .infos_mobile button{
	border: 0;
	color: #fff;
	background: transparent;
	outline:none;
	color: #fff;
	height: 100%;
}

#abremenu{
	position: fixed;
	display: none;
	overflow-x: hidden;
	top:0;
	width: 100%;
	height: 100%;
	background: #1FA153;
	z-index: 9999999999999999999999999999999;
	color: #fff;
}
	
#fecha_menu{
	background: transparent;
	border:0;
	display: block;
	width: 100%;
	color: #fff;
	font-size: 40px;
	text-align: right;
	padding:5px 15px;
}
	
.fecha.none{
	display: none;
}

header #infos{
  height:100%;
  background: #C0392B;
  color:#fff;
  display: none;
  font-size:14px;
}

header #infos .linha1{
  border:0px solid #6dcff6;
  border-radius:0px;
  width: 100%;
  height: 40%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding:0 15px;
  background: transparent;
}

header #infos .linha1 .corona{
  margin: 0 30px;
}

header #infos .linha1 .corona img{
  max-width: 100%;
  max-height: 100%;
  margin: 0 10px;
}

header #infos .linha1 .corona a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #C0392B;
  background: #fff;
  border-radius: 15px;
  padding: 5px 10px;
  height: 50px;
  font-weight: bold;
}

header #infos .linha1 .down{
  margin: 0 30px;
}

header #infos .linha1 .down i{
  margin: 0 10px;
}

header #infos .linha1 .down a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 15px;
  padding: 5px 10px;
  height: 40px;
}

header #infos .linha1 .pesquisa{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 15px;
  padding: 5px 10px;
  height: 40px;
}

header #infos .linha1 .pesquisa i{
  margin: 0 10px;
}

header #infos .linha1 .pesquisa input{
  background: transparent;
  border: 0;
  outline: none;
  color: #fff;
}

header #infos .linha1 .pesquisa input::placeholder{
  color: #fff;
}

header #infos .linha1 .midias{
  margin: 0 30px;
}

header #infos .linha1 .midias a i{
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  border: 2px solid #fff;
  border-radius: 10px;
  margin: 0 15px 0 0;
}

header #infos .linha2{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60%;
  background: #fafafa;
}

header #infos .linha2 .menu{
  position: relative;
  width:100%;
}

header #infos .linha2 .menu-2{
    margin-top: 30px;
    display: block;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: left;
    background: #1FA153;
    border-bottom-left-radius: 15px 15px;
    transition: all 0.3s;
}

header nav.navShadow #infos .linha2 .menu-2{
  margin-top: 30px;
  transition: all 0.3s;
}

header #infos .linha2 .menu-2 a{
  padding:15px 30px;
  background: transparent;
  display: inline-block;
  border-radius: 0;
  color:#fff;
  text-decoration: none;
  font-size:16px;
  font-weight:500;
  cursor: pointer;
}
	
#link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 0;
    text-align: center;
}
	
#link .box{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 240px;
  position: absolute;
  top: 30px;
  background: #fff;
  border-radius: 0px;
  z-index: 9;
  padding:30px;
  box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.5);
}
	
#slider-internas{
  width: 100%;
  overflow: hidden;
  height: auto;
  padding: 100px 0 0 0;
}
	
#slider-internas .titulo{
  color: #fff;
  width:100%;
  max-width:1140px;
  z-index: 1;
  position: absolute;
  bottom: 9%;
  text-align: left;
  margin: auto;
  left: 9%;
  right: 0;
}

#slider-internas .titulo h4{
  font-size: 14px;
}

#slider-internas .titulo h1{
  font-weight: bold;
  font-size: 30px;
}

#slider-internas .titulo h4 a{
  color: #fff;
}
	
#slider .video-container{
  width: 100vw;
  height: 300px!important;
	overflow:hidden;
	position:relative;
}

#slider .mascara {
	z-index:1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  background:rgba(3,90,148, 0.9);
}

#slider iframe {
	z-index:0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 120vh;
  transform: translate(-50%, -50%);
}
	
#slider{
  width: 100%;
  overflow: hidden;
  height: auto;
  padding: 100px 0 0 0;
}

#slider .item{
  position: relative;
}

#slider img{
  max-width:100%;
  height:auto;
  z-index: 0;
}

#slider .titulo{
  color: #fff;
  width:100%;
  z-index: 2;
  position: absolute;
  bottom: 9%;
  text-align: center;
	font-size:18px;
	display:none;
}
	
#slider .titulo b{
	font-size:34px;	
}

#slider .titulo h4{
  font-size: 15px;
}

#slider .titulo h1{
  font-weight: bold;
  font-size: 30px;
}
	
#calendario{
  display: block;
  padding: 90px 0 0px 0;
  text-align: center;
}

#calendario .titulo h1{
  line-height: 40px;
  font-size:30px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-weight: 800;
  color: #1FA153;
  border-bottom: 3px dashed #C0392B;
}
	
#noticias{
  display: block;
  padding: 60px 0 90px 0;
  text-align: center;
  background: #f6f6f6;
}

#noticias #noticia{
  padding: 60px 0 0 0;
}

#noticias .titulo h1{
  line-height: 40px;
	font-size:30px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-weight: 800;
  color: #1FA153;
  border-bottom: 3px dashed #C0392B;
}

#noticias .foto{
  width:100%;
  height:250px;
  margin-bottom: 140px;
  position: relative;
  display:flex;
  align-items: center;
  justify-content: center;
  background:center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#noticias .box{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: auto;
  position: absolute;
  bottom: 15px;
  background: #fff;
  border-radius: 0px;
  z-index: 9;
  padding: 30px;
  margin-left: 5%;
  box-shadow: 0 4px 4px -5px rgba(0, 0, 0, 0.5);
}

#noticias .box h5{
  color: #C0392B;
  padding: 0 0 15px 0;
	font-size: 14px;
}

#noticias .box h4{
  font-weight: 800;
  padding: 0 0 15px 0;
	font-size: 16px;
}
	
#noticias-geral{
padding: 30px 0 90px 0;
}
	
#noticias-geral .noticia {
    padding: 0;
    margin: 0 0 60px 0;
    border-bottom: 1px solid #f0f0f0;
}

#covid{
  display: block;
  padding: 0px 0 60px 0;
  text-align: center;
  background: #1FA153;
  color: #fff;
  position: relative;
}

#covid .box{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#covid .box img{
  position: absolute!important;
  bottom: 100px;
	max-height: 90px;
}

#covid .box a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #C0392B;
  background: #fff;
  border-radius: 15px;
  padding: 5px 15px;
  height: 50px;
  font-weight: 800;
  text-transform: uppercase;
}

#covid .titulo h1{
  line-height: 40px;
	font-size:30px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-weight: 800;
  color: #fff;
  border-bottom: 3px dashed #fff;
	padding: 120px 0 0 0;
}

#covid .infos{
  display: block;
  margin: 60px 0;
}
	
#prefeitura{
padding: 30px 0 90px 0;
}
	
#prefeitura h1.titulo-none {
    line-height: 40px;
	font-size:30px;
    display: inline-block;
    margin: 30px auto 30px auto;
    text-align: left;
    font-weight: 800;
    color: #1FA153;
    border-bottom: 0px dashed #C0392B;
}
	
#prefeitura .mapa{
  max-width: 100%!important;
	min-width: 340px!important;
  width: 100%!important;
  height: 340px!important;
  top: 0!important;
  position: block!important;
  background: #fff;
  border-radius: 5px;
  padding: 0m!important;
  z-index: 9;
}
	
#prefeitura .container.spadding {
    width: 100%;
    padding-right: 0!important;
    padding-left: 0!important;
    margin-right: auto;
    margin-left: auto;
}
	
#galeria .titulo h1 {
    line-height: 40px;
	font-size:30px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    font-weight: 800;
    color: #1FA153;
    border-bottom: 3px dashed #C0392B;
}
	
#footer .box .infos{
  width: 100%;
	min-width: 300px;
  display: block;
  margin: 30px 0;
}

}


@media (min-width: 1024px) and (max-width: 1440px){

#slider .video-container{
  width: 100vw;
  height: 550px;
  overflow:hidden;
  position:relative;
}

}
