
body,html {
    margin:0;
    padding:0;
    overflow-x:hidden;
}

.relativo{
    position:relative;
}

.centro{
    margin:0 auto;
    text-align:center;
}

.direita{
    float:right;
}

.esquerda{
    float:left;
}

/* NO PADDING */

.nop-1{
	padding-top:0!important;
}

.nop-2{
	padding-right:0!important;
}

.nop-3{
	padding-bottom:0!important;
}

.nop-4{
	padding-left:0!important;
}

/* NO MARGIN */

.nom-1{
	margin-top:0!important;
}

.nom-2{
	margin-right:0!important;
}

.nom-3{
	margin-bottom:0!important;
}

.nom-4{
	margin-left:0!important;
}


/* CORES */

.cor-0{
	background-color:#c0c0c0;
}


.cor-1{
	background-color:#1FA153;
}

.cor-2{
	background-color:#2980B9;
}

.cor-3{
	background-color:#8E44AD;
}

.cor-4{
	background-color:#16A085;
}

.cor-5{
	background-color:#F39C12;
}

.cor-6{
	background-color:#C0392B;
}

.cor-7{
	background-color:#AB6E0E;
}

.cor-1-g{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 50%,#0072bc 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 50%,#0072bc 100%);
}

.cor-2-g{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 50%,#2980B9 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 50%,#2980B9 100%);
}

.cor-3-g{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 50%,#8E44AD 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 50%,#8E44AD 100%);
}

.cor-4-g{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 50%,#16A085 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 50%,#16A085 100%);
}

.cor-5-g{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 50%,#F39C12 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 50%,#F39C12 100%);
}

.cor-6-g{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 50%,#C0392B 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 50%,#C0392B 100%);
}



/* TOPO */


.topo{
    width:100%;
	position:relative;
	background:url(../imagens/bg-topo.jpg) no-repeat center center;
	border-bottom:1px solid #1C914B;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.logo{
    text-align:center;
}

.logo img{
	padding:30px 0;
    max-width:70%;
	cursor:pointer;
	z-index:99;
}

.pesquisa-geral{
	border-top:1px solid #1C914B;
	border-bottom:3px solid #1C914B;
	width:100%;
	background:#f0f0f0;
	overflow:hidden;
	padding:20px 0;	
	font-size:16px;
}

.pesquisa-geral .col-md-1{
	margin-bottom:0!important;
	padding-bottom:0!important;
	padding-right:0!important;
}

.pesquisa-geral .col-md-2{
	margin-bottom:0!important;
	padding-bottom:0!important;
	padding-right:0!important;
}

.pesquisa-geral .col-md-3{
	margin-bottom:0!important;
	padding-bottom:0!important;
	padding-right:0!important;
}

.pesquisa-geral .col-md-4{
	margin-bottom:0!important;
	padding-bottom:0!important;
	padding-right:0!important;
}

.pesquisa-geral input{
	width:100%;
	background:#fff;
	border:1px solid #c0c0c0;
	padding:10px;
	color:#707070;
	font-size:16px;
}

::-webkit-input-placeholder {
   	color:#1C914B;
}

:-moz-placeholder {
   color:#1C914B;
}

.pesquisa-geral select{
	width:100%;
	background:#fff;
	border:1px solid #c0c0c0;
	padding:10px;
	color:#707070;
	font-size:16px;
}

.pesquisa-geral button{
	background:#1C914B!important;
	color:#fff!important;
	font-size:32px!important;
	padding:5px 15px!important;
	border:none!important;
}

.pesquisa{
	display:none;
	width:380px;
	overflow:hidden;
	position:absolute;
	top:50%;
	margin-top:-25px;
	right:15px;
	z-index:9998;
	font-family: 'Roboto Condensed', sans-serif;
}

/*
.sb-search {
	position: relative;
	width: 0%;
	min-width: 50px;
	height: 50px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid #CCC;
	outline: none;
	background: #fff;
	width: 380px;
	height: 50px;
	margin: 0;
	z-index: 10;
	padding: 20px 65px 20px 20px;
	font-family: inherit;
	font-size: 20px;
	color: #333;
}

.sb-search-input::-webkit-input-placeholder {
	color: #ccc;
}

.sb-search-input:-moz-placeholder {
	color: #ccc;
}

.sb-search-input::-moz-placeholder {
	color: #ccc;
}

.sb-search-input:-ms-input-placeholder {
	color: #ccc;
}

.sb-icon-search,
.sb-search-submit  {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

.sb-search span{
	font-size:30px!important;
	line-height:50px;
}

.sb-search-submit {
	background: #fff; / IE needs this /
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; / IE 8 /
    filter: alpha(opacity=0); / IE 5-7 /
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #1C914B;
	background: #ffffff;
	z-index: 90;
	font-size: 22px;
}
/ Open state /
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #f0f0f0;
	color: #1C914B;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
*/


/* MENU */

.menu-ham{
	position:absolute;
	top:50%;
	margin-top:-15px;
	left:15px;
	z-index:9999;
	width: 300px;
}

.menu-ham .nome{
	position:absolute;
	left:50px;
	top:0px;
	font-size:20px;
	color:#808080;
	z-index:0;
}

.hamburguer {
    width: 40px;
    height: 30px;
    display: block;
    position: relative;
    background: none;
    margin: 0 0 10px 0;
}
.hamburguer:after, .hamburguer:before, .hamburguer span, .hamburguer label {
    content: ' ';
    display: block;
    width: 100%;
    height: 5px;
    background:#1C914B;
    left: 0;
    position: absolute;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	border-radius:6px;
}
.hamburguer:before {
    top: 0;
}
.hamburguer:after {
    bottom: 0;
}
.hamburguer:focus {
    outline: none;
}
.hamburguer label {
    width: 100%;
    height: 100%;
    background: none;
    cursor: pointer;
    z-index: 1000;
}
.hamburguer span {
    top: 12px;
	}

#change-hamburguer {
    display: none;
}
#change-hamburguer:checked ~ .hamburguer:before, #change-hamburguer:checked ~ .hamburguer:after {
    top: 20px;
    margin-top: -10%;
}
#change-hamburguer:checked ~ .hamburguer:before {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#change-hamburguer:checked ~ .hamburguer:after {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#change-hamburguer:checked ~ .hamburguer span {
    opacity: 0;
}
#change-hamburguer:checked ~ .menu {
    max-height: 100%;
}

.menu {
    max-height: 0;
    height: auto;
    background: #1C914B;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    overflow: hidden;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.menu a {
    text-decoration: none;
    color: #fff;
    padding: 10px 15px;
    display: block;
    text-transform: uppercase;
    border-left: 5px solid #606060;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}
.menu a:hover {
    border-left: 5px solid #1C914B;
    color: #ffffff;
    background: #606060;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.menu a:visited{
    text-decoration: none;
    color: #fff;
    padding: 10px 15px;
    display: block;
    text-transform: uppercase;
    border-left: 5px solid #606060;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

/* FOOTER */

.footer{
	padding:45px 0 30px 0;
	width:100%;
	overflow:hidden;
	border-top:5px solid #1C914B;
	background:#606060;
}

.footer .box{
	margin:30px 0;
	overflow:hidden;
}

.footer .box span.titulo{
	background:bottom left no-repeat;
	font-size:18px;
	color:#ffffff;
	padding-bottom:15px;
	margin-bottom:30px;
	display:block;
	font-weight:bold;
}

.footer .box p.texto{
	color:#ffffff;
	font-size:16px;
}

.footer .box p.texto span{
	display:block;
}

.footer .box p.texto span a{
	color:#ffffff;
}

.footer .box p.texto span a:hover{
	color:#1C914B;
}

.footer .box span.icone{
	margin:0px 0 30px 0;
	width:50px;
	height:50px;
	background:center center no-repeat;
	padding-bottom:15px;
	display:block;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size:contain;
}

.footer .bg-map{
	background:url(../imagens/bg-map.png) left top 80px no-repeat;
	-webkit-background-size: 360px;
    -moz-background-size: 360px;
    -o-background-size: 360px;
    background-size: 360px;
}

.footer .col-md-7, .col-md-5{
	margin:0!important;
	padding:0!important;
}

.fb-page, .fb-page span, .fb-page span iframe[style] {
	width: 100% !important;
}


/* COPY */

.copy{
    background:#1C914B;
    padding:30px 0;
    text-align:center;
    font-size:13px;
    color:#ffffff;
}

.copy a{
	color:#ffffff;
}

.copy a:hover{
	text-decoration:underline;
	color:#ffffff;
}


/* CONTEUDO */

.conteudo{
	padding:60px 0;
	overflow:hidden;
}

/* NOTÍCIA INDEX */

.noticias-i{
	overflow:hidden;
	padding-bottom:30px;
}

.noticias-i .col-md-9{
	margin:0!important;
	padding:0!important;
}

.noticias-i .foto-m{
	position:relative;
	width:100%;
	height:340px;
	margin-bottom:15px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.noticias-i .foto-m .legenda{
	padding:15px 15px 30px 15px;
	font-size:20px;
	line-height:20px;
	font-weight:none;
	color:#ffffff;
	position:absolute;
	bottom:0;
	text-align:center;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.noticias-i .foto-m:hover .legenda{
	padding:15px 15px 45px 15px;
	font-size:20px;
	line-height:20px;
	font-weight:none;
	color:#ffffff;
	position:absolute;
	bottom:0;
	text-align:center;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.noticias-i .foto-g{
	position:relative;
	width:100%;
	height:500px;
	margin-bottom:15px;
	overflow:hidden;
	background:center top no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.noticias-i .foto-g .legenda{
	padding:15px 15px 30px 15px;
	font-size:20px;
	line-height:20px;
	font-weight:none;
	color:#ffffff;
	position:absolute;
	bottom:0;
	text-align:center;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.noticias-i .foto-g:hover .legenda{
	padding:15px 15px 45px 15px;
	font-size:20px;
	line-height:20px;
	font-weight:none;
	color:#ffffff;
	position:absolute;
	bottom:0;
	text-align:center;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.noticias-i .foto-g-sec{
	position:relative;
	width:100%;
	height:580px;
	margin-bottom:15px;
	overflow:hidden;
	background:center top no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.noticias-i .foto{
	position:relative;
	width:100%;
	height:240px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.noticias-i .foto .legenda{
	padding:15px;
	font-size:18px;
	line-height:18px;
	font-weight:none;
	color:#ffffff;
	position:absolute;
	bottom:0;
	text-align:center;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.noticias-i .foto:hover .legenda{
	padding:15px 15px 30px 15px;
	font-size:18px;
	line-height:18px;
	font-weight:none;
	color:#ffffff;
	position:absolute;
	bottom:0;
	text-align:center;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.noticias-i .foto:hover  .cor-1-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:240px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto:hover  .cor-2-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:240px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto:hover  .cor-3-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:240px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto:hover  .cor-4-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:240px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto:hover  .cor-5-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:240px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto:hover  .cor-6-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:240px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto-m:hover  .cor-1-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:340px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto-m:hover  .cor-2-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:340px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto-m:hover  .cor-3-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:340px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto-m:hover  .cor-4-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:340px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto-m:hover  .cor-5-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:340px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto-m:hover  .cor-6-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:340px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .titulo{
	font-size:28px;
	color:#1C914B;
	padding:15px;
}

.noticias-i .owl-theme .owl-controls{
	position:absolute;
	top:15px;
	right:15px;
}

.noticias-i .owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 5px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #ffffff;
}

.noticias-i .item{
	margin:0;
	padding:0;
	max-height:341px;
	overflow:hidden;
}

.noticias-i .titulo i{
	font-size:25px;
	color:#1C914B;
	background:;
}

.noticias-i .menu-info{
	overflow:hidden;
	margin-bottom:8px;
}

.noticias-i .menu-info .box a{
	color:#ffffff;
}

.noticias-i .menu-info .box{
	width:100%;
	color:#ffffff;
	font-size:16px;
	overflow:hidden;
	display:inline-block;
	height:30px;
	margin-bottom:3px;
	position: relative;
    transition:color 0.25s ease;
	background-color:none;
}

.noticias-i .menu-info .box i{
	background:rgba(0,0,0,0.1);
	padding:5px;
	font-size:20px;
	margin-right:5px;
}

.noticias-i .menu-info .box::before{
    position: absolute;
    content: '';
    top:0;
    left: 0;
    width: 0;
    height: 100%;
    background-color:rgba(0,0,0,0.1);
    transform-origin:left;
    transition:width 0.25s ease;
    z-index:0;
}

.noticias-i .menu-info .box:hover::before {
    width: 100%;
	cursor:pointer;
}

/* NOTÍCIA BENNERS */

.banner{
	display:block;
	overflow:hidden;
	width:100%;
}

#banners .item{
	width:100%;
	height:120px;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 180px;
}


/* TEMPO */

.tempo{
	overflow:hidden;
	margin-top:-31px;
	background:#f0f0f0;
	height:205px;
	padding-top:30px;
}

.tempo .box{
	overflow:hidden;
	height:150px;
}

.tempo .box .wid{
	margin-top:-30px;
	overflow:hidden;
	width:100%;
}


/* EVENTOS */

.eventos{
	width:100%;
	overflow:hidden;
	background:url(../imagens/eventos.jpg) fixed no-repeat 50% 50%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.eventos .transparent{
	background-color:rgba(28,145,75, 0.9);
	height:100%;
	padding:0px 0 60px 0;
}

.eventos .titulo{
	text-align:center;
	font-size:28px;
	background-color:rgba(28,145,75, 0.9);
	color:#ffffff;
	margin-bottom:30px;
	padding:15px 0;
}


.eventos span.nome{
	font-size:36px;
	line-height:36px;
	color:#f0f0f0;
	display:block;
	padding:15px 0 15px 0;
}

.eventos span.data{
	font-size:18px;
	color:#ffff00!important;
	font-weight:bold;
	display:block;
}

.eventos p{
	font-size:16px;
	line-height:16px;
	color:#ffffff;
	padding:0 0 15px 0;
}

.events-content .fotos-evento{
	float:right;
	width:40px;
	height:30px;
	overflow:hidden;
}

.events-content .fotos-evento i{
	font-size:30px;
	color:#fff!important;
}


.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 0px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient( left , #1C914B, rgba(28, 145, 75, 0));
  background-image: linear-gradient(to right, #1C914B 30%, rgba(28, 145, 75, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient( right , #1C914B, rgba(28, 145, 75, 0));
  background-image: linear-gradient(to left, #1C914B 30%, rgba(28, 145, 75, 0));
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #ffffff;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #ffff00;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #ffff00;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #7b9d6f;
  border-color: #7b9d6f;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #ffff00;
  border-color: #ffff00;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #7b9d6f;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 6em auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  background:#ffffff;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background:url(../imagens/cd-arrow.svg) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
  color:#ffffff;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 2.6rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
  color:#ffffff;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: #ffffff;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 7rem;
  }
  .cd-horizontal-timeline .events-content em {
    font-size: 2rem;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 1.8rem;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}



/* TURISMO */

.turismo{
	width:100%;
	padding:30px 0 60px 0;
	background:#f0f0f0;
}

.turismo .titulo{
	font-weight:bold;
	text-align:center;
	font-size:30px;
	color:#606060;
	padding:60px 15px;
}

.turismo .titulo span{
	color:#1C914B;
}

.turismo .foto-m{
	position:relative;
	width:100%;
	height:540px;
	margin-bottom:15px;
	overflow:hidden;
	background:center top no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.turismo .foto-m .legenda{
	padding:15px 15px 30px 15px;
	font-size:22px;
	line-height:22px;
	font-weight:bold;
	color:#ffffff;
	position:absolute;
	width:100%;
	top:480px;
	text-align:center;
	transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
}

.turismo .foto-m .legenda p{
	font-weight:normal!important;
	padding:0px 15px 15px 15px;
	font-size:15px;
	line-height:18px;
	color:#ffffff;
	text-align:justify;
}

.turismo .foto-m:hover .legenda{
	padding:15px 15px 45px 15px;
	font-size:22px;
	line-height:22px;
	font-weight:bold;
	color:#ffffff;
	position:absolute;
	top:60px;
	text-align:center;
	transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -webkit-transition: all 1.0s ease-in-out;
}

.turismo .foto-m:hover  .cor-1-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:540px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.turismo .foto-m:hover  .cor-2-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:540px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.turismo .foto-m:hover  .cor-3-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:540px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.turismo .foto-m:hover  .cor-4-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:540px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.turismo .foto-m:hover  .cor-5-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:540px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.turismo .foto-m:hover  .cor-6-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:540px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.turismo .owl-page span{
	background:#1C914B!important;
}

.turismo .foto-m .fotos{
	position:absolute;
	bottom:-45px;
	right:15px;
	display:block;
	transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
}

.turismo .foto-m:hover .fotos{
	bottom:15px;
	transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -webkit-transition: all 1.5s ease-in-out;
}

.turismo .fotos i{
	color:#ffffff;
	font-size:30px;
}

.turismo .fotos i:hover{
	color:#1C914B;
}



/* ---------------------------- INTERNAS ------------------------------ */

.fachada{
	width:100%;
	height:140px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.titulo-int{
	background-color:rgba(28,145,75, 0.9);
	padding:15px 0;
}

.titulo-int .container{
	position:relative;
}

.titulo-int i{
	background-color:rgba(28,145,75, 1);
	color:#fff;
	font-size:30px;
	position:absolute;
	bottom:-70px;
	right:0;
	text-align:center;
	margin:0 auto;
	padding:15px;
}

.titulo-int span{
	display:block;
	text-align:center;
	font-size:24px;
	color:#ffffff;
}

.titulo-int .breadcrumb{
	margin-bottom:0!important;
	padding: 8px 15px;
    list-style: none;
    background-color: transparent!important;
    border-radius: 0px!important;
	font-size:14px;
	text-transform:uppercase;
}

.titulo-int .breadcrumb li.active{
	color:#d0d0d0!important;
}
.titulo-int .breadcrumb li a{
	color:#ffffff!important;
}
.titulo-int .breadcrumb li a:hover{
	color:#ffff00!important;
}



/* ARROIO DO MEIO */

.arroiodomeio{
	margin-bottom:60px;
}


.arroiodomeio .textos .foto{
	position:relative;
	width:100%;
	height:400px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.arroiodomeio .textos .foto span{
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:rgba(0,0,0,0.5)!important;
	color:#ffffff;
	text-align:center;
	font-size:18px;
	padding:15px 0;
}

.arroiodomeio .textos{
	color:#333333;
}

.arroiodomeio .textos span{
	background: bottom left no-repeat url(../imagens/icone-5.png);
    font-size: 24px;
    color:#1C914B;
    padding-bottom: 15px;
    margin-bottom: 30px;
	display:block;
	text-transform:uppercase;
}

.arroiodomeio .textos p{
	font-size:16px;
	line-height:24px;
	margin-bottom: 60px;
}

.arroiodomeio .textos .box{
	font-size:24px;
	line-height:30px;
	font-style:italic;
	height:400px;
	display:table-cell;
	vertical-align:middle;
}

.arroiodomeio .textos .owl-page span{
	background:#333333!important;
}

.mapa{
	background: transparent;
    position: relative;
    width: 100%;
    height: 600px;
    top: 600px;
    margin-top: -600px;
}

/* Notícias */

.noticias span.titulo{
	background: bottom left no-repeat url(../imagens/icone-5.png);
    font-size: 30px;
	line-height: 30px;
    color:#1C914B;
    padding-bottom: 15px;
    margin-bottom: 30px;
	display:block;
	text-transform:uppercase;
}

.noticias #capa{
	margin-bottom:0;
}

.noticias .item{
	margin:0;
	padding:0;
	max-height:500px;
	overflow:hidden;
}

.noticias .owl-theme .owl-controls{
	position:absolute;
	top:30px;
	right:15px;
}

.noticias .secnot{
	width:100%;
	overflow:hidden;
}

.noticias .secnot span a{
	display:block;
	width:100%;
	padding:10px 0 10px 30px;
	font-size:16px;
	color:#333333;
	background:#f5f5f5;
	margin-bottom:5px;
}

.noticias .secnot span a.um{
	background:#e0e0e0;
}

.noticias .secnot span a.dois{
	background:#ebebeb;
}

.noticias .secnot span a.tres{
	background:#efefef;
}

.noticias .secnot span a:hover{
	cursor:pointer;
	background:#d0d0d0;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.noticias .secnot span i{
	padding-right:15px;
}

.noticias .box{
	width:100%;
	display:block;
	position:relative;
	overflow:hidden;
	margin-bottom:30px;
	border-bottom:1px solid #f0f0f0;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.noticias .box:hover{
	border-bottom:1px solid #1C914B;
	background:#f0f0f0;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.noticias .box i{
	position:absolute;
	bottom:-30px;
	right:30px;
	color:#1C914B;
	font-size:24px;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.noticias .box:hover i{
	cursor:pointer;
	position:absolute;
	bottom:15px;
	right:30px;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.noticias .foto{
	width:100%;
	height:160px;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.noticias .infos .sec{
	margin-top:15px;
	float:left;
	width:40%;
	padding:5px 15px;
	color:#ffffff;
	font-size:16px;
}

.noticias .infos .data{
	margin-top:15px;
	padding:5px 15px;
	width:40%;
	float:right;
	color:#808080;
	font-size:14px;
}

.noticias .infos span{
	width:100%!important;
	display:block;
	color:#333333;
	font-size:24px;
	line-height:26px;
	overflow:hidden;
	padding-top:15px;
}

.noticias .curtas{
	margin-top:60px;
	overflow:hidden;
}

.noticias .curtas span b{
	display:block;
	font-size:14px;
}

.noticias .curtas span a{
	color:#333333;
	display:block;
	font-size:14px;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px dashed #c0c0c0;
}

.noticias .curtas span a:hover{
	text-decoration:underline;
}


/* NOTÍCIA */

.noticia{
	overflow:hidden;
	margin-bottom:30px;
}

.noticia .foto{
	width:100%;
	height:440px;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.noticia span{
	color:#333333;
	font-size:34px!important;
	line-height:35px!important;
	overflow:hidden;
	padding-top:30px;
	padding-bottom:30px;
	font-weight:bold;
}

.noticia p{
	color:#333333;
	font-size:18px;

}

.noticia span.creditos{
	display:block;
	font-size:16px!important;
	color:#808080;
	font-weight:normal!important;
	padding-top:15px;
	padding-bottom:15px;
	margin-top:30px;
	overflow:hidden;
	border-top:1px dashed #808080;
}


/* CONTATO */

.contato .titulo{
	background: bottom left no-repeat url(../imagens/icone-5.png);
    font-size: 24px;
    color:#1C914B;
    padding-bottom: 15px;
    margin-bottom: 30px;
	display:block;
	text-transform:uppercase;
}

.contato .icones{
	overflow:hidden;
	width:100%;
	text-align:center;
}

.contato .icones i{
	margin-top:30px;
	font-size:50px;
	color:#1C914B;
	border:1px solid #1C914B;
	padding:15px 45px;
	margin-bottom:30px;
}

.contato .icones span{
	display:block;
	color:#333333;
	font-size:16px;
}

.contato .formulario{
	margin:30px 0 60px 0;
	overflow:hidden;
}

.contato select{
	margin:10px 0;
	width:100%;
	padding:15px;
	border:1px solid #c0c0c0;
	font-size:16px;
	color:#333333;
}

.contato input{
	margin:10px 0;
	width:100%;
	padding:15px;
	border:1px solid #c0c0c0;
	font-size:16px;
	color:#333333;
}

.contato textarea{
	margin:10px 0;
	width:100%;
	height:200px;
	padding:15px;
	border:1px solid #c0c0c0;
	font-size:16px;
	color:#333333;
}

.contato button{
	margin:10px 0;
	width:100%;
	padding:15px;
	border:1px solid #c0c0c0;
	font-size:16px;
	color:#333333;
	background:#c0c0c0;
}

.contato button:hover{
	background:#1C914B;
	color:#ffffff;
}

.contato .formulario span{
	width:100%;
	text-align:center;
	display:block;
	color:#333333;
	font-size:24px;
	padding-bottom:30px;
	font-weight:bold;
}

.contato .formulario span b{
	color:#1C914B;
}


/* SECRETARIAS */

.secretaria span{
	display:block;
	color:#333333;
	font-size:24px;
	padding-bottom:30px;
}

.secretaria p{
	color:#333333;
	font-size:18px;
}

.sec_foto{
	height:440px;
	width:100%;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* PUBLICAÇÕES */

.publicacoes .ano{
	margin-bottom:30px;
	width:100%;
	text-align:center;
	background:#f0f0f0;
	color:#333333;
	padding:15px 0;
	font-size:18px;
}

.publicacoes .ano:hover{
	color:#1C914B;
}

.publicacoes .box{
	width:100%;
	display:block;
	position:relative;
	overflow:hidden;
	margin-bottom:30px;
	border-bottom:1px solid #f0f0f0;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}


.publicacoes .box:hover{
	border-bottom:1px solid #1C914B;
	background:#f0f0f0;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.publicacoes .box #um{
	position:absolute;
	bottom:-60px;
	right:30px;
	color:#1C914B;
	font-size:30px!important;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.publicacoes .box:hover #um{
	cursor:pointer;
	position:absolute;
	bottom:15px;
	right:30px;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.publicacoes .arquivo{
	width:100%;
	padding:30px;
	font-size:40px;
	color:#ffffff;
	text-align:center;
	display:block;
}

.publicacoes .infos .data{
	border-bottom:1px dashed #808080;
	margin-top:15px;
	width:40%;
	float:left;
	color:#808080;
	font-size:14px;
}

.publicacoes .infos span{
	width:100%!important;
	display:block;
	color:#333333;
	font-size:18px;
	overflow:hidden;
	padding-top:15px;
	padding-right:100px;
}

.publicacoes .box .lista-arquivos{
	width:100%;
	overflow:hidden;
	padding:30px 0 60px 0;
}

.publicacoes .box .arquivos a{
	font-size:18px;
	color:#333333;
	display:block;
	border-bottom:1px solid #c0c0c0;
	padding:5px 15px;
	margin-bottom:5px;
}

.publicacoes .box .arquivos i{
	color:#1C914B;
	float:right;
}

.publicacoes .secnot{
	width:100%;
	overflow:hidden;
}

.publicacoes .secnot span a{
	display:block;
	width:100%;
	padding:10px 0 10px 30px;
	font-size:16px;
	color:#333333;
	background:#f0f0f0;
	margin-bottom:5px;
}

.publicacoes .secnot span a:hover{
	cursor:pointer;
	background:#d0d0d0;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.publicacoes .secnot span i{
	padding-right:15px;
}

.publicacoes span.titulo{
	background: bottom left no-repeat url(../imagens/icone-5.png);
    font-size: 24px;
    color:#1C914B;
    padding-bottom: 15px;
    margin-bottom: 30px;
	display:block;
	text-transform:uppercase;
}


/* ----------------------------------------------------------- */

.menu-right{
	z-index:999999;
	width:250px;
	height:820px;
	background:#ffffff;
	padding:8px;
	position:fixed;
	margin-top:-310px;
	top:50%;
	right:-252px;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.menu-right:hover{
	right:0px;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.menu-right .mostra{
	z-index:9999999;
	position:absolute;
	margin-top:-30px;
	top:50%;
	left:-55px;
	padding:10px;
	background:#1C914B;
	color:#ffffff;
	font-size:40px;
}



/* CULTURA */

.cultura{
	overflow:hidden;
	margin:60px 0;
}

.cultura .cartaz{
	width:100%;
	margin:0 0 30px 0;
	padding-bottom:30px;
	overflow:hidden;
	border-bottom:1px dashed #808080;
}

.cultura .cartaz .foto{
	float:left;
	height:440px;
	width:50%!important;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
}

.cultura .cartaz .legenda{
	float:left;
	max-height:440px;
	width:50%!important;
}

.cultura .cartaz p{
	margin:0 0 15px 0;
}

.cultura .cartaz span.nome{
	font-size:24px;
	font-weight:bold;
	color:#1C914B;
}

.cultura .cartaz span.periodo{
	color:#282828;
	font-size:18px;
}

.cultura .cartaz span.periodo b{
	display:block;
	color:#808080;
	font-size:18px;
}






/* ----------------------------------------------------------- */



@media screen and (max-width: 340px) {

.topo{
    width:100%;
	position:relative;
	background:url(../imagens/bg-topo.jpg) no-repeat center center;
	border-bottom:1px solid #1C914B;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.logo{
    text-align:right;
}

.logo img{
	padding:15px;
    max-width:80%;
	cursor:pointer;
	z-index:99;
}

.pesquisa{
	display:none!important;
}

.sb-search {
	position: relative;
	width: 0%;
	min-width: 50px;
	height: 50px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

/* MENU */

.menu-ham{
	position:absolute;
	top:50%;
	margin-top:-15px;
	left:15px;
	z-index:9999;
	width: 280px;
}

.menu-ham .nome{
	display:none;
}

.titulo-int span{
	display:block;
	text-align:left;
	font-size:24px;
	color:#ffffff;
}

.titulo-int .breadcrumb{
	margin-bottom:0!important;
	padding: 8px 15px 8px 0;
    list-style: none;
    background-color: transparent!important;
    border-radius: 0px!important;
	font-size:14px;
	text-transform:uppercase;
}

.noticias .col-md-8{
	padding:0!important;
}

.noticias .box .col-md-4{
	padding:0!important;
}

.noticias .box .foto{
	width:100%;
	height:200px;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.noticias .infos .sec{
	margin-top:0;
	text-align:center;
	width:100%;
	padding:5px;
	color:#ffffff;
	font-size:15px;
}

.noticias .infos .data{
	display:block;
	margin-top:5px;
	padding:5px;
	width:100%;
	text-align:center;
	color:#808080;
	font-size:14px;
}

.noticias .infos span{
	width:100%!important;
	display:block;
	color:#333333;
	font-size:18px;
	line-height:20px;
	overflow:hidden;
	padding:5px 30px 45px 15px;
}

.noticias-i .foto{
	position:relative;
	width:100%;
	height:240px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.noticias-i .foto-g-sec{
	position:relative;
	width:100%;
	height:580px;
	margin-bottom:15px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.noticias-i .foto-g{
	position:relative;
	width:100%;
	height:280px;
	margin-bottom:5px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.noticias-i .foto-g .legenda {
    padding: 15px 15px 30px 15px;
    font-size: 18px;
    line-height: 18px;
    font-weight: none;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    text-align: center;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.noticias-i .foto-g:hover .legenda{
	padding:15px 15px 45px 15px;
	font-size:18px;
	line-height:18px;
	font-weight:none;
	color:#ffffff;
	position:absolute;
	bottom:0;
	text-align:center;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.noticias-i .foto-m{
	position:relative;
	width:100%;
	height:340px;
	margin-bottom:15px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.noticias-i .foto:hover  .cor-1-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:240px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto:hover  .cor-2-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:240px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto:hover  .cor-3-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:240px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto:hover  .cor-4-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:240px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto:hover  .cor-5-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:240px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto:hover  .cor-6-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:240px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto-m:hover  .cor-1-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:340px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto-m:hover  .cor-2-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:340px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto-m:hover  .cor-3-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:340px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto-m:hover  .cor-4-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:340px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto-m:hover  .cor-5-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:340px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto-m:hover  .cor-6-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:340px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

/* NOTÍCIA */

.noticia{
	overflow:hidden;
	margin-bottom:30px;
}

.noticia .infos{
	padding-top:0;
}


.noticia .foto{
	width:100%;
	height:240px;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.noticia span{
	color:#333333;
	font-size:24px!important;
	line-height:25px!important;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
}

.noticia p{
	color:#333333;
	font-size:16px;

}

.noticia span.creditos{
	display:block;
	font-size:16px!important;
	color:#808080;
	font-weight:normal!important;
	padding-top:15px;
	padding-bottom:15px;
	margin-top:30px;
	overflow:hidden;
	border-top:1px dashed #808080;
}

}

@media screen and (min-width: 341px) and (max-width: 480px) {

.topo{
    width:100%;
	position:relative;
	background:url(../imagens/bg-topo.jpg) no-repeat center center;
	border-bottom:1px solid #1C914B;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.logo{
    text-align:right;
}

.logo img{
	padding:15px;
    max-width:80%;
	cursor:pointer;
	z-index:99;
}

.pesquisa{
	display:none!important;
}

.sb-search {
	position: relative;
	width: 0%;
	min-width: 50px;
	height: 50px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

/* MENU */

.menu-ham{
	position:absolute;
	top:50%;
	margin-top:-15px;
	left:15px;
	z-index:9999;
	width: 280px;
}

.menu-ham .nome{
	display:none;
}

.titulo-int span{
	display:block;
	text-align:left;
	font-size:24px;
	color:#ffffff;
}

.titulo-int .breadcrumb{
	margin-bottom:0!important;
	padding: 8px 15px 8px 0;
    list-style: none;
    background-color: transparent!important;
    border-radius: 0px!important;
	font-size:14px;
	text-transform:uppercase;
}

.noticias .col-md-8{
	padding:0!important;
}

.noticias .box .col-md-4{
	padding:0!important;
}

.noticias .box .foto{
	width:100%;
	height:200px;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.noticias .infos .sec{
	margin-top:0;
	text-align:center;
	width:100%;
	padding:5px;
	color:#ffffff;
	font-size:15px;
}

.noticias .infos .data{
	display:block;
	margin-top:5px;
	padding:5px;
	width:100%;
	text-align:center;
	color:#808080;
	font-size:14px;
}

.noticias .infos span{
	width:100%!important;
	display:block;
	color:#333333;
	font-size:18px;
	line-height:20px;
	overflow:hidden;
	padding:5px 30px 45px 15px;
}

.noticias-i .foto{
	position:relative;
	width:100%;
	height:240px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.noticias-i .foto-g-sec{
	position:relative;
	width:100%;
	height:580px;
	margin-bottom:15px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.noticias-i .foto-g{
	position:relative;
	width:100%;
	height:280px;
	margin-bottom:5px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.noticias-i .foto-g .legenda {
    padding: 15px 15px 30px 15px;
    font-size: 18px;
    line-height: 18px;
    font-weight: none;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    text-align: center;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.noticias-i .foto-g:hover .legenda{
	padding:15px 15px 45px 15px;
	font-size:18px;
	line-height:18px;
	font-weight:none;
	color:#ffffff;
	position:absolute;
	bottom:0;
	text-align:center;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.noticias-i .foto-m{
	position:relative;
	width:100%;
	height:340px;
	margin-bottom:15px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.noticias-i .foto:hover  .cor-1-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:240px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto:hover  .cor-2-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:240px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto:hover  .cor-3-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:240px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto:hover  .cor-4-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:240px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto:hover  .cor-5-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:240px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto:hover  .cor-6-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:240px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto-m:hover  .cor-1-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:340px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto-m:hover  .cor-2-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:340px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto-m:hover  .cor-3-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:340px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto-m:hover  .cor-4-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:340px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto-m:hover  .cor-5-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:340px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto-m:hover  .cor-6-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:340px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

/* NOTÍCIA */

.noticia{
	overflow:hidden;
	margin-bottom:30px;
}

.noticia .infos{
	padding-top:0;
}


.noticia .foto{
	width:100%;
	height:240px;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.noticia span{
	color:#333333;
	font-size:24px!important;
	line-height:25px!important;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
}

.noticia p{
	color:#333333;
	font-size:16px;

}

.noticia span.creditos{
	display:block;
	font-size:16px!important;
	color:#808080;
	font-weight:normal!important;
	padding-top:15px;
	padding-bottom:15px;
	margin-top:30px;
	overflow:hidden;
	border-top:1px dashed #808080;
}

}

@media screen and (min-width: 481px) and (max-width: 600px) {

.pesquisa{
	display:none!important;
}

.titulo-int span{
	display:block;
	text-align:left;
	font-size:24px;
	color:#ffffff;
}

.titulo-int .breadcrumb{
	margin-bottom:0!important;
	padding: 8px 15px 8px 0;
    list-style: none;
    background-color: transparent!important;
    border-radius: 0px!important;
	font-size:14px;
	text-transform:uppercase;
}

.noticias .col-md-8{
	padding:0!important;
}

.noticias .box .col-md-4{
	padding:0!important;
}

.noticias .box .foto{
	width:100%;
	height:200px;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.noticias .infos .sec{
	margin-top:0;
	text-align:center;
	width:100%;
	padding:5px;
	color:#ffffff;
	font-size:15px;
}

.noticias .infos .data{
	display:block;
	margin-top:5px;
	padding:5px;
	width:100%;
	text-align:center;
	color:#808080;
	font-size:14px;
}

.noticias .infos span{
	width:100%!important;
	display:block;
	color:#333333;
	font-size:18px;
	line-height:20px;
	overflow:hidden;
	padding:5px 30px 45px 15px;
}

.noticias-i .foto{
	position:relative;
	width:100%;
	height:240px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.noticias-i .foto-g-sec{
	position:relative;
	width:100%;
	height:580px;
	margin-bottom:15px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.noticias-i .foto-g{
	position:relative;
	width:100%;
	height:280px;
	margin-bottom:5px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.noticias-i .foto-g .legenda {
    padding: 15px 15px 30px 15px;
    font-size: 18px;
    line-height: 18px;
    font-weight: none;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    text-align: center;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.noticias-i .foto-g:hover .legenda{
	padding:15px 15px 45px 15px;
	font-size:18px;
	line-height:18px;
	font-weight:none;
	color:#ffffff;
	position:absolute;
	bottom:0;
	text-align:center;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.noticias-i .foto-m{
	position:relative;
	width:100%;
	height:340px;
	margin-bottom:15px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.noticias-i .foto:hover  .cor-1-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:240px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto:hover  .cor-2-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:240px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto:hover  .cor-3-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:240px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto:hover  .cor-4-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:240px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto:hover  .cor-5-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:240px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto:hover  .cor-6-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:240px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto-m:hover  .cor-1-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:340px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto-m:hover  .cor-2-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:340px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto-m:hover  .cor-3-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:340px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto-m:hover  .cor-4-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:340px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto-m:hover  .cor-5-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:340px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

.noticias-i .foto-m:hover  .cor-6-g{
	cursor:pointer;
	position:relative;
	width:100%;
	height:340px;
	overflow:hidden;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 100%);
}

/* NOTÍCIA */

.noticia{
	overflow:hidden;
	margin-bottom:30px;
}

.noticia .infos{
	padding-top:0;
}


.noticia .foto{
	width:100%;
	height:240px;
	background:center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.noticia span{
	color:#333333;
	font-size:24px!important;
	line-height:25px!important;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
}

.noticia p{
	color:#333333;
	font-size:16px;

}

.noticia span.creditos{
	display:block;
	font-size:16px!important;
	color:#808080;
	font-weight:normal!important;
	padding-top:15px;
	padding-bottom:15px;
	margin-top:30px;
	overflow:hidden;
	border-top:1px dashed #808080;
}

}

@media screen and (min-width: 601px) and (max-width: 740px) {



}

@media screen and (min-width: 741px) and (max-width: 990px) {



}

@media screen and (min-width: 991px) and (max-width: 1024px) {



}

@media screen and (min-width: 1170px) {



}