.djacc {
    display: none !important;
}

.djacc__btn.djacc__btn--read-mode{
    display:none !important;
}


#MenuMobile{
    display:none;
    position: fixed;
    width: 100%;
    background: #fff;
    height: 100%;
    top: 120px;
    z-index: 99999;
    border-top: 1px solid #ddd;
}

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

#MenuMobile ul#accordeonck2899 {
    background: #fff;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    border: 0;
}

#MenuMobile ul#accordeonck2899 li.level1{
    border-bottom: 1px solid #ddd;
}

#MenuMobile #accordeonck2899 li.level2, #MenuMobile #accordeonck2899 li.level3, #MenuMobile #accordeonck2899 li.level4{
    border-bottom: 1px solid #ddd;
}

#MenuMobile #accordeonck2899 li.accordeonck > span{
    text-align:left;
}

#MenuMobile #accordeonck2899 li.level1 > span a, #MenuMobile #accordeonck2899 li.level2 > span a, #MenuMobile #accordeonck2899 li.level3 > span a, #MenuMobile #accordeonck2899 li.level4 > span a{
    color: #2d2d2d;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    text-shadow: none;
    line-height: normal;
    font-family: 'Barlow-Regular', sans-serif !important;
}

#MenuMobile #accordeonck2899 li.level1 > span span.accordeonckdesc{
    display:none;
}

#MenuMobile #accordeonck2899 ul.content_1.accordeonck{
    background: #fff;
}

#MenuMobile #accordeonck2899 ul.content_2.accordeonck{
    background: #fff !important;
}

#MenuMobile #accordeonck2899 ul.content_3.accordeonck{
    background: #fff !important;
}

#MenuMobile #accordeonck2899 li.level1 > span a, #MenuMobile #accordeonck2899 li.level2 > span a, #MenuMobile #accordeonck2899 li.level3 > span a{
    padding-top:8px;
    padding-bottom:8px;
}

#MenuMobile #accordeonck2899 li.level1 > span a{
    padding-left:10px;
}

#MenuMobile #accordeonck2899 li.level2 > span a{
    padding-left:25px;
}

#MenuMobile #accordeonck2899 li.parent.open > span span.toggler_icon{
    background: url(/templates/wnpc/css/imagens/nav_arrow_down_icon.png) center center no-repeat !important;
}

#MenuMobile #accordeonck2899 li.parent > span span.toggler_icon{
    background: url(/templates/wnpc/css/imagens/nav_arrow_right_icon.png) center center no-repeat !important;
}

#MenuMobile #accordeonck2899 li.accordeonck.parent > span {
    padding-right: 0;
}

#MenuMobile #accordeonck2899 li.parent > span span.toggler_icon{
    right: 10px;
}

#MenuMobile #accordeonck2899 .accordeonck.item804{
    display:none;
}

#MenuMobile #accordeonck2899 li.level1.open > span a, #MenuMobile #accordeonck2899 li.level1.active > span a.isactive{
    color:#fff;
}

#MenuMobile #accordeonck2899 li.level2.open > span a, #MenuMobile #accordeonck2899 li.level2.active > span a.isactive {
    color:#fff;
}

#MenuMobile #accordeonck2899 li.level3.open > span a, #MenuMobile #accordeonck2899 li.level3.active > span a{
    color:#025097;
}

#MenuMobile #accordeonck2899 li.level1.open, #MenuMobile #accordeonck2899 li.level1.active{
    background-color: #025097;
}

#MenuMobile #accordeonck2899 li.level2.open, #MenuMobile #accordeonck2899 li.level2.active{
    background-color: #025097b3;
}

#MenuMobile #accordeonck2899 li.level3.open{
    background-color: #fff;
}

#MenuMobile #accordeonck2899 li.level2 li.accordeonck > span{
    padding-left:15px;
}

#MenuMobile #accordeonck2899 li.level3 li.accordeonck > span{
    padding-left:25px;
}

#MenuMobile #accordeonck2899 li#item-101{
    display:none;
}

.dj-offcanvas-wrapper {
    background: #fff;
    color: #000;
}

#g-top {
    position: absolute;
    left: -100%;
}

.accesibilityDummy {
    position: absolute;
    left: -5000px;
    color: #1d1d1d;
}

#BotaoMobile, #BotaoMobile .icon.closeMenu{
	display: none;
}


#barra #w50{
    background: #ffffff;
}

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

.g-container{
    width:100%;
    margin:0 auto;
}

/*Slide*/
#slide{
	margin-top: 0;
}

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

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

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

.sliderPrincipalNormal ul{
    margin:0 auto;
}

.sliderPrincipalNormal img{
    width:100%;
}

.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:9;
    font-size:0;
    text-align:center;
    opacity:0.7;
    display:none;
}

.sliderPrincipalNormal #dots a{
    background:#000;
    margin:0 6px;
    width:18px;
    height:18px;
    box-shadow:0 0 1px 0 #000;
    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:#000;
    text-align:center;
    text-decoration:none;
}

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

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

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

/*.sliderPrincipalNormal .overlay{
    position: absolute;
    top: 0;
    left: 0;
    background: #0101014d;
    z-index: 9;
    width: 100%;
    height: 100%;
}*/

.sliderPrincipalNormal .info{
    position: absolute;
    max-width: 50%;
    text-align: left;
    left: 8%;
    top: 20%;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s;
    word-break: break-word;
	z-index: 99;
}

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

.sliderPrincipalNormal .info .tags span {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px;
    margin: 0 20px 0 0;
    font-size: 16px;
}

.sliderPrincipalNormal .info .tags span:hover {
    background: #025097;
    border: 1px solid #025097;
}

.sliderPrincipalNormal .info .tags span a {
    color: white;
    font-family: 'Barlow-Regular',sans-serif !important;
}

.sliderPrincipalNormal h2{
    font-size: 60px;
    color: white;
    margin: 130px 0 0 0;
    z-index: 1;
    position: relative;
    font-family: 'Barlow-Bold',sans-serif !important;
    text-shadow: 1px 1px #1d1b1b;
    font-weight: normal;
    line-height: 1.2;
}

.sliderPrincipalNormal h3{
    color: white;
    font-size: 45px;
    margin: 0;
    position: relative;
    font-family: 'Barlow-Medium',sans-serif !important;
    text-shadow: 1px 1px #1d1b1b;
    font-weight: normal;
    line-height: 1.2;
}

.sliderPrincipalNormal p {
    color: white;
    font-size: 20px;
    position: relative;
    margin: 50px 0;
    font-family: 'Barlow-Regular',sans-serif !important;
    text-shadow: 1px 1px #1d1b1b;
    font-weight: normal;
    width: 50%;
}

.loaderNoticias {
    height: 120px;
    margin: 0 auto 40px auto;
    text-align: center;
}


.loaderNoticias .lds-roller {
    border: 1px solid #005d7b;
    border-top: 1px solid #f2f2f2;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin: 0 auto 40px auto;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}


/*noticiasFP*/
#noticiasFP{
	text-align: center;
    margin: 60px 0;
}

#noticiasFP .g-content{
    padding: 0;
    width: 1600px;
    margin: 45px auto;
}

#noticiasFP .titulo {
    font-family: 'Barlow-Bold', sans-serif;
    color: #000;
    font-size: 50px;
    margin-bottom: 10px;
}

#noticiasFP .contentNews .item{
    height: 430px;
    width: 32%;
    margin: 20px .5%;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    overflow-y: hidden;
}

#noticiasFP .newsBlocks .itemImage {
    height: 250px;
	overflow: hidden;
}


#noticiasFP .contentNews .item .itemContent{
	padding: 20px 45px;
    text-align: left;
}

#noticiasFP .contentNews .item .itemContent .date{
	font-family: 'Barlow-SemiBold', sans-serif;
    color: #000;
	font-size: 20px;
}

#noticiasFP .newsBlocks .itemInfo .cat {
	font-size: 18px;
    color: #ffffff;
	font-family: 'Barlow-SemiBold', sans-serif;
    display: none;
    padding: 4px 4px;
    border-radius: 5px;
   background: #5392ce;
}

#noticiasFP .contentNews .item .itemContent h3, #noticiasFP .contentNews .item .itemContent h4{
	font-size: 20px;
    font-family: 'Barlow-Medium', sans-serif;
    font-weight: normal;
    color: #1d1d1b;
    line-height: 1.2;
    margin: 10px 0;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#noticiasFP .contentNews .item .itemContent .itemDescription {
    font-size: 17px;
    font-family: 'Barlow-Regular',sans-serif;
    color: #1d1d1b;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

#noticiasFP .othernews{
	font-size: 16px;
    color: #ffffff;
    font-family: "Barlow-Medium",sans-serif;
    display: inline-block;
    padding: 10px 29px;
    background: #025091;
    border: 1px solid #025091;
    margin-top: 30px;
}

#noticiasFP .othernews:hover {
    background: #fff;
    color: #1d1d1d;
}

.itemid-1618 .g-container {
	width:100%;
}

/*noticiasFP fim*/


/*Barra Superior*/

#g-navigation {
    height: auto !important;
	background: #fff !important;
	border-top: 0px;
	position: fixed;
    width: 100%;
	box-shadow: 0px 5px 10px rgba(128, 128, 128, 0.34);
	top: 0;
	color: #000;
}

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

#g-navigation #grid-6679 .g-content {
    margin: 0 auto; 
    padding: 0 0 0 13% !important;
    max-width: 1600px;
}

#g-navigation .g-logo img {
    margin-top: 0;
    z-index: 999999;
    width: 150px;
    position: relative;
    padding: 0px;
    margin-left: 10px;
    margin-bottom: 10px;
    top: 22px;
}


#barra{
	height: 55px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
}

#barra .g-content {
    padding: 0 !important;
    width: 100%;
    margin: 0 8% 0 0 !important;
    text-align: right;
}

#barra .Digital{
    display:inline-block;
    padding: 10px 0;
    border-bottom: 1px solid;
    width: 775px;
}

#barra .redesSociais{
    display:inline-block;
    vertical-align:middle;
    margin: 0 10px;
}


#barra .w10.turnMenu, #barra .w10.offMenu{
    display:inline-block;
    text-align: center;
    vertical-align: middle;
    width:130px;
    background: #025097;
    border-radius: 5px;
    margin: 0 10px;
    position: relative;
}

#barra .w10.turnMenu .border-line {
	position: absolute;
	height: 100%;
	width: 100%;
	inset: 0;
	pointer-events: none;
    border-radius: 3px;
}

#barra .w10.turnMenu .border-line rect {
	width: 100%;
	height: 100%;
	fill: transparent;
	stroke: #619bd2;
	stroke-width: 3;
	stroke-dasharray: 0.2 0.8;
	animation: borderLoop 7s linear infinite;
}

@keyframes borderLoop {
	from {
		stroke-dashoffset: 0;
	}
	to {
		stroke-dashoffset: -1;
	}
}

#barra .w10.offMenu{
    display: none ;
}

#barra .alertaIcon div {
    width: 40px;
    height: 35px;
    border-radius: 50%;
    background: transparent;
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}
#barra .alertaIcon img {
    width: auto;
    height: 35px;
    margin: 0;
    text-align: center;
    padding: 0;
    position: relative;
    bottom: 0;
}

#barra .Digital a.texto{
    color: #1d1d1b;
    vertical-align: middle;
    padding: 0 10px;
    font-family: 'Barlow-Regular', sans-serif;
    font-size: 15px;
}

#barra a.texto.online {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    background: #025097;
    margin: 0 10px;
    outline: none;
    color: #fff;
    padding: 10px;
    font-family: 'Barlow-Italic', sans-serif;
    font-weight: 100;
    font-size: 14px;
    text-align: center;
}

#barra .Digital .redesSociais svg{
    width:20px;
    height:20px;
    vertical-align: middle;
    opacity:0.7;
}

#barra .Digital .redesSociais a:hover svg{
    opacity:1;
}

.Atalhos, .Atalhos2{
    background: transparent;
    outline: none;
    border: 0px;
    color: #fff;
    padding: 10px;
    font-family: 'Barlow-Italic', sans-serif;
    font-weight: 100;
    font-size: 14px;
    text-align: center;
}

.Atalhos svg, .Atalhos2 svg{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    height: 17px;
    width: 17px;
}

.Atalhos svg polygon{
    fill: #fff;
}

.Atalhos2 svg polygon{
    fill: #1d1d1b;
}

#barra .pesquisa{
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    border: 1px solid #1d1d1b;
    border-top: 0;
    border-bottom: 0;
}

#barra .pesquisa svg{
    width:20px;
    height:20px;
    vertical-align: bottom;
}

/* Tradução */

#barra .traducao{
    display:inline-block;
    vertical-align:middle;
    padding:0 5px;
    position: relative;
}

#barra .traducao svg {
    position: absolute;
    width: 20px;
    top: 7px;
    left: 50%;
    transform: translate(-50%, 0);
    height: 20px;
    z-index: -1;
}

#barra .traducao select {
    font-family:'Barlow-Medium',sans-serif;
    background: transparent;
    color: transparent;
    border: 0;
    padding: 0 5px;
    outline: 0;
    width: 45px;
    height:30px;
    font-size: 0;
    border-bottom: 0 solid transparent;
    margin: 0;
}
#barra .traducao select option {
    font-size: 14px !important;
    color: #000 !important;
}

#barra .traducao a{
    text-transform:lowercase;
    color:#1d1d1b;
    font-family:'Barlow-Medium',sans-serif;
}

#barra .traducao #google_translate_element2 {
    display: none;
}

#google_translate_element2, .goog-te-banner-frame, #goog-gt-tt, .skiptranslate  {
    display: none!important;
}

.goog-text-highlight{
	background-color:transparent !important;
	box-shadow:none !important;
	box-sizing:inherit !important;
}



#w50b {
    width: 30%;
    float: left;
	text-align: left;
	font-size: 13px;
}

#w50b a {
    text-decoration: none !important;
}

#w50b #active {
    background-color: #fad611;
	color: #fff;
}

.auxtop {
	display: inline-block;
	padding: 2px 0;
	color: #000;
}

.auxtop:hover {
    background-color: #fad611;
	color: #fff;
}

#Corporate, #Registar, #Login {
    width: 70px;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    padding: 8px 0;
}

#w30, .w30 {
    width: 30px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
	border-left: 0px solid rgb(242, 242, 242);
    margin-left: 0;
    margin-right: 5px;
	padding: 7px 0;
}
.w30.facebook {
    margin-top: -2px;
}
.w30.facebook svg {
    height: 28px;
    width: 28px;
}
.w30.facebook svg path {
    fill: #034170;
}

#w70, .w70 {
    width: 140px;
    background: #0061c2;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    height: 39px;
    padding: 5px 0;
    font-family: "DINNeuzeitGroteskStd-BdCond",sans-serif;
    color: #fff;
}

.lojaMunicipe {
    background: #025097 !important;
    width: auto !important;
}
.lojaMunicipe a {
    color: #fff !important;
}

#w70b, .w70b{
    width: auto;
    background: transparent;
    display: inline-block;
    vertical-align: top;
    text-align: center;
	height: 40px;
	padding-top: 7px;
    font-family: "DINNeuzeitGroteskStd-BdCond",sans-serif;
}

#w70b a, #w70b:hover a, #w70b a:hover, .w70b a, .w70b:hover a, .w70b a:hover{
	color: #3c3c3c;
	padding: 10px 28px;
}

#w30 {
    width: 45px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-left: -5px;
    margin-right: 5px;
    padding: 0;
    margin-top: 15px;
}

#find {
    background: transparent;
    outline: none;
    border: 0px;
    font-size: 18px;
    color: black;
	padding: 14px 17px;
    border-bottom: 0px;
}

#w70 a, #w70 a:hover{
    color: black;
    font-size: 12px;
	padding: 12px 25px;
}

.ativo{
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.18);
    width: 24%;
    display: inline-block;
    vertical-align: top;
    margin-top: -5px;
}

.inativo{
    padding: 5px;
    border: 1px solid transparent;
    width: 20%;
    display: inline-block;
    vertical-align: top;
    margin-top: -5px;
}


#atalhos .mobile {
    display:none;
}

#atalhos{
    position: fixed;
    left: 0;
    top: 108px;
    height: 100%;
    width: 100%;
    background: #f2f2f2;
    overflow-x: hidden;
    overflow-y: scroll;
    display:none;
}

#atalhos .g-content{
    padding: 80px 10px 100px !important;
    margin: 0 auto !important;
    max-width:1600px;
}

#atalhos .w33{
    /*width: 25%;*/
    display:block;
    vertical-align: top;
	margin:auto;
	text-align: center;
}

#atalhos .w66{
    width: 74%;
    display: inline-block;
    vertical-align: top;    
    padding: 0 0 0 50px;
}

#atalhos .w33 .button{
    background: #fff;
    color: #1d1d1b !important;
    font-family: 'Barlow-Bold', sans-serif;
    font-style: normal;
    font-size: 16px;
    width: 100%;
    min-height: 160px;
    float: none;
	padding: 25px;
    text-align: center;
    position: relative;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: top;
    margin-bottom: 0;
    border-radius: 0;
    text-transform: none;
}

#atalhos .w33 li:hover .button{
	background: #024b8c !important;
	color:#fff !important;
}

#atalhos .w33 li{
    list-style: none;
    font-family: 'Barlow-Bold', sans-serif;
    width: 14%;
    min-height: 160px;
    float: none;
    margin: 1% 0.8%;
	padding: 0;
    text-align: center;
    position: relative;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: top;
    box-shadow: 0px 0px 7px -1px #1d1d1b70;
    border-radius: 3px;
    border-top: 1px solid #6291ba;
    border-left: 1px solid #6291ba;
    border-right: 1px solid #6291ba;
    border-bottom: 8px solid #61b35b;
    transition: transform .2s ease-out;
}

#atalhos .w33 li:hover{
    border-color:#024b8c;
    transform: translate(0, -10px);
}

#atalhos .w33 .button.animatable {
    visibility: hidden;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

#atalhos .w33 .button.animated{
	visibility: visible;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

#atalhos .w33 .button.fadeIn{
	-webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

#atalhos .w33 a:nth-last-child(1) .button{
    animation-delay:.8s;
}

#atalhos .w33 a:nth-last-child(2) .button{
    animation-delay:.6s;
}

#atalhos .w33 a:nth-last-child(3) .button{
    animation-delay:.4s;
}

#atalhos .w33 a:nth-last-child(4) .button{
    animation-delay:.2s;
}


#caixaAtalhos{
	padding-top: 30px;
}

#fecharPesquisar img {
    margin-top: 0;
    left: 0;
}

#fecharPesquisar {
    position: absolute;
    outline: none;
    top: 0;
    right: 0;
    padding: 5px 0;
    z-index: 0;
    background: transparent;
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.rokajaxsearch #roksearch_search_str {
    border: 0px;
	background: #2d2a5f;
    border-radius: 0;
    margin-bottom: 0;
    padding: 8px 1rem;
    width: 98%;
    box-shadow: none;
}

#fecharPesquisar {
    position: absolute;
    outline: none;
    top: 0;
    right: 0;
    padding: 4px 3px;
    z-index: 0;
    background: #ffffff;
	opacity: 1;
    border-bottom: 1px solid #2d2a5f;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#rokajaxsearch {
    width: 98%;
}

#Pesquisar .g-content{
    padding: 0 !important;
    margin: 0;
}

#Pesquisar {
    position: absolute;
    width: 100%;
    z-index: 0;
    left: 150%;
    background: #2d2a5f;
    height: 40px;
    top: 0;
    opacity: 0;
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
}


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

/**/


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

#menuMega {
    width: 100%;
    margin-top: 15px;
    text-align: right;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.dj-megamenu-default li a.dj-up_a {
    width: 100% !important;
    padding: 10px 10px 0 10px!important;
    text-align: center !important;
    max-height: 40px;
    height: 40px;
    overflow: hidden;
    border-right: 0px solid #f2f2f2;
    border-left: 0px solid #f2f2f2;
    color: black;
    font-family: 'Barlow-SemiBold', sans-serif;
    font-size: 14px;
    text-transform: none;
}

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

.dj-megamenu-default li.dj-up{
    display: inline-block !important;
    float: none !important;
    text-align: center;
	font-family: 'Barlow-Medium', sans-serif;
    outline: none;
    padding: 0 10px !important;
}

.dj-megamenu-default li.itemid1643 {
    background: #eaaa26;
}

.dj-megamenu-default li.itemid1643:hover, .dj-megamenu-default li.itemid1643.active {
    background: #f2f2f2;
}

.dj-megamenu-default li.itemid101{
	display: none !important;
}

.dj-megamenu-default li a.dj-up_a span{
	line-height: 15px;
	font-weight: 500;
	height: auto;
	float: none;
}

.dj-megamenu-default li a.dj-up_a span.dj-drop{
	width: 100%;
	font-weight: 500;
	padding: 0 !important;
}

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

.itemid1238 .dj-subwrap-in {
    overflow-y: scroll;
    padding-bottom: 150px;
}

.dj-megamenu-default{
    background: #fff;
    height: auto;
    padding: 0 8% 0 0 !important;
}

.dj-megamenu-default li:hover a.dj-up_a{
	background: #f2f2f2;
    border-left-color: #f2f2f2;
    color: #025097;
}

.dj-megamenu-default li.itemid1643:hover a.dj-up_a, .dj-megamenu-default li.itemid1643.active a.dj-up_a{
    background: transparent;
}

.dj-megamenu-default li.active a.dj-up_a{
	background: #f2f2f2;
    border-left-color: #f2f2f2;
    color: #025097;
}

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


.dj-megamenu-default li ul.dj-subtree > li{
	/*list-style: URL('imagens/bolaPreta.png');
    list-style: URL(/templates/wnpc/css/imagens/menu.png);*/
    list-style: none;
}

.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{
	display:none;
}

.dj-megamenu-default li ul.dj-subtree > li > a:hover {
    background: transparent;
    /*color: #333;*/
    color: #025097;
}

.dj-megamenu-default li ul.dj-subtree > li > a {
    color: #333;
    font-family: "Barlow-Medium",sans-serif;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
}

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

.dj-megamenu-default .dj-subwrap-in {
    max-width: 1600px !important;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 25px;
}

.dj-megamenu-default li div.dj-subwrap, .dj-megamenu-default li:hover div.dj-subwrap li div.dj-subwrap {
    top: 42px !important;
}


.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 {
	text-decoration: none;
    color: #1d1d1d;
    background-color: transparent;
}

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

.dj-megamenu-default li ul.dj-submenu > li {
    /*list-style: url('imagens/setaCinza.png');*/
    margin-left: 0px;
	border-top: 0 !important;
}

.dj-megamenu-default li ul.dj-submenu > li > a {
    color: #1d1d1d;
    background: transparent; 
    font-weight: 300;
    font-family: "Barlow-SemiBold",sans-serif;
    font-size: 16px;
    margin: 0 !important;
    padding: 5px !important;
    text-align: center;
    border-left: 1px solid #fff;
	height: 45px;
	line-height: 1.2;
}

.dj-megamenu-default li ul.dj-submenu > li.parent > a {
    margin: 0 !important;
    color: #025097 !important;
}

.dj-megamenu-default .djsubrow_separator {
    clear: both;
    border-bottom: 0px solid #3a3a3a;
    padding: 0;
    margin: 0;
}

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

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

.dj-megamenu-default li.itemid1569 ul.dj-submenu > li > a, .dj-megamenu-default li.itemid1322 ul.dj-submenu > li > a {
    color: #333;
    background: #ffffff !important;
	display: list-item !important;
    font-weight: normal !important;
    /*line-height: 13px !important;*/
    text-decoration: none !important;
    padding: 10px 5px !important;
	text-align: left !important;
    border-left: 0px !important;
    height: auto !important;
    font-family: "Barlow-Medium",sans-serif;
    font-size: 16px;
    text-transform: none;
}

.dj-megamenu-default li.itemid1569 ul, .dj-megamenu-default li.itemid1322 ul {
	margin-left: 1.5rem;
}

.dj-megamenu-default li.itemid1569 ul.dj-submenu > li, .dj-megamenu-default li.itemid1322 ul.dj-submenu > li {
   /* list-style: URL('imagens/bolaPreta.png');*/
    list-style: URL(/templates/wnpc/css/imagens/menu.png);
}

.dj-megamenu-default li.itemid1569 ul.dj-submenu > li:hover a, .dj-megamenu-default li.itemid1322 ul.dj-submenu > li:hover a {
    color: #025097;
}

#menuMega .platform-content {
    padding: 0 !important;
	margin: 0;
}


#dj-megamenu2908 {
    display: none;
}


#menuMega .g-content, #menuMega .platform-content:last-child, #menuMega .dj-megamenu-wrapper, #dj-megamenu2908mobile.dj-megamenu-accordion-light.dj-align-right, #dj-megamenu2908mobile.dj-megamenu-accordion-light .dj-accordion-light {
    height: 100%;
}

#dj-megamenu2908mobile .dj-mobile-open-btn, #dj-megamenu2908mobile .dj-mobile-open-btn, #dj-megamenu2908mobile .dj-mobile-open-btn {
    position: relative;
    top: 5px;
    right: 30px;
    background: transparent;
    color: #1d1d1d;
}

#dj-megamenu2908mobile .dj-mobile-open-btn.active .dj-mobile-open-icon, #dj-megamenu2908mobile .dj-megamenu-select-light .dj-mobile-open-btn:focus, #dj-megamenu2908mobile .dj-megamenu-select-light:hover .dj-mobile-open-btn, #dj-megamenu2908mobile .dj-megamenu-offcanvas-light .dj-mobile-open-btn:hover, #dj-megamenu2908mobile .dj-megamenu-offcanvas-light .dj-mobile-open-btn:focus, #dj-megamenu2908mobile .dj-megamenu-accordion-light .dj-mobile-open-btn:hover, #dj-megamenu2908mobile .dj-megamenu-accordion-light .dj-mobile-open-btn:focus {
    background: transparent;
    color: #1d1d1d;
}

#dj-megamenu2908mobile .dj-mobile-open-btn.dj-fa-0 .dj-mobile-open-icon:before, #dj-megamenu2908mobile .dj-mobile-open-btn.dj-fa-1 .dj-mobile-open-icon:before, #dj-megamenu2908mobile .dj-mobile-open-btn.dj-fa-5 .dj-mobile-open-icon:before {
    font: normal normal normal 25px / 1 "FontAwesome";
}

#dj-megamenu2908mobile .dj-accordion-light .dj-accordion-in {
    display: none;
    background: #ffffff;
    height: 100%;
    overflow-y: scroll;
    position: relative;
    text-align: center;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0 0 180px 0;
}

#dj-megamenu2908mobile ul.dj-mobile-light {
    background: #f8f8f8;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    border: 0;
    margin: 0;
}

#dj-megamenu2908mobile ul.dj-mobile-light li.dj-mobileitem {
    border-bottom: 1px solid #1d1d1d;
}

#dj-megamenu2908mobile ul.dj-mobile-light li.dj-mobileitem.active {
    background-color: #025097;
}

#dj-megamenu2908mobile ul.dj-mobile-light li.dj-mobileitem>a {
    background: none;
    color: #1d1d1b;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    text-shadow: none;
    line-height: normal;
    font-family: 'Barlow-Regular', sans-serif;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: none;
}

#dj-megamenu2908mobile ul.dj-mobile-light li.dj-mobileitem.active>a {
    color: #fff;
}

#dj-megamenu2908mobile ul.dj-mobile-light li.dj-mobileitem:hover>a, #dj-megamenu2908mobile ul.dj-mobile-light li.dj-mobileitem.active>a {
    background: none;
}

#dj-megamenu2908mobile ul.dj-mobile-light li.dj-mobileitem.parent >a span.toggler:before, #dj-megamenu2908mobile ul.dj-mobile-light li.dj-mobileitem.parent >a span.toggler:before, #dj-megamenu2908mobile ul.dj-mobile-light li.dj-mobileitem.parent >a span.toggler:before {
    content: " ";
    background: url(/templates/wnpc/css/imagens/nav_arrow_right_icon.png) center center no-repeat !important;
    height: 25px;
    width: 25px;
}

#dj-megamenu2908mobile ul.dj-mobile-light li.dj-mobileitem.parent.active>a span.toggler:before, #dj-megamenu2908mobile ul.dj-mobile-light li.dj-mobileitem.parent.active>a span.toggler:before, #dj-megamenu2908mobile ul.dj-mobile-light li.dj-mobileitem.parent.active>a span.toggler:before {
    content: " ";
    background: url(/templates/wnpc/css/imagens/nav_arrow_down_icon.png) center center no-repeat !important;
    height: 25px;
    width: 25px;
}

#dj-megamenu2908mobile ul.dj-mobile-light li.dj-mobileitem>ul {
    background: #ccc;
}

#dj-megamenu2908mobile ul.dj-mobile-nav-child li.dj-mobileitem {
    border-bottom: 1px solid #ddd;
}

#dj-megamenu2908mobile ul.dj-mobile-nav-child li.dj-mobileitem.active {
    background-color: #025097b3;
}

#dj-megamenu2908mobile ul.dj-mobile-light ul li.dj-mobileitem>a {
    background: none;
    color: #1d1d1b;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    text-shadow: none;
    line-height: normal;
    font-family: 'Barlow-Regular', sans-serif;
}

#dj-megamenu2908mobile ul.dj-mobile-light ul li.dj-mobileitem.active>a {
    color: #fff;
}

#dj-megamenu2908mobile ul.dj-mobile-nav-child li.dj-mobileitem>ul.dj-mobile-nav-child {
    background: #e1e1e1 !important;
}

#dj-megamenu2908mobile ul.dj-mobile-light ul ul li.dj-mobileitem>a {
    background: none;
    border-top: none;
}

#dj-megamenu2908mobile ul.dj-mobile-light li.dj-mobileitem>a img, #dj-megamenu2908mobile ul.dj-mobile-light li.dj-mobileitem>a i {
    display: none;
}

#dj-megamenu2908mobile ul.dj-mobile-light li.dj-mobileitem>a span.image-title {
    margin: 0;
}

#dj-megamenu2908mobile ul.dj-mobile-light li.dj-mobileitem>a .subtitle {
    display: none;
}

#dj-megamenu2908mobile ul.dj-mobile-nav-child li.dj-mobileitem>ul.dj-mobile-nav-child ul.dj-mobile-nav-child {
    background: #f1f1f1 !important;
}



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

body::-webkit-scrollbar, #atalhos::-webkit-scrollbar, .itemid1238 .dj-subwrap-in::-webkit-scrollbar {
    width: 10px;
    background: #ffffff;
}

body::-webkit-scrollbar-track, #atalhos::-webkit-scrollbar-track, .itemid1238 .dj-subwrap-in::-webkit-scrollbar-track  {
    -webkit-box-shadow: none;
}

body::-webkit-scrollbar-thumb, #atalhos::-webkit-scrollbar-thumb, .itemid1238 .dj-subwrap-in::-webkit-scrollbar-thumb {
    background-color: #025097;
    width: 10px;
}


body{
    overflow-x: hidden;
}

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

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

#g-slideshow{
	background:none;
}

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

#g-expanded {
	background: white;
	position: relative;
}

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

body {
    font-family: 'Barlow-Regular', sans-serif !important;
    top: 0 !important;
}

/*__________BARRA TOPO_____________*/

#Pesquisa,  #iconPesquisa{
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

#Pesquisa, #iconPesquisa{
    height: 25px;
}

#pesquisar {
    text-align: center;
    height: 25px;
}

#iconPesquisa, #Registar{
	z-index: 99999999;
    position: relative;
}

#Pesquisa .form-search label{
	display:none;
}

#Pesquisa input[type="search"]{
	padding: 0 0.375rem;
	border-radius: 0px !important;
    border: 0px;
    border-left: 1px solid #e1e1e1;
    height: 25px;
    margin-top: -3px;
}

#Pesquisa form {
    margin: 0 0 0 auto;
    width: 30%;
	position: relative;
}

#Pesquisa .btn.btn-primary.hasTooltip.finder{
	position: absolute;
    margin-left: 50px;
}

#Pesquisa button:hover{
	background: transparent;
	outline: none;
	color: #999999;
}

#Pesquisa button{
	color: #999999;
}

#mod-search-searchword{
	display:none;
}

#pesquisar button{
    background: transparent;
    color: #fad611;
	outline:none;
}

/*Menu inferior*/

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

#g-container-copyright .size-10{
	display: none;
}

#g-container-copyright .size-80 {
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
}


#MenuInferior{
    background: #025091;
	min-height:616px;
	z-index: 9;
}

#MenuInferior .g-content{
	margin: 0 auto;
    padding: 4rem 0 !important;
    max-width: 1600px;
}

#MenuInferior .image {
    height: 100px;
    display: block;
    padding: 0;
}
#MenuInferior .image img {
    width: 185px;
}

#MenuInferior #w30, #MenuInferior #w30Menu{
    width: 20%;
    margin-left: 0;
    margin-right: 25px;
    border-left: 0px;
    padding: 0;
	text-align: left;
	display:inline-block;
}

#MenuInferior .w17{
    width: 19%;
    display: inline-block;
    vertical-align: top;
	padding:25px 10px 40px 0;
	text-align: left;
}

#MenuInferior ul {
    margin: 0;
}

#MenuInferior li{
    font-size: 14px;
    padding: 5px 0;
    color: #fff;
    font-family: 'Barlow-Regular', sans-serif;
    list-style: none;
}

#MenuInferior li a {
   color: #fff; 
   cursor: pointer;
}
#MenuInferior li a:hover {
    font-family: 'Barlow-Medium', sans-serif;
    border-bottom: 1px solid #fff;
    color: #fff;
}

#MenuInferior #w30Menu .titulo {
    font-size: 20px;
    height: auto;
    margin-top: 25px;
}

#MenuInferior .titulo{
    font-size: 20px;
    color: #fff;
    height: 55px;
    font-family: 'Barlow-SemiBold', sans-serif;
}

#MenuInferior #w30Menu #boxMenu{
	padding:0 14px 40px 0;
    color: #fff;
    font-family: 'Barlow-Regular', sans-serif;
    border-right: 1px solid #fff;
}

#MenuInferior #w30Menu .intro, #MenuInferior #w30Menu .desc{
    margin: 0;
    font-size: 15px;
	font-family: 'Barlow-Regular', sans-serif;
	color: #fff;
}

#MenuInferior #w30Menu .desc a {
    color: #fff;
}

#MenuInferior #w30Menu .tit{
	margin: 20px 0 0 0;
    font-size: 18px;
	width:220px;
	font-family: 'Barlow-Medium', sans-serif;
	color: #fff;
}

#MenuInferior #boxMenu img{
	max-width:86%;
}

#MenuInferior #otherbutton, #MenuInferior #otherbutton1, #MenuInferior #otherbutton2{
    display: inline-block;
    width: 120px;
    vertical-align: middle;
    padding: 3px 7px;
    margin: 20px 1%;
    background: white;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#MenuInferior #otherbutton:hover, #MenuInferior #otherbutton1:hover, #MenuInferior #otherbutton2:hover{
	background: #025097;
	color: white;
}

#MenuInferior .botao{
    margin-top: 10px;
    margin-left:0;
}

#MenuInferior .feriado{
    margin: 0;
    font-weight: bold;
}

#MenuInferior .data{
	margin: 0;
}

#BarraCopyright #w30{
	width: 30%;
	display: inline-block;
	margin-left: 0;
    margin-right: 0;
    padding: 0;
	vertical-align: middle;
}

#BarraCopyright #w30 p{
    padding: 26px 5px;
    font-size: 13px;
    color: black;
    margin: 0;
}

#BarraCopyright .logoscode img {
    height: auto;
    margin: 0 auto;
    width: auto;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
}

#BarraCopyright #w40{
	width: 39%;
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 100px;
}

#BarraCopyright{
	background: #fff;
    border-top: 1px solid #2d2d2b;
    padding-top: 0;
}

#BarraCopyright .w30{
    width: 30%;
    text-align: left;
    padding-left: 10px;
}

#BarraCopyright .w30 img{
    width: 250px;
    height: auto;
    opacity: 1;
}

#BarraCopyright .w30 img.digital{
    width:auto;
    max-width:35px;
    height:auto;
    cursor:pointer;
}

#BarraCopyright .w40{
    width: 40%;
    display: inline-block;
    vertical-align: top;
    padding: 24px 0 0 0;
    font-size: 14px;
    text-align: center;
   font-family: 'Barlow-SemiBold',sans-serif;
    color: #1d1d1b;
}

#BarraCopyright .w40 a, #BarraCopyright .w40 a:hover{
	color: #1d1d1b;
	text-decoration:none;
}

#BarraCopyright .w29{
    width: 28%;
    display: inline-block;
    vertical-align: top;
}

#BarraCopyright .w29 .text{
    width: 190px;
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    -webkit-transition: width 1s, opacity 2000ms ease-in-out;
    -moz-transition: width 1s, opacity 2000ms ease-in-out;
    -o-transition: width 1s, opacity 2000ms ease-in-out;
    transition: width 1s, opacity 2000ms ease-in-out;
}

#BarraCopyright .logoInterface:hover .text{
	opacity:1;	
}

#BarraCopyright .w29 .text p{
    margin: 0;
    font-size: 12px;
    text-align: center;
    font-family: 'theboldfont', sans-serif;
    font-weight: bold;
    color: #1d1d1b;
}

#BarraCopyright .logoInterface {
    background: transparent;
    overflow: hidden;
    text-align: right;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    -webkit-transition: width 1s, opacity 2000ms ease-in-out;
    -moz-transition: width 1s, opacity 2000ms ease-in-out;
    -o-transition: width 1s, opacity 2000ms ease-in-out;
    transition: width 1s, opacity 2000ms ease-in-out;
    margin-top: 15px;
}

#BarraCopyright .g-content {
    padding: 0px 8% !important;
    margin: 0 auto;
}

#BarraCopyright:hover img{
	opacity: 1;
}

#BarraCopyright img {
    height: 30px;
    margin: 0px 5px;
    width: 34px;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.4;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#BarraCopyright .prod {
    color: black;
    font-family: "Barlow-Regular", sans-serif;
    font-size: 14px;
    position: absolute;
    margin-top: -4px;
    right: 45px;
}

.letraAtividadeMunicipal3{
	margin: 0;
}

#BarraCopyright .logoInterface .prod {
    opacity: 0;
    width: 142px;
    text-align: center;
    color: black;
	font-size: 12px;
    -webkit-transition: opacity 1500ms ease-in;
    -moz-transition: opacity 1500ms ease-in;
    -o-transition: opacity 1500ms ease-in;
    transition: opacity 1500ms ease-in;
}

#BarraCopyright .logoInterface:hover .prod {
    opacity: 1;
}

#BarraCopyright .copy{
    color: black;
    font-size: 12px;
    margin: 10px 0;
}

#BarraCopyright p a{
	color: black;
    font-size: 12px;
}

#BarraCopyright p a:hover{
	text-decoration: underline;
}

#BarraCopyright #governbc, #BarraCopyright #governbc1{
    border-top: 1px solid #e1e1e1;
    padding-top: 25px;
	padding-left: 10px;
}

#BarraCopyright #governbc p, #BarraCopyright #governbc1 p{
	width: 70%;
	display: inline-block;
	vertical-align: top;
}

#BarraCopyright #governbc #w20bc, #BarraCopyright #governbc1 #w20bc1{
	width: 29%;
	display: inline-block;
	vertical-align: top;
}


/*Mapa do Site*/

#sitemap{
    background: transparent;
    color: black;
    font-size: 12px;
    outline: none;
}

#MapaSite{
	position: fixed;
    left: -50%;
    width: 350px;
    height: 100%;
    top: 0;
    z-index: 99999999;
    overflow-y: scroll;
    padding-bottom: 0px;
    background: white;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	display: none;
}

#MapaSite .g-content {
    padding: 0 !important;
    margin: 0;
	background: white;
}

#MapaSite .sm-logo img {
    margin-top: 0;
    z-index: 9;
    width: auto;
    position: relative;
    background: white;
    padding: 0;
}

#MapaSite::-webkit-scrollbar {
    width: 10px;
    background: #ffffff;
}

#MapaSite::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
}

#MapaSite::-webkit-scrollbar-thumb {
	background-color: #025097;
    width: 10px;
}

.off-nav-101{
	display: none !important;
}

/*blocos*/

#g-extension {
    padding-bottom: 0;
    background: white;
    background-size: auto;
}

#g-extension.fp-extension .g-container {
    top: 0;
    margin-bottom: 0;
}

#g-extension .g-container {
    box-shadow: none;
    width: 100%;
}

#pdm a, #aru a, #transparencia a {
    color: #025097;
}

#operacoes, #imi, #transparencia {
    background: #f3f6f9;
}

#operacoes .g-content, #pdm .g-content, #imi .g-content, #aru .g-content, #transparencia .g-content{
    margin: 100px auto;
    padding: 50px 0;
    width: 1600px;
}

#pdm .w50, #imi .w50, #transparencia .w50 {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}

#pdm .w50.left, #imi .w50.left, #transparencia .w50.left {
    padding-right: 50px;
}

#operacoes .titulo, #aru .titulo {
    color: #000;
	font-family: 'Barlow-Bold', sans-serif;
    font-size: 40px;
    margin-bottom: 10px;
    text-align: center;
}

#imi .titulo, #transparencia .titulo {
    color: #000;
	font-family: 'Barlow-Bold', sans-serif;
    font-size: 40px;
    margin-bottom: 10px;
}

#pdm .titulo {
	font-family: 'Barlow-Bold', sans-serif;
    font-size: 40px;
    margin-bottom: 10px;
	color: #000;
}

#pdm .underline, #imi .underline {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    margin: 0;
}

#pdm .titulo.underline, #imi .titulo.underline {
    text-decoration-thickness: 3px;
}

#operacoes .texto, #aru .texto {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

#operacoes .texto p, #aru .texto p {
    font-family: 'Barlow-Regular', sans-serif;
    font-size: 20px;
    color: #1d1d1d;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

#operacoes .boxes, #aru .boxes {
    margin-top: 100px;
}

#operacoes .subtitulo, #pdm .subtitulo, #imi .subtitulo, #aru .subtitulo, #transparencia .subtitulo{
    padding: 35px 0;
    font-family: 'Barlow-Regular', sans-serif;
    font-size: 20px;
    color: #1d1d1d;
}

#operacoes .boxes, #pdm .boxes, #imi .boxes, #transparencia .boxes, #aru .boxes {
    text-align: center;
}

#operacoes .box, #aru .box {
    position: relative;
    width: 24%;
    background: #fff;
    padding: 19px 0;
    text-align: center;
    font-size: 16px;
    height: 225px;
    display: inline-block;
    vertical-align: top;
    margin: 2px;
    box-shadow: 5px 5px 20px #bfbbbb4d;
}

#pdm .box {
    position: relative;
    width: 49%;
    background: #fff;
    padding: 19px 0;
    text-align: center;
    font-size: 16px;
    height: 225px;
    display: inline-block;
    vertical-align: top;
    margin: 2px;
    box-shadow: 5px 5px 20px #bfbbbb4d;
}

#imi .box, #transparencia .box {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 20px 8%;
    text-align: left;
    font-size: 16px;
    height: auto;
    display: block;
    vertical-align: top;
    margin: 2px;
    box-shadow: 5px 5px 20px #bfbbbb4d;
}

#operacoes .box:hover, #pdm .box:hover, #aru .box:hover {
    background: #025091;
    top: -15px;
}

#imi .box:hover, #transparencia .box:hover {
    background: #025091;
    right: -15px;
}

#operacoes .imagem, #pdm .imagem, #imi .imagem, #aru .imagem, #transparencia .imagem{
    font-size: 80px;
}

#imi .imagem, #imi .name, #transparencia .imagem, #transparencia .name {
    display: inline-block;
    vertical-align: middle;
    color: #000;
}

#imi .imagem, #transparencia .imagem {
    margin-right: 15px;
}

#operacoes .imagem, #pdm .imagem, #aru .imagem {
    margin-bottom: 15px;
}

#operacoes .imagem svg, #pdm .imagem svg, #imi .imagem svg, #aru .imagem svg, #transparencia .imagem svg {
    width: 70px;
    height: 70px;
}

#operacoes .name, #pdm .name, #imi .name, #aru .name, #transparencia .name {
    width: 84%;
    margin: 0 auto;
    overflow: hidden;
    color: #000;
	font-family: 'Barlow-SemiBold', sans-serif;
}

#operacoes .box:hover .name, #pdm .box:hover .name, #imi .box:hover .name, #aru .box:hover .name , #transparencia .box:hover .name {
    color: #fff;
}

#intro .g-content {
    padding: 0;
	color: #000;
	margin: 75px auto;
}

#intro .introducao {
    position: relative;
    margin-bottom: 150px;
}

#intro .boxLeft {
    width: 70%;
    padding: 50px 8%;
    background: #f3f6f9;
}

#intro .titulo {
    font-size: 40px;
    line-height: 1;
    font-family: "Barlow-Bold", sans-serif;
    text-align: left;
    padding: 0;
    margin: 40px 0;
}

#intro .otherbutton {
    display: inline-block;
    background: #025091;
    border: 1px solid #025091;
    padding: 15px;
    color: #fff;
    font-family: 'Barlow-SemiBold', sans-serif;
    font-size: 15px;
    text-align: center;
}

#intro .otherbutton:hover{
    display: inline-block;
    background: #fff;
    color: #000;
}


#intro .boxRight {
    width: 25%;
    padding: 50px 75px;
    background: #eaaa26;
    position: absolute;
    bottom: -50px;
    right: 8%;
}

#intro .boxRight .texto {
    color: #1d1d1d;
    font-size: 18px;
}


#intro .fundo {
    text-align: center;
    background-position: center;
    background-size: cover;
}
#intro .boxes {
    padding: 70px 8%;
}
#intro .box {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    height: auto;
    text-align: center;
    margin: 15px;
    padding: 20px;
}
#intro .imagem {
    margin-bottom: 15px;
}
#intro .imagem svg {
    height: 70px;
    width: 70px;
}
#intro .name {
    font-family: 'Barlow-Bold', sans-serif;
    font-size: 20px;
    width: 60%;
    margin: 0 auto;
    color: #fff;
}

#intro .texto {
    font-size: 18px;
}


#normal, .normal{
	display:block;
}

#mobile, .mobile, #SolDigital{
	display:none;
}

.menu-icon-cont .menu-icon3 {
    display: none !important;
}

.icon.closeMenu svg{
	height: 32px;
}
.icon.closeMenu svg path{
    fill: black;
    stroke: black;
}

#g-container-5687{
    margin-top: 93px;
    min-height: 500px;
	background: URL('imagens/erro.jpg');
	background-size:cover;
	background-position:center;
}

#g-container-5687 #g-mainbar .g-content {
    width: 50%;
    margin: 15% auto;
    background: #f6f6f6;
    text-align: center;
    padding: 50px 10px !important;
    font-size: 23px;
    color: #333;
    text-transform: uppercase;
    font-family: "DINNeuzeitGroteskStd-BdCond",sans-serif;
}

#popUp {
    display: none;
    z-index: 9999999999999999;
}
#popUp .g-content {
    padding: 0 !important;
    margin: 0;
}

#popUp caption {
    display: none;
}
#popUp .blocker {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: ' ';
    background: rgba(0,0,0,.5);
  }
#popUp .g-content {
    margin: 0;
    padding: 0 !important;
}
#popUp .modal {
    background-color: #000;
	margin: 0px auto;
    left: 50%;
    transform: translateX(-50%);
}
#popUp .modal-header table {
    width: 530px;
    border: 0;
    padding: 0;
}
#popUp .modal-header td {
    width: 170px;
    height: 55px;
}
#popUp .modal-header td:nth-child(2) {
    width: 360px;
    text-align: right;
}
#popUp .modal-header td, #popUp .modal-header table {
    border: none;
}
#popUp .modal-header td img {
    margin-top: 0;
    top: 0;
    width: auto;
}
#popUp .modal-body table {
    width: 530px;
    border: 0;
    padding: 0;
    margin: 0;
}
#popUp .modal-body td {
    width: 100px;
}
#popUp .modal-body td:nth-child(2) {
    width: 430px;
}
#popUp .modal-body td {
    color: #fff;
    background: transparent;
    border: 1px solid #dedede;
    text-align: left;
}
#popUp p {
    color: #fff;
    padding: 10px;
    font-size: 13px;
	margin:0px;
}
#popUp a {
    color: #fff;
}
#popUp a:hover {
    border-bottom: 1px solid #e74b3c;
}
#popUp .modal-footer {
    background: #000
}
#popUp .modal-footer button {
    outline: none;
    border-radius: 4px;
    color: #666;
    background: #e0e0e0;
    border: 0;
    box-shadow: none;
}
#popUp .modal-footer button:hover, #popUp .modal-footer button:active , #popUp .modal-footer button:focus {
    background-color: #e74b3c;
    color: #ffffff;
}




@media (max-width: 361px){
	
    #g-navigation #grid-6679 .g-content {
        padding: 0 0 0 10px !important;
        max-width: 100%;
    }
    
    #g-navigation .g-logo {
        display: block;
        width: auto;
        text-align: left;
    }
    
    #g-navigation .g-logo img {
        top: 70px;
        width: 120px;    
    }
    
    #barra .g-content {
        margin: 0 !important;
    }
    
    #barra .Digital {
        width: auto;
    }
    
    #barra .Digital a.texto {
        font-size: 12px;
        display: none;
    }
    
    #barra a.texto.online {
        font-size: 12px;
    }
    
    #barra .traducao select {
        width: 30px;
    }
    
    #barra .w10.turnMenu, #barra .w10.offMenu {
        width: 100px;
    }
    
    
    .Atalhos, .Atalhos2 {
        font-size: 12px;
    }
    
    #atalhos {
        top: 120px;
    }
    
    #atalhos .g-content {
        padding: 40px 10px 250px 10px !important;
    }
    
	#atalhos #fechar svg {
		display: none;
	}
	
	#atalhos .normal {
		display: none;
	}
    
    #atalhos .mobile {
        display: block;
    }
    
    #atalhos .w33 {
        width: 100%;
    }
    
    #atalhos .w33 .button {
        padding: 25px;
        min-height: auto;
    }
    
    #atalhos .w33 li {
        width: 100%;
        margin: 0 auto 2%;
        min-height: auto;
    }

	#atalhos .texto h3 {
	    font-size: 30px;
	}
	#atalhos .texto p {
        font-size: 20px;
    }
    
	#atalhos .texto {
		width: 65%;
        padding-left: 1%;
	}
	#atalhos .texto h3 {
	    font-size: 25px;
	}
	#atalhos .texto p {
        font-size: 20px;
    }
    #atalhos .w20 {
        width: 35%;
        padding-right: 1%;
    }
    #atalhos .logoInterface .prod {
        display: none;
    }
    
    
	#g-container-5687 #g-mainbar .g-content {
		width: 90%;
		margin: 40% auto;
	}
	
	#g-container-5687 {
		margin-top: 120px;
	}
	
	#mobile, .mobile{
		display:block;
	}
	
    #g-navigation .spacer {
		display: none !important;
	}
    
    #menuMega {
        position: fixed;
        display: block;
        top: 50px;
        overflow-y: scroll;
        box-shadow: none;
        z-index: 9;
    }
    
    #dj-megamenu2897 {
        display: none;
    }
    
    #dj-megamenu2908mobile .dj-mobile-open-btn {
        top: 0px;
        right: 6px;
    }
	
	#Menu, #CloseMenu{
		background: transparent;
		outline: none;
		border: 0px;
		color: #fff;
		margin-top: 0;
		font-size: 25px;
		font-weight: 100;
		padding: 7px 20px;
	}
	
	#barra #mobile {
		text-align: left;
		max-width: 469px;
	}
	#barra #mobile svg {
	    width: 20px;
	    height: 20px;
	}
	#barra #mobile svg path {
        fill: #fff;
	}
	
	#BotaoMobile {
	    display: block;
        width: auto;
        position: absolute;
        right: 10px;
        top: 70px;
        text-align: right;
	}
	#BotaoMobile .icon{
		width: 28px;
    	display: inline-block;
    	vertical-align: middle;
    	text-align: right;
	}
	#BotaoMobile .icon:nth-child(1), #BotaoMobile .icon:nth-child(2){
		margin-right: 5px;
	}
	#g-navigation #BotaoMobile .g-content {
	    margin: 0;
	}
	#BotaoMobile .pesquisa img{
		width: 25px;
	}
	#BotaoMobile .icon button{
		background: transparent;
    	outline: none;
		height: 32px;
		padding: 0;
	}
	
	#BotaoMobile .icon.openMenu svg path {
	    fill: transparent;
	}
	
	#atalhos svg {
        height: 35px;
	}
	#atalhos .w25 .nomeatalho {
	    font-size: 12px;
	}
	
	#g-navigation {
		height: 120px !important;
		box-shadow: 0px 0px 5px 1px #e1e1e1;
		background:#fff;
	}
	
	
	#slide {
	    margin-top: 120px;
	}
	
	.sliderPrincipalNormal {
	    height: 430px !important;
	}
	
	.sliderPrincipalNormal .info {
        left: 25px;
        max-width: 70%;
        top: 10%;
    }
    
	.sliderPrincipalNormal h2 {
	    margin: 0;
	    font-size: 25px;
	}
	.sliderPrincipalNormal h3 {
	    font-size: 19px;
	}
	.sliderPrincipalNormal p {
        font-size: 13px;
        width: 100%;
	}
	
	.sliderPrincipalNormal .info .tags {
        margin-top: 35px;
    }

	.sliderPrincipalNormal .info .tags span {
	    padding: 10px;
	    font-size: 12px;
	}
	
	.sliderPrincipalNormal .info .tags {
	    display: none;
	}
	
	.sliderPrincipalNormal #dots {
        left: 25px;
        right: auto;
	}
	
	.sliderPrincipalNormal #dots a{
		width: 14px;
    	height: 14px;
	}
	
	#intro .introducao {
	    margin-bottom: 285px;
	}
	
	#intro .boxLeft {
        width: 90%;
        padding: 30px;
    }
    
    #intro .titulo {
        font-size: 25px;
    }
    
    #intro .texto {
       font-size: 14px;
    }
    
    #intro .boxRight {
        width: 85%;
        padding: 30px;
        bottom: -45%;
        right: 10px;
    }
    
    #intro .boxRight .texto {
        font-size: 14px;
    }
    
    #intro .otherbutton {
        padding: 10px;
        font-size: 12px;
    }
	
	#intro .boxes {
       padding: 70px 25px;
    }
    
    #intro .box {
        width: 100%;
        padding: 10px;
        margin: 20px 0;
    }
    
    #intro .imagem svg {
        height: 55px;
        width: 55px;
    }
    
    #intro .name {
        width: 100%;
        font-size: 14px;
    }

	
    /*noticiasFP*/
    #noticiasFP .g-content {
        margin: 50px auto;
        padding: 0 10px;
        width: 100%;
    }
    
    #noticiasFP .titulo {
        font-size: 25px;
    }
    
	#noticiasFP .contentNews .item {
		height: auto;
		width: 100%;
        margin: 20px 0;
	}
	#noticiasFP .newsBlocks .itemImage {
        height: 200px;
	}
	#noticiasFP .contentNews .item .itemContent {
        padding: 20px 25px;
	}
	#noticiasFP .contentNews .item .itemContent .date, #noticiasFP .newsBlocks .itemInfo .cat {
	    font-size: 16px;
	}
	
	#noticiasFP .contentNews .item .itemContent .itemDescription {
	    font-size: 14px;
	}
	
	#noticiasFP .othernews {
        font-size: 14px;
	}
	
	.g-content {
		margin: 0;
		padding: 0;
	}
    /*noticiasFP fim*/
	
	#g-expanded .g-container {
	    width: 100%;
	}
	
	#operacoes .g-content, #pdm .g-content, #imi .g-content, #aru .g-content, #transparencia .g-content {
	    width: 100%;
	    padding: 50px 5px 0 5px;
	}
	
	#operacoes .titulo, #aru .titulo, #pdm .titulo, #imi .titulo, #transparencia .titulo {
	    font-size: 25px;
	}
	
	#pdm .w50, #imi .w50, #transparencia .w50 {
	    width: 100%;
	}
	
	#pdm .w50.left, #imi .w50.left, #transparencia .w50.left {
	    padding: 0 5px;
	}
	
	#operacoes .subtitulo, #pdm .subtitulo, #imi .subtitulo, #aru .subtitulo, #transparencia .subtitulo {
	    font-size: 14px;
	}
		
	#operacoes .texto, #aru .texto {
	    width: 100%;
	}
	
	#operacoes .texto p, #aru .texto p {
	    font-size: 14px;
	}
	
	#operacoes .box, #aru .box {
	    width: 47%;
	}
	
	#operacoes .name, #pdm .name, #aru .name {
        width: 90%;
        font-size: 14px;
	}
	
	#pdm .box {
	    width: 47%;
	}
	
	#imi .box, #transparencia .box {
	    padding: 20px 4%;
	}
	
	#imi .imagem, #transparencia .imagem {
	    margin-right: 5px;
	}
	
	#imi .name, #transparencia .name {
        width: 70%;
	}
	
	#operacoes .imagem svg, #pdm .imagem svg, #imi .imagem svg, #aru .imagem svg, #transparencia .imagem svg {
        width: 60px;
        height: 60px;
	}
	
	#MenuInferior {
        min-height: auto;
	}
	
	#MenuInferior .g-content {
	    width: 100%;
	    padding: 4rem 25px !important;
	}
	
    #MenuInferior .pull-left {
        max-width: 300px;
        float: none;
    }
    
    #MenuInferior #w30Menu {
        width: 100%;
        text-align: center;
        display: block;
    }
    
    #MenuInferior #w30Menu #boxMenu {
        text-align: center;
        border: none;
    }
    
    #MenuInferior #w30Menu .tit {
        width: auto !important;
    }
    
    #MenuInferior .w17 {
        display: none;
    }
    
    #MenuInferior .titulo {
        font-size: 16px;
		margin-top: 0px !important;
    }
    
	#MenuInferior #links {
		width: 100%;
		margin: 0;
		padding: 10px 5px;
	}
	
	#MenuInferior .w30 .box {
		padding: 20px 20px 0 20px;
	}
	
	#MenuInferior .li {
		font-size: 13px;
		padding: 10px 0;
	}
    
    #BarraCopyright .w30 {
        width: 100%;
        text-align: center;
        padding-left:0;
    }
    
    #BarraCopyright .w40 {
        width: 100%;
        padding: 0;
    }
       
    #BarraCopyright .logoInterface {
        margin-top: 0;
    }
        
    #BarraCopyright .w30 img.digital {
        width: auto;
        max-width: 30px;
        height: auto;
        left: 5px;
        bottom: 8px;
        position: absolute;
        cursor: pointer;
    }
    
    #BarraCopyright .w29 {
        width: 50px;
        display: block;
        position: absolute;
        bottom: 10px;
        right: 5px;
    }
    
    #BarraCopyright .w29 .text{
        display:none;
    }
    
    #BarraCopyright img{
        width: 30px;
    }
    
    #popUp .modal {
        width: 95%;
    }
    
    #popUp .modal-body, #popUp a, #popUp p, #popUp .modal-footer button {
        font-size: 12px;
    }
    
}

@media (min-width: 362px) and (max-width: 469px){
    
    #g-navigation #grid-6679 .g-content {
        padding: 0 0 0 10px !important;
        max-width: 100%;
    }
    
    #g-navigation .g-logo {
        display: block;
        width: auto;
        text-align: left;
    }
    
    #g-navigation .g-logo img {
        top: 70px;
        width: 120px;    
    }
    
    #barra .g-content {
        margin: 0 !important;
    }
    
    #barra .Digital {
        width: auto;
    }
    
    #barra .Digital a.texto {
        font-size: 12px;
        display: none;
    }
    
    #barra a.texto.online {
        font-size: 12px;
    }
    
    #barra .traducao select {
        width: 30px;
    }
    
    #barra .w10.turnMenu, #barra .w10.offMenu {
        width: 100px;
    }
    
    
    .Atalhos, .Atalhos2 {
        font-size: 12px;
    }
    
    #atalhos {
        top: 120px;
    }
    
    #atalhos .g-content {
        padding: 40px 10px 250px 10px !important;
    }
    
	#atalhos #fechar svg {
		display: none;
	}
	
	#atalhos .normal {
		display: none;
	}
    
    #atalhos .mobile {
        display: block;
    }
    
    #atalhos .w33 {
        width: 100%;
    }
    
    #atalhos .w33 .button {
        padding: 25px;
        min-height: auto;
    }
    
    #atalhos .w33 li {
        width: 100%;
        margin: 0 auto 2%;
        min-height: auto;
    }

	#atalhos .texto h3 {
	    font-size: 30px;
	}
	#atalhos .texto p {
        font-size: 20px;
    }
    
	#atalhos .texto {
		width: 65%;
        padding-left: 1%;
	}
	#atalhos .texto h3 {
	    font-size: 25px;
	}
	#atalhos .texto p {
        font-size: 20px;
    }
    #atalhos .w20 {
        width: 35%;
        padding-right: 1%;
    }
    #atalhos .logoInterface .prod {
        display: none;
    }
    
    
	#g-container-5687 #g-mainbar .g-content {
		width: 90%;
		margin: 40% auto;
	}
	
	#g-container-5687 {
		margin-top: 120px;
	}
	
	#mobile, .mobile{
		display:block;
	}
	
    #g-navigation .spacer {
		display: none !important;
	}
    
    #menuMega {
        position: fixed;
        display: block;
        top: 50px;
        overflow-y: scroll;
        box-shadow: none;
        z-index: 9;
    }
    
    #dj-megamenu2897 {
        display: none;
    }
    
    #dj-megamenu2908mobile .dj-mobile-open-btn {
        top: 0px;
        right: 6px;
    }
	
	#Menu, #CloseMenu{
		background: transparent;
		outline: none;
		border: 0px;
		color: #fff;
		margin-top: 0;
		font-size: 25px;
		font-weight: 100;
		padding: 7px 20px;
	}
	
	#barra #mobile {
		text-align: left;
		max-width: 469px;
	}
	#barra #mobile svg {
	    width: 20px;
	    height: 20px;
	}
	#barra #mobile svg path {
        fill: #fff;
	}
	
	#BotaoMobile {
	    display: block;
        width: auto;
        position: absolute;
        right: 10px;
        top: 70px;
        text-align: right;
	}
	#BotaoMobile .icon{
		width: 28px;
    	display: inline-block;
    	vertical-align: middle;
    	text-align: right;
	}
	#BotaoMobile .icon:nth-child(1), #BotaoMobile .icon:nth-child(2){
		margin-right: 5px;
	}
	#g-navigation #BotaoMobile .g-content {
	    margin: 0;
	}
	#BotaoMobile .pesquisa img{
		width: 25px;
	}
	#BotaoMobile .icon button{
		background: transparent;
    	outline: none;
		height: 32px;
		padding: 0;
	}
	
	#BotaoMobile .icon.openMenu svg path {
	    fill: transparent;
	}
	
	#atalhos svg {
        height: 35px;
	}
	#atalhos .w25 .nomeatalho {
	    font-size: 12px;
	}
	
	#g-navigation {
		height: 120px !important;
		box-shadow: 0px 0px 5px 1px #e1e1e1;
		background:#fff;
	}
	
	
	#slide {
	    margin-top: 120px;
	}
	
	.sliderPrincipalNormal {
	    height: 430px !important;
	}
	
	.sliderPrincipalNormal .info {
        left: 25px;
        max-width: 70%;
        top: 10%;
    }
    
	.sliderPrincipalNormal h2 {
	    margin: 0;
	    font-size: 25px;
	}
	.sliderPrincipalNormal h3 {
	    font-size: 19px;
	}
	.sliderPrincipalNormal p {
        font-size: 13px;
        width: 100%;
	}
	
	.sliderPrincipalNormal .info .tags {
        margin-top: 35px;
    }

	.sliderPrincipalNormal .info .tags span {
	    padding: 10px;
	    font-size: 12px;
	}
	
	.sliderPrincipalNormal .info .tags {
	    display: none;
	}
	
	.sliderPrincipalNormal #dots {
        left: 25px;
        right: auto;
	}
	
	.sliderPrincipalNormal #dots a{
		width: 14px;
    	height: 14px;
	}
	
	#intro .introducao {
	    margin-bottom: 285px;
	}
	
	#intro .boxLeft {
        width: 90%;
        padding: 30px;
    }
    
    #intro .titulo {
        font-size: 25px;
    }
    
    #intro .texto {
       font-size: 14px;
    }
    
    #intro .boxRight {
        width: 80%;
        padding: 30px;
        bottom: -45%;
        right: 25px;
    }
    
    #intro .boxRight .texto {
        font-size: 14px;
    }
    
    #intro .otherbutton {
        padding: 10px;
        font-size: 12px;
    }
	
	#intro .boxes {
       padding: 70px 25px;
    }
    
    #intro .box {
        width: 100%;
        padding: 10px;
        margin: 20px 0;
    }
    
    #intro .imagem svg {
        height: 55px;
        width: 55px;
    }
    
    #intro .name {
        width: 100%;
        font-size: 14px;
    }

	
    /*noticiasFP*/
    #noticiasFP .g-content {
        margin: 50px auto;
        padding: 0 10px;
        width: 100%;
    }
    
    #noticiasFP .titulo {
        font-size: 25px;
    }
    
	#noticiasFP .contentNews .item {
		height: auto;
		width: 100%;
        margin: 20px 0;
	}
	#noticiasFP .newsBlocks .itemImage {
        height: 200px;
	}
	#noticiasFP .contentNews .item .itemContent {
        padding: 20px 25px;
	}
	#noticiasFP .contentNews .item .itemContent .date, #noticiasFP .newsBlocks .itemInfo .cat {
	    font-size: 16px;
	}
	
	#noticiasFP .contentNews .item .itemContent .itemDescription {
	    font-size: 14px;
	}
	
	#noticiasFP .othernews {
        font-size: 14px;
	}
	
	.g-content {
		margin: 0;
		padding: 0;
	}
    /*noticiasFP fim*/
	
	#g-expanded .g-container {
	    width: 100%;
	}
	
	#operacoes .g-content, #pdm .g-content, #imi .g-content, #aru .g-content, #transparencia .g-content {
	    width: 100%;
	    padding: 50px 5px 0 5px;
	}
	
	#operacoes .titulo, #aru .titulo, #pdm .titulo, #imi .titulo, #transparencia .titulo {
	    font-size: 25px;
	}
	
	#pdm .w50, #imi .w50, #transparencia .w50 {
	    width: 100%;
	}
	
	#pdm .w50.left, #imi .w50.left, #transparencia .w50.left {
	    padding: 0 5px;
	}
	
	#operacoes .subtitulo, #pdm .subtitulo, #imi .subtitulo, #aru .subtitulo, #transparencia .subtitulo {
	    font-size: 14px;
	}
		
	#operacoes .texto, #aru .texto {
	    width: 100%;
	}
	
	#operacoes .texto p, #aru .texto p {
	    font-size: 14px;
	}
	
	#operacoes .box, #aru .box {
	    width: 47%;
	}
	
	#operacoes .name, #pdm .name, #aru .name {
        width: 90%;
        font-size: 14px;
	}
	
	#pdm .box {
	    width: 47%;
	}
	
	#imi .box, #transparencia .box {
	    padding: 20px 4%;
	}
	
	#imi .imagem, #transparencia .imagem {
	    margin-right: 5px;
	}
	
	#imi .name, #transparencia .name {
        width: 70%;
	}
	
	#operacoes .imagem svg, #pdm .imagem svg, #imi .imagem svg, #aru .imagem svg, #transparencia .imagem svg {
        width: 60px;
        height: 60px;
	}
	
	#MenuInferior {
        min-height: auto;
	}
	
	#MenuInferior .g-content {
	    width: 100%;
	    padding: 4rem 25px !important;
	}
	
    #MenuInferior .pull-left {
        max-width: 300px;
        float: none;
    }
    
    #MenuInferior #w30Menu {
        width: 100%;
        text-align: center;
        display: block;
    }
    
    #MenuInferior #w30Menu #boxMenu {
        text-align: center;
        border: none;
    }
    
    #MenuInferior #w30Menu .tit {
        width: auto !important;
    }
    
    #MenuInferior .w17 {
        display: none;
    }
    
    #MenuInferior .titulo {
        font-size: 16px;
		margin-top: 0px !important;
    }
    
	#MenuInferior #links {
		width: 100%;
		margin: 0;
		padding: 10px 5px;
	}
	
	#MenuInferior .w30 .box {
		padding: 20px 20px 0 20px;
	}
	
	#MenuInferior .li {
		font-size: 13px;
		padding: 10px 0;
	}
    
    #BarraCopyright .w30 {
        width: 100%;
        text-align: center;
        padding-left:0;
    }
    
    #BarraCopyright .w40 {
        width: 100%;
        padding: 0;
    }
       
    #BarraCopyright .logoInterface {
        margin-top: 0;
    }
        
    #BarraCopyright .w30 img.digital {
        width: auto;
        max-width: 30px;
        height: auto;
        left: 5px;
        bottom: 8px;
        position: absolute;
        cursor: pointer;
    }
    
    #BarraCopyright .w29 {
        width: 50px;
        display: block;
        position: absolute;
        bottom: 10px;
        right: 5px;
    }
    
    #BarraCopyright .w29 .text{
        display:none;
    }
    
    #BarraCopyright img{
        width: 30px;
    }
    
    #popUp .modal {
        width: 95%;
    }
    
    #popUp .modal-body, #popUp a, #popUp p, #popUp .modal-footer button {
        font-size: 12px;
    }
    
}

@media (min-width: 470px) and (max-width: 591px){
    
    #g-navigation #grid-6679 .g-content {
        padding: 0 0 0 10px !important;
        max-width: 100%;
    }
    
    #g-navigation .g-logo {
        display: block;
        width: auto;
        text-align: left;
    }
    
    #g-navigation .g-logo img {
        top: 70px;
        width: 120px;    
    }
    
    #barra .g-content {
        margin: 0 !important;
    }
    
    #barra .Digital {
        width: auto;
    }
    
    #barra .Digital a.texto {
        font-size: 12px;
        display: none;
    }
    
    #barra a.texto.online {
        font-size: 12px;
    }
    
    #barra .w10.turnMenu, #barra .w10.offMenu {
        width: 110px;
    }
    
    .Atalhos, .Atalhos2 {
        font-size: 12px;
    }
    
    #atalhos {
        top: 120px;
    }
    
    #atalhos .g-content {
        padding: 40px 10px 250px 10px !important;
    }
    
	#atalhos #fechar svg {
		display: none;
	}
	
	#atalhos .normal {
		display: none;
	}
    
    #atalhos .mobile {
        display: block;
    }
    
    #atalhos .w33 {
        width: 100%;
    }
    
    #atalhos .w33 .button {
        padding: 25px;
    }
    
    #atalhos .w33 li {
        width: 49%;
        margin: 0 auto 2%;
    }

	#atalhos .texto h3 {
	    font-size: 30px;
	}
	#atalhos .texto p {
        font-size: 20px;
    }
    
	#atalhos .texto {
		width: 65%;
        padding-left: 1%;
	}
	#atalhos .texto h3 {
	    font-size: 25px;
	}
	#atalhos .texto p {
        font-size: 20px;
    }
    #atalhos .w20 {
        width: 35%;
        padding-right: 1%;
    }
    #atalhos .logoInterface .prod {
        display: none;
    }

	#g-container-5687 #g-mainbar .g-content {
		width: 90%;
		margin: 40% auto;
	}
	
	#g-container-5687 {
		margin-top: 120px;
	}
	
	#mobile, .mobile{
		display:block;
	}
	
	#g-navigation .spacer {
		display: none !important;
	}
    
    #menuMega {
        position: fixed;
        display: block;
        top: 50px;
        overflow-y: scroll;
        box-shadow: none;
        z-index: 9;
    }
    
    #dj-megamenu2897 {
        display: none;
    }
    
    #dj-megamenu2908mobile .dj-mobile-open-btn {
        top: 0px;
        right: 6px;
    }
	
	
	#Menu, #CloseMenu{
		background: transparent;
		outline: none;
		border: 0px;
		color: #fff;
		margin-top: 0;
		font-size: 25px;
		font-weight: 100;
		padding: 7px 20px;
	}
	
	#barra #mobile {
		text-align: left;
		max-width: 591px;
	}
	#barra #mobile svg {
	    width: 20px;
	    height: 20px;
	}
	#barra #mobile svg path {
        fill: #fff;
	}
	
	#BotaoMobile {
	    display: block;
        width: auto;
        position: absolute;
        right: 10px;
        top: 70px;
        text-align: right;
	}
	#BotaoMobile .icon{
		width: 28px;
    	display: inline-block;
    	vertical-align: middle;
    	text-align: right;
	}
	#BotaoMobile .icon:nth-child(1), #BotaoMobile .icon:nth-child(2){
		margin-right: 5px;
	}
	#g-navigation #BotaoMobile .g-content {
	    margin: 0;
	}
	#BotaoMobile .pesquisa img{
		width: 25px;
	}
	#BotaoMobile .icon button{
		background: transparent;
    	outline: none;
		height: 32px;
		padding: 0;
	}
	
	#BotaoMobile .icon.openMenu svg path {
	    fill: transparent;
	}
	
	#atalhos svg {
        height: 35px;
	}
	#atalhos .w25 .nomeatalho {
	    font-size: 12px;
	}
	
	#g-navigation {
		height: 120px !important;
		box-shadow: 0px 0px 5px 1px #e1e1e1;
		background:#fff;
	}
	
	
	#slide {
	    margin-top: 120px;
	}

	.sliderPrincipalNormal .info {
        left: 25px;
        max-width: 70%;
        top: 10%;
    }
    
	.sliderPrincipalNormal h2 {
	    margin: 0;
	    font-size: 25px;
	}
	.sliderPrincipalNormal h3 {
	    font-size: 19px;
	}
	.sliderPrincipalNormal p {
        font-size: 12px;
        margin: 15px 0;
        width: 70%;
	}
	
	.sliderPrincipalNormal .info .tags {
        margin-top: 35px;
    }

	.sliderPrincipalNormal .info .tags span {
	    padding: 10px;
	    font-size: 12px;
	}
	
	.sliderPrincipalNormal .info .tags {
	    display: none;
	}
	
	.sliderPrincipalNormal #dots {
        top: 190px !important;
        left: 25px;
        right: auto;
	}
	
	.sliderPrincipalNormal #dots a{
		width: 14px;
    	height: 14px;
	}
	
	#intro .introducao {
	    margin-bottom: 285px;
	}
	
	#intro .boxLeft {
        width: 85%;
        padding: 30px;
    }
    
    #intro .titulo {
        font-size: 25px;
    }
    
    #intro .texto {
       font-size: 14px;
    }
    
    #intro .boxRight {
        width: 65%;
        padding: 30px;
        bottom: -55%;
        right: 25px;
    }
    
    #intro .boxRight .texto {
        font-size: 14px;
    }
    
    #intro .otherbutton {
        padding: 10px;
        font-size: 13px;
    }
	
	#intro .boxes {
       padding: 70px 25px;
    }
    
    #intro .box {
        width: 44%;
        padding: 10px;
        margin: 20px 10px;
    }
    
    #intro .imagem svg {
        height: 55px;
        width: 55px;
    }
    
    #intro .name {
        width: 68%;
        font-size: 14px;
    }

	
    /*noticiasFP*/
    #noticiasFP .g-content {
        margin: 50px auto;
        padding: 0 10px;
        width: 100%;
    }
    
    #noticiasFP .titulo {
        font-size: 30px;
    }
    
	#noticiasFP .contentNews .item {
		height: auto;
		width: 100%;
        margin: 20px 0;
	}
	#noticiasFP .newsBlocks .itemImage {
        height: 250px;
	}
	#noticiasFP .contentNews .item .itemContent .date, #noticiasFP .newsBlocks .itemInfo .cat {
	    font-size: 18px;
	}
	
	#noticiasFP .contentNews .item .itemContent .itemDescription {
	    font-size: 14px;
	}
	
	#noticiasFP .othernews {
        font-size: 14px;
	}
	
	
	.g-content {
		margin: 0;
		padding: 0;
	}
    /*noticiasFP fim*/
    
	#g-expanded .g-container {
	    width: 100%;
	}
	
	#operacoes .g-content, #pdm .g-content, #imi .g-content, #aru .g-content, #transparencia .g-content {
	    width: 100%;
	    padding: 50px 5px 0 5px;
	}
	
	#operacoes .titulo, #aru .titulo, #pdm .titulo, #imi .titulo, #transparencia .titulo {
	    font-size: 30px;
	}
	
	#pdm .w50, #imi .w50, #transparencia .w50 {
	    width: 100%;
	}
	
	#pdm .w50.left, #imi .w50.left, #transparencia .w50.left {
	    padding: 0 5px;
	}
	
	#operacoes .subtitulo, #pdm .subtitulo, #imi .subtitulo, #aru .subtitulo, #transparencia .subtitulo {
	    font-size: 14px;
	}
		
	#operacoes .texto, #aru .texto {
	    width: 100%;
	}
	
	#operacoes .texto p, #aru .texto p {
	    font-size: 14px;
	}
	
	#operacoes .box, #aru .box {
	    width: 47%;
	}
	
	#operacoes .name, #pdm .name, #aru .name {
        width: 90%;
        font-size: 14px;
	}
	
	#pdm .box {
	    width: 47%;
	}
	
	#imi .box, #transparencia .box {
	    padding: 20px 4%;
	}
	
	#imi .imagem, #transparencia .imagem {
	    margin-right: 5px;
	}
	
	#imi .name, #transparencia .name {
        width: 70%;
	}
	
	#operacoes .imagem svg, #pdm .imagem svg, #imi .imagem svg, #aru .imagem svg, #transparencia .imagem svg {
        width: 60px;
        height: 60px;
	}
	
	#MenuInferior {
        min-height: auto;
	}
	
	#MenuInferior .g-content {
	    width: 100%;
	    padding: 4rem 25px !important;
	}
	
    #MenuInferior .pull-left {
        max-width: 300px;
        float: none;
    }
    
    #MenuInferior #w30Menu {
        width: 100%;
        text-align: center;
        display: block;
    }
    
    #MenuInferior #w30Menu #boxMenu {
        text-align: center;
        border: none;
    }
    
    #MenuInferior #w30Menu .tit {
        width: auto !important;
    }
    
    #MenuInferior .w17 {
        display: none;
    }
    
    #MenuInferior .titulo {
        font-size: 16px;
		margin-top: 0px !important;
    }
    
	#MenuInferior #links {
		width: 100%;
		margin: 0;
		padding: 10px 5px;
	}
	
	#MenuInferior .w30 .box {
		padding: 20px 20px 0 20px;
	}
	
	#MenuInferior .li {
		font-size: 13px;
		padding: 10px 0;
	}
    
    #BarraCopyright .w30 {
        width: 100%;
        text-align: center;
        padding-left:0;
    }
    
    #BarraCopyright .w40 {
        width: 100%;
        padding: 0;
    }
       
    #BarraCopyright .logoInterface {
        margin-top: 0;
    }
        
    #BarraCopyright .w30 img.digital {
        width: auto;
        max-width: 35px;
        height: auto;
        left: 25px;
        bottom: 8px;
        position: absolute;
        cursor: pointer;
    }
    
    #BarraCopyright .w29 {
        width: 50px;
        display: block;
        position: absolute;
        bottom: 10px;
        right: 25px;
    }
    
    #BarraCopyright .w29 .text{
        display:none;
    }
    
    #popUp .modal {
        width: 95%;
    }
    
}

@media (min-width: 592px) and (max-width: 767px){
    
    #g-navigation #grid-6679 .g-content {
        padding: 0 0 0 25px !important;
        max-width: 100%;
    }
    
    #g-navigation .g-logo {
        display: block;
        width: auto;
        text-align: left;
    }
    
    #g-navigation .g-logo img {
        top: 35px;
    }
    
    #barra .g-content {
        margin: 0 !important;
    }
    
    #barra .Digital {
        width: auto;
    }
    
    #barra .Digital a.texto {
        font-size: 12px;
        display: none;
    }
    
    #barra a.texto.online {
        font-size: 12px;
    }
    
    #barra .w10.turnMenu, #barra .w10.offMenu {
        width: 110px;
    }
    
    .Atalhos, .Atalhos2 {
        font-size: 12px;
    }
    
    #atalhos .g-content {
        padding: 40px 10px 250px 10px !important;
    }
    
	#atalhos #fechar svg {
		display: none;
	}
	
	#atalhos .normal {
		display: none;
	}
    
    #atalhos .mobile {
        display: block;
    }
    
    #atalhos .w33 {
        width: 100%;
    }
    
    #atalhos .w33 .button {
        padding: 25px;
    }
    
    #atalhos .w33 li {
        width: 31%;
    }

	#atalhos .texto h3 {
	    font-size: 30px;
	}
	#atalhos .texto p {
        font-size: 20px;
    }

    
	#g-container-5687 #g-mainbar .g-content {
		width: 90%;
		margin: 40% auto;
	}
	
	#g-container-5687 {
		margin-top: 120px;
	}
	
	#mobile, .mobile{
		display:block;
	}
	
	#g-navigation .spacer {
		display: none !important;
	}
    
    #menuMega {
        position: fixed;
        display: block;
        top: 50px;
        overflow-y: scroll;
        box-shadow: none;
        z-index: 9;
    }
    
    #dj-megamenu2897 {
        display: none;
    }
    
    #dj-megamenu2908mobile .dj-mobile-open-btn {
        top: 0px;
        right: 6px;
    }
	
	#Menu, #CloseMenu{
		background: transparent;
		outline: none;
		border: 0px;
		color: #fff;
		margin-top: 0;
		font-size: 25px;
		font-weight: 100;
		padding: 7px 20px;
	}
	
	#barra #mobile {
		text-align: left;
		max-width: 767px;
	}
	#barra #mobile svg {
	    width: 20px;
	    height: 20px;
	}
	#barra #mobile svg path {
        fill: #fff;
	}
	
	#BotaoMobile {
	    display: block;
        width: auto;
        position: absolute;
        right: 10px;
        top: 70px;
        text-align: right;
	}
	#BotaoMobile .icon{
		width: 28px;
    	display: inline-block;
    	vertical-align: middle;
    	text-align: right;
	}
	#BotaoMobile .icon:nth-child(1), #BotaoMobile .icon:nth-child(2){
		margin-right: 5px;
	}
	#g-navigation #BotaoMobile .g-content {
	    margin: 0;
	}
	#BotaoMobile .pesquisa img{
		width: 25px;
	}
	#BotaoMobile .icon button{
		background: transparent;
    	outline: none;
		height: 32px;
		padding: 0;
	}
	
	#BotaoMobile .icon.openMenu svg path {
	    fill: transparent;
	}
	
	#g-navigation {
		height: 120px !important;
		box-shadow: 0px 0px 5px 1px #e1e1e1;
		background:#fff;
	}
	
	
	#slide {
	    margin-top: 120px;
	}
	
	.sliderPrincipalNormal .info {
        left: 25px;
        max-width: 70%;
        top: 10%;
    }
    
	.sliderPrincipalNormal h2 {
	    margin: 0;
	    font-size: 30px;
	}
	.sliderPrincipalNormal h3 {
	    font-size: 23px;
	}
	.sliderPrincipalNormal p {
	    font-size: 14px;
        margin: 30px 0;
        width: 65%;
	}
	
	.sliderPrincipalNormal .info .tags {
        margin-top: 35px;
    }

	.sliderPrincipalNormal .info .tags span {
	    padding: 10px;
	    font-size: 12px;
	}
	
	.sliderPrincipalNormal .info .tags {
	    display: none;
	}
	
	.sliderPrincipalNormal #dots {
        top: 245px !important;
        left: 25px;
        right: auto;
	}
	
	.sliderPrincipalNormal #dots a{
		width: 14px;
    	height: 14px;
	}
	
	#intro .introducao {
	    margin-bottom: 285px;
	}
	
	#intro .boxLeft {
        width: 85%;
        padding: 50px 30px;
    }
    
    #intro .titulo {
        font-size: 30px;
    }
    
    #intro .texto {
       font-size: 16px;
    }
    
    #intro .boxRight {
        width: 65%;
        padding: 40px 30px;
        bottom: -45%;
        right: 25px;
    }
    
    #intro .boxRight .texto {
        font-size: 16px;
    }
    
    #intro .otherbutton {
        padding: 10px;
        font-size: 14px;
    }
	
	#intro .boxes {
       padding: 70px 25px;
    }
    
    #intro .box {
        width: 45%;
        padding: 10px;
        margin: 10px;
    }
    
    #intro .name {
        width: 60%;
        font-size: 16px;
    }

	
	  /*noticiasFP*/
    #noticiasFP .g-content {
        margin: 50px auto;
        padding: 0 25px;
        width: 100%;
    }
    
    #noticiasFP .titulo {
        font-size: 35px;
    }
    
	#noticiasFP .contentNews .item {
		height: auto;
		width: 100%;
        margin: 20px 0;
	}
	#noticiasFP .newsBlocks .itemImage {
        height: 250px;
	}
	#noticiasFP .contentNews .item .itemContent .date, #noticiasFP .newsBlocks .itemInfo .cat {
	    font-size: 18px;
	}
	
	.g-content {
		margin: 0;
		padding: 0;
	}
    /*noticiasFP fim*/
    
	
	#g-expanded .g-container {
	    width: 100%;
	}
	
	#operacoes .g-content, #pdm .g-content, #imi .g-content, #aru .g-content, #transparencia .g-content {
	    width: 100%;
	    padding: 50px 20px 0 20px;
	}
	
	#operacoes .titulo, #aru .titulo, #pdm .titulo, #imi .titulo, #transparencia .titulo {
	    font-size: 30px;
	}
	
	#operacoes .subtitulo, #pdm .subtitulo, #imi .subtitulo, #aru .subtitulo, #transparencia .subtitulo {
	    font-size: 16px;
	}
		
	#operacoes .texto, #aru .texto {
	    width: 100%;
	}
	
	#operacoes .texto p, #aru .texto p {
	    font-size: 16px;
	}
	
	#operacoes .box, #aru .box {
	    width: 48%;
	}
	
	#operacoes .name, #pdm .name, #aru .name {
        width: 90%;
        font-size: 14px;
	}
	
	#pdm .box {
	    width: 47%;
	}
	
	#imi .box, #transparencia .box {
	    padding: 20px 4%;
	}
	
	#imi .imagem, #transparencia .imagem {
	    margin-right: 5px;
	}
	
	#imi .name, #transparencia .name {
        width: 70%;
	}
	
	#operacoes .imagem svg, #pdm .imagem svg, #imi .imagem svg, #aru .imagem svg, #transparencia .imagem svg {
        width: 60px;
        height: 60px;
	}
	
	#MenuInferior {
        min-height: auto;
	}
	
	#MenuInferior .g-content {
	    width: 100%;
	    padding: 4rem 25px !important;
	}
	
    #MenuInferior .pull-left {
        max-width: 300px;
        float: none;
    }
    
    #MenuInferior #w30Menu {
        width: 100%;
        text-align: center;
        display: block;
    }
    
    #MenuInferior #w30Menu #boxMenu {
        text-align: center;
        border: none;
    }
    
    #MenuInferior #w30Menu .tit {
        width: auto !important;
    }
    
    #MenuInferior .w17 {
        display: none;
    }
    
    #MenuInferior .titulo {
        font-size: 16px;
		margin-top: 0px !important;
    }
    
	#MenuInferior #links {
		width: 100%;
		margin: 0;
		padding: 10px 5px;
	}
	
	#MenuInferior .w30 .box {
		padding: 20px 20px 0 20px;
	}
	
	#MenuInferior .li {
		font-size: 13px;
		padding: 10px 0;
	}
    
    #BarraCopyright .w30 {
        width: 100%;
        text-align: center;
        padding-left:0;
    }
    
    #BarraCopyright .w40 {
        width: 100%;
        padding: 0;
    }
       
    #BarraCopyright .logoInterface {
        margin-top: 0;
    }
        
    #BarraCopyright .w30 img.digital {
        width: auto;
        max-width: 35px;
        height: auto;
        left: 25px;
        bottom: 8px;
        position: absolute;
        cursor: pointer;
    }
    
    #BarraCopyright .w29 {
        width: 50px;
        display: block;
        position: absolute;
        bottom: 10px;
        right: 25px;
    }
    
    #BarraCopyright .w29 .text{
        display:none;
    }
    
    #popUp .modal {
        width: 80%;
    }
    
}

@media (min-width: 768px) and (max-width: 958px){
    
    #g-navigation #grid-6679 .g-content {
        padding: 0 0 0 25px !important;
        max-width: 100%;
    }
    
    #g-navigation .g-logo img {
        top: 63px;
    }
    
    #barra .g-content {
        margin: 0 !important;
    }
    
    #barra .Digital {
        width: auto;
    }
    
    #barra .Digital a.texto {
        font-size: 13px;
    }
    
    #barra a.texto.online {
        font-size: 12px;
    }
    
    #barra .w10.turnMenu, #barra .w10.offMenu {
        width: 110px;
    }
    
    .Atalhos, .Atalhos2 {
        font-size: 12px;
    }
    
    
    #atalhos .g-content {
        padding: 20px 10px 120px !important;
    }
    
	#atalhos #fechar svg {
		display: none;
	}
    
    #atalhos .w33 .button {
        padding: 25px;
        min-height: 140px;
    }
    
    #atalhos .w33 li {
        width: 31%;
        min-height: 140px;
    }

	#g-container-5687 #g-mainbar .g-content {
		width: 70%;
		margin: 40% auto;
	}
	
	#g-container-5687 {
		margin-top: 120px;
	}
	
	#mobile, .mobile{
		display:block;
	}
	
	#g-navigation .spacer {
		display: none !important;
	}
    
    #menuMega {
        position: fixed;
        display: block;
        top: 50px;
        overflow-y: scroll;
        box-shadow: none;
        z-index: 9;
    }
    
    #dj-megamenu2897 {
        display: none;
    }
    
    #dj-megamenu2908mobile .dj-mobile-open-btn {
        top: 0px;
        right: 6px;
    }
	
	
	#Menu, #CloseMenu{
		background: transparent;
		outline: none;
		border: 0px;
		color: #fff;
		margin-top: 0;
		font-size: 25px;
		font-weight: 100;
		padding: 7px 20px;
	}
	
	#barra #mobile {
		text-align: left;
		max-width: 958px;
	}
	#barra #mobile svg {
	    width: 20px;
	    height: 20px;
	}
	#barra #mobile svg path {
        fill: #fff;
	}
	
	#BotaoMobile {
	    display: block;
        width: auto;
        position: absolute;
        right: 10px;
        top: 70px;
        text-align: right;
	}
	#BotaoMobile .icon{
		width: 28px;
    	display: inline-block;
    	vertical-align: middle;
    	text-align: right;
	}
	#BotaoMobile .icon:nth-child(1), #BotaoMobile .icon:nth-child(2){
		margin-right: 5px;
	}
	#g-navigation #BotaoMobile .g-content {
	    margin: 0;
	}
	#BotaoMobile .pesquisa img{
		width: 25px;
	}
	#BotaoMobile .icon button{
		background: transparent;
    	outline: none;
		height: 32px;
		padding: 0;
	}
	
	#BotaoMobile .icon.openMenu svg path {
	    fill: transparent;
	}
	
	#g-navigation {
		height: 120px !important;
		box-shadow: 0px 0px 5px 1px #e1e1e1;
		background:#fff;
	}
	
	#slide {
	    margin-top: 120px;
	}
    
    .sliderPrincipalNormal .info {
        left: 25px;
        max-width: 70%;
        top: 10%;
    }
    
	.sliderPrincipalNormal h2 {
	    margin: 0;
	    font-size: 35px;
	}
	.sliderPrincipalNormal h3 {
	    font-size: 26px;
	}
	.sliderPrincipalNormal p {
	    font-size: 16px;
	    margin: 30px 0;
	    width: 56%;
	}
	
	.sliderPrincipalNormal .info .tags {
        margin-top: 35px;
    }

	.sliderPrincipalNormal .info .tags span {
	    padding: 10px;
	    font-size: 12px;
	}
	
	#intro .boxLeft {
        width: 68%;
        padding: 50px 7% 50px 30px;
    }
    
    #intro .titulo {
        font-size: 35px;
    }
    
    #intro .texto {
       font-size: 16px;
    }
    
    #intro .boxRight {
        width: 37%;
        padding: 40px 30px;
        bottom: -25px;
        right: 15px;
    }
    
    #intro .boxRight .texto {
        font-size: 16px;
    }
    
    #intro .otherbutton {
        padding: 10px;
        font-size: 14px;
    }
	
	#intro .boxes {
       padding: 70px 25px;
    }
    
    #intro .box {
        width: 21%;
        padding: 10px;
        margin: 10px;
    }
    
    #intro .name {
        width: 100%;
        font-size: 16px;
    }


	
	  /*noticiasFP*/
    #noticiasFP .g-content {
        padding: 0 25px;
        width: 100%;
    }
	#noticiasFP .contentNews .item {
		height: 335px;
	}
	#noticiasFP .contentNews .item .itemContent {
        padding: 20px;
	}
	#noticiasFP .newsBlocks .itemImage {
        height: 140px;
	}
	
	#noticiasFP .contentNews .item .itemContent .date {
	    font-size: 18px;
	}
	#noticiasFP .contentNews .item .itemContent .itemDescription {
	    font-size: 14px;
	}
	
	.g-content {
		margin: 0;
		padding: 0;
	}
    /*noticiasFP fim*/
	
	#g-expanded .g-container {
	    width: 100%;
	}
	#operacoes .g-content, #pdm .g-content, #imi .g-content, #aru .g-content, #transparencia .g-content {
	    width: 100%;
	    padding: 50px 25px 0 25px;
	}
	
	#operacoes .titulo, #aru .titulo, #pdm .titulo, #imi .titulo, #transparencia .titulo {
	    font-size: 35px;
	}
	
	#operacoes .subtitulo, #pdm .subtitulo, #imi .subtitulo, #aru .subtitulo, #transparencia .subtitulo {
	    font-size: 16px;
	}
		
	#operacoes .texto, #aru .texto {
	    width: 74%;
	}
	
	#operacoes .texto p, #aru .texto p {
	    font-size: 16px;
	}
	
	#pdm .box {
	    width: 48%;
	}
	
	#imi .box, #transparencia .box {
	    padding: 20px 4%;
	}
	
	#imi .name, #transparencia .name {
        width: 70%;
	}
	
	#operacoes .name, #pdm .name, #aru .name {
        width: 95%;
        font-size: 14px;
	}
	
	#operacoes .imagem svg, #pdm .imagem svg, #imi .imagem svg, #aru .imagem svg, #transparencia .imagem svg {
        width: 60px;
        height: 60px;
	}
	

	#MenuInferior {
        min-height: auto;
	}
	
	#MenuInferior .g-content {
	    width: 100%;
	    padding: 4rem 25px !important;
	}
	
    #MenuInferior .pull-left {
        max-width: 300px;
        float: none;
    }
    
    #MenuInferior #w30Menu {
        width: 100%;
        text-align: center;
        display: block;
    }
    
    #MenuInferior #w30Menu #boxMenu {
        text-align: center;
        border: none;
    }
    
    #MenuInferior #w30Menu .tit {
        width: auto !important;
    }
    
    #MenuInferior .w17 {
        display: none;
    }
    
    #MenuInferior .titulo {
        font-size: 16px;
		margin-top: 0px !important;
    }
    
	#MenuInferior #links {
		width: 100%;
		margin: 0;
		padding: 10px 5px;
	}
	
	#MenuInferior .w30 .box {
		padding: 20px 20px 0 20px;
	}
	
	#MenuInferior .li {
		font-size: 13px;
		padding: 10px 0;
	}
    
    #BarraCopyright .w30 {
        width: 100%;
        text-align: center;
        padding-left:0;
    }
    
    #BarraCopyright .w40 {
        width: 100%;
        padding: 0;
    }
       
    #BarraCopyright .logoInterface {
        margin-top: 0;
    }
        
    #BarraCopyright .w30 img.digital {
        width: auto;
        max-width: 35px;
        height: auto;
        left: 25px;
        bottom: 8px;
        position: absolute;
        cursor: pointer;
    }
    
    #BarraCopyright .w29 {
        width: 50px;
        display: block;
        position: absolute;
        bottom: 10px;
        right: 25px;
    }
    
    #BarraCopyright .w29 .text{
        display:none;
    }
    
}

@media (min-width: 959px) and (max-width: 1199px){
	#g-navigation #grid-6679 .g-content {
        padding: 0 0 0 25px !important;
    }
    
    #barra .g-content {
        margin: 0 25px 0 0 !important;
    }
    
    #barra .Digital {
        width: 720px;
    }
    
    #barra .Digital a.texto {
        font-size: 13px;
    }
    
    #barra a.texto.online {
        font-size: 12px;
    }
    
    #barra .w10.turnMenu, #barra .w10.offMenu {
        width: 110px;
    }
    
    .Atalhos, .Atalhos2 {
        font-size: 12px;
    }

    #atalhos .g-content {
        padding: 40px 10px 120px !important;
    }
    
    #atalhos .w33 .button {
        min-height: 140px;
    }
    
	#atalhos .w33 li {
        width: 23%;
        min-height: 140px;
	}
    
    
    .dj-megamenu-default {
        padding: 0 25px 0 0 !important;
    }
    
	.dj-megamenu-default li.dj-up {
	    padding: 0 5px !important;
	}
	.dj-megamenu-default li a.dj-up_a{
		padding: 7px 0 0 0!important;
		overflow: visible;
		font-size: 12px;
	}
	
	.dj-megamenu-default li a.dj-up_a span.dj-drop {
	    padding: 5px !important;
	}
	.dj-megamenu-default li ul.dj-submenu > li > a {
	    height: 45px;
	    font-size: 13px;
	}
	
	.dj-megamenu-default li.itemid1569 ul.dj-submenu > li > a, .dj-megamenu-default li.itemid1322 ul.dj-submenu > li > a {
	    font-size: 12px;
	}
	
	.dj-megamenu-default li ul.dj-subtree > li > a {
	    font-size: 12px;
	}
	
	.size-52{
		-webkit-flex: 0 58%;
	    -moz-flex: 0 58%;
	    -ms-flex: 0 58%;
	    flex: 0 58%;
	    width: 58%;
	}
	#w70c{
		margin-right: 10px;
	}
	
	#caixaAtalhos {
        padding-top: 60px;
    }
    
    .sliderPrincipalNormal {
        margin-top: 120px;
    }
    
    .sliderPrincipalNormal .info {
        left: 25px;
        max-width: 70%;
        top: 10%;
    }
    
    .sliderPrincipalNormal h2 {
        font-size: 45px;
        margin: 0;
    }
	
	.sliderPrincipalNormal h3 {
	    font-size: 35px;
	}
    
    .sliderPrincipalNormal p {
        font-size: 18px;
        margin: 35px 0;
    }
	.sliderPrincipalNormal .info .tags {
	        margin-top: 50px;
	}
	
	.sliderPrincipalNormal .info .tags span {
	    padding: 10px;
        font-size: 14px;
	}
		
	#intro .boxLeft {
        width: 68%;
        padding: 50px 6% 50px 30px;
    }
    
    #intro .titulo {
        font-size: 35px;
    }
    
    #intro .texto {
       font-size: 17px;
    }
    
    #intro .boxRight {
        width: 33%;
        padding: 50px 30px;
        right: 25px;
    }
    
    #intro .boxRight .texto {
        font-size: 17px;
    }
	
	#intro .boxes {
       padding: 70px 25px;
    }
    
    #intro .box {
        width: 21%;
        padding: 10px;
    }
    
    #intro .name {
        width: 80%;
        font-size: 18px;
    }
    
    #noticiasFP .g-content {
        margin: 50px auto;
        padding: 0 25px;
        width: 959px;
    }
    #noticiasFP .contentNews .item {
		height: 348px;
	}
	#noticiasFP .contentNews .item .itemContent {
        padding: 20px 25px;
	}
	#noticiasFP .newsBlocks .itemImage {
		height: 175px;
	}
	
	
	#g-expanded .g-container {
	    width: 100%;
	}
	#operacoes .g-content, #pdm .g-content, #imi .g-content, #aru .g-content, #transparencia .g-content {
	    width: 959px;
        padding: 50px 25px;
	}
	
	#operacoes .titulo, #aru .titulo, #pdm .titulo, #imi .titulo, #transparencia .titulo {
	    font-size: 35px;
	}
	
	#operacoes .subtitulo, #pdm .subtitulo, #imi .subtitulo, #aru .subtitulo, #transparencia .subtitulo {
	    font-size: 18px;
	}
		
	#operacoes .texto, #aru .texto {
	    width: 67%;
	}
	
	#operacoes .texto p, #aru .texto p {
	    font-size: 18px;
	}
	
	#pdm .box {
	    width: 48%;
	}
	
	#imi .box, #transparencia .box {
	    padding: 20px 6%;
	}
	
	#imi .name, #transparencia .name {
        width: 77%;
	}
	
	#operacoes .name, #pdm .name, #aru .name {
        width: 85%;
	}
	
	
	#MenuInferior .g-content {
	    width: 959px;
	    padding: 4rem 25px !important;
	}
	
    #MenuInferior .pull-left {
        max-width: 300px;
        float: none;
    }
    
    #MenuInferior #w30Menu {
        width: 100%;
        text-align: center;
        display: block;
    }
    
    #MenuInferior #w30Menu #boxMenu {
        text-align: center;
        border: none;
    }
    
    #MenuInferior #w30Menu .tit {
        width: auto !important;
    }
    
    #MenuInferior .w17 {
        width: 24.5%;
    }
    
    #MenuInferior .titulo {
        font-size: 16px;
		margin-top: 0px !important;
    }
    
	#MenuInferior #links {
		width: 100%;
		margin: 0;
		padding: 10px 5px;
	}
	
	#MenuInferior .w30 .box {
		padding: 20px 20px 0 20px;
	}
	
	#MenuInferior .li {
		font-size: 13px;
		padding: 10px 0;
	}
    
    #BarraCopyright .w30 {
        width: 100%;
        text-align: center;
        padding-left:0;
    }
    
    #BarraCopyright .w40 {
        width: 100%;
        padding: 0;
    }
       
    #BarraCopyright .logoInterface {
        margin-top: 0;
    }
        
    #BarraCopyright .w30 img.digital {
        width: auto;
        max-width: 35px;
        height: auto;
        left: 25px;
        bottom: 8px;
        position: absolute;
        cursor: pointer;
    }
    
    #BarraCopyright .w29 {
        width: 50px;
        display: block;
        position: absolute;
        bottom: 10px;
        right: 25px;
    }
    
    #BarraCopyright .w29 .text{
        display:none;
    }
}

@media (min-width: 1200px) and (max-width: 1439px){
	#g-navigation #grid-6679 .g-content {
        padding: 0 0 0 6% !important;
    }
    
    #barra .g-content {
        margin: 0 6% 0 0 !important;
    }
    
    .dj-megamenu-default {
        padding: 0 5% 0 0 !important;
    }
    
	.dj-megamenu-default li a.dj-up_a span.dj-drop {
	    padding: 5px !important;
	}
	.dj-megamenu-default li ul.dj-submenu > li > a {
	    height: 45px;
	}
	
	.size-52{
		-webkit-flex: 0 58%;
	    -moz-flex: 0 58%;
	    -ms-flex: 0 58%;
	    flex: 0 58%;
	    width: 58%;
	}
	.dj-megamenu-default li a.dj-up_a{
		padding: 7px 0px 0 0!important;
		overflow: visible;
	}
	#w70c{
		margin-right: 10px;
	}
	
    
    .sliderPrincipalNormal {
        margin-top: 120px;
    }
    
    .sliderPrincipalNormal .info {
        left: 4%;
        max-width: 60%;
    }
    
    .sliderPrincipalNormal h2 {
        margin: 0;
    }
    
    .sliderPrincipalNormal p {
        width: 52%;
    }
	
	#intro .boxLeft {
        width: 67%;
        padding: 50px 6% 50px 4%;
    }
    
    #intro .boxRight {
        width: 32%;
        padding: 50px;
        bottom: -25px;
        right: 6%;
    }
	
	#intro .boxes {
       padding: 70px 25px;
    }
    
    #intro .box {
        width: 22%;
    }
    
    #intro .name {
        width: 75%;
    }
    
	#noticiasFP .g-content {
	    width: 1100px;
	}
	
	
	#operacoes .g-content, #pdm .g-content, #imi .g-content, #aru .g-content, #transparencia .g-content {
	    width: 1100px;
	}
		
	#operacoes .texto, #aru .texto {
	    width: 61%;
	}
	
	#pdm .box {
	    width: 48%;
	}
	
	#operacoes .name, #pdm .name, #imi .name, #aru .name, #transparencia .name {
        width: 80%;
	}
	
	#operacoes .subtitulo, #pdm .subtitulo, #imi .subtitulo, #aru .subtitulo, #transparencia .subtitulo {
	    font-size: 18px;
	}
	
	#MenuInferior .g-content {
	    max-width: 1100px;
	}
	
    #BarraCopyright .g-content {
        padding: 0px 3% !important;
    }
	
}

@media (min-width: 1440px) and (max-width: 1599px){
    #g-navigation #grid-6679 .g-content {
        padding: 0 0 0 8% !important;
    }
    
    #barra .g-content {
        margin: 0 4% 0 0 !important;
    }
    
    .dj-megamenu-default {
        padding: 0 4% 0 0 !important;
    }
    
    .sliderPrincipalNormal {
        margin-top: 120px;
    }
    
    .sliderPrincipalNormal .info {
        left: 6%;
    }
    
    .sliderPrincipalNormal h2 {
        margin: 0;
    }
    
    .sliderPrincipalNormal p {
        width: 52%;
    }
    
    #intro .boxLeft {
        width: 67%;
        padding: 50px 6%;
    }
    
    #intro .boxRight {
        width: 30%;
        padding: 50px;
        right: 6%;
    }
	
	#intro .boxes {
       padding: 70px 6%;
    }
    
    #intro .name {
        width: 75%;
    }
    
	#noticiasFP .g-content {
	    width: 1300px;
	}
	
	#operacoes .g-content, #pdm .g-content, #imi .g-content, #aru .g-content, #transparencia .g-content {
	    width: 1300px;
	}
	
	#operacoes .texto, #aru .texto {
	    width: 58%;
	}
	
	#operacoes .name, #pdm .name, #imi .name, #aru .name, #transparencia .name {
        width: 80%;
	}
	
	#MenuInferior .g-content {
	    max-width: 1300px;
	}
	
    #BarraCopyright .g-content {
        padding: 0px 5% !important;
    }
	
}

@media (min-width: 1600px) and (max-width: 1799px){
    
	#intro #bloco {
		width: 100%;
		margin: unset;
		padding: 10px;
	}
	
	#intro .boxRight {
	    padding: 50px;
	}
	
	#intro .box {
        width: 22%;
	}
	
	#noticiasFP .g-content {
	    width: 1340px;
	}
	
	#operacoes .g-content, #pdm .g-content, #imi .g-content, #aru .g-content, #transparencia .g-content {
	    width: 1340px;
	}
	
	#operacoes .texto, #aru .texto {
	    width: 58%;
	}
	
	#MenuInferior .g-content {
	    max-width: 1340px;
	}
	
}

@media (min-width: 1800px){
    
	#intro #bloco {
		width: 100%;
		margin: unset;
		padding: 10px;
	}
	
	#servcos25 img {
		height: 200px;
	}
	
	#servcos25 {
		width: 23%;
	}
}








