#g-top{
    position: absolute;
    width: 0;
    height: 0;
    top: -100%;
}

.off-menu_2856 dl dt, .off-menu_2856 dl.level1 dt, .off-menu_2858 dl dt, .off-menu_2858 dl.level1 dt{
    border-bottom: 1px solid rgb(158 175 147) !important;
}

.off-menu_2856 dl a, .off-menu_2856 dl a:link, .off-menu_2856 dl.level1 a, .off-menu_2856 dl.level1 a:link, .off-menu_2858 dl a, .off-menu_2858 dl a:link, .off-menu_2858 dl.level1 a, .off-menu_2858 dl.level1 a:link{
    font-size: 15px !important;
    color: #333 !important;
    font-family: 'rakeslyrg',sans-serif !important;
}

.off-menu_2856 dl dt.opened.parent, .off-menu_2856 dl.level1 dt.opened.parent, .off-menu_2856 dl dt.hover, .off-menu_2856 dl dt:hover, .off-menu_2856 dl.level1 dt.hover, .off-menu_2856 dl.level1 dt:hover, .off-menu_2858 dl dt.opened.parent, .off-menu_2858 dl.level1 dt.opened.parent, .off-menu_2858 dl dt.hover, .off-menu_2858 dl dt:hover, .off-menu_2858 dl.level1 dt.hover, .off-menu_2858 dl.level1 dt:hover {
    background-color: #486833 !important;
}

.off-menu_2856 dl dt.active, .off-menu_2856 dl.level1 dt.active, .off-menu_2858 dl dt.active, .off-menu_2858 dl.level1 dt.active{
    background-color: #486833 !important;
}

.off-menu_2856 dl dt.opened.parent a, .off-menu_2856 dl.level1 dt.opened.parent a, .off-menu_2856 dl dt.hover a, .off-menu_2856 dl dt:hover a, .off-menu_2856 dl.level1 dt.hover a, .off-menu_2856 dl.level1 dt:hover a, .off-menu_2858 dl dt.opened.parent a, .off-menu_2858 dl.level1 dt.opened.parent a, .off-menu_2858 dl dt.hover a, .off-menu_2858 dl dt:hover a, .off-menu_2858 dl.level1 dt.hover a, .off-menu_2858 dl.level1 dt:hover a{
    color: #fff !important;
}

.off-menu_2856 dl dt.active.parent a, .off-menu_2856 dl dt.active a, .off-menu_2856 dl.level1 dt.active.parent a, .off-menu_2856 dl.level1 dt.active a, .off-menu_2858 dl dt.active.parent a, .off-menu_2858 dl dt.active a, .off-menu_2858 dl.level1 dt.active.parent a, .off-menu_2858 dl.level1 dt.active a{
    color: #fff !important;
}

#off-menu_2856 .sm-level.level2, #off-menu_2858 .sm-level.level2{
    background: rgb(72 104 51 / 36%);
}

#iconsMenuMobile, .hideMenuMobile, .menuMobile{
    display:none;
}

#iconsMenuMobile button{
    background: transparent;
    outline: none;
}

#iconsMenuMobile svg{
    width: 40px;
    height: 40px;
}

#iconsMenuMobile svg path{
    fill: #486833;
    stroke: #486833;
}

#menuMobile{
    position: fixed;
    top: 90px;
    z-index: 99999;
    right: 0;
    height: 100%;
    background: #fff;
    display: none;
}

#menuMobile .g-content {
    margin: 0;
    padding: 0;
}

.sliderPrincipalNormal .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(72 104 51 / 0.3);
    z-index: 9;
    top: 0;
    left: 0;
}

.g-container {
    width: 100%;
}

#Instagram h2 {
    background: transparent;
    color: #486833;
    font-size: 80px !important;
    position: relative;
    text-transform: none !important;
    z-index: 1;
    text-align: center;
    padding-top: 100px !important;
    width: 100%;
    margin: 0 auto 30px auto;
    font-family: 'rakeslyrg',sans-serif;
}

#g-slideshow .hideImageNormal{
    visibility: hidden;
    position: absolute;
    z-index: -99;
}

.sliderPrincipalNormal{
    width:100%;
    margin: 0px auto;
    position:relative;
    overflow:hidden;
}

.sliderPrincipalMobile{
    display:none;
}

.sliderPrincipalNormal ul{
    margin:0 auto;
}

.sliderPrincipalNormal ul li{
    width:100%;
    list-style:none;
    position:absolute;
    z-index:1;
    height:100%;
    background-position:top center;
    background-size: cover;
    top:0;
    left:0;
    right:0;
}
 
.sliderPrincipalNormal #dots{
    position:absolute;
    left: auto;
    right: 50px;
    height:30px;
    z-index:9999;
    font-size:0;
    text-align:center;
    opacity:0.7;
}

.sliderPrincipalNormal #dots a{
    background: #486833;
    margin: 0 6px;
    width: 18px;
    height: 18px;
    box-shadow: 0 0 1px 0 #486833;
    border-radius: 100%;
    display: inline-block;
    cursor: pointer;
}

.sliderPrincipalNormal #dots a.active{background:#FFF; }

.sliderPrincipalNormal .arrow{
    position:absolute;
    top:50%;
    width:70px;
    height:100px;
    margin-top:-50px;
    background:#FFF;
    z-index:999;
    opacity:0.7;
    line-height:100px;
    color:#333;
    text-align:center;
    text-decoration:none;
}

.sliderPrincipalNormal .arrow.prev{left:0; }

.sliderPrincipalNormal .arrow.next {right:0; }

.sliderPrincipalNormal .arrow:active{
    background:#FAFAFA;
    opacity:1;
}

.sliderPrincipalNormal .info{
	position: absolute;
    width: 50%;
    left: 50%;
    text-align: left;
    padding: 0 50px;
    top: 100px;
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
	transition: all 1s ease-in;
	z-index: 99;
}

.sliderPrincipalNormal .info .tags{
    margin-top: 40px;
}

.sliderPrincipalNormal .info .tags span {
	background: #009ddc;
    padding: 5px 15px;
    margin: 0 20px 0 0;
    text-transform: uppercase;
    font-size: 14px;
}

.sliderPrincipalNormal .info .tags span a {
    color: white;
}

.sliderPrincipalNormal h2{
    font-size: 60px;
    color: white;
    margin: 100px 0 0 0;
    z-index: 1;
    position: relative;
    font-family: 'rakeslyrg',sans-serif;
}

.sliderPrincipalNormal h3{
    color: white;
    font-size: 35px;
    margin: 0.75rem 0 0 0;
    position: relative;
    text-transform: initial;
    font-family: 'rakeslyrg',sans-serif;
}

div.mod-languages ul {
    margin: 0 20px 0 0;
    padding: 0;
    list-style: none;
    height: 90px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

div.mod-languages img{
	width: 25px;
}

#g-navigation{
	position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

#BemVindo .botao{
    width: 200px;
    background: #486833;
    text-align: center;
    padding: 8px 0;
    margin: 0px auto;
    color: #fff;
    border: 1px solid #486833;
}

#BemVindo .botao:hover{
    background: #fff;
    color: #486833;
}

#g-expanded {
    background: transparent;
}

#g-expanded .g-container {
    width: 100%;
}

#menuMega .dj-megamenu-default li.dj-up {
    display: inline-block !important;
    float: none !important;
    margin: 0 auto !important;
}

.dj-megamenu-default li.dj-up {
    padding: 0 5px !important;
}

.dj-megamenu.slow .dj-subwrap {
    width: 200px !important;
}

#g-slideshow{
	background: white !important;
    z-index: 9 !important;
    position: relative !important;
}

/**/


/*Menu*/

.dj-megamenu-default li a.dj-up_a {
	font-weight: 500;
}

.dj-up.itemid101{
	display:none !important;
}

.dj-megamenu-default li ul.dj-submenu > li.parent > a .arrow{
	right: 0;
}

.dj-megamenu-default li a.dj-up_a {
    width: 100% !important;
	padding: 0 10px !important;
	text-align: center !important;
	height:40px;
	border-right: 0px solid #f2f2f2;
    border-left: 0px solid #f2f2f2;
	color: #333;
}

.dj-megamenu-default li:hover a.dj-up_a{
	color: #333;
}

.dj-megamenu-default li a.dj-up_a span{
	height: 40px;
	line-height: 40px;
}

.dj-megamenu-default li a.dj-up_a span.dj-drop{
	width: 100%;
	font-weight: 500;
	font-family: 'rakeslyrg',sans-serif;
}

.dj-subwrap-in{
	margin-bottom: 0px;
	margin-top: -2px;
}

.dj-megamenu-default {
    font-family: 'rakeslyrg',sans-serif;
    height: auto;
    background: white !important;
    margin-left: 0px !important;
    text-align: center;
    margin-top: 42px !important;
}

.dj-megamenu-default li a.dj-up_a{
	border-top: 1px solid transparent;
}

.dj-megamenu-default li.active a.dj-up_a, .dj-megamenu-default li:hover a.dj-up_a{
	background: transparent;
    border-top: 1px solid #486833;
}

.dj-megamenu-default li ul.dj-submenu > li > a.active{
	background: #f2f2f2;
}

.dj-megamenu-default li ul.dj-subtree > li{
	list-style: URL('imagens/1490909047_ChevronRigh.png');
}

.dj-megamenu-default li ul.dj-subtree > li:hover, .dj-megamenu-default li ul.dj-subtree > li.active{
	list-style: URL('imagens/Bola9.png');
}

.dj-megamenu-default li a.dj-up_a .arrow, .dj-megamenu-default li:hover a.dj-up_a .arrow, .dj-megamenu-default li.hover a.dj-up_a .arrow, .dj-megamenu-default li.active a.dj-up_a .arrow{
	top: 14px;
}

#menuMega {
    margin-top: 0px !important;
    text-align: center;
}

.dj-megamenu-default li ul.dj-submenu > li > a {
    color: #333;
    font-size: 13px;
	padding: 12px 10px;
    margin: 0;
    text-transform: initial;
	text-align: left;
	font-family: 'rakeslyrg',sans-serif;
}

.dj-megamenu-default li ul.dj-subtree > li > a, .dj-megamenu-default li ul.dj-subtree > li:hover > a{
	color: #333;
}

.dj-megamenu-default li:hover div.dj-subwrap, .dj-megamenu-default li.hover div.dj-subwrap{
	background: white;
	margin-top: 2px;
}

.dj-megamenu-default li ul.dj-submenu > li > a{
	border-bottom: 1px solid transparent;
}

.dj-megamenu-default li ul.dj-submenu > li > a:hover, .dj-megamenu-default li ul.dj-submenu > li > a.active, .dj-megamenu-default li ul.dj-submenu > li.hover:not(.subtree) > a {
    background: #e1e1e1;
	color: #333;
}

.dj-megamenu-default li ul.dj-subtree > li.active > a {
    text-decoration: none;
}

.dj-megamenu-default li ul.dj-subtree > li > a{
	font-size: 13px;
	padding: 0;
}

.dj-megamenu-default li ul.dj-submenu{
	margin: 0;
}

.dj-megamenu-default li ul.dj-submenu > li {
    border-top: 1px solid #333;
}

.ls-layers {
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(11, 11, 11, 0) 60%, rgba(3, 3, 3, 0.91) 100%) !important;
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(11, 11, 11, 0) 60%, rgba(3, 3, 3, 0.91) 100%) !important;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(11, 11, 11, 0) 60%, rgba(3, 3, 3, 0.91) 100%) !important;
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(11, 11, 11, 0) 60%, rgba(3, 3, 3, 0.91) 100%) !important;
}

#g-navigation .g-container {
    width: 100% !important;
}

#g-navigation {
    height: 90px !important;
    /* height:120px; */
	border-bottom: 1px solid #ddd;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #fff;
}

body::-webkit-scrollbar-thumb {
	background-color: #486833;
    outline: 1px solid #fff;
}

#MenuMobile{
	display: none;
}

/*_______________*/


#g-navigation .g-main-nav{
	margin-top: -10px;
	margin-bottom: -10px;
}

#g-navigation .g-logo img {
    position: relative;
    z-index: 9999;
    width: 134px;
    background: #fff;
    padding: 3px;
}

#g-slideshow .g-container {
    width: 100%;
}

#g-slideshow.fp-slideshow-blocks > .g-container {
    margin-top: 0;
}

#g-slideshow.fp-slideshow-blocks .g-content {
    margin: 0;
}

#g-slideshow{
	background:none;
}

#g-slideshow.fp-slideshow-blocks {
	padding-top: 0;
    margin-lefT: 0;
}

#g-offcanvas {
    background: #37474f;
    width: 17rem;
    color: #b6cc40;
}

#g-navigation .g-logo {
    margin: 0 0 0 20px !important;
    display: block;
    position: relative;
}

#g-navigation {
    border-top: 0px;
}

#g-navigation > .g-container {
    position: relative;
    margin: 0 auto;
}

#g-utility .g-overlay{
	padding:0rem 50px;
}

#g-feature{
	border-top: 0px solid #b6cc40;
	background:white;
}

#g-feature .g-container {
    width: 100%;
}

#g-showcase {
    background: white;
    color: #999;
    margin-top: -5px;
	position: relative;
}

#g-utility .g-container {
    width: 100%;
}

#g-utility .g-content {
    margin: 0 0 25px 0;
    padding: 0;
    text-align: center;
}

#g-page-surround{
    overflow: hidden;
	background:transparent;
}

#g-bottom {
    background: transparent;
}

#g-utility{
	background: white;
}


#BemVindo .text{
	width: 800px;
    margin: 25px auto;
    text-align: center;
    font-size: 40px;
    color: #333;
    font-family: 'rakeslyrg',sans-serif;
}

#BemVindo h2{
	background: transparent;
    color: #486833;
    font-size: 60px !important;
    position: relative;
    text-transform: none !important;
    z-index: 1;
    text-align: center;
    padding-top: 100px !important;
    width: 100%;
    margin: 0 auto;
    font-family: 'rakeslyrg',sans-serif;
}

#g-copyright .g-container {
    border-top: none;
	width: 100%;
}

#g-copyright{
	position: relative;
}

#copy{
    background: #486833;
    z-index: 1;
    height: 55px;
    text-transform: none;
}

#top{
    position: absolute;
    right: 0;
}

#copy .g-content {
    margin: 20px 0 0 0;
    color: #fff;
    padding: 0;
	font-family: 'rakeslyrg',sans-serif;
}

#top .g-content {
    margin: 20px 0 0 0;
    color: white;
    padding: 0;
	font-family: 'rakeslyrg',sans-serif;
}

#top a {
    color: #333;
}

#top a :hover{
	color: #333;
    border: 1px solid #333;
    border-radius: 90px;
}

#g-copyright a:hover{
	color: #333;
}

#LogosRodape .g-content {
	margin: 0 auto;
    padding: 0;
    width: 100%;
}

#LogosRodape .img1{
	width:16%;
	display:inline-block;
	vertical-align:middle;
}

#LogosRodape img{
    max-width: 190px;
    max-height: 80px;
    padding: 0 10px;
}

#LogosRodape{
	width: 100%;
    overflow: hidden;
    text-align: center;
	padding: 50px 0;
}

#LogosRodape{
	position: relative;
	z-index: 9999;
	background: white;
}

.letraAtividadeMunicipal3 .prod {
    opacity: 0;
}

.letraAtividadeMunicipal3:hover .prod{
	opacity:1;
}

#g-navigation .g-content {
    padding: 0;
    margin: 0;
}

body {
	overflow-x: hidden;
	font-family: 'rakeslyrg',sans-serif;
}

.custommobile{
	display: none;
}

#barraTopo{
    background:#000;
}

#barraTopo .g-content{
    margin:0;
    padding:0 4%;
}

#barraTopo .links, #barraTopo .interior{
    width:auto;
    display:inline-block;
    vertical-align:middle;
}

#barraTopo .links a{
    display:inline-block;
    vertical-align:middle;
    padding:0 5px;
    margin:5px 0;
    border-right:1px solid #fff;
    color:#fff;
    font-size:12px;
    font-family:'rakeslyrg',sans-serif;
}

#barraTopo .links a:hover ,#barraTopo .links a.active{
    color:#afc7af;
}

#barraTopo .interior{
    float:right;
}

#barraTopo .interior a{
    color:#fff;
    font-size:14px;
    font-family:'rakeslyrg',sans-serif;
}


/* Loader */

.loader{
	text-align:center;
	margin: 150px 0;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 5px;
  border: 5px solid #486833;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #486833 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Notícias */

#Noticias .g-content{
    padding:0;
    margin:50px 4%;
}

#Noticias h3{
    font-size:40px;
    color: #486833;
    font-family:'rakeslyrg',sans-serif;
    margin:0 0 30px;
}

#Noticias .newsBlocks{
    text-align:center;
}

#Noticias .item{
    width:30%;
    height: 485px;
    display:inline-block;
    vertical-align:top;
    margin:0 1.5% 3%;
    text-align:left;
    box-shadow: 0px 5px 10px #3c3c3c5e;
}

#Noticias .item:hover{
    box-shadow:none;
}

#Noticias .itemImage{
    height:300px;
    overflow:hidden;
}

#Noticias .itemContent{
    padding:20px;
}

#Noticias .date{
    color:#9f9f9f;
    float:right;
    display:inline-block;
}

#Noticias .cat, #Noticias .subcat{
    padding:5px;
    background:#3c3c3c;
    color:#fff;
    display:inline-block;
    font-size:15px;
    margin:0 5px 0  0;
}

#Noticias .subcat{
    background: transparent;
    color: #3c3c3c;
    border: 1px solid #3c3c3c8a;
}

#Noticias .item h4{    
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family:'rakeslyrg',sans-serif;
    color: #486833;
    line-height: 1.2;
}

#Noticias .item h4:hover{
    text-decoration:underline;
    text-underline-position:under;
}

#Noticias .verTodos{
    width:150px;
    font-size:21px;
    padding:5px 0;
    color:#3c3c3c;
    display: block;
    text-align: center;
    margin:20px 1.75% 20px auto;
    border: 1px solid #3c3c3c8a;
}

#Noticias .verTodos:hover{
    background:#3c3c3c;
    color:#fff;
}


@media (max-width: 361px){
    
    #iconsMenuMobile{
        display: block;
        position: fixed;
        right: 5px;
        top: 25px;
        width: 40px;
    }
    
    .menuMobile{
        display: block;
    }
    
    div.mod-languages ul {
        margin: 0 45px 0 0;
    }
    
	.g-offcanvas-toggle{
		display:none;
	}
	
	#g-slideshow.fp-slideshow-blocks .g-content {
		margin: 0;
	}
	
	#LogosRodape #img1, #LogosRodape #img2, #LogosRodape #img1.imgB{
		width: 49%;
		margin: 20px 0;
	}
	
	#LogosRodape .g-content {
		width: 100%;
	}
	
	.dj-megamenu-default{
		display: none;
	}
	
	#g-navigation .size-20 {
	    -webkit-box-flex: 0;
	    -moz-box-flex: 0;
	    box-flex: 0;
	    -webkit-flex: 0 50%;
	    -moz-flex: 0 50%;
	    -ms-flex: 0 50%;
	    flex: 0 50%;
	    width: 50%;
	}
	
	#menuMega{
		display:none;
	}
	
	#g-navigation .g-logo {
		margin: 0 !important;
	    display: block;
	    position: relative;
	    text-align: left;
	    width: auto;
	    height: auto;
	    padding-left: 10px;
	}
	
	#g-navigation .g-logo img {
		position: relative;
		z-index: 9999;
	}
	
	#g-feature:before{
		display: none;
	}
	
	#g-slideshow.fp-slideshow-blocks{
		margin-top: 90px;
	}
	
	.sliderPrincipalNormal ul li{
	    background-position: center;
	}
	
	.sliderPrincipalNormal .info{
	    display:none;
	}
	
	.sliderPrincipalNormal h2 {
	    font-size: 30px;
	    color: white;
	    margin: 50px 0 0 0;
	    z-index: 1;
	    position: relative;
	    font-family: 'rakeslyrg',sans-serif;
	}
	
	.sliderPrincipalNormal #dots{
		right: 20px;
    	height: 20px;
    	bottom: 10px !important;
    	top: auto !important;
	}
	
	.sliderPrincipalNormal #dots a{
		margin: 0 3px;
	    width: 12px;
	    height: 12px;
	}
	
	#BemVindo h2, #Instagram h2{
		font-size: 40px !important;
    	padding-top: 30px !important;
	}
	
	#BemVindo .text {
		width: 100%;
		font-size: 20px;
	}
	
	#BemVindo .botao{
		font-size:15px;
	}
	
	#Instagram .g-content {
	    margin: 0;
	    padding: 0 10px;
	}
	
	#LogosRodape .img1 {
	    width: 32.3%;
	    margin: 5px 0;
	}
	
	#LogosRodape img {
	    max-width: 115px;
	    max-height: 55px;
	}
	
	.ingallery-cell:nth-last-child(1){
		display:none !important;
	}
	
	#copy{
		padding: 10px;
		height: auto !important;
	}
	
	#copy .g-content{
		font-size:15px;
		margin: 0;
	}
	
	#barraTopo .g-content{
	    padding:0 2%;
	}
	
	#barraTopo .links a {
        padding: 0 1px;
        margin: 2px 0;
        font-size: 8px;
    }
    
    #barraTopo .interior a {
        font-size: 11px;
    }
    
    /* Noticias */
	
	#Noticias .item{
	    width:100%;
	    height:auto;
	    margin:0 0 30px;
	}
	
	#Noticias .itemImage{
	    height:auto;
	}
	
	#Noticias .cat, #Noticias .subcat{
	    padding:3px;
	    font-size:13px;
	}
	
	#Noticias .verTodos{
	    margin-right:0;
	}
}

@media (min-width: 362px) and (max-width: 469px){
    
    #iconsMenuMobile{
        display: block;
        position: fixed;
        right: 5px;
        top: 25px;
        width: 40px;
    }
    
    .menuMobile{
        display: block;
    }
    
    div.mod-languages ul {
        margin: 0 45px 0 0;
    }
    
    .g-offcanvas-toggle{
		display:none;
	}
	
	#g-slideshow.fp-slideshow-blocks .g-content {
		margin: 0;
	}
	
	#LogosRodape #img1, #LogosRodape #img2, #LogosRodape #img1.imgB{
		width: 49%;
		margin: 20px 0;
	}
	
	#LogosRodape .g-content {
		width: 100%;
	}
	
	.dj-megamenu-default{
		display: none;
	}
	
	#g-navigation .size-20 {
	    -webkit-box-flex: 0;
	    -moz-box-flex: 0;
	    box-flex: 0;
	    -webkit-flex: 0 50%;
	    -moz-flex: 0 50%;
	    -ms-flex: 0 50%;
	    flex: 0 50%;
	    width: 50%;
	}
	
	#menuMega{
		display:none;
	}
	
	#g-navigation .g-logo {
		margin: 0 !important;
	    display: block;
	    position: relative;
	    text-align: left;
	    width: auto;
	    height: auto;
	    padding-left: 10px;
	}
	
	#g-navigation .g-logo img {
		position: relative;
		z-index: 9999;
	}
	
	#g-feature:before{
		display: none;
	}
	
	#g-slideshow.fp-slideshow-blocks{
		margin-top: 90px;
	}
	
	.sliderPrincipalNormal ul li{
	    background-position: center;
	}
	
	.sliderPrincipalNormal .info{
	    display:none;
	}
	
	.sliderPrincipalNormal h2 {
	    font-size: 30px;
	    color: white;
	    margin: 50px 0 0 0;
	    z-index: 1;
	    position: relative;
	    font-family: 'rakeslyrg',sans-serif;
	}
	
	.sliderPrincipalNormal #dots{
		right: 20px;
    	height: 20px;
    	bottom: 10px !important;
    	top: auto !important;
	}
	
	.sliderPrincipalNormal #dots a{
		margin: 0 3px;
	    width: 12px;
	    height: 12px;
	}
	
	#BemVindo h2, #Instagram h2{
		font-size: 40px !important;
    	padding-top: 30px !important;
	}
	
	#BemVindo .text {
		width: 100%;
		font-size: 20px;
	}
	
	#BemVindo .botao{
		font-size:15px;
	}
	
	#Instagram .g-content {
	    margin: 0;
	    padding: 0 10px;
	}
	
	#LogosRodape .img1 {
	    width: 32.3%;
	    margin: 5px 0;
	}
	
	#LogosRodape img {
	    max-width: 115px;
	    max-height: 55px;
	}
	
	.ingallery-cell:nth-last-child(1){
		display:none !important;
	}
	
	#copy{
		padding: 10px;
		height: auto !important;
	}
	
	#copy .g-content{
		font-size:15px;
		margin: 0;
	}
	
	#barraTopo .g-content{
	    padding:0 2%;
	}
	
	#barraTopo .links a {
        padding: 0 2px;
        margin: 2px 0;
        font-size: 9px;
    }
    
    #barraTopo .interior a {
        font-size: 11px;
    }
    
    /* Noticias */
	
	#Noticias .item{
	    width:100%;
	    height:auto;
	    margin:0 0 30px;
	}
	
	#Noticias .itemImage{
	    height:auto;
	}
	
	#Noticias .cat, #Noticias .subcat{
	    padding:3px;
	    font-size:13px;
	}
	
	#Noticias .verTodos{
	    margin-right:0;
	}
}

@media (min-width: 470px) and (max-width: 591px){
    
    #iconsMenuMobile{
        display: block;
        position: fixed;
        right: 5px;
        top: 25px;
        width: 40px;
    }
    
    .menuMobile{
        display: block;
    }
    
    div.mod-languages ul {
        margin: 0 45px 0 0;
    }
    
	.g-offcanvas-toggle{
		display:none;
	}
	
	#g-slideshow.fp-slideshow-blocks .g-content {
		margin: 0;
	}
	
	#LogosRodape #img1, #LogosRodape #img2, #LogosRodape #img1.imgB{
		width: 49%;
		margin: 20px 0;
	}
	
	#LogosRodape .g-content {
		width: 100%;
	}
	
	.dj-megamenu-default{
		display: none;
	}
	
	#g-navigation .size-20 {
	    -webkit-box-flex: 0;
	    -moz-box-flex: 0;
	    box-flex: 0;
	    -webkit-flex: 0 50%;
	    -moz-flex: 0 50%;
	    -ms-flex: 0 50%;
	    flex: 0 50%;
	    width: 50%;
	}
	
	#menuMega{
		display:none;
	}
	
	#g-navigation .g-logo {
		margin: 0 !important;
	    display: block;
	    position: relative;
	    text-align: left;
	    width: auto;
	    height: auto;
	    padding-left: 10px;
	}
	
	#g-navigation .g-logo img {
		position: relative;
		z-index: 9999;
	}
	
	#g-feature:before{
		display: none;
	}
	
	#g-slideshow.fp-slideshow-blocks{
		margin-top: 90px;
	}
	
	.sliderPrincipalNormal ul li{
	    background-position: center;
	}
	
	.sliderPrincipalNormal .info{
	    display:none;
	}
	
	.sliderPrincipalNormal h2 {
	    font-size: 30px;
	    color: white;
	    margin: 50px 0 0 0;
	    z-index: 1;
	    position: relative;
	    font-family: 'rakeslyrg',sans-serif;
	}
	
	.sliderPrincipalNormal #dots{
		right: 20px;
    	height: 20px;
    	bottom: 10px !important;
    	top: auto !important;
	}
	
	.sliderPrincipalNormal #dots a{
		margin: 0 3px;
	    width: 12px;
	    height: 12px;
	}
	
	#BemVindo h2, #Instagram h2{
		font-size: 40px !important;
    	padding-top: 30px !important;
	}
	
	#BemVindo .text {
		width: 100%;
		font-size: 20px;
	}
	
	#BemVindo .botao{
		font-size:15px;
	}
	
	#Instagram .g-content {
	    margin: 0;
	    padding: 0 10px;
	}
	
	#LogosRodape .img1 {
	    width: 32.3%;
	    margin: 5px 0;
	}
	
	#LogosRodape img {
	    max-width: 115px;
	    max-height: 55px;
	}
	
	#copy{
		padding: 10px;
		height: auto !important;
	}
	
	#copy .g-content{
		font-size:15px;
		margin: 0;
	}
	
	#barraTopo .g-content{
	    padding:0 2%;
	}
	
	#barraTopo .links a {
        padding: 0 2px;
        margin: 2px 0;
        font-size: 9px;
    }
    
    #barraTopo .interior a {
        font-size: 11px;
    }
    
    /* Noticias */
	
	#Noticias .item{
	    width:100%;
	    height:auto;
	    margin:0 0 30px;
	}
	
	#Noticias .itemImage{
	    height:auto;
	}
	
	#Noticias .cat, #Noticias .subcat{
	    padding:3px;
	    font-size:13px;
	}
	
	#Noticias .verTodos{
	    margin-right:0;
	}
}

@media (min-width: 592px) and (max-width: 767px){
    
    #iconsMenuMobile{
        display: block;
        position: fixed;
        right: 5px;
        top: 25px;
        width: 40px;
    }
    
    .menuMobile{
        display: block;
    }
    
    div.mod-languages ul {
        margin: 0 45px 0 0;
    }
    
	.g-offcanvas-toggle{
		display:none;
	}
	
	#g-slideshow.fp-slideshow-blocks .g-content {
		margin: 0;
	}
	
	#LogosRodape #img1, #LogosRodape #img2, #LogosRodape #img1.imgB{
		width: 49%;
		margin: 20px 0;
	}
	
	#LogosRodape .g-content {
		width: 100%;
	}
	
	.dj-megamenu-default{
		display: none;
	}
	
	#g-navigation .size-20 {
	    -webkit-box-flex: 0;
	    -moz-box-flex: 0;
	    box-flex: 0;
	    -webkit-flex: 0 50%;
	    -moz-flex: 0 50%;
	    -ms-flex: 0 50%;
	    flex: 0 50%;
	    width: 50%;
	}
	
	#menuMega{
		display:none;
	}
	
	#g-navigation .g-logo {
		margin: 0 !important;
	    display: block;
	    position: relative;
	    text-align: left;
	    width: auto;
	    height: auto;
	    padding-left: 10px;
	}
	
	#g-navigation .g-logo img {
		position: relative;
		z-index: 9999;
	}
	
	#g-feature:before{
		display: none;
	}
	
	#g-slideshow.fp-slideshow-blocks{
		margin-top: 90px;
	}
	
	.sliderPrincipalNormal ul li{
	    background-position: center;
	}
	
	.sliderPrincipalNormal h2 {
	    font-size: 40px;
	    color: white;
	    margin: 0px 0 0 0;
	    z-index: 1;
	    position: relative;
	    font-family: 'rakeslyrg',sans-serif;
	}
	
	.sliderPrincipalNormal h3{
		font-size: 30px;
	}
	
	.sliderPrincipalNormal #dots{
		right: 20px;
    	height: 20px;
    	bottom: 10px !important;
    	top: auto !important;
	}
	
	.sliderPrincipalNormal #dots a{
		margin: 0 3px;
	    width: 12px;
	    height: 12px;
	}
	
	.sliderPrincipalNormal .info {
    	position: absolute;
	    width: 100%;
	    left: 0%;
	    text-align: center;
	    padding: 0 20px;
	    top: 20px;
	}
	
	#BemVindo h2, #Instagram h2{
		font-size: 40px !important;
    	padding-top: 30px !important;
	}
	
	#BemVindo .text {
		width: 100%;
		font-size: 20px;
	}
	
	#BemVindo .botao{
		font-size:15px;
	}
	
	#Instagram .g-content {
	    margin: 0;
	    padding: 0 10px;
	}
	
	#LogosRodape .img1 {
	    width: 32.3%;
	    margin: 5px 0;
	}
	
	#LogosRodape img {
	    max-width: 145px;
    	max-height: 70px;
	}
	
	#copy{
		padding: 10px;
		height: auto !important;
	}
	
	#copy .g-content{
		font-size:15px;
		margin: 0;
	}
	
	#barraTopo .g-content{
	    padding:0 2%;
	}
	
	#barraTopo .links a {
        padding: 0 2px;
        margin: 2px 0;
        font-size: 11px;
    }
    
    #barraTopo .interior a {
        font-size: 12px;
    }
	
	/* Noticias */
	
	#Noticias .item{
	    width:48%;
        height: 350px;
	    margin:0 .5% 30px;
	}
	
	#Noticias .itemImage{
	    height:150px;
	}
	
	#Noticias .cat{
	    padding:3px;
	    font-size:13px;
	}
	
	#Noticias .subcat{
	    display:none;
	}
	
	#Noticias .item .itemDescription{
	    font-size:15px;
	    line-height:1.2;
	}
	
	#Noticias .verTodos{
	    margin-right:1%;
	}
}

@media (min-width: 768px) and (max-width: 958px){
    
    #iconsMenuMobile{
        display: block;
        position: fixed;
        right: 5px;
        top: 25px;
        width: 40px;
    }
    
    .menuMobile{
        display: block;
    }
    
    div.mod-languages ul {
        margin: 0 45px 0 0;
    }
    
	.g-offcanvas-toggle{
		display:none;
	}
	
	#g-slideshow.fp-slideshow-blocks .g-content {
		margin: 0;
	}
	
	#LogosRodape #img1, #LogosRodape #img2, #LogosRodape #img1.imgB{
		width: 49%;
		margin: 20px 0;
	}
	
	#LogosRodape .g-content {
		width: 100%;
	}
	
	.dj-megamenu-default{
		display: none;
	}
	
	#g-navigation .size-20 {
	    -webkit-box-flex: 0;
	    -moz-box-flex: 0;
	    box-flex: 0;
	    -webkit-flex: 0 50%;
	    -moz-flex: 0 50%;
	    -ms-flex: 0 50%;
	    flex: 0 50%;
	    width: 50%;
	}
	
	#menuMega{
		display:none;
	}
	
	#g-navigation .g-logo {
		margin: 0 !important;
	    display: block;
	    position: relative;
	    text-align: left;
	    width: auto;
	    height: auto;
	    padding-left: 10px;
	}
	
	#g-navigation .g-logo img {
		position: relative;
		z-index: 9999;
	}
	
	#g-feature:before{
		display: none;
	}
	
	#g-slideshow.fp-slideshow-blocks{
		margin-top: 90px;
	}
	
	.sliderPrincipalNormal ul li{
	    background-position: center;
	}
	
	.sliderPrincipalNormal h2 {
	    font-size: 40px;
	    color: white;
	    margin: 0px 0 0 0;
	    z-index: 1;
	    position: relative;
	    font-family: 'rakeslyrg',sans-serif;
	}
	
	.sliderPrincipalNormal h3{
		font-size: 30px;
	}
	
	.sliderPrincipalNormal #dots{
		right: 20px;
    	height: 20px;
    	bottom: 10px !important;
    	top: auto !important;
	}
	
	.sliderPrincipalNormal #dots a{
		margin: 0 3px;
	    width: 12px;
	    height: 12px;
	}
	
	.sliderPrincipalNormal .info {
    	position: absolute;
	    width: 50%;
	    left: 50%;
	    text-align: left;
	    padding: 0 20px;
	    top: 50px;
	}
	
	#BemVindo h2, #Instagram h2{
		font-size: 40px !important;
    	padding-top: 30px !important;
	}
	
	#BemVindo .text {
		width: 100%;
		font-size: 20px;
	}
	
	#BemVindo .botao{
		font-size:15px;
	}
	
	#Instagram .g-content {
	    margin: 0;
	    padding: 0 10px;
	}
	
	#LogosRodape .img1 {
	    width: 32.3%;
	    margin: 5px 0;
	}
	
	#LogosRodape img {
		max-width: 185px;
    	max-height: 90px;
	}
	
	#copy{
		padding: 10px;
		height: auto !important;
	}
	
	#copy .g-content{
		font-size:15px;
		margin: 0;
	}
	
	/* Noticias */
	
	#Noticias .item{
	    width:48%;
        height: 375px;
	    margin:0 .5% 2%;
	}
	
	#Noticias .itemImage{
	    height:200px;
	}
	
	#Noticias .cat{
	    font-size:13px;
	}
	
	#Noticias .subcat{
	    display:none;
	}
	
	#Noticias .item .itemDescription{
	    font-size:15px;
	    line-height:1.2;
	}
	
	#Noticias .verTodos{
	    margin-right:1%;
	}
}

@media (min-width: 959px) and (max-width: 1199px){
    .dj-megamenu-default li a.dj-up_a{
    	font-size: 10px
	}
	
    .dj-megamenu-default li a.dj-up_a{
    	padding: 0 8px !important;
    }
    
    #g-slideshow.fp-slideshow-blocks{
    	margin-top: 90px;
    }
    
    .sliderPrincipalNormal .info{
    	top: 0;
    }
    
    .sliderPrincipalNormal h2{
    	margin: 50px 0 0 0;
    }
    
    .sliderPrincipalNormal h3{
		font-size: 30px;
    }

	#BemVindo .text {
		width: 100%;
	}

	#g-offcanvas{
		display: none !important;
	}
	
	#Instagram h2{
		font-size: 60px !important;
	}
	
	#LogosRodape .g-content {
		margin: 0 auto;
		padding: 0;
		width: 959px;
	}
	
	#LogosRodape img {
	    max-width: 160px;
	    max-height: 70px;
	}
	
	/* Noticias */
	
	#Noticias .item{
	    width:48%;
        height: 405px;
	    margin:0 .5% 2%;
	}
	
	#Noticias .itemImage{
	    height:230px;
	}
	
	#Noticias .cat, #Noticias .subcat{
	    font-size:13px;
	}
	
	#Noticias .item .itemDescription{
	    font-size:15px;
	    line-height:1.2;
	}
	
	#Noticias .verTodos{
	    margin-right:1%;
	}
}

@media (min-width: 1200px) and (max-width: 1439px){

	#g-offcanvas{
		display: none !important;
	}
	
	#LogosRodape .g-content {
		margin: 0 auto;
		padding: 0;
	}
	
	#Instagram h2{
		font-size: 60px !important;
	}
	
	/* Noticias */
	
	#Noticias .item{
        height:390px;
	}
	
	#Noticias .itemImage{
	    height:200px;
	}
	
	#Noticias .cat, #Noticias .subcat{
	    font-size:13px;
	}
	
	#Noticias .item .itemDescription{
	    font-size:15px;
	    line-height:1.2;
	}
}

@media (min-width: 1440px) and (max-width: 1599px){

	#g-offcanvas{
		display: none !important;
	}
	
	#LogosRodape .g-content {
		margin: 0 auto;
		padding: 0;
	}
	
	#Instagram h2{
		font-size: 60px !important;
	}
}

@media (min-width: 1600px){

	#g-offcanvas{
		display: none !important;
	}
	
	#LogosRodape .g-content {
		margin: 0 auto;
		padding: 0;
	}
	
	#Instagram h2{
		font-size: 60px !important;
	}
}