#g-top #custom-2555-particle, #g-navigation #custom-7586-particle {
    position:absolute;
    top:-1000px;
}

html {
    scroll-behavior: smooth;
}

body.g-default, body.g-default h1, 
body.g-default h2, body.g-default h3,
body.g-default h4, body.g-default h5,
body.g-default h6 {
    font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
}

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

body::-webkit-scrollbar-track {
  background: #44609c;
}

body::-webkit-scrollbar-thumb {
  background: #314b80;
}

body .skiptranslate iframe {
	display: none;
}

body .container {
	width: unset;
	padding-inline: unset;
}

body .row {
	margin-inline: unset;
}

body .col {
	padding-inline: unset;
}

body {
	overflow-x: hidden;
}

body a {
	color: #44609c;
}

body a:hover {
	color: #314b80;
}

html body #g-page-surround {
    background: linear-gradient(270deg, #59a9d2 0%, #5f89b5 45%, #47649d 100%);
}

/* ------ G-page-surround (Page Scrool + Sticky Scroll) ------ */
body #g-page-surround {
	overflow: visible;
}

body #g-page-surround::-webkit-scrollbar {
  width: 10px;
}

body #g-page-surround::-webkit-scrollbar-track {
  background: #44609c;
}

body #g-page-surround::-webkit-scrollbar-thumb {
  background: #314b80;
}

/* --- (Dev Settings) --- */
#PageContent .icons {
	display: none;
}

/* ---- G-top ---- */
#g-top {
	padding: 0;
}

/* ---- menuLateral ---- */
#menuLateral {
    position: fixed;
	z-index: 5;
	display: none;
}

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

/* ---- Height Settings --- */
#menuLateral, #menuLateral .g-content,
#menuLateral > .g-content > .platform-content, #menuLateral > .g-content > .platform-content > .accordeonck,
#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 { 
	height: 100%;
}

/* --- */

#menuLateral .platform-content {
	width: 100%;
    position: relative;
}

#menuLateral .platform-content:before {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000d9;
	border-top: 135px solid #1f2c45;
}

/* ---- Menu Wrapper ---- */
#menuLateral > .g-content > .platform-content > .accordeonck {
    width: 70%;
	padding: 135px 0 0 0;
    background: linear-gradient(to right, #314b80 50%, #44609c 50%);
	-webkit-box-shadow: inset -1px 0px 15px -5px rgba(0, 0, 0, 0.73);
    box-shadow: inset -1px 0px 15px -5px rgba(0, 0, 0, 0.73);
    position: absolute;
    right: 0;
}

/* --- */
#menuLateral > .g-content > .platform-content > .accordeonck > ul {
	overflow-y: overlay;
    overflow-x: hidden;
}
/* ------------ Scrollbar ------------- */
#menuLateral > .g-content > .platform-content > .accordeonck > ul {
	--sb-track-color: #536da5;
    --sb-thumb-color: #213357;
	--sb-size: 0px;
}

#menuLateral > .g-content > .platform-content > .accordeonck > ul::-webkit-scrollbar {
	width: var(--sb-size);
}

#menuLateral > .g-content > .platform-content > .accordeonck > ul::-webkit-scrollbar-track {
	background: var(--sb-track-color);
	border-radius: 0px;
}

#menuLateral > .g-content > .platform-content > .accordeonck > ul::-webkit-scrollbar-thumb {
	background: var(--sb-thumb-color);
	border-radius: 1px;
}

/* ---- Menu Level 1 ---- */
#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 {
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: unset;
    padding: 0 0 0 0;
    width: 100%;
}

/* ---- Level One ---- */
#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 {
	width: 50%;
    padding: 0 50px;
    position: relative;
    overflow: visible;
}

#menuLateral.active > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 {
	-webkit-animation-name: fadeInDownMenu;
    animation-name: fadeInDownMenu;
	visibility: visible;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}


#menuLateral.active > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(2) {
	animation-delay:0.2s;
}

#menuLateral.active > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(3) {
	animation-delay:0.3s;
}

#menuLateral.active > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(4) {
	animation-delay:0.4s;
}

#menuLateral.active > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(5) {
	animation-delay:0.5s;
}

#menuLateral.active > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(6) {
	animation-delay:0.6s;
}

#menuLateral.active > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(7) {
	animation-delay:0.7s;
}

#menuLateral.active > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(8) {
	animation-delay:0.8s;
}

#menuLateral.active > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(9) {
	animation-delay:0.9s;
}

#menuLateral.active > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(10) {
	animation-delay:1s;
}

#menuLateral.active > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(11) {
	animation-delay:1.1s;
}

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

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

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

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

/* ------ Toggle Icon ------ */
#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 li.parent.open > span span.toggler_icon {
    background: url(/templates/wnpc/images/imagens/nav_arrow_down_icon.png) center center no-repeat !important;
	filter: invert(1);
    right: 10px;
}

#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 li.parent > span span.toggler_icon {
    background: url(/templates/wnpc/images/imagens/nav_arrow_right_icon.png) center center no-repeat !important;
	filter: invert(1);
    right: 10px;
}

/* ---- Menu Level 2 ---- */
/* ------------ Scrollbar ------------- */
#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 > ul {
	--sb-track-color: #cedbf7;
    --sb-thumb-color: #213357;
	--sb-border-color: #8279009e;
    --sb-size: 0px;
}

#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) ul {
	--sb-size: 7px;
}

#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 > ul::-webkit-scrollbar {
	width: var(--sb-size);
}

#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 > ul::-webkit-scrollbar-track {
	background: var(--sb-track-color);
	border-radius: 0px;
}

#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 > ul::-webkit-scrollbar-thumb {
	background: var(--sb-thumb-color);
	border: 1px solid var(--sb-border-color);
	border-radius: 1px;
}

/* ----------- Levels Style CSS ------------ */

/* ---- Level One ---- */
#menuLateral #accordeonck674 li.level1 > span a {
	color: #fff;
	font-size: 34px;
	font-weight: bold;
}
#menuLateral #accordeonck674 li.level1:not(.parent) > span a:hover {
	text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 10px;
}

/* ---- Level Two ---- */
#menuLateral #accordeonck674 li.level2 > span a {
	color: #fff;
	font-size: 30px;
}

#menuLateral #accordeonck674 li.level2:not(.parent) > span a:hover {
	text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 10px;
}

#menuLateral #accordeonck674 li.level2:not(.parent) > span a.isactive {
    display: inline;
	background-image: linear-gradient(180deg, #827900, #827900);
    background-repeat: no-repeat;
    background-position: 15px 100%;
    background-size: 100% 40%;
}

#menuLateral #accordeonck674 li.level2:not(.parent) > span a.isactive:hover {
	text-decoration: none;
}

/* ---- Redes ---- */
#redes {
	width: fit-content;
	position: fixed;
	z-index: -1;
	visibility: hidden;
    pointer-events: none;
    left: calc((100% - 1600px) / 2);
    top: 40%;
}

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

/* --- Menu Active --- */
#redes.active {
	z-index: 5;
	top: 40vh;
    padding-top: 100px;
	visibility: visible;
    pointer-events: all;
    width: fit-content;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 6s;
    -moz-animation-duration: 6s;
    -ms-animation-duration: 6s;
    -o-animation-duration: 6s;
    animation-duration: 6s;
}

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

  30% {
    opacity: 0;
  }
  
  100% {
	opacity: 1;
  }
}

/* --- */

#redes .custom {
    display: inline-flex;
    flex-direction: column;
    grid-row-gap: 5px;
}

#redes svg {
	width: 35px;
    height: 35px;
}

#redes .faleC svg {
    width: 35px;
    height: 25px;
}

#redes svg *{
	fill: #fff;
}

#redes .faleC svg path:nth-of-type(n+2){
	fill: #000;
}

/* ---- G-Utility ---- */
#g-utility {
    position: sticky;
    top: 135px;
    z-index: 4;
    padding: 0;
}

/* ---- G-Navigation ---- */
#g-navigation {
    position: sticky;
    top: 0px;
    width: 100%;
    z-index: 5;
	background: unset;
}

#g-navigation:before {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -1;
	opacity: 1;
	-webkit-transition: opacity 0.4s ease-in, box-shadow 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in, box-shadow 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in, box-shadow 0.4s ease-in;
    transition: opacity 0.4s ease-in, box-shadow 0.4s ease-in;
	box-shadow: #00000021 0px 2px 10px;
	background: linear-gradient(270deg, #59a9d2 0%, #5f89b5 45%, #47649d 100%);
}

#g-navigation.active:before {
	opacity: 0;
	box-shadow: unset;
}

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

/* ---- Barra Topo ---- */
#barraTopo .g-content {
    width: 1600px;
    margin: auto;
    padding: 25px 0 10px 0;
}

#barraTopo .custom {
	display: inline-flex;
    width: 100%;
	height: 100px;
    justify-content: space-between;
    align-items: center;
}

#barraTopo .mainLogo {
    display: inline-flex;
    align-items: center;
    height: 80px;
	margin-right: 20px;
    width: fit-content;
}

#barraTopo .mainLogo .logo {
	max-height: 80px;
    width: auto;
}

#barraTopo .mainLogo .logo svg {
    max-height: 70px;
    height: auto;
    width: fit-content;
}

#barraTopo .mainLogo .logo svg path.animate-left {
	animation: flickerDots 6s ease-in-out infinite;
	animation-delay: 0s;
}

#barraTopo .mainLogo .logo svg path.animate-right {
	animation: flickerDots 6s ease-in-out infinite;
	animation-delay: -2s;
}

#barraTopo .mainLogo .logo svg path.animate-bottom {
	animation: flickerDots 6s ease-in-out infinite;
	animation-delay: -4s;
}

#barraTopo .mainLogo .logo svg path.animate-center {
	animation: bounceUpDown 2s ease-in-out infinite;
}

@keyframes bounceUpDown {
	0%, 100% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-3px);
	}
}

@keyframes flickerDots {
	0%,25% {
		opacity: 0.5;
	}

	35% {
		opacity: 0.2;
	}

	45% {
		opacity: 0.5;
	}

	100% {
		opacity: 0.5;
	}
}

#barraTopo .mainBar {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    height: 60px;
	width: fit-content;
}

#barraTopo .mainBar .menuMais {
	display: inline-flex;
    align-items: center;
	margin: 0 0 0 20px;
    grid-column-gap: 20px;
}

#barraTopo .mainBar .menuMais .Pesq {
	min-height: 35px;
    max-height: 35px;
    max-width: 35px;
    min-width: 35px;
}

#barraTopo .mainBar .menuMais .Pesq svg {
	min-height: 35px;
    max-height: 35px;
    max-width: 35px;
    min-width: 35px;
}

#barraTopo .mainBar .menuMais .Pesq svg path {
	fill: #fff;
}

#barraTopo .mainBar .traducao {
	position: relative;
	height: 35px;
}

#barraTopo .mainBar .traducao svg {
	height: 35px;
    width: fit-content;
}

#barraTopo .mainBar .traducao svg path {
	fill: #fff;
}
/* --- */
#barraTopo .mainBar .traducao select.notranslate {
	width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: unset;
    color: transparent;
	/*display: none;*/
}

#barraTopo .mainBar .traducao select.notranslate::-webkit-scrollbar {
	width: 1px;
}

#barraTopo .mainBar .traducao select.notranslate::-webkit-scrollbar-track {
	background: #314b80;
	border-radius: 0px;
}

#barraTopo .mainBar .traducao select.notranslate::-webkit-scrollbar-thumb {
	background: #44609c;
	border-radius: 1px;
}

#barraTopo .mainBar .traducao select.notranslate option:first-child {
	display: none;
}

#barraTopo .mainBar .traducao select.notranslate option {
    background: #fff;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: normal;
}

/* --- */
#barraTopo .mainBar .traducao .custom-select {
	position: absolute;
    display: inline-block;
	width: 35px;
    height: 35px;
    top: 0;
    left: 0;
}

#barraTopo .mainBar .traducao .custom-select button.selected {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: transparent;
    color: transparent;
}

#barraTopo .mainBar .traducao .custom-select ul.options {
    position: absolute;
    top: 100%;
    width: 40px;
    left: -5px;
    right: 0;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #2b2b2b;
    background: #44609c;
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    z-index: 1;
}

#barraTopo .mainBar .traducao .custom-select.custom-select ul.options li {
	padding: 6px 10px;
    cursor: pointer;
    color: #fff;
    font-size: calc(100% - 2px);
}

#barraTopo .mainBar .traducao .custom-select.custom-select ul.options li:not(.selected):hover {
	background: #63bae8;
}

#barraTopo .mainBar .traducao .custom-select.custom-select ul.options li.selected {
	background: #314b80;
	font-weight: bold;
}

#barraTopo .mainBar .menuBtn {	
	display: inline-flex;
    align-items: center;
    margin: 0 0 0 20px;
    grid-column-gap: 20px;
}

/* --- */
#barraTopo .mainBar .menuBtn .burger {
	width: 50px;
	cursor: pointer;
	padding: 0;
	background: unset;
}

#barraTopo .mainBar .menuBtn .burger[aria-expanded="true"] {
    width: 40px;
}

#barraTopo .mainBar .menuBtn .burger span {
	display: block;
	width: 100%;
	box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
	border-radius: 3px;
	height: 4px;
	background: #fff;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	position: relative;
}

#barraTopo .mainBar .menuBtn .burger[aria-expanded="true"] span {
	box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 0%);
}

#barraTopo .mainBar .menuBtn .burger span + span {
    margin-top: 18px;
}

#barraTopo .mainBar .menuBtn .burger[aria-expanded="true"] span:nth-child(1) {
	animation: ease .7s top forwards;
}

#barraTopo .mainBar .menuBtn .burger[aria-expanded="false"] span:nth-child(1) {
	animation: ease .7s top-2 forwards;
}

#barraTopo .mainBar .menuBtn .burger[aria-expanded="true"] span:nth-child(2) {
	animation: ease .7s scaled forwards;
}

#barraTopo .mainBar .menuBtn .burger[aria-expanded="false"] span:nth-child(2) {
	animation: ease .7s scaled-2 forwards;
	width: 75%;
	margin-inline: auto;
}

#barraTopo .mainBar .menuBtn .burger[aria-expanded="true"] span:nth-child(3) {
	animation: ease .7s bottom forwards;
}

#barraTopo .mainBar .menuBtn .burger[aria-expanded="false"] span:nth-child(3) {
	animation: ease .7s bottom-2 forwards;
	width: 35%;
	margin-inline: auto;
}

#barraTopo .mainBar .menuBtn .burger[aria-expanded="false"] span:nth-child(2),
#barraTopo .mainBar .menuBtn .burger[aria-expanded="false"] span:nth-child(3) {
	margin-top: 6px;
}

@keyframes top {
	0% {
		top: 0;
		transform: rotate(0);
	}
	50% {
		top: 22px;
		transform: rotate(0);
	}
	100% {
		top: 22px;
		transform: rotate(45deg);
	}
}

@keyframes top-2 {
	0% {
		top: 22px;
		transform: rotate(45deg);
	}
	50% {
		top: 22px;
		transform: rotate(0deg);
	}
	100% {
		top: 0;
		transform: rotate(0deg);
	}
}

@keyframes bottom {
	0% {
		bottom: 0;
		transform: rotate(0);
	}
	50% {
		bottom: 22px;
		transform: rotate(0);
	}
	100% {
		bottom: 22px;
		transform: rotate(135deg);
	}
}

@keyframes bottom-2 {
	0% {
		bottom: 18px;
		transform: rotate(135deg);
	}
	50% {
		bottom: 18px;
		transform: rotate(0);
	}
	100% {
		bottom: 0;
		transform: rotate(0);
	}
}

@keyframes scaled {
	50% {
		transform: scale(0);
	}
	100% {
		transform: scale(0);
	}
}

@keyframes scaled-2 {
	0% {
		transform: scale(0);
	}
	50% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}

/* ---- menuMobile ---- */
#menuMobile {
    display: none;
}

/* ---- progressBar ---- */
#g-navigation.active #progressBar {
	display: none;
}

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

#scrollProgressBar {
    position: relative;
    top: 0;
    left: 0;
    margin-top: -6px;
    height: 6px;
    background: #b5a903;
    width: 0%;
    z-index: 0;
    transition: width 0.25s ease;
}

/* ---- G-Container-Main ---- */
#g-container-main {
	
}

/* ---- G-Mainbar ---- */
#g-mainbar {
	padding: 0;
}

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

#breadcrumbs .breadcrumb {
	margin: 0;
    display: flex;
    flex-wrap: nowrap;
}

#breadcrumbs .breadcrumb span.divider {
	display: none;
}

#breadcrumbs .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    visibility: hidden;
}

#breadcrumbs .breadcrumb .breadcrumb-item.hide-before {
	display: none;
}

#breadcrumbs .breadcrumb .breadcrumb-item,
#breadcrumbs .breadcrumb .breadcrumb-item a {
	color: #1a1a1a;
	font-size: 12px;
    display: inline-flex;
}

#breadcrumbs .breadcrumb .breadcrumb-item.active {
	text-decoration: underline;
}


#breadcrumbs .breadcrumb .breadcrumb-item a:hover {
	color: #314b80;
}

#breadcrumbs .breadcrumb .breadcrumb-item span {
	display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ---- (Global) Articles --- */
#PageContent .g-content {
	padding: 0;
	width: 100%;
	margin: auto;
}

/* ---- Loader (Noticias) ---- */
.loaderNoticias, .loaderMultimedia, .loader {
    display: flex;
    flex-direction: column;
    align-items: center;
	margin: 100px 0;
}

.loaderNoticias svg, .loaderMultimedia svg, .loader svg {
	width: 115px;
    height: auto;
}

.loaderNoticias svg path.animate-left,
.loaderMultimedia svg path.animate-left,
.loader svg path.animate-left {
	animation: flickerDotsLoader 6s ease-in-out infinite, colorShiftL 6s linear infinite;
	/*animation-delay: 0s;*/
}

.loaderNoticias svg path.animate-right,
.loaderMultimedia svg path.animate-right,
.loader svg path.animate-right {
	animation: flickerDotsLoader 6s ease-in-out infinite, colorShiftR 6s linear infinite;
	/*animation-delay: -2s;*/
}

.loaderNoticias svg path.animate-bottom,
.loaderMultimedia svg path.animate-bottom,
.loader svg path.animate-bottom {
	animation: flickerDotsLoader 6s ease-in-out infinite, colorShiftB 6s linear infinite;
	/*animation-delay: -4s;*/
}

.loaderNoticias svg path.animate-center,
.loaderMultimedia svg path.animate-center,
.loader svg path.animate-center {
	animation: bounceUpDownLoader 2s ease-in-out infinite;
	stroke: #59a9d200;
    stroke-width: 0px;
}

@keyframes bounceUpDownLoader {
	0%, 100% {
		transform: translateY(0px);
		stroke: #59a9d200;
		stroke-width: 0px;
	}

	50% {
		transform: translateY(-15px);
		stroke: #59a9d299;
		stroke-width: 25px;
	}
}

@keyframes flickerDotsLoader {
	0% {
		opacity: 0.5;
	}
	
	16% {
		opacity: 0.7;
	}
	
	33% {
		opacity: 0.5;
	}
	
	46% {
		opacity: 0.7;		
	}
	
	66% {
		opacity: 0.5;
	}
	
	79% {
		opacity: 0.7;		
	}
	
	100% {
		opacity: 0.5;		
	}
}

@keyframes colorShiftL {
	
	33% {
		fill: #a6d6ea;
	}

	66% {
		fill: #fbf0c2;
	}

	100% {
		fill: #4966a4;
	}
}

@keyframes colorShiftR {

	33% {
		fill: #6fc0dd;
	}

	66% {
		fill: #f9e79f;
	}

	100% {
		fill: #4966a4;
	}
}

@keyframes colorShiftB {
	
	33% {
		fill: #4cafd6;
	}
	66% {
		fill: #f6e186;
	}

	100% {
		fill: #4966a4;
	}
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: linear-gradient(270deg, #59a9d2 0%, #5f89b5 45%, #47649d 100%);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

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

/* --- Noticias --- */
#Noticias .header h3 {
    text-transform: uppercase;
    line-height: 1;
    margin-top: 100px;
    margin-bottom: 35px;
    display: block;
    color: #006fff;
    font-size: 45px;
    padding-bottom: 30px;
    border-bottom: 1px solid #006fff;
    font-weight: normal;
    font-family: 'Poppins-Regular', sans-serif;
}

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

#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;
    text-transform: lowercase;
    font-family: 'SairaSemiCondensed-SemiBold', sans-serif;
    background: linear-gradient(270deg, #59a9d2 0%, #5f89b5 45%, #47649d 100%);
    border-radius: 50px;
    color: #fff;
    padding: 15px 15px 15px 15px;
    cursor: pointer;
}

#Noticias .sideFilter #cleanfilter:hover {
	
}

/* 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 .newsBlocks {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
}

#Noticias .newsBlocks .item {
    background: #ffffff;
    box-shadow: 0px 0px 1px 1px #dddddd96;
    margin-top: 22px;
    margin-left: 18px;
    margin-bottom: 50px;
    margin-right: 18px;
    width: calc(50% - 36px);
    display: inline-flex;
    position: relative;
	overflow: hidden;
    flex-direction: column;
}

/* ---------- ANIMATIONS --------------- */
#Noticias .item:after {
    content: "";
    position: absolute;
	height: 100%;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #4966a4;
    border-radius: inherit;
    z-index: 0;
    border-radius: 50% 50% 0 0;
	-webkit-transition: top 1s cubic-bezier(.4, 0, 0, 1), border-radius 1s cubic-bezier(.4, 0, 0, 1);
    -moz-transition: top 1s cubic-bezier(.4, 0, 0, 1), border-radius 1s cubic-bezier(.4, 0, 0, 1);
    -o-transition: top 1s cubic-bezier(.4, 0, 0, 1), border-radius 1s cubic-bezier(.4, 0, 0, 1);
    transition: top 1s cubic-bezier(.4, 0, 0, 1), border-radius 1s cubic-bezier(.4, 0, 0, 1);
}

#Noticias .item:hover:after {
	border-radius: 0% 0% 0 0;
	top: 0;
}


#Noticias .item > * {
    z-index: 1;
}

/* --- */

#Noticias .item > a {
	height: 350px;
    width: 100%;
}


#Noticias .item .itemImage {
	height: 100%;
    width: 100%;
	overflow: hidden;
}

#Noticias .item .itemImage img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
	-webkit-transition: scale 0.2s;
    -moz-transition: scale 0.2s;
    -o-transition: scale 0.2s;
    transition: scale 0.2s;
}

#Noticias .item:hover .itemImage img {
	scale: 1.1;
}

#Noticias .itemContent {
	width: 100%;
	padding: 20px;
}

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

#Noticias .itemContent h4 {
	font-family: 'KenyanCoffeeRg-Regular', sans-serif;
    text-transform: uppercase;
    color: #000;
    font-size: 26px;
    font-weight: normal;
}

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

#Noticias .itemInfo {
	font-family: 'Poppins-Light', sans-serif;
    text-align: left;
}

#Noticias .itemInfo .date {
	color: #1d1e1e;
	font-weight: 100;
    font-size: 13px;
    width: fit-content;
	-webkit-transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
}

#Noticias .newsBlocks .item:hover .itemContent .itemInfo .date {
	color: #fff;
	-webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

#Noticias .itemInfo .cat, #noticias .itemInfo .subcat {
	width: fit-content;
	-webkit-transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
}

#Noticias .newsBlocks .item:hover .itemContent .itemInfo .cat,
#Noticias .newsBlocks .item:hover .itemContent .itemInfo .subcat {
	color: #fff;
	-webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

#Noticias .newsBlocks .item .itemContent > a {
    color: #000;
}
	
#Noticias .newsBlocks .item .itemContent > a h2 {
    text-align: left;
    font-size: 26px;
	font-weight: 500;
    margin: 0 0 20px 0;
	-webkit-transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
}

#Noticias .newsBlocks .item:hover .itemContent > a h2 {
	color: #fff;
	-webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

#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: relative;
    height: 50px;
    width: 100%;
    left: 0;
    padding-top: 9px;
    padding-left: 10px;
	z-index: 3;
    cursor: pointer;
}

#Noticias .mobile .searchButton {
    background: #4966a4;
    border-radius: 50px;
    width: auto;
    display: inline-block;
    padding: 5px 10px;
	font-family: 'SairaSemiCondensed-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 {
	
}

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

#Noticias .closeSearch:hover {

}

#Noticias #submit {
	display:none;
}

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

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

#Multimedia .mobile .searchButton {
    background: #4966a4;
    border-radius: 50px;
    width: auto;
    display: inline-block;
    padding: 5px 10px;
    font-family: 'SairaSemiCondensed-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 {

}

#Multimedia .closeSearch {
    display: none;
    padding: 5px 10px;
    margin-left: auto;
    cursor: pointer;
    font-family: 'SairaSemiCondensed-Regular', sans-serif;
    font-size: 16px;
    background: #4966a4;
    border-radius: 50px;
    color: #fff;
    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 {
	
}

#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 {
    position: absolute;
    top: 37px;
	width: 15px;
    right: 20px;
    cursor: pointer;
}

#Multimedia .form-group #find svg {
	height: 35px;
    width: 35px;
}


#Multimedia .form-group #find svg path {
	fill: #000;
}
	
#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;
    text-transform: lowercase;
    font-family: 'SairaSemiCondensed-SemiBold', sans-serif;
    background: linear-gradient(270deg, #59a9d2 0%, #5f89b5 45%, #47649d 100%);
    border-radius: 50px;
    color: #fff;
    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 {

}

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

/* ------- Pagina Subcategorias ------- */
#PageContent .principal:is(.Produtos, .Setores) {
	position: relative;
}

#PageContent .principal:is(.Produtos, .Setores) > p {
	margin: 0;
}

#PageContent .principal:is(.Produtos, .Setores) .dataPublicacao {
	display: none;
}

#PageContent .principal:is(.Produtos, .Setores) > .item-image {
	width: 100%;
	position: relative;
}

#PageContent .principal:is(.Produtos, .Setores) > .item-image:before {
    content: '';
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, #00000042 0%, #00000042 65%, #00000042 75%, #49a1a080 84%, #4966a1 98%);
}

#PageContent .principal:is(.Produtos, .Setores) > .item-image img {
    width: 100%;
    height: 1080px;
    object-fit: cover;
    object-position: center;
}

#PageContent .principal:is(.Produtos, .Setores) .titulo {
	position: absolute;
    top: 325px;
    width: 1150px;
    margin: 0 0 0 calc((100% - 1600px) / 2);
	font-size: 72px;
	font-weight: 600;
    color: #fff;
	text-shadow: 1px 0px 0 #00000047, 2px 2px 0px #00000030;
	opacity: 0;
	animation: fadeInUpItems 1s forwards;
}

#PageContent .principal:is(.Produtos, .Setores) > .titulo mark {
	background: transparent;
	color: unset;
}

/* Keyframes */
@keyframes fadeInUpItems {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#PageContent .principal:is(.Produtos, .Setores) .subtitulo {
	--hgSbT: 100px;
	position: absolute;
	top: calc(325px + var(--hgSbT));
	width: 700px;
    margin: 0 0 0 calc((100% - 1600px) / 2);
    font-size: 32px;
}

#PageContent .principal:is(.Produtos, .Setores) .subtitulo {
	color: #d3d3d300;
}

#PageContent .principal:is(.Produtos, .Setores) .subtitulo .faded-word {
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-in;
    -moz-transition: opacity 0.1s ease-in;
    -o-transition: opacity 0.1s ease-in;
    transition: opacity 0.1s ease-in;
    -webkit-transform: translateY(65%);
    -moz-transform: translateY(65%);
    -ms-transform: translateY(65%);
    -o-transform: translateY(65%);
    transform: translateY(65%);
}

#PageContent .principal:is(.Produtos, .Setores) .subtitulo .faded-activated {
    -webkit-transition: opacity .2s, -webkit-transform .3s, color 0.5s, text-shadow 0.5s;
    -moz-transition: opacity .2s, transform .3s, color 0.5s, text-shadow 0.5s;
    -o-transition: opacity .2s, transform .3s, color 0.5s, text-shadow 0.5s;
    transition: opacity .2s, transform .3s, color 0.5s, text-shadow 0.5s;
    color: #fff;
	text-shadow: -2px 1px 5px #00000047, 2px 2px 0px #00000030;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}


/* --- */

#PageContent .principal:is(.Produtos, .Setores) .class1 {
    background: #4966a1;
	padding: 150px 0;
	width: 100%;
    display: inline-flex;
    justify-content: flex-end;
}

#PageContent .principal:is(.Produtos, .Setores) .class1 .descricao.w50 {
	margin-left: calc((100% - 1600px) / 2);
    width: 60%;
    display: inline-flex;
    flex-direction: column;
}

#PageContent .principal:is(.Produtos, .Setores) .class1 .descricao.w50 h2 {
	margin-top: 0;
    margin-bottom: 25px;
    font-size: 55px;
    font-weight: normal;
    color: #63bae8;
}


#PageContent .principal:is(.Produtos, .Setores) .class1 .descricao.w50 p {
	width: 85%;
    margin-left: auto;
    font-size: 28px;
    color: #fff;
}

#PageContent .principal:is(.Produtos, .Setores) div[class*="class"] .descricao.w50 u {
	text-decoration: none;
	background-image: linear-gradient(#847700, #847700);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 40%;
	animation: bgFill 0.6s ease-in-out 1 forwards;
}

#PageContent .principal:is(.Produtos, .Setores) div[class*="class"] .descricao.w50 p u {
	background-image: linear-gradient(#847700, #847700);
}

#PageContent .principal:is(.Produtos, .Setores) div[class*="class"] .descricao.w50 h2 u {
	background-image: linear-gradient(#847700, #847700);
}

@keyframes bgFill {
	from {
		background-size: 100% 0%;
	}
	to {
		background-size: 100% 40%;
	}
}

@keyframes bgFill2 {
	from {
		background-size: 100% 40%;
	}
	to {
		background-size: 100% 100%;
	}
}

#PageContent .principal:is(.Produtos, .Setores) div[class*="class"] .descricao.w50 u:hover {
  animation: bgFill2 0.6s ease-in-out 1 forwards;
}

#PageContent .principal:is(.Produtos, .Setores) .class1 .item.w50 {
    width: 40%;
    margin-left: 75px;
    display: inline-flex;
}

#PageContent .principal:is(.Produtos, .Setores) .class1 .item.w50 .item-image {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

#PageContent .principal:is(.Produtos, .Setores) .class1 .item.w50 .item-image img {
    object-fit: cover;
    object-position: center;
}

/* --- */
#PageContent .principal:is(.Produtos, .Setores) .class2 {
	position: relative;
	overflow: hidden;
	box-shadow: 2px 0px 5px 1px rgb(0 0 0 / 10%);
}

/*#PageContent .principal:not(.Destaques) .class2:before {
	content: "";
    --logo-height: 250px;
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    margin-left: calc((100% - 1600px) / 2);
    width: var(--logo-height);
    padding-top: calc(var(--logo-height) - 10px);
    background-image: url(/images/Logos/My_Travel_Guide_Turismo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}*/

#PageContent .principal:is(.Produtos, .Setores) .class2 .descricao.w50 {
position: absolute;
    display: grid;
    align-items: end;
    align-content: start;
    height: 100%;
    padding-top: 75px;
    width: 50%;
    margin-left: calc((100% - 1600px) / 2);
    background: radial-gradient(circle, #00000024 0%, #00000000 85%);
    justify-content: start;
    z-index: 1;
    overflow-y: overlay;
}

#PageContent .principal:is(.Produtos, .Setores) .class2 .descricao.w50::-webkit-scrollbar {
	width: 6px;
}

#PageContent .principal:is(.Produtos, .Setores) .class2 .descricao.w50::-webkit-scrollbar-track {
	background: #314b803b;
	border-radius: 0px;
}

#PageContent .principal:is(.Produtos, .Setores) .class2 .descricao.w50::-webkit-scrollbar-thumb {
	background: #44609c3b;
	border-radius: 1px;
}

#PageContent .principal:is(.Produtos, .Setores) .class2 .descricao.w50 p {
    color: #fff;
    text-shadow: -2px 1px 5px #00000047, 2px 3px 15px #00000030;
    font-size: 23px;
}

#PageContent .principal:is(.Produtos, .Setores) .class2 .descricao.w50 ul {
	color: #fff;
    text-shadow: -2px 1px 5px #00000047, 2px 3px 15px #00000030;
    font-size: clamp(16px, 14px + 0.449vw, 23px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 0 25px;
}

#PageContent .principal:is(.Produtos, .Setores) .class2 .descricao.w50 ul li {
    padding-left: 10px;
}

#PageContent .principal:is(.Produtos, .Setores) .class2 .descricao.w50 ul li::marker {
    content: url(/images/Interior/Icons/Seta_3.png);
}

#PageContent .principal:is(.Produtos, .Setores) .class2 .item {
    width: 100%;
}

#PageContent .principal:is(.Produtos, .Setores) .class2 .item .item-image {
    width: 100%;
    position: relative;
    text-align: right;
}

#PageContent .principal:is(.Produtos, .Setores) .class2 .item .item-image img {
    width: 100%;
    object-fit: cover;
    min-height: 450px;
	filter: brightness(0.85);
}

/* ---- ('Detalhe' Table Categories /d) */
#PageContent .content-category {
	display: none;
}

/* ---------- Noticias /d ------------------------ */
body:is(.itemid-263, .itemid-386) #PageContent .g-content {
    width: 1440px;
	padding: 25px 0;
}
body:is(.itemid-263, .itemid-386) #PageContent .principal .titulo {
	font-size: 45px;
    font-weight: bold;
    text-transform: none;
    color: #314b80;
    line-height: 1;
    margin-top: 35px;
    margin-bottom: 35px;
}

#PageContent .principal:not(.Produtos, .Setores) .dataPublicacao {
	display: none;
}

#PageContent .principal:not(.Produtos, .Setores) h2 {
    font-size: 2rem;
	text-align: left;
}

#PageContent .principal:not(.Produtos, .Setores) h3 {
    font-size: 1rem;
	text-align: left;
}

#PageContent .principal:not(.Produtos, .Setores) h1, #PageContent .principal:not(.Produtos, .Setores) h2 {
    font-family: 'Laca-Bold', sans-serif, Arial;
    font-size: 45px;
    font-weight: normal;
    color: #314b80;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    padding-bottom: 25px;
    margin-top: 35px;
    margin-bottom: 35px;
}

#PageContent .principal:not(.Produtos, .Setores) .descricao, #PageContent .principal:not(.Produtos, .Setores) p {
    font-family: 'Laca-Regular', sans-serif;
    font-weight: normal;
	color: #314b80;
    font-size: 18px;
    text-align: justify;
}

#PageContent .principal:not(.Produtos, .Setores) p a {
	text-decoration: underline;
}

#PageContent .principal:not(.Produtos, .Setores) > .item-image {
    margin: 0px;
}

#PageContent .principal:not(.Produtos, .Setores) > .item-image img {
	margin: 0px;
}

#PageContent .principal:not(.Produtos, .Setores) .descricao.w50 {
	width: 100%;
  	display: inline-block;
	margin: 35px 4% 15px 0;
}

#PageContent .principal:not(.Produtos, .Setores) .item.w50 {
	display: inline-flex;
    width: 46%;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 35px 0 15px 0;
    vertical-align: top;
}

#PageContent .principal:not(.Produtos, .Setores) .item.w50 .item-image {
    display: inline-block;
    margin: 25px 15px;
    max-height: 750px;
    width: 100%;
    vertical-align: top;
    text-align: right;
}

#PageContent .principal:not(.Produtos, .Setores) .item.w50 .item-image img {
	height: 100%;
    object-fit: cover;
    object-position: center;
}

#PageContent .principal:not(.Produtos, .Setores) .descricao.w50.allContent {
	width: 100%;
  	display: block;
	margin: 35px 0 15px 0;
}

#PageContent .principal:not(.Produtos, .Setores) .item.w50.allContent {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 35px 0 15px 0;
    justify-content: flex-start;
}

#PageContent .principal:not(.Produtos, .Setores) .item.w50.allContent .item-image {
    display: inline-block;
    margin: 25px 15px;
	max-height: 450px;
  	width: unset;
}

#PageContent .principal:not(.Produtos, .Setores) .item.w50 .desc {
	display: inline-block;
    margin: 25px 15px;
    max-height: 450px;
}

#PageContent .principal:not(.Produtos, .Setores) .item.w50 .desc.pressRelease {
  max-height: unset;
}

#PageContent .principal:not(.Produtos, .Setores) > div[class*="class"], #PageContent .principal:not(.Produtos, .Setores) > div[class*="links"], #PageContent .principal:not(.Produtos, .Setores) .pressRelease,
#PageContent .principal:not(.Produtos, .Setores) .multipleImages50, #PageContent .principal:not(.Produtos, .Setores) .video {
  	margin: 40px 0 40px 0;
}

#PageContent .principal:not(.Produtos, .Setores) .pressRelease {
	width: fit-content;
    margin: 15px auto;
	text-align: center;
}

#PageContent .principal:not(.Produtos, .Setores) .pressRelease iframe {
	width: 100%;
    height: auto;
    aspect-ratio: 1200 / 720;
}

#PageContent .principal:not(.Produtos, .Setores) > div[class*="links"] a {
	font-size: 18px;
    line-height: 1;
    margin: 15px 15px 0 0;
    display: inline-block;
    color: #fff;
	text-align: center;
	font-family: 'Laca-Regular', sans-serif;
    background: #314b80;
    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;
}

#PageContent .principal:not(.Produtos, .Setores) > div[class*="links"] a:hover {
    background: #5cabd3;
}

#PageContent .principal:not(.Produtos, .Setores) > div[class*="class"] > .item {
	display: inline-flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

#PageContent .principal:not(.Produtos, .Setores) > div[class*="class"] > .item .pressRelease iframe {
    width: 500px;
    height: 100%;
    max-height: 795px;
    aspect-ratio: 500 / 795;
}

#PageContent .principal:not(.Produtos, .Setores) .item.press {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#PageContent .principal:not(.Produtos, .Setores) .item.press .desc.pressRelease {
	width: fit-content;
    display: inline-block;
    margin: 15px 15px;
}

#PageContent .principal:not(.Produtos, .Setores) .item.w100 {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0px;
}

#PageContent .principal:not(.Produtos, .Setores) > div[class*="class"] .item .item-image {
	text-align: center;
}

#PageContent .principal:not(.Produtos, .Setores) .item.w100 .item-image {
	max-height: 350px;
    display: inline-block;
    margin: 15px 15px;
}

#PageContent .principal:not(.Produtos, .Setores) .item.w100 img {
    margin-bottom: 20px;
    max-height: 100%;
    max-width: 100%;
}

#PageContent .principal:not(.Produtos, .Setores) .pressRelease .itens {
	display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}

#PageContent .principal:not(.Produtos, .Setores) .pressRelease .itens .item {
    width: 100%;
    display: inline-block;
    margin: 15px 15px;
}

#PageContent .principal:not(.Produtos, .Setores) .multipleImages50 {
	display: inline-flex;
	width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

#PageContent .principal:not(.Produtos, .Setores) .multipleImages50 .item-image:only-of-type {
	width: 97.5%;
	text-align: center;
}

#PageContent .principal:not(.Produtos, .Setores) .multipleImages50 .item-image {
	cursor: zoom-in;
    display: inline-block;
    width: 47.5%;
    margin: 15px 1.25%;
}

#PageContent .principal:not(.Produtos, .Setores) .multipleImages50 .item-image img {
    max-width: 100%;
    max-height: 100%;
}

#PageContent .principal:not(.Produtos, .Setores) .multipleImages {
	display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
}

#PageContent .principal:not(.Produtos, .Setores) .multipleImages .item-image {
	display: inline-block;
	width: 30.8%;
    margin: 15px 1.25%;
}

#PageContent .principal:not(.Produtos, .Setores) .multipleImages .item-image img {
    max-width: 100%;
    max-height: 100%;
}

#PageContent .principal:not(.Produtos, .Setores) .video {
	display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

#PageContent .principal:not(.Produtos, .Setores) .video .item {
	display: inline-block;
    height: 500px;
    margin: 15px 15px 30px 15px;
}

#PageContent .principal:not(.Produtos, .Setores) .video .item iframe {
	height: 100%;
    width: 100%;
}


/* -- Modal Galeria -- */

#PageContent .principal:not(.Produtos, .Setores) .modalGaleriaGaleria {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99999;
    display: none;
    height: 100%;
    width: 100%;
}

#PageContent .principal:not(.Produtos, .Setores) .modalGaleriaGaleria .modalContentGaleria {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    height: 100%;
    width: 100%;
}

#PageContent .principal:not(.Produtos, .Setores) .modalGaleriaGaleria .closeModalGaleria {
    position: fixed;
    top: 80px;
	right: 40px;
    z-index: 999999999999;
    cursor: pointer;
}

#PageContent .principal:not(.Produtos, .Setores) .closeModalGaleria svg {
    width: 25px;
    height: auto;
}

#PageContent .principal:not(.Produtos, .Setores) .modalGaleriaGaleria ul li {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 50px 100px;
    justify-content: center;
    align-items: center;
}

#PageContent .principal:not(.Produtos, .Setores) .modalGaleriaGaleria ul li .imageItem {
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#PageContent .principal:not(.Produtos, .Setores) .modalGaleriaGaleria ul li img {
    max-height: 800px;
}

#PageContent .principal:not(.Produtos, .Setores) .modalGaleriaGaleria .arrow.prev {
    float: left;
    position: fixed;
    left: 25px;
    z-index: 9999;
}

#PageContent .principal:not(.Produtos, .Setores) .modalGaleriaGaleria .arrow.next {
    float: right;
    position: fixed;
    right: 25px;
    z-index: 9999;
}

#PageContent .principal:not(.Produtos, .Setores) .modalGaleriaGaleria .arrow img {
    width: 50px;
}

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

#setores .mainWrapper {
	display: inline-flex;
	width: 100%;
}

#setores .mainIntro {
    width: 35%;
    padding-inline: calc((100% - 1600px) / 2) 3%;
    padding-top: 15vh;
    padding-bottom: 50px;
    display: inline-flex;
    flex-direction: column;
    background: #3b3b3b;
}

#setores .mainIntro .intro {
	position: sticky;
    top: 300px;
}

#setores .mainIntro h2.title {
    width: 100%;
    font-size: 85px;
    word-wrap: break-word;
    color: #fff;
    line-height: 1;
    margin: 0 0 50px 0;
}

#setores .mainIntro h2.title span {
    font-weight: normal;
    color: #63bae8;
}

#setores .mainIntro p {
	width: 100%;
    font-size: 34px;
    color: #fff;
}

#setores .mainFilter {
	display: inline-flex;
    width: 65%;
    flex-direction: column;
	background: #3b3b3b;
}

#setores .mainFilter .loader {
   margin: 45vh 0 25vh 0;
}

#setores .mainFilter .sideFilter {
	display: none;
}

#setores .mainFilter .pagecontent .mobile {
	display: none;
}

#setores .mainFilter .blocoLogos {
    width: 100%;
    display: inline-flex;
}

#setores .mainFilter .blocoLogos .titulo {
	display: none;
}

#setores .mainFilter .blocoLogos {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
}


#setores .mainFilter .blocoLogos .logo {
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

#setores .mainFilter .blocoLogos .logo:nth-child(1) {
	width: 100%;
}

#setores .mainFilter .blocoLogos .logo:nth-child(3n + 2),
#setores .mainFilter .blocoLogos .logo:nth-child(3n + 3) {
  width: 50%;
}

#setores .mainFilter .blocoLogos .logo:nth-child(3n + 2):last-child {
	width: 100%;
}

#setores .mainFilter .blocoLogos .logo:nth-child(3n + 4) {
  width: 100%;
}

#setores .blocoLogos .logo:before {
	content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #00000096 15%, #0000004f 35%, #ffffff00 100%);
	opacity: 1;
	z-index: 1;
	pointer-events: none;
}

#setores .blocoLogos .logo:after {
    content: '';
    pointer-events: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 100%;
    left: 0;
    background: linear-gradient(270deg, #59a9d2 0%, #5f89b5 45%, #47649d 100%);
	opacity: 0.7;
    border-radius: 50% 50% 0 0;
	-webkit-transition: top 0.5s cubic-bezier(.4, 0, 0, 1), border-radius 0.5s cubic-bezier(.4, 0, 0, 1);
    -moz-transition: top 0.5s cubic-bezier(.4, 0, 0, 1), border-radius 0.5s cubic-bezier(.4, 0, 0, 1);
    -o-transition: top 0.5s cubic-bezier(.4, 0, 0, 1), border-radius 0.5s cubic-bezier(.4, 0, 0, 1);
    transition: top 0.5s cubic-bezier(.4, 0, 0, 1), border-radius 0.5s cubic-bezier(.4, 0, 0, 1);
}

#setores .blocoLogos .logo:hover:after {
	box-shadow: inset 0px 0px 7px 6px rgb(0 0 0 / 25%);
	border-radius: 0% 0% 0 0;
	top: 0;
}

#setores .blocoLogos .logo:hover:after {
	box-shadow: inset 0px 0px 7px 6px rgb(0 0 0 / 25%);
}

#setores .blocoLogos .logo img {
	-webkit-transition: filter 0.2s ease-in;
    -moz-transition: filter 0.2s ease-in;
    -o-transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
}

#setores .blocoLogos .logo:hover img {
    filter: brightness(1.05);
}

#setores .mainFilter .blocoLogos .logo .image {
    width: 100%;
	height: 100%;
}

#setores .mainFilter .blocoLogos .logo .image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
#setores .mainFilter .blocoLogos .logo:nth-child(3n + 2) .image img,
#setores .mainFilter .blocoLogos .logo:nth-child(3n + 3) .image img {
	aspect-ratio: 1 / 1;
}

#setores .mainFilter .blocoLogos .logo:nth-child(3n + 2):last-child  .image img{
	aspect-ratio: 2 / 1;
}

#setores .mainFilter .blocoLogos .logo:nth-child(3n + 4) .image img {
	aspect-ratio: 2 / 1;
}

#setores .blocoLogos .logo .texto {
	z-index: 3;
    position: absolute;
    bottom: 0;
    width: calc(100% - 150px);
    margin: 25px 100px 50px 50px;
    color: #fff;
	font-size: clamp(0.725rem, 0.7742rem + 1.1465vw, 2.25rem);
    word-break: break-word;
}

#setores .blocoLogos .logo .texto:after {
	content: '';
    position: absolute;
    bottom: 0px;
	right: -60px;
    height: clamp(25px, 20px + 1.2829vw, 45px);
    width: clamp(25px, 20px + 1.2829vw, 45px);
    background-image: url(/images/SVG/Seta.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(1);
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}

#setores #submit {
	display: none;
}

/* ---- Produtos ---- */
:where(#produtos, #servicos) {
	background: #e5e5e5;
}

:where(#produtos, #servicos) .g-content {
	width: 1600px;
    margin: auto;
    padding: clamp(50px, 38px + 3.2072vw, 100px) 0 100px 0;
}

:where(#produtos, #servicos) .title {
    font-size: clamp(55px, 50px + 1.2829vw, 75px);
    line-height: 0.8;
    color: #63bae8;
    text-align: left;
	padding-bottom: 35px;
}

:where(#produtos, #servicos) .title span {
	color: #4966a4;
    font-weight: bold;
	color: #4966a4;
}

/* ----------- App ------------- */
:where(#produtos, #servicos) [class*="filter"] .sideFilter {
	padding-bottom: 25px;
}

body:not(.itemid-266, .itemid-267) :where(#produtos, #servicos) [class*="filter"] .sideFilter {
	display: none;
}

:where(#produtos, #servicos) .blocks {
	text-align: center;
}

:where(#produtos, #servicos) .blocoLogos {
	display: inline-flex;
    position: relative;
    flex-wrap: wrap;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    width: 100%;
}

:where(#produtos, #servicos).lista .blocoLogos {
	width: 100%;
	justify-content: center;
}

:where(#produtos, #servicos) .blocoLogos .titulo {
	display: none;
    width: 100%;
    text-align: center;
    font-size: 50px;
    color: #63bae8;
    text-align: center;
    margin: 0 0 50px 0;
}

:where(#produtos, #servicos).lista .blocoLogos .titulo {
	display: block;
}

:where(#produtos, #servicos) .blocoLogos .logo {
    width: calc((100% / 7) - (15px - (15px / 7)));
	max-width: 300px;
    min-width: 145px;
    aspect-ratio: 1 / 1;
    display: flex;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
	background: #fff;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	-webkit-transition: width 1s cubic-bezier(0.87, 0, 0.13, 1) 0s;
	-moz-transition: width 1s cubic-bezier(0.87, 0, 0.13, 1) 0s;
	-o-transition: width 1s cubic-bezier(0.87, 0, 0.13, 1) 0s;
	transition: width 1s cubic-bezier(0.87, 0, 0.13, 1) 0s;
}

:where(#produtos, #servicos) .blocoLogos .logo a {
	width: 100%;
	height: 100%;
}

:where(#produtos, #servicos).lista .blocoLogos .logo {
	-webkit-transition: unset;
	-moz-transition: unset;
	-o-transition: unset;
	transition: unset;
}

/* --- Animations --- */

:where(#produtos, #servicos) .blocoLogos .logo:after {
	content: '';
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: rgb(73 102 164);
    border-radius: 50% 50% 0 0;
	-webkit-transition: top .5s cubic-bezier(.4, 0, 0, 1), border-radius .5s cubic-bezier(.4, 0, 0, 1);
    -moz-transition: top .5s cubic-bezier(.4, 0, 0, 1), border-radius .5s cubic-bezier(.4, 0, 0, 1);
    -o-transition: top .5s cubic-bezier(.4, 0, 0, 1), border-radius .5s cubic-bezier(.4, 0, 0, 1);
    transition: top .5s cubic-bezier(.4, 0, 0, 1), border-radius .5s cubic-bezier(.4, 0, 0, 1);
}

:where(#produtos, #servicos) .blocoLogos .logo:hover:after {
	border-radius: 0% 0% 0 0;
	top: 0;
}

/* --- */

:where(#produtos, #servicos) .blocoLogos .logo:hover {
	box-shadow: 0px 0px 9px 4px rgb(204 204 204);
}

:where(#produtos, #servicos) .blocoLogos .logo .image {
	position: relative;
    z-index: 2;
	padding-top: 26px;
	min-height: 100px;
	margin: 0 auto;
}

:where(#produtos, #servicos) .blocoLogos .logo .image svg {
	height: 70px;
	max-width: 60px;
    margin: 0 auto;
}

:where(#produtos, #servicos) .blocoLogos .logo .image svg * {
	fill: #4bb8dd;
}

:where(#produtos, #servicos) .blocoLogos .logo .texto {
	font-size: 16px;
    color: #333333;
    text-align: center;
	display: -webkit-box;
    text-overflow: ellipsis;
    padding-inline: 15px;
	padding-bottom: 26px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	position: relative;
	z-index: 2;
	-webkit-transition: color .5s cubic-bezier(.4, 0, 0, 1);
    -moz-transition: color .5s cubic-bezier(.4, 0, 0, 1);
    -o-transition: color .5s cubic-bezier(.4, 0, 0, 1);
    transition: color .5s cubic-bezier(.4, 0, 0, 1);
    overflow: hidden;
}

:where(#produtos, #servicos) .blocoLogos .logo:hover .texto {
	color: #fff;
}

:where(#produtos, #servicos) .saberMais {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

:where(#produtos, #servicos) .saberMais a {
    border: 1px solid #63bdeb;
    color: #333333;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 50px;
}

:where(#produtos, #servicos) [class*="filter"] .sideFilter .form-group h4 {
    font-size: clamp(22px, 21px + 0.2566vw, 26px);
    display: block;
    width: fit-content;
    margin-top: 20px;
    margin-bottom: 15px;
    margin-left: 28px;
	font-weight: 100;
    color: #333333;
}

:where(#produtos, #servicos) [class*="filter"] .sideFilter .form-group:nth-child(n+2) {
	display: none;
}

:where(#produtos, #servicos) [class*="filter"] .sideFilter #cleanfilter {
    color: #1a1a1a;
    max-width: 725px;
    position: relative;
    right: 15px;
    text-align: right;
    cursor: pointer;
}

:where(#produtos, #servicos) [class*="filter"] .sideFilter #cleanfilter:hover {
	text-decoration: underline;
}

:where(#produtos, #servicos) [class*="filter"] .sideFilter .closeSearch {
	display: none;
}

:where(#produtos, #servicos) [class*="filter"] .pagecontent .mobile {	
	display: none;
}

/* --- Selects --- */
:where(#produtos, #servicos) [class*="filter"] .sideFilter .form-group#search input[type="text"] {
	border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
	max-width: 725px;
}

:where(#produtos, #servicos) [class*="filter"] .sideFilter .form-group#search input[type="text"]:hover {
	border-color: #66afd4;
}

:where(#produtos, #servicos) [class*="filter"] .sideFilter .form-group#search input[type="text"]:focus {
	border-color: #4966a1;
	box-shadow: unset;
}

:where(#produtos, #servicos) #submit {
	display: none;
}

/* ------- Contactos (Fale Connosco) ------ */
#contactos {
	background: #e5e5e5;
}

#contactos .g-content {
    width: 1600px;
    display: inline-flex;
    margin: auto calc((100% - 1600px) / 2);
    padding: 150px 0;
}

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

#contactos .platform-content:nth-child(1) {
    display: inline-flex;
    width: 50%;
    padding: 0;
    padding-right: 10%;
}

#contactos .platform-content:nth-child(2) {
    display: inline-block;
    width: 50%;
}

#contactos .mainContactosD .title {
    font-size: clamp(60px, 57px + 0.9622vw, 75px);
    font-weight: bold;
    color: #4966a1;
	line-height: 1.1;
}

#contactos .mainContactosD .subtitle {
	font-size: clamp(60px, 57px + 0.9622vw, 75px);
    font-weight: 100;
	line-height: 1.1;
	margin-bottom: 30px;
    color: #333333;
}

#contactos .mainContactosD div.info {
    font-size: clamp(20px, 19px + 0.2566vw, 24px);
    font-weight: normal;
	line-height: 1.2;
    color: #606060;
}

#contactos .mainContactosD div.info p {
	margin-bottom: 15px;
}

#contactos .mainContactosD div.info p .faded-word {
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-in;
    -moz-transition: opacity 0.1s ease-in;
    -o-transition: opacity 0.1s ease-in;
    transition: opacity 0.1s ease-in;
    -webkit-transform: translateY(65%);
    -moz-transform: translateY(65%);
    -ms-transform: translateY(65%);
    -o-transform: translateY(65%);
    transform: translateY(65%);
}

#contactos .mainContactosD div.info p .faded-activated {
    -webkit-transition: opacity .2s, -webkit-transform .3s, color 0.5s .2s;
    -moz-transition: opacity .2s, transform .3s, color 0.5s .2s;
    -o-transition: opacity .2s, transform .3s, color 0.5s .2s;
    transition: opacity .2s, transform .3s, color 0.5s .2s;
    color: #606060;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

#contactos .mainContactosD div.info p:nth-of-type(1) .faded-activated {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

#contactos .mainContactosD div.info p:nth-of-type(2) .faded-activated {
	-webkit-transition-delay: 3s;
	-moz-transition-delay: 3s;
    -ms-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s;
}

#contactos .mainContactosD div.info p:nth-of-type(3) .faded-activated {
	-webkit-transition-delay: 4.6s;
	-moz-transition-delay: 4.6s;
    -ms-transition-delay: 4.6s;
    -o-transition-delay: 4.6s;
    transition-delay: 4.6s;
}

/* --- Erro --- */
#contactos .formbody .backgroundErro {
	background: #fff;
    border: 1px solid #a4a4a4;
    position: relative;
    padding: 35px;
}

#contactos .formbody .erro #fechaErro {
	background: #4966a1;
    border: 1px solid #4bbdea;
    position: absolute;
    height: 30px;
    width: 30px;
    top: 5px;
    right: 5px;
    padding: 0;
}

#contactos .formbody .erro #fechaErro svg {
    height: 30px;
    width: 30px;
}

#contactos .formbody .erro #fechaErro svg polygon {
    fill: #fff;
}

#contactos .formbody .erro h3 {
    display: inline-flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
	font-weight: 100;
    color: #333333;
}
#contactos .formbody .erro h3 svg path:nth-child(n+2) {
	fill: #4966a1;
}

#contactos .formbody .erro ol {
	display: flex;
    justify-content: center;
    font-weight: 100;
    color: #333333;
    text-decoration: underline;
    font-size: 20px;
    padding-left: 0;
    flex-direction: column;
    align-items: center;
}

/* --- Sucesso --- */
#contactos .formbody .sucesso {
	display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border: 1px solid #a4a4a4;
    padding: 35px;
    font-weight: 100;
    font-size: 20px;
    color: #333333;
}

#contactos .formbody .sucesso .sucessoIcon {
    width: 50px;
    height: 50px;
}

#contactos .formbody .sucesso .sucessoIcon svg polyline {
	stroke: #4966a1;
}

#contactos .formbody .sucesso .sucessoIcon svg path {
	fill: #4966a1;
}

#contactos .formbody .sucesso p {
    margin-bottom: 0;
}

/* --- */
#contactos .formbody:after {
	content: '';
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 45px;
    margin-bottom: 45px;
    background: #bdbdbd;
}

#contactos .formbody legend.section {
	display: none;
}

#contactos .formbody .form-group .col-md-9 {
	width: 100%;
}

#contactos .formbody .form-group#tipo {
	position: relative;
    padding: 0;
}


#contactos .formbody .form-group#tipo:after {
	content: '';
    position: relative;
    display: block;
    height: 1px;
    width: 100%;
    left: 0;
    background: #fff;
}

#contactos .formbody .form-group#tipo .col-md-9 label {
	min-width: 33%;
    display: inline-block;
}

#contactos .formbody .form-group#tipo .col-md-9 label span {
    font-size: 26px;
	line-height: 70px;
	margin-right: 25px;
    font-weight: 200;
    color: #333333;
}

#contactos .formbody .form-group#tipo .col-md-9 label span input[type="radio"] {
	display: inline-block;
	cursor: pointer;
	appearance: none;
    -webkit-appearance: none;
    border: 1px solid #4bbdea;
    border-radius: 0px;
	height: 18px;
    width: 18px;
    border: 1px solid #a4a4a4;
	background: #ffffff;
	-webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

#contactos .formbody .form-group#tipo .col-md-9 label span input[type="radio"]:hover {
	background: #eeecec;
}

#contactos .formbody .form-group#tipo .col-md-9 label span input[type="radio"]:checked {
	border: 1px solid #4bbdea;
    background: #4966a1;
}

#contactos .formbody .form-group#tipo .col-md-9 span.separator {
    display: block;
    height: 0;
    font-size: 0;
}

#contactos .formbody .form-group#tipo .col-md-9 span.separator:after {
	content: '';
	position: relative;
    display: block;
    height: 1px;
    width: 100%;
	background: #fff;
}

/* --- Selects --- */
#contactos .select2-selection, .select2-container--bootstrap.select2-container--focus .select2-selection {
	border-radius: 30px;
	border-color: #a4a4a4;
    height: 50px;
    padding-left: 25px;
    padding-right: 35px;
}

#contactos .select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
    border-radius: 25px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#contactos .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #333333;
    padding: 0;
    font-size: 26px;
    font-weight: 100;
}

#contactos .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
	border-color: #333333 transparent transparent transparent;
	margin-left: -10px;
}

#contactos .select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
    border-color: transparent transparent #333333 transparent;
}

.itemid-273 .select2-container--bootstrap .select2-results>.select2-results__options::-webkit-scrollbar {
  width: 6px;
}

.itemid-273 .select2-container--bootstrap .select2-results>.select2-results__options::-webkit-scrollbar-track {
  background: #9a9a9a;
}

.itemid-273 .select2-container--bootstrap .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  background: #314b80;
}

.itemid-273 .select2-results__option[aria-selected] {
    font-size: 24px;
    padding-left: 20px;
    font-weight: 200;
    background-color: #ffffff;
    color: #616161;
}

.itemid-273 .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
	font-size: 24px;
    padding-left: 20px;
    font-weight: 200;
    background-color: #e1e5ec;
    color: #616161;
}

.itemid-273 .select2-container--bootstrap .select2-results__option[aria-selected=true],
.itemid-273 .select2-container--bootstrap .select2-results__option--highlighted[aria-selected=true]{
	font-size: 24px;
    padding-left: 20px;
    font-weight: 200;
    background-color: #4966a1;
    color: #fff;
}

.itemid-273 .select2-results__option {
    font-weight: 200;
    font-size: 24px;
    color: #616161;
}

/* --- */

#contactos .formbody label.col-md-3 {
	font-size: 26px;
    display: block;
	width: fit-content;
    margin-top: 20px;
    margin-bottom: 20px;
	margin-left: 28px;
    font-weight: 200;
    color: #333333;
}

#contactos .formbody label.col-md-3 .required {
	font-size: 24px;
}

#contactos .formbody legend.section2 h3,
#contactos .formbody h3 {
    font-size: clamp(30px, 27px + 0.9622vw, 45px);
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 300;
    color: #333333;
    border-bottom: 1px solid #a7a7a7;
}

#contactos .formbody .form-group .col-md-9 input[type="text"] {
	color: #333333;
	border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

#contactos .formbody .form-group .col-md-9 input[type="text"]:hover,
#contactos .formbody .form-group .col-md-9 textarea:hover {
	border-color: #66afd4;
}

#contactos .formbody .form-group .col-md-9 input[type="text"]:focus,
#contactos .formbody .form-group .col-md-9 textarea:focus {
	border-color: #4966a1;
}

#contactos .formbody #elogiosSugestoes h3 {
	font-size: 45px;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 200;
    color: #333333;
    border-bottom: 1px solid #a7a7a7;
}

#contactos .formbody #elogiosSugestoes .intro {
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 200;
    color: #333333;
	background: #fff;
    border: 1px solid #a4a4a4;
    padding: 15px;
}

#contactos .formbody #elogiosSugestoes .intro p {
	margin-bottom: 10px;
}

#contactos #btPost {
	display: inline-block;
    float: right;
    font-size: 25px;
	font-weight: 200;
    color: #fff;
    margin: 10px 0px 35px;
    background: linear-gradient(270deg, #59a9d2 0%, #5f89b5 45%, #47649d 100%);
    border-radius: 30px;
    border: unset;
    padding: 10px 50px;
}

/* --- Pesquisar --- */

/* -- Search menu -- */
.itemid-384 #g-mainbar .g-content {
    max-width: 1440px;
    padding: 0px;
    margin: 50px auto;
}

.itemid-384 #g-mainbar > .g-grid .g-content {
	width: 95%;
	margin: 0px auto;
    padding: 50px 0;
}
/* --- Pesquisa - Motor de Buscar - Items --- */
.itemid-384 #PageContent .finder h1 {
    font-size: 50px;
    font-weight: normal;
    color: #333333;
}

.itemid-384 #PageContent .finder #search-form {
	padding: 60px 0 30px 0;
}


.itemid-384 #search-form .form-inline label {
	font-family: 'Poppins-Regular', sans-serif;
    font-weight: normal;
    color: #1a1a1a;
    font-size: 16px;
    text-align: justify;
	display: none;
}

.itemid-384 #search-form input[type="text"] {
	line-height: 1;
    height: 40px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #1a1a1a;
    background: #f1ecec;
    outline: unset;
    box-shadow: unset;
}

.itemid-384 #search-form .input-group {
	display: inline-flex;
    flex-wrap: nowrap;
	margin: 20px 0;
}

.itemid-384 #search-form .awesomplete {
	display: inline-block;
	width: 100%;
}

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

.itemid-384 #search-form button:hover {

}

.itemid-384 #search-form button span.icon-search {

}

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


.itemid-384 #search-results {
	font-family: 'Poppins-Regular', sans-serif;
    font-weight: normal;
    color: #1a1a1a;
    font-size: 16px;
    text-align: justify;
}

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

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

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

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

#ProjFinanciados .PrFinMain {
	position: relative;
    max-height: 600px;
    min-height: 600px;
    overflow: hidden;
}

#ProjFinanciados .mainWrapper {
    top: 0;
    left: 0;
    position: absolute;
    width: 1600px;
	height: 100%;
    margin-inline: calc((100% - 1600px) / 2);
    padding: 100px 0px;
}

#ProjFinanciados .PrFinMain video {
	position: relative;
    width: 100%;
    min-height: 600px;
    max-height: 600px;
    object-fit: cover;
    object-position: center;
}

#ProjFinanciados .PrFinMain .titulo {
	font-size: clamp(40px, 38px + 0.6414vw, 50px);
    font-weight: bold;
	text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 30px;
    width: fit-content;
    padding-bottom: 10px;
    padding-right: 35px;
    border-bottom: 1px solid #333333;
    color: #333333;
}

#ProjFinanciados .PrFinMain .info .projetosMain ul.projetosLista {
	display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(5, auto);
    column-gap: 50px;
    row-gap: 10px;
    justify-content: start;
    width: fit-content;
	list-style: none;
	margin-left: 50px;
}

#ProjFinanciados .PrFinMain .info .projetosMain ul.projetosLista li a {
	font-size: clamp(18px, 17px + 0.2566vw, 22px);
    font-weight: normal;
	text-transform: uppercase;
    line-height: 1.3;
    border-bottom: 1px solid #333333;
    color: #333333;
}

#ProjFinanciados .PrFinMain .info .projetosMain ul.projetosLista li a span {
    font-weight: bold;
}

/* ------- g-footer ------- */
#g-footer {
	background: #3b3b3b;
	box-shadow: #00000040 0px 2px 10px;
	margin: 0;
    padding: 0;
	position: relative;
    z-index: 3;
}

/* --- */
#faleIcon {
	display: none;
}

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

#faleIcon .mainFaleIcon {
    position: fixed;
    bottom: 85px;
	right: 40px;
    z-index: 100;
    cursor: pointer;
    margin: 0;
}

#faleIcon .mainFaleIcon svg {
	width: 45px;
    height: 45px;
}

#faleIcon .mainFaleIcon svg path:nth-of-type(2) {
	animation: bounceDotsUpDown 3s ease-in-out infinite;
	animation-delay: 0s;
}

#faleIcon .mainFaleIcon svg path:nth-of-type(4) {
	animation: bounceDotsUpDown 3s ease-in-out infinite;
	animation-delay: -1s;
}

#faleIcon .mainFaleIcon svg path:nth-of-type(3) {
	animation: bounceDotsUpDown 3s ease-in-out infinite;
	animation-delay: -2s;
}

@keyframes bounceDotsUpDown {

	0%, 25% {
		transform: translateY(0px);
	}
	35% {
		transform: translateY(-20px);
	}
	45% {
		transform: translateY(0px);
	}
	100% {
		transform: translateY(0px);
	}
}

/* --- */

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

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

#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-dialog, #popUp .modal-content{
    background: #1d1d1b;
    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: #fff;
    background: transparent;
    border: 1px solid #dedede;
    text-align: left;
    padding:0.5rem;
}

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

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

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

#popUp .modal-footer {
    background: #1d1d1b
}

#popUp .modal-footer button {
	outline: none;
    background: #314b80;
    border-color: #44609c;
    color: #fff;
}

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

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

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

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


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

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

#g-totop .fa:before {
    width: 38px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* ---- */
#MenuInferior .g-content {
	width: 100%;
    padding: 0;
    margin: 0;
}

#MenuInferior .mainMenuInferior {
	position: relative;
}

#MenuInferior .mainMenuInferior .backG video {
	position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#MenuInferior .mainMenuInferior .backG .overlay {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #314b80ed;
}

#MenuInferior .mainMenuInferior .mainContent {
	width: 1600px;
	position: relative;
	padding: 0;
    margin: auto;
}

#MenuInferior .w100 {
    width: 100%;
}

#MenuInferior .w100 .logo {
	display: flex;
    justify-content: center;
    padding: 100px 0 50px;
}

#MenuInferior .w100 .logo svg {
	max-height: 70px;
    width: fit-content;
}

#MenuInferior .w100 .mensagem {
	width: 100%;
	padding: 50px 0 50px;
}

#MenuInferior .w100 .mensagem p {
	font-size: clamp(25px, 17px + 2.245vw, 60px);
    color: #ffffff;
    font-weight: normal;
    margin: 0;
}

#MenuInferior .w100.ctsg {
	display: flex;
    padding: 50px 0 50px;
}

#MenuInferior .w100.ctsg .w50.contactos {
    display: flex;
    width: 65%;
    margin-right: 15%;
}

#MenuInferior .w100.ctsg .w50.contactos .w50 {
    width: 50%;
    display: flex;
    flex-direction: column;
}

#MenuInferior .w100.ctsg .w50.contactos .w50 .titulo {
    font-weight: normal;
    color: #56cbf6;
    font-size: clamp(27px, 26px + 0.1924vw, 30px);
}

#MenuInferior .w100.ctsg .w50.contactos .w50 .seloFaleC {
	display: inline-flex;
    margin-top: 15px;
}

#MenuInferior .w100.ctsg .w50.contactos .w50 .seloFaleC a {
	display: inline-block;
}

#MenuInferior .w100.ctsg .w50.contactos .w50 .seloFaleC a img,
#MenuInferior .w100.ctsg .w50.contactos .w50 .seloFaleC a svg {
	width: 40px;
    height: 40px;
	margin-inline: 5px;
}

#MenuInferior .w100.ctsg .w50.contactos .w50 .seloFaleC a svg  path:first-child {
    fill: #fff;
}


#MenuInferior .w100.ctsg .w50.contactos .w50 .seloFaleC a svg  path:not(:first-child) {
	fill: #4966a4;
}

#MenuInferior .w100.ctsg .w50.contactos .w50 .info {
	margin-top: 15px;
}

#MenuInferior .w100.ctsg .w50.contactos .w50 .info a,
#MenuInferior .w100.ctsg .w50.contactos .w50 .info div {
	font-weight: normal;
    color: #ffffff;
    font-size: clamp(20px, 19px + 0.3207vw, 25px);
}

#MenuInferior .w100.ctsg .w50.contactos .w50 .transferir {
    width: 100px;
}

#MenuInferior .w100.ctsg .w50.contactos .w50 .transferir svg {
    width: 100%;
    height: auto;
}

#MenuInferior .w100.ctsg .w50.contactos .w50 .transferir svg path {
	fill: #fff;
}

#MenuInferior .w100.ctsg .w50.contactos .w50 .redes {
	margin-top: 15px;
}

#MenuInferior .w100.ctsg .w50.contactos .w50 .redes a.ig svg {
	width: 40px;
    height: 40px;
}

#MenuInferior .w100.ctsg .w50.contactos .w50 .redes a.fb svg {
	width: 31px;
    height: 40px;
}

#MenuInferior .w100.ctsg .w50.contactos .w50 .redes a.xtw svg {
	width: 40px;
    height: 40px;
}


#MenuInferior .w100.ctsg .w50.contactos .w50 .redes a.yt svg {
	width: 40px;
    height: 40px;
}

#MenuInferior .w100.ctsg .w50.contactos .w50 .redes svg * {
	fill: #fff;
}

#MenuInferior .w100.ctsg .w50.menu {
    display: flex;
    width: 35%;
}

#MenuInferior .w100.ctsg .w50.menu .w50 {
    width: 50%;
    display: flex;
    flex-direction: column;
}

#MenuInferior .w100.ctsg .w50.menu .w50 a {
    font-weight: 500;
    color: #fff;
    font-size: clamp(24px, 23px + 0.3849vw, 30px);
}

#MenuInferior .w100.ctsg .w50.menu .w50 a:hover {
	text-decoration: underline;
}

#MenuInferior .w100.lgs {
    width: 100%;
    padding: 0px 0 50px 0;
}

#MenuInferior .w100 .logos {
	width: calc(900px / 2);
    height: fit-content;
    margin-left: -30px;
}

/* --- */
#g-copyright {
	padding: 0;
	position: relative;
    z-index: 3;
}

/* --- */
#Copyright {
	background: #333333;
}

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

#Copyright .copyright {
    display: flex;
}

#Copyright .govern {
	margin: auto;
    position: relative;
    left: 55px;
    padding-right: 55px;
    text-align: center;
}

#Copyright .govern p.copy {
	margin: 0;
    font-size: clamp(14px, 13px + 0.3849vw, 20px);
    color: #ffffff;
    font-weight: 100;
}

#Copyright .selo {
	display: inline-block;
    margin: 10px 10px 5px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

#Copyright .selo img {
    min-width: 35px;
    width: 45px;
    height: auto;
}

@media (max-width: 361px){
	#g-navigation, #g-navigation.active {
		background: linear-gradient(270deg, #59a9d2 0%, #5f89b5 45%, #47649d 100%);
	}
	
	#barraTopo .g-content {
		width: calc(100% - 30px);
        margin: 0px 15px;
        padding: 15px 0 0px 0;
	}
	
	#barraTopo .custom {
		height: 60px;
	}
	
	#barraTopo .mainLogo {
		height: 60px;
	}
	
	#barraTopo .mainLogo .logo {
		max-height: 50px;
	}
	
	#barraTopo .mainLogo .logo svg {
		max-height: 45px;
	}
	
	#barraTopo .mainBar .menuMais .Pesq {
		min-height: 25px;
		max-height: 25px;
		max-width: 25px;
		min-width: 25px;
	}
	
	#barraTopo .mainBar .menuMais .Pesq svg {
		min-height: 25px;
		max-height: 25px;
		max-width: 25px;
		min-width: 25px;
	}
	
	#barraTopo .mainBar .traducao {
		height: 25px;
	}	
	
	#barraTopo .mainBar .traducao svg {
		min-height: 25px;
		max-height: 25px;
		max-width: 25px;
		min-width: 25px;
	}
		
	#barraTopo .mainBar .traducao .custom-select {
		width: 25px;
		height: 25px;
	}
		
	#barraTopo .mainBar .traducao .custom-select ul.options {
		width: 30px;
		left: -2px;
	}
	
	#barraTopo .mainBar .traducao .custom-select.custom-select ul.options li {
		padding: 6px 6px;
	}
	
	#barraTopo .mainBar .menuBtn {
		margin: 0 0 0 10px;
	}
			
	#barraTopo .mainBar .menuMais {
			margin: 0 0 0 10px;
	}

	#barraTopo .mainBar .menuBtn .burger {
		width: 40px;
	}
	
	#barraTopo .mainBar .menuBtn .burger[aria-expanded="true"] {
		width: 35px;
	}
	
	#barraTopo .mainBar .menuBtn .burger span {
		height: 3px;
	}

	#barraTopo .mainBar .menuBtn .burger[aria-expanded="false"] span:nth-child(2), #barraTopo .mainBar .menuBtn .burger[aria-expanded="false"] span:nth-child(3) {
		margin-top: 5px;
	}

	#barraTopo .mainBar .menuBtn .burger span + span {
		margin-top: 19px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck {
		width: 100%;
		padding: 80px 0 50px 0;
		--sb-size: 3px;
		background: #44609c;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 {
		padding: 25px 0 0 0px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 {
		width: 100%;
		padding: 0 0;
	}
		
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > span {
		background: #395185;
	}
	
	#menuLateral #accordeonck674 li.accordeonck > span {
        padding-right: 30px;
        padding-left: 20px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 ul {
        width: 100%;
        position: relative;
        top: 0px;
        left: 0px;
        max-height: 550px;
        overflow-y: overlay;
        overflow-x: hidden;
        padding: 0 20px 0 25px;
		margin: 5px 0 15px 0;
        visibility: visible;
		transition: visibility 0s .6s;
        pointer-events: none;
		--sb-size: 7px;
	}
	
	#menuLateral #accordeonck674 li.level1 > span a {
		font-size: 23px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open ul {
		display: block;
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        pointer-events: all;
		margin: 0;
        padding: 0 15px 0 10px;
        background: #395185;
    }
	
	#menuLateral #accordeonck674 li.level2 > span a {
		font-size: 20px;
	}	

	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 > ul > li.level2 {
		opacity: 0;
		transform: translate3d(0, -10px, 0);
		transition: opacity 0.2s ease-out calc(var(--i,0) * 0.05s), transform 0.2s ease-out calc(var(--i,0) * 0.05s);
		will-change: opacity, transform; /* force GPU layer */
		/* optionally */
		visibility: visible;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2 {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition-duration: 0.4s;
		transition-timing-function: ease-in;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:not(.open) > ul > li.level2 {
		transition-duration: 0.15s;      /* fast out */
		transition-timing-function: ease-out;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(1)  { --i: 1; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(2)  { --i: 2; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(3)  { --i: 3; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(4)  { --i: 4; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(5)  { --i: 5; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(6)  { --i: 6; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(7)  { --i: 7; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(8)  { --i: 8; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(n+9)  { --i: 9; }
	
	/* --- */
	#redes {
		display: none;
	}
	
	/* --- */
	#g-utility {
		top: 75px;
	}
	
	/* --- */
	#g-container-main {

	}
		
	/* --- */	
	#Noticias .g-content {
		width: calc(100% - 30px);
        margin: 0px 15px;
	}
			
	#Noticias .header h3{
        font-size: 25px;	
	}
	
	#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: overlay;
		top: 85px;
        padding-top: 80px;
		z-index:2;
		-webkit-transition: left .7s ease-in-out;
		-moz-transition: left .7s ease-in-out;
		-o-transition: left .7s ease-in-out;
		transition: left .7s ease-in-out;
		background: #ffffff;
	}

	#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%;
	}
	
	/* --- */	
	#Multimedia .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: overlay;
		top: 85px;
		z-index: 4;
		-webkit-transition: left .7s ease-in-out;
		-moz-transition: left .7s ease-in-out;
		-o-transition: left .7s ease-in-out;
		transition: left .7s ease-in-out;
	}
	
	#Multimedia .closeSearch {
		display:block;
	}
	
	#Multimedia .mobile {
		display:block;
		top: 85px;
	}
			
	#Multimedia .form-group #find {
		position: absolute;
		top: 53px;
		width: 15px;
		right: 30px;
		cursor: pointer;
	}
	
	#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;
	}
				
	/* --- */
	#PageContent .principal:is(.Produtos, .Setores) > .item-image img {
		height: 750px;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .titulo {
		width: calc(100% - 30px);
		margin: 0 15px;
		top: 300px;
		font-size: 40px;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .subtitulo {
		width: calc(100% - 30px);
		margin: 0 15px;
		top: calc(300px + var(--hgSbT));
		font-size: 18px;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class1 {
		flex-direction: column;
		padding: 100px 0;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class1 .descricao.w50 {
		width: calc(100% - 30px);
		margin: 0 15px;
	}
		
	#PageContent .principal:is(.Produtos, .Setores) .class1 .descricao.w50 h2 {
		font-size: 30px;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class1 .descricao.w50 p {
		width: 100%;
		font-size: 18px;
	}
		
	#PageContent .principal:is(.Produtos, .Setores) .class1 .item.w50 {
		width: 100%;
        margin-top: 25px;
		margin-left: 0;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class2:before {
		margin-left: 15px;
		--logo-height: 95px;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class2 .descricao.w50 {
		margin-left: 15px;
		padding-top: 35px;
        width: 60%;		
	}

	#PageContent .principal:is(.Produtos, .Setores) .class2 .descricao.w50 ul {
		font-size: 16px;
	}	

	/* --- */
	body:is(.itemid-263, .itemid-386) #PageContent .g-content {
		width: 90%;
	}
		
	#PageContent .principal:not(.Produtos, .Setores) .multipleImages50 .item-image {
		width: 97.5%;
	}

	#PageContent .principal:not(.Produtos, .Setores) .multipleImages .item-image {
		width: 97.5%;
	}
	
	/* --- */
	#setores .mainWrapper {
		flex-direction: column;
	}
	
	#setores .mainIntro {
		width: 100%;
		padding-top: 50px;
		padding-left: 15px;
	}
		
	#setores .mainIntro h2.title {
		font-size: 40px;
		margin: 0px 0 25px 0;
	}
	
	#setores .mainIntro p {
		font-size: 20px;
	}
	
	#setores .mainFilter {
		width: 100%;
	}
		
	#setores .blocoLogos .logo .texto {
		width: calc(100% - 85px);
		margin: 25px 60px 20px 25px;
	}
	
	#setores .blocoLogos .logo .texto:after {
		right: -40px;
	}
					
	/* --- */
	:where(#produtos, #servicos) .g-content {
		width: calc(100% - 30px);
		margin: 0 15px;
	}

	:where(#produtos, #servicos) [class*="filter"] .sideFilter {
		margin: 0 15px;
	}
		
	:where(#produtos, #servicos) .blocoLogos .logo {
		width: calc((100% / 2) - (15px - (15px / 2)));
        aspect-ratio: 1 / 1.35;
        min-width: unset;
	}
						
	/* --- */
	#contactos .g-content {
		flex-wrap: wrap;
		width: calc(100% - 30px);
        margin: 0px 15px;
		padding: 50px 0;
	}
		
	#contactos .platform-content:nth-child(1) {
		width: 100%;
		padding: 0;
	}
	
	#contactos .platform-content:nth-child(2) {
		width: 100%;
	}
		
	/* --- */
	#ProjFinanciados .mainWrapper {
		width: calc(100% - 30px);
        margin: 0 15px;
	}
		
	#ProjFinanciados .PrFinMain {
		max-height: 750px;
		min-height: 750px;
	}
	
	#ProjFinanciados .PrFinMain video {
		min-height: 750px;
		max-height: 750px;
	}
		
	#ProjFinanciados .PrFinMain .info .projetosMain ul.projetosLista {
		margin-left: 0;
        grid-auto-flow: dense;
	}
	
	/* ----- */
	#MenuInferior .mainMenuInferior .mainContent {
		width: calc(100% - 30px);
        margin: 0px 15px;
	}
		
	#MenuInferior .w100 .logo svg {
		max-height: 50px;
	}
	
	#MenuInferior .w100.ctsg {
	    display: flex;
		flex-direction: column;
	}
	
	#MenuInferior .w100.ctsg .w50.contactos {
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}
	
	#MenuInferior .w100.ctsg .w50.menu {
		width: 100%;
	}
	
	#MenuInferior .w100 .logos {
		width: 70%;
        margin-left: -15px;
	}
	
	/* --- */
	#Copyright .g-content {
		width: calc(100% - 30px);
        margin: 0px 15px;
	}
}

@media (min-width: 362px) and (max-width: 469px){
	#g-navigation, #g-navigation.active {
		background: linear-gradient(270deg, #59a9d2 0%, #5f89b5 45%, #47649d 100%);
	}
	
	
	#barraTopo .g-content {
		width: calc(100% - 30px);
        margin: 0px 15px;
        padding: 15px 0 0px 0;
	}
	
	#barraTopo .custom {
		height: 60px;
	}
	
	#barraTopo .mainLogo {
		height: 60px;
	}
	
	#barraTopo .mainLogo .logo {
		max-height: 50px;
	}
	
	#barraTopo .mainLogo .logo svg {
		max-height: 45px;
	}
	
	#barraTopo .mainBar .menuMais .Pesq {
		min-height: 25px;
		max-height: 25px;
		max-width: 25px;
		min-width: 25px;
	}
	
	#barraTopo .mainBar .menuMais .Pesq svg {
		min-height: 25px;
		max-height: 25px;
		max-width: 25px;
		min-width: 25px;
	}
	
	#barraTopo .mainBar .traducao {
		height: 25px;
	}	
	
	#barraTopo .mainBar .traducao svg {
		min-height: 25px;
		max-height: 25px;
		max-width: 25px;
		min-width: 25px;
	}
		
	#barraTopo .mainBar .traducao .custom-select {
		width: 25px;
		height: 25px;
	}
		
	#barraTopo .mainBar .traducao .custom-select ul.options {
		width: 30px;
		left: -2px;
	}
	
	#barraTopo .mainBar .traducao .custom-select.custom-select ul.options li {
		padding: 6px 6px;
	}
	
	#barraTopo .mainBar .menuBtn {
		margin: 0 0 0 10px;
	}
			
	#barraTopo .mainBar .menuMais {
			margin: 0 0 0 10px;
	}

	#barraTopo .mainBar .menuBtn .burger {
		width: 40px;
	}
	
	#barraTopo .mainBar .menuBtn .burger[aria-expanded="true"] {
		width: 35px;
	}
	
	#barraTopo .mainBar .menuBtn .burger span {
		height: 3px;
	}

	#barraTopo .mainBar .menuBtn .burger[aria-expanded="false"] span:nth-child(2), #barraTopo .mainBar .menuBtn .burger[aria-expanded="false"] span:nth-child(3) {
		margin-top: 5px;
	}

	#barraTopo .mainBar .menuBtn .burger span + span {
		margin-top: 19px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck {
		width: 100%;
		padding: 80px 0 50px 0;
		--sb-size: 3px;
		background: #44609c;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 {
		padding: 25px 0 0 0px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 {
		width: 100%;
		padding: 0 0;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > span {
		background: #395185;
	}
	
	#menuLateral #accordeonck674 li.level1 > span a {
		font-size: 23px;
	}
			
	#menuLateral #accordeonck674 li.accordeonck > span {
		padding-right: 30px;
        padding-left: 20px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 ul {
        width: 100%;
        position: relative;
        top: 0px;
        left: 0px;
        max-height: 550px;
        overflow-y: overlay;
        overflow-x: hidden;
        padding: 0 20px 0 25px;
		margin: 5px 0 15px 0;
        visibility: visible;
		transition: visibility 0s .6s;
        pointer-events: none;
		--sb-size: 7px;
	}

	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open ul {
		display: block;
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        pointer-events: all;
		margin: 0;
        padding: 0 15px 0 10px;
        background: #395185;
    }
		
	#menuLateral #accordeonck674 li.level2 > span a {
		font-size: 20px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 > ul > li.level2 {
		opacity: 0;
		transform: translate3d(0, -10px, 0);
		transition: opacity 0.2s ease-out calc(var(--i,0) * 0.05s), transform 0.2s ease-out calc(var(--i,0) * 0.05s);
		will-change: opacity, transform; /* force GPU layer */
		/* optionally */
		visibility: visible;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2 {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition-duration: 0.4s;
		transition-timing-function: ease-in;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:not(.open) > ul > li.level2 {
		transition-duration: 0.15s;      /* fast out */
		transition-timing-function: ease-out;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(1)  { --i: 1; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(2)  { --i: 2; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(3)  { --i: 3; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(4)  { --i: 4; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(5)  { --i: 5; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(6)  { --i: 6; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(7)  { --i: 7; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(8)  { --i: 8; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(n+9)  { --i: 9; }	
		
	/* --- */
	#redes {
		display: none;
	}
	
	/* --- */
	#g-utility {
		top: 75px;
	}
	
	/* --- */
	#g-container-main {

	}
			
	/* --- */	
	#Noticias .g-content {
		width: calc(100% - 30px);
        margin: 0px 15px;
	}
		
	#Noticias .header h3{
        font-size: 25px;	
	}
	
	#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: overlay;
		top: 85px;
        padding-top: 80px;
		z-index:2;
		-webkit-transition: left .7s ease-in-out;
		-moz-transition: left .7s ease-in-out;
		-o-transition: left .7s ease-in-out;
		transition: left .7s ease-in-out;
		background: #ffffff;
	}

	#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 > a {
		height: 300px;
	}
	
	/* --- */	
	#Multimedia .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: overlay;
		top: 85px;
		z-index: 4;
		-webkit-transition: left .7s ease-in-out;
		-moz-transition: left .7s ease-in-out;
		-o-transition: left .7s ease-in-out;
		transition: left .7s ease-in-out;
	}
	
	#Multimedia .closeSearch {
		display:block;
	}
	
	#Multimedia .mobile {
		display:block;
		top: 85px;
	}
			
	#Multimedia .form-group #find {
		position: absolute;
		top: 53px;
		width: 15px;
		right: 30px;
		cursor: pointer;
	}
	
	#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;
	}
				
	/* --- */
	#PageContent .principal:is(.Produtos, .Setores) > .item-image img {
		height: 750px;
	}
	
	
	#PageContent .principal:is(.Produtos, .Setores) .titulo {
		width: calc(100% - 30px);
		margin: 0 15px;
		top: 300px;
		font-size: 40px;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .subtitulo {
		width: calc(100% - 30px);
		margin: 0 15px;
		top: calc(300px + var(--hgSbT));
		font-size: 18px;
	}
		
	#PageContent .principal:is(.Produtos, .Setores) .class1 {
		flex-direction: column;
		padding: 100px 0;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class1 .descricao.w50 {
		width: calc(100% - 30px);
		margin: 0 15px;
	}
		
	#PageContent .principal:is(.Produtos, .Setores) .class1 .descricao.w50 h2 {
		font-size: 30px;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class1 .descricao.w50 p {
		width: 100%;
		font-size: 18px;
	}
		
	#PageContent .principal:is(.Produtos, .Setores) .class1 .item.w50 {
		width: 100%;
        margin-top: 25px;
		margin-left: 0;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class2:before {
		margin-left: 15px;
		--logo-height: 95px;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class2 .descricao.w50 {
		margin-left: 15px;
		padding-top: 35px;
        width: 60%;		
	}

	#PageContent .principal:is(.Produtos, .Setores) .class2 .descricao.w50 ul {
		font-size: 16px;
	}	

	/* --- */
	body:is(.itemid-263, .itemid-386) #PageContent .g-content {
		width: 90%;
	}
		
	#PageContent .principal:not(.Produtos, .Setores) .multipleImages50 .item-image {
		width: 97.5%;
	}

	#PageContent .principal:not(.Produtos, .Setores) .multipleImages .item-image {
		width: 97.5%;
	}
	
	/* --- */
	#setores .mainWrapper {
		flex-direction: column;
	}
	
	#setores .mainIntro {
		width: 100%;
		padding-top: 50px;
		padding-left: 15px;
	}
		
	#setores .mainIntro h2.title {
		font-size: 40px;
		margin: 0px 0 25px 0;
	}
	
	#setores .mainIntro p {
		font-size: 20px;
	}
	
	#setores .mainFilter {
		width: 100%;
	}
		
	#setores .blocoLogos .logo .texto {
		width: calc(100% - 85px);
		margin: 25px 60px 20px 25px;
	}
	
	#setores .blocoLogos .logo .texto:after {
		right: -40px;
	}
				
	/* --- */
	:where(#produtos, #servicos) .g-content {
		width: calc(100% - 30px);
		margin: 0 15px;
	}

	:where(#produtos, #servicos) [class*="filter"] .sideFilter {
		margin: 0 15px;
	}
		
	:where(#produtos, #servicos) .blocoLogos .logo {
		width: calc((100% / 2) - (15px - (15px / 2)));
		aspect-ratio: 1 / 1.35;
	}
				
	/* --- */
	#contactos .g-content {
		flex-wrap: wrap;
		width: calc(100% - 30px);
        margin: 0px 15px;
		padding: 50px 0;
	}
		
	#contactos .platform-content:nth-child(1) {
		width: 100%;
		padding: 0;
	}
	
	#contactos .platform-content:nth-child(2) {
		width: 100%;
	}
		
	/* --- */
	#ProjFinanciados .mainWrapper {
		width: calc(100% - 30px);
        margin: 0 15px;
	}
		
	#ProjFinanciados .PrFinMain {
		max-height: 750px;
		min-height: 750px;
	}
	
	#ProjFinanciados .PrFinMain video {
		min-height: 750px;
		max-height: 750px;
	}
		
	#ProjFinanciados .PrFinMain .info .projetosMain ul.projetosLista {
		margin-left: 0;
        grid-auto-flow: dense;
	}
	
	/* ----- */
	#MenuInferior .mainMenuInferior .mainContent {
		width: calc(100% - 30px);
        margin: 0px 15px;
	}
	
	#MenuInferior .w100 .logo svg {
		max-height: 50px;
	}
	
	#MenuInferior .w100.ctsg {
	    display: flex;
		flex-direction: column;
	}
	
	#MenuInferior .w100.ctsg .w50.contactos {
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}
	
	#MenuInferior .w100.ctsg .w50.menu {
		width: 100%;
	}
	
	#MenuInferior .w100 .logos {
		width: calc(500px / 2);
        margin-left: -15px;
	}
		
	/* --- */
	#Copyright .g-content {
		width: calc(100% - 30px);
        margin: 0px 15px;
	}
}

@media (min-width: 470px) and (max-width: 591px){
	#g-navigation, #g-navigation.active {
		background: linear-gradient(270deg, #59a9d2 0%, #5f89b5 45%, #47649d 100%);
	}
	
	
	#barraTopo .g-content {
		width: calc(100% - 70px);
        margin: 0 35px;
		padding: 15px 0 0px 0;
	}
	
	#barraTopo .custom {
		height: 60px;
	}
	
	#barraTopo .mainLogo {
		height: 60px;
	}
	
	#barraTopo .mainLogo .logo {
		max-height: 50px;
	}
	
	#barraTopo .mainLogo .logo svg {
		max-height: 45px;
	}
	
	#barraTopo .mainBar .menuMais .Pesq {
		min-height: 25px;
		max-height: 25px;
		max-width: 25px;
		min-width: 25px;
	}
	
	#barraTopo .mainBar .menuMais .Pesq svg {
		min-height: 25px;
		max-height: 25px;
		max-width: 25px;
		min-width: 25px;
	}
	
	#barraTopo .mainBar .traducao {
		height: 25px;
	}	
	
	#barraTopo .mainBar .traducao svg {
		min-height: 25px;
		max-height: 25px;
		max-width: 25px;
		min-width: 25px;
	}
		
	#barraTopo .mainBar .traducao .custom-select {
		width: 25px;
		height: 25px;
	}
	
	#barraTopo .mainBar .traducao .custom-select ul.options {
		width: 30px;
		left: -2px;
	}
	
	#barraTopo .mainBar .traducao .custom-select.custom-select ul.options li {
		padding: 6px 6px;
	}
	
	#barraTopo .mainBar .menuBtn {
		margin: 0 0 0 10px;
	}
			
	#barraTopo .mainBar .menuMais {
			margin: 0 0 0 10px;
	}

	#barraTopo .mainBar .menuBtn .burger {
		width: 40px;
	}
	
	#barraTopo .mainBar .menuBtn .burger[aria-expanded="true"] {
		width: 35px;
	}
	
	#barraTopo .mainBar .menuBtn .burger span {
		height: 3px;
	}

	#barraTopo .mainBar .menuBtn .burger[aria-expanded="false"] span:nth-child(2), #barraTopo .mainBar .menuBtn .burger[aria-expanded="false"] span:nth-child(3) {
		margin-top: 5px;
	}

	#barraTopo .mainBar .menuBtn .burger span + span {
		margin-top: 19px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck {
		width: 100%;
		padding: 80px 0 50px 0;
		--sb-size: 3px;
		background: #44609c;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 {
		padding: 25px 0 0 0px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 {
		width: 100%;
        padding: 0 0;
	}
		
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > span {
		background: #395185;
	}
				
	#menuLateral #accordeonck674 li.level1 > span a {
		font-size: 26px;
	}
	
	#menuLateral #accordeonck674 li.accordeonck > span {
        padding-right: 30px;
        padding-left: 20px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 ul {
        width: 100%;
        position: relative;
        top: 0px;
        left: 0px;
        max-height: 550px;
        overflow-y: overlay;
        overflow-x: hidden;
        padding: 0 20px 0 25px;
		margin: 5px 0 15px 0;
        visibility: visible;
		transition: visibility 0s .6s;
        pointer-events: none;
		--sb-size: 7px;
	}

	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open ul {
		display: block;
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        pointer-events: all;
		margin: 0;
        padding: 0 15px 0 10px;
        background: #395185;
    }
		
	#menuLateral #accordeonck674 li.level2 > span a {
        font-size: 23px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 > ul > li.level2 {
		opacity: 0;
		transform: translate3d(0, -10px, 0);
		transition: opacity 0.2s ease-out calc(var(--i,0) * 0.05s), transform 0.2s ease-out calc(var(--i,0) * 0.05s);
		will-change: opacity, transform; /* force GPU layer */
		/* optionally */
		visibility: visible;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2 {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition-duration: 0.4s;
		transition-timing-function: ease-in;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:not(.open) > ul > li.level2 {
		transition-duration: 0.15s;      /* fast out */
		transition-timing-function: ease-out;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(1)  { --i: 1; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(2)  { --i: 2; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(3)  { --i: 3; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(4)  { --i: 4; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(5)  { --i: 5; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(6)  { --i: 6; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(7)  { --i: 7; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(8)  { --i: 8; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(n+9)  { --i: 9; }
		
	/* --- */
	#redes {
		display: none;
	}
	
	/* --- */
	#g-utility {
		top: 75px;
	}
	
	/* --- */
	#g-container-main {

	}
				
	/* --- */
	#Noticias .g-content {
		width: calc(100% - 70px);
        margin: 0 35px;
	}
	
	#Noticias .header h3{
        font-size: 35px;	
	}
	
	#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: overlay;
		top: 85px;
        padding-top: 80px;
		z-index:2;
		-webkit-transition: left .7s ease-in-out;
		-moz-transition: left .7s ease-in-out;
		-o-transition: left .7s ease-in-out;
		transition: left .7s ease-in-out;
		background: #ffffff;
	}
	
	#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 > a {
		height: 300px;
	}
	
	/* --- */	
	#Multimedia .g-content {
		width: 450px;	
	}
	
	#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: overlay;
		top: 85px;
		z-index: 4;
		-webkit-transition: left .7s ease-in-out;
		-moz-transition: left .7s ease-in-out;
		-o-transition: left .7s ease-in-out;
		transition: left .7s ease-in-out;
	}
	
	#Multimedia .closeSearch {
		display:block;
	}
	
	#Multimedia .mobile {
		display:block;
		top: 85px;
	}
			
	#Multimedia .form-group #find {
		position: absolute;
		top: 53px;
		width: 15px;
		right: 30px;
		cursor: pointer;
	}
	
	#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;
	}
			
	/* --- */
	#PageContent .principal:is(.Produtos, .Setores) .titulo {
		width: calc(100% - 70px);
		margin: 0 35px;
		top: 300px;
		font-size: 40px;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .subtitulo {
		width: calc(100% - 70px);
		margin: 0 35px;
		top: calc(300px + var(--hgSbT));
		font-size: 18px;
	}
		
	#PageContent .principal:is(.Produtos, .Setores) .class1 {
		flex-direction: column;
		padding: 100px 0;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class1 .descricao.w50 {
		width: calc(100% - 70px);
		margin: 0 35px;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class1 .descricao.w50 h2 {
		font-size: 35px;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class1 .descricao.w50 p {
		width: 100%;
		font-size: 20px;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class1 .item.w50 {
		width: 100%;
        margin-top: 35px;
		margin-left: 0;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class2:before {
		margin-left: 35px;
		--logo-height: 95px;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class2 .descricao.w50 {
		margin-left: 35px;
		padding-top: 35px;		
	}

	#PageContent .principal:is(.Produtos, .Setores) .class2 .descricao.w50 ul {
		font-size: 18px;
	}	

	/* --- */
	body:is(.itemid-263, .itemid-386) #PageContent .g-content {
		width: 90%;
	}
	
	#PageContent .principal:not(.Produtos, .Setores) .multipleImages50 .item-image {
		width: 97.5%;
	}

	#PageContent .principal:not(.Produtos, .Setores) .multipleImages .item-image {
		width: 97.5%;
	}
	
	/* --- */
	#setores .mainWrapper {
		flex-direction: column;
	}
	
	#setores .mainIntro {
		width: 100%;
		padding-top: 50px;
		padding-left: 35px;
	}
		
	#setores .mainIntro h2.title {
		font-size: 40px;
		margin: 0px 0 25px 0;
	}
	
	#setores .mainIntro p {
		font-size: 20px;
	}
	
	#setores .mainFilter {
		width: 100%;
	}
		
	#setores .blocoLogos .logo .texto {
		width: calc(100% - 85px);
		margin: 25px 60px 20px 25px;
	}
	
	#setores .blocoLogos .logo .texto:after {
		right: -40px;
	}
			
	/* --- */
	:where(#produtos, #servicos) .g-content {
		width: calc(100% - 70px);
		margin: 0 35px;
	}

	:where(#produtos, #servicos) [class*="filter"] .sideFilter {
		margin: 0 35px;
	}
	
	:where(#produtos, #servicos) .blocoLogos .logo {
		width: calc((100% / 2) - (15px - (15px / 2)));
	}
				
	/* --- */
	#contactos .g-content {
		flex-wrap: wrap;
        width: calc(100% - 70px);
        margin: 0 35px;
		padding: 50px 0;
	}
		
	#contactos .platform-content:nth-child(1) {
		width: 100%;
		padding: 0;
	}
	
	#contactos .platform-content:nth-child(2) {
		width: 100%;
	}
		
	/* --- */
	#ProjFinanciados .mainWrapper {
		width: calc(100% - 70px);
        margin: 0 35px;
	}
	
	#ProjFinanciados .PrFinMain {
		max-height: 750px;
		min-height: 750px;
	}
	
	#ProjFinanciados .PrFinMain video {
		min-height: 750px;
		max-height: 750px;
	}
	
	#ProjFinanciados .PrFinMain .info .projetosMain ul.projetosLista {
        margin-left: 0;
        grid-auto-flow: dense;
	}
	
	/* ----- */
	#MenuInferior .mainMenuInferior .mainContent {
        width: calc(100% - 70px);
        margin: 0 35px;
	}
			
	#MenuInferior .w100.ctsg {
	    display: flex;
		flex-direction: column;
	}
	
	#MenuInferior .w100.ctsg .w50.contactos {
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}
	
	#MenuInferior .w100.ctsg .w50.menu {
		width: 100%;
	}
	
	#MenuInferior .w100 .logos {
		width: calc(500px / 2);
	}
		
	/* --- */
	#Copyright .g-content {
		width: calc(100% - 70px);
        margin: 0px 35px;
	}
}

@media (min-width: 592px) and (max-width: 767px){
	#g-navigation, #g-navigation.active {
		background: linear-gradient(270deg, #59a9d2 0%, #5f89b5 45%, #47649d 100%);
	}
	
	#barraTopo .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;
		padding: 15px 0 0px 0;
	}
	
	#barraTopo .custom {
		height: 60px;
	}
	
	#barraTopo .mainLogo {
		height: 60px;
	}
	
	#barraTopo .mainLogo .logo {
		max-height: 50px;
	}
	
	#barraTopo .mainLogo .logo svg {
		max-height: 45px;
	}
	
	#barraTopo .mainBar .menuMais .Pesq {
		min-height: 25px;
		max-height: 25px;
		max-width: 25px;
		min-width: 25px;
	}
	
	#barraTopo .mainBar .menuMais .Pesq svg {
		min-height: 25px;
		max-height: 25px;
		max-width: 25px;
		min-width: 25px;
	}
	
	#barraTopo .mainBar .traducao {
		height: 25px;
	}	
	
	#barraTopo .mainBar .traducao svg {
		min-height: 25px;
		max-height: 25px;
		max-width: 25px;
		min-width: 25px;
	}
		
	#barraTopo .mainBar .traducao .custom-select {
		width: 25px;
		height: 25px;
	}
	
	#barraTopo .mainBar .traducao .custom-select ul.options {
		width: 30px;
		left: -2px;
	}
	
	#barraTopo .mainBar .traducao .custom-select.custom-select ul.options li {
		padding: 6px 6px;
	}
	
	#barraTopo .mainBar .menuBtn {
		margin: 0 0 0 10px;
	}
			
	#barraTopo .mainBar .menuMais {
			margin: 0 0 0 10px;
	}

	#barraTopo .mainBar .menuBtn .burger {
		width: 40px;
	}
	
	#barraTopo .mainBar .menuBtn .burger[aria-expanded="true"] {
		width: 35px;
	}
	
	#barraTopo .mainBar .menuBtn .burger span {
		height: 3px;
	}

	#barraTopo .mainBar .menuBtn .burger[aria-expanded="false"] span:nth-child(2), #barraTopo .mainBar .menuBtn .burger[aria-expanded="false"] span:nth-child(3) {
		margin-top: 5px;
	}

	#barraTopo .mainBar .menuBtn .burger span + span {
		margin-top: 19px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck {
		width: 100%;
		padding: 80px 0 50px 0;
		--sb-size: 3px;
		background: #44609c;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 {
		padding: 25px 0 0 0px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 {
		width: 100%;
		padding: 0 0;
	}
		
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > span {
		background: #395185;
	}
				
	#menuLateral #accordeonck674 li.level1 > span a {
		font-size: 26px;
	}
		
	#menuLateral #accordeonck674 li.accordeonck > span {
        padding-right: 30px;
        padding-left: 20px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 ul {
        width: 100%;
        position: relative;
        top: 0px;
        left: 0px;
		max-height: 550px;
        overflow-y: overlay;
        overflow-x: hidden;
        padding: 0 20px 0 25px;
		margin: 5px 0 15px 0;
        visibility: visible;
		transition: visibility 0s .6s;
        pointer-events: none;
		--sb-size: 7px;
	}

	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open ul {
		display: block;
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        pointer-events: all;
		margin: 0;
        padding: 0 15px 0 10px;
        background: #395185;
    }
		
	#menuLateral #accordeonck674 li.level2 > span a {
		font-size: 23px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 > ul > li.level2 {
		opacity: 0;
		transform: translate3d(0, -10px, 0);
		transition: opacity 0.2s ease-out calc(var(--i,0) * 0.05s), transform 0.2s ease-out calc(var(--i,0) * 0.05s);
		will-change: opacity, transform; /* force GPU layer */
		/* optionally */
		visibility: visible;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2 {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition-duration: 0.4s;
		transition-timing-function: ease-in;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:not(.open) > ul > li.level2 {
		transition-duration: 0.15s;      /* fast out */
		transition-timing-function: ease-out;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(1)  { --i: 1; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(2)  { --i: 2; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(3)  { --i: 3; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(4)  { --i: 4; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(5)  { --i: 5; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(6)  { --i: 6; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(7)  { --i: 7; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(8)  { --i: 8; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(n+9)  { --i: 9; }	
	
	/* --- */
	#redes {
		display: none;
	}
	
	/* --- */
	#g-utility {
		top: 75px;
	}
	
	/* --- */
	#g-container-main {

	}
				
	/* --- */		
	#Noticias .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
	
	#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: overlay;
		top: 85px;
        padding-top: 80px;
		z-index:2;
		-webkit-transition: left .7s ease-in-out;
		-moz-transition: left .7s ease-in-out;
		-o-transition: left .7s ease-in-out;
		transition: left .7s ease-in-out;
		background: #ffffff;
	}
	
	#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: calc(50% - 20px);
        margin-inline: 10px;
	}
		
	#Noticias .item > a {
		height: 300px;
	}
	/* --- */	
	#Multimedia .g-content {
		width: 575px;	
	}
		
	#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: overlay;
		top: 85px;
		z-index: 4;
		-webkit-transition: left .7s ease-in-out;
		-moz-transition: left .7s ease-in-out;
		-o-transition: left .7s ease-in-out;
		transition: left .7s ease-in-out;
	}
	
	#Multimedia .closeSearch {
		display:block;
	}
	
	#Multimedia .mobile {
		display:block;
		top: 85px;
	}
		
	#Multimedia .form-group #find {
		position: absolute;
		top: 53px;
		width: 15px;
		right: 30px;
		cursor: pointer;
	}
	
	#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;
	}
			
	/* --- */
	#PageContent .principal:is(.Produtos, .Setores) .titulo {
		width: calc(100% - 100px);
		top: 300px;
        margin: 0 50px;
		font-size: 55px;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .subtitulo {
		width: calc(100% - 100px);
        margin: 0 50px;	
		top: calc(300px + var(--hgSbT));
		font-size: 30px;		
	}
		
	#PageContent .principal:is(.Produtos, .Setores) .class1 {
		flex-direction: column;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class1 .descricao.w50 {
		width: calc(100% - 100px);
        margin: 0 50px;	
	}
			
	#PageContent .principal:is(.Produtos, .Setores) .class1 .descricao.w50 h2 {
		font-size: 40px;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class1 .descricao.w50 p {
		width: 100%;
		font-size: 22px;
	}
		
	#PageContent .principal:is(.Produtos, .Setores) .class1 .item.w50 {
		width: 100%;
		margin-top: 50px;
		margin-left: 0;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class2:before {
		margin-left: 50px;
		--logo-height: 95px;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class2 .descricao.w50 {
		margin-left: 50px;
		padding-top: 35px;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class2 .descricao.w50 ul {
		font-size: 21px;
	}	

	/* --- */
	body:is(.itemid-263, .itemid-386) #PageContent .g-content {
		width: 90%;
	}
	
	/* --- */
	#setores .mainWrapper {
		flex-direction: column;
	}
	
	#setores .mainIntro {
		width: 100%;
		padding-top: 50px;
		padding-left: 50px;
	}
		
	#setores .mainIntro h2.title {
		font-size: 40px;
		margin: 0px 0 25px 0;
	}
	
	#setores .mainIntro p {
		font-size: 20px;
	}
	
	#setores .mainFilter {
		width: 100%;
	}
	
	#setores .blocoLogos .logo .texto {
		width: calc(100% - 85px);
		margin: 25px 60px 20px 25px;
	}
	
	#setores .blocoLogos .logo .texto:after {
		right: -40px;
	}
			
	/* --- */
	:where(#produtos, #servicos) .g-content {
		width: calc(100% - 100px);
		margin: 0 50px;
	}

	:where(#produtos, #servicos) [class*="filter"] .sideFilter {
		margin: 0 50px;
	}
	
	:where(#produtos, #servicos) .blocoLogos .logo {
		width: calc((100% / 3) - (15px - (15px / 3)));
	}
				
	/* --- */
	#contactos .g-content {
		flex-wrap: wrap;
		width: calc(100% - 100px);
        margin: 0 50px;
		padding: 50px 0;
	}
	
	#contactos .platform-content:nth-child(1) {
		width: 100%;
		padding: 0;
	}
	
	#contactos .platform-content:nth-child(2) {
		width: 100%;
	}
		
	/* --- */
	#ProjFinanciados .mainWrapper {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
	
	/* ----- */
	#MenuInferior .mainMenuInferior .mainContent {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
		
	#MenuInferior .w100.ctsg {
	    display: flex;
		flex-direction: column;
	}
	
	#MenuInferior .w100.ctsg .w50.contactos {
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}
	
	#MenuInferior .w100.ctsg .w50.menu {
		width: 100%;
	}
	
	#MenuInferior .w100 .logos {
		width: calc(500px / 2);
	}
			
	/* --- */
	#Copyright .g-content {
		width: calc(100% - 100px);
        margin: 0px 50px;
	}
}

@media (min-width: 768px) and (max-width: 958px){
	#g-navigation, #g-navigation.active {
		background: linear-gradient(270deg, #59a9d2 0%, #5f89b5 45%, #47649d 100%);
	}
	
	#barraTopo .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck {
		width: 100%;
		--sb-size: 3px;
		background: #44609c;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 {
		padding: 25px 0 0 0px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 {
		width: 100%;
        padding: 0 0;
	}
		
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > span {
		background: #395185;
	}
				
	#menuLateral #accordeonck674 li.level1 > span a {
		font-size: 26px;
	}
		
	#menuLateral #accordeonck674 li.accordeonck > span {
        padding-right: 30px;
        padding-left: 20px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 ul {
        width: 100%;
        position: relative;
        top: 0px;
        left: 0px;
		max-height: 550px;
        overflow-y: overlay;
        overflow-x: hidden;
        padding: 0 20px 0 25px;
		margin: 5px 0 15px 0;
        visibility: visible;
		transition: visibility 0s .6s;
        pointer-events: none;
		--sb-size: 7px;
	}

	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open ul {
		display: block;
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        pointer-events: all;
		margin: 0;
        padding: 0 15px 0 10px;
        background: #395185;
    }
		
	#menuLateral #accordeonck674 li.level2 > span a {
		font-size: 23px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 > ul > li.level2 {
		opacity: 0;
		transform: translate3d(0, -10px, 0);
		transition: opacity 0.2s ease-out calc(var(--i,0) * 0.05s), transform 0.2s ease-out calc(var(--i,0) * 0.05s);
		will-change: opacity, transform; /* force GPU layer */
		/* optionally */
		visibility: visible;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2 {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition-duration: 0.4s;
		transition-timing-function: ease-in;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:not(.open) > ul > li.level2 {
		transition-duration: 0.15s;      /* fast out */
		transition-timing-function: ease-out;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(1)  { --i: 1; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(2)  { --i: 2; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(3)  { --i: 3; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(4)  { --i: 4; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(5)  { --i: 5; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(6)  { --i: 6; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(7)  { --i: 7; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(8)  { --i: 8; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(n+9)  { --i: 9; }	
	
	/* --- */
	#redes {
		display: none;
	}
		
	/* --- */		
	#Noticias .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
	
	#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: overlay;
		top: 135px;
        padding-top: 75px;
        z-index: 3;
		-webkit-transition: left .7s ease-in-out;
		-moz-transition: left .7s ease-in-out;
		-o-transition: left .7s ease-in-out;
		transition: left .7s ease-in-out;
		background: #ffffff;
	}
	
	#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: calc(50% - 20px);
        margin-inline: 10px;
	}
		
	#Noticias .item > a {
		height: 300px;
	}
	/* --- */
	#Multimedia .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: overlay;
		top: 135px;
		z-index: 4;
		-webkit-transition: left .7s ease-in-out;
		-moz-transition: left .7s ease-in-out;
		-o-transition: left .7s ease-in-out;
		transition: left .7s ease-in-out;
	}
	
	#Multimedia .closeSearch {
		display:block;
	}
	
	#Multimedia .mobile {
		display:block;
	}
	
	#Multimedia .form-group #find {
		position: absolute;
		top: 53px;
		width: 15px;
		right: 30px;
		cursor: pointer;
	}
	
	#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;
	}
			
	/* --- */
	#PageContent .principal:is(.Produtos, .Setores) .titulo {
		width: calc(100% - 100px);
		top: 300px;
        margin: 0 50px;
		font-size: 55px;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .subtitulo {
		width: calc(100% - 100px);
        margin: 0 50px;
		top: calc(300px + var(--hgSbT));
		font-size: 30px;		
	}
		
	#PageContent .principal:is(.Produtos, .Setores) .class1 {
		flex-direction: column;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class1 .descricao.w50 {
		width: calc(100% - 100px);
        margin: 0 50px;	
	}
		
	#PageContent .principal:is(.Produtos, .Setores) .class1 .descricao.w50 h2 {
		font-size: 40px;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class1 .descricao.w50 p {
		width: 100%;
		font-size: 22px;
	}
		
	#PageContent .principal:is(.Produtos, .Setores) .class1 .item.w50 {
		width: 100%;
		margin-top: 50px;
		margin-left: 0;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class2:before {
		margin-left: 50px;
		--logo-height: 150px;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class2 .descricao.w50 {
		margin-left: 50px;
		padding-top: 35px;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class2 .descricao.w50 ul {
		font-size: 22px;
	}	

	/* --- */
	body:is(.itemid-263, .itemid-386) #PageContent .g-content {
		width: 90%;
	}
	
	/* --- */
	#setores .mainWrapper {
		flex-direction: column;
	}
	
	#setores .mainIntro {
		width: 100%;
		padding-top: 50px;
		padding-left: 50px;
	}
		
	#setores .mainIntro h2.title {
		font-size: 40px;
		margin: 0px 0 25px 0;
	}
	
	#setores .mainIntro p {
		font-size: 20px;
	}
	
	#setores .mainFilter {
		width: 100%;
	}
			
	/* --- */
	:where(#produtos, #servicos) .g-content {
		width: calc(100% - 100px);
		margin: 0 50px;
	}

	:where(#produtos, #servicos) [class*="filter"] .sideFilter {
		margin: 0 50px;
	}
	
	:where(#produtos, #servicos) .blocoLogos .logo {
		width: calc((100% / 3) - (15px - (15px / 3)));
	}
				
	/* --- */
	#contactos .g-content {
		flex-wrap: wrap;
		width: calc(100% - 100px);
        margin: 0 50px;
		padding: 50px 0;
	}

	#contactos .platform-content:nth-child(1) {
		width: 100%;
		padding: 0;
	}
	
	#contactos .platform-content:nth-child(2) {
		width: 100%;
	}
		
	/* --- */
	#ProjFinanciados .mainWrapper {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
	
	/* ----- */
	#MenuInferior .mainMenuInferior .mainContent {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
	
	#MenuInferior .w100.ctsg {
	    display: flex;
		flex-direction: column;
	}
	
	#MenuInferior .w100.ctsg .w50.contactos {
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}
	
	#MenuInferior .w100.ctsg .w50.menu {
		width: 100%;
	}
	
	#MenuInferior .w100 .logos {
		width: calc(600px / 2);
	}
				
	/* --- */
	#Copyright .g-content {
		width: calc(100% - 100px);
        margin: 0px 50px;
	}
}

@media (min-width: 959px) and (max-width: 1199px){
	#g-navigation, #g-navigation.active {
		background: linear-gradient(270deg, #59a9d2 0%, #5f89b5 45%, #47649d 100%);
	}
	
	#barraTopo .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck {
		width: 100%;
		--sb-size: 3px;
		background: #44609c;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 {
		padding: 25px 0 0 0px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 {
		width: 100%;
		padding: 0 0;
	}
		
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > span {
		background: #395185;
	}
			
	#menuLateral #accordeonck674 li.accordeonck > span {
        padding-right: 30px;
        padding-left: 20px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 ul {
        width: 100%;
        position: relative;
        top: 0px;
        left: 0px;
		max-height: 550px;
        overflow-y: overlay;
        overflow-x: hidden;
        padding: 0 20px 0 25px;
		margin: 5px 0 15px 0;
        visibility: visible;
		transition: visibility 0s .6s;
        pointer-events: none;
		--sb-size: 7px;
	}

	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open ul {
		display: block;
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        pointer-events: all;
		margin: 0;
        padding: 0 15px 0 10px;
        background: #395185;
    }

	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 > ul > li.level2 {
		opacity: 0;
		transform: translate3d(0, -10px, 0);
		transition: opacity 0.2s ease-out calc(var(--i,0) * 0.05s), transform 0.2s ease-out calc(var(--i,0) * 0.05s);
		will-change: opacity, transform; /* force GPU layer */
		/* optionally */
		visibility: visible;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2 {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition-duration: 0.4s;
		transition-timing-function: ease-in;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:not(.open) > ul > li.level2 {
		transition-duration: 0.15s;      /* fast out */
		transition-timing-function: ease-out;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(1)  { --i: 1; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(2)  { --i: 2; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(3)  { --i: 3; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(4)  { --i: 4; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(5)  { --i: 5; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(6)  { --i: 6; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(7)  { --i: 7; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(8)  { --i: 8; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(n+9)  { --i: 9; }
	
	/* --- */
	#redes {
		display: none;
	}
				
	/* --- */		
	#Noticias .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
	
	#Noticias .newsBlocks .item {
		width: calc(50% - 20px);
        margin-inline: 10px;
	}
	
	#Noticias .item > a {
		height: 300px;
	}
	
	#Noticias .sideFilter {
		left: auto !important;
	}
	/* --- */
	#Multimedia .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;
	}
			
	/* --- */
	#PageContent .principal:is(.Produtos, .Setores) .titulo {
		width: calc(100% - 100px);
        margin: 0 0 0 50px;
		font-size: 55px;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .subtitulo {
		width: calc(100% - 100px);
        margin: 0 50px;
		font-size: 30px;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class1 {
		flex-direction: column;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class1 .descricao.w50 {
		width: calc(100% - 100px);
        margin: 0 50px;	
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class1 .item.w50 {
		width: 100%;
		margin-top: 50px;
		margin-left: 0;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class2:before {
		margin-left: 50px;
		--logo-height: 150px;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class2 .descricao.w50 {
		margin-left: 50px;
		padding-top: 35px;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class2 .descricao.w50 ul {
		font-size: 22px;
	}

	/* --- */
	body:is(.itemid-263, .itemid-386) #PageContent .g-content {
		width: 90%;
	}
	
	/* --- */
	#setores .mainWrapper {
		flex-direction: column;
	}
	
	#setores .mainIntro {
		width: 100%;
		padding-top: 50px;
		padding-left: 50px;
	}

	#setores .mainIntro h2.title {
		font-size: 40px;
		margin: 0px 0 25px 0;
	}
	
	#setores .mainIntro p {
		font-size: 20px;
	}
	
	#setores .mainFilter {
		width: 100%;
	}
			
	/* --- */
	:where(#produtos, #servicos) .g-content {
		width: calc(100% - 100px);
		margin: 0 50px;
	}

	:where(#produtos, #servicos) [class*="filter"] .sideFilter {
		margin: 0 50px;
	}
	
	:where(#produtos, #servicos) .blocoLogos .logo {
        width: calc((100% / 4) - (15px - (15px / 4)));
	}
				
	/* --- */
	#contactos .g-content {
		flex-wrap: wrap;
		width: calc(100% - 100px);
        margin: 0 50px;
		padding: 50px 0;
	}

	#contactos .platform-content:nth-child(1) {
		width: 100%;
		padding: 0;
	}
	
	#contactos .platform-content:nth-child(2) {
		width: 100%;
	}
		
	/* --- */
	#ProjFinanciados .mainWrapper {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
	
	/* ----- */
	#MenuInferior .mainMenuInferior .mainContent {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
			
	#MenuInferior .w100.ctsg .w50.contactos {
		width: 60%;
		margin-right: 0;
	}
	
	#MenuInferior .w100 .logos {
		width: calc(600px / 2);
	}
				
	/* --- */
	#Copyright .g-content {
		width: calc(100% - 100px);
        margin: 0px 50px;
	}
}

@media (min-width: 1200px) and (max-width: 1439px){	
	#barraTopo .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
		
	/* ---- Menu Level 1 ---- */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.parent:after {
		position: absolute;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		transition-delay: .2s;
		content: '';
		height: 1px;
		background: #fff;
		width: 0%;
	}


	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.parent:is(:hover, .hover):after {
		width: 100%;
	}
	
	/* ---- Toggler Icons ---- */
	#menuLateral #accordeonck674 li.parent > span span.toggler_icon {
		display: none;
	}

	/* ---- Level Two ---- */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 > ul {
        display: block !important;
        width: 100%;
        left: 100%;
        top: 0px;
        position: absolute;
        height: 0;
		min-height: 150px;
        max-height: calc(85vh - (69px * var(--hgVar))) !important;
        overflow-y: overlay;
        overflow-x: hidden;
		padding: 5px 50px 10px 50px !important;
        margin: 0 !important;
        visibility: hidden;
        -webkit-transition: visibility 0s .6s;
        transition: visibility 0s .6s;
        pointer-events: none;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(1) > ul { --hgVar: 1; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(2) > ul { --hgVar: 2; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(3) > ul { --hgVar: 3; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(4) > ul { --hgVar: 4; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(5) > ul { --hgVar: 5; }
	
	/* --- Animations --- */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) ul {
		display: block !important;
		visibility: visible;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
		pointer-events: all;
		height: unset !important;
	}

	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 > ul > li.level2 {
		opacity: 0;
		transform: translate3d(0, -30px, 0);
		transition: opacity 0.2s ease-out calc(var(--i,0) * 0.05s), transform 0.2s ease-out calc(var(--i,0) * 0.05s);
		will-change: opacity, transform; /* force GPU layer */
		/* optionally */
		visibility: visible;
	}

	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2 {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition-duration: 0.4s; /* slower in */
		transition-timing-function: ease-in; /* smooth ease-in */
	}

	/* Optional: make hover-out quick again */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:not(:hover, .hover) > ul > li.level2 {
		transition-duration: 0.15s;      /* fast out */
		transition-timing-function: ease-out;
	}

	/* assign --i per nth-child */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(1)  { --i: 1; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(2)  { --i: 2; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(3)  { --i: 3; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(4)  { --i: 4; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(5)  { --i: 5; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(6)  { --i: 6; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(7)  { --i: 7; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(8)  { --i: 8; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(n+9)  { --i: 9; }
		
	/* ----- */
	#redes {
		left: 50px;
	}
			
	/* --- */  			
	#Noticias .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
	
	#Noticias .newsBlocks .item {
		width: calc(50% - 20px);
        margin-inline: 10px;
	}
	
	#Noticias .sideFilter {
		left: auto !important;
	}	
	/* --- */
	#Multimedia .g-content {
		width: 1150px;	
	}
	
	#Multimedia .multimediaContainer .searchBar {
		left: auto !important;
	}
	
	#Multimedia .videoItem iframe {
		height: 260px !important;
	}
		
	/* --- */
	#PageContent .principal:is(.Produtos, .Setores) .titulo {
		width: calc(100% - 100px);
		margin: 0 0 0 50px;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .subtitulo {
		margin: 0 0 0 50px;	
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class1 .descricao.w50 {
		margin-left: 50px;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class1 .descricao.w50 h2 {
		font-size: 45px;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class1 .descricao.w50 p {
		font-size: 24px;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class2:before {
		margin-left: 50px;
		--logo-height: 200px;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class2 .descricao.w50 {
		margin-left: 50px;
	}

	/* --- */
	body:is(.itemid-263, .itemid-386) #PageContent .g-content {
		width: 90%;
	}
	
	/* --- */
	#setores .mainIntro h2.title {
		font-size: 70px;
	}
			
	#setores .mainIntro {
		padding-left: 50px;
	}
	
	#setores .mainIntro p {
		font-size: 26px;
	}
			
	/* --- */
	:where(#produtos, #servicos) .g-content {
		width: calc(100% - 100px);
		margin: 0 50px;
	}

	:where(#produtos, #servicos) [class*="filter"] .sideFilter {
		margin: 0 50px;
	}
	
	:where(#produtos, #servicos) .blocoLogos .logo {
		width: calc((100% / 5) - (15px - (15px / 5)));
	}
				
	/* --- */
	#contactos .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
		
	/* --- */
	#ProjFinanciados .mainWrapper {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
	
	/* ----- */
	#MenuInferior .mainMenuInferior .mainContent {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
				
	/* --- */
	#Copyright .g-content {
		width: calc(100% - 100px);
        margin: 0px 50px;
	}
}

@media (min-width: 1440px) and (max-width: 1599px){
	#barraTopo .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
	
	/* ---- Menu Level 1 ---- */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.parent:after {
		position: absolute;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		transition-delay: .2s;
		content: '';
		height: 1px;
		background: #fff;
		width: 0%;
	}


	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.parent:is(:hover, .hover):after {
		width: 100%;
	}
	
	/* ---- Toggler Icons ---- */
	#menuLateral #accordeonck674 li.parent > span span.toggler_icon {
		display: none;
	}

	/* ---- Level Two ---- */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 > ul {
        display: block !important;
        width: 100%;
        left: 100%;
        top: 0px;
        position: absolute;
        height: 0;
		min-height: 150px;
        max-height: calc(85vh - (69px * var(--hgVar))) !important;
        overflow-y: overlay;
        overflow-x: hidden;
		padding: 5px 50px 10px 50px !important;
        margin: 0 !important;
        visibility: hidden;
        -webkit-transition: visibility 0s .6s;
        transition: visibility 0s .6s;
        pointer-events: none;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(1) > ul { --hgVar: 1; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(2) > ul { --hgVar: 2; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(3) > ul { --hgVar: 3; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(4) > ul { --hgVar: 4; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(5) > ul { --hgVar: 5; }
	
	/* --- Animations --- */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) ul {
		display: block !important;
		visibility: visible;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
		pointer-events: all;
		height: unset !important;
	}

	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 > ul > li.level2 {
		opacity: 0;
		transform: translate3d(0, -30px, 0);
		transition: opacity 0.2s ease-out calc(var(--i,0) * 0.05s), transform 0.2s ease-out calc(var(--i,0) * 0.05s);
		will-change: opacity, transform; /* force GPU layer */
		/* optionally */
		visibility: visible;
	}

	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2 {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition-duration: 0.4s; /* slower in */
		transition-timing-function: ease-in; /* smooth ease-in */
	}

	/* Optional: make hover-out quick again */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:not(:hover, .hover) > ul > li.level2 {
		transition-duration: 0.15s;      /* fast out */
		transition-timing-function: ease-out;
	}

	/* assign --i per nth-child */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(1)  { --i: 1; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(2)  { --i: 2; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(3)  { --i: 3; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(4)  { --i: 4; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(5)  { --i: 5; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(6)  { --i: 6; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(7)  { --i: 7; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(8)  { --i: 8; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(n+9)  { --i: 9; }
		
	/* ----- */
	#redes {
		left: 50px;
	}
		
	/* --- */
	#Noticias .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
	
	#Noticias .sideFilter {
        left: auto !important;
    }
	
	/* --- */
	#Multimedia .g-content {
		width: 1400px;	
	}
	
	#Multimedia .multimediaContainer .searchBar {
		left: auto !important;
	}
		
	/* --- */
	#PageContent .principal:is(.Produtos, .Setores) .titulo {
		margin: 0 0 0 50px;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .subtitulo {
		margin: 0 0 0 50px;	
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class1 .descricao.w50 {
		margin-left: 50px;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class2:before {
		margin-left: 50px;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class2 .descricao.w50 {
		margin-left: 50px;
	}
	
	/* --- */
	body:is(.itemid-263, .itemid-386) #PageContent .g-content {
		width: 90%;
	}
	
	/* --- */	
	#setores .mainIntro {
		padding-left: 50px;
	}
			
	/* --- */
	:where(#produtos, #servicos) .g-content {
		width: calc(100% - 100px);
		margin: 0 50px;
	}

	:where(#produtos, #servicos) [class*="filter"] .sideFilter {
		margin: 0 50px;
	}
	
	:where(#produtos, #servicos) .blocoLogos .logo {
		width: calc((100% / 6) - (15px - (15px / 6)));
	}
				
	/* --- */
	#contactos .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
		
	/* --- */
	#ProjFinanciados .mainWrapper {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
	
	/* ----- */
	#MenuInferior .mainMenuInferior .mainContent {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
				
	/* --- */
	#Copyright .g-content {
		width: calc(100% - 100px);
        margin: 0px 50px;
	}
}

@media (min-width: 1600px) and (max-width: 1799px){
	#barraTopo .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
	
	/* ---- Menu Level 1 ---- */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.parent:after {
		position: absolute;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		transition-delay: .2s;
		content: '';
		height: 1px;
		background: #fff;
		width: 0%;
	}


	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.parent:is(:hover, .hover):after {
		width: 100%;
	}
	
	/* ---- Toggler Icons ---- */
	#menuLateral #accordeonck674 li.parent > span span.toggler_icon {
		display: none;
	}

	/* ---- Level Two ---- */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 > ul {
        display: block !important;
        width: 100%;
        left: 100%;
        top: 0px;
        position: absolute;
        height: 0;
		min-height: 150px;
        max-height: calc(85vh - (69px * var(--hgVar))) !important;
        overflow-y: overlay;
        overflow-x: hidden;
		padding: 5px 50px 10px 50px !important;
        margin: 0 !important;
        visibility: hidden;
        -webkit-transition: visibility 0s .6s;
        transition: visibility 0s .6s;
        pointer-events: none;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(1) > ul { --hgVar: 1; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(2) > ul { --hgVar: 2; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(3) > ul { --hgVar: 3; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(4) > ul { --hgVar: 4; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(5) > ul { --hgVar: 5; }
	
	/* --- Animations --- */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) ul {
		display: block !important;
		visibility: visible;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
		pointer-events: all;
		height: unset !important;
	}

	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 > ul > li.level2 {
		opacity: 0;
		transform: translate3d(0, -30px, 0);
		transition: opacity 0.2s ease-out calc(var(--i,0) * 0.05s), transform 0.2s ease-out calc(var(--i,0) * 0.05s);
		will-change: opacity, transform; /* force GPU layer */
		/* optionally */
		visibility: visible;
	}

	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2 {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition-duration: 0.4s; /* slower in */
		transition-timing-function: ease-in; /* smooth ease-in */
	}

	/* Optional: make hover-out quick again */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:not(:hover, .hover) > ul > li.level2 {
		transition-duration: 0.15s;      /* fast out */
		transition-timing-function: ease-out;
	}

	/* assign --i per nth-child */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(1)  { --i: 1; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(2)  { --i: 2; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(3)  { --i: 3; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(4)  { --i: 4; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(5)  { --i: 5; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(6)  { --i: 6; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(7)  { --i: 7; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(8)  { --i: 8; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(n+9)  { --i: 9; }
	
	/* ----- */
	#redes {
		left: 50px;
	}
	
	/* --- */
	#Noticias .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
	
	#Noticias .sideFilter {
        left: auto !important;
    }
	
	/* --- */
	#Multimedia .multimediaContainer .searchBar {
		left: auto !important;
	}
	
	/* --- */
	#PageContent .principal:is(.Produtos, .Setores) .titulo {
        margin: 0 0 0 50px;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .subtitulo {
        margin: 0 0 0 50px;		
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class1 .descricao.w50 {
		margin-left: 50px;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class2:before {
		margin-left: 50px;
	}
	
	#PageContent .principal:is(.Produtos, .Setores) .class2 .descricao.w50 {
		margin-left: 50px;
	}
	
	/* --- */	
	#setores .mainIntro {
		padding-left: 50px;
	}
		
	/* --- */
	:where(#produtos, #servicos) .g-content {
		width: calc(100% - 100px);
		margin: 0 50px;
	}

	:where(#produtos, #servicos) [class*="filter"] .sideFilter {
		margin: 0 50px;
	}
	
	/* --- */
	#contactos .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
	
	/* --- */
	#ProjFinanciados .mainWrapper {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
	
	/* ----- */
	#MenuInferior .mainMenuInferior .mainContent {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
				
	/* --- */
	#Copyright .g-content {
		width: calc(100% - 100px);
        margin: 0px 50px;
	}
}

@media (min-width: 1800px){

	/* ---- Menu Level 1 ---- */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.parent:after {
		position: absolute;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		transition-delay: .2s;
		content: '';
		height: 1px;
		background: #fff;
		width: 0%;
	}


	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.parent:is(:hover, .hover):after {
		width: 100%;
	}
	
	/* ---- Toggler Icons ---- */
	#menuLateral #accordeonck674 li.parent > span span.toggler_icon {
		display: none;
	}

	/* ---- Level Two ---- */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 > ul {
        display: block !important;
        width: 100%;
        left: 100%;
        top: 0px;
        position: absolute;
        height: 0;
		min-height: 150px;
        max-height: calc(85vh - (69px * var(--hgVar))) !important;
        overflow-y: overlay;
        overflow-x: hidden;
		padding: 5px 50px 10px 50px !important;
        margin: 0 !important;
        visibility: hidden;
        -webkit-transition: visibility 0s .6s;
        transition: visibility 0s .6s;
        pointer-events: none;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(1) > ul { --hgVar: 1; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(2) > ul { --hgVar: 2; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(3) > ul { --hgVar: 3; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(4) > ul { --hgVar: 4; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(5) > ul { --hgVar: 5; }
	
	/* --- Animations --- */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) ul {
		display: block !important;
		visibility: visible;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
		pointer-events: all;
		height: unset !important;
	}

	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 > ul > li.level2 {
		opacity: 0;
		transform: translate3d(0, -30px, 0);
		transition: opacity 0.2s ease-out calc(var(--i,0) * 0.05s), transform 0.2s ease-out calc(var(--i,0) * 0.05s);
		will-change: opacity, transform; /* force GPU layer */
		/* optionally */
		visibility: visible;
	}

	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2 {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition-duration: 0.4s; /* slower in */
		transition-timing-function: ease-in; /* smooth ease-in */
	}

	/* Optional: make hover-out quick again */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:not(:hover, .hover) > ul > li.level2 {
		transition-duration: 0.15s;      /* fast out */
		transition-timing-function: ease-out;
	}

	/* assign --i per nth-child */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(1)  { --i: 1; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(2)  { --i: 2; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(3)  { --i: 3; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(4)  { --i: 4; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(5)  { --i: 5; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(6)  { --i: 6; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(7)  { --i: 7; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(8)  { --i: 8; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(n+9)  { --i: 9; }
	
	/* --- */
	#Noticias .sideFilter {
		left: auto !important;
	}	
	
	/* --- */
	#Multimedia .multimediaContainer .searchBar {
		left: auto !important;
	}
	
}

@media (max-width: 1199px) {
	#faleIcon .mainFaleIcon svg path:nth-of-type(2) {
		fill: #314b80;
	}

	#faleIcon .mainFaleIcon svg path:nth-of-type(4) {
		fill: #59a9d2;
	}

	#faleIcon .mainFaleIcon svg path:nth-of-type(3) {
		fill: #44609c;
	}
}

@media (min-width: 2560px){
	#barraTopo .g-content {
		width: 65%;
	}
	
	#redes.active {
		left: 18%;
	}
}