#g-top .g-particle[id^="custom-"]:nth-of-type(1),
#g-navigation .g-particle[id^="custom-"]:nth-of-type(1) {
    position: absolute;
    top: -1000px;
}

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

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

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

/* --- */
#menuLateral::-webkit-scrollbar {
    width: 8px;
    background: #fff;
}

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

#menuLateral::-webkit-scrollbar-thumb {
	background-color: #ebebeb;
    outline: 1px solid white;
    width: 8px;
}

/* ---*/

body #g-page-surround {
	overflow: visible;
}

.row {
	margin-inline: unset;
}

body .col {
	padding-inline: unset;
}

/* ------- Menu Mobile --------- */
#menuMobile::-webkit-scrollbar {
	width: 6px;
	background: #f0f0f0;
}

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

#menuMobile::-webkit-scrollbar-thumb {
	background-color: #ff4239;
    border-left: 1px solid #8a312b;
    width: 7px;
}

#menuMobile {
    background: #fff;
    height: 100%;
    overflow-y: overlay;
    position: fixed;
    z-index: 10;
    padding-bottom: 125px;
    text-align: center;
    top: 110px;
    border-top: 1px solid #959596;
    left: 0;
    display: none;
}

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

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


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

#menuMobile ul#accordeonck1038 li.hideItem {
	display: none;
}

#menuMobile ul#accordeonck1038 li.level1, #menuMobile ul#accordeonck1038 li.level2, #menuMobile ul#accordeonck1038 li.level3, #menuMobile ul#accordeonck1038 li.level4 {
	border-top: 1px solid #1d1d1d38;
	margin-bottom: 0px;
}

#menuMobile ul#accordeonck1038 li.level1:nth-child(1) {
	border-top: unset;
}

#menuMobile ul#accordeonck1038 li.hideItem {
    display: none;
}

#menuMobile .w33 a {
	display: none;
}

#menuMobile .logo-5992.g-particle {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 400px;
	padding-inline: 50px;
    margin: 59px auto 0 auto;
}

/* ---------- Animations Level 1 ------------ */
#menuMobile.active .logo img {
	-webkit-animation-name: fadeIn;
    animation-name: fadeIn;
	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: 1.2s;
    -moz-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

#menuMobile.active .logo img {
	animation-delay:1s;
}

#menuMobile.active ul#accordeonck1038 li.level1 {
	-webkit-animation-name: fadeIndown;
    animation-name: fadeIndown;
	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: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

#menuMobile.active ul#accordeonck1038 li.level1:nth-child(1) {
	animation-delay:0.1s;
}

#menuMobile.active ul#accordeonck1038 li.level1:nth-child(2) {
	animation-delay:0.2s;
}

#menuMobile.active ul#accordeonck1038 li.level1:nth-child(3) {
	animation-delay:0.3s;
}

#menuMobile.active ul#accordeonck1038 li.level1:nth-child(4) {
	animation-delay:0.4s;
}

#menuMobile.active ul#accordeonck1038 li.level1:nth-child(5) {
	animation-delay:0.5s;
}

#menuMobile.active ul#accordeonck1038 li.level1:nth-child(6) {
	animation-delay:0.6s;
}

#menuMobile.active ul#accordeonck1038 li.level1:nth-child(7) {
	animation-delay:0.7s;
}

#menuMobile.active ul#accordeonck1038 li.level1:nth-child(8) {
	animation-delay:0.8s;
}

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

  50% {
    opacity: 0.3;
  }
  
  100% {
	opacity: 1;
  }
}

@keyframes fadeIndown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* --- */

#menuMobile #accordeonck1038 li.accordeonck > span {
    text-align:left;
	padding: 0;
}

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

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

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

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

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

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

#menuMobile #accordeonck1038 li.level1 > span a.accordeonck.isactive {
    color: #fff;
	background: #ff4239;
}

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

#menuMobile #accordeonck1038 li.level3 > span a {
    padding-left:40px;
}

#menuMobile #accordeonck1038 li.parent.open > span span.toggler_icon {
    background: url(/images/Icons/nav_arrow_down_icon.png) center center no-repeat !important;
	filter: invert(1);
}

#menuMobile #accordeonck1038 li.parent > span span.toggler_icon {
    background: url(/images/Icons/nav_arrow_right_icon.png) center center no-repeat !important;
}

#menuMobile #accordeonck1038 li.parent > span a.isactive span.toggler_icon {
	filter: invert(1);
}

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

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

#menuMobile #accordeonck1038 li.level1.open > span a {
    background-color: #ff4239;
    color: #ffffff;
}

#menuMobile #accordeonck1038 li.level2.open > span a {
    background-color: #ff4239b3;
	color: #ffffff;
}

#menuMobile #accordeonck1038 li.level3 > span a.isactive {
	background-color: #ff423961;
	color: #ffffff;
}

/* --- */

#MapaSite {
    position: fixed;
    z-index: 9999999999999999;
    vertical-align: top;
    top: 0;
    left: 0;
    margin-top: 0;
    height: 100%;
    max-height: 100%;
    width: 100%;
    word-break: break-word;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
    background: #24232380;
}

#MapaSite .g-content {
    margin: 0;
    width: 50%;
    background: #fff;
}

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

#MapaSite .logo {
    display: none;
    position: relative;
    top: -20px;
    left: 10px;
    background: transparent;
}

#MapaSite .logo img {
    width: 100px;
    position: relative;
    padding: 0;
}

#MapaSite .hideMenuMobile {
    display: none;
    position: fixed;
    top: 15px;
    left: 47%;
    background: transparent;
}

#MapaSite .hideMenuMobile svg {
    width: 40px;
    height: 40px;
}

#MapaSite .hideMenuMobile svg path {
    fill: #1d1d1b;
}

#MapaSite .menu {
    border: 0;
    width: 100%;
}

#MapaSite ul.nav.mod-list {
	flex-direction: column;
}

#MapaSite li {
    color: #000000;
}

#MapaSite li a {
	color: #000000;
}

#MapaSite li a:before {
    display: none;
}

#MapaSite .mapasite > ul > li > span, #MapaSite .mapasite > ul > li > a {
    vertical-align: top;
    font-size: 22px;
    font-family: 'Chivo-Medium', sans-serif;
    color: #000000;
}

#MapaSite ul ul .separator {
	font-size: 14px;
}

#MapaSite .nav-child {
    box-shadow: none;
    background: #fff;
    list-style: none;
    margin: 10px 0;
    padding: 0 28px;
    border: 0;
    display: block;
}

#MapaSite .menu li a {
    color: #000000;
}

#MapaSite .menu li a:hover {
    color: #000000;
}

#MapaSite li a img {
	max-width: 200px;
    display: block;
}

/* --- g-navigation --- */
#g-navigation {
	background: #fff;
    box-shadow: 0px 1px 5px 1px #0000000a;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
}

/* --- */
#g-navigation .g-grid:nth-child(2) {
	width: 100%;
    margin: auto;
}

#barraTopo {
	background: #f1f1f1;
	line-height: 1;
}

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

#barraTopo .mainBar {
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
}

#barraTopo .mainBar .mLeft {
	display: flex;
	padding: 15px 35px;
}

#barraTopo .mainBar .mLeft a {
	display: flex;
    align-items: center;
}

#barraTopo .mainBar .mLeft .contactos {
	display: inline-block;
	margin-inline: 10px;
}

#barraTopo .mainBar .mLeft .contactos svg {
    min-width: 35px;
	max-width: 35px;
	min-height: 35px;
	max-height: 35px;
    padding: 5px;
	margin-inline: 5px;
}

#barraTopo .mainBar .mLeft .documentos {
	display: flex;
	margin-inline: 10px;
}

#barraTopo .mainBar .mLeft .documentos svg {
	min-width: 35px;
	max-width: 35px;
	min-height: 35px;
	max-height: 35px;
	padding: 5px;
	margin-inline: 5px;
}

#barraTopo .mainBar .mLeft .taxaturistica {
	display: flex;
	margin-inline: 10px;
}

#barraTopo .mainBar .mLeft .taxaturistica svg {
	min-width: 35px;
	max-width: 35px;
	min-height: 35px;
	max-height: 35px;
	padding: 5px;
	margin-inline: 5px;
}

#barraTopo .mainBar .mLeft .taxaturistica svg path {
	fill: #ff4239;
}

#barraTopo .mainBar .mLeft span {
	font-size: 16px;
	font-family: 'Chivo-Medium', sans-serif;
	color: #1d1d1b;
	margin: auto;
}

#barraTopo .mainBar .mRight {
    padding: 15px 10% 15px 5%;
	-webkit-transition: padding-right 1s ease-in-out;
    -moz-transition: padding-right 1s ease-in-out;
    -o-transition: padding-right 1s ease-in-out;
    transition: padding-right 1s ease-in-out;
    display: flex;
    background: #ff4239;
    border-radius: 50px 0 0 50px;
    align-items: center;
}

#barraTopo .mainBar .mRight a {
	display: flex;
}

#barraTopo .mainBar .mRight .mRedes {
	display: inline-flex;
    height: 35px;
	margin-right: 20px;
}

#barraTopo .mainBar .mRight .mUtil {
	position: relative;
	display: inline-flex;
    align-items: center;
	margin-left: 20px;
}

#barraTopo .mainBar .mRight .mUtil:before {
    content: '';
    height: 100%;
    width: 2px;
    left: -21px;
    top: 0;
    position: absolute;
    background: #fff;
}

#barraTopo .mainBar .mRight .itemRedes {
	display: inline-block;
    margin-inline: 3px;
	height: 35px;
	cursor: pointer;
}

#barraTopo .mainBar .mRight .itemRedes svg {
    min-width: 35px;
    max-width: 35px;
    min-height: 35px;
    max-height: 35px;
    padding: 8px;
    background: #fff;
    border-radius: 50%;
}

#barraTopo .mainBar .mRight .itemRedes svg path {
	fill: #ff4239;
}

#barraTopo .mainBar .mRight .itemRedes.tradutor {
	position: relative;
}

#barraTopo .mainBar .mRight .itemRedes.tradutor select {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 35px;
    max-width: 35px;
    min-height: 35px;
    max-height: 35px;
    background: transparent;
    color: transparent;
    border: unset;
    font-size: 0;
	cursor: pointer;
}

#barraTopo .mainBar .mRight .itemRedes.tradutor select option {
	font-family: 'Chivo-Thin', sans-serif;
    font-size: 14px;
    color: #000;
}

/* --- */
#g-navigation .g-grid:nth-child(3) {
	width: 1600px;
	margin: 0 calc((100% - 1600px) / 2);
    position: absolute;
    display: block;
    line-height: 1;
    height: 0;
	z-index: 5;
}

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

#logo .logo {
    height: 110px;
	aspect-ratio: 413 / 434;
    display: flex;
    align-items: center;
}

#logo .logo svg, #logo .logo img {   
	height: auto;
	padding: 15px;
	margin-top: 4px;
}

/* --- */
#g-navigation .g-grid:nth-child(4) {
	width: 1600px;
    margin: auto;
}

#MenuPrincipal {
    display: inline-flex;
    justify-content: center;
    z-index: 5;
}

#MenuPrincipal .g-content {
	margin: 0;
	padding: 30px 0;
}

#MenuPrincipal .dj-megamenu-default {
	position: static;
	background: transparent;	
}

#MenuPrincipal .dj-megamenu-default li.dj-up {
	background: #fff;
}

#MenuPrincipal .dj-megamenu-default li.dj-up.itemid1858 {
	background: #dddddd;
}

#MenuPrincipal .dj-megamenu-default li a.dj-up_a {
	font-family: 'Chivo-Medium', sans-serif;
	font-weight: normal;
	font-size: 13px;
	height: 50px;
	color: #333333;
	border: unset;
	margin-inline: 3px;
	padding: 0 20px;
	-webkit-transition: padding 0s;
    -moz-transition: padding 0s;
    -o-transition: padding 0s;
    transition: padding 0s;
}

#MenuPrincipal .dj-megamenu-default li a.dj-up_a:hover, #MenuPrincipal .dj-megamenu-default li a.dj-up_a.active {
    color:  #000000;
    outline: 1px solid #ff4239 !important;
    border-radius: 75px;
    transition: unset;
}

#MenuPrincipal .dj-megamenu-default li.dj-up.itemid1915 {
	margin-left: 50px !important;
	border: unset !important;
	border-radius: 75px;
	color: #333333;
}

#MenuPrincipal .dj-megamenu-default li.dj-up.itemid1915 a.dj-up_a {
	background: #ffe26c;
	color: #333333;
	outline: unset !important;
	border-radius: 75px;
}

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

#MenuPrincipal .dj-megamenu-default li:hover div.dj-subwrap:before, #MenuPrincipal .dj-megamenu-default li.hover div.dj-subwrap:before {
	content: '';
    display: block;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    background: linear-gradient(180deg, rgb(0 0 0 / 15%) 0%, rgb(0 0 0 / 35%) 1%, rgb(0 0 0 / 45%) 100%);
    pointer-events: none;
}

#MenuPrincipal .dj-megamenu-default.dj-fa-5 li a.dj-up_a .arrow:before {
	color: #e23f37;
}

#MenuPrincipal .dj-megamenu-default li div.dj-subwrap {
	min-width: 350px;
	overflow-y: overlay;
    max-height: calc(100vh - 175px);
}

#MenuPrincipal .dj-megamenu-default li:hover div.dj-subwrap .dj-subwrap-in,
#MenuPrincipal .dj-megamenu-default li.hover div.dj-subwrap .dj-subwrap-in {
	width: auto !important;
	position: relative;
    z-index: 300;
	background-image: url(/images/MenuTopo/Background_01.jpg);
    background-position: center;
    background-size: cover;
	box-shadow: 5px 10px 13px 3px #0000006e;
}

#MenuPrincipal .dj-megamenu-default li div.dj-subwrap.multiple_cols.dj-subwrap > .dj-subwrap-in {
	padding-inline: calc((100% - 1600px) / 2);
}

#MenuPrincipal .dj-megamenu-default .djsubrow_separator {
	padding: 0;
	margin: 0;
}

/* Submenu - (1) */
#MenuPrincipal .dj-megamenu-default li.dj-up.itemid1792 > .dj-subwrap > .dj-subwrap-in {
    min-height: 550px;
}

#MenuPrincipal .dj-megamenu-default li:hover a.dj-up_a,
#MenuPrincipal .dj-megamenu-default li.hover a.dj-up_a,
#MenuPrincipal .dj-megamenu-default li.active a.dj-up_a {
	background: unset;
}

#MenuPrincipal .dj-megamenu-default li.active a.dj-up_a {
	font-family: 'Chivo-Bold', sans-serif;   
}

#MenuPrincipal .dj-megamenu-default li.active a.dj-up_a > span {
	text-decoration: underline;
}

#MenuPrincipal .dj-megamenu-default li div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-of-type(-n+5) {
	padding: 45px 0 75px 0;
}

#MenuPrincipal .dj-megamenu-default li div.dj-subwrap.single_column .dj-subwrap-in .dj-subcol {
	min-width: 350px;
	padding: 0;
}

#MenuPrincipal .dj-megamenu-default li.itemid1792 div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(1) {
	margin-right: 5%;
    width: 20% !important;
	display: flex;
}

#MenuPrincipal .dj-megamenu-default li.itemid1792 div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(1) .mainBox {
	display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
	grid-row-gap: 20px;
}

#MenuPrincipal .dj-megamenu-default li.itemid1792 div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(1) .mainBox img {
	width: 100%;
	max-width: 200px;
    border-radius: 100%;
}

#MenuPrincipal .dj-megamenu-default li.itemid1792 div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(1) .mainBox .presidente-item .image-title {
	display: block;
	font-family: 'Chivo-Regular', sans-serif;
}

#MenuPrincipal .dj-megamenu-default li.itemid1792 div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(1) .mainBox .presidente-item .image-title .name {
	display: block;
    margin-top: 20px;
	font-family: 'Chivo-Bold', sans-serif;
    text-transform: uppercase;
    color: #1a1a1a;
}

#MenuPrincipal .dj-megamenu-default li.itemid1792 div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(1) .mainBox .presidente-item .image-title .subtitle {
	display: block;
    margin-top: 5px;
    color: #1a1a1a;
}

#MenuPrincipal .dj-megamenu-default li.itemid1792 div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(1) .mainBox .btn-lst {
	width: 100%;
    display: flex;
    grid-column-gap: 10px;
    justify-content: center;
}


/* Cornerstone-04/bitter-impala-54 */
#MenuPrincipal .dj-megamenu-default li.itemid1792 div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(1) .mainBox .btn-lst a {
	padding: 15px 20px;
    font-size: 11px;
    background: #ff4239;
	transition: .5s linear;
	-webkit-transition: .5s linear;
	-moz-transition: .5s linear;
	-o-transition: .5s linear;
	overflow: hidden;
	position: relative;
}


#MenuPrincipal .dj-megamenu-default li.itemid1792 div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(1) .mainBox .btn-lst a:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	border-bottom: 2px solid transparent;
	border-left: 2px solid transparent;
	box-sizing: border-box;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
}

#MenuPrincipal .dj-megamenu-default li.itemid1792 div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(1) .mainBox .btn-lst a:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	border-top: 2px solid transparent;
	border-right: 2px solid transparent;
	box-sizing: border-box;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
}

#MenuPrincipal .dj-megamenu-default li.itemid1792 div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(1) .mainBox .btn-lst a:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	color: #fff;
}

#MenuPrincipal .dj-megamenu-default li.itemid1792 div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(1) .mainBox .btn-lst a:hover:before {
	border-color: #a8271f;
	height: 100%;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transition: .3s transform linear, .3s height linear .3s;
	-webkit-transition: .3s transform linear, .3s height linear .3s;
	-moz-transition: .3s transform linear, .3s height linear .3s;
	-o-transition: .3s transform linear, .3s height linear .3s;
}

#MenuPrincipal .dj-megamenu-default li.itemid1792 div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(1) .mainBox .btn-lst a:hover:after {
	border-color: #a8271f;
	height: 100%;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transition: .3s transform linear, .3s height linear .5s;
	-webkit-transition: .3s transform linear, .3s height linear .5s;
	-moz-transition: .3s transform linear, .3s height linear .5s;
	-o-transition: .3s transform linear, .3s height linear .5s;
}


#MenuPrincipal .dj-megamenu-default li.itemid1792 div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(4) {
    height: 100%;
    display: flex;
    position: absolute;
    right: 0;
	padding: 0;
    align-items: center;
    justify-content: center;
	text-align: center;
}

#MenuPrincipal .dj-megamenu-default li.itemid1792 div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(4) [aria-label="SaÃºde"] {
	height: 100%;
	width: 100%;
	background: #cad4b8;
    padding: 55px 0;
    margin: 0;
}

#MenuPrincipal .dj-megamenu-default li.itemid1792 div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(4) .mainBox {
	display: flex;
    flex-direction: column;
    align-items: center;
}

#MenuPrincipal .dj-megamenu-default li.itemid1792 div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(4) .mainBox .dj-icon {
	max-width: 225px;
}

#MenuPrincipal .dj-megamenu-default li.itemid1792 div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(4) .mainBox .image-title .type {
display: block;
    font-family: 'Chivo-Bold', sans-serif;
    font-weight: normal;
    color: #333333;
}

#MenuPrincipal .dj-megamenu-default li.itemid1792 div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(4) .mainBox .image-title .dsc {
    font-family: 'Chivo-Regular', sans-serif;
    font-weight: normal;
    color: #333333;
}

#MenuPrincipal .dj-megamenu-default li.itemid1792 div.dj-subwrap .dj-subwrap-in .dj-subcol ul.dj-submenu>li>a {
	color: #1a1a1a;
	font-family: 'Chivo-Bold', sans-serif;
    font-weight: normal;
    font-size: clamp(18px, 12.0256px + 0.6237vw, 24px);
    line-height: 50px;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
}

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

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

#MenuPrincipal .dj-megamenu-default li.itemid1792 div.dj-subwrap .dj-subwrap-in .dj-subcol ul.dj-submenu>li>a:after {
	content:'';
	position: absolute;
	left: 20px;
	bottom: 0;
	height: 3px;
	width: 85px;
	background: #e23e33;
}

#MenuPrincipal .dj-megamenu-default li ul.dj-subtree>li {
	list-style: unset;
}

#MenuPrincipal .dj-megamenu-default li ul.dj-subtree {
	margin: 0 0 0 0 !important;
}

#MenuPrincipal .dj-megamenu-default li ul.dj-subtree>li>a {
	width: fit-content;
	font-family: 'Chivo-Regular', sans-serif;
	font-weight: normal;
	color: #1d1d1b;
	padding: 10px 20px;
    margin-bottom: 3px;
	border-radius: 50px;
	border: 1px solid transparent;
    font-size: clamp(14px, 13px + 0.1924vw, 17px);
    line-height: 1;
}

#MenuPrincipal .dj-megamenu-default li ul.dj-subtree>li>a.hideItem {
	display: none;
}

#MenuPrincipal .dj-megamenu-default li ul.dj-subtree>li>a.active {
	text-decoration: underline !important;
}

#MenuPrincipal .dj-megamenu-default li ul.dj-subtree>li>a:hover {
	/*color: #ff4239;*/
    border: 1px solid #ff4239;
}

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

#MenuPrincipal .dj-megamenu-default li ul.dj-subtree>li.active.alias>a:hover {
	color: #ff4239;
    border: 1px solid #ff4239;
}

#MenuPrincipal .dj-megamenu-default small.subtitle {
	display: none;
}

#MenuPrincipal .dj-megamenu-default li ul.dj-submenu>li>a {
	color: #1a1a1a;
	font-family: 'Chivo-Bold', sans-serif;
    font-weight: normal;
    font-size: clamp(18px, 12.0256px + 0.6237vw, 24px);
    line-height: 1.1;
	margin: 0;
    margin-bottom: 10px;
    position: relative;
}

/* --- (Presidente) - Menu Only Version --- */
#MenuPrincipal .dj-megamenu-default li ul.dj-submenu>li.itemid804>a {
    padding: 0;
    margin: 0;
}

#MenuPrincipal .dj-megamenu-default li ul.dj-submenu>li.itemid804>a .dj-icon {
    box-shadow: 0px 15px 0px 0px #ff4239;
    display: block;
    border-radius: 15px 15px 15px 15px;
    width: 100%;
    max-height: unset;
    float: unset;
    margin: 0;
}

#MenuPrincipal .dj-megamenu-default li ul.dj-submenu>li.itemid804>a .image-title {
	display: block;
    margin: 50px 0 35px 0;
    text-align: center;
}

#MenuPrincipal .dj-megamenu-default li ul.dj-submenu>li.itemid804>a .image-title .name {
	color: #000000;
    font-family: 'Chivo-Bold', sans-serif;
    margin-bottom: 14px;
    font-size: clamp(16px, 12px + 0.4158vw, 20px);
    display: block;
}

#MenuPrincipal .dj-megamenu-default li ul.dj-submenu>li.itemid804>a .image-title .subtitle {
	font-family: 'Chivo-Regular', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #000000;
    display: block;
}

#MenuPrincipal .dj-megamenu-default li ul.dj-submenu>li.itemid1953,
#MenuPrincipal .dj-megamenu-default li ul.dj-submenu>li.itemid1954 {
	border-top: none;
}

#MenuPrincipal .dj-megamenu-default li ul.dj-submenu>li.itemid1953>a,
#MenuPrincipal .dj-megamenu-default li ul.dj-submenu>li.itemid1954>a {
    display: block;
    padding: 15px 30px;
    margin-bottom: 20px !important;
    font-family: 'Chivo-Bold', sans-serif;
    font-size: clamp(14px, 12px + 0.2079vw, 16px);
    border-radius: 50px;
    box-shadow: 0px 4px 5px 1px #00000030;
    text-align: center;
}

#MenuPrincipal .dj-megamenu-default li ul.dj-submenu>li.itemid1953>a {
	background: #ff4239 !important;
	color: #ffffff;
}

#MenuPrincipal .dj-megamenu-default li ul.dj-submenu>li.itemid1954>a {
	background: #ffe26c !important;
    color: #000000;
}

/* --- */

#MenuPrincipal .dj-megamenu-default li div.dj-subwrap.single_column ul.dj-submenu>li>a {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Chivo-Regular', sans-serif;
    font-weight: normal;
    color: #1a1a1a;
    font-size: clamp(14px, 13px + 0.1924vw, 17px);
    line-height: 1.1;
	text-transform: none;
}

#MenuPrincipal .dj-megamenu-default li div.dj-subwrap.single_column ul.dj-submenu>li>a:hover {
	color: #ff4239;
	text-decoration: underline;
}

#MenuPrincipal .dj-megamenu-default li.itemid455 ul.dj-submenu > li.first .mainBox {
	text-align: center;
}

#MenuPrincipal .dj-megamenu-default li.itemid455 ul.dj-submenu > li.first .mainBox .presidente-item img {
	box-shadow: 0px 15px 0px 0px #ff4239;
	display: block;
    border-radius: 15px 15px 15px 15px;
}

#MenuPrincipal .dj-megamenu-default li.itemid455 ul.dj-submenu > li.first .mainBox .presidente-item span.image-title {
	display: block;
	margin: 50px 0 35px 0;
}

#MenuPrincipal .dj-megamenu-default li.itemid455 ul.dj-submenu > li.first .mainBox .presidente-item span.image-title .name {
	color: #000000;
    font-family: 'Chivo-Bold', sans-serif;
    margin-bottom: 14px;
    font-size: clamp(16px, 12px + 0.4158vw, 20px);
    display: block;
}

#MenuPrincipal .dj-megamenu-default li.itemid455 ul.dj-submenu > li.first .mainBox .presidente-item span.image-title .subtitle {
    font-family: 'Chivo-Regular', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #000000;
}

#MenuPrincipal .dj-megamenu-default li.itemid455 ul.dj-submenu > li.first .mainBox .btn-lst a:nth-child(1) {
	background: #ff4239;
    display: block;
    padding: 15px 30px;
    margin-bottom: 20px !important;
    font-family: 'Chivo-Bold', sans-serif;
    font-size: clamp(14px, 12px + 0.2079vw, 16px);
    color: #ffffff;
    border-radius: 50px;
	box-shadow: 0px 4px 5px 1px #00000030;
}

#MenuPrincipal .dj-megamenu-default li.itemid455 ul.dj-submenu > li.first .mainBox .btn-lst a:nth-child(2) {
	background: #ffe26c;
    display: block;
    padding: 15px 30px;
    font-family: 'Chivo-Bold', sans-serif;
    font-size: clamp(14px, 12px + 0.2079vw, 16px);
    color: #000000;
    border-radius: 50px;
	box-shadow: 0px 4px 5px 1px #00000030;
}

/* --- */
#g-navigation .g-grid:nth-child(5) {
	width: 95%;
    margin: auto;
}

#barraMobile {
	display: none;
}

#barraMobile .g-content {
	margin: 0;
	padding: 10px 0;
}

#barraMobile .mainBar {
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
}

#barraMobile .mainBar .partilha {
	display: none;
	height: 50px;
}

#barraMobile .mainBar .menuMain {
    display: inline-flex;
    height: 50px;
    align-items: center;
}

#barraMobile .mainBar .partilha > div {
	display: inline-block;
	height: 50px;
}

#barraMobile .mainBar .partilha a {
    display: inline-block;
    height: 100%;
	width: auto;
}

#barraMobile .mainBar .partilha svg {
	height: 100%;
    width: auto;
	padding: 15px 5px;
}

#barraMobile .mainBar svg path {
    fill: #1d1d1b;
	stroke: unset;
}

#barraMobile .mainBar #mobileBar {
    display: inline-flex;
    height: 50px;
    align-items: center;
	margin: 0 10px 0 30px;
}

#barraMobile .mainBar #mobileBar .botao {
	cursor: pointer;
}

#barraMobile .mainBar #mobileBar .botao.menuMobile {
    width: 35px;
    height: 35px;

}

#barraMobile .mainBar #mobileBar .botao.hideMenuMobile {
	display: none;
    width: 35px;
    height: 35px;
}

#barraMobile .mainBar #mobileBar .botao svg {
    width: 35px;
    height: 35px;
}

/* --- g-mainbar --- */

/* --- */
.loader {
    text-align: center;
}

/*.loader img {
    width: 170px;
}*/
.lds {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #e74c3c;
  background: -moz-linear-gradient(left, #e74c3c 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #e74c3c 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #e74c3c 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #e74c3c 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #e74c3c 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.lds:before {
  width: 50%;
  height: 50%;
  background: #e74c3c;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.lds:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* --- */
#partilha {
	z-index: 3;
}

/* --- */

#g-mainbar .detalheNoticia .item-image {
    float:none;
    margin-left:0;
    margin-bottom:0;
    text-align:center;
}

#g-mainbar .detalheNoticia .pull-none.item-image {
    margin-bottom:25px;
}

#g-mainbar .detalheNoticia .item-image img {
    max-width:100%;
    width:auto;
    max-height:none;
}

#g-mainbar .detalheNoticia .class2, #g-mainbar .detalheNoticia .class3, #g-mainbar .detalheNoticia .class4, #g-mainbar .detalheNoticia .class5, #g-mainbar .detalheNoticia .class6, #g-mainbar .detalheNoticia .class7 {
    margin-top:50px;
}

#g-mainbar .detalheNoticia .descricao.w50 {
    width:60%;
    display:inline-block;
    vertical-align:top;
    padding-right:3%;
}

#g-mainbar .detalheNoticia .item.w50 {
    width:39%;
    display:inline-block;
    vertical-align:top;
    padding-left:3%;
}

#g-mainbar .detalheNoticia .item {
    height:auto;
}

#g-mainbar .detalheNoticia .item.press, #g-mainbar .detalheNoticia .pressRelease {
    text-align:center;
}

#g-mainbar .detalheNoticia .item.press .desc.pressRelease, #g-mainbar .detalheNoticia .pressRelease .item {
    display:inline-block;
    vertical-align:top;
    padding: 10px;
}

#g-mainbar .detalheNoticia .desc.pressRelease iframe, #g-mainbar .detalheNoticia .pressRelease .item iframe {
    width:500px !important;
}

#g-mainbar .detalheNoticia .pressRelease {
    margin-top:50px;
}

#g-mainbar .detalheNoticia .item.press .desc.pressRelease {
    margin-top:0;
}

#g-mainbar .detalheNoticia .multipleImages, #g-mainbar .detalheNoticia .multipleImages50 {
    margin-top:50px;
}

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

#g-mainbar .detalheNoticia .video .item {
    width:auto;
}

#g-mainbar .detalheNoticia .video iframe {
    height: 340px;
    width: 600px;
}

#g-mainbar .detalheNoticia .descricao.allContent {
    width: 100%;
    padding:0 0 20px 0;
    display:block;
}

#g-mainbar .detalheNoticia .item.allContent {
    width: 100%;
    padding:0;
    display:block;
}

#g-mainbar .detalheNoticia .item.allContent .item-image, #g-mainbar .detalheNoticia .item.press.allContent .desc.pressRelease {
    display: inline-block;
    width: 49.5%;
    vertical-align: top;
    text-align:center;
}

#g-mainbar .detalheNoticia .item.press.allContent .desc.pressRelease iframe {
    margin: 0 auto 12px auto !important;
}

#google_translate_element2, .skiptranslate {
    display: none!important;
}

#documentos .content-docs .clearFilter {
    background: #ffe26c;
	border-radius: 25px;
    color: #000 !important;
    padding: 5px 0;
    display: block;
    position: relative;
    margin-top: 20px;
    width: 100px;
    text-align: center !important;
    font-size: 15px !important;
    cursor: pointer;
}

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

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

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

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

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

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

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

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

.mobile {
    display:none;
}

.contentDocs .mobile {
    position: absolute;
    top: 0px;
    background: #f6f6f6;
    height: 50px;
    width: 100%;
    left: 0;
    padding-top: 5px;
    padding-left: 0px;
}

.contentDocs .searchButton {
	background: #fff;
    border-radius: 25px;
    width: auto;
    display: inline-block;
    padding: 5px 10px;
    margin: 3px;
    font-family: 'Chivo-Regular', sans-serif;
    color: #000;
    border: 1px solid #000;
    cursor: pointer;
}

.filterNews .sideFilter .form-group:nth-child(3) {
    display:none;
}

.filterNews .mobile {
    position: fixed;
    top: 100px;
    background: #f6f6f6;
    height: 50px;
    width: 100%;
    left: 0;
    padding-top: 9px;
    padding-left: 10px;
}

.filterNews .searchButton {
    margin-top: 3px;
    background: #000;
    border-radius: 25px;
    width: auto;
    display: inline-block;
    padding: 5px 10px;
    font-family: 'Chivo-Regular', sans-serif;
    color: #fff;
}

.filterNews .pagecontent u {
    text-decoration:none;
}

.filterNews .pagecontent .pagination .page {
    border: 1px solid #000;
	border-radius: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color:#fff;
    color:#000;
    cursor:pointer;
    font-family: 'Chivo-Medium', sans-serif;
}

.filterNews .pagecontent .pagination .backward, .filterNews .pagecontent .pagination .forward {
    border: 1px solid #000;
	border-radius: 25px;
    padding: 0 10px;
    width: auto;
    height: 30px;
    line-height: 30px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color:#fff;
    color:#000;
    cursor:pointer;
    font-family: 'Chivo-Medium', sans-serif;
}

.filterNews .pagecontent .pagination .page.active, .filterNews .pagecontent .pagination .page:hover, .filterNews .pagecontent .pagination .backward.inactive, .filterNews .pagecontent .pagination .forward.inactive, .filterNews .pagecontent .pagination .backward:hover, .filterNews .pagecontent .pagination .forward:hover {
    background-color:#e74c3c;
    border: 1px solid #e74c3c;
    color:#fff;
    font-weight:bold;
}

.filterNews .pagecontent ul {
    margin: 0;
}

.filterNews .pagecontent ul li {
    margin: 0;
    font-weight: normal;
}

.filterNews .pagecontent .pagination .backward.inactive {
    border-right:1px solid #fff;
}

.filterNews .pagecontent .pagination .forward.inactive {
    border-left:1px solid #fff;
}


.closeSearch {
	background: #000 !important;
    width: auto;
    padding: 5px 10px;
    border-radius: 25px;
    font-family: 'Chivo-Regular', sans-serif;
    color: #fff;
    margin-top: 20px;
    margin-left: 20px;
	cursor: pointer;
}

.joomla_sharethis {
    text-align:center;
}   

.disabled {
    opacity: 0.5;
}

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

.itemid-1250 #g-mainbar #Formulario .g-content {
    text-align: center;
}

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

.itemid-1249 #multimediaTab #ano2019, .itemid-1248 #multimediaTab #ano2018, .itemid-1247 #multimediaTab #ano2017 {
	background: #e74c3c;
    border: 1px solid #e74c3c;
    color: #ffffff;
}

#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: 400px;
}

#partilha {
    width: auto;
    position: absolute;
	right: 0;
    text-align: right;
}

#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: 0;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    opacity: 1;
    overflow: hidden;
    width: 28px;
    background: #414146 !important;
    padding: 3px;
}

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

#g-sidebar {
	display: inline;
}

#g-sidebar > .g-grid {
	display: inline;
}

/* --- */
#menuLateral {
    background: transparent;
    position: sticky;
    top: 200px;
    max-height: calc(100vh - 200px);
    width: 100%;
    overflow-y: overlay;
    overflow-x: hidden;
    scrollbar-gutter: stable;
}

#menuLateral ul.menu {
    background: transparent;
    padding: 0;
    border: unset;
    outline: unset;
    box-shadow: unset;
}

/* --- Globals --- */
#menuLateral ul.menu li.accordeonck > span {
	width: auto;
	margin-bottom: 5px;
	margin-right: clamp(10px, -48px + 4.8611vw, 45px);
	border-radius: 50px;
}

#menuLateral ul.menu li.accordeonck > span a {
	/*font-size: clamp(12px, 9px + 0.2778vw, 14px);*/
	font-size: 12px;
}

#menuLateral ul.menu li.parent > span span.toggler_icon {
	width: 15px;
    margin-right: 15px;
}

/* --- (level1) --- */
#menuLateral ul.menu li.accordeonck.hideItem {
	display: none;
}

#menuLateral ul.menu li.level1:not(.active) {
	display: none;
}

#menuLateral ul.menu li.level1 > span {
	
}

#menuLateral ul.menu li.level1.active > span {
	padding-right: 30px;
	pointer-events: none;
	background: #1d1d1b;
	border: 1px solid #1d1d1b;
}

#menuLateral ul.menu li.level1 > span span.toggler_icon {
}

#menuLateral ul.menu li.level1 > span a {
	margin-right: 30px;
    padding: 10px 0 10px 25px;
	color: #fff;
}

#menuLateral ul.menu li.level1 > span span.toggler_icon {
	background-image: url(/images/SVG/seta_down_white.svg) !important;
	background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	width: 10px;
}

#menuLateral ul.menu li.level1.open > span span.toggler_icon {
	background-image: url(/images/SVG/seta_up_white.svg) !important;
	background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	width: 10px;
}

/* --- Prémio Literário Horácio Bento Gouveia --- */
/*.itemid-1745 #menuLateral ul.menu li.level1#item-1457.active {
	display: none;
}*/

/* --- (level2) --- */
#menuLateral ul.menu li.level1 > ul.accordeonck li.level2 > span,
#menuLateral ul.menu li.level1 > ul.accordeonck li.level2.open:not(.active) > span {
	margin-left: clamp(10px, -7px + 1.3889vw, 20px);
	background: transparent;
    border: 1px solid #ff4239;
}

#menuLateral ul.menu li.level1 > ul.accordeonck li.level2.open > span {
	background: transparent;
    border: 1px solid #ff4239;
}

#menuLateral ul.menu li.level1 > ul.accordeonck li.level2.active > span {
	background: #ff4239;
    border: 1px solid #ff4239;
}

#menuLateral ul.menu li.level1 > ul.accordeonck li.level2 > span a {
	margin-right: 30px;
    padding: 10px 0 10px 25px;
	color: #000;
}


#menuLateral ul.menu li.level1 > ul.accordeonck li.level2.active > span a {
	color: #fff;
}

#menuLateral ul.menu li.level1 > ul.accordeonck li.level2 > span span.toggler_icon {
	background-image: url(/images/SVG/seta_down_white.svg) !important;
	background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	width: 10px;
}

#menuLateral ul.menu li.level1 > ul.accordeonck li.level2.open > span span.toggler_icon {
	background-image: url(/images/SVG/seta_up_white.svg) !important;
	background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 10px;
}

#menuLateral ul.menu li.level1 > ul.accordeonck li.level2 > span span.toggler_icon {
	background-image: url(/images/SVG/seta_down_white.svg) !important;
	background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	width: 10px;
}

#menuLateral ul.menu li.level1 > ul.accordeonck li.level2:not(.active) > span span.toggler_icon {
	background-image: url(/images/SVG/seta_down_black.svg) !important;
	background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	width: 10px;
}

#menuLateral ul.menu li.level1 > ul.accordeonck li.level2.open:not(.active) > span span.toggler_icon {
	background-image: url(/images/SVG/seta_up_black.svg) !important;
	background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 10px;
}

/* --- (level3) --- */
#menuLateral ul.menu li.level1 > ul.accordeonck li.level2 > ul.accordeonck li.level3 > span {
	margin-left: clamp(20px, -13px + 2.7778vw, 40px);
	background: #fff3c4;
    border: 1px solid #fff3c4
}

#menuLateral ul.menu li.level1 > ul.accordeonck li.level2 > ul.accordeonck li.level3.active > span {
	background: #ffe16c;
    border: 1px solid #ffe16c;
}

#menuLateral ul.menu li.level1 > ul.accordeonck li.level2 > ul.accordeonck li.level3 > span a {
	margin-right: 30px;
    padding: 10px 0 10px 25px;
	color: #000;
}

#menuLateral ul.menu li.level1 > ul.accordeonck li.level2 > ul.accordeonck li.level3 > span span.toggler_icon {
	background-image: url(/images/SVG/seta_down_black.svg) !important;
	background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	width: 10px;
}

#menuLateral ul.menu li.level1 > ul.accordeonck li.level2 > ul.accordeonck li.level3.open > span span.toggler_icon {
	background-image: url(/images/SVG/seta_up_black.svg) !important;
	background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 10px;
}

/* --- (level4) --- */
#menuLateral ul.menu li.level1 > ul.accordeonck li.level2 > ul.accordeonck li.level3 > ul.accordeonck li.level4 > span {
	margin-left: clamp(40px, 7px + 2.7778vw, 60px);
	border: 1px solid #c6c6c6;
}

#menuLateral ul.menu li.level1 > ul.accordeonck li.level2 > ul.accordeonck li.level3 > ul.accordeonck li.level4.active > span {
	background: #c6c6c6;
    border: 1px solid #c6c6c6;
}

#menuLateral ul.menu li.level1 > ul.accordeonck li.level2 > ul.accordeonck li.level3 > ul.accordeonck li.level4 > span a {
	margin-right: 30px;
    padding: 10px 0 10px 25px;
	color: #000;
}

#menuLateral ul.menu li.level1 > ul.accordeonck li.level2 > ul.accordeonck li.level3 > ul.accordeonck li.level4 > span span.toggler_icon {
	background-image: url(/images/SVG/seta_down_black.svg) !important;
	background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	width: 10px;
}

#menuLateral ul.menu li.level1 > ul.accordeonck li.level2 > ul.accordeonck li.level3 > ul.accordeonck li.level4.open > span span.toggler_icon {
	background-image: url(/images/SVG/seta_up_black.svg) !important;
	background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 10px;
}

/* --- (level5) --- */
#menuLateral ul.menu li.level1 > ul.accordeonck li.level2 > ul.accordeonck li.level3 > ul.accordeonck li.level4 > ul.accordeonck li.level5 > span {
	margin-left: clamp(60px, 27px + 2.7778vw, 80px);
	border: 1px solid #f1f1f1;
}

#menuLateral ul.menu li.level1 > ul.accordeonck li.level2 > ul.accordeonck li.level3 > ul.accordeonck li.level4 > ul.accordeonck li.level5.active > span {
	background: #f1f1f1;
    border: 1px solid #f1f1f1;
}

#menuLateral ul.menu li.level1 > ul.accordeonck li.level2 > ul.accordeonck li.level3 > ul.accordeonck li.level4 > ul.accordeonck li.level5 > span a {
	margin-right: 30px;
    padding: 10px 0 10px 25px;
	color: #000;
}

#menuLateral ul.menu li.level1 > ul.accordeonck li.level2 > ul.accordeonck li.level3 > ul.accordeonck li.level4 > ul.accordeonck li.level5 > span span.toggler_icon {
	background-image: url(/images/SVG/seta_down_black.svg) !important;
	background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	width: 10px;
}

#menuLateral ul.menu li.level1 > ul.accordeonck li.level2 > ul.accordeonck li.level3 > ul.accordeonck li.level4 > ul.accordeonck li.level5.open > span span.toggler_icon {
	background-image: url(/images/SVG/seta_up_black.svg) !important;
	background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 10px;
}

/* --- */
#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: #e74c3c;
    border: 1px solid #e74c3c;
    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 #e74c3c;
}

#EcoIdeia:hover path {
	fill:#e74c3c;	
}

#EcoIdeia:hover .text {
	color:#e74c3c;		
}

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

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

#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: 'Chivo-Bold',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;
}

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

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

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

#buttonMenu button:hover {
    color: #000;
    background: #ffe26c;
}

#altura {
	height: 175px;
}

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

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

#breadcrumb {
    margin: 0 auto;
    z-index: 0;
    position: relative;
}

#breadcrumb .g-content {
    padding: 0 !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 {
    padding: 10px 15px !important;
	margin: auto;
	background-color: #fff6d3 !important;
	border-radius: 0;
}

.breadcrumb span, .breadcrumb li, .breadcrumbbread span, .breadcrumbbread li {
    display: inline-block;
    color: #1d1d1b;
    font-size: 12px;
    vertical-align: baseline;
    font-family: 'Chivo-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;
}


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


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

#g-container-main {
    width: 100%;
    margin: 0 auto;
    background-image: url(/images/MenuTopo/Background_01.jpg);
    background-position: center;
    background-size: cover;
	padding-bottom: 75px;
}

#g-container-main .size-10 {
    -webkit-flex: 0 25%;
    -moz-flex: 0 25%;
    -ms-flex: 0 25%;
    flex: 0 25%;
    width: 25%;
    background: #fff;
	box-shadow: 3px 3px 12px 2px #0000000f;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 30px;
}

#g-container-main .size-80 {
    -webkit-flex: 0 75%;
    -moz-flex: 0 75%;
    -ms-flex: 0 75%;
    flex: 0 75%;
    width: 75%;
	max-width: calc(1350px + (100% - 1600px) / 2);
    padding-right: calc((100% - 1600px) / 2);
	margin: auto;
}

#g-container-main .size-80 #g-mainbar {
	padding: 50px 0px 0 50px;
}

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

#g-container-main .size-10 button {
    display: block;
    width: 90%;
    outline: none;
    padding: 10px;
    margin: 0 auto 20px auto;
    background: #e74c3c;
    border: 2px solid #e74c3c;
    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;
}

/* --- */
.itemid-1182 #PageContent {
	display: none;
}

.itemid-1733 #PageContent {
	display: none;
}

.itemid-1953 #PageContent {
	display: none;
}

#PageContent .platform-content.container {
	padding: 0;
}

#PageContent .com-content-article__body {
	box-shadow: 3px 3px 12px 2px #0000000f;
	background: #fff;
	padding: 50px;
}

#g-mainbar .span12 {
    background: transparent;
    padding: 20px 50px;
    margin-bottom: 90px;
}
#g-mainbar .page-header {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    border-bottom: 0;
}

#g-mainbar .page-header h1, #g-mainbar .page-header h2, #corpo #titulo, #corpo h2, #NewsPage h2, #NewsPage h3 {
    line-height: 1.2;
    background: transparent;
    border: 0px;
    font-size: 36px;
    color: #e74c3c;
    z-index: 1;
    position: relative;
    width: 80%;
    font-family: 'Chivo-Bold', sans-serif;
    margin: 0;
    padding-bottom: 0;
}

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

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

#corpo .listaDocumentos div {
    background: #ffe26c;
    padding: 5px;
    font-family: 'Chivo-Bold',sans-serif;
    color: #000;
}

#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;
	margin-top:20px;
}

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

#corpo .multipleImages50 img, #news .multipleImages50 img {
	max-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;
    padding-right: 25px;
}

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

#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: #1d1d1b;
}

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


#corpo p:nth-child(1) {
    color: #1d1d1b;
    text-align: left;
    font-family: 'Chivo-Regular', sans-serif;
    font-size: 16px;
    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: 'Chivo-Medium',sans-serif;
    margin-top: 50px;
}

#corpo img {
    float: none;
    margin: 15px 0;
    display: block;
}
.itemid-1715 #corpo img {
    float: none;
    margin: 15px auto;
    display: block;
}

#g-mainbar {
    color: #1d1d1b;
    background: transparent;
    position: relative;
}

#g-mainbar {
    min-height: 500px;
}

::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 p, #g-mainbar ul, #g-mainbar ol, #g-mainbar span {
	color: #1d1d1b;
    text-align: justify;
    font-family: 'Chivo-Regular', sans-serif;
	font-size: 16px;
}

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

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

#g-mainbar .item-image {
    margin-bottom: 25px;
    text-align: center;
}

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

#g-mainbar .principal a {
	color: #e74c3c;
}

#g-mainbar .buttonLink {
    display: inline-block;
    background: #ffe26c;
    border: 1px solid #ffe26c;
    padding: 10px;
    color: #000;
    font-family: 'Chivo-Regular',sans-serif;
    margin-left: 1%;
    text-align:center;
}

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

#g-mainbar .buttonLink:hover {
    background: #fff;
    color: #1d1d1b;
}

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

.itemid-474 #corpo .w60 {
    width:60%;
    display:inline-block;
    vertical-align:top;
    padding: 0 20px 0 0;
}

.itemid-474 #corpo .w40 {
    width:39%;
    display:inline-block;
    vertical-align:top;
}

.itemid-474 .w40 #tab {
    text-align: right;
    margin-top: 0;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 5px;
}

.itemid-474 .w40 button {
    outline: none;
    font-size: 30px;
    padding: 0;
    width: 45px;
    height: 45px;
    padding-top: 5px;
}

.itemid-474 .w40 #face {
    background: #009ee0;
    color: #fff;
}

.itemid-474 .w40 #twitter, .itemid-474 .w40 #instagram {
    background: #f1f1f1;
    color: #2d2d2d;
}

#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: 'Chivo-Medium',sans-serif;
}

.itemid-825 mark {
    background-color: #ffe26c;
    font-weight: bold;
    color: #000;
    padding: 0 5px;
}

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

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

.itemid-825 #search-form #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;
}

#search-form form {
    background: #e1e1e1;
    padding: 50px;
}

.finder #search-form .btn {
    width: 14%;
    color:#000;
    background: #ffe26c;
    border-radius: 0px;
    margin-top: 0px;
    font-family: 'Chivo-Medium',sans-serif;
    font-size: 17px;
    border: 1px solid #ffe26c;
    padding: 6px 3px;
    text-align: center;
    opacity: 1;
    outline: none;
}

.finder #search-form .btn .icon-search {
    display:none;
}

.finder #search-form .btn:hover {
    width: 14%;
    background: #fff;
    border-radius: 0px;
    margin-top: 0px;
    padding: 6px 3px;
	color: #1d1d1b !important;
}

.finder #search-form .awesomplete {
    width:85%;
}

.finder #search-form input.js-finder-search-query {
    height: 40px;
    border-radius: 0px;
    margin: 0;
    border: 1px solid #ffe26c;
    width: 100% !important;
    padding: 22px;
    font-size: 22px;
    color: #1d1d1b;
    background: #fff;
    font-family: 'Chivo-Regular',sans-serif;
}

.finder #search-form input.js-finder-search-query:focus {
    box-shadow:none;
}

#search-results {
    margin: 0 auto;
}

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

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

#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 p.result__title {
    margin: 1rem 0;
    line-height: 1;
    text-align: left;
    font-family: 'Chivo-Medium',sans-serif;
    font-size: 25px;
    color: #1d1d1b;
}

#search-results p.result__title a, #search-results p.result__title a:hover {
	color:#1d1d1b;
}

#search-results p.result__title a span, #search-results p.result__title a:hover span {
	color:#1d1d1b;
}

#search-results .result__title-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: 'Chivo-Regular',sans-serif;
}

#search-results .pagination ul > li > a {
    border: 1px solid #1d1d1b;
    background: #e1e1e1;
    color: #1d1d1b;
    font-family: 'Chivo-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: 3;
    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;
}

.itemid-559 #shareButton {
	top: 32px;
}

#shareButton .g-content, .itemid-559 #share .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;
}

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

.articleBody {
    margin: 0 50px;
}

#g-mainbar .item-image img {
    width: fit-content;
}

#g-mainbar figure.item-image img {
    max-width: 400px;
    max-height: 380px;
}

/**/

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

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


.blog {
    display: none !important;
}


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

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

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

#Freguesias .sideright {
	border-left: 0px dashed rgba(0, 0, 0, 0.42);
}

g#Elementos {
    display: none;
}

#Freguesias svg {
    margin-bottom: 0;
    margin-top: 0;
    height: 80%;
}

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

#Freguesias svg path {
    stroke: #0061c2;
}

.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: #e74c3c;
}

.nomeContacto, #nomeid {
    font-size: 23px;
    font-family: 'Chivo-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: 200px;
	display: inline-block;
	vertical-align: middle;
	text-align:center;
}

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

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

.info.freguesia {
    display: block;
}

.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: 'Chivo-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: 'Chivo-Medium',sans-serif;
    font-size: 15px;
    padding: 5px 10px;
	border: 0px;
}

.membro .tab button.information {
    background: #ffe26c;
    color: #000;
}

.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: 'Chivo-Thin',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: 'Chivo-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;
}

/**/

/*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 {
    margin: 0 50px;
    display:none;
    text-align: right !important;
}

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

.itemid-825 #search-results .pagination ul>li>span {
    background: #ffe26c;
    border: 1px solid #1d1d1b;
    color: #000 !important;
    opacity: 1;
    font-family: 'Chivo-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: #e1e1e1;
    color: #fff !important;
    font-family: 'Chivo-Regular',sans-serif;
    font-weight: 100;
    border: 1px solid #1d1d1b;
    font-size: 12px;
    border-radius: 0;
    line-height: 1.2;
}

.pager.pagenav a:hover {
	background: #fff;
	color: #1d1d1b !important;
}

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

td {
    border: 1px solid #e74c3c;
    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 #e74c3c;
}

.bold {
    font-weight:bold;
}

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

/**/

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

.itemid-469 #corpo li a {
    color: #2d2d2d;
}

.itemid-469 #corpo li a:hover {
    color: #009ee0;
	text-decoration: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;
}

/*.2row {
    padding-left: 3rem !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}*/

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

.itemid-806 .foto, .itemid-518 .foto {
	text-align:centeR;
}

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

.itemid-564 .page-header h2 {
    padding-bottom: 0;
}

.itemid-564 .thumbnail.pull-right {
    margin: 50px 0 0 0;
    float: none;
    border: 0px;
    padding: 0;
	box-shadow: none;
	width: 30%;
    display: inline-block;
    vertical-align: middle;
}

.itemid-564 .well {
    min-height: 20px;
    padding: 19px 45px;
    margin-bottom: 0;
}

.itemid-564 .btn-primary, .itemid-985 .btn-primary {
	background: #009ee0;
    color: white !important;
    border: 1px solid #009ee0;
	font-size: 18px;
    padding: 10px 20px;
	-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;
}

.itemid-564 .btn-primary:hover, .itemid-985 .btn-primary:hover {
    background: white;
    color: #009ee0 !important;
    border: 1px solid #009ee0;
}

.itemid-564 .contact .contact-address {
    margin: 0;
    display: none;
}

.itemid-564 .contact-form {
    width: 69%;
    display: inline-block;
    vertical-align: top;
}

.protectedby {
	display: none !important;
}

.itemid-564 #contact-form .controls input {
    border: 0px solid #e7e8ea;
    border-bottom: 2px solid #e1e1e1;
    background: #fff;
    border-radius: 0;
    font-style: italic;
}

.itemid-564 #g-mainbar .page-header {
    margin-top: 0;
}

.itemid-564 .thumbnail > img {
    border-radius: 50%;
    border: 10px solid #f2f2f2;
    width: 80%;
	max-width: 185px;
}

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

.itemid-726 #selects, .itemid-728 #selects {
	display: none;
}

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

#texto a {
	color: #e74c3c;
}

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

#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: 'Chivo-Regular',sans-serif;
    background: #e74c3c;
    color: #fff;
    padding: 5px 20px;
    text-align: center;
    margin: 30px 20px 0 0;
    border: 1px solid #e74c3c;
	border-radius: 25px;
    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: #ffe26c;*/
}



#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-container-main .size-80, .itemid-825 #g-container-main .size-80 {
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
	width: 100%;
    margin: auto;
    padding: 0;
}

.itemid-1182 #mod-custom878.mod-custom {
	text-align: center;
}

.itemid-1182 #g-container-main .size-80 #g-mainbar {
    padding: 50px 50px 25px 50px;
}

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

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

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

.itemid-1182 #g-mainbar .w33 h3 {
    font-family: 'Chivo-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: #e74c3c;
    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;
}

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

.itemid-470 #w50, .itemid-470 .w50 {
    vertical-align: middle;
	text-align: center;
}

.tooltip {
	z-index: 3 !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: 3;
    text-align: right;
}

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

#botoesMobile .Atalhos2 {
    padding: 0;
}

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

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

.membro {
    margin-bottom: 20px;
}

.itemid-530 .nomeContacto {
    font-size: 18px;
    color: #1d1d1b !important;
    font-family: 'theboldfont', sans-serif;
    font-weight: bold;
}

.itemid-817 .nomeContacto {
    font-size: 19px;
    font-weight: bold;
    font-family: 'theboldfont', sans-serif;
    color: #1d1d1b !important;
}

.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: 'Chivo-Medium',sans-serif;
}

/*Documentos*/

.itemid-1061 #g-container-main .size-10 {
	display:none;
}

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

.itemid-1061 #g-container-main .size-80 #g-mainbar  {
    padding: 0;
}

.itemid-1061 #g-mainbar #documentos {
    /*padding: 0 50px;*/
    margin-bottom: 90px;
}

.itemid-1061 #g-container-main .size-80 .g-content {
	margin: 0;
}

#documentos .TreeDocs {
    width: 25%;
	display: inline-block !important;
    background: #fff;
    box-shadow: 3px 3px 12px 2px #0000000f;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
}

#documentos .TreeDocs .tree-list {
	margin-left: -25px;
}

#documentos .TreeDocs .tree-list .catLevel1 {
	
}

#documentos .TreeDocs .tree-list .catLevel1.active {
	
}

#documentos .TreeDocs .tree-list .catLevel1 .level1 {

}

#documentos .TreeDocs .tree-list .catLevel1 span:not(.name) {
	position: relative;
    left: 35px;
}

#documentos .TreeDocs .tree-list .catLevel1 svg {
	position: relative;
    height: 20px;
    width: 20px;
    top: 5px;
}

#documentos .TreeDocs .tree-list .catLevel1 svg path {
	fill: #1d1d1b;
}

#documentos .TreeDocs .tree-list .catLevel1.active svg path {
	fill: #fff;
}

#documentos .TreeDocs .tree-list .catLevel1 .name {
	display: inline-flex;
	max-width: calc(100% - 45px);
    width: 100%;
	background: transparent;
	border: 1px solid #1d1d1b;
    border-radius: 50px;
    padding: 10px 35px;
	margin-left: 0px;
	margin-bottom: 3px;
	color: #1d1d1b;
	font-size: clamp(12px, 5px + 0.5556vw, 16px);
	cursor: pointer;
	text-align: left;
}

#documentos .TreeDocs .tree-list .catLevel1.active .name {
    background: #1d1d1b;
    border: 1px solid #1d1d1b;
	color: #fff;
}
/* --- */

#documentos .TreeDocs .tree-list .catLevel1 .blockCat2 {
	margin-left: 25px;
}

#documentos .TreeDocs .tree-list .catLevel1 .blockCat2 .catLevel2 {
	
}

#documentos .TreeDocs .tree-list .catLevel1 .blockCat2 .catLevel2 span:not(.name) {
	position: relative;
    left: 35px;
}

#documentos .TreeDocs .tree-list .catLevel1 .blockCat2 .catLevel2.active {
	
}

#documentos .TreeDocs .tree-list .catLevel1 .blockCat2 .catLevel2 .level2 {

}
	
#documentos .TreeDocs .tree-list .catLevel1 .blockCat2 .catLevel2 svg {
	position: relative;
    height: 20px;
    width: 20px;
    top: 5px;
}
	
#documentos .TreeDocs .tree-list .catLevel1 .blockCat2 .catLevel2 svg path {
	fill: #1d1d1b;
}
	
#documentos .TreeDocs .tree-list .catLevel1 .blockCat2 .catLevel2.active svg path {
	fill: #1d1d1b;
}
	
#documentos .TreeDocs .tree-list .catLevel1 .blockCat2 .catLevel2 .name {
	display: inline-flex;
	max-width: calc(100% - 45px);
    width: 100%;
	background: transparent;
    border: 1px solid #ff4239;
    border-radius: 50px;
    padding: 10px 35px;
	margin-left: 0px;
	margin-bottom: 3px;
	color: #1d1d1b;
	font-size: clamp(12px, 5px + 0.5556vw, 16px);
	cursor: pointer;
	text-align: left;
}

	
#documentos .TreeDocs .tree-list .catLevel1 .blockCat2 .catLevel2.active .name {
	background: #ff4239;
    border: 1px solid #ff4239;
    color: #fff;
}

#documentos .TreeDocs .tree-list .catLevel1 .blockCat2 .catLevel2.active svg path {
    fill: #fff;
}

/* --- */

#documentos .TreeDocs .tree-list .catLevel1 .blockCat2 .catLevel2 .blockCat3 {
	margin-left: 25px;
}

#documentos .TreeDocs .tree-list .catLevel1 .blockCat2 .catLevel2 .blockCat3 .catLevel3 {
	
}

#documentos .TreeDocs .tree-list .catLevel1 .blockCat2 .catLevel2 .blockCat3 .catLevel3.active {
	
}

#documentos .TreeDocs .tree-list .catLevel1 .blockCat2 .catLevel2 .blockCat3 .catLevel3 {

}

#documentos .TreeDocs .tree-list .catLevel1 .blockCat2 .catLevel2 .blockCat3 .catLevel3 span:not(.name) {
	position: relative;
    left: 35px;
}

#documentos .TreeDocs .tree-list .catLevel1 .blockCat2 .catLevel2 .blockCat3 .catLevel3 svg {
	position: relative;
    height: 20px;
    width: 20px;
    top: 5px;
}
	
#documentos .TreeDocs .tree-list .catLevel1 .blockCat2 .catLevel2 .blockCat3 .catLevel3 svg path {
	fill: #1d1d1b;
}

	
#documentos .TreeDocs .tree-list .catLevel1 .blockCat2 .catLevel2 .blockCat3 .catLevel3.active svg path {
	fill: #1d1d1b;
}
	
#documentos .TreeDocs .tree-list .catLevel1 .blockCat2 .catLevel2 .blockCat3 .catLevel3 .name {
	display: inline-flex;
	max-width: calc(100% - 45px);
    width: 100%;
	background: #fff3c4;
    border: 1px solid #fff3c4;
    border-radius: 50px;
    padding: 10px 35px;
	margin-left: 0px;
	margin-bottom: 3px;
	color: #1d1d1b;
	font-size: clamp(12px, 5px + 0.5556vw, 16px);
	cursor: pointer;
	text-align: left;
}

#documentos .TreeDocs .tree-list .catLevel1 .blockCat2 .catLevel2 .blockCat3 .catLevel3.active .name {
    border: 1px solid #ffe16c;
    background: #ffe16c;
}

/* --- */
#documentos .TreeDocs .tree-list .catLevel1 .blockCat2 .catLevel2 .blockCat3 .catLevel3 .blockCat4 {
	margin-left: 25px;
}

#documentos .TreeDocs .tree-list .catLevel1 .blockCat2 .catLevel2 .blockCat3 .catLevel3 .blockCat4 .catLevel4 svg {
	position: relative;
    height: 20px;
    width: 20px;
    top: 5px;
}

#documentos .TreeDocs .tree-list .catLevel1 .blockCat2 .catLevel2 .blockCat3 .catLevel3.active .blockCat4 .catLevel4 .name {
	display: inline-flex;
	max-width: calc(100% - 45px);
    width: 100%;
	background: transparent;
    border: 1px solid #c6c6c6;
    border-radius: 50px;
    padding: 10px 35px;
	margin-left: 0px;
	margin-bottom: 3px;
	color: #1d1d1b;
	font-size: clamp(12px, 5px + 0.5556vw, 16px);
	cursor: pointer;
	text-align: left;
}

/* --- */
#documentos .contentDocs {
    width: 75%;
    display: inline-block;
    vertical-align: top;
    margin: 0px 0 20px -0.5%;
    padding-left: 50px;
    max-width: calc(1350px + (100% - 1600px) / 2);
    padding-right: calc((100% - 1600px) / 2);
}

#documentos .contentDocs .cats {
    display: inline-flex;
    flex-wrap: wrap;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
}

#documentos .content-docs .item {
	display: flex;
    flex-direction: column;
    align-items: center;
    width: calc((100% - (30px * (4 - 1))) / 4);
    aspect-ratio: 1 / 1;
    background: #fff;
	border-radius: 25px;
	border: 1px solid #dfdfd;
	box-shadow: 0px 0px 0px 0px #ff4239;
	cursor: pointer;
	-webkit-transition: box-shadow 0.5s ease-in-out;
    -moz-transition: box-shadow 0.5s ease-in-out;
    -o-transition: box-shadow 0.5s ease-in-out;
    transition: box-shadow 0.5s ease-in-out;
}

#documentos .content-docs .item:hover {
    box-shadow: 0px 15px 0px 0px #ff4239;	
}

#documentos .content-docs .item .icon {
    width: 85px;
    height: 85px;
	margin: 20% auto 10px auto;
    border-radius: 50%;
    background: #ff4239;
}

#documentos .content-docs .item svg {
	width: 100%;
    height: 100%;
    padding: 20px;
}

#documentos .content-docs .item svg path {
    fill: #ffffff;
    stroke: #fff;
    stroke-width: 5px;
}

#documentos .content-docs .item .catName {
	font-family: 'Chivo-Medium', sans-serif;
    color: #1d1d1b;
    width: fit-content;
    text-align: center;
	margin: 10% auto auto auto;
	padding: 0 10px 10px 10px;
}

#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;
    text-transform: uppercase;
    font-size: 36px;
    color: #000;
    z-index: 1;
    position: relative;
    font-family: 'Chivo-Medium', sans-serif;
    margin: 10px 0 25px 0;
    padding-bottom: 0;
    width: 100%;
}


#documentos .documents {
    margin-bottom: 50px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
}

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

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

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

#documentos .documents .docItem div:nth-child(2) {
	display:none;
}

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

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

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

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

#tickerDocumentos .breaking-news-ticker {
    border: 0px solid #dbdfe4;
    border-bottom: 1px solid #dbdfe4;
    width:300% !important;
}

#tickerDocumentos .bn-title {
    width: 200px;
    background: #000;
    color: #fff;
    text-align: center;
    font-family: 'Chivo-Regular',sans-serif;
    font-size: 17px;
    position: relative;
    z-index: 3;
}

#tickerDocumentos .bn-news {
    left: 200px;
}

#tickerDocumentos .bn-news ul li a, #tickerDocumentos .bn-news ul .link {
    font-size: 16px;
    font-family: 'Chivo-Regular',sans-serif;
    color: #1d1d1b;
    padding: 0 20px;
}
#tickerDocumentos .bn-news ul li a:hover {
    font-family: 'Chivo-RegularItalic',sans-serif;
}

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

table td {
	border:0px;
}

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

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

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

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

#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: #ffe26c;
    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-1563 .row-fluid .span12, .itemid-1564 .row-fluid .span12 {
	min-height:0;
}

.itemid-1563 .item-page, .itemid-1564 .item-page {
	display:none;
}

.itemid-1563 #g-container-main #g-mainbar .g-grid:nth-child(2), .itemid-1564 #g-container-main #g-mainbar .g-grid:nth-child(2), .itemid-472 #g-mainbar .g-grid:nth-child(1), .itemid-1509 #g-container-main #g-mainbar .g-grid:nth-child(1) {
	display:none;
}

.sideFilter {
-webkit-flex: 0 min(calc(95vw * 0.24), calc(1600px * 0.24));
    -moz-flex: 0 min(calc(95vw * 0.24), calc(1600px * 0.24));
    -ms-flex: 0 min(calc(95vw * 0.24), calc(1600px * 0.24));
    flex: 0 min(calc(95vw * 0.24), calc(1600px * 0.24));
    width: min(calc(95vw * 0.24), calc(1600px * 0.24));
    display:inline-block;
    vertical-align:top;
    padding-right: 50px;
    padding-left: 20px;
    padding-top: 30px;
    position: fixed;
    margin-left: 0px;
}

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

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

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

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

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #e74c3c !important;
}

.sideFilter #find {
    position: absolute;
    top: 55px;
    width: 15px;
    right: 60px;
    cursor:pointer;
}
.sideFilter #find svg path {
    fill: #000;
}

.sideFilter button {
    background: transparent;
}

.sideFilter #cleanfilter {
    font-family: 'Chivo-Medium',sans-serif;
    color: #1d1d1b;
    margin-top: 0;
    line-height: 1;
    font-weight: 100;
    margin-bottom: 5px;
    width: 130px;
    cursor: pointer;
    display: block;
    position: relative;
}



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

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

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

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

.itemid-472 .select2-container--bootstrap.select2-container--focus .select2-selection, .itemid-472 .select2-container--bootstrap.select2-container--open .select2-selection, .itemid-472 .select2-container--bootstrap .select2-selection, .itemid-472 .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
	border-color: #1d1d1b;
}

.itemid-1509 .select2-container--bootstrap.select2-container--focus .select2-selection, .itemid-1509 .select2-container--bootstrap.select2-container--open .select2-selection, .itemid-1509 .select2-container--bootstrap .select2-selection, .itemid-1509 .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
	border-color: #1d1d1b;
}

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

.itemid-472 #g-container-main .size-10 {
	display:none;
}

.itemid-1509 #g-container-main .size-10 {
	display:none;
}

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

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

.itemid-472 #g-container-main #g-mainbar {
    padding: 0 0 0 0;
}

.itemid-1509 #g-container-main #g-mainbar {
    padding: 0 0 0 0;
}

.itemid-472 #news .g-content {
    width: 1600px;
    margin: auto;
    margin-bottom: 50px;
}

.itemid-1509 #news .g-content {
	margin: 0;
}

#news {
    margin-bottom: 90px;
}

#news .newsBlocks {
	width: 100%;
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    margin-bottom: 50px;
	margin-top: 60px;
}

#news .newsBlocks .item {
    width: calc((100% - (30px * (3 - 1))) / 3);
    position: relative;
    vertical-align: top;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #dfdfdf;
	box-shadow: 0px 0px 0px 0px #ff4239;
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
    transition: height 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}

#news .newsBlocks .item:hover {
    box-shadow: 0px 15px 0px 0px #ff4239;
}

#news .newsBlocks .item .link-overlay {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    z-index: 9;
}

#news .newsBlocks .item .itemImage {
	aspect-ratio: 400 / 200;
    width: 100%;
}

#news .newsBlocks .item .itemImage img {
    height: 100%;
    width: 100%;
    object-fit: cover;
	object-position: top;
    position: relative;
	border-radius: 30px 30px 0 0;
}

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

#news .newsBlocks .item .itemContent .itemInfo {
	margin-bottom: 25px;
}

#news .newsBlocks .item .itemContent .itemInfo .date {
	display: none;
	color: #1d1e1e;
    font-size: 13px;
    width: fit-content;
	margin-bottom: 15px;
}

#news .newsBlocks .item .itemContent .itemInfo .cat {
    color: #1d1e1e;
    background: #ffe26c;
    font-size: 16px;
    padding: 10px 20px;
    width: fit-content;
    border-radius: 50px;
}

#agenda .newsBlocks .item .itemContent .itemInfo .cat,
#agenda .newsBlocks .item .itemContent .itemInfo .subcat {
	width: fit-content;
	
}

#news .newsBlocks .item .itemContent {
    color: #1d1d1b;
}
	
#news .newsBlocks .item .itemContent h2 {
	display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;	
    overflow: hidden;
	color: #1d1d1b;
    text-align: left;
    font-size: 20px;
	margin: 0 0 0px 0;
    -webkit-transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
}

#news .newsBlocks .item .itemContent .itemDescription {
    font-size: 20px;
    color: #1d1e1e;
	display: none;
}

#news .noresults {
	text-align:center;
}

#news #submit {
	display:none;
}

.bfQuickMode fieldset legend {
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 26px;
    color: #3c3c3c;
    font-family: 'Chivo-Regular',sans-serif;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffe26c;
    background: #ffe26c;
    display: none;
}

.bfQuickMode fieldset fieldset legend {
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 20px;
    color: #666;
    font-family: 'Chivo-Regular',sans-serif;
    padding-bottom: 10px;
    border-bottom: 0px;
}

.bfQuickMode fieldset fieldset {
	margin-top:30px;
}

.bfQuickMode fieldset .row-fluid {
    padding-top: 0 !important;
}

.bfQuickMode .controls .control-label {
    width: 100% !important;
	color: #1d1d1b;
	font-family: 'Chivo-Regular',sans-serif;
}

.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
    margin-left: 30px;
}

.bfQuickMode {
	font-family: 'Chivo-Thin',sans-serif;
    font-size: 18px;
    color: #1d1d1b;
}

.bfQuickMode section.bfElemWrap {
    background: #faf9ef !important;
}
.bfQuickMode section.bfElemWrap.bfRolloverBg {
    background: #eff5fa !important;
}

.bfQuickMode .bfLabelLeft .bfElementGroup input, .bfQuickMode .bfLabelLeft .bfElementGroupNoWrap input, .bfQuickMode .bfLabelTop .bfElementGroup input, .bfQuickMode .bfLabelTop .bfElementGroupNoWrap input, .bfQuickMode .bfLabelRight .bfElementGroup input, .bfQuickMode .bfLabelRight .bfElementGroupNoWrap input, .bfQuickMode .bfLabelBottom .bfElementGroup input, .bfQuickMode .bfLabelBottom .bfElementGroupNoWrap input {
    vertical-align: middle;
    margin: 0 5px 0 0 !important;
}

.bfQuickMode .bfLabelLeft label {
    width: 35% !important;
}

.bfQuickMode .bfLabelLeft .bfElementGroup, .bfQuickMode .bfLabelRight .bfElementGroup, .bfQuickMode section.bfLabelLeft .bfElementGroupNoWrap {
    width: 55% !important;
}

.bfQuickMode .form-inline .radio input[type="radio"] {
    float: none;
    margin-right: 3px;
    margin-left: 0;
    margin-top: -5px;
}

.bfQuickMode .controls.form-inline {
    line-height: 1;
}

.bfQuickMode .control-group {
    margin-bottom: 20px !important;
}

.bfQuickMode #bfLabel4330, .bfQuickMode #bfLabel4359, .bfQuickMode #bfLabel4338, .bfQuickMode #bfLabel4264, .bfQuickMode #bfLabel4281, .bfQuickMode #bfLabel4268, .bfQuickMode #bfLabel4020, .bfQuickMode #bfLabel4049, .bfQuickMode #bfLabel4065, .bfQuickMode #bfLabel4069, .bfQuickMode #bfLabel4074, .bfQuickMode #bfLabel3895, .bfQuickMode #bfLabel3944, .bfQuickMode #bfLabel3970, .bfQuickMode #bfLabel4054, .bfQuickMode #bfLabel4060 {
    margin-top: 15px;
}

.bfQuickMode #assuntoReuniao, .bfQuickMode #AvaliacaoServico, .bfQuickMode #Seguranca, .bfQuickMode #SugestaoReclamacao, .bfQuickMode #propostas {
    margin-top: 30px;
}

.bfQuickMode input[type=text], .bfQuickMode textarea, .bfQuickMode select, .bfQuickMode .uneditable-input {
    max-width: 100% !important;
	border: 1px solid #1d1d1b;
    color: #1d1d1b;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
}

.formError .formErrorContent {
	font-family: 'Chivo-Regular',sans-serif !important;
    font-size: 16px !important;
	border: 1px solid #1d1d1b !important;
	box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
	width: auto !important;
}

.formError .formErrorArrow div {
    border-left: 2px solid #1d1d1b !important;
    border-right: 2px solid #1d1d1b !important;
}

.formError .formErrorArrow .line3, .formError .formErrorArrow .line2, .formError .formErrorArrow .line1 {
    border-left: 2px solid #fff !important;
    border-right: 2px solid #fff !important;
    border-bottom: 0px solid #fff !important;
}

.formError { 
	opacity: 1 !important;
	z-index: 1 !important;
}

.formError .formErrorArrowBottom {
    margin: -9px !important;
}

#bfElemWrap4049 .bfClearfix {
    display: none;
}

#bfElemWrap4049 {
	margin-bottom: 0px !important;
}

.bfQuickMode .form-actions {
    padding: 0;
    margin-bottom: 0;
    position: relative;
    right: 60px;
    margin-top: -100px;
    width: 50%;
    margin-left: auto;
}

.bfQuickMode button#bfSubmitButton {
    float: right;
    position: relative;
    z-index: 3;
    width: 115px;
    padding: 8px 0;
    outline: none;
    background: #ffe26c;
    border: 1px solid #ffe26c;
    color: #fff;
    font-family: 'Chivo-Medium', sans-serif;
    font-size: 20px;
    font-style: inherit;
    font-weight: normal;
}

.bfQuickMode button#bfSubmitButton:hover {
	background:#fff;
	color:#1d1d1b;
}

#bfPage2 {
    background: #f3f9ff;
    padding: 20px;
}

#bfPage2 p {
	margin: 5px 0;
}

.itemid-1563 #g-container-main .size-10, .itemid-1564 #g-container-main .size-10, .itemid-1955 #g-container-main .size-10, .itemid-1953 #g-container-main .size-10 {
	display:none;
}

.itemid-1563 #g-container-main .size-80, .itemid-1564 #g-container-main .size-80, .itemid-1955 #g-container-main .size-80, .itemid-1955 #g-container-main .size-80 {
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
	padding-inline: 0;
}

.itemid-1563 #g-container-main #g-mainbar, .itemid-1564 #g-container-main #g-mainbar, .itemid-1955 #g-mainbar, .itemid-1953 #g-mainbar {
    padding: 30px 50px;
}

.itemid-1955 .com-content-category.category-list {
	display: none;
}

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

#NewsPage .item {
    width: 22%;
    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: 'Chivo-Regular',sans-serif;
    font-size: 16px;
}
#NewsPage .itemInfo .date {
    width: auto;
    display: none;
    font-family: 'Chivo-Medium', sans-serif;
}
#NewsPage .itemInfo .cat {
    width: auto;
    display: inline-block;
    text-align: right;
    font-family: 'Chivo-Regular', sans-serif;
    font-size: 14px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    float: right;
}
/*#NewsPage .itemInfo .cat:hover {
    background: #ffe26c;
    border: 1px solid #ffe26c;
    color: #fff;
}*/

#NewsPage .item h3, #NewsPage .item h4 {
    font-family: 'Chivo-Medium', sans-serif;
    font-size: 20px;
    color: #000;
    font-weight: 100;
    margin-bottom: 0;
    margin-top: 40px;
    width: auto;
}

#NewsPage .item h3:hover, #NewsPage .item h4:hover {
    color: #ffe26c;
}

#NewsPage .item .itemDescription {
    font-family: 'Chivo-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, #NewsPage h3 {
    margin-bottom:50px;
}

#mobileBar {
    display:none;
}

.closeSearch {
    display:none;
}


.itemid-1733 #g-mainbar .span12, .itemid-1733 #g-container-main .size-10 {
    display: none;
}
.itemid-1733 #g-container-main .size-80 {
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
}
#multimedia .g-content {
    margin: 0;
    padding: 50px !important;
}
.loaderMultimedia {
    text-align: center;
}
/*.loaderMultimedia img {
    width: 170px;
}*/

#multimedia .multimediaContainer {
	display: inline-flex;
    width: 100%;
}

#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 0px 0;
    position: fixed;
}

#multimedia .searchBar .searchBarContent {
	position: fixed;
    width: calc(1300px * 0.22);
    margin-right: calc(1300px * 0.02);
    margin-top: 20px;
    border-radius: 10px 0 0 10px;
}

#multimedia .multimediaContainer .searchBar #find {
	position: absolute;
    top: 14px;
    width: 25px;
    height: auto;
    right: 5px;
    cursor: pointer;
}

#multimedia .multimediaContainer .searchBar #find svg path {
    fill: #000;
}

#multimedia .multimediaContainer .searchBar .form-group {
    margin:0 0 20px;
	position: relative;
}

#multimedia .multimediaContainer .searchBar h3, #multimedia .multimediaContainer .searchBar label {
    font-family: 'Chivo-Medium',sans-serif;
    font-size: 18px;
    color: #1d1d1b;
    margin-top: 0;
    line-height: 1;
    font-weight: 100;
    margin-bottom: 5px;
}
#multimedia .multimediaContainer .searchBar button {
    background: transparent;
}
#multimedia .multimediaContainer .searchBar input[type="text"] {
    background-color: #fff;
    border: 1px solid #1d1d1b;
    box-shadow: none;
    color: #1d1d1b;
    font-family: 'Chivo-Regular',sans-serif;
    font-size: 15px;
    padding-right: 30px;
    cursor: pointer;
}
#multimedia .multimediaContainer .searchBar #cleanfilter {
    font-family: 'Chivo-Medium',sans-serif;
    color: #1d1d1b;
    margin-top: 0;
    line-height: 1;
    font-weight: 100;
    margin-bottom: 5px;
    width: 130px;
    cursor: pointer;
    display: block;
    position: relative;
}
.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 #000 !important;
    font-family: 'Chivo-Regular', sans-serif;
}
#multimedia .multimediaContainer .resultsContent {
    -webkit-flex: 0 75%;
    -moz-flex: 0 75%;
    -ms-flex: 0 75%;
    flex: 0 75%;
    width: 75%;
    display: inline-block;
    vertical-align: top;
    /*padding-left: 5%;*/
    padding: 20px;
    padding-top: 30px;
    margin-bottom: 90px;
    margin-left: 25%;
}
#multimedia .videoItem  {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding-right: 0.5%;
    padding-left: 0.5%;
    margin-top: 12px;
    margin-bottom: 50px;
}
#multimedia .videoItem .overlay {
    position: relative;
    /*margin-bottom: -315px;*/
    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, #multimedia .videoItem .video-pop {
    overflow: hidden;
}
#multimedia .videoItem .video, #multimedia .videoItem .video-pop, #multimedia .videoItem .overlay {
    width: 100%;
    text-align:center;
}

#multimedia .videoItem h2, #multimedia .videoItem h5 {
    font-family: 'Chivo-Medium', sans-serif;
    font-size: 22px;
    color: #000;
    margin-top: 0;
    line-height: 1;
    font-weight: 100;
    margin-bottom: 0px;
    padding: 10px 0.5%;
    text-align: left;
}
#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, #multimedia .seeVideo .video-pop {
    margin-top: 90px;
}
#multimedia .seeVideo .video iframe, #multimedia .seeVideo .video-pop iframe, #multimedia .seeVideo .video img, #multimedia .seeVideo .video-pop img {
    width: 1000px !important;
    height: 600px !important;
}

#multimedia .resultsContent .noResults {
    line-height: 1.2;
    background: transparent;
    border: 0px;
    text-transform: uppercase;
    font-size: 25px;
    color: #666;
    font-weight: bold;
    font-family: 'Chivo-Medium',sans-serif;
    margin-top: 50px;
}

/* --- */

/* --- Formularios - Global --- */
#participacao .novoFormulario .titulo h3 {
	line-height: 1.2;
    background: transparent;
    border: 0px;
    font-size: 36px;
    color: #e74c3c;
    z-index: 1;
    position: relative;
    width: 80%;
    font-family: 'Chivo-Bold', sans-serif;
    margin: 0;
    padding-bottom: 0;
}

#participacao .novoFormulario br {
	display: unset;
}

#participacao .novoFormulario > a {
	/*display: block;*/
    width: fit-content;
	display: none;
}

#participacao .novoFormulario > a .voltarLista {
    background: #ffe26c;
    padding: 10px 20px;
    border-radius: 35px;
}

#participacao .novoFormulario > a .voltarLista svg {
	width: 20px;
    height: auto;
}

#participacao .novoFormulario > a .voltarLista svg path {
	fill: #1a1a1a;
}

#participacao .novoFormulario > a .voltarLista .text {
	color: #1a1a1a;
	margin-left: 5px;
}

#participacao .novoFormulario #formulario h4 {
    color: #1a1a1a;
    font-family: 'Chivo-Medium' , sans-serif;
    font-weight: normal;
    font-size: 25px;
    text-transform: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    padding-bottom: 10px;
    padding-top: 20px;
}

#participacao .novoFormulario #formulario .form-group {
	margin-bottom: 25px;
}

/* --- */

/*#participacao .novoFormulario #formulario .form-group.nomeCompleto {
	display: inline-block;
    width: 60%;
    padding-right: 15px;
}

#participacao .novoFormulario #formulario .form-group.nif {
	display: inline-block;
    width: 40%;
    margin-left: -4px;
}

#participacao .novoFormulario #formulario .form-group.email {
	display: inline-block;
    width: 50%;
    padding-right: 15px;
}

#participacao .novoFormulario #formulario .form-group.conf_email {
	display: inline-block;
    width: 50%;
    margin-left: -4px;
}*/

/* --- */

#participacao .novoFormulario #formulario .form-group .col-md-12 {
    color: #1a1a1a;
    font-family: 'Chivo-Medium' , sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
	text-align: left;
}

#participacao .novoFormulario #formulario .form-group .col-md-12 > span {
	white-space: nowrap;
    text-wrap-mode: nowrap;
    margin-right: 20px;
}
#participacao .novoFormulario #formulario .form-group .col-md-12 > span.help-block {
	white-space: unset;
    text-wrap-mode: unset;
	display: block;
	font-family: 'Chivo-Regular' , sans-serif;
    color: #e13838;
    margin-top: 5px;
    font-size: 15px;
}

#participacao .novoFormulario #formulario .form-group .col-md-12 input[type="text"],
#participacao .novoFormulario #formulario .form-group .col-md-12 input[type="email"],
#participacao .novoFormulario #formulario .form-group .col-md-12 input[type="number"] {
	font-family: 'Chivo-Regular' , sans-serif;
	border-color: #a7a5a5;
	box-shadow: none;
}

#participacao .novoFormulario #formulario .form-group .col-md-12 input[type="text"]:hover,
#participacao .novoFormulario #formulario .form-group .col-md-12 input[type="email"]:hover, 
#participacao .novoFormulario #formulario .form-group .col-md-12 input[type="number"]:hover {
	border-color: #a7a5a5;
	box-shadow: none;
}

#participacao .novoFormulario #formulario .form-group .col-md-12 input[type="text"]:focus,
#participacao .novoFormulario #formulario .form-group .col-md-12 input[type="email"]:focus,
#participacao .novoFormulario #formulario .form-group .col-md-12 input[type="number"]:focus {
	border-color: #f3a8a4;
}

#participacao .novoFormulario #formulario .form-group .col-md-12 span label {
	font-family: 'Chivo-Regular' , sans-serif;
	font-size: 16px;
}

#participacao .novoFormulario #formulario .form-group .col-md-12 .required {
	color: #e13838;
	margin-right: 0px;
}

#participacao .novoFormulario #formulario .form-group .col-md-12 .iconInfo {
	display: inline-block;
    width: 20px;
}

#participacao .novoFormulario #formulario .form-group .col-md-12 .iconInfo svg {
    height: auto;
}


#participacao .novoFormulario #formulario .documentos .fileuploader {
	background: #f8f8f8;
}

#participacao .novoFormulario #formulario .documentos .fileuploader .fileuploader-items .fileuploader-item-inner .type-holder {
	    display: inline-flex;
}

#participacao .novoFormulario #formulario .documentos .fileuploader .fileuploader-items .fileuploader-item-inner .actions-holder {
    width: fit-content;
    display: inline-block;
    margin-left: 5px;
	position: relative;
    z-index: 2;
}
#participacao .novoFormulario #formulario .documentos .fileuploader .fileuploader-items .fileuploader-item .fileuploader-action {
    vertical-align: top;
    transform: unset;
    top: unset;
}

#participacao .novoFormulario #formulario .documentos .form-group .fileuploader-items .fileuploader-thumbnails-input-inner i {
    display: none;
	font-style: normal;
    margin-left: 15px;
    cursor: pointer;
	font-weight: 700;
}

#participacao .novoFormulario #formulario .documentos .form-group .fileuploader-input .fileuploader-input-caption {
	min-width: 315px;
    margin-bottom: 15px;
	color: #1a1a1a;
}

#participacao .novoFormulario #formulario .fileuploader-input {
	flex-wrap: wrap;
}
#participacao .novoFormulario #formulario .fileuploader-input .fileuploader-input-button {
	min-width: 315px;
	margin-bottom: 15px;
	text-align: center;
}

#participacao .novoFormulario #formulario .fileuploader-input .fileuploader-input-button, 
#participacao .novoFormulario #formulario .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success {
    background: #f3a8a4;
    background: -moz-linear-gradient(-45deg, #f3a8a4 0, #f3a8a4 100%);
    background: -webkit-linear-gradient(-45deg, #f3a8a4 0, #f3a8a4 100%);
    background: linear-gradient(135deg, #f3a8a4 0, #f3a8a4 100%);
}

#participacao button#submitFormulario {
	font-family: 'Chivo-Medium' , sans-serif;
    font-size: 13px;
    width: fit-content;
    white-space: nowrap;
    background: #ffe26c;
    padding: 7.25px 20px;
    border-radius: 50px;
    color: #1a1a1a;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 50px;
    float: right;
}

/* --- Erro --- */

#participacao .novoFormulario #formulario .blocoErroForm {
	background: #ffffff;
    border: 1px solid #bbb;
    margin: 50px 0;
}

#participacao .novoFormulario #formulario .errorContent {
    padding: 50px;
}

#participacao .novoFormulario #formulario #fecharErroForm {
    padding: 5px;
    height: 40px;
    width: 40px;
    display: block;
    margin-left: auto;
    background: #e11e27;
    float: right;
    margin-top: 5px;
    border-radius: 50px;
    padding: 8px;
}

#participacao .novoFormulario #formulario #fecharErroForm path {
    fill: #fff;
}

#participacao .novoFormulario #formulario .errorContent h3 {
    margin: 0;
    border-bottom: 1px solid #000;
    color: #000;
    padding-bottom: 5px;
    text-align: left;
}

#participacao .novoFormulario #formulario .iconMessage {
    display: inline-block;
    vertical-align: middle;
}

#participacao .novoFormulario #formulario .iconMessage svg {
    width: 50px;
    height: 50px;
    padding: 0;
}

#participacao .novoFormulario #formulario .iconMessage svg path {
    fill: #e11e27;
}

#participacao .novoFormulario #formulario p {
    color: #1a1a1a;
    font-family: 'Chivo-Regular' , sans-serif;
    font-size: 17px;
    margin-top: 20px;
}

/* --- Sucesso --- */

#participacao .sucesso {
	border: 1px solid #000000;
    background: #d5d5d5;
    text-align: center;
	margin: 100px 0 100px 0;
	padding: 20px;
}

#participacao .sucesso .sucessIcon svg {
	width: 50px;
    height: 50px;
}

#participacao .sucesso .sucessIcon svg path {
    fill: #008000;
}

#participacao .sucesso p {
    margin: 20px 0 10px 0;
}

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

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

#popUp caption {
    display: none;
}

#popUp {
	position: fixed;
    top: 20%;
    display: none;
    z-index: 9999999999999999;
}

#popUp .blocker {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: ' ';
    background: rgba(0,0,0,.5);
  }
#popUp .g-content {
    margin: 0;
    padding: 0 !important;
}
#popUp .modal {
    background-color: #000;
	margin: 0px auto;
    left: 0;
    display: block;
    position: relative;
    top: 0;
	width: 600px;
    max-width: 90%;
    height: auto;
}
#popUp .modal-dialog {
    margin: 0;
    max-width: 100%;
}
#popUp .modal-content {
    background: transparent;
}
#popUp .modal-header table {
    width: 530px;
    border: 0;
    padding: 0;
    margin: 0;
}
#popUp .modal-header td {
    width: 170px;
    height: 55px;
}
#popUp .modal-header td:nth-child(2) {
    width: 360px;
    text-align: right;
}
#popUp .modal-header td, #popUp .modal-header table {
    border: none;
}
#popUp .modal-header td {
    text-align: right;
}
#popUp .modal-header td img {
    margin-top: 0;
    top: 0;
    width: auto;
    background: transparent;
}
#popUp .modal-body table {
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
}
#popUp .modal-body td {
    width: 100px;
}
#popUp .modal-body td:nth-child(2) {
    width: 430px;
}
#popUp .modal-body td {
    color: #fff;
    background: transparent;
    border: 1px solid #dedede;
    text-align: left;
}
#popUp p {
    color: #fff;
    padding: 10px;
	font-size: 13px;
	margin:0px;
}
#popUp a {
    color: #fff;
}
#popUp a:hover {
    border-bottom: 1px solid #e74c3c;
}
#popUp .modal-footer {
    background: #000
}
#popUp .modal-footer button {
    outline: none;
	outline: none;
    background: #fff;
    color: #1d1d1d;
}
#popUp .modal-footer button:hover, #popUp .modal-footer button:active , #popUp .modal-footer button:focus {
    border-color: #e74c3c;
	background-color: #e74c3c;
}

/* --- g-footer --- */
#g-footer.section-horizontal-paddings.section-vertical-paddings {
	padding: 0;
}

/* --- */
#toTop .g-content {
    padding: 0 !important;
    margin: 0;
}

#g-totop {
	position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 100;
    display: none;
    cursor: pointer;
    margin: 0;
    width: 41px;
    height: 41px;
    color: #fff;
    background: #ff4239;
    border: 1px solid #d3372f !important;
    border-radius: 50px;
}

#g-footer a#g-totop {
	color: #fff;
}


#g-footer a#g-totop:hover {
	color: #cfcfcf;
}

#g-totop .fa {
    display: block;
    font-size: 25px;
    margin: 0;
    width: 40px;
    height: 40px;
}

#g-totop .fa:before {
    width: 38px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* --- g-copyright --- */
#g-copyright.section-horizontal-paddings {
	padding: 0;
}

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

#MenuInferior .mod-custom.custom {
	position: relative;
    z-index: 0;
	background-size: cover;
    background-position: center;
}

#MenuInferior .mod-custom.custom:before {
	content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
	background: linear-gradient(0deg, #040404c9 0%, #04040438 65%, #00000026 100%);
}

#MenuInferior .menuInfWrapper {
	width: 1600px;
	padding: 100px 0 50px 0;
	margin: auto;
}

#MenuInferior .logoMain {
	margin-bottom: 30px;
}

#MenuInferior .logoMain .logo img {
	width: 100px;
    height: auto;
    padding: 15px;
}

#MenuInferior .logoMain .tituloTop {
    font-family: 'Chivo-Bold', sans-serif;
    font-size: 26px;
    margin-bottom: 35px;
    color: #fff;
}

#MenuInferior .menuInfMain {
    display: inline-flex;
    width: 100%;
	margin-bottom: 50px;
}

#MenuInferior .menuInfMain .tituloMn {
	font-family: 'Chivo-Bold', sans-serif;
	font-size: clamp(18px, 18px + 0.1283vw, 20px);
	margin-bottom: 10px;
	color: #fff;
}

#MenuInferior .menuInfMain .descMn {
	font-family: 'Chivo-Regular', sans-serif;
	font-size: clamp(16px, 15px + 0.2566vw, 20px);
}

#MenuInferior .menuInfMain .descMn p,
#MenuInferior .menuInfMain .descMn a:not(.botaoLj) {
	color: #fff;
	margin: 0;
	font-family: 'Chivo-Regular', sans-serif;
	font-size: clamp(16px, 15px + 0.2566vw, 20px);
}

#MenuInferior .menuInfMain .w25.diaC {
    width: calc(25% - 2%);
    margin-right: 2%;
}


#MenuInferior .menuInfMain .w25.diaC .descMn {
	margin-bottom: 35px;
}

#MenuInferior .menuInfMain .w25.diaC a.botaoLj {
	display: block;
    width: fit-content;
    color: #fff;
    background: #ff4239;
    padding: 10px 25px;
    margin-bottom: 35px;
    border-radius: 50px;
    font-size: 20px;
}

#MenuInferior .menuInfMain .w25.diaC .redesMain .itemRedes {
	display: inline-block;
    margin-inline: 3px;
	height: 35px;
	cursor: pointer;
}

#MenuInferior .menuInfMain .w25.diaC .redesMain .itemRedes svg {
    min-width: 35px;
    max-width: 35px;
    min-height: 35px;
    max-height: 35px;
    padding: 8px;
    background: #fff;
    border-radius: 50%;
}

#MenuInferior .menuInfMain .w25.diaC .redesMain .itemRedes svg path {
	fill: #232b13;
}


#MenuInferior .menuInfMain .w25.tlfem {
    width: calc(25% - 2%);
    margin-right: 2%;
}

#MenuInferior .menuInfMain .w25.morada {
    width: calc(25% - 2%);
    margin-right: 2%;
}

#MenuInferior .menuInfMain .w25.horario {
    width: calc(25% - 0%);
}

#MenuInferior .menuInfWrapper .w100.cofinanciado {
	width: 100%;
}

#MenuInferior .menuInfWrapper .w100.cofinanciado a.botaoLj {
	display: block;
    width: fit-content;
    color: #fff;
    background: #ff4239;
    padding: 10px 25px;
    margin-bottom: 35px;
    border-radius: 50px;
    font-size: 20px;
}

#MenuInferior .logosRodapeMain .logos {
	width: 550px;
    background: #e6e8e900;
    border-radius: 25px;
	padding: 30px;
}

#MenuInferior .logosRodapeMain .logos .logosSV {
	display: flex;
    grid-column-gap: 20px;
    margin-bottom: 30px;
}

#MenuInferior .logosRodapeMain .logos .logosSV .item {
    height: 70px;
}

#MenuInferior .logosRodapeMain .logos .logosSV .item img {
	height: 100%;
    width: 100%;
    object-fit: contain;
}

#MenuInferior .logosRodapeMain .logos .confinanciado {
	
}

/* --- */
#BarraCopyright {
    background: #1d1b1b;
    border-top: 1px solid #1d1b1b;
    padding-top: 0;
}

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

#BarraCopyright .w30.mymodal {
    cursor: pointer;
}

#BarraCopyright #ss_gmo_globalsign_secured_site_seal {
    display: inline-block;
}

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

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

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

#BarraCopyright .w40 {
    width: 29%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    font-family: 'Chivo-Regular',sans-serif;
    color: #fff;
}

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

#BarraCopyright .w30 .text {
    width: 195px;
    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;
    color: #fff;
}

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


@media (max-width: 361px) {
	
	#MapaSite .g-content {
        width: 100%;
    }
	#MapaSite .logo img {
        width: 60px;
	}	
	#MapaSite ul.mod-menu {
		flex-direction: column;
	}
	#MapaSite .mapasite > ul > li > span, #MapaSite .mapasite > ul > li > a {
	    font-size: 18px;
	}
	#MapaSite li {
	    font-size: 12px;
	}
	#MapaSite .hideMenuMobile {
	    left: 85%;
	}
	#MapaSite .hideMenuMobile svg {
        width: 35px;
        height: 35px;
    }
	#MapaSite .nav-child {
	    padding: 0 10px;
	}
    
	#barraTopo .mainBar .mLeft {
		padding: 5px 5px;
	}
	
	#barraTopo .mainBar .mLeft .contactos {
		margin-inline: 0px;
	}
	
	#barraTopo .mainBar .mLeft .contactos svg {
		min-width: 30px;
		max-width: 30px;
		min-height: 30px;
		max-height: 30px;
		margin-inline: 5px;
	}
	
	#barraTopo .mainBar .mLeft .documentos {
		margin-inline: 0px;
	}
	
	#barraTopo .mainBar .mLeft .documentos svg {
		min-width: 30px;
		max-width: 30px;
		min-height: 30px;
		max-height: 30px;
		margin-inline: 5px;
	}
	
	#barraTopo .mainBar .mLeft .taxaturistica {
		margin-inline: 0px;
	}
	
	#barraTopo .mainBar .mLeft .taxaturistica svg {
		min-width: 30px;
		max-width: 30px;
		min-height: 30px;
		max-height: 30px;
		margin-inline: 5px;
	}
	
	#barraTopo .mainBar .mRight .itemRedes svg path {
		fill: #1d1d1b;
	}
		
	#barraTopo .mainBar .mLeft .taxaturistica svg path {
		fill: #1d1d1b;
	}
	
	#barraTopo .mainBar .mLeft .contactos svg path {
		fill: #1d1d1b;
	}
	
	#barraTopo .mainBar .mLeft .documentos svg path {
		fill: #1d1d1b;
	}
	
	#barraTopo .mainBar .mLeft span {
		display: none;
	}
	
	#barraTopo .mainBar .mRight {
		padding: 5px 2% 5px 3%;
	}
	
	#barraTopo .mainBar .mRight .mUtil:before {
		left: -6px;
	}
	
	#barraTopo .mainBar .mRight .mRedes {
		height: 30px;
		margin-right: 5px;
	}
	
	#barraTopo .mainBar .mRight .itemRedes {
		height: 30px;
	}
	
	#barraTopo .mainBar .mRight .itemRedes svg {
		min-width: 30px;
		max-width: 30px;
		min-height: 30px;
		max-height: 30px;
		padding: 6px;
    }
	
	#barraTopo .mainBar .mRight .itemRedes.tradutor select {
		min-width: 30px;
		max-width: 30px;
		min-height: 30px;
		max-height: 30px;
	}
	
	#barraTopo .mainBar .mRight .mUtil {
		margin-left: 5px;
	}
	
	#g-navigation .g-grid:nth-child(3) {
		width: 95%;
		margin-inline: 2.5%;
	}
	
	#logo .logo {
		height: 60px;
	}
	
	#logo .logo svg, #logo .logo img {
		height: 60px;
        padding: 0;
        margin-top: 5px;
	}
	
	#g-navigation .g-grid:nth-child(4) {
		width: 100%;
	}
	
	#MenuPrincipal {
		display: none;
	}
	
	#g-navigation .g-grid:nth-child(5) {
		width: 95%;
		margin-inline: 2.5%;
	}
	
	#barraMobile {
		display: block;
	}
	
	#MenuPrincipal .g-content {
		padding: 30px 0;
	}
	
	#MenuPrincipal .dj-megamenu-default li a.dj-up_a {
		padding: 0 12px;
	}
	
	#menuMobile {
		
	}
	    
    .filterNews .pagecontent .pagination .page {
        display:none;
    }
    
    .finder #search-form .awesomplete {
        width: 100%;
    }
    
    #news .destaque {
        padding: 20px;
        margin-bottom: 0;
    }
    
    #g-mainbar .detalheNoticia .descricao.w50, #g-mainbar .detalheNoticia .descricao.allContent, #g-mainbar .detalheNoticia .item.allContent {
        width:100% !important;
        padding-right:0;
    }
    
    #g-mainbar .detalheNoticia .item.allContent .item-image, #g-mainbar .detalheNoticia .item.press.allContent .desc.pressRelease {
        width:100%;
    }
    
    #g-mainbar .detalheNoticia .item.w50 {
        width:100%;
        padding-left:0;
    }
    
    #g-mainbar .detalheNoticia .item.press .desc.pressRelease, #g-mainbar .detalheNoticia .pressRelease .item {
        padding: 10px 0;
    }
    
    #g-mainbar .detalheNoticia .desc.pressRelease iframe, #g-mainbar .detalheNoticia .pressRelease .item iframe {
        width: 300px !important;
        min-width: 0 !important;
    }
    
    #g-mainbar .detalheNoticia .video .item {
        margin: 10px 0;
    }
    
    #g-mainbar .detalheNoticia .video iframe {
        height: 170px;
        width: 300px;
    }
    
    #g-mainbar .links100 .buttonLink {
        width: auto;
        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%;
    }

    .Atalhos {
        padding: 10px 0px;
        font-size: 11px;
    }

    #altura {
        height: 80px;
    }
    
    #breadcrumb {
        display: none;
    }
    
    #g-container-main .size-10 {
        display:none;
    }
    
    #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 {
        margin: 0;
    }
    
    #g-mainbar {
        padding: 30px 10px 0 10px;
    }
    
	#g-container-main .size-80 #g-mainbar {
		padding: 50px 0px 0 0px;
	}
	
    #g-mainbar .item-image {
        float: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    
    #g-mainbar .item-image img {

    }
        
    #g-mainbar figure.item-image img {
        max-width: 50%;
        max-height: none;
        width: auto;
    }
	
    #g-mainbar .page-header h1, #g-mainbar .page-header h2, #corpo #titulo, #corpo h2, #NewsPage h2, #NewsPage h3 {
        font-size: 30px;
        width: 100%;
        text-align:center;
    }
    
    #partilha {
        width: 100%;
        position: relative;
        right: auto;
        text-align: center;
        top: 0;
        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;
    }
    
    #Formulario .bfQuickMode .controls .control-label {
        max-width: 100% !important;
        min-width: 100% !important;
        width: 100% !important;
        font-size: 16px;
    }
    
    #Formulario .bfQuickMode input[type=text], #Formulario .bfQuickMode textarea, #Formulario .bfQuickMode select, #Formulario .bfQuickMode .uneditable-input {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    
    .bfQuickMode fieldset legend {
        font-size:22px;
    }
    
    .bfQuickMode button#bfSubmitButton {
        float: none;
        font-family: 'Chivo-Regular',sans-serif;
        font-size: 18px;
        width: 150px;
        font-weight: 100;
    }
    
    .bfQuickMode .form-actions {
        padding: 0;
        margin-bottom: 0;
        position: relative;
        right: auto;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        display: block;
        width:100%;
    }
    
    
    #multimedia .multimediaContainer {
	    padding: 20px;
	}
	#multimedia .multimediaContainer .searchBar {
		-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) !important;
	    height: 100%;
	    left: -100%;
	    top: 100px;
	    z-index: 3;
	    -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;
	}
	#multimedia .searchBar .searchBarContent {
        position: relative;
		width: 100%;
		margin-right: 0;
    }
	#multimedia .searchBar .form-group {
	    width: 100%;
		margin: 10px 0;
	}
	
	#multimedia .multimediaContainer .searchBar h3, #multimedia .multimediaContainer .searchBar label {
		margin-bottom:7px;
	}
	
	#multimedia .multimediaContainer .searchBar #find {
	    top: 15px;
	}
	#multimedia .searchBar .closeSearch {
	    background: #ffe26c;
	    width: auto;
	    display: inline-block;
	    padding: 5px 10px;
	    font-family: 'Chivo-Medium', sans-serif;
	    color: #000;
	    margin-top: 20px;
	}
	#multimedia .resultsContent .searchButton {
		background: #ffe26c;
	    width: auto;
	    display: inline-block;
	    padding: 5px 10px;
	    font-family: 'Chivo-Medium', sans-serif;
	    color: #000;
	    font-size: 16px;
	}
	#multimedia .resultsContent .mobile {
        display: block;
        position: absolute;
        top: 0;
        height: 50px;
        width: fit-content;
        left: 0;
        padding-top: 9px;
        padding-left: 20px;
        text-align: left;
		z-index: 2;
	}
	#multimedia .multimediaContainer .resultsContent {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
        margin-top: 25px;
        margin-left: 0;
	}
	#multimedia .videoItem {
    	width: 100%;
	}
	
	#multimedia .videoItem .video iframe, #multimedia .videoItem .video-pop iframe, #multimedia .videoItem .video img, #multimedia .videoItem .video-pop img {
    	height: 150px !important;
    	width:230px;
	}
	#multimedia .seeVideo .closeVideo {
		right: 15px;
	}
	#multimedia .seeVideo .video, #multimedia .seeVideo .video-pop {
	    margin: auto 0;
	}
	#multimedia .seeVideo .video iframe, #multimedia .seeVideo .video-pop iframe, #multimedia .seeVideo .video img, #multimedia .seeVideo .video-pop img {
	    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 h3, #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;
        margin-bottom: 20px;
    }
    
    .foto {
        width: 50%;
        margin: 0 auto;
    }
    
    #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: 0;
    }
    
    .itemid-1061 #g-mainbar #documentos {

    }
    
    #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;
    }
    
    .TreeDocs {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
        vertical-align: top;
        margin: 0;
        padding: 30px 20px 160px 20px;
        display: inline-block !important;
        position: fixed;
        background: rgb(255, 255, 255);
        height: 100%;
        left: -100%;
        top: 115px;
        z-index: 3;
        -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;
        overflow-y: scroll;
    }
    
    .contentDocs {
        width:100%;
    }
    
    #documentos .content-docs .item {
		width: calc((100% - (30px * (2 - 1))) / 2);
    }
    
    #documentos .content-docs .item svg {

    }
    
    #documentos .content-docs .item .catName {

    }
    
    #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%;
        max-width:100%;
    }
    
    #corpo .multipleImages50 img, #news .multipleImages50 img, #corpo .multipleImages img, #news .multipleImages img {
        padding-left:0;
        padding-right:0;
        max-width:100%;
    }
    
    #corpo .w50 {
        width: 100%;
        padding-right: 0;
    }
    
    #corpo .w50:nth-child(odd) {
        padding-right: 0;
    }
    
    #corpo .w50:nth-child(even) {
        padding-left: 0;
    }
    
    .itemid-1556 #g-mainbar .item-image, .itemid-1620 #g-mainbar .item-image {
        display:none;
    }
    
    #corpo h3, #news h3 {
        font-size:20px;
    }
    
    #corpo h4 {
        font-size:18px;
    }
    
    #corpo a {
        word-break: break-all;
    }
    
    .itemid-1466 table tr td:nth-child(2), .itemid-1466 table tr td:nth-child(6), .itemid-1466 table tr td:nth-child(7) {
        display:none;
    }
    
    .estatistica1Modal, .estatistica2Modal, .estatistica3Modal {
        top: 120px;
    }
    
    .itemid-474 #corpo .w60, .itemid-474 #corpo .w40 {
        width: 100%;
        padding: 0;
    }
    
    #corpo .w30, #corpo .w70, .info {
        width:100%;
        display: block;
    }
    
    #corpo .w30 {
        padding-right:0;
    }
    
    .itemid-1515 #corpo .w30, .itemid-1516 #corpo .w30, .itemid-1517 #corpo .w30, .itemid-1518 #corpo .w30, .itemid-1519 #corpo .w30 {
        text-align: center;
        margin-bottom: 20px;
    }
    
    #news .navigateArticle a {
        padding: 6px 10px;
        font-size: 14px;
    }
    
    .itemid-1509 #g-container-main #g-mainbar, .itemid-1563 #g-container-main #g-mainbar, .itemid-1564 #g-container-main #g-mainbar, .itemid-472 #g-container-main #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;
        margin-left: 0;
        position: fixed;
        background: rgb(255, 255, 255);
        height: 100%;
        left: -100%;
        top: 100px;
		z-index: 10;
        -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;
    }
    
    .pagecontent {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
        margin: 0;
    }
    
    #news .newsBlocks {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .filterNews {
    }
    	
	.itemid-472 #news .g-content {
		width: 100%;
	}
	
    #news .newsBlocks .item {
        width: calc((100% - (30px * (1 - 1))) / 1);
    }
	
    #news .newsBlocks .item .itemContent {
		padding: 15px 15px;
	}
	
    #news .newsBlocks .item .itemContent .itemInfo {
        font-size: 13px;
		margin-bottom: 15px;
    }
    
    #news .newsBlocks .item .itemContent .itemInfo .cat {
		font-size: 13px;
		padding: 10px 10px;
	}
	
    #news .newsBlocks .item .itemContent h2, #news .newsBlocks .item .itemContent h4 {
        font-size: 16px;
    }
    
    #news .newsBlocks .item .itemContent .itemDescription  {
        display:none;
    }
    
    .contentDocs .mobile, .filterNews .mobile {
        display: block;
    }
    
    .closeSearch {
        display:inline-block;
    }
    
    .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;
    }
    
    #search-form form {
        padding: 30px 10px;
    }
    
    .finder #search-form input.js-finder-search-query {
        width: 100% !important;
    }
    
    .finder #search-form .btn {
        width: 100% !important;
    }
    
    #search-results .result__title-text {
        font-size:16px;
    }
	
	#g-container-main .size-80 {
		padding-inline: 2.5%;
	}

	#documentos .TreeDocs {
		padding-inline: 2.5%;
		min-height: unset !important;
		width: 100%;
	}

	#documentos .contentDocs {
		width: 100%;
		margin-top: 50px;
		padding-inline: 2.5%;
	}
	
	#MenuInferior .menuInfWrapper {
		width: 95%;
		margin-inline: 2.5%;
	}
	
	#MenuInferior .menuInfMain {
		flex-wrap: wrap;
	}
	
	#MenuInferior .menuInfMain .w25.diaC {
		width: calc(50% - 2%);
		margin-bottom: 40px; 
	}
	
	#MenuInferior .menuInfMain .w25.diaC a.botaoLj {
		font-size: 16px;
	}
	
	#MenuInferior .menuInfMain .w25.tlfem {
		width: calc(50% - 0%);
		margin-right: 0%;
		margin-bottom: 40px;
	}
	
	#MenuInferior .menuInfMain .w25.morada {
		width: calc(50% - 2%);
	}
	
	#MenuInferior .menuInfMain .w25.horario {
		width: calc(50% - 0%);
	}
	
    #BarraCopyright .g-content {
        padding: 10px !important;
    }
    
    #BarraCopyright .w30 {
        width: 15%;
    }
    #BarraCopyright .w30 span {
        display: none;
    }
    #BarraCopyright .w40 {
        width: 65%;
    }
    
    #BarraCopyright .w30 .text {
        display:none;
    }
    
    #BarraCopyright .company {
        position: absolute;
        right: 0;
        bottom: 15px;
    }
}


@media (min-width: 362px) and (max-width: 469px) {
	
	#MapaSite .g-content {
        width: 100%;
    }
	#MapaSite .logo img {
        width: 60px;
	}
	#MapaSite .mapasite > ul > li > span, #MapaSite .mapasite > ul > li > a {
	    font-size: 18px;
	}
	#MapaSite li {
	    font-size: 12px;
	}
	#MapaSite .hideMenuMobile {
	    left: 85%;
	}
	#MapaSite .hideMenuMobile svg {
        width: 35px;
        height: 35px;
    }
	#MapaSite .nav-child {
	    padding: 0 10px;
	}
    
	#barraTopo .mainBar .mLeft {
		padding: 5px 5px;
	}
	
	#barraTopo .mainBar .mLeft .contactos {
		margin-inline: 0px;
	}
	
	#barraTopo .mainBar .mLeft .contactos svg {
		min-width: 30px;
		max-width: 30px;
		min-height: 30px;
		max-height: 30px;
		margin-inline: 5px;
	}
	
	#barraTopo .mainBar .mLeft .documentos {
		margin-inline: 0px;
	}
	
	#barraTopo .mainBar .mLeft .documentos svg {
		min-width: 30px;
		max-width: 30px;
		min-height: 30px;
		max-height: 30px;
		margin-inline: 5px;
	}
	
	#barraTopo .mainBar .mLeft .taxaturistica {
		margin-inline: 0px;
	}
	
	#barraTopo .mainBar .mLeft .taxaturistica svg {
		min-width: 30px;
		max-width: 30px;
		min-height: 30px;
		max-height: 30px;
		margin-inline: 5px;
	}
	
	#barraTopo .mainBar .mRight .itemRedes svg path {
		fill: #1d1d1b;
	}
		
	#barraTopo .mainBar .mLeft .taxaturistica svg path {
		fill: #1d1d1b;
	}
	
	#barraTopo .mainBar .mLeft .contactos svg path {
		fill: #1d1d1b;
	}
	
	#barraTopo .mainBar .mLeft .documentos svg path {
		fill: #1d1d1b;
	}
	
	#barraTopo .mainBar .mLeft span {
		display: none;
	}
	
	#barraTopo .mainBar .mRight {
		padding: 5px 2% 5px 3%;
	}
	
	#barraTopo .mainBar .mRight .mUtil:before {
		left: -6px;
	}
	
	#barraTopo .mainBar .mRight .mRedes {
		height: 30px;
		margin-right: 5px;
	}
	
	#barraTopo .mainBar .mRight .itemRedes {
		height: 30px;
	}
	
	#barraTopo .mainBar .mRight .itemRedes svg {
		min-width: 30px;
		max-width: 30px;
		min-height: 30px;
		max-height: 30px;
		padding: 6px;
    }
	
	#barraTopo .mainBar .mRight .itemRedes.tradutor select {
		min-width: 30px;
		max-width: 30px;
		min-height: 30px;
		max-height: 30px;
	}
	
	#barraTopo .mainBar .mRight .mUtil {
		margin-left: 5px;
	}
	
	#g-navigation .g-grid:nth-child(3) {
		width: 95%;
		margin-inline: 2.5%;
	}
	
	#logo .logo {
		height: 60px;
	}
	
	#logo .logo svg, #logo .logo img {
		height: 60px;
        padding: 0;
        margin-top: 5px;
	}
	
	#g-navigation .g-grid:nth-child(4) {
		width: 100%;
	}
	
	#MenuPrincipal {
		display: none;
	}
	
	#g-navigation .g-grid:nth-child(5) {
		width: 95%;
		margin-inline: 2.5%;
	}
	
	#barraMobile {
		display: block;
	}
	
	#MenuPrincipal .g-content {
		padding: 30px 0;
	}
	
	#MenuPrincipal .dj-megamenu-default li a.dj-up_a {
		padding: 0 12px;
	}
	
	#menuMobile {
		
	}
	    
    .filterNews .pagecontent .pagination .page {
        display:none;
    }
    
    .finder #search-form .awesomplete {
        width: 100%;
    }
    
    #news .destaque {
        padding: 20px;
        margin-bottom: 0;
    }
    
    #g-mainbar .detalheNoticia .descricao.w50, #g-mainbar .detalheNoticia .descricao.allContent, #g-mainbar .detalheNoticia .item.allContent {
        width:100% !important;
        padding-right:0;
    }
    
    #g-mainbar .detalheNoticia .item.allContent .item-image, #g-mainbar .detalheNoticia .item.press.allContent .desc.pressRelease {
        width:100%;
    }
    
    #g-mainbar .detalheNoticia .item.w50 {
        width:100%;
        padding-left:0;
    }
    
    #g-mainbar .detalheNoticia .item.press .desc.pressRelease, #g-mainbar .detalheNoticia .pressRelease .item {
        padding: 10px 0;
    }
    
    #g-mainbar .detalheNoticia .desc.pressRelease iframe, #g-mainbar .detalheNoticia .pressRelease .item iframe {
        width: 300px !important;
        min-width: 0 !important;
    }
    
    #g-mainbar .detalheNoticia .video .item {
        margin: 10px 0;
    }
    
    #g-mainbar .detalheNoticia .video iframe {
        height: 170px;
        width: 300px;
    }
    
    #g-mainbar .links100 .buttonLink {
        width: auto;
        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%;
    }

    .Atalhos {
        padding: 10px 0px;
        font-size: 11px;
    }

    #altura {
        height: 80px;
    }
    
    #breadcrumb {
        display: none;
    }
    
    #g-container-main .size-10 {
        display:none;
    }
    
    #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 {
        margin: 0;
    }
    
    #g-mainbar {
        padding: 30px 10px 0 10px;
    }
    
	#g-container-main .size-80 #g-mainbar {
		padding: 50px 0px 0 0px;
	}
	
    #g-mainbar .item-image {
        float: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    
    #g-mainbar .item-image img {

    }
    
    #g-mainbar figure.item-image img {
        max-width: 50%;
        max-height: none;
        width: auto;
    }
	
    #g-mainbar .page-header h1, #g-mainbar .page-header h2, #corpo #titulo, #corpo h2, #NewsPage h2, #NewsPage h3 {
        font-size: 30px;
        width: 100%;
        text-align:center;
    }
    
    #partilha {
        width: 100%;
        position: relative;
        right: auto;
        text-align: center;
        top: 0;
        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;
    }
    
    #Formulario .bfQuickMode .controls .control-label {
        max-width: 100% !important;
        min-width: 100% !important;
        width: 100% !important;
        font-size: 16px;
    }
    
    #Formulario .bfQuickMode input[type=text], #Formulario .bfQuickMode textarea, #Formulario .bfQuickMode select, #Formulario .bfQuickMode .uneditable-input {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    
    .bfQuickMode fieldset legend {
        font-size:22px;
    }
    
    .bfQuickMode button#bfSubmitButton {
        float: none;
        font-family: 'Chivo-Regular',sans-serif;
        font-size: 18px;
        width: 150px;
        font-weight: 100;
    }
    
    .bfQuickMode .form-actions {
        padding: 0;
        margin-bottom: 0;
        position: relative;
        right: auto;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        display: block;
        width:100%;
    }
    
    
    #multimedia .multimediaContainer {
	    padding: 20px;
	}
	#multimedia .multimediaContainer .searchBar {
		-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) !important;
	    height: 100%;
	    left: -100%;
	    top: 100px;
	    z-index: 3;
	    -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;
	}
	#multimedia .searchBar .searchBarContent {
        position: relative;
		width: 100%;
		margin-right: 0;
    }
	#multimedia .searchBar .form-group {
	    width: 100%;
	}
	#multimedia .multimediaContainer .searchBar #find {
	    top: 15px;
	}
	#multimedia .searchBar .closeSearch {
	    background: #ffe26c;
	    width: auto;
	    display: inline-block;
	    padding: 5px 10px;
	    font-family: 'Chivo-Medium', sans-serif;
	    color: #000;
	    margin-top: 20px;
	}
	#multimedia .resultsContent .searchButton {
		background: #ffe26c;
	    width: auto;
	    display: inline-block;
	    padding: 5px 10px;
	    font-family: 'Chivo-Medium', sans-serif;
	    color: #000;
	    font-size: 16px;
	}
	#multimedia .resultsContent .mobile {
        display: block;
        position: absolute;
        top: 0;
        height: 50px;
        width: fit-content;
        left: 0;
        padding-top: 9px;
        padding-left: 20px;
        text-align: left;
		z-index: 2;
	}
	#multimedia .multimediaContainer .resultsContent {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
        margin-top: 25px;
        margin-left: 0;
	}
	#multimedia .videoItem {
    	width: 100%;
	}
	
	#multimedia .videoItem iframe, #multimedia .videoItem img {
		height: 160px !important;
        width: 260px;
	}
	
	#multimedia .videoItem h2, #multimedia .videoItem h5 {
	    padding-top:0px;
	    text-align:center;
	}
	
	#multimedia .seeVideo .closeVideo {
		right: 15px;
	}
	#multimedia .seeVideo .video, #multimedia .seeVideo .video-pop {
	    margin: auto 0;
	}
	#multimedia .seeVideo .video iframe, #multimedia .seeVideo .video-pop iframe, #multimedia .seeVideo .video img, #multimedia .seeVideo .video-pop img {
	    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 h3, #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;
        margin-bottom: 20px;
    }
    
    .foto {
        width: 50%;
        margin: 0 auto;
    }
    
    #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: 0;
    }
    
    .itemid-1061 #g-mainbar #documentos {

    }
    
    #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;
    }
    
    .TreeDocs {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
        vertical-align: top;
        margin: 0;
        padding: 30px 20px 160px 20px;
        display: inline-block !important;
        position: fixed;
        background: rgb(255, 255, 255);
        height: 100%;
        left: -100%;
        top: 115px;
        z-index: 3;
        -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;
        overflow-y: scroll;
    }
    
    .contentDocs {
        width:100%;
    }
    
    #documentos .content-docs .item {
		width: calc((100% - (30px * (2 - 1))) / 2);
    }
    
    #documentos .content-docs .item svg {

    }
    
    #documentos .content-docs .item .catName {

    }
    
    #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%;
        max-width:100%;
    }
    
    #corpo .multipleImages50 img, #news .multipleImages50 img, #corpo .multipleImages img, #news .multipleImages img {
        padding-left:0;
        padding-right:0;
        max-width:100%;
    }
    
    #corpo .w50 {
        width: 100%;
        padding-right: 0;
    }
    
    #corpo .w50:nth-child(odd) {
        padding-right: 0;
    }
    
    #corpo .w50:nth-child(even) {
        padding-left: 0;
    }
    
    .itemid-1556 #g-mainbar .item-image, .itemid-1620 #g-mainbar .item-image {
        display:none;
    }
    
    #corpo h3, #news h3 {
        font-size:20px;
    }
    
    #corpo h4 {
        font-size:18px;
    }
    
    #corpo a {
        word-break: break-all;
    }
    
    .itemid-1466 table tr td:nth-child(2), .itemid-1466 table tr td:nth-child(6), .itemid-1466 table tr td:nth-child(7) {
        display:none;
    }
    
    .estatistica1Modal, .estatistica2Modal, .estatistica3Modal {
        top: 120px;
    }
    
    .itemid-474 #corpo .w60, .itemid-474 #corpo .w40 {
        width: 100%;
        padding: 0;
    }
    
    #corpo .w30, #corpo .w70, .info {
        width:100%;
        display: block;
    }
    
    #corpo .w30 {
        padding-right:0;
    }
    
    .itemid-1515 #corpo .w30, .itemid-1516 #corpo .w30, .itemid-1517 #corpo .w30, .itemid-1518 #corpo .w30, .itemid-1519 #corpo .w30 {
        text-align: center;
        margin-bottom: 20px;
    }
    
    #news .navigateArticle a {
        padding: 6px 10px;
        font-size: 14px;
    }
    
    .itemid-1509 #g-container-main #g-mainbar, .itemid-1563 #g-container-main #g-mainbar, .itemid-1564 #g-container-main #g-mainbar, .itemid-472 #g-container-main #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;
        margin-left: 0;
        position: fixed;
        background: rgb(255, 255, 255);
        height: 100%;
        left: -100%;
        top: 100px;
		z-index: 10;
        -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;
    }
    
    .pagecontent {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
        margin: 0;
    }
    
    #news .newsBlocks {
        padding-left: 0px;
        padding-right: 0px;
		grid-row-gap: 30px;
        grid-column-gap: 10px;
    }
    
    .filterNews {
    }
    	
	.itemid-472 #news .g-content {
		width: 100%;
	}
	
    #news .newsBlocks .item {
        width: calc((100% - (10px * (1 - 1))) / 1);
    }
    
    #news .newsBlocks .item .itemContent {
		padding: 15px 15px;
	}
	
    #news .newsBlocks .item .itemImage {

    }
    
    #news .newsBlocks .item .itemContent .itemInfo {
        font-size: 13px;
		margin-bottom: 15px;
    }
    
    #news .newsBlocks .item .itemContent .itemInfo .cat {
		font-size: 13px;
		padding: 10px 10px;
	}
	
    #news .newsBlocks .item .itemContent h2, #news .newsBlocks .item .itemContent h4 {
        font-size: 16px;
    }
    
    .contentDocs .mobile, .filterNews .mobile {
        display: block;
    }
    
    .closeSearch {
        display:inline-block;
    }
    
    .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 #search-form input.js-finder-search-query {
        width: 100% !important;
    }
    
    .finder #search-form .btn {
        width: 100% !important;
    }
    
    #search-results .result__title-text {
        font-size:16px;
    }
	
	#g-container-main .size-80 {
		padding-inline: 2.5%;
	}

	#documentos .TreeDocs {
		padding-inline: 2.5%;
		min-height: unset !important;
		width: 100%;
	}

	#documentos .contentDocs {
		width: 100%;
		margin-top: 50px;
		padding-inline: 2.5%;
	}
	
	#MenuInferior .menuInfWrapper {
		width: 95%;
		margin-inline: 2.5%;
	}
	
	#MenuInferior .menuInfMain {
		flex-wrap: wrap;
	}
	
	#MenuInferior .menuInfMain .w25.diaC {
		width: calc(50% - 2%);
		margin-bottom: 40px; 
	}
	
	#MenuInferior .menuInfMain .w25.diaC a.botaoLj {
		font-size: 16px;
	}
	
	#MenuInferior .menuInfMain .w25.tlfem {
		width: calc(50% - 0%);
		margin-right: 0%;
		margin-bottom: 40px;
	}
	
	#MenuInferior .menuInfMain .w25.morada {
		width: calc(50% - 2%);
	}
	
	#MenuInferior .menuInfMain .w25.horario {
		width: calc(50% - 0%);
	}
	    
    #BarraCopyright .g-content {
        padding: 10px !important;
    }
    
    #BarraCopyright .w30 {
        width: 15%;
    }
	
    #BarraCopyright .w30 span {
        display: none;
    }
	
    #BarraCopyright .w40 {
        width: 65%;
    }
    
    #BarraCopyright .w30 .text {
        display:none;
    }
    
    #BarraCopyright .company {
        position: absolute;
        right: 0;
        bottom: 15px;
    }
	
}


@media (min-width: 470px) and (max-width: 591px) {
	    
    #MapaSite .g-content {
        width: 70%;
    }
	#MapaSite .logo img {
        width: 60px;
	}
	#MapaSite .mapasite > ul > li > span, #MapaSite .mapasite > ul > li > a {
	    font-size: 18px;
	}
	#MapaSite li {
	    font-size: 12px;
	}
	#MapaSite .hideMenuMobile {
	    left: 58%;
	}
	#MapaSite .hideMenuMobile svg {
        width: 35px;
        height: 35px;
    }
    #MapaSite .menu {
        padding: 0;
    }
	#MapaSite .nav-child {
	    padding: 0 10px;
	}
    
	#barraTopo .mainBar .mLeft {
		padding: 5px 5px;
	}
	
	#barraTopo .mainBar .mLeft .contactos {
		margin-inline: 0px;
	}
	
	#barraTopo .mainBar .mLeft .contactos svg {
		min-width: 30px;
		max-width: 30px;
		min-height: 30px;
		max-height: 30px;
		margin-inline: 5px;
	}
	
	#barraTopo .mainBar .mLeft .documentos {
		margin-inline: 0px;
	}
	
	#barraTopo .mainBar .mLeft .documentos svg {
		min-width: 30px;
		max-width: 30px;
		min-height: 30px;
		max-height: 30px;
		margin-inline: 5px;
	}
	
	#barraTopo .mainBar .mLeft .taxaturistica {
		margin-inline: 0px;
	}
	
	#barraTopo .mainBar .mLeft .taxaturistica svg {
		min-width: 30px;
		max-width: 30px;
		min-height: 30px;
		max-height: 30px;
		margin-inline: 5px;
	}
	
	#barraTopo .mainBar .mRight .itemRedes svg path {
		fill: #1d1d1b;
	}
		
	#barraTopo .mainBar .mLeft .taxaturistica svg path {
		fill: #1d1d1b;
	}
	
	#barraTopo .mainBar .mLeft .contactos svg path {
		fill: #1d1d1b;
	}
	
	#barraTopo .mainBar .mLeft .documentos svg path {
		fill: #1d1d1b;
	}
	
	#barraTopo .mainBar .mLeft span {
		display: none;
	}
	
	#barraTopo .mainBar .mRight {
		padding: 5px 10% 5px 5%;
	}
	
	#barraTopo .mainBar .mRight .mRedes {
		height: 30px;
	}
	
	#barraTopo .mainBar .mRight .itemRedes {
		height: 30px;
	}
	
	#barraTopo .mainBar .mRight .itemRedes svg {
		min-width: 30px;
		max-width: 30px;
		min-height: 30px;
		max-height: 30px;
		padding: 6px;
    }
	
	#barraTopo .mainBar .mRight .itemRedes.tradutor select {
		min-width: 30px;
		max-width: 30px;
		min-height: 30px;
		max-height: 30px;
	}
	
	#g-navigation .g-grid:nth-child(3) {
		width: 95%;
		margin-inline: 2.5%;
	}
	
	#logo .logo {
		height: 60px;
	}
	
	#logo .logo svg, #logo .logo img {
		height: 60px;
        padding: 0;
        margin-top: 5px;
	}
	
	#g-navigation .g-grid:nth-child(4) {
		width: 100%;
	}
	
	#MenuPrincipal {
		display: none;
	}
	
	#g-navigation .g-grid:nth-child(5) {
		width: 95%;
		margin-inline: 2.5%;
	}
	
	#barraMobile {
		display: block;
	}
	
	#MenuPrincipal .g-content {
		padding: 30px 0;
	}
	
	#MenuPrincipal .dj-megamenu-default li a.dj-up_a {
		padding: 0 12px;
	}
	
	#menuMobile {
		
	}
	    
    .filterNews .pagecontent .pagination .backward, .filterNews .pagecontent .pagination .forward {
        font-size:10px;
        height: 25px;
        line-height: 25px;
    }
    
    .filterNews .pagecontent .pagination .page {
        font-size:10px;
        width: 20px;
        height: 25px;
        line-height: 25px;
    }
    
    .finder #search-form .awesomplete {
        width: 100%;
    }
    
    #news .destaque {
        padding: 20px;
        margin-bottom: 0;
    }
    
    #g-mainbar .detalheNoticia .descricao.w50, #g-mainbar .detalheNoticia .descricao.allContent, #g-mainbar .detalheNoticia .item.allContent {
        width:100% !important;
        padding-right:0;
    }
    
    #g-mainbar .detalheNoticia .item.allContent .item-image, #g-mainbar .detalheNoticia .item.press.allContent .desc.pressRelease {
        width:100%;
    }
    
    #g-mainbar .detalheNoticia .item.w50 {
        width:100%;
        padding-left:0;
    }
    
    #g-mainbar .detalheNoticia .item.press .desc.pressRelease, #g-mainbar .detalheNoticia .pressRelease .item {
        padding: 10px 0;
    }
    
    #g-mainbar .detalheNoticia .desc.pressRelease iframe, #g-mainbar .detalheNoticia .pressRelease .item iframe {
        width: 415px !important;
    }
    
    #g-mainbar .detalheNoticia .video .item {
        margin: 10px 0;
    }
    
    #g-mainbar .detalheNoticia .video iframe {
        height: 230px;
        width: 415px;
    }
    
    #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;
    }
    
    #news .video {
        width: 100%;
    }
    
    #news .video iframe {
        width: 470px;
        height: 260px;
    }
    
    #news .video .item {
        width: 100%;
    }

    .Atalhos {
        padding: 10px 0px;
        font-size: 11px;
    }

    .g-logo {
        text-align:left;
    }

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

    #partilha {
        position: relative;
        right: auto;
        text-align: center;
        top: 0;
        margin-bottom:20px;
    }
    
    #g-container-main .size-80 .g-content {
        margin: 0;
    }
    
    #g-mainbar {
        padding: 30px 10px;
    }
    
	#g-container-main .size-80 #g-mainbar {
		padding: 50px 0px 0 0px;
	}
	
    #g-mainbar .page-header h1, #g-mainbar .page-header h2, #corpo #titulo, #corpo h2, #NewsPage h2, #NewsPage h3 {
        font-size:35px;
        width:100%;
        text-align:center;
    }
    
    #g-mainbar .item-image img {

    }
    
    #g-mainbar figure.item-image img {
        max-width: 50%;
        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, .bfQuickMode {
        font-size:16px;
    }
    
    #corpo p:nth-child(1), .bfQuickMode label {
        font-size:19px;
    }
    
    #corpo p:nth-child(1) {
        margin-top: 25px;
        text-align: justify;
    }
    
    .bfQuickMode .form-actions {
        right: 10px;
    }
    
    
    #multimedia .multimediaContainer {
	    padding: 20px;
	}
	#multimedia .multimediaContainer .searchBar {
		-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) !important;
	    height: 100%;
	    left: -100%;
	    top: 100px;
	    z-index: 3;
	    -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;
	}
	#multimedia .searchBar .searchBarContent {
        position: relative;
		width: 100%;
		margin-right: 0;
    }
	#multimedia .searchBar .form-group {
	    width: 100%;
	}
	#multimedia .multimediaContainer .searchBar #find {
	    top: 15px;
	}
	#multimedia .searchBar .closeSearch {
	    background: #ffe26c;
	    width: auto;
	    display: inline-block;
	    padding: 5px 10px;
	    font-family: 'Chivo-Medium', sans-serif;
	    color: #000000;
	    margin-top: 20px;
	}
	#multimedia .resultsContent .searchButton {
		background: #ffe26c;
	    width: auto;
	    display: inline-block;
	    padding: 5px 10px;
	    font-family: 'Chivo-Medium', sans-serif;
	    color: #000000;
	    font-size: 16px;
	}
	#multimedia .resultsContent .mobile {
        display: block;
        position: absolute;
        top: 0;
        height: 50px;
        width: fit-content;
        left: 0;
        padding-top: 9px;
        padding-left: 20px;
        text-align: left;
		z-index: 2;
	}
	#multimedia .multimediaContainer .resultsContent {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
	}
	#multimedia .videoItem {
    	width: 100%;
	}
	#multimedia .videoItem iframe, #multimedia .videoItem img {
        height: 200px !important;
        width: 350px;
    }
	#multimedia .videoItem h2, #multimedia .videoItem h5 {
        padding-top:5px;
        text-align:center;
    }
	#multimedia .seeVideo .closeVideo {
		right: 18px;
	}
	#multimedia .seeVideo .video, #multimedia .seeVideo .video-pop {
	    margin-top: 90px;
	}
	#multimedia .seeVideo .video iframe, #multimedia .seeVideo .video-pop iframe, #multimedia .seeVideo .video img, #multimedia .seeVideo .video-pop img {
	    height: 471px !important;
	}
    
	
	.itemid-472 #news .g-content {
		width: 100%;
	}
	
	#news .newsBlocks {
		grid-row-gap: 30px;
        grid-column-gap: 10px;
	}
	
    #news .newsBlocks .item {
        width: calc((100% - (10px * (2 - 1))) / 2);
    }
    
    #NewsPage .item {
        width: 48%;
        margin: 0 0.5% 10px 0.5%;
        height: 405px;
    }
    #NewsPage .itemInfo {
        font-size:14px;
    }
    
    #NewsPage .item .itemDescription, #news .newsBlocks .item .itemContent .itemDescription  {
        font-size:14px;
    }
    
    #news .newsBlocks .item .itemContent .itemInfo .cat {
		font-size: 15px;
		padding: 10px 10px;
	}
	
    #NewsPage .item h2, #NewsPage .item h3, #NewsPage .item h4, #news .newsBlocks .item .itemContent h2, #news .newsBlocks .item .itemContent h4 {
        font-size:19px;
    }
    
    #NewsPage .item .itemImage {
        max-height: 145px;
    }
    
    .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;
        margin-left: 0;
        position: fixed;
        background: rgb(255, 255, 255);
        height: 100%;
        left: -100%;
        top: 100px;
		z-index: 10;
        -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;
    }
    
    .pagecontent {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
        margin: 0;
    }
    
    #news .newsBlocks {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .filterNews {
        
    }
    
    .contentDocs .mobile, .filterNews .mobile {
        display: block;
    }
    
    .closeSearch {
        display:inline-block;
    }
    
    #news .multipleImages50 img, #news .multipleImages img {
        width:auto;
        padding-left: 0px;
        padding-right: 0px;
        display:block;
        margin-left: auto;
        margin-right: auto;
        max-width:100%;
    }
    
    #news .navigateArticle a {
        padding: 6px 10px;
        font-size: 14px;
    }
    
    .itemid-1509 #g-container-main #g-mainbar, .itemid-1563 #g-container-main #g-mainbar, .itemid-1564 #g-container-main #g-mainbar, .itemid-472 #g-container-main #g-mainbar {
        padding: 30px 10px;
    }
    
    .membro {
        padding: 20px 0;
        margin-bottom: 20px;
    }
    
    .foto {
        width: 50%;
        margin: 0 auto;
    }
    
    #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;
    }
    
    .bfQuickMode input[type=text], .bfQuickMode textarea, .bfQuickMode select, .bfQuickMode .uneditable-input {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
    
    .TreeDocs {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
        vertical-align: top;
        margin: 0;
        padding: 30px 20px 160px 20px;
        display: inline-block !important;
        position: fixed;
        background: rgb(255, 255, 255);
        height: 100%;
        left: -100%;
        top: 115px;
        z-index: 3;
        -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;
        overflow-y: scroll;
    }
    
    .contentDocs {
        width:100%;
    }
    
    #documentos .content-docs .item {
		width: calc((100% - (30px * (2 - 1))) / 2);
    }
    
    #documentos .content-docs .item svg {

    }
    
    #documentos .content-docs .item .catName {

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

    }
    
    #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 #search-form input.js-finder-search-query {
        width: 100% !important;
    }
    
    .finder #search-form .btn {
        width: 100% !important;
    }
    
    #search-results .result__title-text {
        font-size:16px;
    }
    
    #g-mainbar .item-image {

    }
    
    #g-mainbar figure.item-image {
		margin-left: 15px;
        margin-bottom: 10px;
	}
	
    #corpo .multipleImages img {
        width: 32.3%;
    }
    
    .itemid-1556 #g-mainbar .item-image, .itemid-1620 #g-mainbar .item-image {
        display:none;
    }
    
    #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;
    }
    
    .itemid-474 #corpo .w60, .itemid-474 #corpo .w40 {
        width: 100%;
        padding: 0;
    }
    
    .estatistica1Modal, .estatistica2Modal, .estatistica3Modal {
        top: 120px;
    }
    
    .itemid-1515 #corpo .w30, .itemid-1516 #corpo .w30, .itemid-1517 #corpo .w30, .itemid-1518 #corpo .w30, .itemid-1519 #corpo .w30 {
        text-align: center;
        margin-bottom: 20px;
    }
    
    #corpo .w30, #corpo .w70, .info {
        width:100%;
        display: block;
    }
    
    #corpo .w30 {
        padding-right:0;
    }
	
	#g-container-main .size-80 {
		padding-inline: 2.5%;
	}

	#documentos .TreeDocs {
		padding-inline: 2.5%;
		min-height: unset !important;
		width: 100%;
	}

	#documentos .contentDocs {
		width: 100%;
		margin-top: 50px;
		padding-inline: 2.5%;
	}
	
	#MenuInferior .menuInfWrapper {
		width: 95%;
		margin-inline: 2.5%;
	}
	
	#MenuInferior .menuInfMain {
		flex-wrap: wrap;
	}
	
	#MenuInferior .menuInfMain .w25.diaC {
		width: calc(50% - 2%);
		margin-bottom: 40px; 
	}
	
	#MenuInferior .menuInfMain .w25.tlfem {
		width: calc(50% - 0%);
		margin-right: 0%;
		margin-bottom: 40px;
	}
	
	#MenuInferior .menuInfMain .w25.morada {
		width: calc(50% - 2%);
	}
	
	#MenuInferior .menuInfMain .w25.horario {
		width: calc(50% - 0%);
	}
	
    #BarraCopyright .g-content {
        padding: 10px !important;
    }
    
    #BarraCopyright .w30 {
        width: 15%;
    }
    #BarraCopyright .w40 {
        width: 65%;
        text-align: center;
    }
    #BarraCopyright .w30 span {
        display: none;
    }
    
    #BarraCopyright .w30 .text {
        display:none;
    }
    
    #BarraCopyright .company {
        position: absolute;
        right: 0;
        bottom: 15px;
    }

}


@media (min-width: 592px) and (max-width: 767px) {
	    
    #MapaSite .g-content {
        width: 60%;
    }
	#MapaSite .logo img {
        width: 80px;
	}
	#MapaSite li {
	    font-size: 14px;
	}
	#MapaSite .hideMenuMobile {
	    left: 50%;
	}
	#MapaSite .nav-child {
	    padding: 0 12px;
	}
    
	#barraTopo .mainBar .mLeft {
		padding: 5px 5px;
	}
	
	#barraTopo .mainBar .mLeft .contactos {
		margin-inline: 0px;
	}
	
	#barraTopo .mainBar .mLeft .contactos svg {
		min-width: 30px;
		max-width: 30px;
		min-height: 30px;
		max-height: 30px;
		margin-inline: 5px;
	}
	
	#barraTopo .mainBar .mLeft .documentos {
		margin-inline: 0px;
	}
	
	#barraTopo .mainBar .mLeft .documentos svg {
		min-width: 30px;
		max-width: 30px;
		min-height: 30px;
		max-height: 30px;
		margin-inline: 5px;
	}
	
	#barraTopo .mainBar .mLeft .taxaturistica {
		margin-inline: 0px;
	}
	
	#barraTopo .mainBar .mLeft .taxaturistica svg {
		min-width: 30px;
		max-width: 30px;
		min-height: 30px;
		max-height: 30px;
		margin-inline: 5px;
	}
	
	#barraTopo .mainBar .mRight .itemRedes svg path {
		fill: #1d1d1b;
	}
		
	#barraTopo .mainBar .mLeft .taxaturistica svg path {
		fill: #1d1d1b;
	}
	
	#barraTopo .mainBar .mLeft .contactos svg path {
		fill: #1d1d1b;
	}
	
	#barraTopo .mainBar .mLeft .documentos svg path {
		fill: #1d1d1b;
	}
		
	#barraTopo .mainBar .mLeft span {
		display: none;
	}
	
	#barraTopo .mainBar .mRight {
		padding: 5px 10% 5px 5%;
	}
	
	#barraTopo .mainBar .mRight .mRedes {
		height: 30px;
	}
	
	#barraTopo .mainBar .mRight .itemRedes {
		height: 30px;
	}
	
	#barraTopo .mainBar .mRight .itemRedes svg {
		min-width: 30px;
		max-width: 30px;
		min-height: 30px;
		max-height: 30px;
		padding: 6px;
    }
	
	#barraTopo .mainBar .mRight .itemRedes.tradutor select {
		min-width: 30px;
		max-width: 30px;
		min-height: 30px;
		max-height: 30px;
	}
	
	#g-navigation .g-grid:nth-child(3) {
		width: 95%;
		margin-inline: 2.5%;
	}
	
	#logo .logo {
		height: 60px;
	}
	
	#logo .logo svg, #logo .logo img {
		height: 60px;
        padding: 0;
        margin-top: 5px;
	}
	
	#g-navigation .g-grid:nth-child(4) {
		width: 100%;
	}
	
	#MenuPrincipal {
		display: none;
	}
	
	#g-navigation .g-grid:nth-child(5) {
		width: 95%;
		margin-inline: 2.5%;
	}
	
	#barraMobile {
		display: block;
	}
	
	#MenuPrincipal .g-content {
		padding: 30px 0;
	}
	
	#MenuPrincipal .dj-megamenu-default li a.dj-up_a {
		padding: 0 12px;
	}
	
	#menuMobile {
		
	}
	    
    .filterNews .pagecontent .pagination .backward, .filterNews .pagecontent .pagination .forward {
        font-size:10px;
        height: 25px;
        line-height: 25px;
    }
    
    .filterNews .pagecontent .pagination .page {
        font-size:10px;
        width: 20px;
        height: 25px;
        line-height: 25px;
    }
    
    #g-mainbar .detalheNoticia .descricao.w50, #g-mainbar .detalheNoticia .descricao.allContent, #g-mainbar .detalheNoticia .item.allContent {
        width:100% !important;
        padding-right:0;
    }
    
    #g-mainbar .detalheNoticia .item.allContent .item-image, #g-mainbar .detalheNoticia .item.press.allContent .desc.pressRelease {
        width:100%;
    }
    
    #g-mainbar .detalheNoticia .item.w50 {
        width:100%;
        padding-left:0;
    }
    
    #g-mainbar .detalheNoticia .item.press .desc.pressRelease, #g-mainbar .detalheNoticia .pressRelease .item {
        padding: 10px 0;
    }
    
    #g-mainbar .detalheNoticia .desc.pressRelease iframe, #g-mainbar .detalheNoticia .pressRelease .item iframe {
        width: 475px !important;
    }
    
    #g-mainbar .detalheNoticia .multipleImages img, #g-mainbar .detalheNoticia .multipleImages50 img {
        width: 49.5%;
    }
    
    #g-mainbar .detalheNoticia .video .item {
        margin:10px 0;
    }
    
    #g-mainbar .detalheNoticia .video iframe {
        height: 265px;
        width: 470px;
    }
    
    #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;
    }
    
    #news .video {
        width: 100%;
    }
    
    #news .video iframe {
        width: 592px;
        height: 330px;
    }
    
    #news .video .item {
        width: 46%;
    }

    .Atalhos {
        padding: 10px 0px;
    }

    .g-logo {
        text-align:left;
    }

    #altura {
        height:110px;
    }
    
    #g-container-main .size-10 {
        display:none;
    }
    
    #g-container-main .size-80 {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
    }

	#documentos .TreeDocs {
		padding-inline: 2.5%;
		min-height: unset !important;
		width: 100%;
	}

	#documentos .contentDocs {
		width: 100%;
		margin-top: 50px;
		padding-inline: 2.5%;
	}
	
    #g-container-main .size-80 .g-content {
        margin: 0;
    }
    
    #g-mainbar {
        padding: 30px 10px;
    }
    
	#g-container-main .size-80 #g-mainbar {
		padding: 50px 0px 0 0px;
	}
	
    #g-mainbar .item-image img {

    }
    
    #g-mainbar figure.item-image {
        margin-left: 15px;
    }
    
    #g-mainbar figure.item-image img {
        max-width: 240px;
        max-height: 350px;
    }
    
    #g-mainbar .item-image {
        margin-bottom: 10px;
    }
    
    #partilha {
        right: 20px;
        top: 34px;
    }
    
    #g-mainbar .page-header h1, #g-mainbar .page-header h2, #corpo #titulo, #corpo h2, #NewsPage h2, #NewsPage h3 {
        width: 75%;
    }
    
    .bfQuickMode input[type=text], .bfQuickMode textarea, .bfQuickMode select, .bfQuickMode .uneditable-input {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
    
    .bfQuickMode .form-actions {
        right: 10px;
    }
    
    #breadcrumb .g-content {

    }
    
    .breadcrumb, .breadcrumbbread {
        padding: 2px 0;
    }
    
    
    .itemid-1733 #partilha {
        right: 20px;
        top: 5px;
    }
    #multimedia .multimediaContainer {
	    padding: 20px;
	}
	#multimedia .multimediaContainer .searchBar {
		-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) !important;
	    height: 100%;
	    left: -100%;
	    top: 100px;
	    z-index: 3;
	    -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;
	}
	#multimedia .searchBar .searchBarContent {
        position: relative;
		width: 100%;
		margin-right: 0;
    }
	#multimedia .searchBar .form-group {
	    width: 100%;
	}
	#multimedia .multimediaContainer .searchBar #find {
	    top: 15px;
	}
	#multimedia .searchBar .closeSearch {
	    background: #ffe26c;
	    width: auto;
	    display: inline-block;
	    padding: 5px 10px;
	    font-family: 'Chivo-Medium', sans-serif;
	    color: #000;
	    margin-top: 20px;
	}
	#multimedia .resultsContent .searchButton {
		background: #ffe26c;
	    width: auto;
	    display: inline-block;
	    padding: 5px 10px;
	    font-family: 'Chivo-Medium', sans-serif;
	    color: #000;
	    font-size: 16px;
	}
	#multimedia .resultsContent .mobile {
        display: block;
        position: absolute;
        top: 0;
        height: 50px;
        width: fit-content;
        left: 0;
        padding-top: 9px;
        padding-left: 20px;
        text-align: left;
		z-index: 2;
	}
	#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 {
    	width: 49.6%;
	}
	#multimedia .videoItem iframe, #multimedia .videoItem img {
        height: auto !important;
        width: 240px;
    }
    
    #multimedia .videoItem h2, #multimedia .videoItem h5 {
        font-size:18px;
        text-align:center;
        padding-top: 0;
    }
    
	#multimedia .seeVideo .closeVideo {
		right: 18px;
	}
	#multimedia .seeVideo .video, #multimedia .seeVideo .video-pop {
	    margin-top: 90px;
	}
	#multimedia .seeVideo .video iframe, #multimedia .seeVideo .video-pop iframe, #multimedia .seeVideo .video img, #multimedia .seeVideo .video-pop img {
	    height: 471px !important;
	}
    
    
    #NewsPage .item {
        width: 48.5%;
        margin: 0 0.5% 10px 0.5%;
        height: 405px;
    }
    
    #NewsPage .item h3, #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: 50%;
        margin: 0 auto;
        display:block;
    }
    
    #normal {
        display:none !important;
    }
    
    .TreeDocs {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
        vertical-align: top;
        margin: 0;
        padding: 30px 20px 160px 20px;
        display: inline-block !important;
        position: fixed;
        background: rgb(255, 255, 255);
        height: 100%;
        left: -100%;
        top: 115px;
        z-index: 3;
        -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;
        overflow-y: scroll;
    }
    
    .membro .info {
        padding-left:0;
        width:100%;
        margin-top: 10px;
    }
    
    .nome {
        text-align: center;
    }
    
    .contentDocs {
        width: 100%;
    }
    
    .contentDocs .mobile {
        display: block;
    }
    
    .closeSearch {
        display:inline-block;
    }
    
    .itemid-1061 #g-mainbar {
        padding: 0;
    }
    
    .itemid-1061 #g-mainbar #documentos {

    }
    
    #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;
    }
    
    #documentos .content-docs .item {
		width: calc((100% - (30px * (3 - 1))) / 3);
    }
    
    #documentos .content-docs .item .icon {

    }
    
    #documentos .content-docs .item svg {

    }
    
    #documentos .content-docs .item .catName {

    }
    
    #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;
    }
    
    .itemid-1466 table tr td:nth-child(3) {
        display:none;
    }
    
    table thead td {
        font-size: 17px;
    }
    
    table tbody td {
        font-size: 16px;
    }
    
    .estatistica1Modal, .estatistica2Modal, .estatistica3Modal {
        top:120px;
    }
    
    .sideFilter {
        -webkit-flex: 0 30%;
        -moz-flex: 0 30%;
        -ms-flex: 0 30%;
        flex: 0 30%;
        width: 30%;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 20px;
    }
    
    .sideFilter #find {
        right: 20px;
    }
    
    .sideFilter .closeSearch {
        display:none;
    }
    
    .pagecontent {
        -webkit-flex: 0 59%;
        -moz-flex: 0 59%;
        -ms-flex: 0 59%;
        flex: 0 59%;
        width: 59%;
        margin-left: 39%;
    }
    
    .itemid-472 #g-mainbar, .itemid-1509 #g-container-main #g-mainbar {
        padding: 0 10px 0 0;
    }
	
	.itemid-472 #news .g-content {
		width: 100%;
	}
	
    #news .newsBlocks .item {
        width: calc((100% - (30px * (1 - 1))) / 1);
    }
  
    #news .newsBlocks .itemInfo {
        font-size: 12px;
    }
    
    #news .newsBlocks .item .itemContent h2, #news .newsBlocks .item .itemContent h4 {
        font-size: 18px;
    }
    
    #news .newsBlocks .item .itemContent .itemDescription  {
        font-size:13px;
        margin-top:0px;
    }
    
    #g-mainbar .newsBlocks .item .itemDescription li {
        font-size: 13px;
    }
    
    .itemid-1563 #g-container-main #g-mainbar, .itemid-1564 #g-container-main #g-mainbar {
        padding: 30px 10px;
    }
    
    #news .navigateArticle a {
        font-size: 16px;
        padding: 6px 12px;
    }
    
    .itemid-474 #corpo .w60 {
        width: 100%;
        display: block;
        padding: 0;
    }
    
    .itemid-474 #corpo .w40 {
        width: 100%;
        display: block;
    }
    
    #Formulario .bfQuickMode .controls .control-label {
        max-width: 100% !important;
        min-width: 100% !important;
        width: 100% !important;
    }
    
    #corpo .botao {
        font-size: 16px;  
        padding: 5px 12px;
    }
    
    .itemid-1515 #corpo .w30, .itemid-1516 #corpo .w30, .itemid-1517 #corpo .w30, .itemid-1518 #corpo .w30, .itemid-1519 #corpo .w30 {
        width: 40%;
    }
    
    .itemid-1515 #corpo .w30 img.brasao, .itemid-1516 #corpo .w30 img.brasao, .itemid-1517 #corpo .w30 img.brasao, .itemid-1518 #corpo .w30 img.brasao, .itemid-1519 #corpo .w30 img.brasao {
        width: 100%;
    }
    
    .itemid-1515 #corpo .w70, .itemid-1516 #corpo .w70, .itemid-1517 #corpo .w70, .itemid-1518 #corpo .w70, .itemid-1519 #corpo .w70 {
        width: 59%;
    }
    
    .itemid-1515 .info, .itemid-1516 .info, .itemid-1517 .info, .itemid-1518 .info, .itemid-1519 .info {
        width: 100%;
    }
    
    .itemid-1515 .nome, .itemid-1516 .nome, .itemid-1517 .nome, .itemid-1518 .nome, .itemid-1519 .nome {
        text-align: left;
    }
    
    .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;
    }
    
    #search-form form {
        padding: 50px 20px;
    }
    
    .finder #search-form input.js-finder-search-query {
        width: 100% !important;
    }
    
    .finder #search-form .btn {
        width: 20% !important;
    }
    
    .finder #search-form .awesomplete {
        width: 80%;
    }
	
	#g-container-main .size-80 {
		padding-inline: 2.5%;
	}

	#MenuInferior .menuInfWrapper {
		width: 95%;
		margin-inline: 2.5%;
	}
	
	#MenuInferior .menuInfMain {
		flex-wrap: wrap;
	}
	
	#MenuInferior .menuInfMain .w25.diaC {
		width: calc(50% - 2%);
		margin-bottom: 40px; 
	}
	
	#MenuInferior .menuInfMain .w25.tlfem {
		width: calc(50% - 0%);
		margin-right: 0%;
		margin-bottom: 40px;
	}
	
	#MenuInferior .menuInfMain .w25.morada {
		width: calc(50% - 2%);
	}
	
	#MenuInferior .menuInfMain .w25.horario {
		width: calc(50% - 0%);
	}
	
	#BarraCopyright .g-content {
        padding: 10px !important;
    }
    
    #BarraCopyright .w30 {
        width: 24%;
    }
    #BarraCopyright .w40 {
        width: 50%;
    }
    
    #BarraCopyright .w30 .text {
        display:none;
    }
    
    #BarraCopyright .company {
        position: absolute;
        right: 0;
        bottom: 15px;
    }

}


@media (min-width: 768px) and (max-width: 958px) {
	#MapaSite .logo img {
        width: 80px;
	}
	#MapaSite li {
	    font-size: 14px;
	}
	#MapaSite .hideMenuMobile {
	    left: 43%;
	}
	#MapaSite .nav-child {
	    padding: 0 17px;
	}
    
 	#barraTopo .mainBar .mLeft {
		padding: 5px 5px;
	}
	
	#barraTopo .mainBar .mLeft .contactos {
		margin-inline: 0px;
	}
	
	#barraTopo .mainBar .mLeft .contactos svg {
		min-width: 30px;
		max-width: 30px;
		min-height: 30px;
		max-height: 30px;
		margin-inline: 5px;
	}
	
	#barraTopo .mainBar .mLeft .documentos {
		margin-inline: 0px;
	}
	
	#barraTopo .mainBar .mLeft .documentos svg {
		min-width: 30px;
		max-width: 30px;
		min-height: 30px;
		max-height: 30px;
		margin-inline: 5px;
	}
	
	#barraTopo .mainBar .mLeft .taxaturistica {
		margin-inline: 0px;
	}
	
	#barraTopo .mainBar .mLeft .taxaturistica svg {
		min-width: 30px;
		max-width: 30px;
		min-height: 30px;
		max-height: 30px;
		margin-inline: 5px;
	}
	
	#barraTopo .mainBar .mRight .itemRedes svg path {
		fill: #1d1d1b;
	}
		
	#barraTopo .mainBar .mLeft .taxaturistica svg path {
		fill: #1d1d1b;
	}
	
	#barraTopo .mainBar .mLeft .contactos svg path {
		fill: #1d1d1b;
	}
	
	#barraTopo .mainBar .mLeft .documentos svg path {
		fill: #1d1d1b;
	}
		
	#barraTopo .mainBar .mLeft span {
		display: none;
	}
	
	#barraTopo .mainBar .mRight {
		padding: 5px 10% 5px 5%;
	}
	
	#barraTopo .mainBar .mRight .mRedes {
		height: 30px;
	}
	
	#barraTopo .mainBar .mRight .itemRedes {
		height: 30px;
	}
	
	#barraTopo .mainBar .mRight .itemRedes svg {
		min-width: 30px;
		max-width: 30px;
		min-height: 30px;
		max-height: 30px;
		padding: 6px;
    }
	
	#barraTopo .mainBar .mRight .itemRedes.tradutor select {
		min-width: 30px;
		max-width: 30px;
		min-height: 30px;
		max-height: 30px;
	}
	
	#g-navigation .g-grid:nth-child(3) {
		width: 95%;
		margin-inline: 2.5%;
	}
	
	#logo .logo {
		height: 60px;
	}
	
	#logo .logo svg, #logo .logo img {
		height: 60px;
        padding: 0;
        margin-top: 5px;
	}
	
	#g-navigation .g-grid:nth-child(4) {
		width: 100%;
	}
	
	#MenuPrincipal {
		display: none;
	}
	
	#g-navigation .g-grid:nth-child(5) {
		width: 95%;
		margin-inline: 2.5%;
	}
	
	#barraMobile {
		display: block;
	}
	
	#MenuPrincipal .g-content {
		padding: 30px 0;
	}
	
	#MenuPrincipal .dj-megamenu-default li a.dj-up_a {
		padding: 0 12px;
	}
	
	#menuMobile {
		
	}
	     
    #MapaSite .hideMenuMobile {
	    left: 44%;
	}
	
	#MapaSite li {
	    font-size: 14px;
	}
	  
    .filterNews .pagecontent .pagination .backward, .filterNews .pagecontent .pagination .forward {
        font-size:12px;
        height: 25px;
        line-height: 25px;
    }
    
    .filterNews .pagecontent .pagination .page {
        font-size:12px;
        width: 20px;
        height: 25px;
        line-height: 25px;
    }
    
    #g-mainbar .detalheNoticia .descricao.w50, #g-mainbar .detalheNoticia .descricao.allContent, #g-mainbar .detalheNoticia .item.allContent {
        width:100% !important;
        padding-right:0;
    }
    
    #g-mainbar .detalheNoticia .item.w50 {
        width:100%;
        padding-left:0;
    }
    
    #g-mainbar .detalheNoticia .desc.pressRelease iframe, #g-mainbar .detalheNoticia .pressRelease .item iframe {
        width: 300px !important;
        min-width: 0 !important;
    }
    
    #g-mainbar .detalheNoticia .multipleImages img, #g-mainbar .detalheNoticia .multipleImages50 img {
        width: 49.5%;
    }
    
    #g-mainbar .detalheNoticia .video iframe {
        height: 170px;
        width: 300px;
    }
    
    #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;
    }
    
    .Atalhos {
        padding: 10px 0px;
    }

    .g-logo {
        text-align:left;
    }

    #altura {
        height:110px;
    }
    
    #g-container-main .size-10 {
        display:none;
    }
    
    #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 {
        margin: 0;
    }
    
    #g-mainbar {
        padding: 30px 10px;
    }
	
	#g-container-main .size-80 #g-mainbar {
		padding: 50px 0px 0 0px;
	}
    
    #g-mainbar .item-image img {

    }
    
    #g-mainbar figure.item-image {
        margin-left: 15px;
    }
    
    #g-mainbar figure.item-image img {
        max-width: 240px;
        max-height: 350px;
    }
    
    #g-mainbar .item-image {
        margin-bottom: 10px;
    }
    
    #partilha {
        right: 20px;
        top: 34px;
    }
    
    #breadcrumb .g-content {
        
    }
    
    .breadcrumb, .breadcrumbbread {
        padding: 2px 0px;
    }
    
    #multimedia .multimediaContainer .searchBar {
        padding-left: 0;
    }
		
	#multimedia .multimediaContainer .searchBar .searchBarContent {
		position: fixed;
		width: calc(90vw * 0.22);
		margin-right: calc(90vw * 0.02);
		margin-top: 20px;
		border-radius: 10px 0 0 10px;
	}
	
    #multimedia .videoItem {
        width: 100%;
    }
    
    #multimedia .videoItem h2, #multimedia .videoItem h5 {
        text-align:center;
    }
    
    #NewsPage .item {
        margin: 0 0.7% 10px 0.7%;
        height: 410px;
    }
    
    #NewsPage .item h3, #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;
    }
    
    .itemid-1061 #g-mainbar #documentos {

    }
    
    #tickerDocumentos .bn-title {
        width: 150px;
        font-size: 16px;
    }
    
    #tickerDocumentos .bn-news {
        left: 150px;
    }
    
    #tickerDocumentos .bn-news ul li a, #tickerDocumentos .bn-news ul .link {
        font-size:15px;
    }
    
    .TreeDocs {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
        vertical-align: top;
        margin: 0;
        padding: 30px 20px 160px 20px;
        display: inline-block !important;
        position: fixed;
        background: rgb(255, 255, 255);
        height: 100%;
        left: -100%;
        top: 115px;
        z-index: 3;
        -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;
        overflow-y: scroll;
    }
    
    .contentDocs {
        width:100%;
    }
    
    .contentDocs .mobile {
        display:block;
    }
    
    .TreeDocs .closeSearch {
        display:inline-block;
    }
    
    #documentos .content-docs .item {
		width: calc((100% - (30px * (3 - 1))) / 3);
    }
    
    .itemid-1620 #g-mainbar .item-image {
        display:none;
    }
    
    .estatistica1Modal, .estatistica2Modal, .estatistica3Modal {
        top:120px;
    }
    
    .itemid-472 #g-mainbar, .itemid-1509 #g-container-main #g-mainbar {
        padding: 0 10px 0 0;
    }
    
    .sideFilter {
        padding-left: 10px;
        padding-right: 10px;
        -webkit-flex: 0 23%;
        -moz-flex: 0 23%;
        -ms-flex: 0 23%;
        flex: 0 23%;
        width: 23%;
        margin-left: 20px;
    }
    
    .sideFilter #find {
        right: 20px;
    }
    
    .pagecontent {
        -webkit-flex: 0 69%;
        -moz-flex: 0 69%;
        -ms-flex: 0 69%;
        flex: 0 69%;
        width: 69%;
        margin-left: 28%;
    }
    	
	.itemid-472 #news .g-content {
		width: 95%;
	}
	
    #news .newsBlocks .item {
        width: calc((100% - (30px * (2 - 1))) / 2);
    }
    
    .itemid-1563 #g-container-main #g-mainbar, .itemid-1564 #g-container-main #g-mainbar {
        padding: 30px 10px;
    }
    
    #news .navigateArticle a {
        font-size: 17px;
        padding: 6px 13px;
    }
    
    #news .video .item {
        width: 47%;
    }
    
    .itemid-474 #corpo .w60, .itemid-474 #corpo .w40 {
        width: 100%;
        display: block;
    }
    
    #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;
    }
    
    .finder #search-form input.js-finder-search-query {
        width: 100% !important;
    }
    
    .finder #search-form .awesomplete {
        width: 80%;
    }
    
    .finder #search-form .btn {
        width: 19% !important;
    }
	
	#g-container-main .size-80 {
		padding-inline: 2.5%;
	}

	#documentos .TreeDocs {
		padding-inline: 2.5%;
		min-height: unset !important;
		width: 100%;
	}

	#documentos .contentDocs {
		width: 100%;
		margin-top: 50px;
		padding-inline: 2.5%;
	}
	
	#MenuInferior .menuInfWrapper {
		width: 95%;
		margin-inline: 2.5%;
	}
   
	#MenuInferior .menuInfMain {
		flex-wrap: wrap;
	}
	
	#MenuInferior .menuInfMain .w25.diaC {
		width: calc(50% - 2%);
		margin-bottom: 40px; 
	}
	
	#MenuInferior .menuInfMain .w25.tlfem {
		width: calc(50% - 0%);
		margin-right: 0%;
		margin-bottom: 40px;
	}
	
	#MenuInferior .menuInfMain .w25.morada {
		width: calc(50% - 2%);
	}
	
	#MenuInferior .menuInfMain .w25.horario {
		width: calc(50% - 0%);
	}
	
    #BarraCopyright .g-content {
        padding: 10px !important;
    }
    
    #BarraCopyright .w30, #BarraCopyright .w40 {
        width: 32%;
    }
    
    #BarraCopyright .w30 .text {
        display:none;
    }
    
    #BarraCopyright .company {
        position: absolute;
        right: 0;
        bottom: 15px;
    }
	
}


@media (min-width: 959px) and (max-width: 1199px) {
 	#g-navigation .g-grid:nth-child(3) {
		width: 95%;
		margin-inline: 2.5%;
	}
	
	#g-navigation .g-grid:nth-child(4) {
		width: 100%;
	}
	
	#MenuPrincipal .g-content {
		padding: 30px 0;
	}
	
	#MenuPrincipal .dj-megamenu-default li.dj-up.itemid1915 {
		margin-left: 25px !important;
	}
	
	#MenuPrincipal .dj-megamenu-default li a.dj-up_a {
		padding: 0px 10px;
		font-size: 12px;
	}
	
	#menuMobile {
		display: none !important;
	}
	
	#MapaSite .hideMenuMobile {
	    left: 45%;
	}
	  
    #g-mainbar .detalheNoticia .descricao.w50, #g-mainbar .detalheNoticia .item.w50 {
        width:49.5%;
    }
    
    #g-mainbar .detalheNoticia .descricao.allContent, #g-mainbar .detalheNoticia .item.allContent {
        width:100%;
    }
    
    #g-mainbar .detalheNoticia .desc.pressRelease iframe, #g-mainbar .detalheNoticia .pressRelease .item iframe {
        width: 375px !important;
    }
    
    #g-mainbar .detalheNoticia .video iframe {
        height: 210px;
        width: 375px;
    }
    
    /*#g-navigationmain img {
        margin-left: -5px;
        width: 115px;
    }*/
    
    #g-navigationmain {
        padding: 0 20px;
    }
    #barra .w33.icons {
        right: 10px;
    }
    
    #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;
    }
    	
	.itemid-472 #news .g-content {
		width: 95%;
	}
	
    .Atalhos {
        padding: 10px 0;
    }

    #breadcrumb .g-content {
    }
    
    .breadcrumb, .breadcrumbbread {
        padding: 2px 0px;
    }
    
    #g-sidebar .g-content {
    }

    #g-mainbar {
        padding: 30px 20px 0 30px;
    }
    
    #g-mainbar .item-image img {

    }
    
    #g-mainbar figure.item-image img {
        max-width: 280px;
        max-height: 300px;
    }
    
    #g-mainbar .page-header h1, #g-mainbar .page-header h2, #corpo #titulo, #corpo h2, #NewsPage h2, #NewsPage h3 {
        width: 74%;
    }
    
    
    #multimedia .multimediaContainer .searchBar {
        padding-left: 0;
		left: auto !important;
    }
		
	#multimedia .multimediaContainer .searchBar .searchBarContent {
		position: fixed;
		width: calc(90vw * 0.22);
		margin-right: calc(90vw * 0.02);
		margin-top: 20px;
		border-radius: 10px 0 0 10px;
	}
	
    #multimedia .videoItem {
        width: 49.7%;
    }
    #multimedia .videoItem iframe, #multimedia .videoItem img {
       height: 165px;
        width: 290px;
    }
    #multimedia .videoItem h2, #multimedia .videoItem h5 {
        text-align: center;
        padding: 5px 0.5% 20px;
        font-size:18px;
    }
    
    #NewsPage .item {
        margin: 0 0.5% 10px 0.5%;
        width: 48.5%;
        height: 410px;
    }
    
    #NewsPage .itemInfo {
        font-size:14px;
    }
    
    .foto {
        width: 200px;
    }
    
    .info {
        width: 60%;
    }
    
    .itemid-1061 #g-mainbar {
        padding: 0;
    }
    
    .itemid-1061 #g-mainbar #documentos {

    }

    #documentos .content-docs .item {
		width: calc((100% - (30px * (3 - 1))) / 3);
    }
    
    #documentos .content-docs .item .catName {
		
    }
    
    #documentos .content-docs .item svg {

    }
    
    #documentos .documents a {

    }
    
    #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 {
        padding-right: 20px;
        margin-left: 30px;
    }
    .sideFilter #find {
        right: 30px;
    }
    
    .itemid-472 #g-mainbar, .itemid-1509 #g-container-main #g-mainbar {
        padding: 0 20px 0 0;
    }
    	
	.itemid-472 #news .g-content {
		width: 95%;
	}
	
    #news .newsBlocks {

    }
    
    #news .newsBlocks .item {

    }
    
    #news .video .item {
        width: 30%;
    }
    
    .itemid-1563 #g-container-main #g-mainbar, .itemid-1564 #g-container-main #g-mainbar {
        padding: 30px 20px;
    }
    
    .itemid-474 #corpo .w60 {
        width: 100%;
        display: block;
    }
    
    .itemid-474 #corpo .w40 {
        width: 100%;
    }
    
    #corpo .w30 img {
        width: 100%;
    }
    
    .itemid-1515 #corpo .w30, .itemid-1516 #corpo .w30, .itemid-1517 #corpo .w30, .itemid-1518 #corpo .w30, .itemid-1519 #corpo .w30 {
        width: 35%;
    }
    
    .itemid-1515 #corpo .w70, .itemid-1516 #corpo .w70, .itemid-1517 #corpo .w70, .itemid-1518 #corpo .w70, .itemid-1519 #corpo .w70 {
        width: 64%;
    }
    
    .itemid-1182 #g-mainbar {
        padding: 50px 20px 25px 20px;
    }
    
    .itemid-1182 #g-mainbar .w33 {
        padding: 10px;
        margin: 0 0.3%;
        width: 49%;
    }
    
    .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;
    }
    
    
    .finder #search-form .awesomplete {
        width: 80%;
    }
    
    .finder #search-form .btn {
        width: 19% !important;
    }
	
	#g-container-main .size-10 {
		/*padding-left: 2.5%;*/
		padding-left: 10px;
	}
	
	#g-container-main .size-80 {
		padding-right: 2.5%;
	}

	#documentos .TreeDocs {
		/*padding-left: 2.5%;*/
		padding-left: 10px;
	}

	#documentos .contentDocs {
		padding-right: 2.5%;
	}
	
	#MenuInferior .menuInfWrapper {
		width: 95%;
		margin-inline: 2.5%;
	}
	   
    #BarraCopyright .g-content {
        padding: 10px 20px !important;
    }
    
    #BarraCopyright .w40 {
        width: 28.9%;
    }
}


@media (min-width: 1200px) and (max-width: 1439px) {
 	#g-navigation .g-grid:nth-child(3) {
		width: 95%;
		margin-inline: 2.5%;
	}
	
	#g-navigation .g-grid:nth-child(4) {
		width: 100%;
	}
	
	#menuMobile {
		display: none !important;
	}
	
	#MapaSite .hideMenuMobile {
        left: 45%;
    }
	
    #g-mainbar .detalheNoticia .desc.pressRelease iframe, #g-mainbar .detalheNoticia .pressRelease .item iframe {
        width: 460px !important;
    }
    
    #g-mainbar .detalheNoticia .video iframe {
        height: 260px;
        width: 460px;
    }

    #g-mainbar .item-image {
        margin-bottom: 15px;
    }
    
    #g-mainbar .item-image img {

    }
	
    #g-mainbar figure.item-image img {
        max-width: 300px;
        max-height: 300px;
    }
    
    #multimedia .multimediaContainer .searchBar {
        padding-left: 0;
		left: auto !important;
    }
	
    #multimedia .videoItem iframe, #multimedia .videoItem img {
        height: 155px ;
        width: 260px;
    }
    
    #multimedia .videoItem h2, #multimedia .videoItem h5 {
        font-size:18px;
        text-align:center;
        padding-top:5px;
    }
    
    #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: 200px;
    }
    
    .itemid-1513 .info {
        width: 64%;
    }
    
    #corpo .botao {
        font-size: 16px
    }
    
    .contentDocs {

    }
    
    #documentos .content-docs .item {

    }
    
    #documentos .content-docs .item .icon {

    }
    	
	.itemid-472 #news .g-content {
		width: 95%;
	}
	
    #news .newsBlocks .item {
    }
    
    .itemid-1515 #corpo .w30 img.brasao, .itemid-1516 #corpo .w30 img.brasao, .itemid-1517 #corpo .w30 img.brasao, .itemid-1518 #corpo .w30 img.brasao, .itemid-1519 #corpo .w30 img.brasao {
        width: 100%;
    }
    
    .itemid-1182 #g-mainbar .w33 {
        padding: 25px 10px;
    }
    
    .itemid-1182 #g-mainbar .w33 h3 {
        font-size: 34px;
    }
    
	#g-container-main .size-10 {
		/*padding-left: 2.5%;*/
		padding-left: 10px;
	}
	
	#g-container-main .size-80 {
		padding-right: 2.5%;
	}

	#documentos .TreeDocs {
		/*padding-left: 2.5%;*/
		padding-left: 10px;
	}

	#documentos .contentDocs {
		padding-right: 2.5%;
	}
	
	#multimedia .multimediaContainer .searchBar .searchBarContent {
		position: fixed;
		width: calc(90vw * 0.22);
		margin-right: calc(90vw * 0.02);
		margin-top: 20px;
		border-radius: 10px 0 0 10px;
	}
			
	#MenuInferior .menuInfWrapper {
		width: 95%;
		margin-inline: 2.5%;
	}  
}


@media (min-width: 1440px) and (max-width: 1599px) {
	#g-navigation .g-grid:nth-child(3) {
		width: 95%;
		margin-inline: 2.5%;
	}
	
	#g-navigation .g-grid:nth-child(4) {
		width: 100%;
	}
	
	#menuMobile {
		display: none !important;
	}
	
    #g-mainbar .detalheNoticia .video iframe {
        height: 325px;
        width: 580px;
    }

    #multimedia .multimediaContainer .searchBar {
        padding-left: 0;
		left: auto !important;
    }
	
    #multimedia .videoItem iframe, #multimedia .videoItem img {
        height: 195px !important;
    }
    	
	.itemid-472 #news .g-content {
		width: 95%;
	}
	
    #news .item {
    
	}
    
    #NewsPage .item {
    }
    
    #NewsPage .itemImage {
        max-height: 150px;
    }
    
    #NewsPage .item h3, #NewsPage .item h4, #news .item h4 {
        font-size:19px;
    }
    
    #NewsPage .item .itemDescription, #NewsPage .itemInfo {
        font-size:14px;
    }

    #documentos .contentDocs {
        width: 74%;
    }
	
	#g-container-main .size-10 {
		/*padding-left: 2.5%;*/
		padding-left: 30px;
	}
	
	#g-container-main .size-80 {
		padding-right: 2.5%;
	}
	
	#documentos .TreeDocs {
		/*padding-left: 2.5%;*/
		padding-left: 30px;
	}

	#documentos .contentDocs {
		padding-right: 2.5%;
	}
	
	#MenuInferior .menuInfWrapper {
		width: 95%;
		margin-inline: 2.5%;
	}
}


@media (min-width: 1600px) and (max-width: 1799px) {
	#g-navigation .g-grid:nth-child(3) {
		width: 95%;
		margin-inline: 2.5%;
	}
	
	#g-navigation .g-grid:nth-child(4) {
		width: 100%;
	}
	
	#menuMobile {
		display: none !important;
	}
	
	.itemid-472 #news .g-content {
		width: 95%;
	}
	
    #news .item {

    }
    
    #NewsPage .item {
        height: 410px;
    }
    
    #NewsPage .itemImage {
        max-height: 170px;
    }
    
    #NewsPage .item h3, #NewsPage .item h4, #news .item h4 {
        font-size:19px;
    }
    
    #NewsPage .item .itemDescription {
        font-size:14px;
    }
    
    #news .multipleImages img {
        width:33%;
    }
    
    #news .multipleImages50 img {
        max-width: 49.5%;
	}
	
	#documentos .contentDocs {
        width: 74%;
    }
	
	#g-container-main .size-10 {
		/*padding-left: 2.5%;*/
		padding-left: 30px;
	}
	
	#g-container-main .size-80 {
		padding-right: 2.5%;
	}
	
	#documentos .TreeDocs {
		/*padding-left: 2.5%;*/
		padding-left: 30px;
	}

	#documentos .contentDocs {
		padding-right: 2.5%;
	}
	
    #multimedia .multimediaContainer .searchBar {
        padding-left: 0;
		left: auto !important;
    }
	
	#MenuInferior .menuInfWrapper {
		width: 95%;
		margin-inline: 2.5%;
	}
	
}

@media (min-width: 1800px) {
	#menuMobile {
		display: none !important;
	}
	
    #news .multipleImages50 img {
        max-width: 49.5%;
	}
    
    #news .multipleImages img {
        width:33%;
    }

    #multimedia .multimediaContainer .searchBar {
        padding-left: 0;
		left: auto !important;
    }
	
}
