html, body { 
	font-family: 'Lato', sans-serif;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	text-shadow:none;
	background:#FFF !important;
}
body, form, img { margin:0; padding:0; border:none }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus{
	outline:none
}

.linkHover{
	text-decoration:none;
	color:inherit !important;
}
.linkHover:hover{
	text-decoration:none;
	color:inherit !important;
}

.navbar{
	background: #F2F2F2;
	height: 150px;
	margin: 0;
}
.carousel-indicators{
	bottom: 0
}

.border-top-cinza{
	border-top: 1px solid #dcdcdc;
}

.border-bottom-cinza{
	border-bottom: 1px solid #dcdcdc;
}



.card-noticia{
	-webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.2);
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.2);
	margin: 0;
	position: relative;
	transition: all 0.2s;
	border-radius: 5px;
	overflow: hidden;
}
.noticia-index:hover .card-noticia{
  -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.8);
  box-shadow: 0 0 3px 1px rgba(0,0,0,0.8);
}
.titulo-noticia-index{
  color: var(--corPrincipal);
  font-size: 14px;
  line-height: 18px;
  font-weight: 800;
  margin: 15px 0;
}
.text-container .titulo-noticia-index {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.text-container .texto-noticia-index {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.container-img{
  position: relative;
}

.noticia-index {
	margin-bottom: 20px;
}
@media (max-width: 992px) {
	.noticia-index {
		height: auto;
	}
}

@media (max-width:767px){
	.navbar-nav>li{
		padding-bottom:10px;
		background:#FFF;
		z-index:999;
	}
	.menu{
		width: 100%;
	}
	.texto-banner{
		width: 90% !important;
	}
	.titulo{
		font-size: 16px !important;
		line-height: 18px !important;
	}
	.banner-noticia{
		width: 100%;
		height: 275px !important;
		position: relative;
	}
	.responsavel{
		text-align: center;
		margin-bottom: 10px;
	}
}
@media(min-width:768px){
	.navbar-nav>li{
		white-space:nowrap;
	}
}
@media (max-width: 992px) {
	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}

	.collapse.in{
		display:block !important;
	}
	.navbar-nav{
		z-index:99;
		display:inherit !important;
		width:100%;
		background:#FFF;

	}
	.navbar-nav>li{
		float:none;
	}
}


#input-search{
	background: #EDEDED;
	border:none;
	border-radius: 30px;
	width: 80%;
	margin-left: 19%;
	padding: 10px 20px;
	padding-right: 55px;
	line-height: 30px;
	color: #aaa;
}
#input-search:focus{
	outline: none
}

.searchError:focus{
	border: 1px solid rgba(255,0,0,0.4) !important;
}

#search-button{
	width: 50px;
	height: 50px;
	position: absolute;
	border: none;
	right: 20px;
	cursor: pointer;
	background: url('../images/search-icon.png') center no-repeat;
	background-size: 60%;
	z-index: 999;
}
.barra-menu{
	width: 100%;
	background: #DDD;
}
.menu{
	float: left;
	color: #000;
	padding: 8px 2.55%;
	cursor: pointer;

	-webkit-transition: all .25s linear;
	   -moz-transition: all .25s linear;
	    -ms-transition: all .25s linear;
	     -o-transition: all .25s linear;
	        transition: all .25s linear;
}

.menu:hover, .container-menu .active{
	color: var(--corPrincipal);
	border-bottom: 3px solid var(--corPrincipal);
	padding-bottom: 5px;
}
.submenu{
	width: 100%;
	background: #FFF;
	border: 1px solid #c1c1c1;
	border-top: none;
	position: absolute;
	z-index: 99;
	display: none;	
	cursor: default;
	margin-top: 8px;
	margin-left: -2.55%;
	min-width:163px;
	width: auto;
}

@media (max-width: 1200px) {
	.menu{
		padding: 12px 1.6%;
	}
	.submenu{
		margin-left: -1.8%;
	}
}

.menuGeral:hover > .submenu {
	display: block;
}

.breadcrumb{
	background: none;
	padding: 0;
	margin: 0;
}

.submenu .linkHover:hover{
	font-weight: 600
}

.banner-noticia{
	width: 100%;
	height: 400px;
	position: relative;
}
.texto-banner{
	border-left: 6px solid #FFF;
	position: absolute;
	bottom: 0;
	padding-left: 25px;
	color: #FFF;
	width: 40%;
}
.texto-banner > .titulo{
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 10px;
}
.texto-banner > .descricao{
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
	margin-bottom: 15px;
}
.texto-banner > .vejamais{
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 20px;
	margin-top:20px;
}
.carousel-control{
	width: 5%;
}

.btn-vejamaisnoticias{
	width: 100%;
	padding: 10px;
	background: #f2f2f2;
	color: var(--corCinza);
	border: none;
}

.icone{
	cursor: pointer;
	padding-top: 35px;
	padding-bottom: 35px;
}
.icone:hover{
	-webkit-box-shadow: 0 0 4px 0.2px rgba(0,0,0,0.3);
	box-shadow: 0 0 4px 0.2px rgba(0,0,0,0.3);
}
.row-icones .icon{
	color: #cccccc;
}
.row-icones .titulo-icone{
	color: #777777;
	margin-top: 10px;
	font-size: 20px;
}
.degrade{
	width: 100%;
	height: 350px;
	bottom: 0;
	position: absolute;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 27%, rgba(0,0,0,0.8) 100%); 
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 27%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 27%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}

.banner-lateral{
	margin-bottom: 20px;
}

.acesso-rapido-lateral{
	color: #9e9e9e;
	font-size: 16px;
	padding: 3px;

	white-space:nowrap;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
}

.acesso-rapido-lateral img{
	margin-right: 3px;
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}

.acesso-rapido-lateral:hover{
	color: #777777;
}
.acesso-rapido-lateral:hover img{
	-ms-transform: scale(1.1, 1.1); /* IE 9 */
    -webkit-transform: scale(1.1, 1.1); /* Safari */
    transform: scale(1.1, 1.1);
}




#formContato .form-control{
	border-radius: 0;
	padding: 10px;
	height: auto;

	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}

#formContato .form-control:focus{
	border: 1px solid var(--corPrincipal);
}

.btn-enviar{
	width: 100%;
	padding: 7px;
	background: none;
	border: 1px solid var(--corPrincipal);
	color:  var(--corPrincipal);
	font-size: 18px;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}

.btn-enviar:hover{
	background: var(--corPrincipal);
	color: #FFF;
}