/* -- Global Template Settings -- */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #80724b;
}

html {
	scroll-behavior: smooth;
}

body .col {
	padding-inline: 0px;
}

body .row {
	margin-inline: 0px;
}

body a:hover {
	color: #a11c1c;
}

/* --- Global - Select Boxes --- */
body .select2-container {
	color: #000;
}

body .select2-container--bootstrap.select2-container--focus .select2-selection, 
body .select2-container--bootstrap.select2-container--open .select2-selection {
	border-color: #1d1d1b;
}

body input[type="color"], 
body input[type="date"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="email"], input[type="month"], 
body input[type="number"], input[type="password"], 
body input[type="search"], input[type="tel"], 
body input[type="text"], input[type="time"], 
body input[type="url"], input[type="week"], 
body input:not([type]), textarea {
	border-color: #1d1d1b;
}

body .select2-container--bootstrap .select2-selection {
	border-color: #1d1d1b;
}

body .select2-container--bootstrap .select2-dropdown {
	border-color: #1d1d1b;
}

body .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
	color: #1d1d1b;
}

body .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
	background-color: #d08d8d;
    color: #fff;
}

body .select2-container--bootstrap .select2-results__option[aria-selected=true] {
	background-color: #a11c1c;
    color: #fff;
}

/* Acessibilidades */
/*  ------- Topo ------- */
#g-top .g-block > .g-particle {
    position: absolute;
    top: -1000px;
}

#g-navigation .g-block > .g-particle {
	position: absolute;
    top: -1000px;
}

/* -- Main - Front Page -- */
/* ------- Navigation ------------ */
#g-navigation {
	position: fixed;
    width: 100%;
    padding: 0px;
    z-index: 999;
	background: #ffffff;
	box-shadow: #0000000d 0px 5px 10px;
}

#g-navigation .g-grid:not(:first-child) {
    width: 1600px;
    margin: auto;
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
	flex-wrap: nowrap;
}

/* ------- Menu Superior --------- */
#g-navigation .g-grid:nth-child(2) {
    width: 1440px;
    padding-top: 0px;
    display: flex;
    justify-content: space-between;
	flex-wrap: nowrap;
	-webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}


#g-navigation .g-grid:nth-child(3) {
    width: 1440px;
    padding: 0px;
	display: flex;
}

#g-navigation .g-grid:nth-child(4) {
	width: 1440px;
    margin: auto;
    padding: 0px;
	display: flex;
    justify-content: space-between;
	align-items: center;
}


#g-navigation .g-grid:nth-child(5) {
	width: unset;
	padding: 0px;
}

/* ---------- topBar --------------- */

#topBar {
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

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

#topBar .mainBar {
	display: flex;
    justify-content: flex-end;	
}

#topBar .menuMain {
	padding-inline: 15px;
}

#topBar .menuMain > span {
	padding-inline: 15px;
}

#topBar .menuMain > span a {
	color: #7f7f7f;
	font-family: 'Poppins-Light', Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#topBar .partilha {
    display: inline-flex;
    align-items: center;
    padding-inline: 15px;
    border-left: 1px solid #737372;
}

#topBar .partilha div {
    display: inline-block;
    width: 20px;
    height: 20px;
}

#topBar .partilha svg {
	width: 20px;
    height: 20px;
}

#topBar .partilha path {
	fill: #a11c1c;
}

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

#pesquisa input[type="text"] {
    line-height: 1;
    height: 35px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #c4c4c4;
    background: #d4d2cc;
    outline: unset;
    box-shadow: unset;
}

#pesquisa .input-group {
	display: inline-flex;
    flex-wrap: nowrap;
}

#pesquisa .awesomplete {
	display: inline-block;
}

#pesquisa .awesomplete #awesomplete_list_1 {
	z-index: 4;
}

#pesquisa button {
	position: relative;
    overflow: hidden;
    width: 30px;
	min-width: 30px;
    height: 35px;
    padding: 5px;
    margin: 0px;
    border: 1px solid #a11c1c;
    border-radius: 0px 5px 5px 0;
    color: transparent;
    background: #a11c1c;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}

#pesquisa button:hover {
	background: #841515;
	border: 1px solid #a11c1c;
}

#pesquisa button span.icon-search {
    position: absolute;
    top: 10px;
    left: 7px;
}

#pesquisa button:hover span.icon-search:before {
	color: #ffbe4c;
}

/* --- Pesquisa - Motor de Buscar - Items --- */


.itemid-345 #search-form .form-inline label {
	font-family: 'Poppins-Regular', sans-serif;
    font-weight: normal;
    color: #3c3c3b;
    font-size: 16px;
    text-align: justify;
}

.itemid-345 #search-form input[type="text"] {
    line-height: 1;
    height: 35px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #c4c4c4;
	color: #3c3c3b;
    background: #d4d2cc;
    outline: unset;
    box-shadow: unset;
}

.itemid-345 #search-form .input-group {
	display: inline-flex;
    flex-wrap: nowrap;
}

.itemid-345 #search-form .awesomplete {
	display: inline-block;
}
.itemid-345 #search-form button {
	position: relative;
    overflow: hidden;
    width: 30px;
	min-width: 30px;
    height: 35px;
    padding: 5px;
    margin: 0px;
    border: 1px solid #a11c1c;
    border-radius: 0px 5px 5px 0;
    color: transparent;
    background: #a11c1c;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}

.itemid-345 #search-form button:hover {
	background: #841515;
	border: 1px solid #a11c1c;
}

.itemid-345 #search-form button span.icon-search {
    position: absolute;
    top: 10px;
    left: 7px;
}

.itemid-345 #search-form button:hover span.icon-search:before {
	color: #ffbe4c;
}


#search-results {
	font-family: 'Poppins-Regular', sans-serif;
    font-weight: normal;
    color: #3c3c3b;
    font-size: 16px;
    text-align: justify;
}

#search-results .result__title {
	font-family: 'Poppins-Medium', sans-serif;
    font-weight: normal;
    color: #3c3c3b;
    font-size: 20px;
}

#search-results .result__date {
	display: none;
}

#search-results .result__taxonomy {
	display: none;
}

#search-results .com-finder__navigation.search-pagination .page-item .page-link {
	color: #a11c1c;
}

#search-results .com-finder__navigation.search-pagination .page-item.active .page-link {
	background-color: #a11c1c;
    border-color: #a11c1c;
	color: #fff;
}

#search-results .com-finder__navigation.search-pagination .page-item.disabled {
    cursor: no-drop;
}

#search-results .com-finder__navigation.search-pagination .page-item.disabled .page-link {
	color: #3c3c3b;
}

/* -------- */

#logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 90px;
    flex: 0 200px;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    position: fixed;
    top: 4px;
}

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

#logo .logo {
    width: fit-content;
	position: relative;
	z-index: 501;
}

#logo .logo.mobile {
	display: none;
}

#logo .logo img {
	height: 100%;
	object-fit: contain;
}

#menuMega {
	z-index: 3;
    display: flex;
    justify-content: flex-end;
    flex: auto;
    width: auto;
    min-width: 345px;
    padding-inline: 2%;
}

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

#menuMega .dj-megamenu-wrapper {
	float: right;
}

#menuMega .dj-megamenu-default {
    width: fit-content;
    background: transparent;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}

#menuMega .dj-megamenu-default li a.dj-up_a {
	height: 40px;
	border: unset;
    color: #333333;
	background: transparent;
	text-transform: uppercase;
    font-family: 'Poppins-Medium', Helvetica, sans-serif;
	font-size: 13px;
    font-weight: normal;
	display: inline-flex;
    align-items: center;
	padding: 0 11px;
}

#menuMega .dj-megamenu-default li a.dj-up_a:hover span, #menuMega .dj-megamenu-default li.hover a.dj-up_a span {
	text-decoration: underline;
}


#menuMega .dj-megamenu-default li a.dj-up_a.active span {
	color: #a11c1c;
	text-decoration: underline;
}

#menuMega .dj-megamenu-default li.dj-up > .dj-subwrap > .dj-subwrap-in {
	background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
}

#menuMega .dj-megamenu-default li div.dj-subcol {
    display: inline-block;
}

#menuMega .dj-megamenu-default li ul.dj-submenu>li, 
#menuMega .dj-megamenu-default li ul.dj-submenu>li.first:last-child {
    border-bottom: 1px solid #878787;
	border-top: unset;
}

#menuMega .dj-megamenu-default li ul.dj-submenu>li:last-child, #menuMega .dj-megamenu-default li:not(.itemid262) ul.dj-submenu li:nth-child(7) {
    border-bottom: unset;
}

#menuMega .dj-megamenu-default li div.dj-subwrap:before {
	content: '';
    display: block;
    height: 10px;
    background: transparent;
}

#menuMega .dj-megamenu-default li:hover div.dj-subwrap, #menuMega .dj-megamenu-default li.hover div.dj-subwrap {
	background: transparent;
    box-shadow: unset;
}

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

#menuMega .dj-megamenu-default li a.dj-up_a span.dj-drop {
    margin: 0 10px 0 10px;
    padding: 0px;
	font-weight: normal;
    border-bottom: 5px solid transparent;
}

#menuMega .dj-megamenu-default li.dj-up.hover a.dj-up_a span.dj-drop {
}

#menuMega .dj-megamenu-default li.dj-up.active a.dj-up_a span.dj-drop {

}

#menuMega .dj-megamenu-default li a.dj-up_a .arrow {
    right: unset;
    left: 5px;
    top: unset;
    position: relative;
    transform: unset;
}

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

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

#menuMega .dj-megamenu-default li ul.dj-submenu>li>a {
	font-family: 'Poppins-Light', Helvetica, sans-serif;
    font-weight: 100;
	font-size: 75%;
    text-wrap-mode: nowrap;
    white-space: nowrap;
    color: #000000;
    margin-left: 0px;
    padding-inline: 10%;
    width: 100%;
}

#menuMega .dj-megamenu-default li ul.dj-submenu>li>a.active, #menuMega .dj-megamenu-default li ul.dj-submenu>li>a.active:hover {
	color: #ffffff;
	font-weight: 600;
	text-decoration: none;
	background: #a11c1c;
}

#menuMega .dj-megamenu-default li ul.dj-submenu>li>a:hover {
    background: #d08d8d;
    color: #fff;
}

#menuMega .dj-megamenu-default li div.dj-subcol:first-child ul.dj-submenu li:first-child a {
	border-radius: 5px 0 0 0;
}


#menuMega .dj-megamenu-default li div.dj-subcol:last-child ul.dj-submenu li:first-child a {
	border-radius: 0 5px 0 0;
}

#menuMega .dj-megamenu-default li:not(.itemid262) div.dj-subcol:first-child ul.dj-submenu li:nth-child(7) a {
	border-radius: 0 0 0 5px;
}

#menuMega .dj-megamenu-default li:not(.itemid262) div.dj-subcol:last-child ul.dj-submenu li:nth-child(7) a {
	border-radius: 0 0 5px 0;
}

#menuMega .dj-megamenu-default li div.dj-subcol:only-child ul.dj-submenu li:first-child a {
    border-radius: 5px 5px 0 0;
}

#menuMega .dj-megamenu-default li:not(.itemid262) div.dj-subcol:only-child ul.dj-submenu li:nth-child(7) a,
#menuMega .dj-megamenu-default li div.dj-subcol:only-child ul.dj-submenu li:last-child a {
    border-radius: 0 0 5px 5px;
}

#label {
	display: flex;
	justify-content: center;
	height: 56px;
	flex: 0 67px;
    width: 67px;
}

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

#label .label {
	display: block;
    width: fit-content;
	height: 192px;
	padding: 0px;
	border-radius: 0px;
	overflow: hidden;
	-webkit-transition: height 1.3s ease;
    -moz-transition: height 1.3s ease;
    -o-transition: height 1.3s ease;
    transition: height 1.3s ease;
}

#label .label:hover {
	filter: brightness(1.1);
}

#label .label.scrolled {
    height: 56px;
}

#label .label.scrolled:hover {
    height: 192px;
}

#label .label img {
	height: 192px;
}

/* ------- Menu Nivel 3 -------- */

#menuLv3 {
	display: block;
	background: #d4d2cc;
	z-index: 2;
}

#menuLv3 .g-content {
    width: 1600px;
    margin: auto;
    padding: 0px;
    display: block; 
}

#menuLv3 .dj-megamenu-default {
	background: transparent;
    display: inline-flex;
    width: 100%;
    justify-content: center;
}

#menuLv3 .dj-megamenu-default li a.dj-up_a {
    height: 40px;
    border: unset;
    color: #333333;
    background: transparent;
    text-transform: uppercase;
    font-family: 'Poppins-Light', Helvetica, sans-serif;
	font-size: 13px;
    font-weight: normal;
    display: inline-flex;
    align-items: center;
    padding: 0 25px;
}

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

#menuLv3 .dj-megamenu-default li a.dj-up_a:hover span, #menuLv3 .dj-megamenu-default li.hover a.dj-up_a span {
	text-decoration: underline;
}


#menuLv3 .dj-megamenu-default li a.dj-up_a.active span {
    font-family: 'Poppins-Regular', Helvetica, sans-serif;
    color: #a11c1c;
    text-decoration: underline;
}


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

#menuLv3 .dj-megamenu-default li ul.dj-submenu>li>a {
	font-family: 'Poppins-Light', Helvetica, sans-serif;
    font-weight: 100;
	font-size: 80%;
    text-wrap-mode: nowrap;
    white-space: nowrap;
    color: #000000;
    margin-left: 0px;
    padding-inline: 10%;
    width: 100%;
}
/* ------- Menu Mobile --------- */

#menuMobile::-webkit-scrollbar {
	width: 8px;
    background: #fff;
}

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

#menuMobile::-webkit-scrollbar-thumb {
	background-color: #80724b;
    border: 1px solid #c8c8c8;
    width: 7px;
}

#menuMobile {
    background: #fff;
    height: 100%;
	width: 70%;
    overflow-y: scroll;
    position: fixed;
	z-index: 11;
    padding-bottom: 330px;
    text-align: center;
	top: 80px;
    box-shadow: -6px 0px 20px 2px #cbcbcb78;
    right: -100%;
    display:none;
	-webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#menuMobile #accordeonck668 li.level1 > span a.accordeonck.isactive {
    color: #000;
    background: #ffffff;
	font-weight: 600;
}

#menuMobile #accordeonck668 li.level1.open > span a.accordeonck.isactive {
    color: #fff;
    background: #a11c1c;
}

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


#menuMobile #accordeonck668 li.level4 > span a {
    padding-left:55px;
}

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

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

#menuMobile #accordeonck668 li.accordeonck > span a:before {
	content: url(/images/logo/LogoM.png);
	padding-right: 10px;
}

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

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

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

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

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

#menuMobile #accordeonck668 li.level3.open > span a {
	background-color: #a11c1c61;
	color: #ffffff;
}

#menuMobile #accordeonck668 li.level4.open > span a {
	background: #a11c1c30;
	color: #ffffff;
}

#menuMobile #accordeonck668 li.level2 > span a.accordeonck.isactive {
	font-weight: 600;
}

#menuMobile #accordeonck668 li.level3 > span a.accordeonck.isactive {
	font-weight: 600;
}


#menuMobile #accordeonck668 li.level4 > span a.accordeonck.isactive {
	font-weight: 600;
}
/* ------- Mobile Bar --------- */

#mobileBar {
	display: none;
	text-align: right;
}

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

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

#mobileBar .botao{
	background: transparent;
    outline: none;
    padding: 0;
    height: 32px;
	display: block;
    cursor: pointer;
}

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

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

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

#mobileBar .partilha {
	display: inline-flex;
}

#mobileBar .partilha div {
	display: inline-block;
    width: fit-content;
}

#mobileBar .partilha svg {
	width: 25px;
	height: 25px;
}

#mobileBar .partilha path {
	fill: #a11c1c;
}

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

#scrollProgressBar {
  position: fixed;
  top: 0;
  left: 0;
  margin-top: -2px;
  height: 2px;
  background: #a11c1c;
  width: 0%;
  z-index: 9999;
  transition: width 0.25s ease;
}
  

/* ---------------- */
/* ---------- G-Slideshow ----------- */

#g-slideshow {
    color: unset;
    background: unset;
    position: relative;
    padding: 0px;
    z-index: 0;
}

/* ---------------- Slider ----------------------- */
#slide .platform-content {
	height: inherit;
}

#slide .hideImageNormal {
	height: inherit;
}

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

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

#slide .sliderPrincipalNormal {
    width:100%;
    margin: 0px auto;
    position:relative;
    overflow:hidden;
    min-height: 750px;
    max-height: 750px;
}

#slide .sliderPrincipalNormal ul {
    margin:0 auto;
}

#slide .sliderPrincipalNormal img {
    width:100%;
}

#slide .sliderPrincipalNormal ul li {
    width:100%;
    list-style:none;
    position:absolute;
    z-index:1;
    height:100%;
	background-position: center;
    background-size: cover;
    top:0;
    left:0;
    right:0;
}
 
#slide .sliderPrincipalNormal #dots {
    position: absolute;
    width: 100%;
    top: unset !important;
	bottom: 10%;
    height: 0px;
    z-index: 9999;
    font-size: 0;
    text-align: center;
    opacity: 1;
}

#slide .sliderPrincipalNormal #dots a {
	background: #ffffff69;
    margin: 0 6px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    display: inline-block;
    cursor: pointer;
}

#slide .sliderPrincipalNormal #dots a.active {
	background: #ffffffcc;
}


#slide .sliderPrincipalNormal .overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
}

#slide .sliderPrincipalNormal .info {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0px;
    top: 27%;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
    z-index: 99;
	pointer-events: none;
}


#slide .sliderPrincipalNormal h2 {
	font-size: 85px;
    line-height: 1;
    margin: 5px 0 3px 0;
    color: #fff;
    z-index: 1;
    position: relative;
    font-family: 'LilyUPC', sans-serif;
    font-weight: normal;
    text-shadow: 1px 2px 0 #00000021, 5px 4px 8px #00000021;
	
}

#slide .sliderPrincipalNormal h3 {
    color: #fff;
    z-index: 1;
    margin-top: 20px;
    position: relative;
    font-size: 30px;
    font-family: 'Poppins-Light', sans-serif;
    font-weight: normal;
	text-shadow: 1px 2px 0 #00000021, 5px 4px 8px #00000021;
}

/* ---------- Mainbar ---------------------------- */
#g-container-main {
	margin-top: 147px;
	margin-bottom:50px;
}

#g-mainbar.section-horizontal-paddings {
	padding-inline: 0px;
}

#g-container-main .g-block.size-75 {
	background: #f2f1ef;
}

#g-container-main .g-block.size-75 #g-mainbar .g-content {
	width: 1200px;
	padding: 0px;
	margin: 0px auto 0px auto;
}

#g-container-main .g-block.size-100 #g-mainbar .g-content {
	width: 1440px;
	padding: 0px;
	margin: 0px auto 0px auto;
}



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

#g-mainbar .page-header {
	margin-top: 0px;
	padding-bottom: 20px;
}

#g-mainbar .page-header h1, #g-mainbar .page-header h2 {
	font-size: 40px;
    font-family: 'LilyUPC', sans-serif;
    color: #3c3c3b;
	line-height: 1;
    margin-top: 0px;
    padding-bottom: 25px;
	padding-right: 100px;
    border-bottom: 1px solid #888787;
	margin-top: 60px;
}

/* --- No Article Pages - (PageContent) --- */
/* Noticias */
.itemid-259 #g-container-main .g-block.size-100 #g-mainbar #PageContent .g-content {
	margin: 0px auto;
}
/* --- Loaders --- */
#g-mainbar .loader {
    text-align: center;
}

#g-mainbar .loaderRotate {
    width: 75px;
    height: auto;
    position: relative;
    /*overflow: hidden;
    transform: rotate(240deg);*/
    display: inline-block;
    margin-bottom: 50px;
	padding: 10px;
}

#g-mainbar .loaderRotate:before {
    content: "";
    width: 75px;
    height: 75px;
    position: absolute;
    left: 0;
    top: 0;
    border: 5px solid #0000;
    border-color: #a11c1c #0000 #0000 #0000;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotate 1s ease-in-out infinite;
    transform: rotate(0deg);
}

@keyframes rotate {
    0% {
      border-width: 3px;
    }
    100% {
      transform: rotate(360deg);
      border-width: 3px;
    }
}

/* ---------- Menu Lateral (O Que Fazemos) ----------------------- */

#menuLateral {
	background: transparent;
}

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

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

#menuLateral h3 {
    padding: 0 5% 0 10%;
    font-size: 20px;
    text-decoration: underline;
    font-family: 'Poppins-Medium', sans-serif;
    color: #3c3c3b;
	margin-top: 60px;
}

#menuLateral div.accordeonck {
	margin: 1.5rem 0 0 0;
}

#menuLateral div.accordeonck .menu {
    background: unset;
    border: unset;
    box-shadow: unset;
	border-radius: 0px;
	padding: 0px;
}

#menuLateral #accordeonck679 li.level1 > span {
    padding: 6px 5% 6px 10%;
	border-bottom: 2px solid #999999;
	cursor: pointer;
	display: inline-flex;
    width: 100%;
	justify-content: space-between;
    align-items: center;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#menuLateral #accordeonck679 li.level1:last-child > span {
	border-bottom: unset;
}

#menuLateral #accordeonck679 li.level1.active > span {
	background: #a11c1c;
    /*border-bottom: unset;*/
}

#menuLateral #accordeonck679 li.level1.open > span {
    border-bottom: unset;
}

#menuLateral #accordeonck679 li.level1 > span:hover {
	background: #a11c1c;
}

#menuLateral #accordeonck679 li.level1 > span a {
	color: #3c3c3b;
    width: fit-content;
    order: 1;
    font-size: 16px;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#menuLateral #accordeonck679 li.level1.active > span a/*, #menuLateral #accordeonck679 li.level1.open > span a*/ {
	color: #ffffff;
	text-decoration: underline;
}

#menuLateral #accordeonck679 li.level1 > span:hover a {
	color: #ffffff;
}

#menuLateral #accordeonck679 li.level2 > span a {
    color: #3c3c3b;
	padding: 6px 5% 6px 20%;
	border-bottom: 2px solid #999999;
	cursor: pointer;
	font-size: 16px;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#menuLateral #accordeonck679 li.level1:last-child li.level2:last-child > span a {
	border-bottom: unset;
}

#menuLateral #accordeonck679 li.level2 > span {
	background: #fff;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#menuLateral #accordeonck679 li.level2.active > span {
    border-bottom: unset;
}

#menuLateral #accordeonck679 li.level1.open li.level2 > span {
	background: #d6d6d6;
}

#menuLateral #accordeonck679 li.level1.open li.level2 > span:hover {
	background: #999999;	
}

#menuLateral #accordeonck679 li.level1.open  li.level2.active > span {
	background: #d08d8d;
}

#menuLateral #accordeonck679 li.level2.active > span a, #menuLateral #accordeonck679 li.level2 > span:hover a {
	color: #ffffff;
}

/*#menuLateral #accordeonck679 li.level2:last-child > span a{
	border-bottom: 1px solid #999999;
}*/

#menuLateral #accordeonck679 li.parent > span span.toggler_icon, #menuLateral #accordeonck679 li.parent.active > span span.toggler_icon {
    margin-left: 10px;
    order: 2;
    position: relative;
    height: 10px;
    width: 10px;
    background: url(/templates/wnpc/images/arrows/nav_arrow_right_icon.png) center center no-repeat !important;
    display: inline-block;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#menuLateral #accordeonck679 li.parent > span:hover span.toggler_icon, #menuLateral #accordeonck679 li.parent.active > span span.toggler_icon {
	filter: invert(1);
}

#menuLateral #accordeonck679 li.parent.open > span span.toggler_icon {
	margin-left: 10px;
    order: 2;
    position: relative;
    height: 10px;
    width: 10px;
    background: url(/templates/wnpc/images/arrows/nav_arrow_down_icon.png) center center no-repeat !important;
    /*filter: invert(1);*/
    display: inline-block;
}

/* ---------- Menu Lateral (Contactos) ----------------------- */

#menuLateral {
	background: transparent;
}

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

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

#menuLateral h3 {
    padding: 0 5% 0 10%;
    font-size: 20px;
    text-decoration: underline;
    font-family: 'Poppins-Medium', sans-serif;
    color: #3c3c3b;
	margin-top: 60px;
}

#menuLateral div.accordeonck {
	margin: 1.5rem 0 0 0;
}

#menuLateral div.accordeonck .menu {
    background: unset;
    border: unset;
    box-shadow: unset;
	border-radius: 0px;
	padding: 0px;
}

#menuLateral #accordeonck692 li.level1 > span {
    padding: 6px 5% 6px 10%;
	border-bottom: 2px solid #999999;
	cursor: pointer;
	display: inline-flex;
    width: 100%;
	justify-content: space-between;
    align-items: center;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#menuLateral #accordeonck692 li.level1:last-child > span {
	border-bottom: unset;
}

#menuLateral #accordeonck692 li.level1.active > span {
	background: #a11c1c;
    /*border-bottom: unset;*/
}

#menuLateral #accordeonck692 li.level1.open > span {
    border-bottom: unset;
}

#menuLateral #accordeonck692 li.level1 > span:hover {
	background: #a11c1c;
}

#menuLateral #accordeonck692 li.level1 > span a {
	color: #3c3c3b;
    width: fit-content;
    order: 1;
    font-size: 16px;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#menuLateral #accordeonck692 li.level1.active > span a/*, #menuLateral #accordeonck692 li.level1.open > span a*/ {
	color: #ffffff;
	text-decoration: underline;
}

#menuLateral #accordeonck692 li.level1 > span:hover a {
	color: #ffffff;
}

#menuLateral #accordeonck692 li.level2 > span a {
    color: #3c3c3b;
	padding: 6px 5% 6px 20%;
	border-bottom: 2px solid #999999;
	cursor: pointer;
	font-size: 16px;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#menuLateral #accordeonck692 li.level2 > span a {
	
}

#menuLateral #accordeonck692 li.level1:last-child li.level2:last-child > span a {
	border-bottom: unset;
}

#menuLateral #accordeonck692 li.level2 > span {
	background: #fff;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#menuLateral #accordeonck692 li.level2.active > span {
    background: #d08d8d;
    border-bottom: unset;
}

#menuLateral #accordeonck692 li.level1.open li.level2 > span {
	background: #d6d6d6;
}

#menuLateral #accordeonck692 li.level1.open li.level2 > span:hover {
	background: #999999;	
}

#menuLateral #accordeonck692 li.level1.open li.level2.active > span {
	background: #d08d8d;
}

#menuLateral #accordeonck692 li.level2.active > span a, #menuLateral #accordeonck692 li.level2 > span:hover a {
	color: #ffffff;
}

/*#menuLateral #accordeonck692 li.level2:last-child > span a{
	border-bottom: 1px solid #999999;
}*/

#menuLateral #accordeonck692 li.parent > span span.toggler_icon, #menuLateral #accordeonck692 li.parent.active > span span.toggler_icon {
    margin-left: 10px;
    order: 2;
    position: relative;
    height: 10px;
    width: 10px;
    background: url(/templates/wnpc/images/arrows/nav_arrow_right_icon.png) center center no-repeat !important;
    display: inline-block;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#menuLateral #accordeonck692 li.parent > span:hover span.toggler_icon, #menuLateral #accordeonck692 li.parent.active > span span.toggler_icon {
	filter: invert(1);
}

#menuLateral #accordeonck692 li.parent.open > span span.toggler_icon {
	margin-left: 10px;
    order: 2;
    position: relative;
    height: 10px;
    width: 10px;
    background: url(/templates/wnpc/images/arrows/nav_arrow_down_icon.png) center center no-repeat !important;
    /*filter: invert(1);*/
    display: inline-block;
}


/* ---------- Etiqueta ----------------- */
#Etiqueta {
	height: 0px;
}

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

#Etiqueta .mainEtiqueta {
	display: flex;
    width: fit-content;
    flex-direction: column;
    align-items: flex-end;
    height: 0px;
    top: 50%;
    right: 0;
    position: fixed;
    z-index: 10;
}

#Etiqueta .mainEtiqueta > div {
	position: relative;
	margin-bottom: 25px;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

#Etiqueta .mainEtiqueta > div a {
	display: flex;
    font-family: 'Poppins-Regular', sans-serif;
    color: #fff;
    background-color: #80724b;
	border: 1px solid #9d8d62;
    text-decoration: none;
	font-size: 26px;
    border-radius: 10px 0px 0px 10px;
    padding: 15px 30px 15px 30px;
    width: fit-content;
}

#Etiqueta .mainEtiqueta span.text {
	margin-left: 10px;
}

#Etiqueta .mainEtiqueta > div a:hover {
	background-color: #a11c1c;
    border-color: #9f3d3d;
}

#Etiqueta .mainEtiqueta #ajudarEtiqueta.active {
    display: block;	
	left: calc(100% - 75px);
}

#Etiqueta .mainEtiqueta #doarEtiqueta.active { 
    display: block;
    left: calc(100% - 75px);
	top: 100px;
}

#Etiqueta .mainEtiqueta #ajudarEtiqueta:hover {
	left: 0;
}
#Etiqueta .mainEtiqueta #doarEtiqueta:hover {
	left: 0;
}

#Etiqueta .mainEtiqueta .iconMain {
    display: flex;
}

#Etiqueta .mainEtiqueta .iconMain svg {
	width: 35px;
    height: auto;
    margin-right: 10px;
}

#Etiqueta .mainEtiqueta .iconMain svg path {
	fill: #fff;
}
/* ---------- Partilha ---------------------------- */
#Partilha {
	text-align: right;
    margin-bottom: -100px;
    padding-top: 10px;
    z-index: 1;
    display: flex;
    align-items: flex-end;
}

#g-container-main #g-mainbar #Partilha .g-content {
	margin: 0 auto;
}

/* ---------- Artigos ---------------------------- */
#g-mainbar .principal .dataPublicacao {
	display: none;
}

#g-mainbar .principal h2 {
    font-size: 2rem;
	text-align: left;
}

#g-mainbar .principal h3 {
    font-size: 1rem;
	text-align: left;
}

#g-mainbar .principal h1, #g-mainbar .principal h2 {
    font-size: 40px;
    font-family: 'LilyUPC', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
    color: #3c3c3b;
    line-height: 1;
    padding-bottom: 25px;
    border-bottom: 1px solid #888787;
    margin-top: 60px;
	margin-bottom: 35px;
}

#g-mainbar .principal .descricao, #g-mainbar .principal p {
	font-family: 'Poppins-Regular', sans-serif;
    font-weight: normal;
    color: #3c3c3b;
	font-size: 16px;
	text-align: justify;
}

#g-mainbar .principal p a {
text-decoration: underline;
}

#g-mainbar .principal > .item-image {
	float: right;
    padding: 0 0 25px 25px;
    margin: 0px;
	max-width: 500px;
}

#g-mainbar .principal .item-image img {
	border-radius: 5px;
    box-shadow: 0px 0px 8px 4px #8e8e8e26;
	margin-bottom: 20px;
}

#g-mainbar .principal > .item-image img {
	margin: 0px;
}

#g-mainbar .principal .descricao.w50 {
	width: 50%;
  	display: inline-block;
	margin: 35px 4% 15px 0;
}

#g-mainbar .principal .item.w50 {
	display: inline-flex;
    width: 46%;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 35px 0 15px 0;
    vertical-align: top;
}

#g-mainbar .principal .item.w50 .item-image {
    display: inline-block;
    margin: 25px 15px;
    max-height: 750px;
    width: 100%;
    vertical-align: top;
    text-align: right;
}

#g-mainbar .principal .item.w50 .item-image img {
	height: 100%;
    object-fit: cover;
    object-position: center;
}

#g-mainbar .principal .descricao.w50.allContent {
	width: 100%;
  	display: block;
	margin: 35px 0 15px 0;
}

#g-mainbar .principal .item.w50.allContent {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
	flex-wrap: wrap;
	margin: 35px 0 15px 0;
}

#g-mainbar .principal .item.w50.allContent .item-image {
    display: inline-block;
    margin: 25px 15px;
	max-height: 450px;
  	width: unset;
}

#g-mainbar .principal .item.w50 .desc {
	display: inline-block;
    margin: 25px 15px;
    max-height: 450px;
}

#g-mainbar .principal .item.w50 .desc.pressRelease {
  max-height: unset;
}

#g-mainbar .principal > div[class*="class"], #g-mainbar .principal > div[class*="links"], #g-mainbar .principal .pressRelease,
#g-mainbar .principal .multipleImages50, #g-mainbar .principal .video {
  	margin: 40px 0 40px 0;
}

#g-mainbar .principal > div[class*="links"] a {
	font-size: 18px;
    line-height: 1;
    margin: 15px 15px 0 0;
    display: inline-block;
    color: #fff;
    text-transform: lowercase;
	text-align: center;
    font-family: 'Poppins-Regular', sans-serif;
    background: #a11c1c;
    border-radius: 5px;
    padding: 15px 35px 15px 35px;
	-webkit-transition: background 0.15s ease-out, color 0.15s ease-out;
    -moz-transition: background 0.15s ease-out, color 0.15s ease-out;
    -o-transition: background 0.15s ease-out, color 0.15s ease-out;
    transition: background 0.15s ease-out, color 0.15s ease-out;
}

#g-mainbar .principal > div[class*="links"] a:hover {
    background: #841515;
    color: #ffbe4c;
}

#g-mainbar .principal .item.press {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#g-mainbar .principal .item.press .desc.pressRelease {
	width: fit-content;
    display: inline-block;
    margin: 15px 15px;
}

#g-mainbar .principal .item.w100 {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0px;
}

#g-mainbar .principal .item.w100 .item-image {
	max-height: 350px;
    display: inline-block;
    margin: 15px 15px;
}

#g-mainbar .principal .item.w100 img {
	border-radius: 5px;
    box-shadow: 0px 0px 8px 4px #8e8e8e26;
    margin-bottom: 20px;
    max-height: 100%;
    max-width: 100%;
}

#g-mainbar .principal .pressRelease .itens {
	display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#g-mainbar .principal .pressRelease .itens .item {
	width: fit-content;
    display: inline-block;
	margin: 15px 15px;
}

#g-mainbar .principal .multipleImages50 {
	display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
}

#g-mainbar .principal .multipleImages50 .item-image {
    display: inline-block;
    width: 47.5%;
    margin: 15px 1.25%;
}

#g-mainbar .principal .multipleImages50 .item-image img {
    max-width: 100%;
    max-height: 100%;
}

#g-mainbar .principal .multipleImages {
	display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
}

#g-mainbar .principal .multipleImages .item-image {
	display: inline-block;
	width: 30.8%;
    margin: 15px 1.25%;
}

#g-mainbar .principal .multipleImages .item-image img {
    max-width: 100%;
    max-height: 100%;
}

#g-mainbar .principal .video {
	display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
}

#g-mainbar .principal .video .item {
	display: inline-block;
    width: 100%;
    height: 500px;
    margin: 15px 15px 30px 15px;
}

#g-mainbar .principal .video .item iframe {
	height: 100%;
    width: 100%;
}

/* --- Corporate --- */
.itemid-267 #g-mainbar .principal .descricao.w100 table thead {
	background: #a11c1c;
    color: #fff;
    border-color: #a11c1c;
}

/* --- Organigrama --- */
.itemid-268 #g-mainbar .principal .class1 .item.w100 {
	display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 0 0 25px 25px;
    margin: 0px;
    justify-content: center;
}

.itemid-268 #g-mainbar .principal .class1 .item.w100 .item-image {
	display: inline-block;
    margin: 15px 15px;
}

.itemid-268 #g-mainbar .principal .class1 .item.w100 img {
    border-radius: 5px;
    box-shadow: 0px 0px 8px 4px #8e8e8e26;
    margin-bottom: 20px;
    max-height: 100%;
    max-width: 100%;
}

/* ----- Onde Agimos ----- */
.itemid-286 #g-mainbar .principal > div[class*="class"],
.itemid-287 #g-mainbar .principal > div[class*="class"],
.itemid-288 #g-mainbar .principal > div[class*="class"],
.itemid-289 #g-mainbar .principal > div[class*="class"],
.itemid-290 #g-mainbar .principal > div[class*="class"],
.itemid-291 #g-mainbar .principal > div[class*="class"],
.itemid-292 #g-mainbar .principal > div[class*="class"] {
	display: inline-flex;
}

.itemid-286 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50,
.itemid-287 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50,
.itemid-288 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50,
.itemid-289 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50,
.itemid-290 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50,
.itemid-291 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50,
.itemid-292 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50 {
	order: 2;
}

.itemid-286 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50,
.itemid-287 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50,
.itemid-288 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50,
.itemid-289 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50,
.itemid-290 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50,
.itemid-291 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50,
.itemid-292 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50 {
	order: 1;
	justify-content: flex-start;
	margin-right: 15px;
}

.itemid-286 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50,
.itemid-287 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50,
.itemid-288 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50,
.itemid-289 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50,
.itemid-290 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50,
.itemid-291 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50,
.itemid-292 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50 {
	order: 1;
}

.itemid-286 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50,
.itemid-287 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50,
.itemid-288 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50,
.itemid-289 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50,
.itemid-290 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50,
.itemid-291 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50,
.itemid-292 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50 {
	order: 2;
	justify-content: flex-end;
	margin-left: 15px;
}

.itemid-286 #g-mainbar .principal > div[class*="class"] .descricao.w50 a,
.itemid-287 #g-mainbar .principal > div[class*="class"] .descricao.w50 a,
.itemid-288 #g-mainbar .principal > div[class*="class"] .descricao.w50 a,
.itemid-289 #g-mainbar .principal > div[class*="class"] .descricao.w50 a,
.itemid-290 #g-mainbar .principal > div[class*="class"] .descricao.w50 a,
.itemid-291 #g-mainbar .principal > div[class*="class"] .descricao.w50 a,
.itemid-292 #g-mainbar .principal > div[class*="class"] .descricao.w50 a {
    font-size: 18px;
    line-height: 1;
    margin: 40px 0 0 0;
    display: inline-block;
    color: #fff;
    text-transform: lowercase;
    font-family: 'Poppins-Regular', sans-serif;
    background: #a11c1c;
    border-radius: 5px;
    padding: 15px 35px 15px 35px;
    -webkit-transition: background 0.15s ease-out, color 0.15s ease-out;
    -moz-transition: background 0.15s ease-out, color 0.15s ease-out;
    -o-transition: background 0.15s ease-out, color 0.15s ease-out;
    transition: background 0.15s ease-out, color 0.15s ease-out;
    text-decoration: none;
}

.itemid-286 #g-mainbar .principal > div[class*="class"] .descricao.w50 a:hover,
.itemid-287 #g-mainbar .principal > div[class*="class"] .descricao.w50 a:hover,
.itemid-288 #g-mainbar .principal > div[class*="class"] .descricao.w50 a:hover,
.itemid-289 #g-mainbar .principal > div[class*="class"] .descricao.w50 a:hover,
.itemid-290 #g-mainbar .principal > div[class*="class"] .descricao.w50 a:hover,
.itemid-291 #g-mainbar .principal > div[class*="class"] .descricao.w50 a:hover,
.itemid-292 #g-mainbar .principal > div[class*="class"] .descricao.w50 a:hover {
	background: #841515;
    color: #ffbe4c;
}

/* ----- Contactos (Detalhe) ----- */
#mainContactos {
    margin: 65px 0 30px 0;
}

#mainContactos .mainBox {
	display: inline-flex;
    width: 100%;
    justify-content: center;
}

#mainContactos .mainBox .mainDesc.w50 {
	display: inline-flex;
	width: 50%;
    background: #a11c1c;
	box-shadow: 0px 0px 7px 1px #0000003b;
    flex-direction: column;
    justify-content: center;
	border-radius: 10px;
	padding: 25px 75px;
}

#mainContactos .mainBox .mainDesc.w50 h2.title {
    color: #ffffff;
    font-family: 'LilyUPC', sans-serif;
    font-weight: normal;
    font-size: 50px;
    text-align: center;
	margin: 10px 0 15px 0;
}

#mainContactos .mainBox .mainDesc.w50 .morada {
	text-align: center;
	margin: 5px 0;
}

#mainContactos .mainBox .mainDesc.w50 .email {
	text-align: center;
	margin: 5px 0;
}

#mainContactos .mainBox .mainDesc.w50 .contactos {
	text-align: center;
	margin: 5px 0;
	display: flex;
}

#mainContactos .mainBox .mainDesc.w50 svg {
    width: 35px;
    height: 35px;
}

#mainContactos .mainBox .mainDesc.w50 svg path {
	fill: #fff;
}

#mainContactos .mainBox .mainDesc.w50 div h2.title {
    font-family: 'Poppins-Medium', sans-serif;
	font-size: 24px;
    text-decoration: underline;
    line-height: 1;
    color: #fff;
    margin: 10px 0 20px 0;
}

#mainContactos .mainBox .mainDesc.w50 div p, #mainContactos .mainBox .mainDesc.w50 div a {
    font-size: 20px;
    font-family: 'Poppins-Light', sans-serif;
    font-weight: normal;
	word-break: break-word;
    color: #fff;
    margin-bottom: 15px;
    display: block;
}

#mainContactos .mainBox .mainDesc.w50 div a:hover {
 text-decoration: underline;
}

#mainContactos .mainBox .mainDesc.w50 .contactos .item.w50 {
    display: inline-block;
    width: 50%;
}

#mainContactos .mainBox .mainImg.w50 {
    display: inline-block;
    width: 50%;
    margin-right: 30px;
}

#mainContactos .mainBox .mainImg.w50 img {
    height: 100%;
    width: 100%;
    padding: 10%;
    object-fit: contain;
    object-position: center;
    border-radius: 10px;
    box-shadow: 0px 0px 7px 1px #0000003b;
    background: #fff;
}

/* ---------- Noticias Loader ---------- */
#noticias .loader {
	text-align:center;
	margin:100px 0;
	position:relative;
}

#noticias .loader svg {
    width:100px;
    height:auto;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

#noticias .loader img {
	width: 100px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
}

#noticias .lds-ring {
	display: inline-block;
    position: relative;
    width: 120px;
    height: 112px;
}

#noticias .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    margin: 10px;
    border: 4px solid #a11c1c;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #a11c1c transparent transparent transparent;
}

#noticias .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

#noticias .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

#noticias .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ---------- Noticias ----------------- */
#noticias .header h3 {
    font-size: 40px;
    font-family: 'LilyUPC', sans-serif;
    font-weight: normal;
    color: #3c3c3b;
    line-height: 1;
    margin-top: 0px;
    padding-bottom: 25px;
    border-bottom: 1px solid #888787;
    margin-top: 60px;
}

/*Filtro*/

#noticias .sideFilter {
    -webkit-flex: 0 24%;
    -moz-flex: 0 24%;
    -ms-flex: 0 24%;
    flex: 0 24%;
    width: 24%;
	max-width: 365px;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 150px !important;
    padding: 20px 10px 30px 10px;
    position: fixed;
    background: #ffffff;
}

#noticias .sideFilter h4 {
    font-family: 'Poppins-Regular',sans-serif;
	font-size: 16px;
    color: #1d1d1b;
    margin-top: 0;
    line-height: 1;
    font-weight: 100;
    margin-bottom: 5px;
}

#noticias .sideFilter .form-group {
    margin-bottom: 20px;
	position: relative;
}

#noticias .sideFilter .form-group:nth-child(n+3) {
  	display: none;
}

#noticias .sideFilter input[type="text"] {
	background-color: #fff;
    border: 1px solid #1d1d1b;
    border-radius: 5px;
    box-shadow: none;
    color: #1d1d1b;
    font-family: 'Dosis-Regular', sans-serif;
    font-size: 15px;
    padding-right: 30px;
    padding-left: 15px;
    min-height: 35px;
}

#noticias .sideFilter #find {
	position: absolute;
    top: 23px;
    width: 15px;
    right: 11px;
    cursor: pointer;
}

#noticias .sideFilter #find svg path {
    fill:#000;
}

#noticias .sideFilter #cleanfilter {
    text-align: center;
    width: 100%;
    font-size: 18px;
    line-height: 1;
    margin: 10px 0px;
    display: inline-block;
    color: #fff;
    text-transform: lowercase;
    font-family: 'Poppins-Medium', sans-serif;
    background: #a11c1c;
    border-radius: 5px;
    padding: 15px 15px 15px 15px;
    cursor: pointer;
}


#noticias .sideFilter #cleanfilter:hover {
	background: #841515;
    color: #ffbe4c;
}

/* Lista */

#noticias .pagecontent {
	-webkit-flex: 0 75%;
    -moz-flex: 0 75%;
    -ms-flex: 0 75%;
    flex: 0 75%;
    width: 73%;
    display: inline-block;
    vertical-align: top;
    min-height: 550px;
    margin-left: 28%;
}

#noticias .g-content {
	margin: 0;
	max-width:none;
}
#noticias .newsBlocks {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
}

#noticias .item {
    background: #d4d2cc;
    box-shadow: 0 5px 5px #ddd;
    border-radius: 5px;
    margin-top: 22px;
    margin-left: 18px;
	margin-bottom: 50px;
    margin-right: 18px;
	width: 46.4%;
    display: inline-grid;
    position: relative;
    align-content: space-between;
}

#noticias .item > a {
	order: 2;
}

#noticias .item .itemImage img {
	height: 375px;
    width: 95%;
    margin-inline: 2.5%;
    box-shadow: 0 5px 5px #ddd;
    border-radius: 5px;
    object-fit: cover;
    object-position: center;
    position: relative;
    top: 25px;
}

#noticias .itemContent {
	order: 1;
}

#noticias .itemContent a {
	text-decoration: none;
}

#noticias .itemContent h4 {
    background-color: transparent;
    font-family: 'Poppins-Bold', sans-serif;
    text-align: left;
    color: #3c3c3b;
	font-size: 18px;
    padding: 10px;
    margin-top: 0px;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 10px;
}

#noticias .itemContent h4:hover {
	text-decoration: underline;
}

#noticias .itemInfo {
    padding: 10px 10px 0 10px;
    padding-top: 30px;
    margin-left: 16px;
    margin-right: 16px;
    font-family: 'Poppins-Light', sans-serif;
    text-align: left;
    color: #3c3c3b;
}

#noticias .itemInfo .cat, #noticias .itemInfo .catnivel3, #noticias .itemInfo .subcat {
	display: none;
}

#noticias .itemDescription {
	display: none;
}

#noticias .botao {
	display: none;
}

#noticias h3.noresults {
width: 100%;
    line-height: 1.2;
    background: transparent;
    border: 0px;
    text-transform: uppercase;
    font-size: 100%;
    color: #3c3c3b;
    font-family: 'Poppins-Light', sans-serif;
    text-decoration: underline;
    text-align: center;
    margin-top: 50px;
    min-height: 300px;
}

#noticias .mobile {
	display:none;
    position: fixed;
    top: 80px;
			background: #ffffff;
    height: 50px;
    width: 100%;
    left: 0;
    padding-top: 9px;
    padding-left: 10px;
    z-index: 9;
    cursor: pointer;
}

#noticias .mobile .searchButton {
	background: #a11c1c;
    border-radius: 5px;
    width: auto;
    display: inline-block;
    padding: 5px 10px;
    font-family: 'Poppins-Regular', sans-serif;
    color: #fff;
	-webkit-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
}

#noticias .mobile .searchButton:hover {
    background: #841515;
    color: #ffbe4c;
}

#noticias .closeSearch {
	display:none;
    padding: 5px 10px;
    margin-left: auto;
    cursor: pointer;
    font-family: 'Poppins-Regular', sans-serif;
    font-size: 16px;
    background: #a11c1c;
    color: #fff;
    border-radius: 5px;
    width: fit-content;
    margin-top: 25px;
}

#noticias .closeSearch:hover {
	background: #841515;
    color: #ffbe4c;
}

#noticias #submit {
	display:none;
}


/* --- Noticias - Detalhe --- */
/* Duplo Titulo - Remover o Do Joomla */
.itemid-260 #g-mainbar .principal > .page-header h1 {
	display: none;
}

/* --- Documentos --- */
.itemid-269 #g-mainbar {
	background: #f2f1ef;
}

.itemid-269 #g-mainbar .page-header h1, .itemid-269 #g-mainbar .page-header h2 {
	display: none;
}

#g-container-main .g-block.size-100 #g-mainbar #documentos .g-content {
	width: 100%;
	max-width: unset;
	margin: 0px;
}

#documentos .content-docs .clearFilter {
	font-family: 'Poppins-Medium', sans-serif;
    font-weight: 100;
    background: #a11c1c;
    border-radius: 5px;
    color: #fff;
    margin-top: 10px;
	margin-left: 10px;
    display: block;
    text-align: center;
    width: 100px;
    padding: 5px 0;
    cursor: pointer;
	-webkit-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
}

#documentos .content-docs .clearFilter:hover{
    background: #841515;
    color: #ffbe4c;
}

#documentos .content-docs .mobile, #documentos .tree-list .closeSearch {
    display: none;
}

#documentos .content-docs .mobile {
    position: fixed;
    top: 80px;
    background: #f2f1ef;
    height: 50px;
    width: 100%;
    left: 0;
    padding-top: 9px;
    padding-left: 10px;
    z-index: 9;
    cursor: pointer;
}

#documentos .content-docs .mobile .searchButton {
    background: #a11c1c;
	border-radius: 5px;
    width: auto;
    display: inline-block;
    padding: 5px 10px;
    font-family: 'Poppins-Regular', sans-serif;
    color: #fff;
	-webkit-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
}

#documentos .content-docs .mobile .searchButton:hover {
	background: #841515;
    color: #ffbe4c;
}

#documentos .tree-list .closeSearch {
    background: #fff;
    border: 1px solid #fff;
    width: auto;
    padding: 5px 10px;
    font-family: 'Poppins-Regular', sans-serif;
    color: #000;
    cursor: pointer;
	-webkit-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
}

#documentos .tree-list .closeSearch:hover {
    background: #841515;
    color: #ffbe4c;
}

#documentos .TreeDocs {
    width: 23%;
    border-right: 1px solid #ddd;
    display: inline-block;
    vertical-align: top;
	margin-top: 0;
    margin-bottom: 20px;
    margin-right: 40px;
    background: #fff;
    box-shadow: 2px 0px 5px #ddd;
}

#documentos .TreeDocs .tree-list {
    padding: 50px;
}

#documentos .TreeDocs .tree-list a {
    display: none;
}

#documentos .tree-list .blockCat2, .tree-list .blockCat3, .tree-list .blockCat4 {
	display:none;
	padding-left:24px;
	font-family: 'Poppins-Regular', sans-serif;
	text-transform: initial;
	padding-top: 5px;
}

#documentos .tree-list .catLevel1 {
	font-size: 17px;
    color: #a11c1c;
    font-family: 'Poppins-Medium', sans-serif;
    padding: 10px 3px;
    border-bottom: 1px solid #000000;
}

#documentos .tree-list .catLevel1 svg {
    width: 17px;
    height: 20px;
    display: none;
    vertical-align: sub;
}

#documentos .tree-list .catLevel1 span.name, #documentos .tree-list .catLevel2 span.name, #documentos .tree-list .catLevel3 span.name, #documentos .tree-list .catLevel4 span.name {
	cursor:pointer;
}

#documentos .contentDocs {
	width: 74%;
    display: inline-block;
    vertical-align: top;
    margin: 20px 0 20px -0.4%;
    padding-left:40px;
    background: #f2f1ef;
}

#documentos .content-docs .item {
	width: 17%;
    float: none;
    margin: 1%;
    text-align: center;
    background: #fff;
    padding: 16% 10px 10px 10px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    box-shadow: 2px 2px 3px #ddd;
}

#documentos .content-docs .item:hover {
    box-shadow: 0px 5px 10px #808080b3;
}


#documentos .content-docs .item .icon {
    position: absolute;
    top: 15%;
    width: 100%;
    left: 0;
}

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

#documentos .content-docs .item svg {
    height: 55px;
}

#documentos .content-docs .item svg path {
    fill: #1d1d1b;
}

#documentos #submit{
	display:none;
}

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

#documentos h2 {
    line-height: 1.2;
    background: transparent;
    border: 0px;
    font-size: 50px;
    z-index: 1;
    position: relative;
    color: #3c3c3b;
    font-family: 'LilyUPC', sans-serif;
    font-weight: normal;
    margin: 25px 0 25px 0;
    padding-bottom: 0;
}

#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: 'Poppins-Medium', sans-serif;
    font-size: 20px;
}

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

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

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

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

/* --- Multimedia --- */
#g-container-main .g-block.size-100 #g-mainbar #multimedia .g-content, 
.itemid-341 #g-container-main .g-block.size-100 #g-mainbar #PageContent .g-content {
	margin: 0px auto 0px auto;
}

#multimedia .mobile {
    display: none;
    position: fixed;
    top: 80px;
    background: #ffffff;
    height: 50px;
    width: 100%;
    left: 0;
    padding-top: 9px;
    padding-left: 10px;
    z-index: 9;
    cursor: pointer;
}

#multimedia .mobile .searchButton {
    background: #a11c1c;
    border-radius: 5px;
    width: auto;
    display: inline-block;
    padding: 5px 10px;
    font-family: 'Poppins-Regular', sans-serif;
    color: #fff;
	-webkit-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
}

#multimedia .mobile .searchButton:hover {
	background: #841515;
    color: #ffbe4c;
}

#multimedia .closeSearch {
    display: none;
    padding: 5px 10px;
    margin-left: auto;
    cursor: pointer;
    font-family: 'Poppins-Regular', sans-serif;
    font-size: 16px;
    background: #a11c1c;
    color: #fff;
    border-radius: 5px;
    width: fit-content;
    margin-top: 25px;
	-webkit-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
}

#multimedia .closeSearch:hover {
	background: #841515;
    color: #ffbe4c;
}

#multimedia .multimediaContainer {
    width: auto;
}

#multimedia .multimediaContainer .searchBar {
    -webkit-flex: 0 17%;
    -moz-flex: 0 17%;
    -ms-flex: 0 17%;
    flex: 0 17%;
    width: 17%;
	max-width: 350px;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    position: fixed;
	background: #fff;
}

#multimedia .searchBar .form-group {
    margin-bottom: 20px;
}

#multimedia .form-group #find {
    display: none;
}

#multimedia .multimediaContainer .searchBar h3 {
	font-family: 'Poppins-Regular', sans-serif;
    font-size: 16px;
    color: #1d1d1b;
    margin-top: 0;
    line-height: 1;
    font-weight: 100;
    margin-bottom: 5px;
}

#multimedia .multimediaContainer .searchBar input[type="text"] {
	background-color: #fff;
    border: 1px solid #1d1d1b;
    border-radius: 5px;
    box-shadow: none;
    color: #1d1d1b;
    font-family: 'Dosis-Regular', sans-serif;
    font-size: 15px;
    padding-right: 30px;
    padding-left: 15px;
    min-height: 35px;
}

#multimedia .searchBar #cleanfilter {
    text-align: center;
    width: 100%;
    font-size: 18px;
    line-height: 1;
    margin: 10px 0px;
    display: inline-block;
    color: #fff;
    text-transform: lowercase;
    font-family: 'Poppins-Medium', sans-serif;
    background: #a11c1c;
    border-radius: 5px;
    padding: 15px 15px 15px 15px;
    cursor: pointer;
	-webkit-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
}

#multimedia .searchBar #cleanfilter:hover {
	background: #841515;
    color: #ffbe4c;
}

#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;
    margin-left: 27%;
}

#multimedia .videoItem  {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding-right: 0.5%;
    padding-left: 0.5%;
    margin-top: 12px;
    margin-bottom: 50px;
}
#multimedia .resultsContent .contentVideo .cat {
    display: none;
}

#multimedia .videoItem .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 {
    overflow: hidden;
}

#multimedia .videoItem .video, #multimedia .videoItem .overlay {
    width: 100%;
    /*height: 315px !important;*/
    margin: 0;
}

#multimedia .videoItem iframe {
    width: 100%;
    height: 325px !important;
}

#multimedia .videoItem h5 {
    color: #a11c1c;
    margin-top: 0;
    line-height: 1;
    font-weight: 100;
    margin-bottom: 0px;
    padding: 20px 0.5%;
    text-align: left;
    font-family: 'Poppins-Medium', sans-serif;
    font-size: 20px;
}

#multimedia .seeVideo {
    position: fixed;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.8);
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
}

#multimedia .seeVideo #closeVideo {
    position: fixed;
    top: 148px;
    right: 90px;
    width: 50px;
    height: 50px;
    line-height: 1;
    background: #000;
}

#multimedia .seeVideo #closeVideo polygon {
    fill: #fff;
}

#multimedia .seeVideo .video {
    margin-top: 90px;
}

#multimedia .seeVideo .video iframe {
    width: 1000px !important;
    height: 600px !important;
}

#multimedia .resultsContent .noResults {
    line-height: 1.2;
    background: transparent;
    border: 0px;
    text-transform: uppercase;
    font-size: 100%;
    color: #3c3c3b;
    font-family: 'Poppins-Light', sans-serif;
	text-decoration: underline;
    text-align: center;
    margin-top: 50px;
    min-height: 300px;
}

/* --- formASCS - Loader --- */
#formASCS .loader {
	text-align:center;
	margin:100px 0;
	position:relative;
}

#formASCS .loader svg {
    width:100px;
    height:auto;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

#formASCS .loader img {
	width: 100px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
}

#formASCS .lds-ring {
	display: inline-block;
    position: relative;
    width: 120px;
    height: 112px;
}

#formASCS .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    margin: 10px;
    border: 4px solid #a11c1c;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #a11c1c transparent transparent transparent;
}

#formASCS .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

#formASCS .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

#formASCS .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ---------- Bottom - Logos Rodapé -------------- */
#g-bottom {
	background: #ffffff;
}

#g-bottom.section-vertical-paddings {
    padding-top: 0px;
    padding-bottom: 0px;
}

#g-bottom.section-horizontal-paddings {
    padding-left: 0px;
    padding-right: 0px;
}

/* --- */
#logosRodape .g-content {
	width: 1600px;
	margin: auto;
	padding: 15px 0px;
}

#logosRodape .item.w25 {
	width: 24.5%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 30px 15px;
}

#logosRodape .item.w25 img {
    max-height: 80px;
}

/* ---------- ToTop ---------- */
#toTop {
	position: fixed;
    right: 0;
    width: fit-content;
    padding: 5px 10px;
    bottom: 100px;
  	z-index: 9;
  	border-radius: 5px 0 0 5px;
    background-color: #80724b;
    border: 1px solid #9d8d62;
    font-family: 'ClementePDak-SemiBold', sans-serif;
    display: none;
}

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

#toTop:hover {
  	background-color: #a11c1c;
    border-color: #9f3d3d;
}

#toTop a, #toTop a:hover {
    color: #fff;
}

/* ---------- Menu Inferior ---------------------- */
#g-footer {
	background: #a11c1c;
	z-index: 1;
	position: relative;
}

#g-footer.section-horizontal-paddings {
    padding-left: 0;
    padding-right: 0;
}

#g-footer.section-vertical-paddings {
    padding-top: 0;
    padding-bottom: 0;
}

#MenuInferior .g-content {
    width: 1600px;
	padding-top: 100px;
    padding-bottom: 100px;
    margin: auto;
}

#MenuInferior .main_MInf {
    display: flex;
    width: 100%;
	justify-content: space-between;
	align-items: flex-start;
}

#MenuInferior .main_MInf .title {
	font-family: 'LilyUPC', sans-serif;
    color: #fff;
	font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

#MenuInferior .main_MInf .w25.last .title {
	margin-left: 30%;
}

#MenuInferior .w25 {
    vertical-align: middle;
    display: inline-flex;
    width: 25%;
    height: 100%;
    flex-direction: column;
}

#MenuInferior .w100 {
    width: 100%;
}

#MenuInferior .w25.first .w100 {
	border-right: 1px solid #fff;
	padding-bottom: 25px;
}

#MenuInferior .w25.last .w100 {
	border-left: 1px solid #fff;
}

#MenuInferior .w25.first .w100 li {
	margin-right: 30%;
}

#MenuInferior .w25.last .w100 li {
	margin-left: 30%;
}

#MenuInferior .w25.last .w100 li img {
	height: 50px;
}

#MenuInferior .w50.middle {
	display: inline-flex;
    width: 45%;
    align-items: center;
    margin-inline: 5%;
    justify-content: center;
}

#MenuInferior .w25 ul {
    margin: 0;
    display: block;
    width: 100%;
}

#MenuInferior .w25 ul li {
	list-style: none;
	padding-bottom: 10px;
	color: #fff;
}

#MenuInferior .w50.middle .w50 {
    width: 49%;
    display: inline-flex;
}

#MenuInferior .w50.middle .w50 ul {
    margin: 0;
    display: inline-flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: center;
}

#MenuInferior .w50.middle ul li {
    list-style: none;
    padding-bottom: 10px;
    margin-right: 15px;
}

#MenuInferior .w50.middle ul li a {
	color: #fff;
	font-size: 100%;
    font-family: 'Poppins-Light', Helvetica, sans-serif;
    text-transform: capitalize;
}

#MenuInferior .w50.middle ul li a:hover  {
	text-decoration: underline;
}

#MenuInferior .w25 ul li a {
    color: #fff;
	font-size: 100%;
    font-family: 'Poppins-Light', Helvetica, sans-serif;
    text-transform: capitalize;
}

#MenuInferior .w25 ul li a:hover {
	text-decoration: underline;
}

/* -------- Copyright -------- */

#MenuInferior .copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #ffffff;
    border-top: 1px solid #000000;
}

#MenuInferior .selo {
    display: inline-block;
    float: left;
    margin: 10px 10px 5px;
    position: relative;
    z-index: 9;
    cursor:pointer;
	opacity: 0.4;
	-webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

#MenuInferior .selo:hover {
	opacity: 1;
}

#MenuInferior .selo img {
    height: 35px;
    width: auto;
}

#MenuInferior .copy {
    color: #1d1d1b;
    margin: 0;
}

#MenuInferior .w20 .logoInterface {
    width: 200px;
}

#MenuInferior .logoInterface .logo {
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin: 15px 0 0 0;
	opacity: 0.4;
	-webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}


#MenuInferior .logoInterface .logo:hover {
	opacity: 1;
}

#MenuInferior .govern {
    padding-top: 15px;
    text-align: center;
    color: #fff;
    bottom: 0;
    width: 100%;
    left: 0;
    font-family: 'Poppins-Regular', Helvetica, sans-serif;
	font-size: 14px;
}

#MenuInferior .w20 {
	width: 200px;
    position: absolute;
    right: 0;
    bottom: 7px;
    text-align: right;
}

/* PopUp*/

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

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

#popUp caption {
    display: none;
}

#popUp {
    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 {  
    display: block;
}

#popUp .modal th {
	padding: 0px;
} 

#popUp .modal-dialog, #popUp .modal-content{
    background: #ffffff;
    box-shadow: none;
    border: none;
}

#popUp .modal-header table {
    width: 100%;
    border: 0;
    padding: 0;
}

#popUp .modal-header td {
    width: 170px;
    height: 55px;
}

#popUp .modal-header td:nth-child(2) {
    width: 360px;
    text-align: right;
}

#popUp .modal-header td, #popUp .modal-header table {
    border: none;
}

#popUp .modal-header td img {
    margin-top: 0;
    top: 0;
    width: auto;
}

#popUp .modal-body td {
    color: #000000;
    background: transparent;
    border: 1px solid #dedede;
    text-align: left;
    padding:0.5rem;
}

#popUp p {
    color: #000000;
    padding: 10px;
    font-size: 13px;
	margin:0px;
}

#popUp a {
    color: #000000;
    padding:0 0 1px;
    text-decoration: none;
}

#popUp a:hover {
    border-bottom: 1px solid #000;
}

#popUp .modal-footer {
    background: #ffffff;
}

#popUp .modal-footer button {
	outline: none;
    background: #8f8f8f;
    border-color: #d6d6d6;
    color: #fff;
}

#popUp .modal-footer button:hover, #popUp .modal-footer button:active , #popUp .modal-footer button:focus {
    background-color: #a11c1c;
}


#novoSocio h3{
    font-size: 40px;
    font-family: 'LilyUPC', sans-serif;
    color: #3c3c3b;
    line-height: 1;
    margin-top: 0px;
    padding-bottom: 25px;
    padding-right: 100px;
    border-bottom: 1px solid #888787;
    margin-top: 60px;
    font-weight:100;
    text-transform:uppercase;
}

#novoSocio #tipo{
    width: 46.5%;
    display: inline-block;
    vertical-align: top;
    margin-right: 3%;
}

#novoSocio #quotaIndividual, #novoSocio #quotaColetiva{
    width: 46.5%;
    display: none;
    vertical-align: top;
    margin-left: 3%;
}

#juventude h3, #voluntariado h3{
    font-size: 40px;
    font-family: 'LilyUPC', sans-serif;
    color: #3c3c3b;
    line-height: 1;
    margin-top: 0px;
    padding-bottom: 25px;
    padding-right: 100px;
    border-bottom: 1px solid #888787;
    margin-top: 60px;
    font-weight:100;
    text-transform:uppercase;
}

#voluntariado h3{
    padding-top: 0 !important;
}

#juventude .col-md-3.control-label, #juventude .col-md-9, #voluntariado .col-md-3.control-label, #voluntariado .col-md-9, #novoSocio .col-md-3.control-label, #novoSocio .col-md-9{
    width: 100%;
    display: block;
    vertical-align: middle;
    font-family: 'Poppins-Regular', sans-serif;
    font-weight: normal;
    color: #3c3c3b;
    font-size: 16px;
}

#juventude .form-group, #voluntariado .form-group, #novoSocio .form-group{
    margin-bottom:20px;
}

#novoSocio #local, #novoSocio #nif, #novoSocio #mail, #juventude #codPostal, #juventude #age, #juventude #telem, #juventude #cartCidadao, #juventude #encEdu, #juventude #mail, #juventude #nomeUrg, #voluntariado #habilit, #voluntariado #local, #voluntariado #mail, #voluntariado #dataNascimento{
    width: 46.5%;
    display: inline-block;
    vertical-align: top;
    margin-right: 3%;
}

#novoSocio #codPostal, #novoSocio #telem, #novoSocio #confmail, #juventude #dataNascimento, #juventude #estado, #juventude #nacio, #juventude #confmail, #juventude #habilit, #juventude #telefEncEdu, #juventude #telefUrg, #voluntariado #telem, #voluntariado #estado, #voluntariado #confmail, #voluntariado #cartacond{
    width: 46.5%;
    display: inline-block;
    vertical-align: top;
    margin-left: 3%;
}

#novoSocio #pagamentoTransf, #novoSocio #pagamentoCheque{
    background: #e1e1e1;
    padding: 20px;
    margin-bottom: 20px;
    display:none;
}

#voluntariado select {
    width: 46.5%;
    margin-right: 3%;
    background-color: #ffffff;
    border: 1px solid rgb(138,40,23) !important;
    box-shadow: none !important;
    outline: none !important;
}

#juventude .required, #voluntariado .required, #novoSocio .required{
    padding-left: 5px;
    color: red;
}

#juventude #casoUrgencia .col-md-3.control-label{
    font-weight:bold;
}

#voluntariado #desempenho .col-md-3.control-label, #voluntariado #sigilo .col-md-3.control-label, #novoSocio #Veracidade .col-md-3.control-label, #novoSocio #PoliticaPrivacidade .col-md-3.control-label, #juventude #Veracidade .col-md-3.control-label, #juventude #PoliticaPrivacidade .col-md-3.control-label, #voluntariado #Veracidade .col-md-3.control-label, #voluntariado #PoliticaPrivacidade .col-md-3.control-label{
    width:98%;
    display:inline-block;
    vertical-align:middle;
}

#juventude #dia, #juventude #mes, #juventude #ano, #voluntariado #dia, #voluntariado #mes, #voluntariado #ano{
    width: 31%;
    display: inline-block;
    vertical-align: middle;
}

#novoSocio #codPostal4, #novoSocio #codPostal3, #juventude #codPostal4, #juventude #codPostal3{
    width: 20%;
    display: inline-block;
    vertical-align: middle;
}

#novoSocio #codPostalText, #juventude #codPostalText{
    width: 56%;
    display: inline-block;
    vertical-align: middle;
}

#juventude textarea, #juventude input[type="text"], #voluntariado textarea, #voluntariado input[type="text"], #novoSocio textarea, #novoSocio input[type="text"]{
    border: 1px solid rgb(138,40,23) !important;
    box-shadow: none !important;
    font-family: 'Poppins-Regular', sans-serif;
    font-weight: normal;
    color: #3c3c3b;
    font-size: 16px;
}

.itemid-275 .sucesso, .itemid-272 .sucesso, .itemid-293 .sucesso{
    border: 1px solid #000;
    padding: 0 20px;
    text-align: center;
}

.itemid-275 .sucesso svg, .itemid-272 .sucesso svg, .itemid-293 .sucesso svg{
    width: 50px;
    margin-top: 20px;
}

.itemid-275 #Enviar, .itemid-272 #Enviar, .itemid-293 #Enviar{
    float: right;
    padding: 10px;
    width: 200px;
    border: 1px solid rgb(138,40,23);
    text-align: center;
    background: rgb(138,40,23);
    outline: none;
    color:#fff;
    float: none !important;
    font-family: "roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
}

.itemid-275 #Enviar:hover, .itemid-272 #Enviar:hover, .itemid-293 #Enviar:hover{
    color: rgb(138,40,23);
    background:#fff;
}

.itemid-275 .form-actions, .itemid-272 .form-actions, .itemid-293 .form-actions{
    display:none;
}

.itemid-275 .backgroundErro h2, .itemid-272 .backgroundErro h2, .itemid-293 .backgroundErro h2{
    font-family: 'LilyUPC', sans-serif;
    color: #3c3c3b;
    font-size: 40px;
    margin-top: -40px;
    font-weight:100;
    text-transform:uppercase;
}

.itemid-275 .backgroundErro svg, .itemid-272 .backgroundErro svg, .itemid-293 .backgroundErro svg {
    width: 40px;
}

.itemid-275 #fechaErro, .itemid-272 #fechaErro, .itemid-293 #fechaErro{
    margin-top: 0;
    height: 45px;
    width: 45px;
}

.itemid-275 #fechaErro svg, .itemid-272 #fechaErro svg, .itemid-293 #fechaErro svg{
    height: 33px;
}

.backgroundErro{
    background: #f5f5f5;
    padding: 20px;
}

#fechaErro{
    position: relative;
    margin-left: 95%;
    margin-top: 2%;
    background: transparent;
    outline: none;
    border: 1px solid black;
    border-radius: 50%;
    height: 65px;
    width: 65px;
}

#fechaErro svg path, .backgroundErro h2 svg path{
    fill: #3c3c3b;
}

.backgroundErro h2{
    color:black;
}

#fechaErro svg {
    padding: 5px;
    margin-top: 4px;
}

.backgroundErro h2{
    margin-top: -65px;
    border-bottom: 1px solid #000;
}

.backgroundErro svg{
    width: 60px;
    vertical-align: bottom;
    margin-bottom: 10px;
}

.backgroundErro ol li{
    font-family: 'Poppins-Regular', sans-serif;
    font-weight: normal;
    color: #3c3c3b;
    font-size: 16px;
}

/* ---------------- */

@media (max-width: 361px){
    
    #novoSocio #local, #novoSocio #nif, #novoSocio #mail, #novoSocio #tipo, #juventude #codPostal, #juventude #age, #juventude #telem, #juventude #cartCidadao, #juventude #encEdu, #juventude #mail, #juventude #nomeUrg, #voluntariado #habilit, #voluntariado #local, #voluntariado #mail, #voluntariado #dataNascimento, #voluntariado select{
        width: 100%;
        margin-right: 0;
    }
    
    #novoSocio #codPostal, #novoSocio #telem, #novoSocio #confmail, #novoSocio #quotaIndividual, #novoSocio #quotaColetiva, #juventude #dataNascimento, #juventude #estado, #juventude #nacio, #juventude #confmail, #juventude #habilit, #juventude #telefEncEdu, #juventude #telefUrg, #voluntariado #telem, #voluntariado #estado, #voluntariado #confmail, #voluntariado #cartacond{
        width: 100%;
        margin-left: 0;
    }
    
    #novoSocio #quotaIndividual, #novoSocio #quotaColetiva{
        margin-bottom:20px;
    }
    
    #juventude #codPostalText, #novoSocio #codPostalText{
        width: 55%;
    }
    
    #juventude #dia, #juventude #mes, #juventude #ano, #voluntariado #dia, #voluntariado #mes, #voluntariado #ano{
        width: 30.5%;
    }

     #voluntariado #desempenho .col-md-3.control-label, #voluntariado #sigilo .col-md-3.control-label, #novoSocio #Veracidade .col-md-3.control-label, #novoSocio #PoliticaPrivacidade .col-md-3.control-label, #juventude #Veracidade .col-md-3.control-label, #juventude #PoliticaPrivacidade .col-md-3.control-label, #voluntariado #Veracidade .col-md-3.control-label, #voluntariado #PoliticaPrivacidade .col-md-3.control-label{
        width: 94%;
    }
    
	#g-navigation .g-grid:nth-child(3), #g-navigation .g-grid:nth-child(4), #menuLv3 .g-content {
		width: 95%;
	}
	
	#g-navigation .g-grid:nth-child(3) {
		min-height: 80px;
	}
	
	#logo {
		position: relative;
        top: unset;
		height: 80px;
		flex: 0 130px;
		width: 130px;
		min-width: 130px;
		max-width: 130px;
	}
	
	#logo .g-content {
		margin: 0px;
		padding: 0px;
	}
	
	#topBar, #pesquisa {
		display: none;
	}
	
	#menuMega {
		display: none;
	}
	
	#menuLv3 {
		display: none;
	}

	#mobileBar {
        display: flex;
        justify-content: flex-end;
	}
		
	#menuMobile {
		width: 100%;
	}
		
	/* --- */
	
	#slide .g-content {
		margin-top: 80px;
	}
	
	#slide .sliderPrincipalNormal {
        max-height: 400px;
        min-height: 400px;
    }
			
	#slide .sliderPrincipalNormal h2 {
		font-size: 40px;
	}
	
	#slide .sliderPrincipalNormal h3 {		
		font-size: 20px;
	}
  
  	/* --- */
  	#Etiqueta .mainEtiqueta {
        display: none;
    }
  
	/* --- */
	#Partilha {
		align-items: flex-start;
	}
	
	/* --- */		
	#g-container-main {
		margin-top: 80px;
	}
		
	#g-container-main .g-block.size-25 {
		display: none;
	}
		
	#g-container-main .g-block.size-75 {
		flex: 0 100%;
        width: 100%;
	}
	
	#g-container-main .g-block.size-75 #g-mainbar .g-content {
		width: 95%;
		margin: 0px auto 50px auto;
	}
				
	#g-container-main .g-block.size-100 #g-mainbar .g-content {
		width: 95%;		
	}
		
	/* --- */
	#g-mainbar .page-header h1, #g-mainbar .page-header h2 {
		padding-right: 0px;
	}
	
	#g-mainbar .principal h2 {
		font-size: 1.3rem;
	}

	#g-mainbar .page-header h1, #g-mainbar .principal h1, #g-mainbar .page-header h2, #g-mainbar .principal h2 {
		font-size: 45px;
	}
	
	#g-mainbar .principal .descricao, #g-mainbar .principal p {
		text-align: unset;
	}
	
	#g-mainbar .principal .descricao {
		font-size: 14px;
	}	
	
	#g-mainbar .principal > .item-image {
		float: unset;
		padding: 0;
		margin-bottom: 20px;
		max-width: unset;
	}

	#g-mainbar .principal > .item-image img {
		margin: 0px;
	}

	#g-mainbar .principal .multipleImages50 .item-image {
		width: 97.5%;
	}

	#g-mainbar .principal .multipleImages .item-image {
		width: 97.5%;
	}
		
	#g-mainbar .principal .item.w100 {
		float: unset;
		padding: unset;
	}
		
	#g-mainbar .principal .descricao.w50 {
		width: 100%;
	}
	
	#g-mainbar .principal .item.w50 {
		width: 100%;
	}
	
	#g-mainbar .principal .item.w50 .item-image {
		text-align: left;
	}
	
	#g-mainbar .principal .video .item {
		max-height: 300px;
	}
		
	/*	--- */
	.itemid-286 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50, .itemid-286 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50,
	.itemid-287 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50, .itemid-287 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50,
	.itemid-288 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50, .itemid-288 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50,
	.itemid-289 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50, .itemid-289 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50,
	.itemid-290 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50, .itemid-290 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50,
	.itemid-291 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50, .itemid-291 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50,
	.itemid-292 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50, .itemid-292 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50	{
		display: none;
	}

	.itemid-286 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50, .itemid-286 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50,
	.itemid-287 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50, .itemid-287 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50,
	.itemid-288 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50, .itemid-288 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50,
	.itemid-289 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50, .itemid-289 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50,
	.itemid-290 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50, .itemid-290 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50,
	.itemid-291 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50, .itemid-291 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50,
	.itemid-292 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50, .itemid-292 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50	{
		width: 100%;
	}
	
	/* --- */
	#mainContactos .mainBox {
		flex-wrap: wrap;
	}
	
	#mainContactos .mainBox .mainImg.w50 {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 30px;
	}
			
	#mainContactos .mainBox .mainImg.w50 img {
		padding: 1% 10%;
	}
	
	#mainContactos .mainBox .mainDesc.w50 {
		width: 100%;
	}
	
	/* --- */
	#noticias {
        padding: 50px 0;
	}
	
	#noticias .sideFilter {
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
		max-width: unset;
		height:100%;
		left:-100%;
		padding: 30px 20px;
		position: fixed;
		overflow-y: scroll;
		top: 81px;
		z-index:999;
		-webkit-transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-o-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out;
	}

	#noticias .closeSearch {
		display:block;
	}

	#noticias .mobile {
		display:block;
	}

	#noticias .pagecontent {
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
		display: inline-block;
		vertical-align: top;
		margin-left: 0px;
	}
		
	#noticias .newsBlocks .item {
	    width: 100%;
	}
			
	#noticias .item .itemImage img {
		height: 325px;
	}
	
	/* --- */
    #documentos .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 460px 20px;
        display: inline-block !important;
        position: fixed;
        height: 100%;
        left: -100%;
		top: 130px;
		z-index: 8;
        -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;
    }
   	
	#documentos .TreeDocs .tree-list {
		padding: 15px;
	}
	
    #documentos .contentDocs {
       padding: 55px 10px 30px 10px;
    }
    
    #documentos .content-docs .clearFilter {
        font-size: 14px;
    }
   
    #documentos .tree-list .closeSearch {
        font-family: 'Poppins-Regular', sans-serif;
        font-size: 14px;
        background: #a11c1c;
        color: #fff;
        border-radius: 5px;
        display: block;
        width: fit-content;
        margin-top: 25px;
    }
   
    #documentos .content-docs .mobile {
		display: block;
		top: 80px;
    }

    #documentos .contentDocs {
        width:100%;
        margin: 20px 0;
        padding: 20px 0;
    }
    
    #documentos .content-docs .item {
        width: 100%;
        padding: 40.5% 10px 10px 10px;
    }
    
    #documentos .content-docs .item svg {
        height: 40px;
    }
    
    #documentos h2 {
        font-size: 38px;
		margin-left: 10px;
    }
    
    #documentos .documents a {
        width: 100%;
        font-size: 16px;
    }
    
    #documentos .documents .docVisual {
        font-size: 13px;
    }
    		        	
	/* --- */
	#g-container-main .g-block.size-100 #g-mainbar #multimedia .g-content, 
	.itemid-341 #g-container-main .g-block.size-100 #g-mainbar #PageContent .g-content {
		width: auto;
	}
		
	#multimedia .multimediaContainer .searchBar {
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
		max-width: unset;
		height:100%;
		left:-100%;
		padding: 30px 20px;
		position: fixed;
		overflow-y: scroll;
		top: 81px;
		z-index:999;
		-webkit-transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-o-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out;
	}
	
	#multimedia .closeSearch {
		display:block;
	}
	
	#multimedia .mobile {
		display:block;
	}
	
	#multimedia .multimediaContainer .resultsContent {
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
		margin-left: 0px;
	}
			
	#multimedia .videoItem {
		width: 100%;
	}
	
	#multimedia .videoItem iframe {
		height: 220px !important;
	}
						
	/* --- */
	#logosRodape .g-content {
        width: 95%;
	}
		
	#logosRodape .item.w25 {
		width: 49%;
		padding: 10px 15px;
	}
		
	/* --- */
	
	#MenuInferior .g-content {
        width: 95%;
		padding-top: 50px;
		padding-bottom: 50px;
    }
	
	#MenuInferior .main_MInf {
		flex-wrap: wrap;
	}
	
	#MenuInferior .main_MInf .title, #MenuInferior .main_MInf .w25.last .title {
		text-align: center;
		margin-inline: unset;
	}
	
	#MenuInferior .w25.first, #MenuInferior .w50.middle, #MenuInferior .w25.last {
		width: 100%;
	}
	
	#MenuInferior .w25.first {
		padding-bottom: 25px;
	}
	
	#MenuInferior .w50.middle {
		padding: 20px 0;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}

	#MenuInferior .w25.last {
		padding-top: 25px;
	}
	
	#MenuInferior .w25.first .w100, #MenuInferior .w25.last .w100 {
		border-right: unset;
		border-left: unset;
	}
	
	#MenuInferior .w25 ul {
		text-align: center;	
	}
	
	#MenuInferior .w50.middle .w50 {
		width: 100%;
        display: block;
        text-align: center;
	}
	
	#MenuInferior .w50.middle .w50 ul, #MenuInferior .w50.middle ul li {
		align-items: center;
	}
	
	#MenuInferior .w25.first .w100 li {
		margin-right: unset;
	}
	
	
	#MenuInferior .w25.last .w100 li {
		margin-left: unset;
	}
	
	#MenuInferior .w25 ul {
		margin: 0;
		display: block;
		width: 100%;
	}
		
	#MenuInferior .govern {
        width: 65%;
        margin: auto;
        padding-top: 8px;
        font-size: 12px;
	}
	
	#MenuInferior .selo {
		display: none;
	}
}


@media (min-width: 362px) and (max-width: 469px){
    
    #novoSocio #local, #novoSocio #nif, #novoSocio #mail, #novoSocio #tipo, #juventude #codPostal, #juventude #age, #juventude #telem, #juventude #cartCidadao, #juventude #encEdu, #juventude #mail, #juventude #nomeUrg, #voluntariado #habilit, #voluntariado #local, #voluntariado #mail, #voluntariado #dataNascimento, #voluntariado select{
        width: 100%;
        margin-right: 0;
    }
    
    #novoSocio #codPostal, #novoSocio #telem, #novoSocio #confmail, #novoSocio #quotaIndividual, #novoSocio #quotaColetiva, #juventude #dataNascimento, #juventude #estado, #juventude #nacio, #juventude #confmail, #juventude #habilit, #juventude #telefEncEdu, #juventude #telefUrg, #voluntariado #telem, #voluntariado #estado, #voluntariado #confmail, #voluntariado #cartacond{
        width: 100%;
        margin-left: 0;
    }
    
    #novoSocio #quotaIndividual, #novoSocio #quotaColetiva{
        margin-bottom:20px;
    }
    
    #juventude #codPostalText, #novoSocio #codPostalText{
        width: 55%;
    }
     
    #juventude #dia, #juventude #mes, #juventude #ano, #voluntariado #dia, #voluntariado #mes, #voluntariado #ano{
        width: 30.5%;
    }

    #voluntariado #desempenho .col-md-3.control-label, #voluntariado #sigilo .col-md-3.control-label, #novoSocio #Veracidade .col-md-3.control-label, #novoSocio #PoliticaPrivacidade .col-md-3.control-label, #juventude #Veracidade .col-md-3.control-label, #juventude #PoliticaPrivacidade .col-md-3.control-label, #voluntariado #Veracidade .col-md-3.control-label, #voluntariado #PoliticaPrivacidade .col-md-3.control-label{
        width: 94%;
    }
    
	#g-navigation .g-grid:nth-child(3), #g-navigation .g-grid:nth-child(4), #menuLv3 .g-content {
		width: 95%;
	}
	
	#g-navigation .g-grid:nth-child(3) {
		min-height: 80px;
	}
	
	#logo {
		position: relative;
        top: unset;
		height: 80px;
		flex: 0 130px;
		width: 130px;
		min-width: 130px;
		max-width: 130px;
	}
	
	#logo .g-content {
		margin: 0px;
		padding: 0px;
	}

	#topBar, #pesquisa {
		display: none;
	}
	
	#menuMega {
		display: none;
	}
		
	#menuLv3 {
		display: none;
	}

	#mobileBar {
        display: flex;
        justify-content: flex-end;
	}
		
	#menuMobile {
		width: 100%;
	}
		
  	/* --- */
  	#Etiqueta .mainEtiqueta {
        display: none;
    }
  
	/* --- */
	#Partilha {
		align-items: flex-start;
	}
	
	/* --- */	
	#slide .g-content {
		margin-top: 80px;
	}
	
	#slide .sliderPrincipalNormal {
        max-height: 400px;
        min-height: 400px;
    }
		
	#slide .sliderPrincipalNormal h2 {
		font-size: 40px;
	}
	
	#slide .sliderPrincipalNormal h3 {		
		font-size: 20px;
	}
		
	/* --- */
		
	#g-container-main {
		margin-top: 80px;
	}
		
	#g-container-main .g-block.size-25 {
		display: none;
	}
		
	#g-container-main .g-block.size-75 {
		flex: 0 100%;
        width: 100%;
	}
	
	#g-container-main .g-block.size-75 #g-mainbar .g-content {
		width: 95%;
		margin: 0px auto 50px auto;
	}
			
	#g-container-main .g-block.size-100 #g-mainbar .g-content {
		width: 95%;		
	}
		
	/* --- */
	#g-mainbar .page-header h1, #g-mainbar .page-header h2 {
		padding-right: 0px;
	}
	
	#g-mainbar .principal h2 {
		font-size: 1.3rem;
	}

	#g-mainbar .page-header h1, #g-mainbar .principal h1, #g-mainbar .page-header h2, #g-mainbar .principal h2 {
		font-size: 45px;
	}
	
	#g-mainbar .principal .descricao, #g-mainbar .principal p {
		text-align: unset;
	}
	
	#g-mainbar .principal .descricao {
		font-size: 15px;
	}	
	
	#g-mainbar .principal > .item-image {
		float: unset;
		padding: 0;
		margin-bottom: 20px;
		max-width: unset;
	}

	#g-mainbar .principal > .item-image img {
		margin: 0px;
	}

	#g-mainbar .principal .multipleImages50 .item-image {
		width: 97.5%;
	}

	#g-mainbar .principal .multipleImages .item-image {
		width: 97.5%;
	}
		
	#g-mainbar .principal .item.w100 {
		float: unset;
		padding: unset;
	}
		
	#g-mainbar .principal .descricao.w50 {
		width: 100%;
	}
	
	#g-mainbar .principal .item.w50 {
		width: 100%;
	}
	
	#g-mainbar .principal .item.w50 .item-image {
		text-align: left;
	}
	
	#g-mainbar .principal .video .item {
		max-height: 300px;	
	}
		
	/*	--- */
	.itemid-286 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50, .itemid-286 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50,
	.itemid-287 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50, .itemid-287 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50,
	.itemid-288 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50, .itemid-288 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50,
	.itemid-289 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50, .itemid-289 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50,
	.itemid-290 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50, .itemid-290 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50,
	.itemid-291 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50, .itemid-291 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50,
	.itemid-292 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50, .itemid-292 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50	{
		display: none;
	}

	.itemid-286 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50, .itemid-286 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50,
	.itemid-287 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50, .itemid-287 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50,
	.itemid-288 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50, .itemid-288 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50,
	.itemid-289 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50, .itemid-289 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50,
	.itemid-290 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50, .itemid-290 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50,
	.itemid-291 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50, .itemid-291 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50,
	.itemid-292 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50, .itemid-292 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50	{
		width: 100%;
	}
	
	/* --- */
	#mainContactos .mainBox {
		flex-wrap: wrap;
	}
	
	#mainContactos .mainBox .mainImg.w50 {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 30px;
	}
			
	#mainContactos .mainBox .mainImg.w50 img {
		padding: 1% 10%;
	}
	
	#mainContactos .mainBox .mainDesc.w50 {
		width: 100%;
	}
	
	/* --- */
	#noticias .sideFilter {
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
		max-width: unset;
		height:100%;
		left:-100%;
		padding: 30px 20px;
		position: fixed;
		overflow-y: scroll;
		top: 81px;
		z-index:999;
		-webkit-transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-o-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out;
	}

	#noticias .closeSearch {
		display:block;
	}

	#noticias .mobile {
		display:block;
	}

	#noticias .pagecontent {
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
		display: inline-block;
		vertical-align: top;
		margin-left: 0px;
	}
		
	#noticias .newsBlocks .item {
	    width: 100%;
	}
			
	#noticias .item .itemImage img {
		height: 325px;
	}
	
	/* --- */ 
    #documentos .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 460px 20px;
        display: inline-block !important;
        position: fixed;
        height: 100%;
        left: -100%;
		top: 130px;
		z-index: 8;
        -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;
    }
	
	#documentos .TreeDocs .tree-list {
		padding: 15px;
	}
	
    #documentos .contentDocs {
		padding: 55px 10px 30px 10px;
    }
    
    #documentos .content-docs .clearFilter {
        font-size: 14px;
    }
    
    #documentos .tree-list .catLevel1 {
        font-size: 15px; 
    }
   
    #documentos .tree-list .closeSearch {
        font-family: 'Poppins-Regular', sans-serif;
        font-size: 14px;
        background: #a11c1c;
        color: #fff;
        border-radius: 5px;
        display: block;
        width: fit-content;
        margin-top: 25px;
    }
   
    #documentos .content-docs .mobile {
		display: block;
		top: 80px;
    }

    #documentos .contentDocs {
        width:100%;
        margin: 20px 0;
        padding: 20px 0;
    }
    
    #documentos .content-docs .item {
        width: 47%;
        padding: 40.5% 10px 10px 10px;
    }
    
    #documentos .content-docs .item svg {
        height: 40px;
    }
    
    #documentos .content-docs .item .catName {
        bottom: 10%;
        font-size: 16px;
    }
    
    #documentos h2 {
        font-size: 40px;
		margin-left: 10px;
    }
    
    #documentos .documents a {
        width: 100%;
        font-size: 16px;
    }
    
    #documentos .documents .docVisual {
        font-size: 13px;
    }
    		        	
	/* --- */
	#g-container-main .g-block.size-100 #g-mainbar #multimedia .g-content, 
	.itemid-341 #g-container-main .g-block.size-100 #g-mainbar #PageContent .g-content {
		width: 350px;
	}
		
	#multimedia .multimediaContainer .searchBar {
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
		max-width: unset;
		height:100%;
		left:-100%;
		padding: 30px 20px;
		position: fixed;
		overflow-y: scroll;
		top: 81px;
		z-index:999;
		-webkit-transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-o-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out;
	}
	
	#multimedia .closeSearch {
		display:block;
	}
	
	#multimedia .mobile {
		display:block;
	}
	
	#multimedia .multimediaContainer .resultsContent {
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
		margin-left: 0px;
	}
			
	#multimedia .videoItem {
		width: 100%;
	}
	
	#multimedia .videoItem iframe {
		height: 220px !important;
	}
						
	/* --- */
	#logosRodape .g-content {
        width: 95%;
	}
		
	#logosRodape .item.w25 {
		width: 49%;
		padding: 10px 15px;
	}
	
	/* --- */
	
	#MenuInferior .g-content {
        width: 95%;
		padding-top: 50px;
		padding-bottom: 50px;
    }
	
	#MenuInferior .main_MInf {
		flex-wrap: wrap;
	}
	
	#MenuInferior .main_MInf .title, #MenuInferior .main_MInf .w25.last .title {
		text-align: center;
		margin-inline: unset;
	}

	#MenuInferior .w25.first, #MenuInferior .w50.middle, #MenuInferior .w25.last {
		width: 100%;
	}
	
	#MenuInferior .w25.first {
		padding-bottom: 25px;
	}
	
	#MenuInferior .w50.middle {
		padding: 20px 0;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}

	#MenuInferior .w25.last {
		padding-top: 25px;
	}
	
	#MenuInferior .w25.first .w100, #MenuInferior .w25.last .w100 {
		border-right: unset;
		border-left: unset;
	}
	
	#MenuInferior .w25 ul {
		text-align: center;	
	}
	
	#MenuInferior .w50.middle .w50 {
		width: 100%;
        display: block;
        text-align: center;
	}
	
	#MenuInferior .w50.middle .w50 ul, #MenuInferior .w50.middle ul li {
		align-items: center;
	}
	
	#MenuInferior .w25.first .w100 li {
		margin-right: unset;
	}
	
	
	#MenuInferior .w25.last .w100 li {
		margin-left: unset;
	}
	
	#MenuInferior .w25 ul {
		margin: 0;
		display: block;
		width: 100%;
	}
		
	#MenuInferior .govern {
        width: 65%;
        margin: auto;
        padding-top: 8px;
        font-size: 12px;
	}
	
	#MenuInferior .selo {
		display: none;
	}
}


@media (min-width: 470px) and (max-width: 591px){
    
    #novoSocio #local, #novoSocio #nif, #novoSocio #mail, #novoSocio #tipo, #juventude #codPostal, #juventude #age, #juventude #telem, #juventude #cartCidadao, #juventude #encEdu, #juventude #mail, #juventude #nomeUrg, #voluntariado #habilit, #voluntariado #local, #voluntariado #mail, #voluntariado #dataNascimento, #voluntariado select{
        width: 100%;
        margin-right: 0;
    }
    
    #novoSocio #codPostal, #novoSocio #telem, #novoSocio #confmail, #novoSocio #quotaIndividual, #novoSocio #quotaColetiva, #juventude #dataNascimento, #juventude #estado, #juventude #nacio, #juventude #confmail, #juventude #habilit, #juventude #telefEncEdu, #juventude #telefUrg, #voluntariado #telem, #voluntariado #estado, #voluntariado #confmail, #voluntariado #cartacond{
        width: 100%;
        margin-left: 0;
    }
    
    #novoSocio #quotaIndividual, #novoSocio #quotaColetiva{
        margin-bottom:20px;
    }
    
    #voluntariado #desempenho .col-md-3.control-label, #voluntariado #sigilo .col-md-3.control-label, #novoSocio #Veracidade .col-md-3.control-label, #novoSocio #PoliticaPrivacidade .col-md-3.control-label, #juventude #Veracidade .col-md-3.control-label, #juventude #PoliticaPrivacidade .col-md-3.control-label, #voluntariado #Veracidade .col-md-3.control-label, #voluntariado #PoliticaPrivacidade .col-md-3.control-label{
        width: 96%;
    }
    
	#g-navigation .g-grid:nth-child(3), #g-navigation .g-grid:nth-child(4), #menuLv3 .g-content {
		width: 95%;
	}
	
	#g-navigation .g-grid:nth-child(3) {
		min-height: 80px;
	}
	
	#logo {
		position: relative;
        top: unset;
		height: 80px;
		flex: 0 130px;
		width: 130px;
		min-width: 130px;
		max-width: 130px;
	}
	
	#logo .g-content {
		margin: 0px;
		padding: 0px;
	}
	
	#topBar, #pesquisa {
		display: none;
	}
	
	#menuMega {
		display: none;
	}
		
	#menuLv3 {
		display: none;
	}

	#mobileBar {
        display: flex;
        justify-content: flex-end;
	}
		
	#menuMobile {
		width: 100%;
	}
		
	/* --- */
	
	#slide .g-content {
		margin-top: 80px;
	}
	
	#slide .sliderPrincipalNormal {
        max-height: 400px;
        min-height: 400px;
    }
		
	#slide .sliderPrincipalNormal h2 {
		font-size: 50px;
	}
	
	#slide .sliderPrincipalNormal h3 {		
		font-size: 20px;
	}
  
  	/* --- */
  	#Etiqueta .mainEtiqueta {
        display: none;
    }
  
	/* --- */
	#Partilha {
		align-items: flex-start;
	}
	
	/* --- */		
	#g-container-main {
		margin-top: 80px;
	}
		
	#g-container-main .g-block.size-25 {
		display: none;
	}
		
	#g-container-main .g-block.size-75 {
		flex: 0 100%;
        width: 100%;
	}
	
	#g-container-main .g-block.size-75 #g-mainbar .g-content {
		width: 95%;
		margin: 0px auto 50px auto;
	}
	
	#g-container-main .g-block.size-100 #g-mainbar .g-content {
		width: 95%;		
	}
	
	/* --- */
	#g-mainbar .page-header h1, #g-mainbar .page-header h2 {
		padding-right: 0px;
	}
	
	#g-mainbar .principal h2 {
		font-size: 1.5rem;
	}

	#g-mainbar .principal .descricao, #g-mainbar .principal p {
		text-align: unset;
	}
	
	#g-mainbar .principal .descricao {
		font-size: 15px;
	}
	
	#g-mainbar .principal > .item-image {
		float: unset;
		padding: 0;
		margin-bottom: 20px;
		max-width: unset;
	}

	#g-mainbar .principal > .item-image img {
		margin: 0px;
	}

	#g-mainbar .principal .multipleImages50 .item-image {
		width: 97.5%;
	}

	#g-mainbar .principal .multipleImages .item-image {
		width: 97.5%;
	}
	
	#g-mainbar .principal .video .item {
		max-height: 300px;
	}
		
	#g-mainbar .principal .item.w100 {
		float: unset;
		padding: unset;
	}
		
	#g-mainbar .principal .descricao.w50 {
		width: 100%;
	}
	
	#g-mainbar .principal .item.w50 {
		width: 100%;
	}
	
	#g-mainbar .principal .item.w50 .item-image {
		text-align: left;
	}
		
	/*	--- */
	.itemid-286 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50, .itemid-286 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50,
	.itemid-287 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50, .itemid-287 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50,
	.itemid-288 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50, .itemid-288 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50,
	.itemid-289 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50, .itemid-289 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50,
	.itemid-290 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50, .itemid-290 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50,
	.itemid-291 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50, .itemid-291 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50,
	.itemid-292 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50, .itemid-292 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50	{
		display: none;
	}

	.itemid-286 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50, .itemid-286 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50,
	.itemid-287 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50, .itemid-287 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50,
	.itemid-288 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50, .itemid-288 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50,
	.itemid-289 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50, .itemid-289 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50,
	.itemid-290 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50, .itemid-290 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50,
	.itemid-291 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50, .itemid-291 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50,
	.itemid-292 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50, .itemid-292 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50	{
		width: 100%;
	}
	
	/* --- */
	#mainContactos .mainBox {
		flex-wrap: wrap;
	}
	
	#mainContactos .mainBox .mainImg.w50 {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 30px;
	}
			
	#mainContactos .mainBox .mainImg.w50 img {
		padding: 1% 10%;
	}
	
	#mainContactos .mainBox .mainDesc.w50 {
		width: 100%;
	}
	
	/* --- */	
	#noticias .sideFilter {
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
		max-width: unset;
		height:100%;
		left:-100%;
		padding: 30px 20px;
		position: fixed;
		overflow-y: scroll;
		top: 81px;
		z-index:999;
		-webkit-transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-o-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out;
	}
	
	#noticias .closeSearch {
		display:block;
	}
	
	#noticias .mobile{
		display:block;
	}
	
	#noticias .pagecontent {
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
		display: inline-block;
		vertical-align: top;
		margin-left: 0px;
	}
	
	#noticias .newsBlocks .item {
	    width: 100%;
	}
		
	#noticias .item .itemImage img {
		height: 375px;
	}
	
	/* --- */    
    #documentos .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 460px 20px;
        display: inline-block !important;
        position: fixed;
        height: 100%;
        left: -100%;
		top: 130px;
		z-index: 8;
        -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;
    }
   
    #documentos .contentDocs {
       padding: 55px 10px 30px 10px;
    }
   
    #documentos .tree-list .closeSearch {
        font-family: 'Poppins-Regular', sans-serif;
        font-size: 16px;
        background: #a11c1c;
        color: #fff;
        border-radius: 5px;
        display: block;
        width: fit-content;
        margin-top: 25px;
    }
   
    #documentos .content-docs .mobile {
		display: block;
		top: 80px;
    }
    
    #documentos .contentDocs{
        width:100%;
        margin: 20px 0;
        padding: 20px 0;
    }
    
    #documentos .content-docs .item {
        width: 47%;
        padding: 31% 10px 10px 10px;
    }
    
    #documentos .content-docs .item svg {
        height: 45px;
    }
    
    #documentos .content-docs .item .catName {
        bottom: 10%;
        font-size: 18px;
    }
    
    #documentos h2 {
		font-size: 45px;
		margin-left: 10px;
    }
    
    #documentos .documents a {
        width: 100%;
        font-size: 18px;
    }
    
    #documentos .documents .docVisual {
        font-size: 13px;
    }
		        	
	/* --- */
	#g-container-main .g-block.size-100 #g-mainbar #multimedia .g-content, 
	.itemid-341 #g-container-main .g-block.size-100 #g-mainbar #PageContent .g-content {
		width: 460px;
	}
		
	#multimedia .multimediaContainer .searchBar {
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
		max-width: unset;
		height:100%;
		left:-100%;
		padding: 30px 20px;
		position: fixed;
		overflow-y: scroll;
		top: 81px;
		z-index:999;
		-webkit-transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-o-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out;
	}
	
	#multimedia .closeSearch {
		display:block;
	}
	
	#multimedia .mobile {
		display:block;
	}
	
	#multimedia .multimediaContainer .resultsContent {
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
		margin-left: 0px;
	}
		
	#multimedia .videoItem {
		width: 100%;
	}
	
	#multimedia .videoItem iframe {
		height: 285px !important;
	}
					
	/* --- */
	#logosRodape .g-content {
        width: 95%;
	}
		
	#logosRodape .item.w25 {
		width: 49%;
		padding: 10px 15px;
	}
	
	/* --- */
	
	#MenuInferior .g-content {
        width: 95%;
		padding-top: 50px;
		padding-bottom: 50px;
    }
	
	#MenuInferior .main_MInf {
		flex-wrap: wrap;
	}
	
	#MenuInferior .main_MInf .title, #MenuInferior .main_MInf .w25.last .title {
		text-align: center;
		margin-inline: unset;
	}

	#MenuInferior .w25.first, #MenuInferior .w50.middle, #MenuInferior .w25.last {
		width: 100%;
	}
	
	#MenuInferior .w25.first {
		padding-bottom: 25px;
	}
	
	#MenuInferior .w50.middle {
		padding: 20px 0;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}

	#MenuInferior .w25.last {
		padding-top: 25px;
	}
	
	#MenuInferior .w25.first .w100, #MenuInferior .w25.last .w100 {
		border-right: unset;
		border-left: unset;
	}
	
	#MenuInferior .w25 ul {
		text-align: center;	
	}
	
	#MenuInferior .w50.middle .w50 {
		width: 100%;
        display: block;
        text-align: center;
	}
	
	#MenuInferior .w50.middle .w50 ul, #MenuInferior .w50.middle ul li {
		align-items: center;
	}
	
	#MenuInferior .w25.first .w100 li {
		margin-right: unset;
	}
	
	
	#MenuInferior .w25.last .w100 li {
		margin-left: unset;
	}
	
	#MenuInferior .w25 ul {
		margin: 0;
		display: block;
		width: 100%;
	}
		
	#MenuInferior .govern {
		width: 65%;
		margin: auto;
		padding-top: 8px;
		font-size: 12px;
	}
}


@media (min-width: 592px) and (max-width: 767px){
    
    #juventude #codPostalText, #novoSocio #codPostalText {
        width: 53%;
    }
    
    #juventude #dia, #juventude #mes, #juventude #ano, #voluntariado #dia, #voluntariado #mes, #voluntariado #ano{
        width: 30%;
    }
    
    #voluntariado #desempenho .col-md-3.control-label, #voluntariado #sigilo .col-md-3.control-label, #novoSocio #Veracidade .col-md-3.control-label, #novoSocio #PoliticaPrivacidade .col-md-3.control-label, #juventude #Veracidade .col-md-3.control-label, #juventude #PoliticaPrivacidade .col-md-3.control-label, #voluntariado #Veracidade .col-md-3.control-label, #voluntariado #PoliticaPrivacidade .col-md-3.control-label{
        width: 96%;
    }
    
	#g-navigation .g-grid:nth-child(3), #g-navigation .g-grid:nth-child(4), #menuLv3 .g-content {
		width: 95%;
	}
	
	#g-navigation .g-grid:nth-child(3) {
		min-height: 80px;
	}
	
	#topBar, #pesquisa {
		display: none;
	}
	
	#logo {
		position: relative;
        top: unset;
		height: 80px;
		flex: 0 130px;
		width: 130px;
		min-width: 130px;
		max-width: 130px;
	}
	
	#logo .g-content {
		margin: 0px;
		padding: 0px;
	}

	#menuMega {
		display: none;
	}
		
	#menuLv3 {
		display: none;
	}

	#mobileBar, #mobileBar .mobile{
        display: flex;
        justify-content: flex-end;
	}
		
	/* --- */
		
	#slide .g-content {
		margin-top: 80px;
	}
	
	#slide .sliderPrincipalNormal {
        max-height: 400px;
        min-height: 400px;
    }
	
	#slide .sliderPrincipalNormal h2 {
		font-size: 50px;
	}
	
	#slide .sliderPrincipalNormal h3 {		
		font-size: 20px;
	}
  
  	/* --- */
  	#Etiqueta .mainEtiqueta {
        display: none;
    }
  
	/* --- */
	#Partilha {
		align-items: flex-start;
	}
	
	/* --- */		
	#g-container-main {
		margin-top: 80px;
	}
		
	#g-container-main .g-block.size-25 {
		display: none;
	}
		
	#g-container-main .g-block.size-75 {
		flex: 0 100%;
        width: 100%;
	}
	
	#g-container-main .g-block.size-75 #g-mainbar .g-content {
		width: 95%;
		margin: 0px auto 50px auto;
	}
		
	#g-container-main .g-block.size-100 #g-mainbar .g-content {
		width: 95%;		
	}
	
	/* --- */
	#g-mainbar .page-header h1, #g-mainbar .page-header h2 {
		padding-right: 0px;
	}
	
	#g-mainbar .principal .descricao, #g-mainbar .principal p {
		text-align: unset;
	}
	
	#g-mainbar .principal .descricao {
		font-size: 15px;
	}
	
	#g-mainbar .principal > .item-image {
		float: unset;
		padding: 0;
		margin-bottom: 20px;
		max-width: unset;
	}

	#g-mainbar .principal > .item-image img {
		margin: 0px;
	}
	
	#g-mainbar .principal .video .item {
        max-height: 300px;
	}
		
	#g-mainbar .principal .item.w100 {
		float: unset;
		padding: unset;
	}
		
	#g-mainbar .principal .descricao.w50 {
		width: 100%;
	}
	
	#g-mainbar .principal .item.w50 {
		width: 100%;
	}
	
	#g-mainbar .principal .item.w50 .item-image {
		text-align: left;
	}
	
	/*	--- */
	.itemid-286 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50, .itemid-286 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50,
	.itemid-287 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50, .itemid-287 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50,
	.itemid-288 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50, .itemid-288 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50,
	.itemid-289 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50, .itemid-289 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50,
	.itemid-290 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50, .itemid-290 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50,
	.itemid-291 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50, .itemid-291 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50,
	.itemid-292 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50, .itemid-292 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50	{
		display: none;
	}

	.itemid-286 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50, .itemid-286 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50,
	.itemid-287 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50, .itemid-287 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50,
	.itemid-288 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50, .itemid-288 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50,
	.itemid-289 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50, .itemid-289 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50,
	.itemid-290 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50, .itemid-290 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50,
	.itemid-291 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50, .itemid-291 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50,
	.itemid-292 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50, .itemid-292 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50	{
		width: 100%;
	}
	
	/* --- */
	#mainContactos .mainBox {
		flex-wrap: wrap;
	}
	
	#mainContactos .mainBox .mainImg.w50 {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 30px;
	}
			
	#mainContactos .mainBox .mainImg.w50 img {
		padding: 1% 10%;
	}
	
	#mainContactos .mainBox .mainDesc.w50 {
		width: 100%;
	}
	
	/* --- */
	#noticias .sideFilter {
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
		max-width: unset;
		height:100%;
		left:-100%;
		padding: 30px 20px;
		position: fixed;
		overflow-y: scroll;
		top: 81px;
		z-index:999;
		-webkit-transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-o-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out;
	}
	
	#noticias .closeSearch {
		display:block;
	}
	
	#noticias .mobile {
		display:block;
	}
	
	#noticias .pagecontent {
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
		display: inline-block;
		vertical-align: top;
		margin-left: 0px;
	}
	
	#noticias .newsBlocks .item {
        width: 46.4%;
        margin-inline: 10px;
	}
		
	#noticias .item .itemImage img {
		height: 300px;
	}
	
	/* --- */ 
	#documentos h2 {
		margin-left: 10px;
    }
	
    #documentos .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 460px 20px;
        display: inline-block !important;
        position: fixed;
        height: 100%;
        left: -100%;
		top: 130px;
		z-index: 8;
        -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;
    }
   
    #documentos .contentDocs {
       padding: 55px 10px 30px 10px;
    }
   
    #documentos .tree-list .closeSearch {
        font-family: 'Poppins-Regular', sans-serif;
        font-size: 16px;
        background: #a11c1c;
        color: #fff;
        border-radius: 5px;
        display: block;
        width: fit-content;
        margin-top: 25px;
    }
   
    #documentos .content-docs .mobile {
       display: block;
    }
	
    #documentos .contentDocs {
        width: 100%;
        display:block;
        margin: 20px 0 0 0;
        padding: 20px 0;
        height: 800px !important;
    }

    #documentos .content-docs .item {
        width: 23%;
        margin: 1% 0.5%;
        padding: 22% 10px 10px 10px;
    }
    
    #documentos .content-docs .item .icon {
        top: 10%;
    }
    
    #documentos .content-docs .item svg {
        height: 45px;
    }
    
    #documentos .content-docs .item .catName {
        bottom: 10%;
        font-size: 14px;
    }
    
    #documentos .documents .docVisual {
        font-size:13px;
    }
	        	
	/* --- */
	#g-container-main .g-block.size-100 #g-mainbar #multimedia .g-content, 
	.itemid-341 #g-container-main .g-block.size-100 #g-mainbar #PageContent .g-content {
		width: 590px;
	}
		
	#multimedia .multimediaContainer .searchBar {
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
		max-width: unset;
		height:100%;
		left:-100%;
		padding: 30px 20px;
		position: fixed;
		overflow-y: scroll;
		top: 81px;
		z-index:999;
		-webkit-transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-o-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out;
	}
	
	#multimedia .closeSearch {
		display:block;
	}
	
	#multimedia .mobile {
		display:block;
	}
	
	#multimedia .multimediaContainer .resultsContent {
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
		margin-left: 0px;
	}
	
	#multimedia .videoItem {
		width: 100%;
	}
	
	#multimedia .videoItem iframe {
		height: 365px !important;
	}
					
	/* --- */
	#logosRodape .g-content {
        width: 95%;
	}
		
	#logosRodape .item.w25 {
		width: 49%;
		padding: 10px 15px;
	}
	
	/* --- */
		
	#MenuInferior .g-content {
        width: 95%;
		padding-top: 50px;
		padding-bottom: 50px;
    }
	
	#MenuInferior .main_MInf {
		flex-wrap: wrap;
	}
	
	#MenuInferior .main_MInf .title, #MenuInferior .main_MInf .w25.last .title {
		text-align: center;
		margin-inline: unset;
	}

	#MenuInferior .w25.first, #MenuInferior .w50.middle, #MenuInferior .w25.last {
		width: 100%;
	}
	
	#MenuInferior .w25.first {
		padding-bottom: 25px;
	}
	
	#MenuInferior .w50.middle {
		padding: 20px 0;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}

	#MenuInferior .w25.last {
		padding-top: 25px;
	}
	
	#MenuInferior .w25.first .w100, #MenuInferior .w25.last .w100 {
		border-right: unset;
		border-left: unset;
	}
	
	#MenuInferior .w25 ul {
		text-align: center;	
	}
	
	#MenuInferior .w25.first .w100 li {
		margin-right: unset;
	}
	
	#MenuInferior .w25.last .w100 li {
		margin-left: unset;
	}
	
	#MenuInferior .w25 ul {
		margin: 0;
		display: block;
		width: 100%;
	}
			
	#MenuInferior .govern {
		width: 65%;
		margin: auto;
		padding-top: 14px;
		font-size: 12px;
	}
}


@media (min-width: 768px) and (max-width: 958px){
    
    #juventude #codPostalText, #novoSocio #codPostalText{
        width: 55%;
    }
    
    #voluntariado #desempenho .col-md-3.control-label, #voluntariado #sigilo .col-md-3.control-label, #novoSocio #Veracidade .col-md-3.control-label, #novoSocio #PoliticaPrivacidade .col-md-3.control-label, #juventude #Veracidade .col-md-3.control-label, #juventude #PoliticaPrivacidade .col-md-3.control-label, #voluntariado #Veracidade .col-md-3.control-label, #voluntariado #PoliticaPrivacidade .col-md-3.control-label{
        width: 97%;
    }
    
	#g-navigation .g-grid:nth-child(3), #g-navigation .g-grid:nth-child(4), #menuLv3 .g-content {
		width: 95%;
	}
	
	#g-navigation .g-grid:nth-child(3) {
		min-height: 80px;
		flex-wrap: nowrap;
	}
	
	#topBar, #pesquisa {
		display: none;
	}
	
	#logo {
		position: relative;
        top: unset;
        height: 80px;
        flex: 0 130px;
        width: 130px;
        min-width: 130px;
        max-width: 130px;
    }
	
	#menuMega {
		display: none;
	}
		
	#menuLv3 {
		display: none;
	}

	#mobileBar {
        display: flex;
        justify-content: flex-end;
	}
	
	/* --- */
		
	#slide .g-content {
		margin-top: 80px;
	}
	
	#slide .sliderPrincipalNormal {
        min-height: 650px;
        max-height: 650px;
    }
  
  	/* --- */
  	#Etiqueta .mainEtiqueta {
        display: none;
    }
	
	/* --- */
	#Partilha {
		align-items: flex-start;
	}
	
	/* --- */
	
	#g-container-main {
		margin-top: 80px;
	}
		
	#g-container-main .g-block.size-25 {
		display: none;
	}
	
	#g-container-main .g-block.size-75 {
		flex: 0 100%;
        width: 100%;
	}
	
	#g-container-main .g-block.size-75 #g-mainbar .g-content {
		width: 95%;
		margin: 0px auto 50px auto;
	}
		
	#g-container-main .g-block.size-100 #g-mainbar .g-content {
		width: 95%;		
	}
		
	/* --- */
	#g-mainbar .page-header h1, #g-mainbar .page-header h2 {
		padding-right: 0px;
	}
	
	#g-mainbar .principal .descricao, #g-mainbar .principal p {
		text-align: unset;
	}
	
	#g-mainbar .principal .descricao {
		font-size: 15px;
	}

	#g-mainbar .principal > .item-image {
		float: unset;
		padding: 0;
		margin-bottom: 20px;
		max-width: unset;
	}

	#g-mainbar .principal > .item-image img {
		margin: 0px;
	}
		
	#g-mainbar .principal .item.w100 {
		float: unset;
		padding: unset;
	}
		
	#g-mainbar .principal .descricao.w50 {
		width: 100%;
	}
	
	#g-mainbar .principal .item.w50 {
		width: 100%;
	}
	
	#g-mainbar .principal .item.w50 .item-image {
		text-align: left;
	}
	
	/* --- */
	.itemid-286 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50, .itemid-286 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50,
	.itemid-287 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50, .itemid-287 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50,
	.itemid-288 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50, .itemid-288 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50,
	.itemid-289 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50, .itemid-289 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50,
	.itemid-290 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50, .itemid-290 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50,
	.itemid-291 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50, .itemid-291 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50,
	.itemid-292 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .item.w50, .itemid-292 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .item.w50	{
		display: none;
	}

	.itemid-286 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50, .itemid-286 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50,
	.itemid-287 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50, .itemid-287 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50,
	.itemid-288 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50, .itemid-288 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50,
	.itemid-289 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50, .itemid-289 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50,
	.itemid-290 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50, .itemid-290 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50,
	.itemid-291 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50, .itemid-291 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50,
	.itemid-292 #g-mainbar .principal > div[class*="class"]:nth-of-type(odd) .descricao.w50, .itemid-292 #g-mainbar .principal > div[class*="class"]:nth-of-type(even) .descricao.w50	{
		width: 100%;
	}
	
	/* --- */
	#mainContactos .mainBox {
		flex-wrap: wrap;
	}
	
	#mainContactos .mainBox .mainImg.w50 {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 30px;
	}
			
	#mainContactos .mainBox .mainImg.w50 img {
		padding: 1% 10%;
	}
	
	#mainContactos .mainBox .mainDesc.w50 {
		width: 100%;
	}
	
	/* --- */
	#noticias .sideFilter {
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
		max-width: unset;
		height:100%;
		left:-100%;
		padding: 30px 20px;
		position: fixed;
		overflow-y: scroll;
		top: 81px;
		z-index:999;
		-webkit-transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-o-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out;
	}
	
	#noticias .closeSearch {
		display:block;
	}
	
	#noticias .mobile {
		display:block;
	}
	
	#noticias .pagecontent {
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
		display: inline-block;
		vertical-align: top;
		margin-left: 0px;
	}
	
	#noticias .newsBlocks .item {
		width: 45%;
	}
		
	#noticias .item .itemImage img {
		height: 300px;
	}
		
	/* --- */ 
	#documentos h2 {
		margin-left: 10px;
    }
	
    #documentos .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 460px 20px;
        display: inline-block !important;
        position: fixed;
        height: 100%;
        left: -100%;
        top: 130px;
		z-index: 8;
        -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;
    }
   
    #documentos .contentDocs {
       padding: 55px 10px 30px 10px;
    }
   
    #documentos .tree-list .closeSearch {
        font-family: 'Poppins-Regular', sans-serif;
        font-size: 16px;
        background: #a11c1c;
        color: #fff;
        border-radius: 5px;
        display: block;
        width: fit-content;
        margin-top: 25px;
    }
   
    #documentos .content-docs .mobile {
       display: block;
    }

    #documentos .contentDocs {
        width:100%;
        padding: 20px;
        height: 950px !important;
    }
    
    #documentos .content-docs .item {
        width: 23.5%;
        margin: 1% 0.5%;
        padding: 23% 10px 10px 10px;
    }
        	
	/* --- */
	#g-container-main .g-block.size-100 #g-mainbar #multimedia .g-content, 
	.itemid-341 #g-container-main .g-block.size-100 #g-mainbar #PageContent .g-content {
		width: 750px;
	}
	
	#multimedia .multimediaContainer .searchBar {
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
		max-width: unset;
		height:100%;
		left:-100%;
		padding: 30px 20px;
		position: fixed;
		overflow-y: scroll;
		top: 81px;
		z-index:999;
		-webkit-transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-o-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out;
	}
	
	#multimedia .closeSearch {
		display:block;
	}
	
	#multimedia .mobile {
		display:block;
	}
	
	#multimedia .multimediaContainer .resultsContent {
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
		margin-left: 0px;
	}
		
	#multimedia .videoItem iframe {
		height: 225px !important;
	}
					
	/* --- */
	#logosRodape .g-content {
        width: 95%;
	}
	
	/* --- */
	
	#MenuInferior .g-content {
        width: 95%;
		padding-top: 50px;
		padding-bottom: 50px;
    }
	
	#MenuInferior .main_MInf {
		flex-wrap: wrap;
	}
	
	#MenuInferior .main_MInf .title, #MenuInferior .main_MInf .w25.last .title {
		text-align: center;
		margin-inline: unset;
	}

	#MenuInferior .w25.first, #MenuInferior .w50.middle, #MenuInferior .w25.last {
		width: 100%;
	}
	
	#MenuInferior .w25.first {
		padding-bottom: 25px;
	}
	
	#MenuInferior .w50.middle {
		padding: 20px 0;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}

	#MenuInferior .w25.last {
		padding-top: 25px;
	}
	
	#MenuInferior .w25.first .w100, #MenuInferior .w25.last .w100 {
		border-right: unset;
		border-left: unset;
	}
	
	#MenuInferior .w25 ul {
		text-align: center;	
	}
	
	#MenuInferior .w25.first .w100 li {
		margin-right: unset;
	}
	
	#MenuInferior .w25.last .w100 li {
		margin-left: unset;
	}
	
	#MenuInferior .w25 ul {
		margin: 0;
		display: block;
		width: 100%;
	}
	
	#MenuInferior .govern {
		width: 65%;
		margin: auto;
		padding-top: 14px;
		font-size: 14px;
	}
}


@media (min-width: 959px) and (max-width: 1199px){
	#g-navigation .g-grid:nth-child(2), #g-navigation .g-grid:nth-child(4), #menuLv3 .g-content {
		width: 95%;
	}
	
	#g-navigation .g-grid:nth-child(4) .size-17 {
		flex: 0 11%;
		width: 11%;
	}
	
	#g-navigation .g-grid:nth-child(3) {
		width: 100%;
	}
	
	#menuMobile {
		display: none !important;
	}

	#logo {
        flex: 0 130px;
        width: 130px;
        min-width: 130px;
        max-width: 130px;
	}
		
	#logo .g-content {
		padding-inline: 5px;
	}
	
	#menuMega {
		padding-inline: 0%;
	}
	
	#menuMega .dj-megamenu-default li a.dj-up_a {
		font-size: 11px;
        padding: 0px 5px;
	}
	
	#menuMega .dj-megamenu-default li a.dj-up_a span.dj-drop {
		margin: 0 5px 0 5px;
	}
	
	#menuLv3 .dj-megamenu-default li a.dj-up_a {
		font-size: 11px;
	}
	
	#menuLateral h3 {
		font-size: 22px;
		padding: 0 5% 0 5%;
	}
	
	#menuLateral #accordeonck679 li.level1 > span {
		padding: 6px 5% 6px 5%;
	}
	
	#menuLateral #accordeonck679 li.level1 > span a {
		font-size: 16px;
	}
	
	#menuLateral #accordeonck679 li.level2 > span a {
		font-size: 16px;
		padding: 6px 5% 6px 15%;
	}
	
	#menuLateral #accordeonck692 li.level1 > span {
		padding: 6px 5% 6px 5%;
	}
	
	#menuLateral #accordeonck692 li.level1 > span a {
		font-size: 16px;
	}
	
	#menuLateral #accordeonck692 li.level2 > span a {
		font-size: 16px;
		padding: 6px 5% 6px 15%;
	}	
		
	
	/* --- */
	
	#slide .sliderPrincipalNormal {
        min-height: 650px;
        max-height: 650px;
    }
		
	/* --- */
	#g-container-main .g-block.size-75 #g-mainbar .g-content {
		width: 90%;
	}
		
	#g-container-main .g-block.size-100 #g-mainbar .g-content {
		width: 95%;		
	}
	
	/* --- */	
	#g-mainbar .principal .descricao, #g-mainbar .principal p {
		text-align: unset;
	}
	
	#g-mainbar .principal > .item-image {
		float: unset;
		padding: 0;
		margin-bottom: 20px;
		max-width: unset;
	}

	#g-mainbar .principal > .item-image img {
		margin: 0px;
	}
	
	#g-mainbar .principal .item.w100 {
		float: unset;
		padding: unset;
	}
	
	#g-mainbar .principal .descricao.w50 {
		width: 100%;
	}
	
	#g-mainbar .principal .item.w50 {
		width: 100%;
	}
	
	#g-mainbar .principal .item.w50 .item-image {
		text-align: left;
	}
		
	/* --- */
	#mainContactos .mainBox {
		flex-wrap: wrap;
	}
	
	#mainContactos .mainBox .mainImg.w50 {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 30px;
	}
		
	#mainContactos .mainBox .mainImg.w50 img {
		padding: 1% 10%;
	}
	
	#mainContactos .mainBox .mainDesc.w50 {
		width: 100%;
	}
	
	/* --- */
	#noticias .newsBlocks .item {
		width: 44.5%;
	}
	
	#noticias .item .itemImage img {
		height: 300px;
	}
	
	#noticias .sideFilter {
		left: auto !important;
	}
			
	/* --- */   
    #documentos .TreeDocs {
        padding: 50px 30px;
    }
    
    #documentos .TreeDocs .tree-list {
        padding: 0;
    }
    
    #documentos .tree-list .catLevel1 {
        font-size: 16px;
    }
    
    #documentos .contentDocs {
        width: 70%;
        margin: 20px 0 20px -0.6%;
    }
    
    #documentos .content-docs .item {
        width: 23%;
        margin: 1% 0.5%;
        padding: 23% 10px 10px 10px;
    }
	
	#documentos .content-docs .item .catName {
		font-size: 15px;
	}
    
    #documentos .content-docs .item svg {
        height: 45px;
    }
    
    #documentos .documents a{
        font-size: 18px;
    }
    	
	/* --- */
	#g-container-main .g-block.size-100 #g-mainbar #multimedia .g-content, 
	.itemid-341 #g-container-main .g-block.size-100 #g-mainbar #PageContent .g-content {
		width: 900px;
	}
	
	#multimedia .multimediaContainer .searchBar {
		-webkit-flex: 0 22%;
		-moz-flex: 0 22%;
		-ms-flex: 0 22%;
		flex: 0 22%;
		width: 22%;
		left: auto !important;
	}
	
	#multimedia .multimediaContainer .resultsContent {
		-webkit-flex: 0 70%;
		-moz-flex: 0 70%;
		-ms-flex: 0 70%;
		flex: 0 70%;
		width: 70%;
		margin-left: 30%;
	}
	
	#multimedia .videoItem iframe {
		height: 195px !important;
	}
				
	/* --- */
	#logosRodape .g-content {
        width: 95%;
	}
	
	/* --- */
		
	#MenuInferior .g-content {
        width: 95%;
    }
		
	#MenuInferior .w25 ul li a {
		font-size: 87%;
	}
	
	#MenuInferior .w50.middle ul li a {
		font-size: 87%;
	}
}


@media (min-width: 1200px) and (max-width: 1439px){
	#g-navigation .g-grid:nth-child(2), #g-navigation .g-grid:nth-child(3), #g-navigation .g-grid:nth-child(4), #menuLv3 .g-content {
        width: 90%;
	}

	#menuMobile {
		display: none !important;
	}
	
	#logo {
        flex: 0 180px;
        width: 180px;
        min-width: 180px;
        max-width: 180px;
	}
	
	#menuMega {
		padding-inline: 0px;
	}
	
	#menuMega .dj-megamenu-default li a.dj-up_a {
		font-size: 11px;
        padding: 0px 7px;
	}
	
	#menuLv3 .dj-megamenu-default li a.dj-up_a {
		font-size: 11px;
	}
		
	/* --- */
	#g-container-main .g-block.size-75 #g-mainbar .g-content {
		width: 90%;
	}
		
	#g-container-main .g-block.size-100 #g-mainbar .g-content {
		width: 90%;		
	}
	
	/* --- */  	
	#noticias .newsBlocks .item {
		width: 45.4%;
	}
	
	#noticias .sideFilter {
		left: auto !important;
	}	
	
	/* --- */    
    #documentos .TreeDocs {
        padding: 50px 30px;
    }
    
    #documentos .TreeDocs .tree-list {
        padding: 0;
    }
    
    #documentos .contentDocs {
        width: 73%;
        margin: 20px 0 20px -0.7%;
    }
    
    #documentos .content-docs .item {
        width: 23%;
        margin: 1% 0.5%;
        padding: 21% 10px 10px 10px;
    }
	
	/* --- */
	#g-container-main .g-block.size-100 #g-mainbar #multimedia .g-content, 
	.itemid-341 #g-container-main .g-block.size-100 #g-mainbar #PageContent .g-content {
		width: 1150px;
	}
		
	#multimedia .multimediaContainer .searchBar {
		left: auto !important;
	}
	
	#multimedia .videoItem iframe {
		height: 260px !important;
	}
				
	/* --- */
	#logosRodape .g-content {
        width: 90%;
	}
	
	/* --- */
	
	#MenuInferior .g-content {
        width: 90%;
    }
}


@media (min-width: 1440px) and (max-width: 1599px){
	#g-navigation .g-grid:nth-child(2), #g-navigation .g-grid:nth-child(3), #g-navigation .g-grid:nth-child(4), #menuLv3 .g-content {
        width: 85%;
	}
	
	#menuMobile {
		display: none !important;
	}
		
	#menuMega .dj-megamenu-default li a.dj-up_a {
        font-size: 12px;
        padding: 0 8px;		
	}
		
	/* --- */
	#g-container-main .g-block.size-75 #g-mainbar .g-content {
		width: 90%;
	}
	
	#g-container-main .g-block.size-100 #g-mainbar .g-content {
        width: 85%;	
	}
			
	/* --- */
	#noticias .newsBlocks .item {
		width: 45.9%;
	}
	
	#noticias .sideFilter {
		left: auto !important;
	}
	/* --- */
	#g-container-main .g-block.size-100 #g-mainbar #multimedia .g-content, 
	.itemid-341 #g-container-main .g-block.size-100 #g-mainbar #PageContent .g-content {
		width: 1440px;
	}
			
	#multimedia .multimediaContainer .searchBar {
		left: auto !important;
	}
			
	/* --- */
	#logosRodape .g-content {
        width: 85%;
	}
	
	/* --- */
	
	#MenuInferior .g-content {
        width: 85%;
    }	
}


@media (min-width: 1600px) and (max-width: 1799px){
	#g-navigation .g-grid:nth-child(2), #g-navigation .g-grid:nth-child(3), #g-navigation .g-grid:nth-child(4) {
        max-width: 1440px;
        width: 85%;
    }
	
	#g-container-main .g-block.size-75 #g-mainbar .g-content {
        max-width: 1100px;
        width: 90%;
	}
	
	#g-container-main .g-block.size-100 #g-mainbar .g-content {
		max-width: 1440px;
        width: 85%;
	}
	
	#menuMobile {
		display: none !important;
	}
	
	/* --- */
	#noticias .sideFilter {
		left: auto !important;
	}
	
	/* --- */
	#g-container-main .g-block.size-100 #g-mainbar #multimedia .g-content, 
	.itemid-341 #g-container-main .g-block.size-100 #g-mainbar #PageContent .g-content {
		width: 1440px;
	}
			
	#multimedia .multimediaContainer .searchBar {
		left: auto !important;
	}
	
	/* --- */	
}

@media (min-width: 1800px){
	#menuMobile {
		display: none !important;
	}
	
	/* --- */
	#noticias .sideFilter {
		left: auto !important;
	}
		
	/* --- */
	#g-container-main .g-block.size-100 #g-mainbar #multimedia .g-content, 
	.itemid-341 #g-container-main .g-block.size-100 #g-mainbar #PageContent .g-content {
		width: 1440px;
	}
			
	#multimedia .multimediaContainer .searchBar {
		left: auto !important;
	}
	
	/* --- */
}