/* MENU */
  #menu_v2 {
      z-index: 99999;
  }
  
#menu_v2 .iportal {
	position: relative;
    float: right;
    top: 85%;
    width: 150px;
    right: 35%;
    overflow-x: hidden;
	transform:none;
	transition:all 0.3s ease-in-out;
}

#menu_v2 .iportal img{
	margin-left:105px;
}

#menu_v2 .overlay{
	position:fixed;
	width:100%;
	top:0;
	left: -100%;
    bottom: 0;
    right: 0;
	content:'';
	background:#00000080;
	z-index:1;
}

#menu_v2 .menuMobile{
	display:none;
	position:fixed;
	width:100%;
	top:-100%;
	left: -100%;
    bottom: 0%;
    right: 0;
	content:'';
	background:#00f9b8;
	z-index:3;
	overflow-y:auto;
	padding-bottom:50px;
}

#menu_v2 .menuMobile .parent li h4{
	font-size:50px;
}

#menu_v2 .menuMobile .sub1 span, #menu_v2 .menuMobile .sub2 span, #menu_v2 .menuMobile .sub3 span, #menu_v2 .menuMobile .sub4 span, #menu_v2 .menuMobile .sub5 span, #menu_v2 .menuMobile .sub6 span {
	font-size:23px;
}


/* ------------ Menu ---------- */
#menu_v2 .g-content {
	padding:0;
	margin:0;
}

#menu_v2 .menu_v2 {
	transition: 0.6s ease-in-out;
	position:fixed;
	width:100%;
	top:0;
	left: -100%;
    bottom: 0;
    right: 0;
	content:'';
	background: rgb(0 0 0 / 5%);
	z-index:3;
}

#menu_v2 .menu_v2 .logo{
	position: relative;
    width: 175px;
    left: 50px;
    top: 25px;
    background: #000;
    border-radius: 20px;
    padding: 8px;
	z-index:3;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	
}

#menu_v2 .menu_v2 .logo:hover{
	background-color: #000;
	text-shadow: none;	
}

#menu_v2 .menu_v2 .logo:hover:before {
	bottom: 0%;
	top: auto;
	height: 100%;
	border-radius:15px;
}

#menu_v2 .menu_v2 .logo:before {
	display: block;
	position: absolute;
	left: -1px;
	top: 0px;
	height: 0px;
	width: 101%;
	border-radius:15px;
	z-index: -1;
	content: '';
	background: #fff;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#menu_v2 .menu_v2 .logo img{
	max-width:100%;
	margin-top:0;
	float:none;
}

#menu_v2 .menu_v2 .parent{
    width: 100%;
    height: 80%;
	left: 0%; 
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#menu_v2 .menu_v2 .parent ul{
	margin-left:30%;
}

#menu_v2 .parent li{
	display:block;
}

#menu_v2 .parent li.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;
}

#menu_v2 .parent li.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;
}

#menu_v2 .parent li.fadeInDown{
	-webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

#menu_v2 .parent li.fadeInUp{
	-webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#menu_v2 .parent li:nth-child(2){
	animation-delay:0.2s;
}

#menu_v2 .parent li:nth-child(3){
	animation-delay:0.3s;
}

#menu_v2 .parent li:nth-child(4){
	animation-delay:0.4s;
}

#menu_v2 .parent li:nth-child(5){
	animation-delay:0.5s;
}

#menu_v2 .parent li:nth-child(6){
	animation-delay:0.6s;
}

#menu_v2 .parent li:nth-child(7){
	animation-delay:0.7s;
}

#menu_v2 .parent li h2{
	color: #299296;
	text-align: right;
	display: block;
	margin: 0;
	font-size: 110px;
}

#menu_v2 .parent li::marker{
	display:none;
}
/*
#menu_v2 .parent li:hover .sub{
	display:block;
}
*/

#menu_v2 .sub2, #menu_v2 .sub3, #menu_v2 .sub4, #menu_v2 .sub5, #menu_v2 .sub6{
	display:none;
	position:relative;
}

#menu_v2 .sub1 span,#menu_v2 .sub2 span,#menu_v2 .sub3 span,#menu_v2 .sub4 span, #menu_v2 .sub5 span, #menu_v2 .sub6 span{
    display: block;
	position:relative;
    text-align: right;
}

#menu_v2 .sub1 span:after,#menu_v2 .sub2 span:after,#menu_v2 .sub3 span:after,#menu_v2 .sub4 span:after, #menu_v2 .sub5 span:after , #menu_v2 .sub6 span:after{
/*     position: absolute;
    transition: .3s;
    content: '';
    height: 3px;
    background: #fff;
	right: 0;
    bottom: auto;
    top: -3px;
    width: 0%; */
}
  
#menu_v2 .sub1 span:hover,#menu_v2 .sub2 span:hover,#menu_v2 .sub3 span:hover,#menu_v2 .sub4 span:hover, #menu_v2 .sub5 span:hover, #menu_v2 .sub6 span:hover  {
	cursor: pointer;
}

#menu_v2 .sub1 span:hover:after,#menu_v2 .sub2 span:hover:after,#menu_v2 .sub3 span:hover:after,#menu_v2 .sub4 span:hover:after, #menu_v2 .sub5 span:hover:after, #menu_v2 .sub6 span:hover:after  {
	width:60%;
	top: calc(100% - 3px);
}  

#menu_v2 .menuLateral {
	background: #02538a;
    border-radius: 50px;
    position: fixed;
    margin: 0px;
    text-align: center;
    width: 100px;
    height: 100px;
	-webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
	right: 30px;
    top: 10px;
    content: '';
    z-index: 3;
    display: block;
}

#menu_v2 .logoSlider {
	position: relative;
	display: inline-block;
    left: 61%;
}


#menu_v2 .menu_v2 {
	display: flex;
}


#menu_v2 .w33.icons {
    display: inline-block;
    height: 25%;
    text-align: center;
    position: relative;
    z-index: 9;
}

#menu_v2 .w33.icons div {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: transparent;
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

#menu_v2 .w33.icons a div {
    background:transparent;
}

#menu_v2 .w33.icons div svg {
	width: 22px;
	height: 22px;
}

#menu_v2 .w33.icons div svg path {
	fill: #ffffff;
}

#menu_v2 .w33.icons div.separator{
    width: 1px;
    margin: 0 10px;
}

#menu_v2 .w33.icons a.areaPessoal div svg {
    width: 170px;
    height: 33px;
}

#menu_v2 .w33.turnMenu{
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

#menu_v2 .w33.offMenu{
    text-align: left;
    display: none;
    vertical-align: top;
}

#menu_v2 .w33.offMenu svg polygon{
    fill:#fff;
}

#menu_v2 .w33.turnMenu path, #barra .w33.offMenu path{
    fill: #1d1d1b;
}

#menu_v2 .w33{
    width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

#menu_v2.w33.logo button{
    background: transparent;
    height: 50px;
    outline: none;
    padding: 8px;
}

#menu_v2 .w33 img{
    background: transparent;
    height: 50px;
    text-align: center;
    padding: 5px;
    margin-top: -8px;
    width: auto;
}

#menu_v2 .g-content{
	padding: 0 50px!important;
    width: 100%;
    margin: 0 auto;
}

.skiptranslate {
    display: none !important;
}

#menu_v2 .idiomaSelect {
    position: absolute;
    top: 60px;
    right: 17%;
    width: auto;
    height: 40px;
    z-index: 9;
    text-align: left;
    font-size: 12px;
    color: #004087;
    font-family: 'PFDinTextCompPro-Bold', sans-serif;
}

#menu_v2 .idiomaSelect a{
    background: #fff;
    color: #004087;
    padding: 10px;
    display: none;
    text-transform: lowercase;
    font-size: 14px;
}

#menu_v2 .idiomaSelect a.active{
    display: block;
}

#menu_v2 .idiomas {
    position: absolute;
    top: 60px;
    right: 17%;
    width: auto;
    height: 40px;
    z-index: 9;
    text-align: left;
    font-size: 12px;
    color: #004087;
    font-family: 'PFDinTextCompPro-Bold', sans-serif;
    padding-top: 40px;
}

#menu_v2 .idiomas a{
    background: #fff;
    color: #004087;
    padding: 10px;
    display: block;
    visibility: hidden;
    text-transform: lowercase;
    font-size: 14px;
}

#menu_v2 .idiomas a.active{
    display: none;
}


@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

#menu_v2 .idiomas:hover a{
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

#menu_v2 .menu_v2 .parent_left {
    display: inline-block;
    width: 25%;
    height: 100%;
	background: #d3e1ea;
    background-image: linear-gradient(to bottom, rgba(2, 83, 139, 0.55) 5%, rgb(175 193 205 / 33%) 100%), url(/images/Marca_dAgua.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

#menu_v2 .menu_v2 .parent_left .parent_left_img {
    display: block;
    height: 80%;
    position: relative;
    top: 50px;
    width: 100%;
    text-align: center;
}

#menu_v2 .menu_v2 .parent_left .parent_left_img img {
	width: 200px;
}

#menu_v2 .menu_v2 .parent_left .parent_left_pesquisa {
    position: absolute;
    margin-left: 5%;
    width: 15%;
    /*display: block;*/
	top: 59%;
	display: none; /* Hide for Now */
}

#menu_v2 .overlay_menu {
	position: absolute;
	width: 100%;
    height: 100%;
	background: #276c98f0;
}

#menu_v2 .menu_v2 .parent {
height: 100%;
    left: 0%;
    display: inline-block;
    /* justify-content: center; */
    /* align-items: center; */
    text-align: left;
    position: relative;
	background: transparent;
    /*background-image: url(/images/FP_Slideshow/SliderPrincipal/360_aig02.jpg);
    background-size: cover;
	background-position: center;*/
}

#menu_v2 .menu_v2 .parent h4 {
	text-align: left;
}


#menu_v2 .menu_v2 .parent ul {
    z-index: 2;
    position: relative;
    top: 20%;
    display: block;
    width: 38%;
	margin-left: 16%;
	transition: cubic-bezier(0.4, 0, 1, 1) 0.5s;
}

#menu_v2 .parent .sub1:before, #menu_v2 .parent .sub2:before, #menu_v2 .parent .sub3:before, #menu_v2 .parent .sub4:before, #menu_v2 .parent .sub5:before, #menu_v2 .parent .sub6:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30%;
    display: inline-block;
    width: 1px;
    height: 0; /* Start with height 0 */
    background-color: #fff;
    transform: translateY(-50%);
    animation: growLine 1s ease-in forwards; /* Trigger the animation */
}

#menu_v2 .parent li h4 {
	font-size: 65px;
	font-family: 'PFDinTextCompPro-Thin', Arial, Helvetica, sans-serif;
	line-height: 1.2;
    color: #ffffff;
	display:block;
	cursor:pointer;
	text-align:right;
	margin:0;
	/* width: fit-content; */
	text-transform: uppercase;
}


#menu_v2 .parent li.active h4 {
	font-family: 'PFDinTextCompPro-Medium', Arial, Helvetica, sans-serif;
}

#menu_v2 .parent h4:hover {
    text-decoration: underline;
}

#menu_v2 .parent li.fadeInDown a {
	color: #ffffff;
}

#menu_v2 .parent .sub1, #menu_v2 .parent .sub2, #menu_v2 .parent .sub3, #menu_v2 .parent .sub4, #menu_v2 .parent .sub5, #menu_v2 .parent .sub6 {
    z-index: 3;
    margin-left: 50px;
    width: 70%;
    right: -85%;
    position: absolute;
    top: 20px;
	display: none;
}

#menu_v2 .sub1 a, #menu_v2 .sub2 a, #menu_v2 .sub3 a, #menu_v2 .sub4 a, #menu_v2 .sub5 a, #menu_v2 .sub6 a {
	text-decoration: none !important;
}

#menu_v2 .sub1 span, #menu_v2 .sub2 span, #menu_v2 .sub3 span, #menu_v2 .sub4 span, #menu_v2 .sub5 span, #menu_v2 .sub6 span {
	font-size: 40px;
	font-family: 'PFDinTextCompPro-thin', Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#menu_v2 .sub1 span:hover, #menu_v2 .sub2 span:hover, #menu_v2 .sub3 span:hover, #menu_v2 .sub4 span:hover, #menu_v2 .sub5 span:hover, #menu_v2 .sub6 span:hover {
    text-decoration: underline;
}

#menu_v2 .logoSlider {
	max-width: 85%;
}

#menu_v2 .logoSlider img {
	max-height: 95px;
}

#menu_v2 .menu_v2 .parent_left .w33.icons .traducao svg path {
	fill: #ffffff;
}

#menu_v2 .parent_left .w33.icons div {
	width: 25px;
}


.unclickable {
    pointer-events: none;
}

#menu_v2 .menuLateral #menu-btn .icon {
    position: relative;
    border-radius: 100px;
    top: -55px;
    left: -39px;
    height: 140px;
    width: 140px;
    display: block !important;
}

#menu_v2 .menuLateral #menu-btn.open .icon {
    position: relative;
    border-radius: 100px;
    top: -20px;
    left: -39px;
    height: 140px;
    width: 140px;
    display: block !important;
}

#menu_v2 .menuLateral #menu-btn {
	-webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    display: block;
    margin: 0px;
    text-align: center;
    width: 60px;
    height: 65px;
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 999;
    cursor: pointer;
}

#menu_v2 .menuLateral #menu-btn.open {
	top: 5px;
}

@keyframes growLine {
    0% {
        height: 0;
		background: #ffffff;
    }
	
	50% {
        height: 50%;
		background: #ffffff;
    }

    100% {
        height: 100%; /* Grows to full height */
		background: #ffffff;
    }
}


.content-docs .clearFilter{
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
    font-weight: 100;
    background: transparent;
    border: 1px solid #004087;
    border-radius: 50px;
    color: #004087;
    margin-top: 10px;
    display: block;
    text-align: center;
    width: 100px;
    padding: 5px 0;
    cursor: pointer;
}

.content-docs .clearFilter:hover{
    background: #004087;
    color: #fff;
}

#BarraCopyright .w30 #aa img{
    width: 80px !important;
    margin-left: 5px !important;
}

#MenuSuperior .normal .w66 .gopage {
    background: #e9be2f;
    color: #fff;
    border: 1px solid #e9be2f;
    padding: 5px 10px;
    margin-top: 20px;
    display: block;
    width: 140px;
    text-align: center;
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
}

#MenuSuperior .normal .w66 .gopage:hover {
    background: #fff;
    color: #000;
}

#news .video{
    width: 600px;
    margin: 30px auto;
    text-align: center;
}

#news .video iframe{
    width: 600px;
    height: 340px;
}

#news .fb-video{
    display: block;
    margin: 0 auto;
    text-align: center;
}

#news .video .item {
    margin: 0 10px;
    width: 31%;
    display: inline-block;
}

.loaderAcontece {
	text-align: center;
}

.loader{
    text-align: center;
}

.loader img{
    width: 170px;
    border-radius: 50%;
}


.loaderRotate {
    width: 70px;
    height: auto;
    position: relative;
    /*overflow: hidden;
    transform: rotate(240deg);*/
    display: inline-block;
    margin-bottom: 50px;
}
/*.loaderRotate:before {
    content: "";
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    border: 5px solid #0000;
    border-color: #004087 #0000 #0000 #0000;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotate 1s ease-in-out infinite;
    transform: rotate(0deg);
}*/
@keyframes rotate {
    0% {
      border-width: 3px;
    }
    100% {
      transform: rotate(360deg);
      border-width: 3px;
    }
}



#documentos .loader{
    padding:100px 0;
}

#g-mainbar .moduletable {
    margin: 0;
}

.dj-megamenu-default li ul.dj-submenu > li.first a{
    outline:none !important;
}

.dj-megamenu-default li.dj-up.itemid458.fullsub {
    position: relative !important;
}
.dj-megamenu-default .itemid458 .dj-subwrap-in, .dj-megamenu-default .itemid458 .dj-subwrap {
    width: 200px !important;
}

.dj-megamenu-default li.itemid458 :hover div.dj-subwrap, .dj-megamenu-default li.itemid458 .hover div.dj-subwrap {
    margin-left: -40px;
}

.dj-megamenu-default li.itemid458  ul.dj-submenu > li > a {
    color: #3c3c3c !important;
    text-transform: initial !important;
	font-family: 'PFDinTextCompPro-Thin',sans-serif;
    font-size: 16px !important;
    text-align: left !important;
    padding: 0 !important;
    float: none;
    font-weight: 100;
    margin: 0;
}

.dj-megamenu-default li.itemid458  ul.dj-submenu > li, .dj-megamenu-default li.itemid458  ul.dj-submenu > li:hover{
    list-style: none;
}

.dj-megamenu-default li.itemid458  ul.dj-submenu > li{
    border-top: 0px;
    /*border-left: 4px solid #e1e1e1;*/
    padding: 0 8px;
    margin: 0 0 20px 0;
    border-image: url(/images/SVG/Icone.svg) 0% 100% stretch;
    border-style: solid;
    border-width: 5px 15px;
    border-right: 0;
    height: 25px;
}

/*.dj-megamenu-default li.itemid1605 ul.dj-submenu > li:hover{
    border-left: 4px solid #e9be2f;
}*/

.dj-megamenu-default li.itemid458  ul.dj-submenu > li.first a:hover, .dj-megamenu-default li.itemid458  ul.dj-submenu > li > a:hover {
	color: #e9be2f !important;
}

.dj-megamenu-default li.itemid458  ul.dj-submenu > li.first a {
    font-size: 16px !important;
    text-transform: initial !important;
    color: #3c3c3c !important;
    font-family: 'PFDinTextCompPro-Regular', sans-serif;
}

.dj-megamenu-default li.itemid458  div.dj-subcol{
    width: 100% !important;
}




.dj-megamenu-default .itemid1605 .dj-subwrap-in{
    width: 200px !important;
}

.dj-megamenu-default li.itemid1605:hover div.dj-subwrap, .dj-megamenu-default li.itemid1605.hover div.dj-subwrap {
    margin-left: -40px;
}

.dj-megamenu-default li.itemid1605 ul.dj-submenu > li > a {
    color: #3c3c3c !important;
    text-transform: initial !important;
	font-family: 'PFDinTextCompPro-Thin',sans-serif;
    font-size: 16px !important;
    text-align: left !important;
    padding: 0 !important;
    float: none;
    font-weight: 100;
    margin: 0;
}

.dj-megamenu-default li.itemid1605 ul.dj-submenu > li, .dj-megamenu-default li.itemid1605 ul.dj-submenu > li:hover{
    list-style: none;
}

.dj-megamenu-default li.itemid1605 ul.dj-submenu > li{
    border-top: 0px;
    /*border-left: 4px solid #e1e1e1;*/
    padding: 0 8px;
    margin: 0 0 20px 0;
    border-image: url(/images/SVG/Icone.svg) 0% 100% stretch;
    border-style: solid;
    border-width: 5px 15px;
    border-right: 0;
    height: 25px;
}

/*.dj-megamenu-default li.itemid1605 ul.dj-submenu > li:hover{
    border-left: 4px solid #e9be2f;
}*/

.dj-megamenu-default li.itemid1605 ul.dj-submenu > li.first a:hover, .dj-megamenu-default li.itemid1605 ul.dj-submenu > li > a:hover {
	color: #e9be2f !important;
}

.dj-megamenu-default li.itemid1605 ul.dj-submenu > li.first a {
    font-size: 16px !important;
    text-transform: initial !important;
    color: #3c3c3c !important;
	font-family: 'PFDinTextCompPro-Thin',sans-serif;
}

.dj-megamenu-default li.itemid1605 div.dj-subcol{
    width: 100% !important;
}




.menus li span{
    color: #1d1d1b;
    text-align: left;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    margin-bottom: 7px;
    font-size: 17px;
    padding-left: 5px;
    cursor:pointer;
}

.catMenu:nth-child(2){
    margin-top:50px;
}

#corpo h4{
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    margin: 0;
    font-weight: bold;
    font-size: 20px;
    color: #666;
}

.mobile{
    display:none;
}

#MenuSuperior {
    position: fixed;
    left: 0;
    top: 50px;
    height: 100%;
    width: 100%;
    text-align: center;
    background: #f3f9ff;
    overflow-x: hidden;
    overflow-y: scroll;
    display: none;
}

#MenuSuperior .g-content {
    padding: 50px !important;
    margin: auto;
}

#MenuSuperior .w33{
    width:100%;
    display:inline-block;
    vertical-align:top;
}

#MenuSuperior .w33 button{
    display: block;
    width: 100%;
    max-width: 485px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border: 1px solid #e1e1e1;
    background: #fff;
    color: #1d1d1b;
    font-size: 19px;
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
    margin-bottom:20px;
    outline: none;
}

#MenuSuperior .w33 button:hover, #MenuSuperior .w33 button.active{
    background:#e9be2f;
    color: #fff;
    border: 1px solid #e9be2f;
}

#logos{
    background: #c9d5e2;
}

#logos .g-content {
    padding: 20px 0 !important;
    margin: 0 auto;
    width: 1350px;
    text-align: center;
}

#logos .item{
    width: 16%;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

#logos .item img{
    max-height: 80px;
    max-width: 150px;
}

.joomla_sharethis{
    text-align:center;
}   

.disabled{
    opacity: 0.5;
}

.mapaSite{
    outline: none;
    background: transparent;
    padding: 0;
}


.dj-megamenu-default li.itemid1306{
    list-style: none !important;
    width:200px;
    background: white;
    margin-left: 0;
    border-left:1px solid #e9be2f !important;
    border: 1px solid #e9be2f;
    -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;
    margin-top: 10px !important;
    font-weight: 100 !important;
}

.dj-megamenu-default li.itemid1306:hover{
    background:#e9be2f;
}

.dj-megamenu-default li.itemid1306 > a {
    margin: 0;
    text-align: center !important;
    color: #e9be2f !important;
    font-size: 14px;
    font-weight: 100 !important;
    padding: 10px !important;
}

.dj-megamenu-default li.itemid1306:hover > a{
    color:#fff;
}

.dj-megamenu-default li ul.dj-submenu > li.parent .dj-subtree li.itemid1306  a{
    font-weight: 100 !important;
    color: #005d7b !important;
}

.dj-megamenu-default li ul.dj-submenu > li.parent .dj-subtree li.itemid1306:hover  a{
    color:#fff !important;
}

#botoesMobile{
    display:none;
}

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

#botoesMobile svg line {
    stroke-width: 2px;
    stroke: #1d1d1b;
}

#botoesMobile{
    position: fixed;
    width: 70px;
    right: 10px;
    top: 78px;
    z-index: 999999999;
    text-align: center;
}

#botoesMobile .Atalhos2{
    padding: 0;
}



#balcaoOnline {
    background: #005d7b;
    color: #fff;
    padding: 12px 20px;
    text-align: center;
    margin: 20px 0;
    border: 1px solid #005d7b;
    outline: none;
    text-transform: uppercase;
    font-size: 17px;
    font-family: 'theboldfont', sans-serif;
    font-weight: bold;
    width: 100%;
    max-width:362px;
}

#balcaoOnline:hover {
    color: #005d7b;
    background: #fff;
}

.imageBlock img{
    width: 48%;
    margin-right: 1%;
    margin-bottom: 1%;
    display: inline-block;
}

#servicosOnline{
	margin-top:50px;
}

#servicosOnline .block{
    border-top: 2px solid #005d7b;
    padding: 15px 0;
}

#servicosOnline .w70{
    width: 70%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 5%;
}

#servicosOnline .w30{
    display: inline-block;
    width: 29%;
    vertical-align: middle;
    text-align: right;
}

#servicosOnline h3{
	margin:0 0 15px 0;
	font-size: 1.5rem;
    font-family: 'theboldfont', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.servOnline, .servPresenca{
    width: 110px;
    display: inline-block;
    vertical-align: middle;
    margin-right:20px;
}

.servOnline button, .servPresenca button{
    width: 110px;
    outline:none;
    background:transparent;
}

.servOnline svg, .servPresenca svg{
    width: 56px;
    height: 56px;
}

#g-mainbar .block p{
    text-align: left;
    font-size: 14px;
    margin: 0;
}

.block .legenda{
    text-align: center;
    color: #1d1d1b;
    text-transform: uppercase;
    font-size: 12px;
}

#g-mainbar #servicosOnline .moduletable {
    margin: 0;
}

#multimediaTab .tab{
    border-bottom: 1px solid #005d7b;
    padding-bottom:10px;
}

#multimediaTab button{
    padding: 5px 20px;
    outline: none;
    background: #ffffff;
    border: 1px solid #1d1d1b;
    color: #1d1d1b;
    font-family: 'theboldfont', sans-serif;
    margin-right: 10px;
}


#multimedia .g-content{
    margin-bottom: 20px !important;
}

#multimedia .w33{
	width:31%;
	display:inline-block;
	vertical-align:top;
}

#multimedia .w33.left{
	margin-right:2%;	
}

#multimedia .w33.center{
	margin-right:1%;
	margin-left:1%;	
}

#multimedia .w33.right{
	margin-left:2%;	
}

#multimedia iframe {
    height: 230px;
    width: 450px;
}

#partilha{
    width: auto;
    position: absolute;
    right: 60px;
    text-align: right;
    top: 0;
    z-index: 99;
}

#g-mainbar #partilha .moduletable {
    margin: 0;
}

#partilha .g-content {
    margin: 0;
}

#partilha .addtoany_list > a {
    padding: 0 1px;
}

#partilha .addtoany_list.a2a_kit_size_32 a > span {
    border-radius: 50%;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    opacity: 1;
    overflow: hidden;
    width: 25px;
    background: transparent !important;
    padding: 0;
}

#partilha .addtoany_list.a2a_kit_size_32 a > span svg path {
    fill: #02538a;
}

#g-sidebar .g-content {
    padding: 20px 0 0 50px !important;
    margin: 0;
}

#g-sidebar{
	background: #f3f9ff;
	padding-top: 30px;
}

.menus{
    background: #000;
    padding: 20px;
    position: fixed;
    width: 21%;
}

.menus ul{
	list-style:none;	
}

.menus li{
	/*border-left: 4px solid transparent;	*/
	border-left: none;	
	padding:3px 0;
}

/*.menus li:hover{
	border-left: 4px solid #e9be2f;	
}*/

.menus ul a{
    color: #fff;
    text-align: left;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    margin-bottom: 7px;
    font-size: 17px;
    padding-left: 5px;
}
.menus ul li:hover a {
    color: #e9be2f;
}

.catMenu {
    text-transform: capitalize;
    color: #fff;
    text-align: left;
    font-weight: bold;
    font-size: 24px;
    font-family: 'PFDinTextCompPro-Bold',sans-serif;
    line-height: 1;
    padding-left: 35px;
    margin-top: 5px;
}

#g-sidebar .menus .icon {
    display: inline-block;
    vertical-align: middle;
}
#g-sidebar .menus .icon svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
#g-sidebar .menus .icon svg  path {
    /*fill: #fff;*/
    opacity: 0.5;
}
#g-sidebar .menus li:hover .icon svg  path {
    opacity: 1;
}

#EcoIdeia, #Recomendo{
	outline:none;
	margin: 30px 0;
}

#EcoIdeia .icon, #Recomendo .icon{
	width: 50px;
    display: inline-block;
    vertical-align: middle;
    border-right: 2px solid #fff;
    padding-right: 15px;
}

#EcoIdeia{
    text-align: left;
    padding: 10px 20px;
    background: #005d7b;
    border: 1px solid #005d7b;
    margin-right:10px;
}

#Recomendo{
    text-align: left;
    padding: 10px 20px;
    background: rgba(0, 93, 123, 0.73);
    border: 1px solid rgba(0, 93, 123, 0.73);
    margin-right:10px;
}

#EcoIdeia .text, #Recomendo .text{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-family: 'theboldfont', sans-serif;
    color: #fff;
    font-weight: bold;
}

#EcoIdeia .icon svg, #Recomendo .icon svg{
    width: 50px;
    height: 50px;
}

#EcoIdeia:hover, #Recomendo:hover{
	background: #fff;
}

#EcoIdeia:hover .icon{
	border-right: 2px solid #005d7b;
}

#EcoIdeia:hover path{
	fill:#005d7b;	
}

#EcoIdeia:hover .text{
	color:#005d7b;		
}

#Recomendo:hover .icon{
	border-right: 2px solid rgba(0, 93, 123, 0.73);
}

#Recomendo:hover path{
	fill:rgba(0, 93, 123, 0.73);	
}

#Recomendo:hover .text{
	color:rgba(0, 93, 123, 0.73);		
}

/*erro*/

.itemid-1089 #g-container-main .size-10, .itemid-1089 #breadcrumb, .itemid-1089 .article-info.muted, .itemid-1089 #shareButton{
	display:none;
}

.itemid-1089 #g-mainbar{
	background: URL('imagens/erro.jpg');
	background-size:cover;
	background-position:center;
	min-height: 500px;
}

.itemid-1089 #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;
}

.itemid-1089 #altura {
    height: 125px;
}

.itemid-1089 #g-container-main {
    width: 100%;
}

.itemid-1089 #g-container-header {
    margin-bottom: 0;
}

#g-page-surround{
	background:#fff;	
}

#g-container-top {
    position: absolute;
    left: -100%;
    background: transparent;
	z-index: 999;
    top: -100%;
}

#g-container-top .g-side-column{
	display:none;	
}

#barra .logo {
    position: absolute;
    width: auto;
    top: 10px;
    z-index: 9;
    margin-left: -50px;
}

#barra .logo svg {
    width: 100px;
}

#barra .logo svg .cls-1,#barra .logo svg .cls-2{
    fill:#174283;
}
#barra .logo svg .cls-2, #barra .logo svg .cls-6{
    fill-rule:evenodd;
}
#barra .logo svg .cls-3{
    fill:#fee303;
}
#barra .logo svg .cls-4,.cls-6{
    fill:#e30d21;
}
#barra .logo svg .cls-5{
    fill:#fff;
}

#barra .iconMapa {
    position: absolute;
    right: 185px;
    top: 35px;
    border-radius: 50px;
    border: 1px solid #02538a;
    -moz-animation: pulse-animation 2s infinite;
    -webkit-animation: pulse-animation 2s infinite;
    animation: pulse-animation 2s infinite;
}

#barra .iconMapa img {
    width: 50px;
}

#barra .iconMapa img:hover {
    border-radius: 50px;
    filter: brightness(0.9);
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0 rgb(2 83 138);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(88, 120, 243, 0);
    }
    100% {
        box-shadow: 0 0 0 50px rgba(88, 120, 243, 0);
    }
}

#barra .w33.turnMenu{
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

#barra .w33.offMenu{
    text-align: left;
    display: none;
    vertical-align: top;
}

#barra .w33.offMenu svg polygon{
    fill:#fff;
}

#barra .w33.turnMenu path, #barra .w33.offMenu path{
    fill: #1d1d1b;
}

#barra .w33{
    width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

#barra .w33.logo button{
    background: transparent;
    height: 50px;
    outline: none;
    padding: 8px;
}

#barra .w33 img{
    background: transparent;
    height: 50px;
    text-align: center;
    padding: 5px;
    margin-top: -8px;
    width: auto;
}

#barra .w33.icons{
	text-align:right;
	margin-top: 40px;
	position: relative;
    z-index: 9;
}

#barra .w33.icons div{
    /*width: 35px;*/
    height: 35px;
    border-radius: 50%;
    background: #004087;
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

#barra .w33.icons a div{
    background:transparent;
}

#barra .w33.icons div svg{
	width: 22px;
	height: 22px;
}

#barra .w33.icons div.separator{
    width: 1px;
    margin: 0 10px;
}

#barra .w33.icons a.areaPessoal div svg {
    width: 170px;
    height: 33px;
}

.skiptranslate {
    display: none !important;
}

#barra .idiomaSelect {
    position: absolute;
    top: 60px;
    right: 17%;
    width: auto;
    height: 40px;
    z-index: 9;
    text-align: left;
    font-size: 12px;
    color: #004087;
    font-family: 'PFDinTextCompPro-Bold', sans-serif;
}

#barra .idiomaSelect a{
    background: #fff;
    color: #004087;
    padding: 10px;
    display: none;
    text-transform: lowercase;
    font-size: 14px;
}

#barra .idiomaSelect a.active{
    display: block;
}

#barra .idiomas {
    position: absolute;
    top: 60px;
    right: 17%;
    width: auto;
    height: 40px;
    z-index: 9;
    text-align: left;
    font-size: 12px;
    color: #004087;
    font-family: 'PFDinTextCompPro-Bold', sans-serif;
    padding-top: 40px;
}

#barra .idiomas a{
    background: #fff;
    color: #004087;
    padding: 10px;
    display: block;
    visibility: hidden;
    text-transform: lowercase;
    font-size: 14px;
}

#barra .idiomas a.active{
    display: none;
}


@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

#barra .idiomas:hover a{
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

#barra .pesquisa {
    position: absolute;
    top: 70px;
    right: 19%;
    width: auto;
    height: 20px;
    z-index: 9;
}

#barra .pesquisa svg {
    width: 20px;
    height: 20px;
}

#barra .menuLateral {
	background: #02538a;
    border-radius: 50px;
    position: fixed;
    margin: 0px;
    text-align: center;
    width: 100px;
    height: 100px;
	-webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
	right: 30px;
    top: 10px;
    content: '';
    z-index: 3;
    display: block;
}

#barra .menuLateral #menu-btn .icon {
    position: relative;
    border-radius: 100px;
    top: -55px;
    left: -39px;
    height: 140px;
    width: 140px;
    display: block !important;
}

#barra .menuLateral #menu-btn.open .icon {
    position: relative;
    border-radius: 100px;
    top: -20px;
    left: -39px;
    height: 140px;
    width: 140px;
    display: block !important;
}

#barra .menuLateral #menu-btn {
	-webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    display: block;
    margin: 0px;
    text-align: center;
    width: 60px;
    height: 65px;
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 999;
    cursor: pointer;
}

#barra .menuLateral #menu-btn.open {
	top: 5px;
}

#barra .menuMobileLateral {
	background: #02538a;
    border-radius: 50px;
    position: fixed;
    margin: 0px;
    text-align: center;
    width: 100px;
    height: 100px;
	-webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
	right: 30px;
    top: 10px;
    content: '';
    z-index: 3;
    display: block;
}

#barra .menuMobileLateral #menu-btn .icon {
    position: relative;
    border-radius: 100px;
    top: -55px;
    left: -39px;
    height: 140px;
    width: 140px;
    display: block !important;
}

#barra .menuMobileLateral #menu-btn.open .icon {
    position: relative;
    border-radius: 100px;
    top: -20px;
    left: -39px;
    height: 140px;
    width: 140px;
    display: block !important;
}

#barra .menuMobileLateral #menu-btn {
	-webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    display: block;
    margin: 0px;
    text-align: center;
    width: 60px;
    height: 65px;
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 999;
    cursor: pointer;
}

#barra .menuMobileLateral #menu-btn.open {
	top: 5px;
}

#traducao {
    display: none;
    position: fixed;
    width: 95px;
    top: 70px;
    z-index: 999999;
    right: 17%;
}

#traducao .g-content {
    padding: 0 !important;
    margin: 0;
}
#traducao select {
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
    font-size: 13px;
    color: #fff;
    background: #000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 0 5px;
    outline: none;
}
#traducao select option:nth-child() {
    display: none !important;
}
#traducao select option:nth-child(2) {
    font-weight: normal !important;
}


.accesibilityDummy {
    position: absolute;
    left: -5000px;
    color: transparent;
}

body::-webkit-scrollbar, .dj-megamenu-default li.hover div.dj-subwrap::-webkit-scrollbar, .backgroundErro::-webkit-scrollbar, .select2-container--bootstrap .select2-results>.select2-results__options::-webkit-scrollbar{
    width: 8px;
    background: #fff;
}

body::-webkit-scrollbar-track, .dj-megamenu-default li.hover div.dj-subwrap::-webkit-scrollbar-track, .backgroundErro::-webkit-scrollbar-track, .select2-container--bootstrap .select2-results>.select2-results__options::-webkit-scrollbar-track{
	-webkit-box-shadow: none;
}

body::-webkit-scrollbar-thumb, .dj-megamenu-default li.hover div.dj-subwrap::-webkit-scrollbar-thumb, .backgroundErro::-webkit-scrollbar-thumb, .select2-container--bootstrap .select2-results>.select2-results__options::-webkit-scrollbar-thumb{
	background-color: #004685;
    outline: 1px solid white;
    width: 8px;
}

#menuDJ {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    -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;
}

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

.dj-megamenu-default{
	background: transparent;
	color: #000;
    height: 115px;
}

.dj-megamenu-default li a.dj-up_a {
    float: none;
    height: 115px;
    font-weight: normal;
    color: #fff;
    border-right: 0px;
    border-left: 0px;
    font-size: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.dj-megamenu-default li a.dj-up_a span{
	height: auto;
	line-height: 45px;
	text-transform: none;
	padding: 0 !important;
}

.dj-megamenu-default li a.dj-up_a .arrow{
	display: none;
}

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

.dj-megamenu-default li:hover a.dj-up_a, .dj-megamenu-default li.hover a.dj-up_a, .dj-megamenu-default li.active a.dj-up_a{
	background: #477ea7;
    color: #fff;
}

.dj-megamenu-default li ul.dj-submenu > li > a img, .dj-megamenu-default li ul.dj-submenu > li > a .fa, .dj-megamenu-default li ul.dj-submenu > li > a [class^="icon-"] {
    float: none;
    border: 0;
    margin: 0 5px 0 0;
    vertical-align: middle;
    max-height: 100%;
    margin-top: 0 !important;
    border-radius: 50%;
	padding: 0 !important;
    width: 100px !important;
    height: 100px !important;
	border: 10px solid #ffffff;
	-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;
}

.dj-megamenu-default li ul.dj-submenu > li > a:hover img{
	border: 10px solid #dfcb25;
}

.dj-megamenu-default li ul.dj-submenu > li.itemid806 > a img{
	border-radius: 0%;
}

.dj-megamenu-default li ul.dj-submenu > li.itemid806 > a:hover img{
	border: 0px;
}

.dj-megamenu-default li.itemid455 ul.dj-submenu > li.itemid804 a{
	text-align: center !important;
	border: 0;
	height: auto;
}

.dj-megamenu-default li.itemid456 ul.dj-subtree{
	display: none;
}

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

.dj-megamenu-default li.itemid456 ul.dj-submenu > li > a {
    color: #3c3c3c !important;
    font-size: 20px;
    text-align: left !important;
    float: none;
    font-weight: 100;
    margin-left: 10px;
    outline: none;
}

.dj-megamenu-default li ul.dj-submenu > li > a span.image-title {
    float: none !important;
}

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

.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 {
    color: #3c3c3c !important;
	text-decoration: none;
	background: transparent;
	outline: none !important;
}

.dj-megamenu-default li:hover div.dj-subwrap, .dj-megamenu-default li.hover div.dj-subwrap{
	background: #dae6e5;
    padding-top: 50px;
    padding-bottom: 35px;
    box-shadow: none;
    /*top: 44px;
    border-bottom: 1px solid #004087;*/
    overflow-y: scroll;
    z-index: 9999;
}

.dj-megamenu-default .dj-subwrap-in{
    width: 1200px !important;
    margin: 0 auto;
}

.dj-megamenu-default li ul.dj-submenu > li > a{
	color: #3c3c3c !important;
    font-size: 20px;
    text-align: left !important;
    float: left;
    font-weight: 100;
}

.dj-megamenu-default li.itemid455 ul.dj-submenu > li > a{
	float: none;
}

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

.dj-megamenu-default li ul.dj-submenu > li > a{
	padding:12px 0 !important;
}

.dj-megamenu-default li ul.dj-submenu > li{
	list-style: URL('imagens/menu.png');
	display: list-item;
	margin-left: 20px;
}

.dj-megamenu-default li ul.dj-submenu > li:hover{
	list-style: URL('imagens/menuhover.png');
}

.dj-megamenu-default li.dj-up {
    display: inline-block !important;
    float: none !important;
    text-align: center;
	font-family: 'PFDinTextCompPro-Thin',sans-serif;
	outline:none;
}

.dj-megamenu-default li.itemid457 ul.dj-submenu > li, .dj-megamenu-default li.itemid458 ul.dj-submenu > li, .dj-megamenu-default li.itemid1485 ul.dj-submenu > li{
	list-style: none;
	outline: none;
}

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

.dj-megamenu-default li div.dj-subcol {
    outline: none !important;
    /*max-height: 500px;*/
}

.dj-megamenu-default li.itemid455 ul.dj-subtree, .dj-megamenu-default li.itemid1485 .dj-subtree, .dj-megamenu-default li.itemid458 .dj-subtree, .dj-megamenu-default li.itemid457 .dj-subtree, .dj-megamenu-default li.itemid483 .dj-subtree{
    list-style: none outside;
    padding: 0 !important;
    float: none;
    text-align: left;
    margin-left: 0 !important;
}

.dj-megamenu-default li.itemid455 ul.dj-submenu > li.parent, .dj-megamenu-default li.itemid455 ul.dj-submenu > li.first{
	list-style:none !important;
}

.dj-megamenu-default li.itemid455 ul.dj-submenu > li {
    list-style: none;
}

.dj-megamenu-default li ul.dj-submenu > li.itemid1452 > a, .dj-megamenu-default li ul.dj-submenu > li.itemid806 > a {
    padding: 12px 10px !important;
}

.dj-megamenu-default li ul.dj-subtree > li > a{
    font-size: 14px;
    color: #333;
}

.dj-megamenu-default li ul.dj-subtree > li {
    list-style: none;
    padding: 0;
    margin: 0 0 5px 0;
    height: 30px;
}

.dj-megamenu-default li.itemid483 ul.dj-submenu > li.parent a, .dj-megamenu-default li.itemid1485 ul.dj-submenu > li.parent a, .dj-megamenu-default li.itemid458 ul.dj-submenu > li.parent a, .dj-megamenu-default li.itemid457 ul.dj-submenu > li.parent a, .dj-megamenu-default li.itemid455 ul.dj-submenu > li.parent, .dj-megamenu-default li.itemid455 ul.dj-submenu > li.first, .dj-megamenu-default li.itemid456 ul.dj-submenu > li.parent, .dj-megamenu-default li.itemid456 ul.dj-submenu > li.first{
	list-style: none;
	-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;
	margin-right: 10px;
}

.dj-megamenu-default li.itemid483 ul.dj-submenu > li > a, .dj-megamenu-default li.itemid1485 ul.dj-submenu > li > a, .dj-megamenu-default li.itemid458 ul.dj-submenu > li > a, .dj-megamenu-default li.itemid457 ul.dj-submenu > li > a{
    float: none;
}

li.itemid804, li.itemid1452, li.itemid806{
	list-style: none !important;
}

.dj-megamenu-default li.itemid455 ul.dj-submenu > li.parent:hover, .dj-megamenu-default li.itemid455 ul.dj-submenu > li.first:hover, .dj-megamenu-default li.itemid456 ul.dj-submenu > li.parent:hover, .dj-megamenu-default li.itemid456 ul.dj-submenu > li.first:hover{
	list-style: none;
}

.dj-megamenu-default li ul.dj-submenu > li.itemid804 > a img{
    float: none;
    border: 0;
    margin: 0 5px 20px 0;
    vertical-align: middle;
    max-height: 100%;
    margin-top: 0 !important;
    width: 100% !important;
    height: 200px !important;
    border-radius: 50%;
    padding: 30px !important;
    background: url(/images/SVG/Moldura.svg);
    background-position: center;
    background-size: cover;
}

.dj-megamenu-default li ul.dj-submenu > li > a:hover small.subtitle, .dj-megamenu-default li ul.dj-submenu > li > a.active small.subtitle, .dj-megamenu-default li ul.dj-submenu > li.hover:not(.subtree) > a small.subtitle {
    color: #005d7b;
}

.dj-megamenu-default li ul.dj-submenu > li.itemid804{
	max-width: 210px;
	text-align: centeR;
	margin-left: auto !important;
	margin-right: auto !important;
	float: none;
}

/*.dj-megamenu-default li.itemid456 div.dj-subcol, .dj-megamenu-default li.itemid458 div.dj-subcol {
    float: left;
    margin-bottom: 30px;
	border-right: 0px;
}*/

.dj-megamenu-default li.itemid455 div.dj-subcol{
	float: left;
    margin-bottom: 20px;
	border-right: 0px;
}

.dj-megamenu-default li.itemid455 ul.dj-submenu > li.itemid1452{
    list-style: none;
    background: white;
    margin-left: 0;
	border: 1px solid #e9be2f;
	-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;
	margin-top:10px;
}

.dj-megamenu-default li.itemid455 ul.dj-submenu > li.itemid806{
	list-style: none;
    background: #fff;
    margin-left: 0;
	border: 1px solid #004087;
	-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;
	margin-top: 50px;
	border-radius: 50px;
}

.dj-megamenu-default li ul.dj-submenu > li.itemid806 > a img{
	width: auto !important;
    height: auto !important;
    border: 0px solid #ffffff !important;
}

.dj-megamenu-default li.itemid455 ul.dj-submenu > li.itemid1452:hover, .dj-megamenu-default li.itemid455 ul.dj-submenu > li.itemid806:hover {
    background: #004087;
}

.dj-megamenu-default li.itemid455 div.dj-subcol:nth-child(5) {
    float: right;
    margin-bottom: 20px;
    border-right: 0px;
    width: 260px !important;
}

.dj-megamenu-default li ul.dj-submenu > li.itemid1452 > a, .dj-megamenu-default li ul.dj-submenu > li.itemid806 > a{
	margin:0;
	text-align: center !important;
    color: #004087 !important;
    font-size: 16px;
}

.dj-megamenu-default li ul.dj-submenu > li.itemid1452:hover > a, .dj-megamenu-default li ul.dj-submenu > li.itemid806:hover > a{
	color: #fff !important;
}

.dj-megamenu-default li ul.dj-submenu > li.parent a{
    margin: 0 !important;
    font-size: 13px !important;
    text-transform: initial;
    color: #000 !important;
}

.dj-megamenu-default li ul.dj-submenu > li.first a{
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
    font-size: 22px !important;
    text-transform: initial;
    color: #242d32 !important;
    list-style: none;
    padding: 0 0 20px 8px !important;
    margin: 0 !important;
}

.dj-megamenu-default li ul.dj-submenu > li.parent .dj-subtree li a{
    color: #3c3c3c !important;
    text-transform: initial !important;
    font-size: 16px !important;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    padding: 0;
    line-height: 1;
    border: 0;
}

.dj-megamenu-default li ul.dj-submenu > li.parent .dj-subtree li a:hover {
	/*font-family: 'PFDinTextCompPro-Thin', sans-serif;*/
    color: #02538b !important;
    text-decoration: underline 2px;
}

.dj-megamenu-default li ul.dj-submenu > li > a small.subtitle {
    margin-top: 10px;
}

.dj-megamenu-default li.itemid458 ul.dj-submenu > li.itemid1110, .dj-megamenu-default li.itemid458 ul.dj-submenu > li.itemid1111, .dj-megamenu-default li.itemid458 ul.dj-submenu > li.itemid712, .dj-megamenu-default li.itemid458 ul.dj-submenu > li.itemid1112 {
	list-style: URL('imagens/dotSol.png');
    -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;
    margin-right: 10px;
    padding: 15px 0 30px 0;
}

.dj-megamenu-default li ul.dj-submenu > li.itemid1110 > a, .dj-megamenu-default li ul.dj-submenu > li.itemid1111 > a, .dj-megamenu-default li ul.dj-submenu > li.itemid1112 > a, .dj-megamenu-default li ul.dj-submenu > li.itemid712 > a {
    padding: 5px 0 !important;
    margin: 0;
}

.dj-megamenu-default li.itemid455 div.dj-subcol:nth-child(4), .dj-megamenu-default li.itemid455 div.dj-subcol:nth-child(9), .dj-megamenu-default li.itemid455 div.dj-subcol:nth-child(11){
	border-right: 0px;
}

.dj-megamenu-default li.itemid455 div.dj-subcol:nth-child(11){
	float:right;
}

.dj-megamenu-default li.itemid456 div.dj-subcol:nth-child(5){
	border-right: 0px;
}

.dj-submenu em{
	display: none;
}

#g-container-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container{
	font-size: 1rem !important;
}

#g-container-navigation .g-main-nav .g-toplevel {
    display: block !important;
	text-align: center;
}

#g-container-header {
    background: #fff;
    margin-bottom: 0px;
}

#g-container-navigation {
	background: #02538d33;
	position: fixed; 
	height: 115px;
	padding-top: 0;
	top: 0;
    width: 100%;
	-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;
}

#g-navigationmain .g-grid {
	width: 1600px;
	padding: 0px 20px 0 30px;
    margin: 0 auto;
}

#g-navigationmain img {
    margin-left: 0;
    z-index: 9;
    width: 100px;
    position: relative;
    padding-bottom: 0px;
}

#g-navigationmain #w30 img, #g-navigationmain .w30 img{
    margin-top: 0px;
    z-index: 9;
    width: 228px;
    position: relative;
    background: white;
    padding: 0px 4px 0 7px;
}

#g-navigationmain .g-block.size-25{
	position: absolute;
	top: 0;
}

#g-navigationmain .g-block.size-75 .g-content {
    padding: 0 !important;
}

#g-navigationmain .g-block.size-75{
	-webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
}

.g-main-nav {
	margin-top: 0px;
}

#g-container-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-container-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
    color: #666;
	background: transparent !important;
    border-radius: 4px;
}

#logo-5992.g-content {
    margin: 0 auto;
    padding: 0 !important;
    width: 100%;
}

#g-container-navigation .g-side-column{
	display: none;
}

#barra .g-content {
	padding: 0 50px!important;
    width: 100%;
    margin: 0 auto;
}

#barra {
	height: 50px;
    /*background: #fff;
	border-bottom:1px solid #ddd;*/
	color: #000;
	z-index: 999999;
}

#Noticias .w70{
    width:100%;
    display:inline-block;
    vertical-align:top;
}

#w70b, .w70b{
    width: 110px;
    background: transparent;
    display: inline-block;
    vertical-align: top;
    text-align: center;
	height: 40px;
	padding-top: 7px;
	border-left: 1px solid rgba(0, 0, 0, 0.14);
}

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

.Atalhos{
    background: transparent;
    outline: none;
    border: 0px;
    color: #1d1d1b;
    padding: 10px 15px;
    margin-top: 0px;
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Atalhos .icon{
    margin-right: 10px;
}

.Atalhos .icon svg{
	height: 25px;
    width: 25px;
}

#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-image: url(/images/Fundo_Menu_inferior.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#MenuInferior .g-content {
	margin: 0 auto;
    padding: 90px 0 !important;
    width: 1350px;
}

#MenuInferior ul {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
}

#MenuInferior li{
	font-family: 'PFDinTextCompPro-Regular',sans-serif;
	font-size: 20px;
    margin-bottom: 10px;
    color: #1d1d1d;
}

#MenuInferior li.btnms{
	cursor:pointer;	
}

#MenuInferior li a {
	color: #1d1d1d;
}
#MenuInferior li a:hover {
	border-bottom: 2px solid #00669b;
}

#MenuInferior .w100.first {
	text-align: center;
    width: 23%;
    padding-right: 20px;
}

#MenuInferior .w100 {
    width: 76%;
    margin-left: 0;
    margin-right: 0;
    border-left: 0px;
    padding: 40px 0 0 0;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

#MenuInferior .w100 .boxMenu {
    padding: 0 25px 0 0;
    color: #1d1d1d;
    margin-bottom: 30px;
    margin-top: 20px;
}
#MenuInferior .w25 {
    width: 100%;
    display: inline-block;
    vertical-align: bottom;
    color: #1d1d1d;
    margin: 0;
}
/* Animate Bottom */
/*------------------ w25* ------------------*/
#MenuInferior .w25.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;
}

#MenuInferior .w25.animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

#MenuInferior .w25.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;
}
/*------------------ w33* ------------------*/
#MenuInferior .w33.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;
}

#MenuInferior .w33.animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

#MenuInferior .w33.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;
}
/* Animation */
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
/* Animate Bottom */


#MenuInferior .w25 .logo svg {
    width: 250px;
    padding: 0 40px 0 0;
    margin: 0px 0 20px 0px;
    display: inline-block;
}

#MenuInferior .w25 .logo svg .cls-1, #MenuInferior .w25 .logo svg .cls-2 {
    fill: #fff;
}
#MenuInferior .w25 .logo svg .cls-2, #MenuInferior .w25 .logo svg .cls-6{
    fill-rule:evenodd;
}
#MenuInferior .w25 .logo svg .cls-3{
    fill:#fee303;
}
#MenuInferior .w25 .logo svg .cls-4,.cls-6{
    fill:#e30d21;
}
#MenuInferior .w25 .logo svg .cls-5{
    fill:#fff;
}
#MenuInferior .w25 img {
    width: 210px;
    margin: 0px 0 20px 0px;
    display: inline-block;
}

#MenuInferior .logo2 {
    margin-top: 20px;
    text-align: center;
}

#MenuInferior .logo2 img {
	margin: 20px 0px 0px 0px;
    padding: 0px;
}
#MenuInferior .w25 .icons div {
    width: 25px;
    border-radius: 50%;
    background: transparent;
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}
#MenuInferior .w25 .icons div svg {
    width: 25px;
    height: 25px;
}
#MenuInferior .w25 .icons div svg path {
    fill: #02538A;
}
#MenuInferior .w25 .intro {
    margin: 0 10px 0 0;
    font-family: 'PFDinTextCompPro-Regular', sans-serif;
    font-size: 22px;
    display: inline-block;
    /*width: 60%;*/
    vertical-align: middle;
}
#MenuInferior .w25 .desc{
    margin: 0;
	font-family: 'PFDinTextCompPro-Regular',sans-serif;
	font-size: 20px;
}
#MenuInferior .w25 h2 {
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
    font-size: 30px;
    margin: 0;
}
#MenuInferior .titulo {
    font-size: 30px;
	color: #242d32;
    text-transform: uppercase;
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
    margin-bottom: 20px;
}

#MenuInferior .titulo a {
	color: #242d32;
}

#MenuInferior .w33{
    width: 33%;
    display: inline-block;
    vertical-align: top;
	padding: 40px 10px 0 10px;
}


#MenuInferior .botao {
    font-family: 'PFDinTextCompPro-Bold',sans-serif;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    width: 120px;
    margin: 15px 0 0 0;
    /*border: 1px solid #e9be2f;*/
    outline: none;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
}


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

#MenuInferior .data{
	margin: 0;
}

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

#BarraCopyright {
	background: #ffffff;
    border-top: 1px solid #bababa;
    padding-top: 0;
    z-index: 9;
}

#BarraCopyright .w30{
    width: 30%;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

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

#BarraCopyright .w30.mymodal img:hover {
	opacity: 1;
	-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 .w40{
    width: 39%;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    text-align: center;
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
    color: #000;
}

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

#BarraCopyright .w30 .text{
    width: 75px;
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
    -webkit-transition: width 1s, visibility 2000ms ease-in-out;
    -moz-transition: width 1s, visibility 2000ms ease-in-out;
    -o-transition: width 1s, visibility 2000ms ease-in-out;
    transition: width 1s, visibility 2000ms ease-in-out;
}

#BarraCopyright .logoInterface:hover .text{
    visibility: visible;
}

#BarraCopyright .w30 .text p{
    margin: 0;
    font-size: 12px;
    text-align: center;
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
    color: #000;
}

#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;
}

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

#BarraCopyright .company:hover img{
	opacity: 1;
}

#BarraCopyright .company 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: "raleway", sans-serif;
    font-size: 14px;
    position: absolute;
    margin-top: -4px;
    right: 45px;
}

.company{
	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;
}

#buttonMenu{
    position: absolute;
    top: 65px;
    right: 50px;
    width: 130px;
}

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

#buttonMenu button {
    position: relative;
    z-index: 9999;
    width: 130px;
	height:55px;
    padding: 8px 0;
    outline: none;
	color: #e9be2f;
    background: #fff;
    border: 1px solid #e9be2f;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
}

#buttonMenu button:hover {
    color: #fff;
    background: #e9be2f;
}

#altura{
    height: 115px;
}

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


#Menu2 {
    width: 100%;
    text-align: center;
    background: #477ea7;
}

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

#Menu2 .dj-megamenu-default {
    background: transparent;
    height: auto;
}

#Menu2 .dj-megamenu-default li a.dj-up_a {
    float: none;
    height: 50px;
    font-weight: normal;
    color: #fff;
    border-right: 0px;
    border-left: 0px;
    font-size: 18px;
    text-transform: none;
    border-radius: 0;
    margin: 0 10px;
}

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

#Menu2 .dj-megamenu-default li:hover a.dj-up_a .arrow, #Menu2 .dj-megamenu-default li.hover a.dj-up_a .arrow, #Menu2 .dj-megamenu-default li.active a.dj-up_a .arrow, #Menu2 .dj-megamenu-default li a.dj-up_a .arrow {
    display: none;
}

#Menu2 .dj-megamenu-default li:hover a.dj-up_a, #Menu2 .dj-megamenu-default li.hover a.dj-up_a, #Menu2 .dj-megamenu-default li.active a.dj-up_a {
    background: #e3e1e6c4;
    color: #000;
}

#g-container-header .g-side-column{
	display:none;
}

#breadcrumb{
    width: 100%;
    height: 33px;
    z-index: 0;
    position: relative;
    background-color: #fff;
}

#breadcrumb .g-content {
    padding: 0 50px !important;
    margin: 0 auto;
    width: 100%;
}

#breadcrumb li:nth-child(7), #breadcrumb li:nth-child(8){
	display: none !important;
}

.breadcrumb span.divider:before, .breadcrumbbread span.divider:before{
	display: none;
}

.breadcrumb, .breadcrumbbread{
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    margin: 0;
    padding: 2px 15px;
	background-color: transparent !important;
	border-radius: 0;
}

.breadcrumb span, .breadcrumb li, .breadcrumbbread span, .breadcrumbbread li{
    display: inline-block;
    color: #1d1d1b;
    font-size: 14px;
    vertical-align: baseline;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
}

.breadcrumb li:nth-child(2) .divider, .breadcrumbbread li:nth-child(2) .divider {
    display: inline-block;
}

.breadcrumb li:nth-child(2), .breadcrumbbread li:nth-child(2){
    margin-right: 0;
}


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

#etiqueta .item {
    position: fixed;
    top: 30%;
    right: -250px;
    width: 310px;
    height: auto;
    z-index: 9999999;
    -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;
}

#etiqueta .item:hover {
    right: 0;
}

#etiqueta .item .barra {
    background: #02538a;
    display: inline-block;
    width: 19%;
    vertical-align: middle;
    padding: 56px 0;
    border-radius: 20px 0 0 20px;
    text-align: center;
    margin-right: -2px;
}

#etiqueta .barra .icon svg {
    width: 30px;
    height: 30px;
}

#etiqueta .barra .texto {
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}

#etiqueta .item .desc {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
    background: #fff;
    text-align: center;
    padding: 10px 0;
    margin-left: -2px;
}

#etiqueta .desc .icon svg {
    width: 125px;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #02538a;
}

#etiqueta .desc .icon svg g.texto path, #etiqueta .desc .icon svg g.texto rect, #etiqueta .desc .icon svg g.texto polygon {
    fill: #000;
}

#etiqueta .desc .contactos {
    margin: 0 20px;
}

#etiqueta .desc .texto {
    font-family: 'PFDinTextCompPro-ThinItalic', sans-serif;
    font-size: 16px;
}

#etiqueta .desc .texto span {
    font-family: 'PFDinTextCompPro-Regular', sans-serif;
    color: #02538a;
}

#etiqueta .desc .texto a {
    color: #02538a;
    text-decoration: underline;
}

#etiqueta .desc .link a {
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
    color: #02538a;
    font-size: 16px;
}


a:hover, a{
	text-decoration:none !important;	
}


dl.article-info dd{
	display:none;
}

#g-container-main{
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}

#g-container-main .size-10 {
    -webkit-flex: 0 25%;
    -moz-flex: 0 25%;
    -ms-flex: 0 25%;
    flex: 0 25%;
    width: 25%;
    background: #f3f9ff;
    padding-right: 20px;
}

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

#g-container-main .size-80 .g-content{
	padding: 0 !important;
}

#g-container-main .size-10 button {
    display: block;
    width: 90%;
    outline: none;
    padding: 10px;
    margin: 0 auto 20px auto;
    background: #005d7b;
    border: 2px solid #005d7b;
    font-weight: bold;
    font-family: 'theboldfont', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}

#g-container-main .size-10 button:hover{
	color: #1d1d1b;
	background: #fff;
}

#g-mainbar .span12 {
    background: #fff;
    padding: 50px 0;
    margin-bottom: 90px;
}

#g-mainbar .category-list {
    display: none;
}

#g-mainbar .page-header {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    border-bottom: 0;
}

#g-mainbar .page-header h2, #corpo #titulo, #corpo h2, #NewsPage h2{
    line-height: 1.2;
    background: transparent;
    border: 0px;
    text-transform: uppercase;
    font-size: 36px;
    color: #004087;
    z-index: 1;
    position: relative;
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
    margin: 0;
    padding-bottom: 0;
}

#g-mainbar h1, #g-mainbar h2, #g-mainbar h3, #g-mainbar h4, #g-mainbar h5 {
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
}

#corpo .w30{
    width:30%;
    display:inline-block;
    vertical-align:middle;
    text-align:left;
    padding-right:20px;
}

#corpo .w30 img{
    max-width:250px;
}

#corpo .w30.fotoPrsidente img {
    height: 200px;
    width: 200px;
    border: 5px solid #e1e1e1;
    border-radius: 50%;
}

#corpo .w70{
    width:69%;
    display:inline-block;
    vertical-align:middle;
}

#corpo h2{
    margin:80px 0 30px 0;
}

#corpo a, #news a{
	color: #7a9ee5;
}

#corpo .listaDocumentos{
	list-style:none;
	margin-left:0;
}

#corpo .listaDocumentos div{
    background: #e9be2f;
    padding: 5px;
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
    color: #fff;
}

#corpo .listaDocumentos li:nth-child(odd){
	background:#e1e1e1;
}

#corpo .listaDocumentos li{
	padding:5px;
}

#corpo .listaDocumentos li a{
	color: #1d1d1b;
}

#corpo .multipleImages, #news .multipleImages, #corpo .multipleImages50, #news .multipleImages50{
	text-align:center;
}

#corpo .multipleImages img, #news .multipleImages img{
	width:32.9%;
	display:inline-block;
	vertical-align:top;
	margin-bottom:10px;
	margin-top:10px;
	padding-left:10px;
	padding-right:10px;
}

#corpo .multipleImages50 img, #news .multipleImages50 img{
	width:49%;
	display:inline-block;
	vertical-align:top;
	margin-bottom:10px;
	margin-top:10px;
	padding-left:10px;
	padding-right:10px;
}


#news .destaque {
    display: block;
    background: #fff;
    padding: 20px 50px;
    margin-bottom: 90px;
}
#news .multipleImages50{
    margin-top: 50px;
}

#corpo p img, #news p img{
	margin: 0 auto;
    display: block;
}

#news .navigateArticle{
    text-align: right;
    padding-top: 50px;
}

#news .navigateArticle a {
    background: #e9be2f;
    color: #fff;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    font-size: 18px;
    padding: 10px 20px;
    display: inline-flex;
    vertical-align: top;
    justify-content: center;
    align-items: center;
    border: 1px solid #e9be2f;
}

#news .navigateArticle a:hover{
    background:#fff;
    color:#1d1d1b;
}

#news .navigateArticle svg{
    width: 30px;
    height: 26px;
    display: block;
    padding: 5px;
}

#news .navigateArticle a svg path{
    fill: #fff;
}

#news .navigateArticle a:hover svg path{
    fill: #1d1d1b;
}


#corpo p:nth-child(1){
    color: #1d1d1b;
    text-align: left;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    font-size: 22px;
    margin-top: 40px;
}

#g-mainbar p br{
	display:none;
}

#corpo h3, #news h3{
    line-height: 1.2;
    background: transparent;
    border: 0px;
    text-transform: uppercase;
    font-size: 25px;
    color: #666;
    font-weight: bold;
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
    margin-top: 50px;
}

#corpo img {
    float: none;
    margin: 15px 0;
    display: block;
}

#g-mainbar {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #1d1d1b;
    background: #fff;
}

#g-mainbar .platform-content.container, #g-mainbar .col {
    padding: 0;
}

#g-mainbar .addtoany_container {
    display: none;
}

#g-mainbar .item-page {
    width: 1600px;
	padding: 30px 20px 0 20px;
    margin: 0 auto;
}

::placeholder {
  color: #1d1d1b !important;
  opacity: 1; 
}

:-ms-input-placeholder {
  color: #1d1d1b !important;
}

::-ms-input-placeholder { 
  color: #1d1d1b !important;
}

.input-medium {
    width: 100% !important;
}

#g-mainbar .mensagem p{
    text-align:center;
    font-size: 17px;
}

#g-mainbar b, #g-mainbar strong {
    font-weight: normal;
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
}

#g-mainbar p, #g-mainbar ul, #g-mainbar ol{
	color: #3f3f3e;
    text-align: justify;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    font-size: 20px;
}

#g-mainbar .descricao .descritivo p {
	font-family: "Rubik", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

#g-mainbar ul, #g-mainbar ol{
    margin-top: 0;
}

#g-mainbar li{
    margin-bottom: 5px;
}

#g-mainbar a{
    color: #004087;
}

#g-mainbar a:hover {
    text-decoration: underline !important;
}

#g-mainbar .dataPublicacao {
    display: none;
}

#g-mainbar .item-image{
    float: right;
    margin-left: 35px;
    margin-right: 0;
    margin-bottom: 25px;
}

#g-mainbar .item {
    text-align: left;
    margin: 50px 0;
}

#g-mainbar .descricao.w50, #g-mainbar .item.w50 {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
}

#g-mainbar .item.w50 {
    text-align: center;
}


#g-mainbar .descricao.w50.allContent {
	width: 100%;
}

#g-mainbar .item.w50.allContent {
	width: 100%;
	text-align: left;
}

#g-mainbar .item.w50.allContent .item-image {
    float: none;
}

#g-mainbar .item.w50.allContent .desc.pressRelease {
    display: inline-block;
}

/* iframe Video Settings */
#g-mainbar .item .item-image {
    display: inline-block;
    vertical-align: top;
    padding-right: 1%;
    max-width: 600px;
}

#g-mainbar .item.press .desc.pressRelease {
	display: inline-block;
    vertical-align: top;
    padding-right: 1%;
	max-width: 300px;
    height: auto;
}
	
#g-mainbar .item .pressRelease iframe {
	height: 500px;
}


/* iframe Video Settings */

#g-mainbar .pressRelease .itens {
    margin-top: 40px;
    text-align: center;
}

#g-mainbar .pressRelease .itens .item {
    display: inline-block;
    vertical-align: top;
    padding-right: 1%;
    max-width: 520px;
}

#g-mainbar .pressRelease .itens .item iframe {
    width: 500px !important;
    min-height: 500px;
}


#g-mainbar .buttonLink {
    display: inline-block;
    background: transparent;
    border: 1px solid #02538b;
    padding: 10px 15px;
    color: #02538b;
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
    font-size: 14px;
    margin-left: 1%;
    text-align: center;
    text-transform: uppercase;
}

#g-mainbar .links100 .buttonLink:nth-child(1){
    margin-left: 0%;
}

#g-mainbar .buttonLink:hover{
    background: #02538b;
    color: #fff;
    text-decoration: none !important;
}

#g-mainbar .links100, #g-mainbar .links25, #g-mainbar .links33{
    margin-top:50px;
}
 
#g-mainbar .links100 .buttonLink{
    width: auto;
}
 
#g-mainbar .links25 .buttonLink{
    width: 23.5%;
    margin: 0.5%;
}
 
#g-mainbar .links33 .buttonLink{
    width: 32%;
    margin: 0.5%;
}

#g-mainbar .links25, #g-mainbar .links33{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}


#g-mainbar .multipleImages50, #g-mainbar .multipleImages{
    text-align:center;
    margin:75px 0 45px;
}

#g-mainbar .multipleImages50 .item-image, #g-mainbar .multipleImages .item-image{
    float:none;
    margin:0 .5% 2%;
    width:49%;
    display:inline-block;
    vertical-align:top;
}

#g-mainbar .multipleImages .item-image{
    width:32%;
}

#g-mainbar .multipleImages50 .item-image img, #g-mainbar .multipleImages .item-image img{
    width: 100%;
}

#g-mainbar .modalGaleriaGaleria {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99999;
    display: none;
    height: 100%;
    width: 100%;
}

#g-mainbar .modalGaleriaGaleria .modalContentGaleria {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    height: 100%;
    width: 100%;
}

#g-mainbar .modalGaleriaGaleria .closeModalGaleria {
    position: fixed;
    top: 80px;
	right: 40px;
    z-index: 999999999999;
    cursor: pointer;
}

#g-mainbar .closeModalGaleria svg {
    width: 25px;
    height: auto;
}

#g-mainbar .modalGaleriaGaleria ul li {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 50px 100px;
    justify-content: center;
    align-items: center;
}

#g-mainbar .modalGaleriaGaleria ul li .imageItem {
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#g-mainbar .modalGaleriaGaleria ul li img {
    max-height: 800px;
}

#g-mainbar .modalGaleriaGaleria .arrow.prev {
    float: left;
    position: fixed;
    left: 25px;
    z-index: 9999;
}

#g-mainbar .modalGaleriaGaleria .arrow.next {
    float: right;
    position: fixed;
    right: 25px;
    z-index: 9999;
}

#g-mainbar .modalGaleriaGaleria .arrow img {
    width: 50px;
}

#g-mainbar .video{
    margin: 50px auto;
    text-align: center;
}

#g-mainbar .video .item {
    margin: 0 10px 20px;
    display: inline-block;
    vertical-align: top;
}

#g-mainbar .video iframe {
    width: 700px;
    height: 420px;
}


.pagenavigation a {
    background: #ffffff;
    color: #000000 !important;
    font-family: 'PFDinTextCompPro-Regular', sans-serif;
    border: 1px solid #02538b;
    font-size: 14px;
    font-weight: normal;
}

.pagenavigation a:hover, .pagenavigation a:active, .pagenavigation a:focus {
    background: #fff;
    color: #000 !important;
}

#face1, #ins2, #twi2 {
    display: block;
}

#face2, #ins1, #twi1 {
    display: none;
}

#blocktwitter, #blockinstagram {
    display: none;
}

#blockface {
    display: block;
}

.accesibilityDummy {
    position: absolute;
    left: -5000px;
    color: transparent;
}

#g-navigationmain #w30 img, #g-navigationmain .w30 img{
    margin-top: 0px;
    z-index: 9;
    width: 228px;
    position: relative;
    background: white;
    padding: 0px 4px 0 7px;
}

#g-navigationmain #w30, #g-navigationmain .w30{
    background:#fff;
}

#w30foto{
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    text-align:center;
}

#w30foto img {
    height: 200px;
    width: 200px;
    border: 5px solid #e1e1e1;
    border-radius: 50%;
}

#custom-5348{
    position: absolute;
}

#w70texto{
    width: 74%;
    display: inline-block;
    vertical-align: middle;
    text-align:justify;
    padding-left:5%;
}


/*Pesquisa*/

.itemid-825 #g-mainbar {
    padding: 30px 50px;
}

#search-result-empty{
    color: #1d1d1b;
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
}

.itemid-825 span.highlight {
    background-color: #004087;
    font-weight: normal;
    color: #fff;
    padding: 0 5px;
}

.itemid-825 .chzn-container .chzn-drop {
    position: relative;
}

.itemid-825 #tax_author_chzn{
	display:none;
} 

.itemid-825 #finder-search #advancedSearch label {
    display: block;
}

.itemid-825 #g-mainbar .page-header {
    margin-top: 50px;
	margin-left: 0;
    margin-right: 0;
}

#search-form{
    margin: 0 auto;
    padding: 50px 0 20px 0;
}


.finder #finder-search .btn{
    width: 14%;
    color: #004087 !important;
    background: transparent;
    border-radius: 50px;
    margin-top: 8px;
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
    font-size: 17px;
    border: 1px solid #004087;
    padding: 6px 3px;
    text-align: center;
    opacity: 1;
    outline: none;
}

.finder #finder-search .btn:hover{
    background: #004087;
	color: #fff !important;
}

.finder #finder-search input.inputbox {
    height: 40px;
    border-radius: 50px;
    margin: 0;
    border: 1px solid #004087;
    width: 85% !important;
    padding: 22px;
    font-size: 22px;
    color: #1d1d1b;
    background: #fff;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
}

#search-results{
    margin: 0 auto;
}

#search-results .list-striped, #search-results .row-striped{
    border-top: 1px solid #005d7b;
}

#search-results .list-striped li, #search-results .list-striped dd, #search-results .row-striped .row, #search-results .row-striped .row-fluid{
	border-bottom: 1px solid #005d7b;
}

#search-results .list-striped li:hover, #search-results .list-striped dd:hover, #search-results .row-striped .row:hover, #search-results .row-striped .row-fluid:hover, #search-results .list-striped li:nth-child(odd), #search-results .list-striped dd:nth-child(odd), #search-results .row-striped .row:nth-child(odd), #search-results .row-striped .row-fluid:nth-child(odd), #search-results .list-striped li:nth-child(even), #search-results .list-striped dd:nth-child(even), #search-results .row-striped .row:nth-child(even), #search-results .row-striped .row-fluid:nth-child(even){
    background-color: #fff;
}

#search-results h4.result-title {
    margin: 1rem 0;
    line-height: 1;
    text-align: left;
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
    font-size: 25px;
    color: #1d1d1b;
}

#search-results h4.result-title a, #search-results h4.result-title a:hover{
	color:#1d1d1b;
}

#search-results .result-text{
    font-size: 18px;
    line-height: 1.2rem;
}

#search-results .search-pagination{
    color: #2d2d2d;
}

#search-results .pagination ul > li > span {
    background: #009ee0;
    border: 1px solid #2d2d2d;
}

.search-pages-counter{
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
}

#search-results .pagination ul > li > a {
    border: 1px solid #1d1d1b;
    background: #e1e1e1;
    color: #1d1d1b;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    font-weight: 100;
}

#search-results .pagination ul > li > a:hover{
	background: #fff;
}

#search-results .pagination ul > li > span:hover{
	background: #fff;
	color:#2d2d2d;
}
/**/

#normal, #normalbc, .normal {
	display:block;
}

#mobile, #mobilebc, .Mobile{
	display:none;
}

#g-page-surround:before{
	display: none;
}

.g-menu-item-104 span{
	color: #009ee0;
}

#share{
    position: absolute;
    top: 35px;
    z-index: 9;
    right: 125px;
    width: 189px;
    border: 1px solid #f2f2f2;
    padding: 6px 10px;
    border-radius: 5px;
    background: #f2f2f2;
    opacity: 0;
    display: none;
    -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;
}

#shareButton{
    position: absolute;
    top: 40px;
    width: 35px;
    right: 75px;
}

#letra{
	position: absolute;
    top: 30px;
    width: 78px;
    right: 135px;	
}

#letra button{
    background: transparent;
    font-size: 35px;
    font-weight: bold;
    font-family: "DINNeuzeitGroteskStd-BdCond",sans-serif;
    width: 36px;
}

#letra button span{
    font-size: 25px;
    margin-top: 0;
    display: inline-block;
    position: absolute;
}

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

#shareButton #partilha{
    background: #f2f2f2;
    outline: none;
    font-size: 24px;
    border-radius: 50%;
    padding: 10px 15px;
    font-weight: 100;
    color: #666;
}

.dj-megamenu-default li.itemid455 div.dj-subcol:nth-child(4), .dj-megamenu-default li.itemid455 div.dj-subcol:nth-child(9), .dj-megamenu-default li.itemid455 div.dj-subcol:nth-child(11){
	border-right: 0px;
}

.dj-megamenu-default li.itemid456 div.dj-subcol:nth-child(5){
	border-right: 0px;
}

.dj-megamenu-default li.itemid455 div.dj-subcol:nth-child(11){
	float:right;
}

.dj-megamenu-default li ul.dj-subtree > li.active > a {
    color: #009ee0;
}

#g-page-surround:before{
	display: none;
}

.articleBody{
    margin: 0 50px;
}

#g-mainbar .item-image img{
    width: 500px;
}

#g-mainbar .onlyNewsletter {
    display: none;
}

/**/

.tooltip {
	z-index: 9999999999999999999 !important;
	display: block !important;
}

#ArticleContent {
	width: 90% !important;
    margin: auto !important;
    padding-top: 50px !important;
}


.blog {
    display: none !important;
}


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

#FotoCapa img{
    width: 100%;
    height: auto;
    max-height: 600px;
}

#FotoCapa{
	margin-bottom: 50px;
	height: 200px;
}


g#Elementos{
    display: none;
}

.itm{
	text-transform: uppercase;
}

.executivo h2{
    margin: 8px 0px 0 0;
    color: #666;
    font-size: 55px;
    font-family: "DINNeuzeitGroteskStd-BdCond",sans-serif;
    line-height: 1;
    font-weight: 100;
    background: transparent;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #009ee0;
    text-transform: initial;
	padding-bottom: 0.938rem;
}

.historia h2, #heraldica h2, #festas h2, #Patrimonio h2, #Contactos h2{
    margin: 8px 0px 0 0;
    color: #666;
    font-size: 55px;
    font-family: "DINNeuzeitGroteskStd-BdCond",sans-serif;
    line-height: 1;
    font-weight: 100;
    background: transparent;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #009ee0;
    text-transform: initial; 
	padding-bottom: 0.938rem;   
}

#Contactos img{
	margin-top:20px;
	margin-bottom: 20px;
}

.executivo{
    font-size: 32px;
    color: #2d2d2d;
    margin-bottom: 0;
}

.historia, #heraldica, #festas, #Patrimonio, #Contactos{
	font-size: 32px;
    color: black;
    margin-top: 100px;
}

.executivo .Presidente {
    width: 100%;
    margin: 50px auto;
}

.executivo .Presidente .foto {
    width: 30%;
}

.contacto{
    border-bottom: 1px solid #e1e1e1;
    padding: 20px;
}

.contacto.noline{
	border-bottom: 0px;
}

.contacto a{
	color: black;
}

.nomeContacto, #nomeid{
    font-size: 23px;
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
    color: #666 !important;
}

#heraldica .sideleft, #Contactos .sideleft{
	width: 30%;
    display: inline-block;
    vertical-align: middle;
}

#heraldica .sideright, #Contactos .sideright{
	width: 69%;
    display: inline-block;
    vertical-align: middle;
	border-left: 0px;
}

#heraldica .sideleft img{
    width: 200px;
    margin-top: 40px;
}

#Patrimonio .sideright{
	border-left: 0px;
}

#menus.freguesias img, .menus.freguesias img{
    width: 29%;
    display: inline-block;
    vertical-align: top;
    margin: 0 1%;
}

/*Membros*/

.sideleft, .sideright{
	width: 49%;
	display: inline-block;
	vertical-align: top;
}

.sideright{
	padding: 0 0 0 0.8%;
	border-left: 1px dashed rgba(0, 0, 0, 0.42);
}

.sideleft{
	padding: 0 0.8% 0 0;
}

.foto{
    width: 20%;
	display: inline-block;
	vertical-align: middle;
	text-align:center;
}

.foto img{
    height: 200px;
    width: 200px;
    border-radius: 180px;
	border: 5px solid #e1e1e1;
    border-radius: 50%;
}

.info{
    width: 79%;
	display: inline-block;
	vertical-align: top;
}

.membro .info{
    padding-left: 30px;
}

.membro{
    height: auto;
	border-bottom: 1px solid rgba(0, 0, 0, 0.14);
	padding: 20px;
}

.nome {
    color: #1d1d1b;
    font-size: 25px;
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
}

.membro .tab{
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.membro .tab button{
    outline: none;
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
    font-size: 15px;
    padding: 5px 10px;
	border: 0px;
}

.membro .tab button.information{
    background: #e9be2f;
    color: #fff;
}

.membro .tab button.bio{
    background: #e1e1e1;
    color: #1d1d1b;
}

.membro .blockinformation{
	display:block;
	color: #1d1d1b;
}

.membro .blockbio{
	display:none;
}

.cargo, .pelouro, .mandatos{
	font-size: 17px;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
}

.pelouro ul{
    margin-top: 0;
    margin-bottom: 0;
}

#corpo .pelouro ul a:hover{
	color: #009ee0;
}

.membro.m1 .botao{
    color: #009ee0;
	background:#fff;
    padding: 10px !important;
    border: 1px solid #009ee0;
    width: 200px;
    margin: 20px auto 0 auto;
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
    font-size: 20px;
}

.membro.m1 .botao:hover{
	color: #fff;
	background:#009ee0;
}

.mandatos ol{
    margin-top: 0;
    margin-bottom: 0rem;
}

.mail{
	font-size: 15px;
}

#space{
    padding: 0 70px;
}

.Presidente{
    width: 100%;
    margin: 0 auto 50px auto;
}

.Presidente .foto {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
	text-align: center;
}

.Presidente .info {
    width: 69%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
}

.Presidente .foto img {
    height: 200px;
    width: 200px;
    border: 5px solid #e1e1e1;
    border-radius: 50%;
}

.Presidente .membro {
    height: auto;
    border-bottom: 0px solid rgba(0, 0, 0, 0.14);
	padding: 0;
}

#corpo .w50{
	width: 49%;
	display: inline-block;
	vertical-align: top;
}

#corpo .w50:nth-child(even){
	padding-left:5%;
}

#corpo .w50:nth-child(odd){
	padding-right:5%;
}

.Assembleia{
    color: black;
    font-size: 23px;
    margin: 0 0 20px 0;
}

/**/

.contact-address {
    display: none;
}

.contact .page-header h2{
	display:none;
}

.com-contact h1{
	display:none;
}

.com-contact__container h3{
	display:none;
}

.contact-form{
	width:49%;
	display:inline-block;
	margin-bottom: 25px;
}

#contact-form legend{
	font-size:30px;
	font-family:'PFDinTextCompPro-Medium', sans-serif;
	color:#000;
	padding-top:10px;
}

#contact-form form{
	background: #fff;
    box-shadow: none;
    border-radius: 20px;
	font-family:'PFDinTextCompPro-Regular', sans-serif;
    color: #000;
}

#contact-form .controls{
	margin-top:20px;
	margin-left: 0;
}

#contact-form .controls input, #contact-form .controls textarea {
    color: #000;
    background: #ffffff;
    border-radius: 0px;
    border-bottom: 1px solid #000 !important;
	min-height: 50px;
    border: none;
    font-family: 'PFDinTextCompPro-Regular', sans-serif;
	font-size:16px;
}

#contact-form .controls input:focus{
	box-shadow:none;
	border-color:#059572;
	color:#000;
}

#contact-form .controls input:hover{
	border-color:#059572;
}


#contact-form .controls textarea:focus{
	box-shadow:none;
	border-color:#059572;
	color:#000;
}

#contact-form .controls textarea:hover{
	border-color:#059572;
}

#contact-form .control-label {
    color: #aaaaaa;
    text-align: left;
    margin-bottom: 0;
}

.contact-form label{
	color:#000;
	font-size:22px;
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
}

.contact-form .form-horizontal .control-group.field-spacer .control-label{
	display:none;
}

.contact-form .controls .btn-primary{
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
    font-size: 14px;
    color: #004087 !important;
    background: transparent;
    border: 1px solid #004087;
    text-align: center;
    padding: 10px 15px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-weight: normal;
    border-radius: 50px;
    outline: none;
}

.contact-form .controls .btn-primary:hover{
	color: #fff !important;
	background:#004087;
}

.contact-form .control-label .form-control-feedback{
	display:none;
}

.contact-miscinfo{
	width:48%;
	display:inline-block;	
    vertical-align: top;
	color:#000;
}

.contact-miscinfo .jicons-icons{
	display:none;
}

.contact-miscinfo .dl-horizontal{
	margin-top:0;
}

.contact-miscinfo .dl-horizontal dd {
    margin-left: 100px;
}

.contact-miscinfo span{
	font-size:16px;
	font-family: 'PFDinTextCompPro-Medium',sans-serif;
}

.contact-miscinfo span h3{
	font-family:'PFDinTextCompPro-Medium', sans-serif;
	margin-top: 20px;
}

.contact-miscinfo .texto {
    margin-bottom: 20px;
}

.contact-miscinfo p {
    margin: 0;
}

.contact-miscinfo a{
	color:#272727 !important;
	text-decoration:underline;
	font-family: 'PFDinTextCompPro-Regular',sans-serif;
	font-weight: 100;
}

.contact-miscinfo .logo{
	width: auto;
	padding-top:50px;
}



/*artigo*/


.icon-calendar{
	display: none;
}

.article-info.muted {
    color: black;
    text-align: left;
    margin-left: 50px;
    margin-right: 50px;
}

.article-info.muted time {
    font-size: 14px;
	color: black;
}

#corpo #titulo{
	margin: 30px 0;
	padding-bottom: 20px;
}

.pagenav{
    display: none;
    margin: 0 50px;
    margin-top: 50px !important;
    text-align: right !important;
}

.itemid-825 .pagenav{
    display:block !important;
    margin: 0;
}

.itemid-825 #search-results .pagination ul>li>span {
    background: #004087;
    border: 1px solid #1d1d1b;
    color: #fff !important;
    opacity: 1;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    font-weight: 100;
}

.itemid-825 .pagination-start, .itemid-825 .pagination-end{
    display:none;
}

.pager li {
    display: inline-block;
    margin: 0 auto;
}

.pager.pagenav a{
	background: #fff;
    color: #000 !important;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    font-weight: 100;
    border: 1px solid #004087;
    font-size: 14px;
    border-radius: 50px;
    line-height: 1.2;
    padding: 10px 15px;
}

.pager.pagenav a:hover{
	background: #004087;
	color: #fff !important;
	text-decoration: none !important;
}

.icon-chevron-left:before, .icon-leftarrow:before, .icon-arrow-left:before, .icon-chevron-right:before, .icon-rightarrow:before, .icon-arrow-right:before {
    font-size: 10px;
}

.tituloArtigo{
    line-height: 1.2;
    background: transparent;
    border: 0px;
    text-transform: uppercase;
    font-size: 36px;
    color: #005d7b;
    z-index: 1;
    position: relative;
    width: 320px;
    font-weight: bold;
    font-family: 'theboldfont', sans-serif;
    margin: 0;
    padding-bottom: 0;
}

td {
    border: 1px solid #005d7b;
    font-family: 'theboldfont', sans-serif;
    text-align: center;
}

td svg{
    width: 20px;
    height: 20px;
}

.itemid-1061 tr td:nth-child(2) svg circle{
    fill: limegreen;
}

.itemid-1061 tr td svg circle{
    fill: #1d1d1b;
    stroke: none;
}

.itemid-1061 tr td svg polyline{
    stroke: #fff;
    stroke-width: 4px;
}

td:last-child {
    border-right: 1px solid #005d7b;
}

.bold{
    font-weight:bold;
}

.semlinha{
    border-bottom: 0px !important;
    padding-bottom: 0 !important;
}

/**/

#g-container-bottom {
    z-index: 999;
}

#g-container-above, #g-container-showcase, #g-container-slideshow, #g-container-utility, #g-container-feature, #g-container-expanded, #g-container-extension, #g-container-bottom, #g-container-footer{
    background: white;
    margin: 0 0 0 auto;
}

#nada{
	display: none;
}

.article-info.muted{
	text-align: right;
}

.consulta {
    background: #009ee0;
    border: 1px solid #009ee0;
    width: 250px;
    margin: 0;
    color: white;
    padding: 10px 20px;
    text-align: center;
    -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;
}

.consulta:hover{
	background: white;
    color: #009ee0;
}

.divide{
    -moz-column-count: 2;
    -webkit-column-count: 2;
}

.divide li{
	margin-left: 30px;
}

.insidelist{
    color: #333;
    text-align: justify;
    margin-left: 45px;
	margin-top: 0;
    margin-bottom: 0;
}

.contact-name{
    margin: 8px 0px 25px 0;
    color: #666;
    font-size: 55px;
    font-family: "DINNeuzeitGroteskStd-BdCond",sans-serif;
    line-height: 1;
    font-weight: 100;
    background: transparent;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    text-transform: initial;
}


.protectedby{
	display: none !important;
}


input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
    border-color: #e1e1e1;
    box-shadow: none;
}

.control-label .hasTooltip, .control-label .hasPopover {
    color: black;
}

#goright {
    position: relative;
    width: 50%;
    margin: 0 0 0 auto;
}

#texto a{
	color: #6cb0c4;
}

.ativo{
    font-size: 18px;
    color: white;
	font-family: "DINNeuzeitGroteskStd-BdCond",sans-serif;
}

.ativo:hover, .inativo:hover{
	color: white;
}

.inativo{
    font-size: 18px;
	border-left: 1px solid white;
	font-family: "DINNeuzeitGroteskStd-BdCond",sans-serif;
	padding-left: 5px;
	color: #6cb0c4;
}

.g-content {
    padding: 2rem 0 0 0 !important;
}

#websiteInstitucional{
    margin-top: 0px;
}

#ServicosOnline .bfSectionDescription{
    color: #333;
    font-size: 18px;
    font-family: "DINNeuzeitGroteskStd-BdCond",sans-serif;
    border-bottom: 1px solid #e1e1e1;
}

/*_____________*/


#x331, #x332, #x333, #x334, #x335 {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    height: 250px;
    background: #f2f2f2;
    margin: 0 1.5% 50px 1.5%;
}

#w25{
    width: 22.9%;
    display: inline-block;
    vertical-align: top;
    height: 160px;
    background: #f2f2f2;
    margin: 0 0.8% 20px 0.8%;
}

#othernews{
	width: 200px;
    color: #009ee0;
	background: white;
    text-align: center;
    border: 1px solid #009ee0;
    padding: 15px 0;
    font-weight: bold;
    margin: 0 50px 50px auto;
    -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;
}

#corpo .botao{
	font-family: 'PFDinTextCompPro-Regular',sans-serif;
    background: #e9be2f;
    color: #fff;
    padding: 5px 20px;
    text-align: center;
    margin: 30px 20px 0 0;
    border: 1px solid #e9be2f;
    outline: none;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 100;
    display: inline-block;
    position: relative;
}

#corpo .botao:hover{
	background: #fff;
	color: #000;
    /*border-color: #e9be2f;*/
}


#corpo .botao:after, #corpo .botao:before {
    content: '';
    display: block;
    position: absolute;
    width: 20%;
    height: 20%;
    border: 2px solid;
    transition: all 0.6s ease;
    border-radius: 2px;
}
#corpo .botao:before {
    top: 0;
    left: 0;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: #e9be2f;
    border-left-color: #e9be2f;
}
#corpo .botao:after {
    bottom: 0;
    right: 0;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: #e9be2f;
    border-right-color: #e9be2f;
} 
#corpo .botao:hover:before {
    width: 100%;
    height: 100%;
    border-top-color: #e9be2f;
    border-left-color: #e9be2f;
}
#corpo .botao:hover:after {
    width: 100%;
    height: 100%;
    border-bottom-color: #e9be2f;
    border-right-color: #e9be2f;
}



#othernews:hover{
    color: white;
	background: #009ee0;
}

/*Pesquisa*/

.itemid-1182 #g-container-main .size-10, .itemid-825 #g-container-main .size-10, #search-query-explained{
	display: none;
}

.itemid-1182 #g-mainbar{
    padding: 50px 50px 25px 50px;
}

.itemid-1182 #g-mainbar .span12 {
    display: none;
}

.itemid-1182 #g-mainbar .w33{
    width: 31%;
    display: inline-block;
    vertical-align: top;
    height: 175px;
    text-align: center;
    border: 1px solid #e1e1e1;
    margin: 0 1%;
    padding: 25px;
}

.itemid-1182 #g-mainbar .w33:hover{
    background:#000;
    border-color:#000;
}

.itemid-1182 #g-mainbar .w33 h3{
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
    font-size: 36px;
    color: #1d1d1b;
    margin-top:0;
}

.itemid-1182 #g-mainbar .w33:hover h3{
    color:#fff;
}

.itemid-1182 #g-mainbar .w33 .icon{
    width: 50px;
    margin: 0 auto;
    background: #e9be2f;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.itemid-1182 #g-mainbar .w33 .icon svg{
    height: 30px;
    width: 30px;
}

.itemid-1182 #g-mainbar .w33 .icon svg circle, .itemid-1182 #g-mainbar .w33 .icon svg line{
    stroke:#fff !important;
}

.itemid-1182 #g-mainbar .w33 .icon svg path{
    fill:#fff !important;
    stroke:#fff !important;
}

#advancedSearch hr{
	display: none;
}

#finder-search label{
	display:none
}

fieldset.word{
    border-bottom: 0px solid #dfdfdf;
}

.tab {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.tab button {
    outline: none;
    font-family: "DINNeuzeitGroteskStd-BdCond",sans-serif;
    font-size: 18px;
    padding: 8px 10px;
    border: 0px;
}


.membro .tab button#dec, .membro .tab button#rep{
    background: #e1e1e1;
    color: #1d1d1b;
}

button{
	outline:none;
}

button span.down, button span.up{
    border: 3px solid black;
    border-radius: 50%;
    padding: 5px 7px;
    font-size: 20px;
    float: right;
}

.tooltip {
	z-index: 999999 !important;
}

#Contactos #infos{
    padding: 20px 0 0 20px;
}

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

#botoesMobile svg line {
    stroke-width: 2px;
    stroke: #1d1d1b;
}

#botoesMobile{
    position: fixed;
    width: 110px;
    right: 25px;
    top: 78px;
    z-index: 999999999;
    text-align: right;
}

#botoesMobile .w10.search{
    width: 37px;
    display: inline-block;
    margin-right: 0px;
}

#botoesMobile .Atalhos2{
    padding: 0;
}

#menuMobile{
    background: #fff;
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    padding-bottom: 330px;
    text-align: center;
    top: 120px;
    left: 0;
    display:none;
}

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

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

#menuMobile .w33.icons {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    position: relative;
    top: 50px;
}
#menuMobile .w33.icons div {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}
#menuMobile .w33.icons div svg {
    height: 25px;
}
#menuMobile .w33.icons .areaPessoal div svg {
    height: 40px;
}
#menuMobile .w33.icons .separator {
    width: 1px;
    margin: 0 10px;
    background: #000;
}
#menuMobile .w33 img {
    background: transparent;
    height: 50px;
    text-align: center;
    padding: 0;
    width: auto;
}
#menuMobile .logo-5992.g-content {
    position: relative;
    top: 150px;
    margin: 0 auto;
}
#menuMobile .logo-5992 .g-logo {
    text-align: center;
}
#menuMobile .logo-5992 .g-logo img {
    width: 250px;
}

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

#menuMobile ul#accordeonck1037 li.level1, #menuMobile ul#accordeonck1037 li.level2, #menuMobile ul#accordeonck1037 li.level3, #menuMobile ul#accordeonck1037 li.level4{
    border-bottom: 1px solid #1d1d1d;
}

#menuMobile #accordeonck1037 li.accordeonck > span{
    text-align:left;
}

#menuMobile #accordeonck1037 li.level1 > span a, #menuMobile #accordeonck1037 li.level2 > span a, #menuMobile #accordeonck1037 li.level3 > span a, #menuMobile #accordeonck1037 li.level4 > span a{
    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: 'PFDinTextCompPro-Regular', sans-serif;
}

#menuMobile #accordeonck1037 li.level1 > span span.accordeonckdesc{
    display:none;
}

#menuMobile #accordeonck1037 ul.content_1.accordeonck{
    background: #e4e4e4;
}

#menuMobile #accordeonck1037 ul.content_2.accordeonck{
    background: #fff;
}

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

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

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

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

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

#menuMobile #accordeonck1037 li.accordeonck.parent > span {
    padding-right: 0;
}

#menuMobile #accordeonck1037 li.parent > span span.toggler_icon{
    right: 10px;
}

#menuMobile #accordeonck1037 .accordeonck.item804{
    display:none;
}

#menuMobile #accordeonck1037 li.level1.open > span a{
    background-color: #004087;
    color:#fff;
}

#menuMobile #accordeonck1037 li.level2.open > span a{
    background-color: #004087b3;
    color:#fff;
}

#menuMobile #accordeonck1037 li.level1 > span a.isactive{
    background-color: #004087;
    color:#fff;
}

#menuMobile #accordeonck1037 li.level2 > span a.isactive{
    background-color: #004087b3;
    color:#fff;
}

#menuMobile #accordeonck1037 li.level3 > span a.isactive{
    background-color: #00408780;
    color:#fff;
}

#mobileBar div.separator {
    width: 1px;
    margin: 0 10px;
    height: 29px;
    background: #000;
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

#mobileBar .botao{
    background: transparent;
    outline: none;
    padding: 0;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
}

#mobileBar .botao svg circle, #mobileBar .botao svg line, #mobileBar .botao svg path {
    stroke: #000 !important;
    fill: #000 !important;
}

#mobileBar .botao svg {
    width: 32px;
    height: 32px;
}

#mobileBar .botao.hideMenuMobile{
    display:none;
}

.membro .info button{
    outline: none;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    font-weight: 100;
    font-size: 15px;
    padding: 5px 10px;
    margin-bottom:15px;
    border: 0px;
    background: #005d7b;
    color: #fff;
}

.membro .blockinfo {
    display: block;
    color: #1d1d1b;
    text-align:left;
}

.membro {
    margin-bottom: 80px;
}

.alert.alert-javascript{
    display: none;
}

#search-result-empty h2{
    line-height: 1.2;
    background: transparent;
    border: 0px;
    text-transform: uppercase;
    font-size: 25px;
    color: #1d1d1b;
    z-index: 1;
    position: relative;
    margin: 0;
    padding-bottom: 0;
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
}

/*Documentos*/

.showMobileBar, #hideMobile {
    display: none;
}

#showMobile, #hideMobile {
    position: fixed;
    background: #477ea7;
    color: #fff;
    padding: 8px;
}

.Docs .showMobileBar {
    position: fixed;
    top: 120px;
    background: #f6f6f6;
    height: 50px;
    width: 100%;
    left: 0;
    padding-top: 9px;
    padding-left: 10px;
    z-index: 9;
    cursor: pointer;
}

.Docs .showMobileBar .searchButton {
    background: #004087;
    width: auto;
    display: inline-block;
    padding: 5px 10px;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    color: #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;
}
.Docs .showMobileBar .searchButton:hover {
    background: #fff;
    color: #333;
}

.Docs #hideMobile {
    border: 1px solid #477ea7;
    width: auto;
    padding: 5px 10px;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    cursor: pointer;
    -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;
}

.Docs #hideMobile:hover {
    background: #fff;
    color: #333;
}

#filterDocs #cleanfilter {
    font-size: 14px;
    margin-bottom: 15px;
    cursor: pointer;
    text-align: right;
}

.Docs .filterDocs {
    -webkit-flex: 0 24%;
    -moz-flex: 0 24%;
    -ms-flex: 0 24%;
    flex: 0 24%;
    width: 24%;
    display: inline-block;
    vertical-align: top;
    padding: 30px 20px 0px;
    position: relative;
}

.Docs .filterDocs .form-group {
    margin-bottom: 20px;
}

.Docs .filterDocs h4 {
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
    font-size: 18px;
    color: #1d1d1b;
    margin-top: 0;
    line-height: 1;
    font-weight: 100;
    margin-bottom: 5px;
}

.Docs .filterDocs input[type="text"] {
    background-color: #fff;
    border: 1px solid #1d1d1b;
    box-shadow: none;
    color: #1d1d1b;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    font-size: 15px;
    padding-right: 30px;
}

.Docs .filterDocs #find {
    position: absolute;
    top: 55px;
    width: 15px;
    right: 30px;
}

.Docs .docs{
    width: 75%;
    display: inline-block;
    vertical-align: top;
    margin: 20px 0 20px -0.4%;
    padding-left:40px;
}

#documentos .docs .catsDocs a {
    width: ;
}

#documentos .docs .item{
    width: 18%;
    float: none;
    margin: 1% 0.8%;
    text-align: center;
    padding: 16% 10px 10px 10px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    box-shadow: 0px 0px 7px -1px #1d1d1b70;
    border-radius: 7px;
    border-bottom: 8px solid #477ea7;
}

#documentos .docs .item:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
}

.Docs .docs .item .icon{
    position: absolute;
    top: 15%;
    width: 100%;
    left: 0;
}

.Docs .docs .item .catName{
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
    font-weight: 100;
    color: #1d1d1b;
    margin: 0;
    line-height: 1;
    position: absolute;
    bottom: 15%;
    left: 0;
    width: 100%;
    padding: 0 10px;
    font-size: 18px;
}

.Docs .docs .item svg {
    height: 55px;
}

.Docs .docs .item svg path {
    fill: #1d1d1b;
}

#documentos #submit{
	display:none;
}

.itemid-1061 #g-mainbar .g-content{
	display:none;
}

.itemid-1061 #documentos .g-content, .itemid-1061 #tickerDocumentos .g-content{
	display:block;
}

#documentos h2{
    line-height: 1.2;
    background: transparent;
    border: 0px;
    font-size: 36px;
    color: #000;
    z-index: 1;
    position: relative;
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
    margin: 0 0 25px 0;
    padding-bottom: 0;
}

#documentos .docs .docItem{
	padding:10px;
}

#documentos .docs .docItem:nth-child(odd) {
    background: #e1e1e1;
}

#documentos .documents a{
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    color: #1d1d1b;
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
    font-size: 20px;
}

#documentos .documents a span.new{
    background: #e5162f;
    border-radius: 50px;
    padding: 2px 7px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    vertical-align: text-bottom;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
}

#documentos .documents a:hover{
	color: #004087;
}

#documentos .docs .docVisual{
    width: auto;
    float: right;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    display: none;
}

#documentos .docs .docPub{
    display: none;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    font-size: 13px;
}

table{
	border: 0px;
	margin-bottom: 50px;
}

table td{
	border:0px;
}

table tr td:nth-last-child(1){
	border-right:0px;
}

table thead td{
	background: #e9be2f;
    padding: 2px 5px;
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

table tbody td{
	color: #1d1d1b;
    text-align: center;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    font-size: 16px;
}

table tbody tr:nth-child(even) td{
	background: transparent;
}

#estatistica1, #estatistica2, #estatistica3{
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

.estatistica1Modal, .estatistica2Modal, .estatistica3Modal{
	display: none;
	position: fixed;
    padding-top: 100px;
    left: 0;
    top: 131px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
    z-index: 999999999;
}

.modal-content-estatistica1, .modal-content-estatistica2, .modal-content-estatistica3{
	margin: auto;
	display: block;
}

#captionEstatistica1, #captionEstatistica2, #captionEstatistica3{
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

.modal-content-estatistica1, .modal-content-estatistica2, .modal-content-estatistica3, #captionEstatistica1, #captionEstatistica2, #captionEstatistica3{
	animation-name: zoom;
	animation-duration: 0.6s;
}

@keyframes zoom {
	from {transform:scale(0)}
	to {transform:scale(1)}
}

#close1, #close2, #close3{
	position: absolute;
    top: 15px;
    right: 35px;
    color: #e9be2f;
    font-size: 60px;
    font-weight: bold;
    transition: 0.3s;
    background: #fff;
    width: 50px;
    text-align: center;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#close1:hover, #close1:focus, #close2:hover, #close2:focus, #close3:hover, #close3:focus{
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

#g-container-copyright{
	position:relative;
	z-index: 1;
}

.itemid-1733 #g-container-copyright{
	z-index: 0;
}

.itemid-1251 #g-mainbar .g-grid:nth-child(1), .itemid-1494 #g-mainbar .g-grid:nth-child(2), .itemid-483 #g-mainbar .g-grid:nth-child(2){
	display:none;
}

.filterNews{
	background: #fff;
}

.sideFilter{
    -webkit-flex: 0 19%;
    -moz-flex: 0 19%;
    -ms-flex: 0 19%;
    flex: 0 19%;
    width: 19%;
    display:inline-block;
    vertical-align:top;
    padding-left: 0;
    padding-right: 20px;
    padding-top: 30px;
    position: fixed;
}

.sideFilter h4{
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
    font-size: 18px;
    color: #477ea7;
    margin-top: 0;
    line-height: 1;
    font-weight: 100;
    margin-bottom: 5px;
}

.sideFilter .form-group{
    margin-bottom: 20px;
}

.itemid-1494 .sideFilter .form-group:nth-child(4) {
    display: none;
}

.itemid-1251 .sideFilter .form-group:nth-child(3), .itemid-1251 .sideFilter .form-group:nth-child(5) {
    display: none;
}

.sideFilter input[type="text"]{
    background-color: #fff;
    border: 1px solid #477ea7;
    box-shadow: none;
    color:#1d1d1b;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    font-size: 15px;
    padding-right: 30px;
    cursor:pointer;
}

.sideFilter #find{
    position: absolute;
    top: 55px;
    width: 15px;
    right: 30px;
    cursor:pointer;
}

.sideFilter #cleanfilter {
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    font-size: 16px;
    color: #000;
    float: right;
    cursor: pointer;
}

.sideFilter .closeSearch {
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    font-size: 16px;
    background: #fff;
    color: #477ea7;
    border: 1px solid #477ea7;
    border-radius: 50px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    padding: 0;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    font-size: 15px;
    color: #1d1d1b;
}

.select2-container--bootstrap .select2-dropdown {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #1d1d1b;
    overflow-x: hidden;
    margin-top: -1px;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    font-size: 15px;
    color: #1d1d1b;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field, .select2-container--bootstrap .select2-selection, .select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection,.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    border: 1px solid #8daac4 !important;
    font-family: 'PFDinTextCompPro-Regular', sans-serif !important;
}


.pagecontent{
    -webkit-flex: 0 75%;
    -moz-flex: 0 75%;
    -ms-flex: 0 75%;
    flex: 0 75%;
    width: 75%;
    display:inline-block;
    vertical-align:top;
    margin-left: 27%;
}

#news {
    margin-bottom: 90px;
}
#news .newsBlocks {
    padding-left: 5%;
    padding-top: 30px;
}

#news .newsBlocks .item {
    width: 31%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0.8% 40px 0.8%;
    height: 600px;
    overflow: hidden;
    text-align: left;
    position: relative;
    box-shadow: 0 5px 5px #ddd;
}

#news .item .itemImage {
	height: 250px;
	overflow:hidden;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#news .item .itemImage img {
    width: 100%;
}

#news .newsBlocks .iconFixa{
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
}

#news .newsBlocks .item .itemContent {
    padding: 20px;
}

#news .newsBlocks .itemInfo {
    padding-left: 0;
    margin-bottom: 20px;
    color: #b3b3b3;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    font-size: 16px;
}

#news .itemInfo .date {
    width: auto;
    display: inline-block;
    font-family: 'PFDinTextCompPro-Regular', sans-serif;
}
#news .itemInfo .cat {
    width: auto;
    display: none;
    text-align: right;
    font-family: 'PFDinTextCompPro-Regular', sans-serif;
    border: 1px solid #b3b3b3;
    color: #b3b3b3;
    border-radius: 5px;
    padding: 5px;
    float: right;
}

#news .newsBlocks .item h4 {
	font-family: 'PFDinTextCompPro-Medium',sans-serif;
    font-size: 20px;
    color:#1d1d1d;
    line-height: 1;
    font-weight:100;
    margin: 20px 0px;
}
#news .newsBlocks .item h4:hover {
    text-decoration: underline;
}

#news .newsBlocks .item .itemDescription{
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
    color: #1d1d1b;
}

#news .newsBlocks .item .itemDescription ul{
    display:none;
}

#news .item .botao {
    margin: 25px 0;
    position: relative;
    z-index: 1;
}

#news .item .botao a {
    position: relative;
    background: transparent;
    border: 1px solid #004685;
    border-radius: 50px;
    padding: 10px 15px;
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
    z-index: 9999;
    color: #004685;
    font-size: 16px;
    text-transform: uppercase;
}

#news .item .botao a:hover {
    background: #004685;
    color: #fff;
}

#g-mainbar .newsBlocks .item .itemDescription li {
    font-size: 14px;
}

#news .itemDescription h3{
	margin-top:0;
}

#news .noresults{
    font-family: 'PFDinTextCompPro-Bold',sans-serif;
	text-align:center;
	min-height: 300px;
}

#news #submit{
	display:none;
}

#NewsPage{
    margin-bottom: 50px;
    padding: 50px;
    border-top: 1px solid #ddd;
    background: #fff;
}

#NewsPage .item {
    width: 23%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 0.8% 10px 0.8%;
    height: 450px;
    /*background: #f6f6f6;*/
    overflow:hidden;
}

#NewsPage .itemImage{
    max-height: 190px;
    overflow: hidden;
}

#NewsPage .itemImage img{
    width:100%;
}

#NewsPage .itemContent {
    padding: 10px;
}

#NewsPage .itemInfo {
    padding-left: 10px;
    margin-bottom: 20px;
    color: #1d1d1b;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    font-size: 16px;
    border-image: url(/images/SVG/Icone.svg) 0% 100% stretch;
    border-style: solid;
    border-width: 0 25px;
    border-right: 0;
}
#NewsPage .itemInfo .date {
    width: auto;
    display: inline-block;
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
}
#NewsPage .itemInfo .cat {
    width: auto;
    display: inline-block;
    text-align: right;
    font-family: 'PFDinTextCompPro-Regular', sans-serif;
    font-size: 18px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    float: right;
}
/*#NewsPage .itemInfo .cat:hover {
    background: #e9be2f;
    border: 1px solid #e9be2f;
    color: #fff;
}*/

#NewsPage .item h4 {
    font-family: 'PFDinTextCompPro-Bold',sans-serif;
    font-size: 20px;
    color: #000;
    line-height: 1;
    font-weight: 100;
    margin-bottom: 0;
    margin-top: 40px;
}

#NewsPage .item h4:hover {
    color: #e9be2f;
}

#NewsPage .item .itemDescription {
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #1d1d1b;
    text-align: left;
}

#NewsPage .item .itemDescription ul{
    display:none;
}

#NewsPage h2{
    margin-bottom:50px;
}

#mobileBar{
    display:none;
}

.closeSearch{
    display:none;
}


.itemid-1733 #g-mainbar .span12 {
    display: none;
}

#multimedia .multimediaContainer .searchBar {
    -webkit-flex: 0 24%;
    -moz-flex: 0 24%;
    -ms-flex: 0 24%;
    flex: 0 24%;
    width: 24%;
    display: inline-block;
    vertical-align: top;
    padding: 30px 20px 0;
    position: fixed;
}
#multimedia .searchBar .form-group {
    margin-bottom: 20px;
}
#multimedia .searchBar .form-group:nth-child(2) {
    display: none;
}
#multimedia .form-group #find {
    display: none;
}
#multimedia .multimediaContainer .searchBar h3 {
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
    font-size: 18px;
    color: #477ea7;
    margin-top: 0;
    line-height: 1;
    font-weight: 100;
    margin-bottom: 5px;
    text-transform: none;
}
#multimedia .multimediaContainer .searchBar input[type="text"] {
    background-color: #fff;
    border: 1px solid #477ea7;
    box-shadow: none;
    color: #1d1d1b;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    font-size: 15px;
    padding-right: 30px;
    cursor: pointer;
}

#multimedia .select2-container--bootstrap .select2-search--dropdown .select2-search__field, #multimedia .select2-container--bootstrap .select2-selection, #multimedia .select2-container--bootstrap.select2-container--focus .select2-selection,#multimedia .select2-container--bootstrap.select2-container--open .select2-selection, #multimedia .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    border: 1px solid #477ea7 !important;
    font-family: 'PFDinTextCompPro-Regular', sans-serif !important;
    background: #fff !important;
}

.itemid-1733 .select2-container--bootstrap .select2-results__option[aria-selected=true] {
    background-color: #477ea7 !important;
    color: #fff !important;
}

#multimedia .searchBar #cleanfilter {
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    font-size: 16px;
    color: #000;
    float: right;
    cursor: pointer;
    background: transparent;
    border: none;
}

#multimedia .multimediaContainer .resultsContent {
    -webkit-flex: 0 75%;
    -moz-flex: 0 75%;
    -ms-flex: 0 75%;
    flex: 0 75%;
    width: 79%;
    display: inline-block;
    vertical-align: top;
    /* padding-left: 5%; */
    padding: 20px;
    padding-top: 30px;
    margin-bottom: 90px;
    margin-left: 25%;
    text-align: center;
}
#multimedia .videoItem  {
    width: 43%;
    display: inline-block;
    vertical-align: top;
    padding-right: 0.5%;
    padding-left: 0.5%;
    margin-top: 12px;
    margin-bottom: 50px;
}
#multimedia .resultsContent .contentVideo .cat {
    display: none;
}
#multimedia .videoItem .imageVideo.main {
    width: 100%;
    height: 275px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#multimedia .videoItem .overlay {
    position: relative;
    margin-bottom: -275px;
    background: rgb(0 0 0 / 0.3);
    z-index: 9999;
    display: flex;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    align-items: center;
}
#multimedia .videoItem .video {
    overflow: hidden;
}
#multimedia .videoItem .video, #multimedia .videoItem .overlay {
    width: 100%;
    height: 275px !important;
}
#multimedia .videoItem iframe {
    width: 100%;
    height: 250px !important;
}
#multimedia .videoItem h5 {
    color: #004087;
    margin-top: 0;
    line-height: 1;
    font-weight: 100;
    margin-bottom: 0px;
    padding: 20px 0.5%;
    text-align: left;
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
    font-size: 20px;
}
#multimedia .seeVideo {
    position: fixed;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.8);
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
}
#multimedia .seeVideo #closeVideo {
    position: fixed;
    top: 148px;
    right: 90px;
    width: 50px;
    height: 50px;
    line-height: 1;
    background: #000;
}
#multimedia .seeVideo #closeVideo polygon {
    fill: #fff;
}
#multimedia .seeVideo .video {
    margin-top: 90px;
}
#multimedia .seeVideo .video iframe {
    width: 1000px !important;
    height: 600px !important;
}

#multimedia .resultsContent .popUp {
    background: #080808e6;
}
#multimedia .resultsContent .popUp .closePopUp {
    background: transparent;
    right: 50px;
    top: 150px;
}

#multimedia .resultsContent .popUp .closePopUp svg path {
	fill: #fff;
}

#multimedia .resultsContent .popUp .closePopUp svg path:first-of-type {
	display: none;
}

#multimedia .resultsContent .noResults {
    line-height: 1.2;
    background: transparent;
    border: 0px;
    text-transform: uppercase;
    font-size: 25px;
    color: #666;
    font-family: 'PFDinTextCompPro-Bold',sans-serif;
    text-align: center;
    margin-top: 50px;
    min-height: 300px;
}


/* Arquivo Girão */

.itemid-1933 #g-container-main .size-10 {
    display: none;
}

.itemid-1933 #g-mainbar {
    width: 100%;
    margin: 0;
    padding: 0;
}

.itemid-1933 #g-container-main .size-80 .g-content {
    margin: 0;
}

#g-mainbar .arquivo .fotoCapa {
    width: 49%;
    display: inline-block;
    position: relative;
    margin-right: -2px;
}

#g-mainbar .arquivo .fotoCapa .image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#g-mainbar .arquivo .descricao {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    max-height: 600px;
    overflow-y: scroll;
    padding: 50px 90px;
    background: #f2f2f2;
    margin-left: -2px;
}

#g-mainbar .arquivo .titulo {
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
    font-size: 40px;
    line-height: 1;
    color: #242d32;
    margin-bottom: 20px;
}

#g-mainbar .arquivo .descricao::-webkit-scrollbar{
    width: 7px;
    background: #c5c5c5;
}

#g-mainbar .arquivo .descricao::-webkit-scrollbar-thumb{
	background: #02538a;
}

#g-mainbar .arquivo .descricao::-webkit-scrollbar-track{
    -webkit-box-shadow: none;
    border-radius: 10px;
}

#g-mainbar .arquivo .intro {
    text-align: center;
    margin: 100px 0;
}

#g-mainbar .arquivo .intro h2 {
    font-family: 'PFDinTextCompPro-Thin', sans-serif;
    font-size: 50px;
    color: #878787;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#g-mainbar .arquivo .intro p {
    text-align: center;
    font-size: 20px;
    color: #898989;
    width: 25%;
    margin: 0 auto;
}

#g-mainbar .arquivo .volumes {
    padding: 50px;
    margin: 50px 0;
}

#g-mainbar .arquivo .volumes:nth-child(even) {
    background: #d9e6e5;
}


#g-mainbar .arquivo .volumes:last-child {
    margin-bottom: 0;
}

#g-mainbar .arquivo .volumes h3{
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
    font-size: 40px;
    color: #242d32;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#g-mainbar .arquivo .volumes .images {
    text-align: center;
    width: 1350px;
    margin: 20px auto 0;
}

#g-mainbar .arquivo .volumes .images img {
    width: 15%;
    display: inline-block;
    vertical-align: top;
    margin: 0.5%;
}

.itemid-482 #g-mainbar .item-page, .itemid-483 #g-mainbar .item-page {
    display: none;
}

.itemid-1748 #placemarks, .itemid-1724 #placemarks {
	margin-top: 0px;
}

/* Cultura -> Museus - Centros Culturais - Local Historico - Arte Urbana - Ponto Historico */
.itemid-483 .sliderPrincipalNormal .info .icon,
.itemid-1724 .sliderPrincipalNormal .info .icon,
.itemid-1748 .sliderPrincipalNormal .info .icon,
.itemid-1957 .sliderPrincipalNormal .info .icon,
.itemid-1958 .sliderPrincipalNormal .info .icon,
.itemid-1959 .sliderPrincipalNormal .info .icon {
	background-color: #793b88;
}
/* Recreação e Lazer -> Mar e Praia - Miradouros - Parques e Jardins */
.itemid-1496 .sliderPrincipalNormal .info .icon,
.itemid-323 .sliderPrincipalNormal .info .icon,
.itemid-1913 .sliderPrincipalNormal .info .icon,
.itemid-1960 .sliderPrincipalNormal .info .icon {
	background-color: #0047a2;
}

.itemid-482 .sliderPrincipalNormal .info .icon,
.itemid-1961 .sliderPrincipalNormal .info .icon,
.itemid-1962 .sliderPrincipalNormal .info .icon {
	background-color: #02af83;
}

.itemid-1756 .sliderPrincipalNormal .info .icon {
	background-color: #4b77be;
}

.itemid-1932 .sliderPrincipalNormal .info .icon {
	background-color: #63b55d;
}

/* Fixed Menu Bar for Visual Effect Inside these Pages */
.itemid-323 #Menu2 .dj-megamenu-default,
.itemid-483 #Menu2 .dj-megamenu-default,
.itemid-1487 #Menu2 .dj-megamenu-default,
.itemid-1496 #Menu2 .dj-megamenu-default,
.itemid-1724 #Menu2 .dj-megamenu-default, 
.itemid-1748 #Menu2 .dj-megamenu-default,
.itemid-1756 #Menu2 .dj-megamenu-default,
.itemid-1783 #Menu2 .dj-megamenu-default,
.itemid-1913 #Menu2 .dj-megamenu-default,
.itemid-1932 #Menu2 .dj-megamenu-default,
.itemid-1957 #Menu2 .dj-megamenu-default,
.itemid-1958 #Menu2 .dj-megamenu-default,
.itemid-1959 #Menu2 .dj-megamenu-default,
.itemid-1960 #Menu2 .dj-megamenu-default,
.itemid-1961 #Menu2 .dj-megamenu-default, 
.itemid-1962 #Menu2 .dj-megamenu-default, 
.itemid-482 #Menu2 .dj-megamenu-default {
    position: fixed;
    width: 100%;
    background: #477ea7;
}

/* Slide */

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

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

.sliderPrincipalNormal {
	border-radius: 0px 0px 100px 0;
    width:100%;
    margin: 0px auto;
    position:relative;
    overflow:hidden;
	height: 450px !important;
}

.sliderPrincipalNormal ul{
    margin:0 auto;
}

.sliderPrincipalNormal img{
    width:100%;
}

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

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

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

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

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

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

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

.sliderPrincipalNormal .overlay{
    position: absolute;
    top: 0;
    left: 0;
    background: #02538adb;
    z-index: 9;
    width: 100%;
    height: 100%;
	border-radius: 0px 0px 100px 0;
}

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

.sliderPrincipalNormal .info .tags{
    margin-top: 50px;
    text-align: left;
}

.sliderPrincipalNormal .info .tags span {
	background: #02538b;
	color: #fff;
    padding: 15px 35px;
    margin: 0;
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
    font-size: 18px;
    border-radius: 50px;
}

.sliderPrincipalNormal .info .tags span:hover {
	background: #fff;
	color: #000;
}

.sliderPrincipalNormal .info .icon{
    position: relative;
    display: inline-block;
    vertical-align: middle;
	background-color: #becad8;
    border: 1px solid transparent;
    border-radius: 50px;
	padding: 16px 20px;
    z-index: 999;
}

.sliderPrincipalNormal .info .icon svg {
    width: 40px;
    height: 40px;
}

.sliderPrincipalNormal .info .icon svg path {
    fill: #fff;
}

.sliderPrincipalNormal h2{
	font-size: 90px;
    color: #ffffff;
	text-shadow: 1px 3px 0 #00000030, 1px 9px 5px #0000001a;
    margin: 30px 0 20px 0;
    z-index: 1;
    position: relative;
    font-family: 'PFDinTextCompPro-Thin', sans-serif !important;
    text-align: left;
    line-height: 1;
}

.sliderPrincipalNormal h3{
    color: #878787;
    font-size: 24px;
    margin: 0 auto;
    position: relative;
    font-family: 'PFDinTextCompPro-Regular', sans-serif !important;
    text-align: center;
    width: 49%;
    line-height: 1.2;
    text-transform: none;
}


#intro {
    background: #ffffff;
    z-index: 9;
}

#intro .g-content {
	width: 1400px;
    margin: 100px auto;
}

#intro .bloco {
    display: flex;
    justify-content: space-between;
}

#intro .descritivo {
    max-width: 536px;
}

#intro .descritivo .titulo {
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
    font-size: 50px;
    color: #3c3c3b;
    margin: 0 0 20px;
    line-height: 1;
}

#intro .funFact {
    max-width: 480px;
    margin: 0 50px;
    background: url("/images/Marca_dAgua.png");
    background-size: contain;
    background-repeat: no-repeat;
}

#intro .funFact .titulo {
    font-family: 'PFDinTextCompPro-Regular', sans-serif;
    font-size: 50px;
    color: #3c3c3b;
    margin: 0 0 20px;
    line-height: 1;
}

#intro .funFact .texto {
    font-family: 'PFDinTextCompPro-Thin', sans-serif;
	font-size: 40px;
    color: #3c3c3b;
    line-height: 1;
}

#intro .mapa {
    display: flex;
    flex-direction: column;
    border-left: 1px solid #0c507d;
    margin-left: 50px;
    text-align: center;
    height: max-content;
	width: 100%;
    padding-bottom: 50px;
	padding-left: 30px;
}

#intro .mapa .image img{
    width: 150px;
    border-radius: 50%;
    -moz-animation: pulse-animation 2s infinite;
    -webkit-animation: pulse-animation 2s infinite;
    animation: pulse-animation 2s infinite;
}

#intro .mapa .texto {
    margin: 20px 0;
}

#intro .mapa .texto a {
    font-family: 'PFDinTextCompPro-ThinItalic', sans-serif;
    font-size: 18px;
    text-align: center;
    margin: 0;
    color: #165f92;
    font-weight: 700;
    text-decoration: underline !important;
}





/* Placemarks - lista */

#placemarks .g-content {
    width: 1600px;
    margin: 50px auto;
}

#placemarks #submit {
    display: none;
}

#placemarks .filtro {
    margin: 50px 0;
    text-align: center;
}

#placemarks .filtro .wideSubcat {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

#placemarks .filtro .item {
	width: auto;
	display: inline-block;
    cursor: pointer;
    position: relative;
    background: #02538b;
    border: 1px solid transparent;
	border-radius: 50%;
	padding: 17.5px 20px;
    z-index: 999;
    margin: 0;
}

#placemarks .filtro .item.active {
	background: #8daac4;
}

#placemarks .filtro .icon {
	width: 30px;
    height: 35px;
}

#placemarks .filtro .cleanSubcat {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, 0);
	cursor: pointer;
    z-index: 999;
}

#placemarks .filtro .cleanSubcat svg {
    width: 16px;
    height: 16px;
}

#placemarks .results .noresults {
    text-align: center;
    margin: 50px 0;
}

#placemarks .results .item {
    display: inline-block;
    width: 31%;
    vertical-align: top;
    padding-bottom: 20px;
    margin: 0 0.8% 40px 0.8%;
    overflow: hidden;
    text-align: left;
	border-radius: 0px;
}

#placemarks .results .item .blockImage {
    width: 100%;
    height: 250px;
}

#placemarks .results .item .blockContent {
    display: grid;
    position: relative;
    padding: 0px 0px;
}

#placemarks .item .blockContent a {
    order: 2;
	color: #242d32;
}

#placemarks .item .blockContent h4 {
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
    font-size: 30px;
    color: #242d32;
    margin: 0 0 7px;
    padding-top: 7px;
    line-height: 1;
}

#placemarks .item .blockContent .cat {
    display: none;
}

#placemarks .item .blockContent .subcat {
    font-family: 'PFDinTextCompPro-thin', sans-serif;
    font-size: 23px;
    text-transform: uppercase;
    color: #3f3f3e;
    padding-top: 20px;
    line-height: 1;
    order: 1;
}

#placemarks .item .blockContent .freg {
    padding: 15px 0;
    text-align: left;
    order: 3;
}

#placemarks .item .blockContent .freg .icon {
    width: 6%;
    display: inline-block;
    vertical-align: middle;
}

#placemarks .item .blockContent .iconCat .icon {
	display: none;
}

#placemarks .results .item svg {
    width: 20px;
    height: 20px;
}

#placemarks .results .item svg path {
	fill: #00538a;
}

#placemarks .item .blockContent .freg .texto {
    display: inline-block;
    font-size: 18px;
    color: #3f3f3e;
    margin-left: 5px;
    font-family: 'PFDinTextCompPro-Regular', sans-serif;
}

#placemarks .item .blockContent .descricao {
    display: none;
}

#placemarks .item .botao {
    position: relative;
    display: block;
    text-align: left;
    width: auto;
    margin-top: 10px;
}

#placemarks .item .botao a {
    font-family: 'PFDinTextCompPro-ThinItalic', sans-serif;
    font-size: 18px;
    text-align: center;
    margin: 0;
    color: #165f92;
    font-weight: 700;
    text-decoration: underline !important;
}

#placemarks .item .botao a:hover {
    text-decoration: underline;
}



/* Placemarks - detalhe */

.itemid-1935 #g-container-main .size-10 {
    display: none;
}

.itemid-1935 #g-mainbar {
    width: 100%;
    margin: 0;
    padding: 0;
}

.itemid-1935 #g-container-main .size-80 .g-content {
    margin: 0;
}
/*
#g-mainbar .placemarks .fotoCapa {
    width: 49%;
    display: inline-block;
    position: relative;
    margin-right: -2px;
}*/

#g-mainbar .placemarks .fotoCapa .image {
    background-position: center;
	background-size: cover;
    background-repeat: no-repeat;
	min-height: 650px;
	max-height: 750px;
	width: 99.8%;
}

#g-mainbar .placemarks .descricao {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    min-height: 500px;
    max-height: 500px;
    overflow-y: scroll;
    padding: 90px;
	padding-top: 20px;
    background: transparent;
    margin-left: -2px;
}

#g-mainbar .placemarks .descricao .categoria {
    display: inline-block;
    margin-bottom: 50px;
}

#g-mainbar .placemarks .categoria .image {
    position: relative;
    background: #02538b;
    border: 1px solid transparent;
	border-radius: 50%;
	padding: 16.5px 20px;
	width: 72px;
    height: 72px;
}

#g-mainbar .placemarks .categoria .image .icon {
    width: 30px;
    height: 37px;
}

#g-mainbar .placemarks .categoria .image svg {
    width: 30px;
    height: 30px;
}

#g-mainbar .placemarks .categoria .image svg path {
    fill: #fff;
}

#g-mainbar .placemarks .categoria .texto {
    font-size: 18px;
    text-align: center;
    font-family: 'PFDinTextCompPro-Regular', sans-serif;
}

#g-mainbar .placemarks .titulo {
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
    font-size: 40px;
    color: #242d32;
    margin-bottom: 20px;
}

#g-mainbar .placemarks .descricao::-webkit-scrollbar{
    width: 7px;
    background: #c5c5c5;
}

#g-mainbar .placemarks .descricao::-webkit-scrollbar-thumb{
	background: #02538a;
}

#g-mainbar .placemarks .descricao::-webkit-scrollbar-track{
    -webkit-box-shadow: none;
    border-radius: 10px;
}
/*
#g-mainbar .placemarks .blockGaleria {
    width: 1350px;
    margin: 80px auto;
}

#g-mainbar .placemarks .blockGaleria .galeria {
	text-align: center;
}

#g-mainbar .placemarks .blockGaleria .image {
    display: inline-block;
    width: 24%;
    margin: .5%;
}

#g-mainbar .placemarks .blockGaleria .image img {
    object-fit: cover;
    object-position: center;
    height: 200px;
    width: 400px;
	cursor: pointer;
}

#g-mainbar .placemarks .blockGaleria #dots{
    margin-top: 25px;
    height: 30px;
    font-size: 0;
    text-align: center;
}

#g-mainbar .placemarks .blockGaleria #dots a{
    background: #f2f2f2;
    margin: 0 4px;
    width: 12px;
    height: 12px;
    box-shadow: 0 0 1px 0 #f2f2f2;
    border-radius: 100%;
    display: inline-block;
    cursor: pointer;
}

#g-mainbar .placemarks .blockGaleria #dots a.active {background:#02538b; }

#g-mainbar .placemarks .blockInfo {
    width: 1350px;
    margin: 80px auto;
}*/

/* --------------- */
/*#g-mainbar .placemarks {
	font-size: 0px;
}*/

#g-mainbar .placemarks .blockGaleria {
	width: 50%;
    display: inline-block;
	overflow: hidden;
	position: relative;
}

#g-mainbar .placemarks .blockGaleria .multipleImages {
	margin: 0 0 45px 0;
	position: relative;
}

#g-mainbar .placemarks .blockGaleria .multipleImages .image {
    display: inline-block;
    width: 100%;
    margin: .5%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    max-height: 500px;
	cursor: zoom-in;
}

#g-mainbar .placemarks .blockGaleria .multipleImages #arrows {
	/*display: inline-flex !important;*/
    width: 100%;
	height: 0px;
    justify-content: space-between;
    position: absolute;
    left: 0px;
    top: 50%;
}

#g-mainbar .placemarks .blockGaleria .multipleImages #arrows .arrow img {
	width: 30px;
    height: 30px;
	background: #ffffff99;
}

#g-mainbar .placemarks .blockGaleria .multipleImages #arrows .arrow.prev img {
    margin-left: 5px;
}

#g-mainbar .placemarks .blockGaleria .multipleImages #arrows .arrow.next img {
    margin-right: 5px;
}

#g-mainbar .placemarks .blockGaleria .contentImages {
	transform: none !important;
	display: inline-flex;
    width: 100%;
    flex-wrap: nowrap;
	margin-bottom: 30px;
}

#g-mainbar .placemarks .blockGaleria .contentImages.sliding-transition {
  transition: transform 0.5s ease-in-out;
}

#g-mainbar .placemarks .blockGaleria .contentImages .item {
	height: 120px;
    width: 24.5%;
    margin: 0.5%;
    display: inline-block;
}

#g-mainbar .placemarks .blockGaleria .contentImages > .item:first-child {
	margin-left: 0px;
}

#g-mainbar .placemarks .blockGaleria .contentImages > .item:nth-child(4) {
	margin-right: 0px;
}

#g-mainbar .placemarks .blockGaleria .contentImages > .item:nth-child(n+5) {
	display: none;
}

#g-mainbar .placemarks .blockGaleria .contentImages .item .image {
	height: 100%;
    width: 100%;
	background-position: center;
    background-size: cover;
}

#g-mainbar .placemarks .blockGaleria .navegacao {
	position: absolute;
	left: 2px;
    width: 100%;
    height: 0px;
    top: 38%;
}

#g-mainbar .placemarks .blockGaleria .navegacao #arrows {
	width: 100%;
	height: 0px;
    display: inline-flex;
    justify-content: space-between;
}

#g-mainbar .placemarks .blockGaleria .navegacao #arrows .arrow svg {
	width: 30px;
    height: 30px;
	background: #ffffff99;
}

#g-mainbar .placemarks .blockGaleria .navegacao #arrows .arrow.prev svg {
	margin-left: 5px;
	cursor: pointer;
}

#g-mainbar .placemarks .blockGaleria .navegacao #arrows .arrow.next svg {
	margin-right: 5px;
	cursor: pointer;
}

/* --------------- */

#g-mainbar .placemarks .contactos.w50 {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: -2px;
}

#g-mainbar .placemarks .mapa.w50 {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -2px;
}

#g-mainbar .placemarks .mapa #mapaArtigo {
    z-index: 1;
	height: 450px !important;
}

#g-mainbar .placemarks .mapa #mapaArtigo .leaflet-control-container a {
	text-decoration: none !important;
}

.placemarks #mapaArtigo.leaflet-container .leaflet-marker-pane img {
    margin-left: -7px !important;
    margin-top: -45px !important;
    width: 22px !important;
    height: 25px !important;
}

#g-mainbar .placemarks .mapa.w50 {
	
}

#g-mainbar .placemarks .contactos {
    background: #d9e6e5;
    padding: 50px;
}

#g-mainbar .placemarks .contactos .item {
    font-family: 'PFDinTextCompPro-Regular', sans-serif;
    font-size: 20px;
    margin: 10px 0;
    color: #3f3f3e;
}

#g-mainbar .placemarks .contactos .item svg {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

#g-mainbar .placemarks .contactos .item svg path {
    fill: #00538a;
}

#g-mainbar .placemarks .horario .titulo {
    margin-top: 50px;
    font-size: 26px;
}

#g-mainbar .placemarks .contactos .redessociais {
    text-align: right;
}

#g-mainbar .placemarks .redessociais .follow {
    display: inline-block;
    margin: 0 5px;
}

#g-mainbar .placemarks .redessociais .follow svg {
    width: 25px;
    height: 25px;
}

#g-mainbar .placemarks .ficheiros {
    width: 1350px;
    margin: 80px auto;
    text-align: center;
}

#g-mainbar .placemarks .ficheiros a {
    background: #02538b;
    color: #fff;
    padding: 15px 35px;
    margin: 0;
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
    font-size: 18px;
    border-radius: 50px;
    margin-right: 10px;
    border: 1px solid #02538b;
}

#g-mainbar .placemarks .ficheiros a:hover {
    background: #fff;
    color: #000;
}

#g-mainbar .placemarks .pressRelease {
    width: 100%;
    margin: 0 auto;
}

#g-mainbar .pressRelease .itens .item {
    width: 100%;
    max-width: unset;
    padding-right: 0px;
}

#g-mainbar .pressRelease .itens .item iframe {
	width: 100% !important;
    min-height: 500px;
}

#g-mainbar .placemarks .video {
    width: 1350px;
    margin: 50px auto;
    text-align: center;
}

#g-mainbar .placemarks .video.w50 .item {
    width: 48%;
    margin: 0 10px 20px;
    display: inline-block;
    vertical-align: top;
}

#g-mainbar .placemarks .video.w33 .item {
    width: 31%;
    margin: 0 10px 20px;
    display: inline-block;
    vertical-align: top;
}

#g-mainbar .placemarks .video iframe {
    width: 100%;
    height: 375px;
} 

/* --------- Fotos360 ------- */
#g-mainbar .placemarks .fotos360 .imagens {
	display: inline-flex;
    width: 100%;
    justify-content: center;
}

#g-mainbar .placemarks .fotos360 .item {
	text-align: left;
    margin: 50px 15px 25px 15px;
    height: 120px;
    width: 200px;
    border: 1px solid #02538a;
}

#g-mainbar .placemarks .fotos360 .item img {
    display: inline-flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    object-fit: fill;
}

#g-mainbar .placemarks .documentos {
    display: inline-flex;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
	margin: 10px 0 25px 0;
}

#g-mainbar .placemarks .documentos .blocoDocumentos {
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
    font-size: 18px;
	display: inline-flex;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#g-mainbar .placemarks .documentos .blocoDocumentos a {
    color: #fff;
}
#g-mainbar .placemarks .documentos .blocoDocumentos .itemDocumento {
	display: flex;
    align-items: center;
	background: #02538b;
    padding: 5px 15px;
	margin: 10px 10px 0 0;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

#g-mainbar .placemarks .documentos .blocoDocumentos .itemDocumento:hover {
    background: #1a4d71;
}

#g-mainbar .placemarks .documentos .blocoDocumentos .itemDocumento:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
	margin-right: 10px;
    background-image: url('/images/SVG/Download.svg');
    background-size: contain;
    background-repeat: no-repeat;
	filter: invert(1);
}

#g-mainbar .placemarks .documentos .blocoDocumentos .itemDocumento .nomeDocumento {
	display: inline-block;
}

/* ------------ Agenda ------ */

/* Agenda */

#agenda .g-content {
    width: 1600px;
    margin: 80px auto 50px auto;
    padding: 0px 0 !important;
}

#agenda {
	background-color: #ffffff;
}

#agenda h3 {
    align-content: start;
    text-align: center;
    margin-top: 20px;
	margin-bottom: 60px;
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
    color: #242d32;
}
/* ------------ Animation + Box Format Section ------------ */
#agenda .w33 {
	width: 31.4%;
    display: inline-block;
    vertical-align: top;
	margin: 0 0.8% 40px 0.8%;
    overflow: hidden;
    text-align: left;
    position: relative;
    background: #ffffff;
	opacity: 1; /* opacity: 1 (no animation) */
    transition: opacity 0.5s ease;
}
/* When .visible_block is added */
#agenda .visible_block .w33 {
	opacity: 1;
	transition: opacity 0.5s ease;
	animation: ListBlock_show 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.075);  /* This One Starts 0s and Ends at 0.8s */
}

@keyframes ListBlock_show {
	0% {
		transform: translateZ(300px) translateY(200px) rotateX(-70deg);
		opacity: 0.1;
	}
	
	50% {
		opacity: 0.6;
	}
	100% {
		transform: translateZ(0px) translateY(0px) rotateX(0deg);
		opacity: 1;
	}
}

/* --- Inner Boxes + Image Animation Styles ---- */

#agenda .image {
	width: 100%;  /* width: 100% (no animation) */
	transition: width 0.5s ease;
}

#agenda .visible_block .image {
	background: #d5d5d5;
	width: 100%;
	transition: width 0.8s ease 1.2s; /* Last One Ends 0.8s - This One Starts 1.2s and Ends at 2s */
}

#agenda .image img {
	height: 350px;
    width: 100%;   /* width: 100% (no animation) */
	border-top: 1px solid transparent;
    object-fit: cover;
    object-position: center;
	transition: width 0.5s ease;
}

#agenda .visible_block .image img {
	width: 100%;
	transition: width 0.8s ease 2.2s; /* Last One Ends 2s - This One Starts 2.2s and Ends at 3s */
} 

#agenda .date {
	color: #ffffff;
    background: #02538a;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
	right: 15%;
    padding: 15px 18px 15px 18px;
    flex-direction: column;
    z-index: 1;
	cursor: default;
	opacity: 1;  /* opacity: 1 (no animation) */
}

#agenda .visible_block .date {
	opacity: 1;
	transition: opacity 0.5s ease 3.2s; /* Last One Ends 3s - This One Starts 3.2s and Ends at 3.7s */
}

/* --------------- */
#agenda .w33:hover{ /* Hover Diferente */
	/*background: #fafafa;
    box-shadow: 0 5px 5px #ddd;*/
}

#agenda .date:hover {
	background-color: #438cbd;
}

#agenda .month {
	font-size: 13px;
}

#agenda .day {
    font-size: 20px;
    font-weight: bold;
}

#agenda .headItem {
	display: grid;
    text-align: center; /* Center text inside containers */
}

#agenda .headItem a:nth-of-type(2) {
	display: block;
    order: 3;
}

#agenda .headItem .titleEvent {
	font-family: 'PFDinTextCompPro-Medium', sans-serif;
    font-size: 30px;
    color: #242d32;
	margin: 0 0 7px 5px;
    padding: 0px 25px 0px 0px;
    line-height: 1;
    text-align: start;
    width: 100%;
    display: inline-block;
}

#agenda .headItem .catEvent {
	padding: 10px 0px 0px 0px;
	text-align: start;
}

#agenda .headItem .fregEvent {
	padding: 5px 0;
	margin-left: 5px;
    display: block;
    text-align: left;
	color: #1a1a1a;
    order: 2;
}

#agenda .headItem .icon {
    display: inline-block;
	vertical-align: middle;
}

#agenda .headItem .icon svg {
	width: 20px;
    height: 20px;
}

#agenda .headItem .icon svg path {
	fill: #00538a;
}

#agenda .headItem .text {
	font-size: 18px;
    color: #3f3f3e;
    margin-left: 5px;
    font-family: 'PFDinTextCompPro-Regular', sans-serif;
    display: inline-block;
    width: auto;
}

#agenda .headItem a:nth-of-type(3) {
    display: block;
    order: 3;
}

#agenda .headItem .sabermais {
    display: inline-block;
    width: 100%;
    text-align: start;
	margin: 20px 0px 0px 5px;
}

#agenda .headItem .SaberMais {
	background: unset;
	display: inline-block;
    width: 100%;
    text-align: start;
	padding: 0px;
}

#agenda .headItem .sabermais .sabermaisSubmit {
	font-family: 'PFDinTextCompPro-ThinItalic', sans-serif;
    font-size: 18px;
    text-align: center;
    margin: 0;
    color: #165f92;
    font-weight: 700;
    text-decoration: underline !important;
    background: transparent;
    padding: 0px;
}

#agenda .headItem .sabermais .sabermaisSubmit:hover {
	text-decoration: underline;
}

#agenda .botao {
	text-align: center;
}

#agenda .botao a {
	display: inline-block;
    margin-top: 50px;
    margin-bottom: 20px;
    width: fit-content;
    position: relative;
    height: fit-content;
    background: #02538b;
    color: #fff;
    padding: 15px 35px;
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
    font-size: 18px;
    border-radius: 50px;
}

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

#g-totop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    margin: 0;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #004087;
    border-radius: 50px;
}

#g-totop .fa {
    display: block;
    font-size: 25px;
    margin: 0;
    width: 40px;
    height: 40px;
}

#g-totop .fa:before {
    width: 40px;
    height: 40px;
    display: block;
    margin: 5px auto;
}


/*#MapaSite .g-content {
    margin: 0;
    padding: 0 !important;
}*/
#MapaSite {
    position: fixed;
    z-index: 9999999999999999;
    vertical-align: top;
    top: 0;
    left: 0;
    margin-top: 0;
    height: 100%;
    max-height: 100%;
    width: 50%;
    word-break: break-word;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
    background: #242323;
}
#MapaSite::-webkit-scrollbar{
    width: 8px;
    background: #fff;
}
#MapaSite::-webkit-scrollbar-track{
	-webkit-box-shadow: none;
}
#MapaSite::-webkit-scrollbar-thumb{
	background-color: #e9be2f;
    outline: 1px solid white;
    width: 8px;
}
#MapaSite .menu {
    border: 0;
    width: 100%;
}
#MapaSite li {
    color: #e9be2f;
}
#MapaSite li a:before {
    display: none;
}
#MapaSite li .separator {
    vertical-align: top;
}
#MapaSite .nav-child {
    box-shadow: none;
    background: #242323;
    list-style: none;
    margin: 10px 0;
    padding: 0 28px;
    border: 0;
    display: block;
}
#MapaSite .nav-child li {
    background: url('/images/SVG/Icone.svg') no-repeat left top;
    background-size: 20px;
    padding-left: 25px;
    padding-top: 0; 
}
#MapaSite .nav-child li.item-804 {
    display: none;
}
#MapaSite .menu li a {
    color: #fff;
}
#MapaSite .menu li a:hover {
    color: #e9be2f;
}


#BarraCopyright .w30.mymodal {
    cursor: pointer;
}
#popUp {
    display: none;
    z-index: 9999999999999999;
    /*position: fixed;
    top: 0;
    height: 100%;
    max-height: 100%;
    width: 100%;
    background: #242323b3;*/
}
#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 {
    display: block;
}
#popUp .modal table {
    margin: 0;
}
#popUp .modal-header table {
    width: 100%;
    border: 0;
    padding: 0;
}
#popUp .modal-header td, #popUp .modal-header table {
    border: none;
}
#popUp .modal-header td {
    width: 170px;
    height: 55px;
}
#popUp .modal-header td img {
    margin-top: 0;
    top: 0;
    width: auto;
}
#popUp .modal-header td:nth-child(2) {
    width: 360px;
    text-align: right;
}
#popUp .modal-body td {
    color: #000;
    background: transparent;
    border: 1px solid #dedede;
    text-align: left;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    font-size: 16px;
}
#popUp .modal-body caption, #popUp .modal-header caption {
    display: none;
}
#popUp .modal-body th, #popUp .modal-header th {
    display: none;
}
#popUp p {
    color: #000;
    padding: 10px;
    font-size: 15px;
    margin: 0;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    font-size: 16px;
}
#popUp a {
    color: #000;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    font-size: 16px;
}
#popUp a:hover {
    border-bottom: 1px solid #004086;
}
#popUp .modal-footer {
    background: #fff;
}
#popUp .modal-footer button {
    outline: none;
}
#popUp .modal-footer button:hover, #popUp .modal-footer button:active , #popUp .modal-footer button:focus {
    background-color: #000;
    color: #fff;
}

/* ----------------------- Interior CL360 - Start  ----------------------- */
/* Barra Topo */
.traducao svg {
	fill: #034572;
	position: absolute;
    z-index: -1;
}

#barra .w33.icons div {
	background: transparent;
}

#barra .traducao #gt-wrapper-1001 {
	width: 50px;
}

#barra .traducao {
    position: absolute;
    right: 118px;
    top: 35px;
    width: 50px;
    background: #02538a;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    z-index: -1;
}

#barra .traducao svg {
    width: 25px;
    height: 25px;
    fill: #fff;
}

#barra  .traducao .gt_selector.notranslate {
    height: 50px;
}

.traducao .gt_selector.notranslate {
	border: none;
	color: transparent;
    background: transparent;
	cursor: pointer;
}

.traducao .gt_selector.notranslate:focus {
    outline: none; /* Removes the focus outline */
    border: 2px solid #02538a;  /* Removes any border that may appear */
}



.traducao .gt_selector.notranslate option {
	font-size: 14px !important;
    color: #000 !important;
}

.traducao .gt_selector.notranslate option[value=""] {
    display: none;
}

/* Loader */

.loaderRotate svg {
	width: 100px;
	height: auto;
}

.loaderRotate path {
  position: relative;
  top: 0.63em;  
  display: inline-block;
  text-transform: uppercase;  
  opacity: 0;
  transform: rotateX(-90deg);
}

.loaderRotate .let1 {
  animation: drop 1.2s ease-in-out infinite;
  animation-delay: 1.2s;
}

.loaderRotate .let2 {
  animation: drop 1.2s ease-in-out infinite;
  animation-delay: 1.3s;
}

.loaderRotate .let3 {
  animation: drop 1.2s ease-in-out infinite;
  animation-delay: 1.4s;
}

@keyframes drop {
	10% {
		opacity: 0.5;
	}
	20% {
		opacity: 1;
		top: 3.78em;
		transform: rotateX(-360deg);
	}
	80% {
		opacity: 1;
		top: 3.78em;
		transform: rotateX(-360deg);
	}
	90% {
		opacity: 0.5;
	}
	100% {
		opacity: 0;
		top: 6.94em
	}
}

/* Placemarks Rel */
#relacionados:before {
	background: #bbbbbb;
    content: '';
    display: block;
    height: 1px;
    left: 5%;
    position: absolute;
    width: 90%;
}

#relacionados {
	margin-top: 25px;
}

#relacionados.g-block.size-100 .g-content {
	width: 80%;
	margin: auto;
}

#relacionados .placemarksRel .item {
	vertical-align: top;
    display: inline-block;
	width: 23%;
    padding-bottom: 20px;
    margin: 0 0.8% 40px 0.8%;
    overflow: hidden;
    text-align: left;
    border-radius: 0px 0px 0px 0px;
}

#relacionados .placemarksRel .item .blockImage {
    width: 100%;
    height: 250px;
}

#relacionados .placemarksRel .blockContent {
	display: grid;
    position: relative;
    padding: 0px 0px;
}

#relacionados .placemarksRel .item .blockContent a {
	order:2;
	text-decoration: none !important;
}

#relacionados .placemarksRel .item .blockContent h4 {
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
    font-size: 30px;
	color: #242d32;
    margin: 0 0 7px;
    padding-top: 7px;
    line-height: 1;
}

#relacionados .placemarksRel .item .blockContent .subcat {
	display: none;
}

#relacionados .placemarksRel .item .blockContent .cat {
	font-family: 'PFDinTextCompPro-thin', sans-serif;
    font-size: 23px;
	text-transform: uppercase;
	color: #3f3f3e;
    padding-top: 20px;
    line-height: 1;
	order: 1;
}

#relacionados .placemarksRel .item .blockContent .freg {
    padding: 15px 0;
    text-align: left;
    order: 3;
}

#relacionados .placemarksRel .item .blockContent .freg .icon {
    width: 6%;
    display: inline-block;
    vertical-align: middle;
}

#relacionados .placemarksRel .item svg {
    width: 20px;
    height: 20px;
}

#relacionados .placemarksRel .item svg path {
	fill: #00538a;
}

#relacionados .placemarksRel .item .blockContent .freg .texto {
    display: inline-block;
    font-size: 18px;
    color: #3f3f3e;
    margin-left: 5px;
    font-family: 'PFDinTextCompPro-Regular', sans-serif;
}

#relacionados .placemarksRel .item .blockContent .descricao {
    font-family: 'PFDinTextCompPro-Regular', sans-serif;
    font-size: 20px;
    margin: 0px 0;
    color: #3f3f3e;
    line-height: 1;
    display: block;
    width: 100%;
    max-height: none;
    min-height: unset;
    overflow: hidden;
    padding: 0;
    background: transparent;
    order: 4;
	display: none;
}

#relacionados .placemarksRel .item .botao {
    position: relative;
    display: block;
    text-align: start;
    width: auto;
    margin-top: 0px;
    padding: 0 0px;
}

#relacionados .placemarksRel .item .botao a {
    font-family: 'PFDinTextCompPro-ThinItalic', sans-serif;
    font-size: 18px;
    text-align: center;
    margin: 0;
    color: #165f92;
	font-weight: 700;
    text-decoration: underline !important;
}

#relacionados .placemarksRel .item .botao a:hover {
    text-decoration: underline;
}

/* Museus Slider + Intro */
#slide {
    max-height: 1494px;
    overflow-y: hidden;
    position: relative;
    width: 100%;
    height: auto;
}

#g-mainbar .g-grid {
	position: relative;
	background: #ffffff; /* Empty Article Fixed Slider Fix */
}

#g-container-navigation {
	/*background: #02538d33;*/
	box-shadow: rgba(128, 128, 128, 0.34) 0px 5px 10px;
	background: #fff;
    position: fixed;
    height: 115px;
    padding-top: 0;
    top: 0;
    width: 100%;
    -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;
    z-index: 99999;
}

#g-container-header {
	z-index: 9;
    width: 100%;
}

.itemid-1933 #partilha {
    top: 115px;
}

#placemarks {
	background: #ffffff;
	z-index: 9;
}

#g-container-copyright {
	background: #ffffff;
}
/* ----------------------- Interior CL360 - End  ----------------------- */

@media (max-width: 361px){
	#menu_v2 .menuLateral #menu-btn .icon { 
        left: -1px;
	}
	
	#menu_v2 .menuLateral #menu-btn.open .icon { 
        left: -1px;
	}
	
	#menu_v2 .sub1 span, #menu_v2 .sub2 span, #menu_v2 .sub3 span, #menu_v2 .sub4 span, #menu_v2 .sub5 span, #menu_v2 .sub6 span  {
        font-size: 15px;
    }
	#menu_v2 .icon {
        justify-self: center;
    }
	
    #menu_v2 .menu_v2 .parent {

    }
	
    #menu_v2 .parent li h2 {
        font-size: 45px;
    }
	
    #menu_v2 .parent li h4 {
        font-size: 28px;
    }
	
	#menu_v2 .parent li.animatable {
		visibility: visible;
	}
	
    #menu_v2 .logoSlider {
        left: 30%;
        width: 125px;
    }
	
	#menu_v2 .menu_v2 .parent_left .parent_left_pesquisa p {
		font-size: 13px;
	}
	
	#menu_v2 .menu_v2 .parent {

	}
	#menu_v2 .parent li.animatable {
		visibility: visible;
	}
		#menu_v2 .menu_v2 .parent {
	}
		
	/* ----------- Menu Media ------------ */
	#menu_v2 .menu_v2 .parent ul {
        z-index: 2;
        position: relative;
        top: 22%;
        display: block;
        width: 80%;
        margin-left: 30px;
        margin-right: 10px;
	}

	#menu_v2 .parent .sub1, #menu_v2 .parent .sub2, #menu_v2 .parent .sub3, #menu_v2 .parent .sub4, #menu_v2 .parent .sub5, #menu_v2 .parent .sub6 {
		z-index: 3;
		margin-left: 0px;
		width: 100%;
		right: 0px;
		position: relative;
		top: 5px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#menu_v2 .parent .sub1:before, #menu_v2 .parent .sub2:before, #menu_v2 .parent .sub3:before, #menu_v2 .parent .sub4:before, #menu_v2 .parent .sub5:before, #menu_v2 .parent .sub6:before {
		visibility: hidden;
		width: 0px;
	}

	#menu_v2 .parent .sub1 a, #menu_v2 .parent .sub2 a, #menu_v2 .parent .sub3 a, #menu_v2 .parent .sub4 a, #menu_v2 .parent .sub5 a, #menu_v2 .parent .sub6 a {
		display: inline-block;
		padding: 10px;
		margin: 1px;
		transition: all 0.2s;
		background: #0000001c;
	}
	/* ----------------------------------- */
	#menu_v2 .menuMobile, #menu_v2 .menuTopo{
		display:block;
	} 
	
	#menu_v2 .menuMobile .parent{
		right:10%;
		left:auto;
	}
	
	#menu_v2 .menuMobile .parent li h4 {
		font-size: 30px;
	}
	
	#menu_v2 .menuMobile .sub1 span, #menu_v2 .menuMobile .sub2 span, #menu_v2 .menuMobile .sub3 span, #menu_v2 .menuMobile .sub4 span, #menu_v2 .menuMobile .sub5 span, #menu_v2 .menuMobile .sub6 span {
		font-size:18px;
	}
	
    
    #g-navigationmain .g-grid {
        width: auto;
    }
    
    #barra .g-content {
        padding: 0 10px!important;
    }
	
	#barra .logo {
        margin-left: 0;
        top: 15px;
    }
        
    #barra .logo img {
		width: 80px;
		display: block !important;
    }

    #buttonMenu, #barra .w33.logo, #documentos .itemCat, #menuDJ, #noticias .newsList ul, #MenuInferior .w17{
        display:none;
    }
    
    #barra .logo svg {
        width: 70px;
        margin-top: 30px;
    }
    
    #barra .w33.turnMenu, #barra .w33.offMenu{
        width: 30%;
    }
    
    #barra .idiomaSelect, #barra .idiomas {
        right: 12%;
    }
    
    #barra .pesquisa {
        right: 21%;
    }
	
	#barra .iconMapa {
		right: 130px;
	}
	
	#barra .menuLateral {
		display: none;
		right: 0px;
	}
    		
	#menu_v2, #Menu2, #Menu3 {
		display: none;
	}
	
	#barra .menuMobileLateral {
		right: -15px;
	}
	
	#barra .traducao {
        right: 67px;
        top: 37px;
	}
    
    #mobileBar{
        display:inline-block;
        text-align:right;
        position: relative;
        top: 15px;
    }
    
    #mobileBar .g-content {
        padding: 0 10px!important;
        margin: 0;
    }
    
    #mobileBar .botao svg {
        width: 28px;
        height: 28px;
    }
    	    	
	#etiqueta {
		display: none;
	}
	
	#etiqueta .item {
		right: -272px;
	}
    
	#etiqueta .item .barra { 
		width: 13%;
	}
	
	#etiqueta .item:hover {
		right: -26px;
	}
	
    #g-container-navigation, #g-navigationmain{
        height:120px;
    }
    
    #g-navigationmain img{
        width: 90px;
    }
    
    .g-logo{
        text-align:left;
    }
    
    #g-totop {
        right: 10px;
        width: 35px;
        height: 35px;
    }
    
    #g-totop .fa {
        width: 35px;
        height: 35px;
    }
    
    #g-totop .fa:before {
        width: 35px;
        height: 35px;
    }
    
    #g-mainbar .links100 .buttonLink {
        width: 49%;
        margin: 0 0 10px 0 !important;
    }
    
    #g-mainbar .links25, #g-mainbar .links33{
        width:100%;
        max-width:300px;
        margin-left: auto;
        margin-right: auto;
    }
    
    #g-mainbar .links100, #g-mainbar .links25, #g-mainbar .links33 {
        margin-top: 30px;
    }
    
    #g-mainbar .links33 .buttonLink, #g-mainbar .links25 .buttonLink{
        width: 100%;
        margin: 0 0 20px 0;
        font-size: 14px;
    }
    
    #news .video{
        width: 100%;
    }
    
    #news .video iframe{
        width: 300px;
        height: 160px;
    }
    
    #news .video .item {
        width: 100%;
    }

    
    #altura {
        height: 120px;
    }
    
    #breadcrumb{
        display: none;
    }
    
    #g-container-main .size-10{
        display:none;
    }
    
    #g-container-main .size-80 .g-content {
		
    }
    
    #g-mainbar {
        /*padding: 30px 10px 0 10px;*/
    }
	
	#g-mainbar .item-page {
		width: auto;
		margin: 0 auto;
	}
	
    #g-mainbar .span12 {
        padding: 20px 0;
    }
    
    #g-mainbar h1 {
        font-size: 30px   
    }
    
    #g-mainbar h2 {
        font-size: 28px   
    }
    
    #g-mainbar .pull-none.item-image, #g-mainbar .item-image {
        float: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    
    #g-mainbar .pull-none.item-image img {
        max-width: 100%;
        max-height: none;
        width: auto;
    }
    
    #g-mainbar .page-header h2, #corpo #titulo, #corpo h2, #NewsPage h2{
        font-size: 22px;
        width: 100%;
    }
    
	#g-mainbar .descricao.w50, #g-mainbar .item.w50 {
		width: 100%;
	}
	
    #partilha {
        width: 100%;
        position: relative;
        right: auto;
        text-align: center;
        top: 18px;
        z-index: 1;
        margin-bottom: 30px;
    }
    
    #corpo p:nth-child(1) {
        font-size: 18px;
        margin-top: auto;
        text-align:justify;
    }
    
    #g-mainbar p, #g-mainbar ul, #g-mainbar ol{
        font-size: 16px;
        text-align:justify;
    }
    
    .radio.inline, .checkbox.inline {
        display: block;
        font-size: 15px;
    }
    
    .radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
        margin-left: 0;
    }

    
	#multimedia .multimediaContainer .searchBar h3 {
	    font-size: 16px;
	}
	#multimedia .searchBar .closeSearch, #multimedia .searchBar #cleanfilter {
        font-size: 14px;
    }
    
	#multimedia .searchBar .form-group {
	    width: 100%;
	}
	
    #multimedia .resultsContent .mobile {
        display: block;
        background: #fff;
        position: fixed;
        top: 150px;
        height: 50px;
        width: 100%;
        left: 0;
        padding-top: 9px;
        padding-left: 10px;
        z-index: 9;
        border: none;
    }
    
    #multimedia .resultsContent .searchButton {
        background: #004087;
        width: auto;
        display: inline-block;
        padding: 5px 10px;
        font-family: 'PFDinTextCompPro-Regular', sans-serif;
        color: #fff;
        font-size: 16px;
    }
    
    #multimedia .multimediaContainer .closeSearch {
        background: #004087;
        width: auto;
        display: inline-block;
        padding: 5px 10px;
        font-family: 'PFDinTextCompPro-Regular', sans-serif;
        color: #fff;
        font-size: 16px;
        border: none;
    }

    #multimedia .multimediaContainer .searchBar{
		-webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100% !important;
        background: rgb(255, 255, 255) !important;
        height: 100%;
        left: 0;
        top: 100px;
        z-index: 99999;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        display: none;
    }
    
    #multimedia .searchBar .searchBarContent {
        position: relative;
        top: 85px;
        display: block !important;
        width: 100%;
    }
    
	#multimedia .multimediaContainer .resultsContent {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
        margin-top: 50px;
        margin-left: 0;
	}
	#multimedia .videoItem {
    	width: 100%;
	}
	#multimedia .videoItem iframe {
	    width: 100%;
	}
    #multimedia .videoItem h5 {
        font-size: 16px;
    }
	#multimedia .seeVideo #closeVideo {
		right: 15px;
	}
	#multimedia .seeVideo .video {
	    margin: auto 0;
	}
	#multimedia .seeVideo .video iframe {
	    height: 362px !important;
	}
    
    
    
    #NewsPage .item {
        width: 100%;
        margin: 0 0.6% 10px 0.6%;
        height: 300px;
    }
    
    #NewsPage .itemImage {
        max-height: 110px;
    }
    
    #NewsPage .itemInfo{
        font-size: 13px;
    }
    
    #NewsPage .item h4{
        font-size: 19px;
    }
    
    #NewsPage .item .itemDescription{
        display:none;
    }
    
    #corpo .botao{
        display: block;
        width: auto;
        max-width: 255px;
        font-size: 15px;
        margin: 0 auto 10px auto;
    }
    
    .membro{
        padding: 20px 0;
    }
    
    .foto {
        width: 100%;
    }
    
    #normal{
        display:none;
    }
    
    .membro .info {
        padding-left: 0px;
        width: 100%;
        margin-top: 20px;
    }
    
    .nome {
        font-size: 22px;
        text-align: center;
    }
    
    .membro .tab{
        text-align:center;
    }
    
    .membro .blockinformation{
        text-align: justify;
    }
    
    table thead td{
        font-size:18px;
    }
    
    table tbody td{
        font-size:16px;
    }
    
    .itemid-1061 #g-mainbar {
        padding: 30px 10px;
    }
    
    #documentos .showMobileBar, #hideMobile {
        display: block;
    }
    
    .Docs .filterDocs {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        display: block;
        vertical-align: top;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 30px;
        position: fixed;
        width: 100%;
        height: 100%;
        background: white;
        z-index: 9;
        left: -100%;
        margin-top: -30px;
    }
    
    .Docs .docs {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
        padding-left: 0;
    }
    
    .Docs .docs .documents, .Docs .docs .catsDocs {
        padding-top: 70px;
        padding-left: 0;
    }
    
    #documentos .docs .item {
        width: 100%;
        padding: 40.5% 10px 10px 10px;
    }
    
    #documentos .docs .item svg {
        height: 40px;
    }
    
    #documentos .docs .item .catName {
        bottom: 10%;
        font-size: 14px;
    }
    
    #documentos h2{
        font-size:28px;
    }
    
    #documentos .documents a {
        width: 100%;
        font-size: 16px;
    }
    
    #documentos .documents .docVisual{
        font-size: 13px;
    }
    
    #corpo .multipleImages img, #news .multipleImages img, #corpo .multipleImages50 img, #news .multipleImages50 img{
        width:100%;
    }
    
    #corpo .multipleImages50 img, #news .multipleImages50 img, #corpo .multipleImages img, #news .multipleImages img{
        padding-left:0;
        padding-right:0;
    }
    
    #corpo .w50 {
        width: 100%;
        padding-right: 0;
    }
    
    #corpo .w50:nth-child(odd){
        padding-right: 0;
    }
    
    #corpo .w50:nth-child(even){
        padding-left: 0;
    }
    
    #corpo h3, #news h3{
        font-size:20px;
    }
    
    #corpo h4{
        font-size:18px;
    }
    
    #corpo a{
        word-break: break-all;
    }
    
    .estatistica1Modal, .estatistica2Modal, .estatistica3Modal{
        top: 120px;
    }
    
    #corpo .w30, #corpo .w70, .info{
        width:100%;
        display: block;
    }
    
    #corpo .w30{
        padding-right:0;
    }
    
    #news .navigateArticle a{
        padding: 6px 10px;
        font-size: 14px;
    }
    
    .itemid-1251 #g-mainbar, .itemid-1494 #g-mainbar, .itemid-483 #g-mainbar{
        padding: 30px 10px;
    }
    
    .sideFilter {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
        vertical-align: top;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        position: fixed;
        background: rgb(255, 255, 255);
        height: 100%;
        left: -100%;
        top: 120px;
        z-index: 999;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    
    .pagecontent{
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
        margin: 0;
    }
    
    .sideFilter .closeSearch, .sideFilter #cleanfilter {
        font-size: 14px;
    }
    
    .sideFilter h4 {
        font-size: 16px;
    }
    
    .select2-container--bootstrap .select2-selection--single .select2-selection__rendered, .select2-container--bootstrap .select2-dropdown {
        font-size: 13px;
    }
    
    #news .newsBlocks {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .filterNews{
        background:#fff;
    }
    
    #news .newsBlocks .item {
        width: 48%;
        margin: 0 0.5% 20px 0.5%;
        height: auto;
    }
    
    #news .newsBlocks .item .itemImage {
        max-height: 125px;
    }
    
    #news .newsBlocks .item .itemContent {
        padding: 10px;
    }
    
    #news .newsBlocks .item .itemInfo {
        font-size: 13px;
    }
    #news .itemInfo .cat {
        font-size: 12px;
    }
    
    #news .newsBlocks .item h4 {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
    
    #news .newsBlocks .item .itemDescription {
        display:none;
    }
    
    #news .item .botao a {
        font-size: 12px;
        padding: 10px;
    }
    
    .mobile{
        display: block;
        position: fixed;
        top: 120px;
        background: #fff;
        height: 50px;
        width: 100%;
        left: 0;
        padding-top: 9px;
        padding-left: 10px;
        z-index: 9;
    }
    
    .searchButton{
        background: #477ea7;
        width: auto;
        display: inline-block;
        padding: 5px 10px;
        font-family: 'PFDinTextCompPro-Regular',sans-serif;
        color: #fff;
        font-size: 14px;
    }
    
    .closeSearch{
        background: #000;
        width: auto;
        display: inline-block;
        padding: 5px 10px;
        font-family: 'PFDinTextCompPro-Regular',sans-serif;
        color: #fff;
    }
    
    .itemid-1182 #g-mainbar .w33{
        margin: 0 0 20px 0;
        width: 100%;
    }
    
    .itemid-1182 #g-mainbar {
        padding: 50px 10px 25px 10px;
    }
    
    .itemid-1182 #g-mainbar .w33 h3{
        font-size: 28px;
    }
    
    .itemid-825 #g-mainbar {
        padding: 30px 10px;
    }
    
    
    #g-mainbar .item {
        margin: 0;
	}
	
	#g-mainbar .item .pressRelease {
	    padding-right: 0;
	}
	
	#g-mainbar .item .pressRelease iframe {
	    width: 100% !important;
	}
	
	#g-mainbar .pressRelease .itens .item {
	    padding-right: 0;
	}
	
	#g-mainbar .pressRelease .itens .item iframe {
	    width: 100% !important;
	}
	
	#g-mainbar .multipleImages50, #g-mainbar .multipleImages {
        margin: 30px 0;
    }
    
    #g-mainbar .multipleImages50 .item-image, #g-mainbar .multipleImages .item-image{
        width:100%;
        margin:0 0 20px;
    }
    
    #g-mainbar .modalGaleriaGaleria ul li {
        padding: 50px 30px;
    }
    
    #g-mainbar .closeModalGaleria svg {
        width: 40px;
    }
    
    #g-mainbar .modalGaleriaGaleria .arrow.prev {
        left: 0;
    }
    
    #g-mainbar .modalGaleriaGaleria .arrow.next {
        right: 0;
    }
    
    #g-mainbar .modalGaleriaGaleria .arrow img {
        width: 30px;
    }
	
    #g-mainbar .video iframe {
        width: 300px;
        height: 200px;
    }
    
    
    #g-mainbar .row {
        margin: 0;
    }
    
    #g-mainbar .placemarks .fotoCapa {
        width: 100%;
        margin-right: 0;
    }
    
    #g-mainbar .placemarks .fotoCapa .image {
        min-height: 200px;
        max-height: 250px !important;
    }
    
    #g-mainbar .placemarks .descricao {
        width: 100%;
		margin-top: 20px;
        margin-left: 0;
        padding: 30px;
		max-height: 350px;
		min-height: 350px;
    }
    
    #g-mainbar .placemarks .descricao .categoria {
        margin-bottom: 25px;
    }
    
    #g-mainbar .placemarks .titulo {
        font-size: 30px;
    }
    
    #g-mainbar .placemarks .blockGaleria {
        width: 100%;
    }
	
	#g-mainbar .placemarks .blockGaleria .multipleImages .image {
        min-height: 300px;
        max-height: 300px;
    }
	
	#g-mainbar .placemarks .blockGaleria .contentImages .item {
		height: 65px;
	}

    #g-mainbar .placemarks .contactos {
        padding: 30px;
    }
    
    #g-mainbar .placemarks .blockInfo {
        width: auto;
        margin: 60px 30px;
    }
    	
    #g-mainbar .placemarks .contactos.w50 {

	}
	
    #g-mainbar .placemarks .contactos.w50, #g-mainbar .placemarks .mapa.w50 {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    
    #g-mainbar .placemarks .contactos .item {
        font-size: 16px;
    }
    
    #g-mainbar .placemarks .redessociais .follow svg {
        width: 20px;
        height: 20px;
    }
    
    #g-mainbar .placemarks .ficheiros {
        width: auto;
        margin: 60px 30px;
    }
    
    #g-mainbar .placemarks .pressRelease {
        width: auto;
        margin: 60px 30px;
    }
    
    #g-mainbar .placemarks .pressRelease .itens .item {
        width: 100%;
    }
    
    #g-mainbar .placemarks .pressRelease .itens .item iframe {
        width: 100% !important;
        min-width: 100% !important;
        min-height: 360px;
        margin-bottom: 20px !important;
    }
    
    #g-mainbar .placemarks .video {
        width: auto;
        margin: 60px 30px;
    }
    
    #g-mainbar .placemarks .video.w50 .item, #g-mainbar .placemarks .video.w33 .item {
        width: 100%;
        margin: 0 0 20px;
    }
    	
	/* --- foto 360 --- */
	#g-mainbar .placemarks .fotos360 .item {
		height: 95px;
		width: 150px;
	}
	/* --- */
    
    #g-mainbar .arquivo .fotoCapa {
        width: 100%;
        margin-right: 0;
    }
    
    #g-mainbar .arquivo .fotoCapa .image {
        height: 300px !important;
    }
    
    #g-mainbar .arquivo .descricao {
        width: 100%;
        margin-top: -7px;
        margin-left: 0;
        padding: 30px;
    }
    
    #g-mainbar .arquivo .titulo {
        font-size: 30px;
    }
    
    #g-mainbar .arquivo .intro h2 {
        font-size: 30px;
    }
    
    #g-mainbar .arquivo .intro p {
        font-size: 16px;
        width: 68%;
    }
    
    #g-mainbar .arquivo .volumes {
        padding: 30px;
    }
    
    #g-mainbar .arquivo .volumes h3 {
        font-size: 30px;
    }

    #g-mainbar .arquivo .volumes .images {
        width: auto;
    }
    
    #g-mainbar .arquivo .volumes .images img {
        width: auto;
        margin: 0.5% 0;
    }
    
    #slide .g-content {
        padding: 0 !important;
    }
    
    .sliderPrincipalNormal #dots{
		right: 10px;
    }
    
    .sliderPrincipalNormal #dots a {
        width: 13px;
        height: 13px;
    }
    
    .sliderPrincipalNormal{
        display:block;
        height: 350px !important;
    }
    
    .sliderPrincipalNormal .info{
        padding: 0 10px;
    }
    
    .sliderPrincipalNormal .info .icon {
        padding: 10px 15px;
    }
    
    .sliderPrincipalNormal .info .icon svg {
        width: 20px;
        height: 20px;
    }
    
    .sliderPrincipalNormal h2 {
        font-size: 30px !important;
    }
    
    .sliderPrincipalNormal h3 {
        font-size: 14px;
        width: 100%;
    }
    
    .sliderPrincipalNormal .info .tags {
        margin-top: 15px;
    }
    
    .sliderPrincipalNormal .info .tags span {
        font-size: 12px;
        padding: 10px;
    }
    
    .sliderPrincipalNormal #dots {
        right: 10px;
    }
        
	#intro .g-content {
		width: 100%;
	}
        
	#intro .bloco {
		display: block;
	}
	
	#intro .descritivo {
		display: inline-block;
		max-width: unset;
		width: unset;
		margin-inline: 20px;
	}
	
	#intro .descritivo .titulo {
		font-size: 34px;
	}
	
	#intro .funFact {
        display: inline-block;
        max-width: unset;
		width: auto;
        vertical-align: top;
        margin: 0 25px;
	}
	
	#intro .funFact .titulo {
		font-size: 45px;
	}
		
	#intro .funFact .titulo {
		font-size: 34px;
	}
	
	#intro .mapa {
		margin: 0px;
		padding: 20px 0px 10px 0px;
		border-left: none;
		border-top: 1px solid #0c507d;
		border-bottom: 1px solid #0c507d;
	}
    
    #placemarks {
        padding: 30px 10px 0 10px;
    }
    
    #placemarks .g-content {
        width: 100%;
    }
    
    #placemarks .results .item {
        width: 100%;
        margin: 0 0 10px;
        height: auto;
    }
    
    #placemarks .item .blockImage {
        height: 210px;
    }
    
    #placemarks .item .blockContent {
        padding: 10px;
    }
    
    #placemarks .item .blockContent h4 {
        font-size: 22px;
    }
    
    #placemarks .item .blockContent .freg .texto {
        font-size: 12px;
    }
    
	#agenda .g-content {
		width: 100%;
		margin: auto;
	}
	
	#agenda .w33 {
        width: 100%;
        margin: 0 0 10px;
        height: auto;
    }
	
    #g-mainbar .well {
        padding: 0;
    }
    
    .contact-miscinfo .dl-horizontal dd {
        margin-left: 0;
    }
    
    .contact-form, .contact-miscinfo {
        width: 100%;
    }
    
    .contact-form label {
        font-size: 18px;
    }
    
    #contact-form .controls {
        margin: 0;
    }
    
    #contact-form .controls input, #contact-form .controls textarea {
        min-height: 30px;
        font-size: 14px;
    }
    
    .contact-form .controls .btn-primary {
        font-size: 12px;
        padding: 10px;
    }
    
    .contact-miscinfo span h3 {
        font-size: 30px;
    }
    
    .contact-miscinfo .logo img {
        width: 300px;
    }
    
    
    #search-form form {
        padding: 30px 10px;
    }
    
    .finder #finder-search input.inputbox{
        width: 100% !important;
    }
    
    .finder #finder-search .btn{
        width: 100% !important;
    }
    
    #search-results .result-text{
        font-size:16px;
    }
        
	#relacionados .placemarksRel .item {
		width: 100%;
	}
    
    #MenuInferior .g-content{
        width: auto;
        margin: 20px auto;
        padding: 30px 10px!important;
    }
    
    #MenuInferior .w100.first, #MenuInferior .w100 {
        width: 100%;
        padding: 0;
    }
    
    #MenuInferior .w100 .boxMenu {
        padding: 0;
		text-align: center;
    }
    
    #MenuInferior .w25 .logo svg {
        width: 150px;
        padding: 0 20px 0 0;
    }
    
    #MenuInferior .w25 .logo img {
        width: 115px;
        padding: 0;
    }
	
	#MenuInferior .w25 img {
		width: 150px;
		padding: 0px;
	}
	
    #MenuInferior .w25 .icons div {
        width: 35px;
        height: 35px;
    }
    
    #MenuInferior .w33 {
        width: 32%;
    }
    
    #MenuInferior .titulo{
        font-size: 16px;
    }
    
    #MenuInferior li {
        font-size: 14px;
    }
	
    #BarraCopyright .g-content{
        width: auto;
        padding: 10px !important;
    }
    
    #BarraCopyright .w30.mymodal {
        display: none;
    }
    
    #BarraCopyright .w30 {
        width: 12%;
    }
    
    #BarraCopyright .w40 {
        width: 86%;
        font-size: 12px;
    }
    
    #BarraCopyright .w30 .text {
        display: none;
    }
    
}


@media (min-width: 362px) and (max-width: 469px){	
	#menu_v2 .menuLateral #menu-btn .icon { 
		left: -1px;
	}
		
	#menu_v2 .menuLateral #menu-btn.open .icon { 
        left: -1px;
	}
	
	#menu_v2 .sub1 span, #menu_v2 .sub2 span, #menu_v2 .sub3 span, #menu_v2 .sub4 span, #menu_v2 .sub5 span, #menu_v2 .sub6 span  {
        font-size: 15px;
    }
	#menu_v2 .icon {
        justify-self: center;
    }

    #menu_v2 .menu_v2 .parent {
    }
	
    #menu_v2 .parent li h2 {
        font-size: 45px;
    }
	
    #menu_v2 .parent li h4 {
        font-size: 24px;
    }
	
    #menu_v2 .logoSlider { 
        left: 37%;
        width: 150px;
    }
	
	#menu_v2 .parent li.animatable {
		 visibility: visible;
	}
		
	#menu_v2 .menu_v2 .parent_left .parent_left_pesquisa p {
		font-size: 13px;
	}
	
	/* ----------- Menu Media ------------ */
	#menu_v2 .menu_v2 .parent ul {
		z-index: 2;
		position: relative;
		top: 22%;
		display: block;
		width: 80%;
		margin-left: 30px;
		margin-right: 10px;
	}

	#menu_v2 .parent .sub1, #menu_v2 .parent .sub2, #menu_v2 .parent .sub3, #menu_v2 .parent .sub4, #menu_v2 .parent .sub5, #menu_v2 .parent .sub6 {
		z-index: 3;
        margin-left: 0px;
        width: 100%;
        right: 0px;
        position: relative;
        top: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
	}

	#menu_v2 .parent .sub1:before, #menu_v2 .parent .sub2:before, #menu_v2 .parent .sub3:before, #menu_v2 .parent .sub4:before, #menu_v2 .parent .sub5:before, #menu_v2 .parent .sub6:before {
		visibility: hidden;
		width: 0px;
	}

	#menu_v2 .parent .sub1 a, #menu_v2 .parent .sub2 a, #menu_v2 .parent .sub3 a, #menu_v2 .parent .sub4 a, #menu_v2 .parent .sub5 a, #menu_v2 .parent .sub6 a  {
		display: inline-block;
		padding: 10px;
		margin: 1px;
		transition: all 0.2s;
		background: #0000001c;
	}

	#menu_v2 .menuMobile, #menu_v2 .menuTopo{
		display:block;
	} 
	
	#menu_v2 .menuMobile .parent{
		right:10%;
		left:auto;
	}
	
	#menu_v2 .menuMobile .parent li h4 {
		font-size: 35px;
	}
	
	#menu_v2 .menuMobile .sub1 span, #menu_v2 .menuMobile .sub2 span, #menu_v2 .menuMobile .sub3 span, #menu_v2 .menuMobile .sub4 span, #menu_v2 .menuMobile .sub5 span, #menu_v2 .menuMobile .sub6 span {
		font-size:18px;
	}
    
    
    #g-navigationmain .g-grid {
        width: auto;
    }
    
    #barra .g-content {
        padding: 0 10px!important;
    }
    
    #barra .logo {
        margin-left: 0;
		top: 15px;
    }
        
    #barra .logo img {
		width: 80px;
		display: block !important;
    }
    
    #buttonMenu, #barra .w33.logo, #documentos .itemCat, #menuDJ, #noticias .newsList ul, #MenuInferior .w17{
        display:none;
    }
    
    #barra .logo svg {
        width: 70px;
        margin-top: 30px;
    }
    
    #barra .w33.turnMenu, #barra .w33.offMenu{
        width: 30%;
    }
    
    #barra .idiomaSelect, #barra .idiomas {
        right: 12%;
    }
    
    #barra .pesquisa {
        right: 21%;
    }
    	
	#barra .iconMapa {
		right: 130px;
	}
	
	#barra .menuLateral {
		display: none;
		right: 0px;
	}
    	
	#menu_v2, #Menu2, #Menu3 {
		display: none;
	}
		
	#barra .menuMobileLateral {
		right: -15px;
	}
	
	#barra .traducao {
        right: 67px;
        top: 37px;
	}
    
    #mobileBar{
        display:inline-block;
        text-align:right;
        position: relative;
        top: 15px;
    }
    
    #mobileBar .g-content {
        padding: 0 10px!important;
        margin: 0;
    }
    
    #mobileBar .botao svg {
        width: 28px;
        height: 28px;
    }
        	
	#etiqueta {
		display: none;
	}
		
	#etiqueta .item {
		right: -272px;
	}
    
	#etiqueta .item .barra { 
		width: 13%;
	}
	
	#etiqueta .item:hover {
		right: -26px;
	}
	
    #g-container-navigation, #g-navigationmain{
        height:120px;
    }
    
    #g-navigationmain img{
        width: 90px;
    }
    
    .g-logo{
        text-align:left;
    }
    
    #g-totop {
        right: 10px;
        width: 35px;
        height: 35px;
    }
    
    #g-totop .fa {
        width: 35px;
        height: 35px;
    }
    
    #g-totop .fa:before {
        width: 35px;
        height: 35px;
    }
    
    #g-mainbar .links100 .buttonLink {
        width: 49%;
        margin: 0 0 10px 0 !important;
    }
    
    #g-mainbar .links25, #g-mainbar .links33{
        width:100%;
        max-width:300px;
        margin-left: auto;
        margin-right: auto;
    }
    
    #g-mainbar .links100, #g-mainbar .links25, #g-mainbar .links33 {
        margin-top: 30px;
    }
    
    #g-mainbar .links33 .buttonLink, #g-mainbar .links25 .buttonLink{
        width: 100%;
        margin: 0 0 20px 0;
        font-size: 14px;
    }
    
    #news .video{
        width: 100%;
    }
    
    #news .video iframe{
        width: 350px;
        height: 200px;
    }
    
    #news .video .item {
        width: 100%;
    }
    
    #altura {
        height: 120px;
    }
    
    #breadcrumb{
        display: none;
    }
    
    #g-container-main .size-80 .g-content {
    }
    
    #g-mainbar {
        /*padding: 30px 10px 0 10px;*/
    }
	
		
	#g-mainbar .item-page {
		width: auto;
		margin: 0 auto;
	}
    
    #g-mainbar .span12 {
        padding: 20px 0;
    }
    
    #g-mainbar h1 {
        font-size: 30px   
    }
    
    #g-mainbar h2 {
        font-size: 28px   
    }
    
    #g-mainbar .pull-none.item-image, #g-mainbar .item-image {
        float: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    
    #g-mainbar .pull-none.item-image img {
        max-width: 100%;
        max-height: none;
        width: auto;
    }
    
    #g-mainbar .page-header h2, #corpo #titulo, #corpo h2, #NewsPage h2{
        font-size: 26px;
        width: 100%;
    }
        
	#g-mainbar .descricao.w50, #g-mainbar .item.w50 {
		width: 100%;
	}
	
    #partilha {
        width: 100%;
        position: relative;
        right: auto;
        text-align: center;
        top: 18px;
        z-index: 1;
        margin-bottom: 30px;
    }
    
    #corpo p:nth-child(1) {
        font-size: 18px;
        margin-top: auto;
        text-align:justify;
    }
    
    #g-mainbar p, #g-mainbar ul, #g-mainbar ol{
        font-size: 16px;
        text-align:justify;
    }
    
    .radio.inline, .checkbox.inline {
        display: block;
        font-size: 15px;
    }
    
    .radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
        margin-left: 0;
    }
    
    
    
	#multimedia .multimediaContainer .searchBar h3 {
	    font-size: 16px;
	}
	#multimedia .searchBar .closeSearch, #multimedia .searchBar #cleanfilter {
        font-size: 14px;
    }
    
	#multimedia .searchBar .form-group {
	    width: 100%;
	}
	
    #multimedia .resultsContent .mobile {
        display: block;
        background: #fff;
        position: fixed;
        top: 150px;
        height: 50px;
        width: 100%;
        left: 0;
        padding-top: 9px;
        padding-left: 10px;
        z-index: 9;
        border: none;
    }
    
    #multimedia .resultsContent .searchButton {
        background: #004087;
        width: auto;
        display: inline-block;
        padding: 5px 10px;
        font-family: 'PFDinTextCompPro-Regular', sans-serif;
        color: #fff;
        font-size: 16px;
    }
    
    #multimedia .multimediaContainer .closeSearch {
        background: #004087;
        width: auto;
        display: inline-block;
        padding: 5px 10px;
        font-family: 'PFDinTextCompPro-Regular', sans-serif;
        color: #fff;
        font-size: 16px;
        border: none;
    }

    #multimedia .multimediaContainer .searchBar{
		-webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100% !important;
        background: rgb(255, 255, 255) !important;
        height: 100%;
        left: 0;
        top: 100px;
        z-index: 99999;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        display: none;
    }
    
    #multimedia .searchBar .searchBarContent {
        position: relative;
        top: 85px;
        display: block !important;
        width: 100%;
    }
    
	#multimedia .multimediaContainer .resultsContent {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
        margin-top: 50px;
        margin-left: 0;
	}
	
	
	#multimedia .videoItem {
    	width: 100%;
	}
	#multimedia .videoItem iframe {
	    width: 100%;
	}
    #multimedia .videoItem h5 {
        font-size: 16px;
    }
    
	#multimedia .seeVideo #closeVideo {
		right: 15px;
	}
	#multimedia .seeVideo .video {
	    margin: auto 0;
	}
	#multimedia .seeVideo .video iframe {
	    height: 362px !important;
	}
	
    
    #NewsPage .item {
        width: 100%;
        margin: 0 0.6% 10px 0.6%;
        height: 300px;
    }
    
    #NewsPage .itemImage {
        max-height: 125px;
    }
    
    #NewsPage .itemInfo{
        font-size: 13px;
    }
    
    #NewsPage .item h4{
        font-size: 19px;
    }
    
    #NewsPage .item .itemDescription{
        display:none;
    }
    
    #corpo .botao{
        display: block;
        width: auto;
        max-width: 255px;
        font-size: 15px;
        margin: 0 auto 10px auto;
    }
    
    .membro{
        padding: 20px 0;
    }
    
    .foto {
        width: 100%;
    }
    
    #normal{
        display:none;
    }
    
    .membro .info {
        padding-left: 0px;
        width: 100%;
        margin-top: 20px;
    }
    
    .nome {
        font-size: 22px;
        text-align: center;
    }
    
    .membro .tab{
        text-align:center;
    }
    
    .membro .blockinformation{
        text-align: justify;
    }
    
    table thead td{
        font-size:18px;
    }
    
    table tbody td{
        font-size:16px;
    }
    
    .itemid-1061 #g-mainbar {
        padding: 30px 10px;
    }
    
    #documentos .showMobileBar, #hideMobile {
        display: block;
    }
    
    .Docs .filterDocs {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        display: block;
        vertical-align: top;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 30px;
        position: fixed;
        width: 100%;
        height: 100%;
        background: white;
        z-index: 9;
        left: -100%;
        margin-top: -30px;
    }
    
    .Docs .docs {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
        padding-left: 0;
    }
    
    .Docs .docs .documents, .Docs .docs .catsDocs {
        padding-top: 70px;
        padding-left: 0;
    }
    
    #documentos .docs .item {
        width: 100%;
        padding: 40.5% 10px 10px 10px;
    }
    
    #documentos .docs .item svg {
        height: 40px;
    }
    
    #documentos .docs .item .catName {
        bottom: 10%;
        font-size: 16px;
    }
    
    #documentos h2{
        font-size:30px;
    }
    
    #documentos .documents a {
        width: 100%;
        font-size: 16px;
    }
    
    #documentos .documents .docVisual{
        font-size: 13px;
    }
    
    #corpo .multipleImages img, #news .multipleImages img, #corpo .multipleImages50 img, #news .multipleImages50 img{
        width:100%;
    }
    
    #corpo .multipleImages50 img, #news .multipleImages50 img, #corpo .multipleImages img, #news .multipleImages img{
        padding-left:0;
        padding-right:0;
    }
    
    #corpo .w50 {
        width: 100%;
        padding-right: 0;
    }
    
    #corpo .w50:nth-child(odd){
        padding-right: 0;
    }
    
    #corpo .w50:nth-child(even){
        padding-left: 0;
    }
    
    #corpo h3, #news h3{
        font-size:20px;
    }
    
    #corpo h4{
        font-size:18px;
    }
    
    #corpo a{
        word-break: break-all;
    }
    
    .estatistica1Modal, .estatistica2Modal, .estatistica3Modal{
        top: 120px;
    }
    
    #corpo .w30, #corpo .w70, .info{
        width:100%;
        display: block;
    }
    
    #corpo .w30{
        padding-right:0;
    }
    
    #news .navigateArticle a{
        padding: 6px 10px;
        font-size: 14px;
    }
    
    .itemid-1251 #g-mainbar, .itemid-1494 #g-mainbar {
        padding: 30px 10px;
    }
    
    .sideFilter {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
        vertical-align: top;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        position: fixed;
        background: rgb(255, 255, 255);
        height: 100%;
        left: -100%;
        top: 120px;
        z-index: 999;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    
    .pagecontent{
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
        margin: 0;
    }
    
    .sideFilter .closeSearch, .sideFilter #cleanfilter {
        font-size: 14px;
    }
    
    .sideFilter h4 {
        font-size: 16px;
    }
    
    .select2-container--bootstrap .select2-selection--single .select2-selection__rendered, .select2-container--bootstrap .select2-dropdown {
        font-size: 13px;
    }
    
    #news .newsBlocks {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .filterNews{
        background:#fff;
    }
    
    #news .newsBlocks .item {
        width: 48%;
        margin: 0 0.5% 20px 0.5%;
        height: auto;
    }
    
    #news .newsBlocks .item .itemImage {
        max-height: 130px;
    }
    
    #news .newsBlocks .item .itemContent {
        padding: 10px;
    }
    
    #news .newsBlocks .item .itemInfo {
        font-size: 13px;
    }
    #news .itemInfo .cat {
        font-size: 12px;
    }
    
    #news .newsBlocks .item h4 {
        font-size: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
    
    #news .newsBlocks .item .itemDescription {
        display:none;
    }
    
    #news .item .botao a {
        font-size: 12px;
        padding: 10px;
    }
    
   .mobile{
        display: block;
        position: fixed;
        top: 120px;
        background: #fff;
        height: 50px;
        width: 100%;
        left: 0;
        padding-top: 9px;
        padding-left: 10px;
        z-index: 9;
    }
    
    .searchButton{
        background: #477ea7;
        width: auto;
        display: inline-block;
        padding: 5px 10px;
        font-family: 'PFDinTextCompPro-Regular',sans-serif;
        color: #fff;
        font-size: 14px;
    }
    
    .closeSearch{
        background: #000;
        width: auto;
        display: inline-block;
        padding: 5px 10px;
        font-family: 'PFDinTextCompPro-Regular',sans-serif;
        color: #fff;
    }
    
    .itemid-1182 #g-mainbar .w33{
        margin: 0 0 20px 0;
        width: 100%;
    }
    
    .itemid-1182 #g-mainbar {
        padding: 50px 10px 25px 10px;
    }
    
    .itemid-1182 #g-mainbar .w33 h3{
        font-size: 30px;
    }
    
    .itemid-825 #g-mainbar {
        padding: 30px 10px;
    }
    
    
    #g-mainbar .item {
        margin: 15px 0;
	}
	
	#g-mainbar .item .pressRelease {
	    padding-right: 0;
	}
	
	#g-mainbar .item .pressRelease iframe {
	    width: 100% !important;
	}
	
	#g-mainbar .pressRelease .itens .item {
	    padding-right: 0;
	}
	
	#g-mainbar .pressRelease .itens .item iframe {
	    width: 100% !important;
	}
	
	#g-mainbar .multipleImages50, #g-mainbar .multipleImages {
        margin: 30px 0;
    }
    
    #g-mainbar .multipleImages50 .item-image, #g-mainbar .multipleImages .item-image{
        width:100%;
        margin:0 0 20px;
    }
    
    #g-mainbar .modalGaleriaGaleria ul li {
        padding: 50px 40px;
    }
    
    #g-mainbar .closeModalGaleria svg {
        width: 40px;
    }
    
    #g-mainbar .modalGaleriaGaleria .arrow.prev {
        left: 0;
    }
    
    #g-mainbar .modalGaleriaGaleria .arrow.next {
        right: 0;
    }
    
    #g-mainbar .modalGaleriaGaleria .arrow img {
        width: 30px;
    }

    #g-mainbar .video iframe {
        width: 350px;
        height: 200px;
    }
    
    
    #g-mainbar .row {
        margin: 0;
    }
    
    #g-mainbar .placemarks .fotoCapa {
        width: 100%;
        margin-right: 0;
    }
    
    #g-mainbar .placemarks .fotoCapa .image {
        min-height: 200px;
        max-height: 250px !important;
    }
    
    #g-mainbar .placemarks .descricao {
        width: 100%;
		margin-top: 20px;
        margin-left: 0;
        padding: 30px;
		max-height: 350px;
		min-height: 350px;
    }
    
    #g-mainbar .placemarks .descricao .categoria {
        margin-bottom: 25px;
    }
    
    #g-mainbar .placemarks .titulo {
        font-size: 30px;
    }
    
    #g-mainbar .placemarks .blockGaleria {
        width: 100%;
    }
	
	#g-mainbar .placemarks .blockGaleria .multipleImages .image {
        min-height: 300px;
        max-height: 300px;
    }
	
	#g-mainbar .placemarks .blockGaleria .contentImages .item {
		height: 65px;
	}

    #g-mainbar .placemarks .contactos {
        padding: 30px;
    }
    
    #g-mainbar .placemarks .blockInfo {
        width: auto;
        margin: 60px 30px;
    }
    	
    #g-mainbar .placemarks .contactos.w50 {

	}
	
    #g-mainbar .placemarks .contactos.w50, #g-mainbar .placemarks .mapa.w50 {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    
    #g-mainbar .placemarks .contactos .item {
        font-size: 16px;
    }
    
    #g-mainbar .placemarks .redessociais .follow svg {
        width: 20px;
        height: 20px;
    }
    
    #g-mainbar .placemarks .ficheiros {
        width: auto;
        margin: 60px 30px;
    }
    
    #g-mainbar .placemarks .pressRelease {
        width: auto;
        margin: 60px 30px;
    }
    
    #g-mainbar .placemarks .pressRelease .itens .item {
        width: 100%;
    }
    
    #g-mainbar .placemarks .pressRelease .itens .item iframe {
        width: 100% !important;
        min-width: 100% !important;
        min-height: 360px;
    }
    
    #g-mainbar .placemarks .video {
        width: auto;
        margin: 60px 30px;
    }
    
    #g-mainbar .placemarks .video.w50 .item, #g-mainbar .placemarks .video.w33 .item {
        width: 100%;
        margin: 0 0 20px;
    }
	
	/* --- foto 360 --- */
	#g-mainbar .placemarks .fotos360 .item {
		height: 95px;
		width: 150px;
	}
	/* --- */
    
    
    #g-mainbar .arquivo .fotoCapa {
        width: 100%;
        margin-right: 0;
    }
    
    #g-mainbar .arquivo .fotoCapa .image {
        height: 300px !important;
    }
    
    #g-mainbar .arquivo .descricao {
        width: 100%;
        margin-top: -7px;
        margin-left: 0;
        padding: 30px;
    }
    
    #g-mainbar .arquivo .titulo {
        font-size: 30px;
    }
    
    #g-mainbar .arquivo .intro h2 {
        font-size: 30px;
    }
    
    #g-mainbar .arquivo .intro p {
        font-size: 16px;
        width: 68%;
    }
    
    #g-mainbar .arquivo .volumes {
        padding: 30px;
    }
    
    #g-mainbar .arquivo .volumes h3 {
        font-size: 30px;
    }

    #g-mainbar .arquivo .volumes .images {
        width: auto;
    }
    
    #g-mainbar .arquivo .volumes .images img {
        width: auto;
        margin: 0.5% 0;
    }
    
    #slide .g-content {
        padding: 0 !important;
    }
    
    .sliderPrincipalNormal #dots{
		right: 10px;
    }
    
    .sliderPrincipalNormal #dots a {
        width: 13px;
        height: 13px;
    }
    
    .sliderPrincipalNormal{
        display:block;
        height: 350px !important;
    }
    
    .sliderPrincipalNormal .info{
        padding: 0 10px;
    }
    
    .sliderPrincipalNormal .info .icon {
        padding: 10px 15px;
    }
    
    .sliderPrincipalNormal .info .icon svg {
        width: 20px;
        height: 20px;
    }
    
    .sliderPrincipalNormal h2 {
        font-size: 30px !important;
    }
    
    .sliderPrincipalNormal h3 {
        font-size: 14px;
        width: 100%;
    }
    
    .sliderPrincipalNormal .info .tags {
        margin-top: 15px;
    }
    
    .sliderPrincipalNormal .info .tags span {
        font-size: 12px;
        padding: 10px;
    }
    
    .sliderPrincipalNormal #dots {
        right: 10px;
    }
        
	#intro .g-content {
		width: 100%;
	}
        
	#intro .bloco {
		display: block;
	}
	
	#intro .descritivo {
		display: inline-block;
		max-width: 40%;
		margin-inline: 20px;
	}
	
	#intro .descritivo .titulo {
		font-size: 34px;
	}
	
	#intro .funFact {
		display: inline-block;
        max-width: 33%;
        vertical-align: top;
        margin: 0 25px;
	}
	
	#intro .funFact .titulo {
		font-size: 45px;
	}
	
	#intro .funFact .titulo {
		font-size: 34px;
	}
	
	#intro .mapa {
		margin: 0px;
		padding: 20px 0px 10px 0px;
		border-left: none;
		border-top: 1px solid #0c507d;
		border-bottom: 1px solid #0c507d;
	}
    
    #placemarks {
        padding: 30px 10px 0 10px;
    }
    
    #placemarks .g-content {
        width: 100%;
    }
    
    #placemarks .results .item {
        width: 100%;
        margin: 0 0 10px;
        height: auto;
    }
    
    #placemarks .item .blockImage {
        height: 250px;
    }
    
    #placemarks .item .blockContent {
        padding: 10px 15px;
    }
    
    #placemarks .item .blockContent h4 {
        font-size: 24px;
    }
    
    #placemarks .item .blockContent .freg .texto {
        font-size: 12px;
    }
	
	#agenda .g-content {
		width: 100%;
		margin: auto;
	}
	
	#agenda .w33 {
        width: 100%;
        margin: 0 0 10px;
        height: auto;
    }
    
    #g-mainbar .well {
        padding: 0;
    }
    
    .contact-miscinfo .dl-horizontal dd {
        margin-left: 0;
    }
    
    .contact-form, .contact-miscinfo {
        width: 100%;
    }
    
    .contact-form label {
        font-size: 18px;
    }
    
    #contact-form .controls {
        margin: 0;
    }
    
    #contact-form .controls input, #contact-form .controls textarea {
        min-height: 30px;
        font-size: 14px;
    }
    
    .contact-form .controls .btn-primary {
        font-size: 12px;
        padding: 10px;
    }
    
    .contact-miscinfo span h3 {
        font-size: 30px;
    }
    
    .contact-miscinfo .logo img {
        width: 300px;
    }
    
    #search-form form {
        padding: 30px 10px;
    }
    
    .finder #finder-search input.inputbox{
        width: 100% !important;
    }
    
    .finder #finder-search .btn{
        width: 100% !important;
    }
    
    #search-results .result-text{
        font-size:16px;
    }
        
	#relacionados .placemarksRel .item {
		width: 100%;
	}
	
    #MenuInferior .g-content{
        width: auto;
        margin: 20px auto;
        padding: 30px 10px!important;
    }
    
    #MenuInferior .w100.first, #MenuInferior .w100 {
        width: 100%;
        padding: 0;
    }
    
    #MenuInferior .w100 .boxMenu {
        padding: 0;
		text-align: center;
    }
    
    #MenuInferior .w25 .logo svg {
        width: 150px;
        padding: 0 20px 0 0;
    }
    
    #MenuInferior .w25 .logo img {
        width: 115px;
        padding: 0;
    }
	
	#MenuInferior .w25 img {
        width: 150px;
        padding: 0;
    }
    
    #MenuInferior .w25 .icons div {
        width: 35px;
        height: 35px;
    }
    
    #MenuInferior .w33 {
        width: 32%;
    }
    
    #MenuInferior .titulo{
        font-size: 16px;
    }
    
    #MenuInferior li {
        font-size: 14px;
    }
    
    #BarraCopyright .g-content{
        width: auto;
        padding: 10px !important;
    }
    
    #BarraCopyright .w30.mymodal {
        display: none;
    }
    
    #BarraCopyright .w30 {
        width: 12%;
    }
    
    #BarraCopyright .w40 {
        width: 86%;
        font-size: 12px;
    }
    
    #BarraCopyright .w30 .text {
        display: none;
    }
    
}


@media (min-width: 470px) and (max-width: 591px){	
    #menu_v2 .parent li h2 {
        font-size: 59px;
    }
    #menu_v2 .parent li h4 {
        font-size: 28px;
    }
    #menu_v2 .logoSlider {
		left: 50%;
        width: 150px;
    }

	#menu_v2 .menu_v2 .parent {
	}
	/* ----------- Menu Media ------------ */
	#menu_v2 .menu_v2 .parent ul {
        z-index: 2;
        position: relative;
        top: 22%;
        display: block;
        width: 80%;
        margin-left: 30px;
        margin-right: 10px;
	}
		
	#menu_v2 .sub1 span,#menu_v2 .sub2 span,#menu_v2 .sub3 span,#menu_v2 .sub4 span, #menu_v2 .sub5 span, #menu_v2 .sub6 span  {
		font-size: 18px;
	}
	
	#menu_v2 .parent .sub1, #menu_v2 .parent .sub2, #menu_v2 .parent .sub3, #menu_v2 .parent .sub4, #menu_v2 .parent .sub5, #menu_v2 .parent .sub6 {
		z-index: 3;
        margin-left: 0px;
        width: 100%;
        right: 0px;
        position: relative;
        top: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
	}

	#menu_v2 .parent .sub1:before, #menu_v2 .parent .sub2:before, #menu_v2 .parent .sub3:before, #menu_v2 .parent .sub4:before, #menu_v2 .parent .sub5:before, #menu_v2 .parent .sub6:before  {
		visibility: hidden;
		width: 0px;
	}

	#menu_v2 .parent .sub1 a, #menu_v2 .parent .sub2 a, #menu_v2 .parent .sub3 a, #menu_v2 .parent .sub4 a, #menu_v2 .parent .sub5 a, #menu_v2 .parent .sub6 a {
		display: inline-block;
		padding: 10px;
		margin: 1px;
		transition: all 0.2s;
		background: #0000001c;
	}

	#menu_v2 .menuMobile, #menu_v2 .menuTopo{
		display:block;
	} 
	
	#menu_v2 .menuMobile .parent li h4 {
		font-size: 40px;
	}
	
	#menu_v2 .menuMobile .sub1 span, #menu_v2 .menuMobile .sub2 span, #menu_v2 .menuMobile .sub3 span, #menu_v2 .menuMobile .sub4 span, #menu_v2 .menuMobile .sub5 span, #menu_v2 .menuMobile .sub6 span  {
		font-size: 20px;
	}
    
    #g-navigationmain .g-grid {
        width: auto;
    }
    
    #barra .g-content {
        padding: 0 10px!important;
    }
    
    #barra .logo {
        margin-left: 0;
		top: 15px;
    }
          
    #barra .logo img {
		width: 80px;
		display: block !important;
    }
    
    #buttonMenu, #barra .w33.logo, #documentos .itemCat, #menuDJ, #noticias .newsList ul, #MenuInferior .w17{
        display:none;
    }
    
    #barra .w33.turnMenu, #barra .w33.offMenu{
        width: 30%;
    }
    
    #barra .idiomaSelect, #barra .idiomas {
        right: 10%;
    }
    
    #barra .pesquisa {
        right: 17%;
    }
    	
	#barra .iconMapa {
		right: 142px;
	}
	
	#barra .menuLateral {
		display: none;
		right: 0px;
	}
    		
	#menu_v2, #Menu2, #Menu3 {
		display: none;
	}
	
	#barra .menuMobileLateral {
		right: 0px;
	}
	
	#barra .traducao {
        right: 80px;
	}
    
    #mobileBar{
        display:inline-block;
        text-align:right;
        position: relative;
        top: 15px;
    }
    
    #mobileBar .g-content {
        padding: 0 10px!important;
        margin: 0;
    }
    	
	#etiqueta {
		display: none;
	}
	
	#etiqueta .item {
		right: -272px;
	}
    
	#etiqueta .item .barra { 
		width: 13%;
	}
	
	#etiqueta .item:hover {
		right: -26px;
	}
    
    #g-container-navigation, #g-navigationmain{
        height:120px;
    }
    
    #g-navigationmain img{
        width: 115px;
    }
    
    .g-logo{
        text-align:left;
    }
    
    
    #g-totop {
        right: 10px;
    }
    
    #g-mainbar .links25, #g-mainbar .links33{
        width:100%;
        max-width:450px;
        margin-left: auto;
        margin-right: auto;
    }
    
    #g-mainbar .links100, #g-mainbar .links25, #g-mainbar .links33 {
        margin-top: 30px;
    }
    
    #g-mainbar .links33 .buttonLink, #g-mainbar .links25 .buttonLink{
        width: 49%;
        margin: 0 0 20px 0;
        font-size: 14px;
    }
        
	#g-mainbar .descricao.w50, #g-mainbar .item.w50 {
		width: 100%;
	}
	
    #breadcrumb, #g-container-main .size-10{
        display:none;
    }
    
    #partilha {
        position: relative;
        right: auto;
        text-align: center;
        top: 18px;
        margin-bottom:20px;
    }
    
    #g-container-main .size-80 .g-content{

    }
    
    #g-mainbar {
        /*padding: 30px 10px;*/
    }
    	
	#g-mainbar .item-page {
		width: auto;
		margin: 0 auto;
	}
	
    #g-mainbar .span12 {
        padding: 25px 0;
    }
    
    #g-mainbar h1 {
        font-size: 30px   
    }
    
    #g-mainbar h2 {
        font-size: 28px   
    }
    
    #g-mainbar .page-header h2, #corpo #titulo, #corpo h2, #NewsPage h2{
        font-size:30px;
        width:100%;
    }
    
    #g-mainbar .pull-none.item-image, #g-mainbar .item-image {
        float: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    
    #g-mainbar .pull-none.item-image img {
        max-width: 200px;
        max-height: 300px;
    }
    
    .radio.inline, .checkbox.inline {
        display: block;
        font-size:16px;
    }
    
    .radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
        margin-left: 0px;
    }
    
    #g-mainbar p, #g-mainbar ul, #g-mainbar ol{
        font-size:16px;
    }
    
    #corpo p:nth-child(1){
        font-size:19px;
    }
    
    #corpo p:nth-child(1){
        margin-top: 25px;
        text-align: justify;
    }
    
    
	#multimedia .searchBar .form-group {
	    width: 100%;
	}
    
    #multimedia .resultsContent .mobile {
        display: block;
        background: #fff;
        position: fixed;
        top: 150px;
        height: 50px;
        width: 100%;
        left: 0;
        padding-top: 9px;
        padding-left: 10px;
        z-index: 9;
        border: none;
    }
    
    #multimedia .resultsContent .searchButton {
        background: #004087;
        width: auto;
        display: inline-block;
        padding: 5px 10px;
        font-family: 'PFDinTextCompPro-Regular', sans-serif;
        color: #fff;
        font-size: 16px;
    }
    
    #multimedia .multimediaContainer .closeSearch {
        background: #004087;
        width: auto;
        display: inline-block;
        padding: 5px 10px;
        font-family: 'PFDinTextCompPro-Regular', sans-serif;
        color: #fff;
        font-size: 16px;
        border: none;
    }

    #multimedia .multimediaContainer .searchBar{
		-webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100% !important;
        background: rgb(255, 255, 255) !important;
        height: 100%;
        left: 0;
        top: 100px;
        z-index: 99999;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        display: none;
    }
    
    #multimedia .searchBar .searchBarContent {
        position: relative;
        top: 85px;
        display: block !important;
        width: 100%;
    }
    
	#multimedia .multimediaContainer .resultsContent {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
        margin-left: 0;
	}
	
	
	#multimedia .videoItem iframe {
        height: 195px !important;
    }
    #multimedia .videoItem h5 {
        font-size: 16px;
    }
    
	#multimedia .seeVideo #closeVideo {
		right: 18px;
	}
	#multimedia .seeVideo .video {
	    margin-top: 90px;
	}
	#multimedia .seeVideo .video iframe {
	    height: 471px !important;
	}
	
    
    #NewsPage {
        padding: 20px;
    }
    #NewsPage .item{
        width: 48%;
        margin: 0 0.5% 10px 0.5%;
        height: 405px;
    }
    
    #NewsPage .itemInfo .cat {
        font-size: 14px;
    }
    
    #NewsPage .itemInfo{
        font-size:14px;
    }
    
    #NewsPage .item .itemDescription, #news .newsBlocks .item .itemDescription{
        font-size:14px;
    }
    
    #NewsPage .item h4, #news .newsBlocks .item h4{
        font-size:18px;
    }
    
    #NewsPage .item .itemImage, #news .item .itemImage{
        max-height: 170px;
    }
    
    .sideFilter {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
        vertical-align: top;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        position: fixed;
        background: rgb(255, 255, 255);
        height: 100%;
        left: -100%;
        top: 120px;
        z-index: 999;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    
    .pagecontent{
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
        margin: 0;
    }
    
    .mobile{
        display: block;
        background: #fff;
        position: fixed;
        top: 120px;
        height: 50px;
        width: 100%;
        left: 0;
        padding-top: 9px;
        padding-left: 10px;
        z-index: 9;
    }
    
    .searchButton{
        background: #477ea7;
        width: auto;
        display: inline-block;
        padding: 5px 10px;
        font-family: 'PFDinTextCompPro-Regular',sans-serif;
        color: #fff;
    }
    
    #news .newsBlocks {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    #news .newsBlocks .item{
        width: 48%;
        margin: 0 0.5% 10px 0.5%;
        height: 550px;
    }
    
    #news .newsBlocks .itemInfo {
        font-size: 14px;
    }
    
    #news .item .botao a {
        font-size: 12px;
        padding: 10px;
    }
    
    .filterNews{
        background:#fff;
    }
    
    .closeSearch{
        background: #000;
        width: auto;
        display: inline-block;
        padding: 5px 10px;
        font-family: 'PFDinTextCompPro-Regular',sans-serif;
        color: #fff;
    }
    
    #news .video{
        width: 100%;
    }
    
    #news .video iframe{
        width: 470px;
        height: 260px;
    }
    
    #news .video .item {
        width: 100%;
    }
    
    #news .multipleImages50 img, #news .multipleImages img{
        width:auto;
        padding-left: 0px;
        padding-right: 0px;
        display:block;
        margin-left: auto;
        margin-right: auto;
    }
    
    #news .navigateArticle a{
        padding: 6px 10px;
        font-size: 14px;
    }
    
    .itemid-1251 #g-mainbar, .itemid-1494 #g-mainbar {
        padding: 30px 10px;
    }
    
    .membro{
        padding: 20px 0;
    }
    
    .foto {
        width: 100%;
    }
    
    #normal{
        display:none;
    }
    
    .membro .info {
        padding-left: 0px;
        width: 100%;
        margin-top: 20px;
    }
    
    .nome {
        font-size: 22px;
        text-align: center;
    }
    
    .membro .tab{
        text-align:center;
    }
    
    .membro .blockinformation{
        text-align: justify;
    }
    
    #corpo .botao{
        display: block;
        width: auto;
        max-width: 255px;
        font-size: 15px;
        margin: 0 auto 10px auto;
    }
    
    #documentos .showMobileBar, #hideMobile {
        display: block;
    }
    
    .Docs .filterDocs {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        display: block;
        vertical-align: top;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 30px;
        position: fixed;
        width: 100%;
        height: 100%;
        background: white;
        z-index: 9;
        left: -100%;
        margin-top: 0;
    }
    
    .Docs .docs {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
        padding-left: 0;
    }
    
    .Docs .docs .documents, .Docs .docs .catsDocs {
        padding-top: 70px;
        padding-left: 0;
    }
    
    #documentos .docs .item {
        width: 47%;
        padding: 31% 10px 10px 10px;
        height: 160px;
    }
    
    #documentos .docs .item svg {
        height: 45px;
    }
    
    #documentos .docs .item .catName {
        bottom: 10%;
        font-size: 16px;
    }
    
    #documentos h2{
        font-size:30px;
    }
    
    #documentos .documents a {
        width: 100%;
        font-size: 18px;
    }
    
    #documentos .documents .docVisual{
        font-size: 13px;
    }
    
    .itemid-1061 #g-mainbar {
        padding: 0;
    }
    
    .itemid-1061 #g-mainbar #documentos {
        padding: 0 10px;
    }
    
    #tickerDocumentos .bn-title {
        width: 130px;
        font-size: 14px;
    }
    
    #tickerDocumentos .bn-news {
        left: 130px;
    }
    
    #tickerDocumentos .bn-news ul li a, #tickerDocumentos .bn-news ul .link{
        font-size:14px;
    }
    
    #altura {
        height: 120px;
    }
    
    table thead td{
        font-size:18px;
    }
    
    table tbody td{
        font-size:16px;
    }
    
    .itemid-1182 #g-mainbar .w33{
        margin: 0 0 20px 0;
        width: 100%;
    }
    
    .itemid-1182 #g-mainbar {
        padding: 50px 10px 25px 10px;
    }
    
    .itemid-1182 #g-mainbar .w33 h3{
        font-size: 30px;
    }
    
    .itemid-825 #g-mainbar {
        padding: 30px 10px;
    }
    
    #search-form form {
        padding: 30px 10px;
    }
    
    .finder #finder-search input.inputbox{
        width: 100% !important;
    }
    
    .finder #finder-search .btn{
        width: 100% !important;
    }
    
    #search-results .result-text{
        font-size:16px;
    }
    
    #corpo .multipleImages img{
        width: 32.3%;
    }
    
    #corpo .w50 {
        width: 100%;
        padding-right: 0;
    }
    
    #corpo .w50:nth-child(odd){
        padding-right: 0;
    }
    
    #corpo .w50:nth-child(even){
        padding-left: 0;
    }
    
    #corpo a{
        word-break: break-all;
    }
    
    .estatistica1Modal, .estatistica2Modal, .estatistica3Modal{
        top: 120px;
    }
    
    #corpo .w30, #corpo .w70, .info{
        width:100%;
        display: block;
    }
    
    #corpo .w30{
        padding-right:0;
    }
    
    
	#g-mainbar .item {
        margin: 25px 0;
	}
	
	#g-mainbar .item .pressRelease {
	    padding-right: 0;
	}
	
	#g-mainbar .item .pressRelease iframe {
	    width: 100% !important;
	}
	
	#g-mainbar .pressRelease .itens .item {
	    padding-right: 0;
	}
	
	#g-mainbar .placemarks .blockGaleria .image img {
		height: 130px;
	}
	
	#g-mainbar .pressRelease .itens .item iframe {
	    width: 100% !important;
	}
	
	#g-mainbar .multipleImages50, #g-mainbar .multipleImages {
        margin: 30px 0;
    }
    
    #g-mainbar .multipleImages50 .item-image, #g-mainbar .multipleImages .item-image{
        width:100%;
        margin:0 0 20px;
    }
    
    #g-mainbar .modalGaleriaGaleria ul li {
        padding: 50px 40px;
    }
    
    #g-mainbar .closeModalGaleria svg {
        width: 40px;
    }
    
    #g-mainbar .modalGaleriaGaleria .arrow.prev {
        left: 0;
    }
    
    #g-mainbar .modalGaleriaGaleria .arrow.next {
        right: 0;
    }
    
    #g-mainbar .modalGaleriaGaleria .arrow img {
        width: 30px;
    }
	
    #g-mainbar .video iframe {
        width: 470px;
        height: 260px;
    }
    
    
    #g-mainbar .row {
        margin: 0;
    }
    
    #g-mainbar .placemarks .fotoCapa {
        width: 100%;
        margin-right: 0;
    }
    
    #g-mainbar .placemarks .fotoCapa .image {
		min-height: 300px;
        max-height: 350px !important;
    }
    
    #g-mainbar .placemarks .descricao {
        width: 100%;
		margin-top: 20px;
		margin-bottom: 35px;
        margin-left: 0;
        padding: 30px;
		max-height: 350px;
		min-height: 350px;
    }
    
    #g-mainbar .placemarks .descricao .categoria {
        margin-bottom: 25px;
    }
    
    #g-mainbar .placemarks .titulo {
        font-size: 30px;
    }
    
    #g-mainbar .placemarks .blockGaleria {
        width: 100%;
    }
	
	#g-mainbar .placemarks .blockGaleria .multipleImages .image {
	    min-height: 350px;
		max-height: 350px;
    }
	
	#g-mainbar .placemarks .blockGaleria .contentImages .item {
		height: 75px;
	}
	
    #g-mainbar .placemarks .contactos {
        padding: 30px;
    }

    #g-mainbar .placemarks .contactos.w50, #g-mainbar .placemarks .mapa.w50 {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    
    #g-mainbar .placemarks .contactos .item {
        font-size: 16px;
    }
    
    #g-mainbar .placemarks .redessociais .follow svg {
        width: 20px;
        height: 20px;
    }
    
    #g-mainbar .placemarks .ficheiros {
        width: auto;
        margin: 60px 30px;
    }
    
    #g-mainbar .placemarks .pressRelease {
        width: auto;
        margin: 60px 30px;
    }
    
    #g-mainbar .placemarks .pressRelease .itens .item {
        width: 100%;
    }
    
    #g-mainbar .placemarks .pressRelease .itens .item iframe {
        width: 100% !important;
        min-width: 100% !important;
        min-height: 380px;
    }
    
    #g-mainbar .placemarks .video {
        width: auto;
        margin: 60px 30px;
    }
    
    #g-mainbar .placemarks .video.w50 .item, #g-mainbar .placemarks .video.w33 .item {
        width: 100%;
        margin: 0 0 20px;
    }
    
    
    #g-mainbar .arquivo .fotoCapa {
        width: 100%;
        margin-right: 0;
    }
    
    #g-mainbar .arquivo .fotoCapa .image {
        height: 300px !important;
    }
    
    #g-mainbar .arquivo .descricao {
        width: 100%;
        margin-top: -7px;
        margin-left: 0;
        padding: 30px;
    }
    
    #g-mainbar .arquivo .titulo {
        font-size: 30px;
    }
    
    #g-mainbar .arquivo .intro h2 {
        font-size: 30px;
    }
    
    #g-mainbar .arquivo .intro p {
        font-size: 16px;
        width: 77%;
    }
    
    #g-mainbar .arquivo .volumes {
        padding: 30px;
    }
    
    #g-mainbar .arquivo .volumes h3 {
        font-size: 30px;
    }

    #g-mainbar .arquivo .volumes .images {
        width: auto;
    }
    
    #g-mainbar .arquivo .volumes .images img {
        width: 48%;
    }
    
    
    #slide .g-content {
        padding: 0 !important;
    }
    
    .sliderPrincipalNormal #dots a {
        width: 13px;
        height: 13px;
    }
    
    .sliderPrincipalNormal {
    }
    
    .sliderPrincipalNormal .info{
        padding: 0 10px;
    }
    
    .sliderPrincipalNormal .info .icon {
        padding: 10px 15px;
    }
    
    .sliderPrincipalNormal .info .icon svg {
        width: 25px;
        height: 25px;
    }
    
    .sliderPrincipalNormal h2 {
        font-size: 35px !important;
    }
    
    .sliderPrincipalNormal h3 {
        font-size: 18px;
        width: 100%;
    }
    
    .sliderPrincipalNormal .info .tags {
        margin-top: 20px;
    }
    
    .sliderPrincipalNormal .info .tags span {
        font-size: 14px;
        padding: 10px;
    }
    
    .sliderPrincipalNormal #dots {
        right: 10px;
    }
        
	#intro .g-content {
		width: 100%;
	}
        
	#intro .bloco {
		display: block;
	}
	
	#intro .descritivo {
		display: inline-block;
		max-width: 40%;
		margin-inline: 20px;
	}
	
	#intro .funFact {
		display: inline-block;
        max-width: 39%;
        vertical-align: top;
        margin: 0 25px;
	}
	
	#intro .mapa {
		margin: 0px;
		padding: 20px 0px 10px 0px;
		border-left: none;
		border-top: 1px solid #0c507d;
		border-bottom: 1px solid #0c507d;
	}
	
    #placemarks {
        padding: 30px 10px 0 10px;
    }
    
    #placemarks .g-content {
        width: 100%;
    }
    
    #placemarks .results .item {
        width: 48%;
        margin: 0 0.5% 10px 0.5%;
    }
    
    #placemarks .item .blockImage {
        height: 230px;
    }
    
    #placemarks .item .blockContent {
        padding: 10px;
    }
    
    #placemarks .item .blockContent h4 {
        font-size: 24px;
    }
    
    #placemarks .item .blockContent .freg .texto {
        font-size: 11px;
    }
             
    #agenda .g-content {
        width: 100%;
		margin: 30px auto;
    }
    
    #agenda .w33 {
        width: 100%;
        margin: 0 0.5% 10px 0.5%;
    }  
    
    #g-mainbar .well {
        padding: 0;
    }
    
    .contact-miscinfo .dl-horizontal dd {
        margin-left: 0;
    }
    
    .contact-form, .contact-miscinfo {
        width: 100%;
    }
    
	#relacionados .placemarksRel .item {
		width: 100%;
	}
    
    #MenuInferior .g-content{
        width: auto;
        margin: 30px auto;
        padding: 30px 10px!important;
    }
    
    #MenuInferior .w100.first, #MenuInferior .w100 {
        width: 100%;
        padding: 0;
    }
    
    #MenuInferior .w100 .boxMenu {
        padding: 0;
		text-align: center;
    }
    
    #MenuInferior .w25 .logo svg {
        width: 150px;
        padding: 0 20px 0 0;
    }
    
    #MenuInferior .w25 img {
        width: 150px;
        padding: 0;
    }
    
    #MenuInferior .w25 .icons div {
        width: 35px;
        height: 35px;
    }
    
    #MenuInferior .w33 {
        width: 32%;
    }
    
    #MenuInferior .titulo{
        font-size: 16px;
    }
    
    #MenuInferior li {
        font-size: 14px;
    }
    
    #BarraCopyright .g-content{
        width: auto;
        padding: 10px !important;
    }
    
    #BarraCopyright .w30.mymodal {
        display: none;
    }
    
    #BarraCopyright .w30 {
        width: 28%;
    }
    
    #BarraCopyright .w40 {
        width: 70%;
        font-size: 14px;
    }
    
    #BarraCopyright .w30 .text {
        display: none;
    }
    
    
}


@media (min-width: 592px) and (max-width: 767px){	
	#menu_v2 .logoSlider {
		left: 55%;
		width: 165px;
	}
	
	#menu_v2 .menu_v2 .parent {
	}
	#menu_v2 .parent li h2 {
		font-size: 75px;
	}
	#menu_v2 .parent li h4 {
		font-size: 35px;
	}
	#menu_v2 .menu_v2 .parent_left .parent_left_pesquisa p {
			font-size: 15px;
	}
	#menu_v2 .menu_v2 .parent {
	}
	#menu_v2 .parent li.animatable {
		visibility: visible;
	}
	
	/* ----------- Menu Media ------------ */
	#menu_v2 .menu_v2 .parent ul {
		z-index: 2;
		position: relative;
		top: 22%;
		display: block;
		width: 80%;
		margin-left: 30px;
		margin-right: 10px;
	}
		
	#menu_v2 .sub1 span, #menu_v2 .sub2 span, #menu_v2 .sub3 span, #menu_v2 .sub4 span, #menu_v2 .sub5 span, #menu_v2 .sub6 span  {
		font-size: 18px;
	}
	
	#menu_v2 .parent .sub1, #menu_v2 .parent .sub2, #menu_v2 .parent .sub3, #menu_v2 .parent .sub4, #menu_v2 .parent .sub5, #menu_v2 .parent .sub6 {
		z-index: 3;
        margin-left: 0px;
        width: 100%;
        right: 0px;
        position: relative;
        top: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
	}

	#menu_v2 .parent .sub1:before, #menu_v2 .parent .sub2:before, #menu_v2 .parent .sub3:before, #menu_v2 .parent .sub4:before, #menu_v2 .parent .sub5:before, #menu_v2 .parent .sub6:before  {
		visibility: hidden;
		width: 0px;
	}

	#menu_v2 .parent .sub1 a, #menu_v2 .parent .sub2 a, #menu_v2 .parent .sub3 a, #menu_v2 .parent .sub4 a, #menu_v2 .parent .sub5 a, #menu_v2 .parent .sub6 a {
		display: inline-block;
		padding: 10px;
		margin: 1px;
		transition: all 0.2s;
		background: #0000001c;
	}

	#menu_v2 .menuMobile, #menu_v2 .menuTopo{
		display:block;
	} 
	
	#menu_v2 .menuMobile .parent li h4 {
		font-size: 45px;
	}
	
	#menu_v2 .menuMobile .sub1 span, #menu_v2 .menuMobile .sub2 span, #menu_v2 .menuMobile .sub3 span, #menu_v2 .menuMobile .sub4 span, #menu_v2 .menuMobile .sub5 span, #menu_v2 .menuMobile .sub6 span  {
		font-size: 23px;
	}
    
    #g-navigationmain .g-grid {
        width: auto;
    }
    
    .breaking-news-ticker{
        width:300% !important;
    }
    
    #barra .g-content {
        padding: 0 10px!important;
    }
    
    #barra .logo {
        margin-left: 0;
		top: 15px;
    }
	        
    #barra .logo img {
		width: 90px;
		display: block !important;
    }
    
    #buttonMenu, #barra .w33.logo, #documentos .itemCat, #menuDJ, #noticias .newsList ul, #MenuInferior .w17{
        display:none;
    }
    
    #barra .w33.turnMenu, #barra .w33.offMenu{
        width: 30%;
    }
    
    #barra .idiomaSelect, #barra .idiomas {
        right: 9%;
    }
    
    #barra .pesquisa {
        right: 15%;
    }
    	
	#barra .iconMapa {
		right: 145px;
	}
	
	#barra .menuLateral {
		display: none;
		right: 0px;
	}
		
	#menu_v2, #Menu2, #Menu3 {
		display: none;
	}
	
	#barra .menuMobileLateral {
		right: 0px;
	}
	
	#barra .traducao {
        right: 80px;
	}
    
    #mobileBar{
        display:inline-block;
        text-align:right;
        position: relative;
        top: 15px;
    }
    
    #mobileBar .g-content {
        padding: 0 10px!important;
        margin: 0;
    }
    
    
    #g-container-navigation, #g-navigationmain{
        height:120px;
    }
    
    #g-navigationmain img{
        width: 115px;
    }
    
    .g-logo{
        text-align:left;
    }
    
    #g-mainbar .links25, #g-mainbar .links33{
        width:100%;
        max-width:500px;
        margin-left: auto;
        margin-right: auto;
    }
    
    #g-mainbar .links100, #g-mainbar .links25, #g-mainbar .links33 {
        margin-top: 30px;
    }
    
    #g-mainbar .links33 .buttonLink, #g-mainbar .links25 .buttonLink{
        width: 49%;
        margin: 0 0 20px 0;
    }
    
    #altura{
        height:120px;
    }
    
    #g-container-main .size-80 .g-content{
    }
    
    #g-mainbar {

    }
    
    #g-mainbar h1 {
        font-size: 30px   
    }
    
    #g-mainbar h2 {
        font-size: 28px   
    }
    
    #g-mainbar .pull-none.item-image img {
        max-width: 240px;
        max-height: 350px;
    }
    
    #g-mainbar .page-header h2, #corpo #titulo, #corpo h2, #NewsPage h2 {
        font-size: 32px;
    }
        	
	#g-mainbar .item-page {
		width: auto;
		margin: 0 auto;
	}
	    
	#g-mainbar .descricao.w50, #g-mainbar .item.w50 {
		width: 100%;
	}
	
    #partilha {
        right: 20px;
    }
	
	#etiqueta {
        display: none;
    }
    
    #breadcrumb .g-content{
        padding: 0 10px !important;
    }
    
    .breadcrumb, .breadcrumbbread {
        padding: 2px 0;
    }
    
    #multimedia .multimediaContainer {
	    padding: 20px 0;
	}
	
	#multimedia .searchBar .form-group {
	    width: 100%;
	}
	
    #multimedia .resultsContent .mobile {
        display: block;
        background: #fff;
        position: fixed;
        top: 150px;
        height: 50px;
        width: 100%;
        left: 0;
        padding-top: 9px;
        padding-left: 10px;
        z-index: 9;
        border: none;
    }
    
    #multimedia .resultsContent .searchButton {
        background: #004087;
        width: auto;
        display: inline-block;
        padding: 5px 10px;
        font-family: 'PFDinTextCompPro-Regular', sans-serif;
        color: #fff;
        font-size: 16px;
    }
    
    #multimedia .multimediaContainer .closeSearch {
        background: #004087;
        width: auto;
        display: inline-block;
        padding: 5px 10px;
        font-family: 'PFDinTextCompPro-Regular', sans-serif;
        color: #fff;
        font-size: 16px;
        border: none;
    }

    #multimedia .multimediaContainer .searchBar{
		-webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100% !important;
        background: rgb(255, 255, 255) !important;
        height: 100%;
        left: 0;
        top: 100px;
        z-index: 99999;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        display: none;
    }
    
    #multimedia .searchBar .searchBarContent {
        position: relative;
        top: 85px;
        display: block !important;
        width: 100%;
    }
    
	#multimedia .multimediaContainer .resultsContent {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
        margin-left: 0;
	}
	
	#multimedia .videoItem iframe {
        height: 195px !important;
    }
    #multimedia .videoItem h5 {
        font-size: 18px;
    }
	#multimedia .seeVideo #closeVideo {
		right: 18px;
	}
	#multimedia .seeVideo .video {
	    margin-top: 90px;
	}
	#multimedia .seeVideo .video iframe {
	    height: 471px !important;
	}
	
    #g-mainbar .video iframe {
        width: 500px;
        height: 325px;
    }
    
    
    #NewsPage .item {
        width: 48.5%;
        margin: 0 0.5% 10px 0.5%;
        height: 405px;
    }
    
    #NewsPage .itemInfo .cat {
        font-size: 14px;
    }
    #NewsPage .item h4{
        font-size:19px;
    }
    
    #NewsPage .item .itemDescription{
        font-size:14px;
    }
    
    #NewsPage .itemInfo{
        font-size: 14px;
    }
    
    #corpo p:nth-child(1){
        font-size:20px;
        margin-top: 20px;
    }
    
    .foto {
        width: 100%;
        display:block;
    }

    #normal {
        display:none !important;
    }
    
    .membro .info{
        padding-left:0;
        width:100%;
        margin-top: 10px;
    }
    
    .nome{
        text-align: center;
    }
    
    .itemid-1061 #g-mainbar {
        padding: 30px 10px;
    }
    
    #documentos .showMobileBar, #hideMobile {
        display: block;
    }
    
    .Docs .filterDocs {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        display: block;
        vertical-align: top;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 30px;
        position: fixed;
        width: 100%;
        height: 100%;
        background: white;
        z-index: 9;
        left: -100%;
        margin-top: -65px;
    }
    
    .Docs .docs {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
        padding-left: 0;
    }
    
    .Docs .docs .documents, .Docs .docs .catsDocs {
        padding-top: 0px;
        padding-left: 0;
    }
    
    #documentos .docs .item {
        width: 31.5%;
        margin: 1% 0.5%;
        padding: 22% 10px 10px 10px;
        height: 160px;
    }
    
    #documentos .docs .item .catName {
        bottom: 10%;
        font-size: 16px;
    }
    
    #documentos .documents .docVisual{
        font-size:13px;
    }
    
    #corpo .multipleImages img, #news .multipleImages img{
        width: 32.3%;
    }
    
    #corpo .w50:nth-child(odd){
        padding-right: 0;
    }
    
    #corpo .w50:nth-child(even) {
        padding-left: 0;
    }
    
    #corpo .w50 {
        width: 100%;
        display: block;
    }
    
    table thead td{
        font-size: 17px;
    }
    
    table tbody td{
        font-size: 16px;
    }
    
    .estatistica1Modal, .estatistica2Modal, .estatistica3Modal{
        top:120px;
    }
    
    .sideFilter {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
        vertical-align: top;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        position: fixed;
        background: rgb(255, 255, 255);
        height: 100%;
        left: -100%;
        top: 120px;
        z-index: 999;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    
    .pagecontent{
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
        margin: 0;
    }
    
    .mobile{
        display: block;
        background: #fff;
        position: fixed;
        top: 120px;
        height: 50px;
        width: 100%;
        left: 0;
        padding-top: 9px;
        padding-left: 10px;
        z-index: 9;
    }
    
    .searchButton{
        background: #477ea7;
        width: auto;
        display: inline-block;
        padding: 5px 10px;
        font-family: 'PFDinTextCompPro-Regular',sans-serif;
        color: #fff;
    }
    
    .filterNews{
        background:#fff;
    }
    
    .closeSearch{
        background: #000;
        width: auto;
        display: inline-block;
        padding: 5px 10px;
        font-family: 'PFDinTextCompPro-Regular',sans-serif;
        color: #fff;
    }
    
    .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
        font-size: 13px;
    }
    
    .select2-container--bootstrap .select2-dropdown {
        font-size: 13px;
    }
    
    .itemid-1251 #g-mainbar, .itemid-1494 #g-mainbar {
        padding: 0;
    }
    
    #news .newsBlocks {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    #news .newsBlocks .item{
        height: 480px;
    }
    
    #news .item .itemImage{
        max-height: 150px;
    }
    
    #news .newsBlocks .item .itemContent {
        padding: 10px;
    }
    
    #news .newsBlocks .itemInfo{
        font-size: 12px;
    }
    #news .itemInfo .cat {
        font-size: 12px;
    }
    
    #news .newsBlocks .item h4{
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
    
    #news .newsBlocks .item .itemDescription{
        font-size:14px;
        margin-top:0px;
    }
    
    #news .item .botao a {
        font-size: 12px;
        padding: 10px;
    }
    
    #news .video{
        width: 100%;
    }
    
    #news .video iframe{
        width: 592px;
        height: 330px;
    }
    
    #news .video .item {
        width: 46%;
    }
    
    
    #g-mainbar .newsBlocks .item .itemDescription li {
        font-size: 13px;
    }
    
    #news .navigateArticle a{
        font-size: 16px;
        padding: 6px 12px;
    }
    
    #corpo .botao{
        font-size: 16px;  
        padding: 5px 12px;
    }
    
    .itemid-1182 #g-mainbar {
        padding: 50px 10px;
    }
    
    .itemid-1182 #g-mainbar .w33 {
        height: 200px;
        padding: 10px;
        margin: 0 0.8%;
    }
    
    .itemid-1182 #g-mainbar .w33 h3{
        font-size: 31px;
    }
    
    .itemid-825 #g-mainbar .page-header{
        margin-top:0;
    }
    
    .itemid-825 #g-mainbar {
        padding: 30px 10px;
    }
    
    
    #g-mainbar .row {
        margin: 0;
    }
	
	#g-mainbar .placemarks .fotoCapa {
        width: 100%;
        margin-right: 0;
    }
		
	#g-mainbar .placemarks .fotoCapa .image {
		min-height: 300px;
        max-height: 350px !important;
    }
	
    #g-mainbar .placemarks .descricao {
		margin-top: 20px;
		margin-bottom: 35px;
        padding: 30px;
		width: 100%;
        min-height: 350px;
        max-height: 350px;
    }
    
    #g-mainbar .placemarks .descricao .categoria {
        margin-bottom: 25px;
    }
    
    #g-mainbar .placemarks .titulo {
        font-size: 30px;
    }
    
    #g-mainbar .placemarks .descricao p {
        font-size: 16px;
    }
    
    #g-mainbar .placemarks .blockGaleria {
		width: 100%;
    }
		
	#g-mainbar .placemarks .blockGaleria .multipleImages .image {
		min-height: 450px;
		max-height: 450px;
	}
	
	#g-mainbar .placemarks .blockGaleria .contentImages .item {
		height: 100px;
	}
	
    #g-mainbar .placemarks .contactos {
        padding: 30px;
    }
    
    #g-mainbar .placemarks .contactos .item {
        font-size: 16px;
    }
    
    #g-mainbar .placemarks .redessociais .follow svg {
        width: 20px;
        height: 20px;
    }
    
    #g-mainbar .placemarks .ficheiros {
        width: auto;
        margin: 60px 30px;
    }
    
    #g-mainbar .placemarks .pressRelease {
        width: auto;
        margin: 60px 30px;
    }
    
    #g-mainbar .placemarks .pressRelease .itens .item {
		width: 100%;
    }
    
    #g-mainbar .placemarks .pressRelease .itens .item iframe {
        width: 100% !important;
        min-width: 100% !important;
        min-height: 380px;
    }
    
    #g-mainbar .placemarks .video {
        width: auto;
        margin: 60px 30px;
    }
    
    #g-mainbar .placemarks .video.w50 .item, #g-mainbar .placemarks .video.w33 .item {
        width: 100%;
        margin: 0 0 20px;
    }
    
    
    #g-mainbar .arquivo .descricao {
        padding: 30px;
    }
    
    #g-mainbar .arquivo .titulo {
        font-size: 30px;
    }
    
    #g-mainbar .arquivo .descricao p {
        font-size: 16px;
    }
    
    #g-mainbar .arquivo .intro h2 {
        font-size: 35px;
    }
    
    #g-mainbar .arquivo .intro p {
        font-size: 16px;
        width: 60%;
    }
    
    #g-mainbar .arquivo .volumes {
        padding: 30px;
    }
    
    #g-mainbar .arquivo .volumes h3 {
        font-size: 35px;
    }

    #g-mainbar .arquivo .volumes .images {
        width: auto;
    }
    
    #g-mainbar .arquivo .volumes .images img {
        width: 48%;
    }
    
    
    #slide .g-content {
        padding: 0 !important;
    }
    
    .sliderPrincipalNormal {
    }
    
    .sliderPrincipalNormal #dots{
        top: auto !important;
        bottom: 70px !important;
        margin: 0 auto;
        text-align: right;
        width: 100%;
        transform: none;
    }
    
    .sliderPrincipalNormal h2{
        font-size:45px !important;
    }
    
    .sliderPrincipalNormal h3{
        font-size:20px !important;
        width: 85%;
    }
    
    .sliderPrincipalNormal .info{
        padding: 0 10px;
    }
    
    .sliderPrincipalNormal .info .icon svg {
        width: 30px;
        height: 30px;
    }
        
	#intro .g-content {
		width: 100%;
	}
	
	    
	#intro .bloco {
		display: block;
	}
	
	#intro .descritivo {
		display: inline-block;
		max-width: 40%;
		margin-inline: 20px;
	}
	
	#intro .funFact {
		display: inline-block;
		max-width: 35%;
		vertical-align: top;
	}
	
	#intro .mapa {
		margin: 0px;
		padding: 20px 0px 10px 0px;
		border-left: none;
		border-top: 1px solid #0c507d;
		border-bottom: 1px solid #0c507d;
	}
    
    #placemarks {
        padding: 30px 10px;
    }
    
    #placemarks .g-content {
        width: 100%;
    }
    
    #placemarks .results .item {
        width: 31%;
    }
    
    #placemarks .item .blockImage {
        height: 210px;
    }
    
    #placemarks .item .blockContent {
        padding: 10px;
    }
    
    #placemarks .item .blockContent h4 {
        font-size: 26px;
    }
    
    #placemarks .item .blockContent .freg .texto {
        font-size: 11px;
    }
            
    #agenda .g-content {
        width: 100%;
		margin: auto;
    }
    
    #agenda .w33 {
        width: 48%;
    }
    
    
    #g-mainbar .well {
        padding: 0;
    }
    
    .contact-miscinfo .dl-horizontal dd {
        margin-left: 40px;
    }
    
    .contact-form, .contact-miscinfo {
        width: 100%;
    }
    
    
    #search-form form{
        padding: 50px 20px;
    }
    
    .finder #finder-search input.inputbox{
        width: 75% !important;
    }
    
    .finder #finder-search .btn{
        width: 24% !important;
    }
    
	#relacionados .placemarksRel .item {
		width: 47%;
	}
    
    #MenuInferior .g-content{
        width: auto;
        margin: 20px auto;
        padding: 30px 10px!important;
    }
    
    #MenuInferior .w100.first, #MenuInferior .w100 {
        width: 100%;
        padding: 0;
    }
    
    #MenuInferior .w100 .boxMenu {
        padding: 0;
		text-align: center;
    }
    
    #MenuInferior .w25 .logo svg {
        width: 150px;
        padding: 0 20px 0 0;
    }
    
    #MenuInferior .w25 img {
        width: 150px;
        padding: 0;
    }
    
    #MenuInferior .w25 .icons div {
        width: 35px;
        height: 35px;
    }
    
    #MenuInferior .w33 {
        width: 32%;
    }
    
    #MenuInferior .titulo{
        font-size: 18px;
    }
    
    #MenuInferior li {
        font-size: 14px;
    }
	
    #BarraCopyright .g-content{
        width: auto;
        padding: 10px 20px !important;
    }
    
    #BarraCopyright .w30 {
        width: 38%;
    }
    
    #BarraCopyright .w40 {
        width: 22%;
		font-size: 11px;
    }
    
    #BarraCopyright .w30 .text {
        width: 90px;
    }
    
	
}


@media (min-width: 768px) and (max-width: 958px){
    
	#menu_v2 .menuMobile, #menu_v2 .menuTopo{
		display:block;
	}

	#menu_v2 .logoSlider {
		left: 70%;
		width: 165px;
	}
	
	#menu_v2 .parent li h4{
		font-size: 35px;
	}
	/* ----------- Menu Media ------------ */
	#menu_v2 .menu_v2 .parent ul {
		z-index: 2;
		position: relative;
		top: 20%;
		display: block;
		width: 80%;
		margin-left: 75px;
		margin-right: 10px;
	}
	
	#menu_v2 .sub1 span, #menu_v2 .sub2 span, #menu_v2 .sub3 span, #menu_v2 .sub4 span, #menu_v2 .sub5 span, #menu_v2 .sub6 span {
		font-size: 24px;
	}
	
	#menu_v2 .parent .sub1, #menu_v2 .parent .sub2, #menu_v2 .parent .sub3, #menu_v2 .parent .sub4, #menu_v2 .parent .sub5, #menu_v2 .parent .sub6 {
		z-index: 3;
        margin-left: 0px;
        width: 100%;
        right: 0px;
        position: relative;
        top: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
	}

	#menu_v2 .parent .sub1:before, #menu_v2 .parent .sub2:before, #menu_v2 .parent .sub3:before, #menu_v2 .parent .sub4:before, #menu_v2 .parent .sub5:before, #menu_v2 .parent .sub6:before {
		visibility: hidden;
		width: 0px;
	}

	#menu_v2 .parent .sub1 a, #menu_v2 .parent .sub2 a, #menu_v2 .parent .sub3 a, #menu_v2 .parent .sub4 a, #menu_v2 .parent .sub5 a, #menu_v2 .parent .sub6 a {
		display: inline-block;
		padding: 10px;
		margin: 1px;
		transition: all 0.2s;
		background: #0000001c;
	}
	/* ----------------------------------- */
	
	#menu_v2 .parent li h2 {
		font-size: 80px;
	}
    
    #g-navigationmain .g-grid {
        width: 750px;
    }
    
    #barra .g-content {
        padding: 0 10px!important;
    }
    
    #barra .logo {
        margin-left: 0;
		top: 10px;
    }
    
    #barra .logo svg {
        width: 80px;
    }
    
    #barra .pesquisa {
        right: 12%;
    }
    
    #barra .idiomaSelect, #barra .idiomas {
        right: 8%;
    }
		
	#barra .menuMobileLateral, #menuMobile {
		display: none !important;
	}
    
    .dj-megamenu-default li ul.dj-submenu > li.itemid804 > a img{
        height: auto !important;
        margin: 0 5px 60px 0;
        padding: 17px !important;
    }
    
    .dj-megamenu-default li a.dj-up_a{
        padding: 0 10px;
        font-size: 16px;
    }
    
    .dj-megamenu-default .dj-subwrap-in {
        width: 750px !important;
    }
    
    .dj-megamenu-default li ul.dj-submenu > li.parent .dj-subtree li a {
        font-size: 14px !important;
    }
    
    #g-container-navigation, #g-navigationmain{
        height:120px;
    }
    
    .g-logo{
        text-align:left;
    }
    
    #g-mainbar .links25, #g-mainbar .links33{
        width:100%;
        max-width:750px;
        margin-left: auto;
        margin-right: auto;
    }
    
    #g-mainbar .links33 .buttonLink, #g-mainbar .links25 .buttonLink{
        width: 32%;
        margin: 0 0 10px 0;
    }
    
    #g-mainbar .links100, #g-mainbar .links25, #g-mainbar .links33 {
        margin-top: 30px;
    }
    
    #altura{
        height:120px;
    }
    
    #g-container-main .size-80 .g-content{
    }
    
    #g-mainbar {

    }
    
    #g-mainbar h1 {
        font-size: 34px   
    }
    
    #g-mainbar h2 {
        font-size: 30px   
    }
    
    #g-mainbar .pull-none.item-image img {
        max-width: 240px;
        max-height: 350px;
    }
        	
	#g-mainbar .item-page {
		width: 750px;
		margin: 0 auto;
	}
	
    #partilha {
        right: 20px;
    }
    
    #breadcrumb .g-content{
        padding: 0 10px !important;
    }
    
    .breadcrumb, .breadcrumbbread{
        padding: 2px 0px;
    }
    
    
    .itemid-1733 #g-mainbar {
        padding: 0 10px 0 0;
    }
    
    #multimedia .resultsContent .mobile {
        display: block;
        background: #fff;
        position: fixed;
        top: 150px;
        height: 50px;
        width: 100%;
        left: 0;
        padding-top: 9px;
        padding-left: 10px;
        z-index: 9;
        border: none;
    }
    
    #multimedia .resultsContent .searchButton {
        background: #004087;
        width: auto;
        display: inline-block;
        padding: 5px 10px;
        font-family: 'PFDinTextCompPro-Regular', sans-serif;
        color: #fff;
        font-size: 16px;
    }
    
    #multimedia .multimediaContainer .closeSearch {
        background: #004087;
        width: auto;
        display: inline-block;
        padding: 5px 10px;
        font-family: 'PFDinTextCompPro-Regular', sans-serif;
        color: #fff;
        font-size: 16px;
        border: none;
    }

    #multimedia .multimediaContainer .searchBar{
		-webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100% !important;
        background: rgb(255, 255, 255) !important;
        height: 100%;
        left: 0;
        top: 100px;
        z-index: 99999;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        display: none;
    }
    
    #multimedia .searchBar .searchBarContent {
        position: relative;
        top: 85px;
        display: block !important;
        width: 100%;
    }
    
	#multimedia .multimediaContainer .resultsContent {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
        margin-left: 0;
	}
    
    #multimedia .videoItem iframe {
       height: 160px !important;
    }
    
    #multimedia .videoItem h5 {
        font-size: 18px;
    }
    
    #NewsPage .item{
        margin: 0 0.7% 10px 0.7%;
        height: 410px;
    }
    
    #NewsPage .itemInfo .cat {
        font-size: 14px;
    }
    #NewsPage .item h4{
        font-size:19px;
    }
    
    #NewsPage .item .itemDescription, #NewsPage .itemInfo{
        font-size:14px;
    }
    
    #NewsPage .itemImage {
        max-height: 115px;
    }
    
    .foto {
        width: 30%;
    }
    
    .info{
        width: 69%;
    }
    
    #corpo .botao{
        font-size:15px;
    }
    
    .itemid-1061 #g-mainbar {
        padding: 0 10px 0 0;
    }
    
    #documentos .showMobileBar, #hideMobile {
        display: block;
    }
    
    .Docs .filterDocs {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        display: block;
        vertical-align: top;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 30px;
        position: fixed;
        width: 100%;
        height: 100%;
        background: white;
        z-index: 9;
        left: -100%;
        margin-top: -35px;
    }
    
    .Docs .docs {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
        padding-left: 0;
    }
    
    .Docs .docs .documents, .Docs .docs .catsDocs {
        padding-top: 70px;
        padding-left: 0;
    }
    
    #documentos .docs .item {
        width: 31%;
        margin: 1% 0.5%;
        padding: 23% 10px 10px 10px;
        height: 200px;
    }
    
    #documentos .docs .item .catName {
        bottom: 10%;
    }
    
    
    .estatistica1Modal, .estatistica2Modal, .estatistica3Modal{
        top:120px;
    }
    
    .itemid-1251 #g-mainbar, .itemid-1494 #g-mainbar {
        padding: 0 10px 0 0;
    }
    
    .sideFilter{
        padding-left: 10px;
        padding-right: 10px;
        -webkit-flex: 0 25%;
        -moz-flex: 0 25%;
        -ms-flex: 0 25%;
        flex: 0 25%;
        width: 25%;
    }
    
    .pagecontent {
        -webkit-flex: 0 69%;
        -moz-flex: 0 69%;
        -ms-flex: 0 69%;
        flex: 0 69%;
        width: 69%;
        margin-left: 30%;
    }
    
    #news .newsBlocks .item {
        width: 47.5%;
        height: 575px;
    }
    
    #news .item .itemImage {
        max-height: 180px;
    }
    
    #news .newsBlocks .item h4{
        font-size: 18px;
    }
    
    #news .item .botao a {
        font-size: 14px;
        padding: 10px;
    }
    
    #news .navigateArticle a{
        font-size: 17px;
        padding: 6px 13px;
    }
    
    #news .video .item {
        width: 47%;
    }
    
    #corpo .w30 img {
        width: 100%;
    }
    
    .itemid-1182 #g-mainbar {
        padding: 50px 10px;
    }
    
    .itemid-1182 #g-mainbar .w33{
        padding: 10px;
        margin: 0 0.8%;
    }
    
    .itemid-1182 #g-mainbar .w33 h3{
        font-size: 32px;
        line-height: 1;
    }
    
    .itemid-825 #g-mainbar .page-header {
        margin-top: 0px;
    }
    
    .itemid-825 #g-mainbar {
        padding: 30px 10px;
    }
    
    
    #g-mainbar .row {
        margin: 0;
    }

    
    #g-mainbar .placemarks .descricao {
		margin-top: 20px;
        padding: 30px;
        width: 100%;
        min-height: 350px;
        max-height: 350px;
    }
    
    #g-mainbar .placemarks .descricao .categoria {
        margin-bottom: 25px;
    }
    
    #g-mainbar .placemarks .titulo {
        font-size: 35px;
    }
    
    #g-mainbar .placemarks .blockGaleria {
        width: 100%;
    }
	
	#g-mainbar .placemarks .blockGaleria .multipleImages .image {
		min-height: 500px;
		max-height: 500px;
	}
    	
	#g-mainbar .placemarks .blockGaleria .image img {
		height: 100px;
	}
    
    #g-mainbar .placemarks .contactos {
        padding: 30px;
    }
    
    #g-mainbar .placemarks .blockInfo {
        width: auto;
        margin: 60px 30px;
    }
    
    #g-mainbar .placemarks .ficheiros {
        width: auto;
        margin: 60px 30px;
    }
    
    #g-mainbar .placemarks .pressRelease {
        width: auto;
        margin: 60px 30px;
    }
    
    #g-mainbar .placemarks .pressRelease .itens .item {
		width: 100%;
    }
    
    #g-mainbar .placemarks .pressRelease .itens .item iframe {
        width: 100% !important;
        min-width: 100% !important;
        min-height: 380px;
    }
    
    #g-mainbar .placemarks .video {
        width: auto;
        margin: 60px 30px;
    }
    
    #g-mainbar .placemarks .video.w50 .item, #g-mainbar .placemarks .video.w33 .item {
        width: 47%;
    }
    
    
    #g-mainbar .arquivo .descricao {
        padding: 30px 50px;
    }
    
    #g-mainbar .arquivo .intro h2 {
        font-size: 45px;
    }
    
    #g-mainbar .arquivo .intro p {
        width: 50%;
    }

    #g-mainbar .arquivo .volumes .images {
        width: auto;
    }
    
    #g-mainbar .arquivo .volumes .images img {
        width: 31%;
    }
    
    
    #slide .g-content {
        padding: 0 !important;
    }
    
    .sliderPrincipalNormal{
    }
    
    .sliderPrincipalNormal #dots{
        top: auto !important;
        bottom: 70px !important;
        margin: 0 auto;
        text-align: right;
        width: 100%;
        transform: none;
    }
    
    .sliderPrincipalNormal h2{
        font-size:55px !important;
    }
    
    .sliderPrincipalNormal h3{
        font-size:22px !important;
        width: 85%;
    }
    
    .sliderPrincipalNormal .info{
        padding: 0 10px;
    }
    
    .sliderPrincipalNormal .info .icon svg {
        width: 35px;
        height: 35px;
    }
         
	#intro .g-content {
		width: 100%;
		margin: 100px auto;
	}
    
	#intro .bloco {
		display: block;
	}
	
	#intro .descritivo {
		display: inline-block;
		max-width: 40%;
		margin-inline: 20px;
	}
	
	#intro .funFact {
		display: inline-block;
		max-width: 40%;
		vertical-align: top;
	}
	
	#intro .mapa {
		margin: 0px;
		padding: 20px 0px 10px 0px;
		border-left: none;
		border-top: 1px solid #0c507d;
		border-bottom: 1px solid #0c507d;
	}
	
    #placemarks {
        padding: 30px 10px;
    }
    
    #placemarks .g-content {
        width: 750px;
    }
    
    #placemarks .results .item {
		width: 48%;
    }
    
    #placemarks .item .blockImage {
        height: 250px;
    }
    
    #placemarks .item .blockContent {
        padding: 10px 15px;
    }
    
    #placemarks .item .blockContent h4 {
        font-size: 28px;
    }
    
    #placemarks .item .blockContent .freg .texto {
        font-size: 12px;
    }
        
    #agenda .g-content {
        width: 750px;
		margin: auto;
    }
    
    #agenda .w33 {
        width: 48%;
    }
    
    #g-mainbar .well {
        padding: 0;
    }
    
    .contact-miscinfo .dl-horizontal dd {
        margin-left: 40px;
    }
    
    .finder #finder-search input.inputbox{
        width: 80% !important;
    }
    
    .finder #finder-search .btn {
        width: 19% !important;
    }
    
	#relacionados .placemarksRel .item {
		width: 47%;
	}
    
    #MenuInferior .g-content{
        width: 750px;
        margin: 0 auto;
        padding: 30px 10px !important;
    }
    
    #MenuInferior .w100 .boxMenu {
        padding: 0;
    }
    
    #MenuInferior .w25 .logo svg {
        width: 150px;
        padding: 0 20px 0 0;
    }
    
    #MenuInferior .w33 {
        width: 32%;
    }
    
    #MenuInferior .titulo{
        font-size: 20px;
    }
    
    #MenuInferior li {
        font-size: 16px;
    }
    
    #BarraCopyright .g-content{
        width: 750px;
        padding: 10px 20px !important;
    }
    
    #BarraCopyright .w40 {
        width: 38%;
    }
    
    #BarraCopyright .w30 .text {
        width: 90px;
    }
    
    
}


@media (min-width: 959px) and (max-width: 1199px){
    
	#menu_v2 .parent li h4{
		font-size:42px;
	}
	
	#menu_v2 .sub1 span,#menu_v2 .sub2 span,#menu_v2 .sub3 span,#menu_v2 .sub4 span, #menu_v2 .sub5 span, #menu_v2 .sub6 span {
		font-size: 20px;
	}
	
	#menu_v2 .parent li h2 {
		font-size: 80px;
	}
    
    #g-navigationmain .g-grid {
        width: 950px;
    }
    
    
    #barra .g-content {
        padding: 0 20px!important;
    }
    
    #barra .idiomaSelect, #barra .idiomas {
        right: 15%;
    }
    		
	#barra .menuMobileLateral, #menuMobile {
		display: none !important;
	}
    
    .dj-megamenu-default li ul.dj-submenu > li.itemid804 > a img{
        height: auto !important;
        padding: 20px !important;
    }
    
    .dj-megamenu-default li a.dj-up_a{
        padding: 0 10px;
        font-size: 18px;
    }
    
    .dj-megamenu-default li ul.dj-submenu > li.parent .dj-subtree li a {
        font-size: 16px !important;
    }
    
    .dj-megamenu-default .dj-subwrap-in {
        width: 919px !important;
    }
    
    
    #g-mainbar .links25, #g-mainbar .links33{
        width:100%;
        max-width:950px;
        margin-left: auto;
        margin-right: auto;
    }
    
    #g-mainbar .links33 .buttonLink {
        width: 32%;
        margin: 0 0 10px 0;
    }
    
    
    #breadcrumb .g-content {
        padding: 0 20px !important;
    }
    
    .breadcrumb, .breadcrumbbread {
        padding: 2px 0px;
    }
    
    #g-sidebar .g-content {
        padding: 20px 0 0 20px !important;
    }
    
    .menus ul{
        margin-left: 0;
    }
    
    .catMenu {
        padding-left: 0;
    }
    
    #g-mainbar {

    }
        	
	#g-mainbar .item-page {
		width: 950px;
		margin: 0 auto;
	}
	
    #g-mainbar .pull-none.item-image img {
        max-width: 280px;
        max-height: 300px;
    }
    
    .itemid-1733 #g-mainbar {
        padding: 0;
    }

    #multimedia .multimediaContainer .searchBar {
        -webkit-flex: 0 20%;
        -moz-flex: 0 20%;
        -ms-flex: 0 20%;
        flex: 0 20%;
        width: 20%;
    }
    #multimedia .multimediaContainer .resultsContent {
        margin-left: 28%;
        padding-left: 3%;
    }
    
    #multimedia .videoItem iframe {
       height: 230px !important;
    }
    
    
    #NewsPage .item{
        margin: 0 0.5% 10px 0.5%;
        width: 48.5%;
        height: 410px;
    }
    
    #NewsPage .itemInfo{
        font-size:14px;
    }
    
    .foto {
        width: 30%;
    }
    
    .info {
        width: 69%;
    }
    
    .itemid-1061 #g-mainbar {
        padding: 0;
    }
    
    .Docs .filterDocs {
        padding: 30px 0 0 0;
    }
    
    .Docs .filterDocs #find {
        right: 10px;
    }
    
    #documentos .docs .item {
        width: 31%;
        margin: 1% 0.5%;
        padding: 23% 10px 10px 10px;
    }
    
    .Docs .item svg {
        height: 45px;
    }
    
    .Docs .item .catName {
        font-size: 16px;
    }
    
    #g-mainbar .item-image{
        margin-bottom: 15px;
    }
    
    #corpo .multipleImages img, #news .multipleImages img{
        width: 32.3%;
    }
    
    #corpo a{
        word-break: break-all;
    }
    
    #partilha{
        right: 20px;
    }
    
    table thead td{
        font-size: 17px;
    }
    
    table tbody td{
        font-size: 16px;
    }
    
    .sideFilter{
        -webkit-flex: 0 20%;
        -moz-flex: 0 20%;
        -ms-flex: 0 20%;
        flex: 0 20%;
        width: 20%;
        padding-left: 20px;
    }
    
    .pagecontent {
        margin-left: 28%;
    }
    
    .itemid-1251 #g-mainbar, .itemid-1494 #g-mainbar, .itemid-483 #g-mainbar {
        padding: 0;
    }
    
    #news .newsBlocks {
        padding-left: 3%;
    }
    
    #news .newsBlocks .item {
        width: 47%;
        height: 565px;
    }
    
    #news .item .itemImage {
        max-height: 190px;
    }
    
    #news .newsBlocks .item h4{
        font-size: 18px;
    }
    
    #news .item .botao a {
        font-size: 14px;
    }
   
    
    #news .video .item {
        width: 30%;
    }
    
    #corpo .w30 img {
        width: 100%;
    }
    
    .itemid-1182 #g-mainbar {
        padding: 50px 20px 25px 20px;
    }
    
    .itemid-1182 #g-mainbar .w33{
        padding: 10px;
        margin: 0 0.3%;
        width: 32%;
    }
    
    .itemid-1182 #g-mainbar .w33 h3{
        font-size: 30px;
        min-height: 65px;
    }
    
    .itemid-1182 #g-mainbar .g-content{
        margin:0;
    }
    
    .itemid-825 #g-mainbar {
        padding: 30px 20px;
    }
    
    .itemid-825 #g-mainbar .page-header {
        margin-top: 0px;
    }

    
    #g-mainbar .placemarks .descricao {
        padding: 50px;
		padding-top: 20px;
		min-height: 450px;
		max-height: 450px;
    }
    
    #g-mainbar .placemarks .descricao .categoria {
        margin-bottom: 25px;
    }
        
    #g-mainbar .placemarks .blockGaleria .multipleImages .image {
		min-height: 450px;
		max-height: 450px;
	}
	
    #g-mainbar .placemarks .blockGaleria .contentImages .item {
		height: 90px;
	}
    
    #g-mainbar .placemarks .ficheiros {
        width: 750px;
    }
    
    #g-mainbar .placemarks .pressRelease {

    }
    
    #g-mainbar .placemarks .pressRelease .itens .item {
		width: 100%;
    }
    
    #g-mainbar .placemarks .pressRelease .itens .item iframe {
        width: 100% !important;
        min-height: 380px;
    }
    
    #g-mainbar .placemarks .video {
        width: 750px;
    }
    
    #g-mainbar .placemarks .video.w50 .item, #g-mainbar .placemarks .video.w33 .item {
        width: 47%;
    }
    
    
    #g-mainbar .arquivo .intro p {
        width: 40%;
    }

    #g-mainbar .arquivo .volumes .images {
        width: 750px;
    }
    
    
    #slide .g-content {
        padding: 0 !important;
    }
    
    .sliderPrincipalNormal{
    }
    
    .sliderPrincipalNormal h3{
        width: 61%;
    }
    
    .sliderPrincipalNormal .info{
        padding: 0 20px;
    }
    
    
    #placemarks {
        padding: 30px 20px 0 30px;
    }
        
	#intro .g-content {
		width: 925px;
		margin: 100px auto;
	}
    
    #placemarks .g-content {
		width: 925px;
        margin: 15px auto;
    }
    
    #placemarks .results .item {
        width: 31%;
    }
    
	#agenda .g-content {
		width: 925px;
        margin: 15px auto;
	}
	
	#agenda .w33 {
		width: 31%;
	}
	
    #placemarks .item .blockImage {
        height: 250px;
    }
    
    #placemarks .item .blockContent {
        padding: 10px;
    }
    
    #placemarks .item .blockContent .freg .texto {
        font-size: 12px;
    }
    
    
    #g-mainbar .well {
        padding: 0;
    }
    
    .contact-miscinfo .dl-horizontal dd {
        margin-left: 60px;
    }

    
    .finder #finder-search input.inputbox{
        width: 80% !important;
    }
    
    .finder #finder-search .btn {
        width: 19% !important;
    }
	
	#relacionados .placemarksRel .item {
		width: 47%;
	}  
    
    #MenuInferior .g-content {
        width: 750px;
    }
    
    #MenuInferior .w100 .boxMenu {
        padding: 0;
    }
    
    #MenuInferior .w25 .logo svg {
        padding: 0 20px 0 0;
    }
    
    #MenuInferior .w33 {
        width: 32%;
    }
    
    #MenuInferior .titulo{
        font-size: 24px;
    }
    
    #MenuInferior li {
        font-size: 16px;
    }
    
    #BarraCopyright .g-content{
        width: 750px;
        padding: 10px 20px !important;
    }
    
    #BarraCopyright .w40 {
        width: 38%;
    }
    
    #BarraCopyright .w30 .text {
        width: 90px;
    }
    
}


@media (min-width: 1200px) and (max-width: 1439px){
    
	#menu_v2 .parent li h4{
		font-size:45px;
	}
	
	#menu_v2 .sub1 span,#menu_v2 .sub2 span,#menu_v2 .sub3 span,#menu_v2 .sub4 span, #menu_v2 .sub5 span, #menu_v2 .sub6 span {
		font-size: 30px;
	}
		
	#menu_v2 .logoSlider {
		left: 65%;
	}
	#menu_v2 .parent li h2 {
		font-size: 90px;
	}
    
    #g-navigationmain .g-grid {
		width: 1150px;
    }
    
    #barra .idiomaSelect, #barra .idiomas {
        right: 15%;
    }
    		
	#barra .menuMobileLateral, #menuMobile {
		display: none !important;
	}
    
    .dj-megamenu-default li a.dj-up_a {
        font-size: 20px;
    }
    
    #g-navigationmain img {
    }
    
    #g-mainbar {
    
	}
        	
	#g-mainbar .item-page {
		width: 1150px;
		margin: 0 auto;
	}
	
    #g-mainbar .item-image {
        margin-left: 20px;
        margin-bottom: 15px;
    }
    
    #g-mainbar .pull-none.item-image img {
        max-width: 300px;
        max-height: 300px;
    }
    
    #multimedia .videoItem iframe {
        height: 180px !important;
    }
    
    #NewsPage .item{
        margin: 0 0.7% 10px 0.7%;
        height: 395px;
    }
    
    #NewsPage .itemInfo{
        font-size:14px;
    }
    
    #NewsPage .itemImage{
        max-height:122px;
    }
    
    .itemid-1513 .foto {
        width: 25%;
    }
    
    .itemid-1513 .info{
        width: 64%;
    }
    
    .menus ul {
        margin-left: 0;
    }
    
    #corpo .botao{
        font-size: 16px
    }
    
    #documentos .docs .item {
        width: 23%;
        margin: 1% 0.5%;
        padding: 21% 10px 10px 10px;
    }
    
    .Docs .item .catName {
        font-size: 16px;
    }
    
    #news .newsBlocks .item {
        height: 565px;
    }
    
    #news .item .itemImage {
        max-height: 170px;
    }
    
    #news .newsBlocks .item .itemContent {
        padding: 10px;
    }
    
    #news .newsBlocks .item h4 {
        font-size: 19px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
    
    .itemid-1182 #g-mainbar .w33{
        padding: 25px 10px;
    }
    
    .itemid-1182 #g-mainbar .w33 h3{
        font-size: 34px;
    }
	
	#g-mainbar .placemarks .blockGaleria .contentImages .item {
	    height: 100px;
	}
    
    #g-mainbar .placemarks .ficheiros {
        width: 950px;
    }
    
    #g-mainbar .placemarks .pressRelease {

    }
    
    #g-mainbar .placemarks .pressRelease .itens .item {
		width: 100%;
    }
    
    #g-mainbar .placemarks .pressRelease .itens .item iframe {
        width: 100% !important;
        min-height: 400px;
    }
    
    #g-mainbar .placemarks .video {
        width: 950px;
    }
    
    #g-mainbar .placemarks .video.w50 .item {
        width: 47%;
    }
    
    
    #g-mainbar .arquivo .intro p {
        width: 33%;
    }

    #g-mainbar .arquivo .volumes .images {
        width: 950px;
    }
    
    
    .sliderPrincipalNormal{
    }
    
    .sliderPrincipalNormal h3{
        width: 51%;
    }
        
	#intro .g-content {
		width: 950px;
		margin: 100px auto;
	}
    
    #placemarks .g-content {
        width: 950px;
        margin: 25px auto;
    }
    
    #placemarks .item .blockImage {
        height: 250px;
    }
    
    #placemarks .item .blockContent {
        padding: 20px;
    }
    
    #placemarks .item .blockContent .freg .texto {
        font-size: 11px;
    }
	
	#agenda .g-content {
		width: 950px;
        margin: 25px auto;
	}
	
	#relacionados .placemarksRel .item {
		width: 47%;
	}
    
	#MenuInferior .g-content {
	    width: 950px;
	}
	
    #MenuInferior .w33 {
        width: 32%;
    }
    
    #MenuInferior .titulo {
        font-size: 26px;
    }
    
    #logos .g-content {
        width: 950px;
    }
    
    #BarraCopyright .g-content {
        width: 950px;
        padding: 10px 0 !important;
    }

    
}


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

	#menu_v2 .parent li h4{
		font-size:55px;
	}
	
	#menu_v2 .sub1 span,#menu_v2 .sub2 span,#menu_v2 .sub3 span,#menu_v2 .sub4 span, #menu_v2 .sub5 span, #menu_v2 .sub6 span {
		font-size: 32px;
	}
    		
	#barra .menuMobileLateral, #menuMobile {
		display: none !important;
	}
    
    #g-navigationmain .g-grid {
		width: 1400px;
    }
    
    #g-mainbar {
    
	}
        	
	#g-mainbar .item-page {
		width: 1400px;
		margin: 0 auto;
	}
    
    #g-mainbar .placemarks .blockGaleria {
        width: 50%;
    }
    
    #g-mainbar .placemarks .ficheiros {
        width: 1150px;
    }
    
    #g-mainbar .placemarks .pressRelease {

    }
    
    #g-mainbar .placemarks .video {
        width: 1150px;
    }
    
    
    #g-mainbar .arquivo .intro p {
        width: 30%;
    }

    #g-mainbar .arquivo .volumes .images {
        width: 1150px;
    }
    
	#intro .g-content {
		width: 1150px;
		margin: 100px auto;
	}
    
    #placemarks .g-content {
        width: 1150px;
        margin: 35px auto;
    }
    	
	#agenda .g-content {
		width: 1150px;
		margin: 35px auto;
	}
	
	#agenda .w33 {
		
	}
    
    #multimedia .videoItem iframe {
        height: 195px !important;
    }
    
    #NewsPage .item{
        height: 410px;
    }
    
    #NewsPage .itemImage, #news .itemImage{
        max-height: 185px;
    }
    
    #NewsPage .item h4, #news .item h4{
        font-size:19px;
    }
    
    #NewsPage .item .itemDescription, #NewsPage .itemInfo{
        font-size:14px;
    }
    
    #documentos .docs .item {
        width: 22%;
        padding: 20% 10px 10px 10px;
    }
    
    #MenuInferior .g-content {
	    width: 1150px;
	}
	
	#MenuInferior .w33 {
        width: 32%;
	}
	
	#MenuInferior .titulo {
        font-size: 28px;
	}
	
	#logos .g-content {
	    width: 1150px;
	}
	
	#BarraCopyright .g-content {
	    width: 1150px;
	}
	
}


@media (min-width: 1600px) and (max-width: 1799px){
			
	#barra .menuMobileLateral, #menuMobile {
		display: none !important;
	}
    
    #news .item{
        height:465px;
    }
    
    #NewsPage .item{
        height: 410px;
    }
    
    #NewsPage .itemImage {
        max-height: 170px;
    }
    
    #NewsPage .item h4, #news .item h4{
        font-size:19px;
    }
    
    #NewsPage .item .itemDescription, #news .item .itemDescription{
        font-size:14px;
    }
    
    #news .item .itemDescription{
        margin-top:0px;
    }
    
    #news .multipleImages img{
        width:33%;
    }
    
    #news .multipleImages50 img{
        width: 49.5%;
	}
	
	.contentDocs {
        width: 74%;
    }
	
}


@media (min-width: 1800px){
			
	#barra .menuMobileLateral, #menuMobile {
		display: none !important;
	}
    
    #news .multipleImages50 img{
        width: 49.5%;
	}
    
    #news .multipleImages img{
        width:33%;
    }
    
    .contentDocs {
        width: 74%;
    }
}
