.soon{
    color: #fff;
    font-family: 'Poppins-Light',sans-serif;
    position:fixed;
    right:50px;
    bottom:20px;
}

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

/* Track */
::-webkit-scrollbar-track {
	background: #d3d3d3; 
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #005c83;
}

html {
	scroll-behavior: smooth;
}

body #g-page-surround, #g-slideshow{
    background: #ffffff !important;
}

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

body .row {
	margin-inline: unset;
}

body .col {
	padding-inline: unset;
}

body a {
    color: #005c83;
}

.g-default-slideshow{
    margin-left: 0;
    margin-right: 0;
}

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

#g-slideshow{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	padding:0px;
}

.g-home-header {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
}
/*
#g-header{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
*/

#g-header{
	color: transparent;
    padding: 0;
}
#g-header .logo{
    text-align: center;
}

#g-header .logo img{
    max-width:250px;
    margin-top: -150px;
	float:left;
}

#TextoVideo{
	position: absolute;
    top: 215px;
    width: auto;
    height: auto;
    left: 30%;
    display: block;
    justify-content: center;
    align-items: center;
	background:#0000;
}

#TextoVideo h1{
    font-family: 'FSAlbert-Bold',sans-serif;
    color:#fff;
    font-size: 68px;
    max-width: 800px;
    margin: 30px auto;
}

#TextoVideo h2{
    font-family: 'FSAlbert-Regular',sans-serif;
    color:#fff;
    font-size: 28px;
    max-width: 800px;
    margin: 0px auto;
}

.botao{
    background: #00f9b8;
    width: auto;
    padding: 10px;
    color: #000;
    position: relative;
    display: inline-block;
    border-radius: 10px;
	margin:20px 0px;
	font-family: 'FSAlbert-Regular',sans-serif;
	text-transform:lowercase;
}

.botao:hover{
	background:#fff;
	color:#000;
}

#g-header .item{
    position: relative;
    width:100%;
}

#g-header .slide1{
    left:0;
    opacity:1;
}

#g-header .slide2, #g-header .slide3, #g-header .slide4, #g-header .slide5, #g-header .slide6, #g-header .slide7{
    left:100%;
    opacity:0;
}

#Video{
	height: 1000px;
}

/*
#image-9035-particle{
	width: auto;
    position: fixed;
    left: 15%;
}


#image-9035-particle img{
	max-width:300px;
}*/

/* MENU - (ANTIGO) */

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

#menu .menu{
	position:fixed;
	width:100%;
	top:0;
	left: -100%;
    bottom: 0;
    right: 0;
	content:'';
	background:#00f9b8;
	z-index:3;
}

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

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

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

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

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

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

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

#menu .parent li{
	display:block;
}

#menu .parent li.animatable {
    visibility: hidden;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

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

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

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

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

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

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

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

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

#menu .parent li h4{
	font-size: 75px;
    font-family: 'FSAlbert-Bold',sans-serif;
    color: #fff;
	display:block;
	cursor:pointer;
	text-align:right;
	text-transform:lowercase;
	margin:0;
}

#menu .parent li.active h4{
	color:#000;
}

#menu .parent li::marker{
	display:none;
}
/*
#menu .parent li:hover .sub{
	display:block;
}
*/
#menu .sub1,#menu .sub2,#menu .sub3,#menu .sub4, #menu .sub5{
	display:none;
	position:relative;
}

#menu .sub1 span,#menu .sub2 span,#menu .sub3 span,#menu .sub4 span, #menu .sub5 span{
	font-size: 30px;
    font-family: 'Poppins-Light',sans-serif;
    color: #000;
    display: block;
	position:relative;
    text-align: right;
	transition:0.3s;
}

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

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

#menu .menuLateral{
	position:fixed;
	width:10%;
	top:0;
	left: 0%;
    right: 0;
	content:'';
	background:#06b68bd1;
	z-index:2;
}

#menu .icon, #menu .iconOff {
	position:relative;
	width:50px;
	right:34.5%;
	float:right;
	cursor:pointer;
}

#menu .iconOff{
	display:none;
}

#menu .iportal {
	position: relative;
    float: right;
    top: 85%;
    width: 150px;
    right: 35%;
    overflow-x: hidden;
	transform:none;
	transition:all 0.3s ease-in-out;
}

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

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

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

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

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


#menu .menuTopo{
	display:none;
	position:fixed;
	height:7%;
	top:0;
	left: 0%;
    bottom: 0;
    right: 0;
	content:'';
	background:#06b68bd1;
	z-index:2;
}

#menu .menuTopo .icon,#menu .menuTopo .iconOff{
	position: relative;
    width: 50px;
    right: 5%;
    float: right;
    top: 15%;
    cursor: pointer;
}

#menu .menuTopo .iconOff{
	width:35px;
}

#menu .menuTopo .iportal{
	position: relative;
    float: left;
    top: 10%;
    width: 100px;
    left: 5%;
}

#menu .menuTopo .iportal img{
	margin-left:0px;
}



#barra{
	position: absolute;
    width: 8%;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
	height:1000px;
}

/*
#barra .traducao{
	position:absolute;
    top:7%;
	text-align:center;
}

#barra .traducao span{
	display:block;
	font-size: 15px;
    font-family: 'FSAlbert-Regular',sans-serif;
	padding:5px 0px;
	color:#fff !important;
	cursor:pointer;
}

#barra .traducao span.active {
    font-family: 'FSAlbert-Bold',sans-serif;
}*/

#barra .partilha{
	position:absolute;
    top:85%;
	text-align:center;
}

#barra .partilha span{
	display:block;
}

#barra .partilha img{
	width:20px;
}


.skiptranslate {
    display: none !important;
}

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

#traducao .idiomas{
	position: absolute;
    top: 4%;
    right: 4%;
    background: transparent;
    outline: none;
	z-index:2;
	display:grid;
}

#traducao .idiomas a{
	color: #fff;
}

/* -------- MENU - (NOVO) -------------- */

/* --------- Menu - (NOVO) ---------- */

/* ------- Menu Superior --------- */
#g-navigation {
	z-index: 200;
    background: #fff;
    box-shadow: #80808014 0px 5px 10px;
	position: fixed;
    width: 100%;
}

#g-navigation .g-grid:nth-child(2) {
	height: 0;
    width: 1600px;
    margin: auto;
    display: flex;
    justify-content: space-between;
	flex-wrap: nowrap;	
}

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

#g-navigation .g-grid:nth-child(3) .size-25 {
	display: flex;
    justify-content: flex-start;
    height: 80px;
    flex: 0 215px;
    width: 215px;
}

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

#logo {
	display: flex;
	justify-content: flex-start;
    height: 80px;
}

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

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

#logo .logo img, #logo .logo svg {
	height: 100%;
}

#logo .logo svg g:first-child path:nth-child(1) { 
    transform-origin: center;
}

#logo .logo svg g:first-child path:nth-child(1) { 
	animation: bounceLogoRotate 4s ease-in-out infinite;
	animation-delay: 0s;
}

#logo .logo svg g:first-child path:nth-child(2) { 
	animation: bounceLogoRotate 4s ease-in-out infinite;
	animation-delay: 1s;
}

@keyframes bounceLogoRotate {
	0%, 100% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(3deg);
	}
}

/* --- */
#menuMega {
	display: flex;
    justify-content: center;
    flex: 0 74%;
    width: 74%;
    margin-inline: 2%;
	line-height: 0;
}

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

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

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

#menuMega .dj-megamenu-default li {
	position: static;
}

#menuMega .dj-megamenu-default li.dj-up.itemid375 {
	height: 60px;
}

#menuMega .dj-megamenu-default li:hover, #menuMega .dj-megamenu-default li.hover {
    position: static;
}

#menuMega .dj-megamenu-default li a.dj-up_a {
	height: 80px;
	border: unset;
    color: #000;
	background: transparent;
	text-transform: capitalize;
}


#menuMega .dj-megamenu-default li a.dj-up_a.alamar {
  position: relative;
  background: radial-gradient(circle, #005c83 0%, #003f5a 100%);
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  padding: 0 25px;
  border: none;
}

#menuMega .dj-megamenu-default li a.dj-up_a.alamar::before,
#menuMega .dj-megamenu-default li a.dj-up_a.alamar::after {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  transform: translateX(-65px) skewX(-15deg);
  pointer-events: none;
}

#menuMega .dj-megamenu-default li a.dj-up_a.alamar::before {
  width: 60px;
  background: rgba(255, 255, 255, 0.5);
  filter: blur(30px);
  opacity: 0.5;
  animation: alamarShineBefore 15s linear infinite;
  animation-delay: 5s;
}

#menuMega .dj-megamenu-default li a.dj-up_a.alamar::after {
  width: 30px;
  left: 30px;
  background: rgba(255, 255, 255, 0.2);
  filter: blur(5px);
  animation: alamarShineAfter 15s linear infinite;
  animation-delay: 5s;
}


@keyframes alamarShineBefore {
  0% {
    transform: translateX(-65px) skewX(-15deg);
    opacity: 0.5;
  }
  6.67% { /* 1s of a 15s cycle */
    transform: translateX(195px) skewX(-15deg);
    opacity: 1;
  }
  6.68% {
    transform: translateX(-65px) skewX(-15deg); /* instant reset */
    opacity: 0.5;
  }
  100% {
    transform: translateX(-65px) skewX(-15deg);
    opacity: 0.5;
  }
}

@keyframes alamarShineAfter {
  0% {
    transform: translateX(-65px) skewX(-15deg);
  }
  6.67% {
    transform: translateX(195px) skewX(-15deg);
  }
  6.68% {
    transform: translateX(-65px) skewX(-15deg); /* instant reset */
  }
  100% {
    transform: translateX(-65px) skewX(-15deg);
  }
}

#menuMega .dj-megamenu-default li a.dj-up_a.alamar:hover {
	background: radial-gradient(circle, #9fedf7 0%, #5ee5f7 100%);
}

#menuMega .dj-megamenu-default li a.dj-up_a.alamar:hover::after {
	animation: none;
}


#menuMega .dj-megamenu-default li a.dj-up_a.alamar:hover::before {
	animation: none;
}

#menuMega .dj-megamenu-default li.dj-up.fullwidth > .dj-subwrap > .dj-subwrap-in {
	margin: 0 0 0 calc((100% - 1600px) / 2);
    padding: 0;
    width: calc(100% - calc((100% - 1600px) / 2));
	min-height: 450px;
}

#menuMega .dj-megamenu-default li:hover div.dj-subwrap > .dj-subwrap-in:before,
#menuMega .dj-megamenu-default li.hover div.dj-subwrap  > .dj-subwrap-in:before {
	content: "";
	position: absolute;
    bottom: 0;
    left: 28%;
    height: 100%;
    max-width: 50%;
    aspect-ratio: 567 / 387;
    background-image: url(/images/SVG/MarcaDagua.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    opacity: 0.037;
	z-index: -1;
}

#menuMega .dj-megamenu-default li:hover div.dj-subwrap, #menuMega .dj-megamenu-default li.hover div.dj-subwrap {
    background: #f8f8fafc;
    margin-top: 0px;
}

#menuMega .dj-megamenu-default li:hover div.dj-subwrap:after, #menuMega .dj-megamenu-default li.hover div.dj-subwrap:after {
	content: '';
    position: absolute;
	pointer-events: none;
    background: #015c8387;
    filter: blur(100%);
    left: 0;
    display: block;
    height: 100vh;
    width: 100%;
    -webkit-backdrop-filter: blur(1px) brightness(90%);
    backdrop-filter: blur(1px) brightness(90%);
}

#menuMega .dj-megamenu-default li a.dj-up_a > span {
    height: 80px;
	padding: 0 20px;
    line-height: 60px;
}

#menuMega .dj-megamenu-default li a.dj-up_a > span {
	font-family: 'FSAlbert-Bold', sans-serif;
	font-size: 20px;
    margin: 0 10px 0 10px;
    padding: 0px;
	font-weight: normal;
    border-bottom: 5px solid transparent;
	color: #005c83;
}

#menuMega .dj-megamenu-default li a.dj-up_a.alamar > span {
    color: #fff;
	height: 60px;
}

#menuMega .dj-megamenu-default li.dj-up.hover a.dj-up_a.alamar > span {
    color: #005c83;
	border-bottom: unset;
}

#menuMega .dj-megamenu-default li.dj-up.hover a.dj-up_a > span {
    border-bottom: 5px solid #005c83;
}

#menuMega .dj-megamenu-default li.dj-up.active a.dj-up_a > span {
	border-bottom: 5px solid #005c83;
	font-family: 'FSAlbert-Bold', sans-serif;
}

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

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

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

#menuMega .dj-megamenu-default li ul.dj-submenu>li.first {
	border: unset;	
}

#menuMega .dj-megamenu-default li ul.dj-submenu>li {
	border: unset;
}

#menuMega .dj-megamenu-default li div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(1) > ul.dj-submenu>li>a {
	cursor: pointer;
	font-size: clamp(3.4375rem, 1.875rem + 2.0833vw, 4.375rem);
    line-height: normal;
	word-break: break-word;
    font-family: 'FSAlbert-ExtraBold', sans-serif;
    color: #005c83;
}

#menuMega .dj-megamenu-default li div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(2) > ul.dj-submenu>li>a,
#menuMega .dj-megamenu-default li div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(3) > ul.dj-submenu>li>a {
	font-family: 'FSAlbert-Bold', sans-serif;
    font-size: 155%;
	line-height: 16px;
	padding: 12px 20px;
    text-wrap-mode: nowrap;
    color: #005c83;
    border: unset;
    margin: 0;
    width: 100%;
	-webkit-transition: all 0s ease-out;
    transition: all 0s ease-out;
}

#menuMega .dj-megamenu-default li div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(2) > ul.dj-submenu>li.subtree>a,
#menuMega .dj-megamenu-default li div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(3) > ul.dj-submenu>li.subtree>a {
	color: #005c83;
}

#menuMega .dj-megamenu-default li div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(2) > ul.dj-submenu>li>a:hover,
#menuMega .dj-megamenu-default li div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(3) > ul.dj-submenu>li>a:hover {
	color: #ffffff;
	background: #005c83;
}

#menuMega .dj-megamenu-default li div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(2) > ul.dj-submenu li ul.dj-subtree>li>a.hideItem,
#menuMega .dj-megamenu-default li div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(2) > ul.dj-submenu li ul.dj-subtree>li>a.hideItem {
	display: none;
}

#g-navigation small.subtitle {
	display: none;
}

#menuMega .dj-megamenu-default li ul.dj-submenu>li>a small.subtitle,
#menuMega .dj-megamenu-default li ul.dj-submenu>li>a:hover small.subtitle,
#menuMega .dj-megamenu-default li ul.dj-submenu>li>a.active small.subtitle,
#menuMega .dj-megamenu-default li ul.dj-submenu>li.hover:not(.subtree)>a small.subtitle,
#menuMega .dj-megamenu-default li a.dj-up_a small.subtitle, #menuMega small.subtitle {
	display: none;
}

#menuMega .dj-megamenu-default li div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(2) > ul.dj-submenu > li > a.active,
#menuMega .dj-megamenu-default li div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(3) > ul.dj-submenu > li > a.active {
	color: #ffffff;
	background: #005c83;
}

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

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

/* --- */
#menuMega .dj-megamenu-default li ul.dj-subtree[aria-label="Peças em Destaque"] {
	display: none;
}

/* --- */
#menuMega .dj-megamenu-default li ul.dj-subtree>li {
	list-style: none;
}

#menuMega .dj-megamenu-default li div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(2) > ul.dj-submenu li ul.dj-subtree>li>a,
#menuMega .dj-megamenu-default li div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(3) > ul.dj-submenu li ul.dj-subtree>li>a {
	font-family: 'FSAlbert-Bold', sans-serif;
    font-size: 17px;
    line-height: 16px;
	padding: 12px 20px 12px 25px;
    text-wrap-mode: nowrap;
    color: #2d393f;
    border: unset;
    margin: 0;
    width: 100%;
    -webkit-transition: all 0s ease-out;
    transition: all 0s ease-out;
}

#menuMega .dj-megamenu-default li div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(2) > ul.dj-submenu li ul.dj-subtree>li>a:hover,
#menuMega .dj-megamenu-default li div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(3) > ul.dj-submenu li ul.dj-subtree>li>a:hover {
	color: #ffffff;
	background: #005c83;
}

/* --- */
#menuMega .dj-megamenu-default li div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(2) > ul.dj-submenu li ul.dj-subtree>li.parent>a,
#menuMega .dj-megamenu-default li div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(3) > ul.dj-submenu li ul.dj-subtree>li.parent>a {
    font-size: 155%;
	color: #005c83;
}

#menuMega .dj-megamenu-default li div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(2) > ul.dj-submenu li ul.dj-subtree>li.parent.active>a,
#menuMega .dj-megamenu-default li div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(3) > ul.dj-submenu li ul.dj-subtree>li.parent.active>a {
	background: #015c83;
    color: #fff;
	text-decoration: none;
}

#menuMega .dj-megamenu-default li div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(2) > ul.dj-submenu li ul.dj-subtree>li.parent>a:hover,
#menuMega .dj-megamenu-default li div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(2) > ul.dj-submenu li ul.dj-subtree>li.parent.active>a:hover,
#menuMega .dj-megamenu-default li div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(3) > ul.dj-submenu li ul.dj-subtree>li.parent>a:hover,
#menuMega .dj-megamenu-default li div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(3) > ul.dj-submenu li ul.dj-subtree>li.parent.active>a:hover {
	background: #015c83;
    color: #fff;
}

/* --- */
#menuMega .dj-megamenu-default li div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(2) > ul.dj-submenu li ul.dj-subtree>li.parent ul.dj-subtree li>a, 
#menuMega .dj-megamenu-default li div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(3) > ul.dj-submenu li ul.dj-subtree>li.parent ul.dj-subtree li>a {
	padding: 12px 20px 12px 30px;
}

/* --- */
#menuMega .dj-megamenu-default li div.dj-subwrap .dj-subwrap-in .dj-subcol {
	padding: 85px 0 85px 0;
}

#menuMega .dj-megamenu-default li div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(4) {
    --base-width: calc(100% - ((100% - 1600px) / 2));
    width: calc(var(--base-width) * 0.2) !important;
    height: 100%;
    display: flex;
    position: absolute;
    right: 0;
    background: #a9c7d5fc;
    align-items: center;
}

#menuMega .dj-megamenu-default li div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(4) > ul.dj-submenu>li>a {
    line-height: normal;
    padding: 25px 50px;
    width: 100%;
    margin: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

#menuMega .dj-megamenu-default li div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(4) > ul.dj-submenu>li>a img.dj-icon {
    margin: 0 0 22px 0;
    width: 65%;
    min-width: 120px;
    max-height: unset;
}

#menuMega .dj-megamenu-default li div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(4) > ul.dj-submenu>li>a .image-title {
    text-align: center;
    display: inline-block;
    width: 100%;
}

#menuMega .dj-megamenu-default li div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(4) > ul.dj-submenu>li>a .image-title .name {
    font-size: 21px;
    font-family: 'FSAlbert-Regular', sans-serif;
    color: #ffffff;
}

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

/* --- */
#Menu2 {
	background: #015c83;
	box-shadow: inset 1px 1px 4px 0px #005274;
}

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

#Menu2 .menu2.moduletable {
    padding-left: 220px;
    width: 100%;
    display: flex;
    justify-content: center;
}
#Menu2 .dj-megamenu-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

#Menu2 .dj-megamenu-default {
	z-index: 0;
	background: none;
}

#Menu2 .dj-megamenu-default li a.dj-up_a {
    height: 50px;
    background: none;
    color: #fff;
    font-family: 'FSAlbert-Regular', sans-serif;
	font-weight: normal;
    font-size: 13px;
	border: unset;
}

#Menu2 .dj-megamenu-default li:hover a.dj-up_a, #Menu2 .dj-megamenu-default li.hover a.dj-up_a,
#Menu2 .dj-megamenu-default li.active a.dj-up_a {
	background: #00739b;
	color: #cdf6ff;
}

#Menu2 .dj-megamenu-default li a.dj-up_a.hideItem {
    display: none;
}

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

}

/* --- */
#menuExtras {
	font-size: 0;
    display: flex;
    flex: 0 130px;
    width: 130px;
	min-width: 130px;
    height: 80px;
	padding-top: 13px;
}


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

#menuExtras .mainPesquisa {
    display: inline-block;
    height: 35px;
    width: 40px;
    padding-right: 10px;
    border-right: 1px solid #7de1ff;
}

#menuExtras .mainPesquisa svg {
    margin-top: 3px;
    height: 32px;
	width: 23px;
    display: inline-block;
}

#menuExtras .mainPesquisa svg path {
	fill: #005c83;
}

#menuExtras .mainTranslate {
    vertical-align: bottom;
    display: inline-block;
    margin-inline: 5px;
    height: 35px;
    width: 35px;
	border: unset;
}

#menuExtras .gtranslate_wrapper {
	height: 35px;
    width: 35px;
}

#menuExtras .gtranslate_wrapper select.gt_selector {
    text-align: center;
    height: 35px;
    width: 32px;
    font-size: 18px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: unset;
	color: #005c83;
	cursor: pointer;
	word-break: break-all;
}

#menuExtras .gtranslate_wrapper select.gt_selector:focus-visible {
	outline: unset;
}

#menuExtras .gtranslate_wrapper select.gt_selector option:nth-child(1) {
	display: none;
}

#menuExtras .gtranslate_wrapper select.gt_selector option {
	font-size: 14px;
}

#menuExtras .mainLogo {
	display: inline-block;
	height: 35px;
    width: 40px;
	padding-left: 10px;
	border-left: 1px solid #7de1ff;
}

#menuExtras .mainLogo svg {
	height: 35px;
	width: 23px;
	display: inline-block;
}


#menuExtras .mainLogo svg path {
	fill: #005c83;
}

/* ------- Menu Mobile --------- */

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

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

#menuMobile::-webkit-scrollbar-thumb {
	background-color: #005c83;
    border-left: 1px solid #5b5e97;
    width: 7px;
}

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

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

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

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

#menuMobile .logo-5992 .g-logo svg path {
	fill: #005c83;
}

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

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

/* ---------- Animations Level 1 ------------ */
/*#menuMobile.active .logo svg {
	-webkit-animation-name: fadeIn;
    animation-name: fadeIn;
	visibility: visible;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

#menuMobile.active .logo svg {
	animation-delay:0s;
}


#menuMobile .logo svg {
	animation-delay:1s;
}*/

#menuMobile.active ul#accordeonck699 li.level1 {
	-webkit-animation-name: fadeIndown;
    animation-name: fadeIndown;
	visibility: visible;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* --- */

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

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

#menuMobile #accordeonck699 li.level1 > span a, #menuMobile #accordeonck699 li.level2 > span a, #menuMobile #accordeonck699 li.level3 > span a, #menuMobile #accordeonck699 li.level4 > span a{
    color: #1d1d1b;
	font-size: 20px;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    text-shadow: none;
    line-height: normal;
    font-family: 'Barlow-Regular', sans-serif;
}

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

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

#menuMobile #accordeonck699 ul.content_2.accordeonck{
    /*background: #fff;*/
}

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

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

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

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

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

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

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

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

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

#menuMobile #accordeonck699 li.level1.open > span a{
    background-color: #005c83;
	color: #ffffff;
}

#menuMobile #accordeonck699 li.level2.open > span a{
    background-color: #005c83b3;
	color: #ffffff;
}

#menuMobile #accordeonck699 li.level3.open > span a{
	padding-left: 40px;
    background-color: #005c8361;
    color: #fff;
}

#menuMobile #accordeonck699 li.level3 > span a.isactive {
	background-color: #005c8361;
	color: #ffffff;
}

/* ------- Mobile Bar --------- */
#mobileBar {
	height: 40px;
    display: none;
    align-items: center;
    justify-content: flex-end;
}

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

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

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

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

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

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

/* ----- G-Above ----- */
#g-above {
	padding: 0;
	margin-top: 150px;
}
/* ------- Breadcrumbs ----------*/
#Breadcrumbs {
	padding-top: 75px;
    background: #e5faff;
}

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

/* --- MenuLateral + Breadcrumb --- */
body.hasMenuLateral.hasBC #Breadcrumbs {
    position: absolute;
    top: 0px;
    left: 0;
    width: 1650px;
    margin: 10px calc((100% - 1500px) / 2) 10px calc((100% - 1700px) / 2);
    padding-top: 0;
	background: transparent;
}

body.hasMenuLateral.hasBC #Breadcrumbs .g-content {
	width: 72%;
    margin: 0 0 0 auto;
    padding-left: 6%;
}

body.hasMenuLateral.hasBC #Breadcrumbs .breadcrumb {
	background: #e6edf5;
}

/* --- Filter + Breadcrumb --- */
body.hasFilter.hasBC #Breadcrumbs {
	padding-top: 25px;
	background: transparent;
}

/* --- Make sure the Logo Never Overlaps --- */
#Breadcrumbs .breadcrumb span.divider {
	display: none;
}

#Breadcrumbs .breadcrumb {
	background: unset;
    margin: 5px 0;
    flex-wrap: nowrap;
    text-wrap-mode: nowrap;
}

#Breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
	float: unset;
    padding-right: 0.5rem;
    color: #4b4f52;
    content: var(--bs-breadcrumb-divider, ">") /* rtl: var(--bs-breadcrumb-divider, ">") */;
    font-weight: bold;
}

#Breadcrumbs .breadcrumb span {
    display: inline-block;
	font-family: 'FSAlbert-Bold', sans-serif;
}

#Breadcrumbs .breadcrumb a {
	color: #666b6d;
}


#Breadcrumbs .breadcrumb a:hover {
	color: #4e4f53;
}

#Breadcrumbs .breadcrumb-item.active {
	color: #4e4f53;
}

/* --- */
/* --- (If it Breadcrumbs href Ends in '/d' Disable Clicks / Hide Before --- */
#Breadcrumbs .breadcrumb li.hide-before {
	display: none;
}

#Breadcrumbs .breadcrumb a[href$="/d"] {	
	pointer-events: none;
}

/* ---------------- */
/* ------ Loader --------- */
/* ---------- Loaders ------------- */
#g-mainbar .loader {
	display: inline-flex;
	width: 100%;
	text-align:center;
	margin: 125px 0;
	position:relative;
	flex-direction: column;
	align-items: center;
}

#g-mainbar .loader svg {
	width: 200px;
	height: fit-content;
	display: block;
	position: relative;
}

#g-mainbar .loader svg path:nth-of-type(1) {
	animation: bounceRotate 4s ease-in-out infinite;
}

@keyframes bounceRotate {
	0%, 100% {
		transform: rotate(0deg);
		stroke: #9aecf7;
		stroke-width: 2px;
	}

	50% {
		transform: rotate(-5deg);
		stroke: #9aecf700;
	}
}

#g-mainbar .lds-ellipsis {
    display: flex;
    position: relative;
    width: auto;
    margin-left: -65px;
    height: 80px;
}

#g-mainbar .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #015c83;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

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

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

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

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

/* --- PageContent --- */
#PageContent {
	flex: unset;
    width: 100%;
}

/*Main*/

#g-container-main{
	background:#fff;
}

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

#g-mainbar{
	padding: 0px;
}

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

.w33 {
	width: 32%;
    display: inline-block;
    margin: 0 0.3%;
	position:relative;
}

/* --- Partilha --- */

/* --- */
#partilha {
	flex: unset;
    width: 100%;
}

body.hasBC:not(.hasFilter) #partilha {
	background: #e5faff;
}

body.hasBC.hasMenuLateral #partilha {
	background: unset;
}

body.hasBC.hasFilter.itemid-358 #partilha .g-content, body.hasBC.hasFilter.itemid-359 #partilha .g-content {
	width: 1700px;
}

body.hasFilter #partilha .g-content, body.hasBC:not(.hasMenuLateral) #partilha .g-content {
	width: 1600px;
}

#partilha .g-content {
	width: auto;
    padding: 0 0 10px 0;
    margin: auto;
    text-align: right;
}

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

#partilha .addtoany_list.a2a_kit_size_32 a > span {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    opacity: 1;
    overflow: hidden;
    width: 28px;
    background: transparent !important;
	padding: 1px;
    border-radius: 0;
}
#partilha .addtoany_list.a2a_kit_size_32 a > span svg path {
    fill: #015c83;
}

#partilha .addtoany_list.a2a_kit_size_32 a > span:hover {
    background: #015c83 !important;
}
#partilha .addtoany_list.a2a_kit_size_32 a > span:hover svg path {
    fill: #fff;
}

/* --- */

#publicacoes{

}

#publicacoes .w33 {
	width: 32%;
    display: inline-block;
    margin: 0 0.3%;
	position:relative;
	vertical-align: top;
	overflow:hidden;
	background-position: center;
    background-size: cover;
}


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

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

#publicacoes .w33.animated.fadeInUp{
	-webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#publicacoes .w33:nth-child(3) {
    animation-delay: .60s;
}
/*
#publicacoes .w33 img{
	vertical-align: top;
    top: -25%;
    left: -20%;
    width: 1000px;
    max-width: 140%;
    position: relative;
}
*/

#publicacoes .w33:nth-child(3) {
	background-position:bottom;
}

#publicacoes .w33 .overlay{
	background: #5fe0c361;
    width: 100%;
	height: 100%;
    position: absolute;
    top: 0;
    left: 0;   
    vertical-align: top;
}

#publicacoes .w33:nth-child(2) .overlay{
	background:#0000004d;
}

#publicacoes .w33:nth-child(3) .overlay{
	background: #5fe0c3bd;
}

#publicacoes .w33 .descricao{
	position: absolute;
    bottom:30%;
    left: 8%;
}

#publicacoes .w33 .descricao h2{
	color:#fff;
	font-family: 'FSAlbert-Bold',sans-serif;
	font-size:48px;
	line-height:1;
}

#publicacoes .w33 .descricao h3{
	color:#fff;
	font-family: 'Poppins-Light',sans-serif;
	font-size:18px;
	line-height:1;
}

#publicacoes .descricao .botao{
	text-transform:lowercase;
	padding:5px 10px;
}

/* --- */
.hasMenuLateral #NewsPage {
	background: #ffffff;
}

#NewsPage {
	background: #e5faff;
}

#NewsPage .header h3 {
	text-transform: uppercase;
    line-height: 1;
    margin-top: 0px;
    margin-bottom: 35px;
    display: block;
    color: #005c83;
    font-size: 45px;
    padding-bottom: 30px;
	padding-right: 15px;
    border-bottom: 1px solid #005c83;
    font-weight: normal;
    font-family: 'FSAlbert-Regular', sans-serif;
}

#NewsPage .noticiasRel {
	justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
}

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

#NewsPage .item {
    width: calc((100% / 3) - 36px);
}

/* --- */
.hasMenulateral #NewsPage .item {
	width: calc((100% / 2) - 36px);
}
/* --- */

#NewsPage .item > a {
	z-index: 2;
	height: 300px;
	width: 100%;
}

#NewsPage .item:before {
	animation: wave 0.5s linear infinite;
	background-image: url('/images/FP/FP-Noticias/btn-wave.png');
	background-size: contain;
	content: '';
	height: 32px;
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	-webkit-transition: top 1.1s ease;
	-moz-transition: top 1.1s ease;
	-o-transition: top 1.1s ease;
	transition: top 1.1s ease;
}

#NewsPage .item:hover:before {
	top: 0;
}

#NewsPage .item:after {
	content: '';
	height: 100%;
	top: calc(100% + 32px);
	width: 100%;
	position: absolute;
	-webkit-transition: top 1.1s ease;
	-moz-transition: top 1.1s ease;
	-o-transition: top 1.1s ease;
	transition: top 1.1s ease;
	background: #005c83;
	z-index: 0;
}

#NewsPage .item:hover:after {
	top: 0;
}

@keyframes wave {
	to {
		background-position-x: 118px;
	}
}

#NewsPage .item.unhovered {
    pointer-events: none;
}

#NewsPage .item.transition-end {
    pointer-events: auto;
}

#NewsPage .item:hover, #NewsPage .item:hover .itemContent h4,
#NewsPage .item:hover .itemInfo, #NewsPage .item:hover .itemDescription {
	color: #fff;
}

#NewsPage .item .itemImage {
	height: 100%;
    width: 100%;
}

#NewsPage .item .itemImage img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
	background: #fff;
}

#NewsPage .item .iconFixa {
	position: absolute;
    top: 0;
    left: 25px;
    z-index: 2;
}

#NewsPage .item .iconFixa svg {
    width: auto;
    height: 60px;
}

#NewsPage .item .iconFixa svg rect {
	fill: #015c83;
}

#NewsPage .itemContent {
	width: 100%;
	z-index: 1;
}

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

#NewsPage .itemContent h4 {
	background-color: transparent;
    font-family: 'FSAlbert-Bold', sans-serif;
    font-weight: normal;
    text-align: left;
    color: #3d7d98;
	font-size: 20px;
    margin-top: 0px;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 0px;
	padding: 25px 10px;
	-webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
}

#NewsPage .item:hover .itemContent h4 {
	color: #fff;
}

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

#NewsPage .itemInfo {
	display: flex;
    justify-content: space-between;
    align-items: center;
	flex-direction: row-reverse;
    padding: 10px 10px 0 10px;
    padding-top: 30px;
    margin-left: 16px;
    margin-right: 16px;
    font-family: 'Poppins-Light', sans-serif;
    text-align: left;
	-webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
}

#NewsPage .item:hover .itemInfo {
	color: #fff;
}

#NewsPage .observacao {
    padding: 10px 10px 0 10px;
    margin-left: 16px;
    margin-right: 16px;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
}

/* --- Datas --- */
#NewsPage .itemInfo .date {
	display: none;
}

#NewsPage .itemInfo .cat {
	font-size: 14px;
    font-family: 'FSAlbert-Regular', sans-serif;
    color: #fff;
    display: inline-block;
    padding: 8px 10px;
    background: #015c83;
}

#NewsPage .itemInfo .subcat {
	font-size: 14px;
    font-family: 'FSAlbert-Regular', sans-serif;
    color: #fff;
    display: inline-block;
    padding: 8px 10px;
    background: #015c83;
}

#NewsPage .itemDescription {
	display: none;
}

#NewsPage .botao {
	display: none;
}

/* --- */
#BarraEntidades {
	background: #015c83;
}


#g-copyright #BarraEntidades .g-content {
	padding: 15px 0 15px 0;
}

#BarraEntidades .main {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

#BarraEntidades .main .lgw33 {
    margin-inline: 3%;
}

#BarraEntidades .main .lgw33.as img {
	max-height: 35px;
    width: auto;
}

#BarraEntidades .main .lgw33.mbm img {
    max-height: 50px;
    width: auto;
}

#BarraEntidades .main .lgw33.cmm svg {
    max-height: 50px;
    width: auto;
}

/* --- */
#idigitalLogo {
	position: absolute;
    bottom: 0;
    left: 0;
    flex: 0 auto;
    width: auto;
}

#g-copyright #idigitalLogo .g-content {
	display: flex;
    padding: 0;
    margin: 0.625rem;
}

#idigitalLogo .g-content {
	display: flex;
    padding: 0;
    margin: 0.625rem;
}

#idigitalLogo svg {
	height: 35px;
    width: auto;
	cursor: pointer;
	opacity: 0.7;
	-webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}

#idigitalLogo svg:hover {
	opacity: 1;
}

/* --- */
#theInterfaceLogo {
	position: absolute;
    bottom: 0;
    right: 0;
    flex: 0 auto;
    width: auto;
}

#g-copyright #theInterfaceLogo .g-content {
	display: flex;
    padding: 0;
	margin: 0.625rem;
}

#theInterfaceLogo .logoInterface {
	width: 200px;
    display: inline-block;
	text-align: right;
}

#theInterfaceLogo .logoInterface .prod {
    opacity: 0;
    width: 145px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #5a5a5a;
    font-size: 12px;
    -webkit-transition: opacity 1500ms ease-in;
    -moz-transition: opacity 1500ms ease-in;
    -o-transition: opacity 1500ms ease-in;
    transition: opacity 1500ms ease-in;
}

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

#theInterfaceLogo .logoInterface:hover a{
	text-decoration:none;
}

#theInterfaceLogo .logoInterface .logo {
    width: fit-content;
	height: 41px;
    display: inline-block;
}

#theInterfaceLogo .logoInterface .logo img {
    width: auto;
	cursor: pointer;
	opacity: 0.7;
	-webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}

#theInterfaceLogo .logoInterface .logo img:hover {
	opacity: 1;
}

/* --- */

#g-copyright{
	position: relative;
    z-index: 1;
	padding-right:0px;
	background:#00f9b8;
}

#g-copyright .g-grid:nth-of-type(2) {
	position: relative;
}

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

#g-copyright .g-content{
	padding:15px 0px;
}

#g-container-main #bottom .g-content {
    margin-top: 50px;
    margin-bottom: 0px;
    padding: 10px 0px 0px 0px;
}

#BarraCopyright{
	text-align: center;
	background: linear-gradient(to bottom, #9aecf7, #89d3dd);
	color: #015c83;
	flex: 0 100%;
    width: 100%;
}

#BarraCopyright .copyright,#BarraCopyright .copyright a{
	color:#fff;
}

#PageContent .platform-content.container .page-header h1, #PageContent .platform-content.container .page-header h2 {
	text-transform: none;
    line-height: 1;
    margin-top: 0px;
    margin-bottom: 35px;
    display: block;
    color: #005c83;
    font-size: 45px;
    padding-bottom: 30px;
    border-bottom: 1px solid #005c83;
    font-weight: normal;
	font-family: 'FSAlbert-Bold', sans-serif;
}

.itemid-345 #PageContent .platform-content.container .page-header h1,
.itemid-350 #PageContent .platform-content.container .page-header h1,
.itemid-387 #PageContent .platform-content.container .page-header h1,
.itemid-388 #PageContent .platform-content.container .page-header h1 {
	display: none;
}

.itemid-345 #PageContent .platform-content.container .page-header h2,
.itemid-350 #PageContent .platform-content.container .page-header h2,
.itemid-387 #PageContent .platform-content.container .page-header h2,
.itemid-388 #PageContent .platform-content.container .page-header h2 {
	display: none;
}

/* Double Titles - Remove Only One*/
.itemid-387 #PageContent .platform-content.container .principal.Ciência .page-header h1, .itemid-387 #PageContent .platform-content.container .principal.Ciência .page-header h2 {
	display: block;
}

.itemid-388 #PageContent .platform-content.container .principal.Galerias .page-header h1, .itemid-388 #PageContent .platform-content.container .principal.Galerias .page-header h2 {
	display: block; 
}

/* Contactos */

.itemid-298 #g-container-main {
    background: #fff;
}

.com-contact h1{
	font-size:40px;
	font-family:'FSAlbert-Bold',sans-serif;
	display:none;
}

.com-contact__container h3{
	display:none;
}

.contact-form{
	width:49%;
	display:inline-block;
}

.contact-form legend{
	font-size:30px;
	font-weight:bold;
	font-family:'FSAlbert-Regular',sans-serif;
	color:#000;
	padding-top:10px;
}

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

#contact-form .controls input, #contact-form .controls textarea {
    color: #000;
    background: #ffffff;
    border-radius: 0px;
    border-bottom: 1px solid #000 !important;
	min-height: 50px;
    border: none;
}

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

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


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

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

.contact-form label{
	color:#000;
	font-size:17px;
	font-family: 'FSAlbert-Regular',sans-serif;
}

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

.contact-form .controls .btn-primary{
	background: #fff;
	border:1px solid #eeeeee;
	outline:none;
	color:#084d6e;
	box-shadow:none;
	margin-left:15px;
	font-family: 'FSAlbert-Bold', sans-serif;
}

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

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

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

.contact-miscinfo .icon-info-circle{
	display:none;
}

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

.contact-miscinfo span{
	font-size:20px;
	font-family:'Poppins-Light', sans-serif;
}

.contact-miscinfo span a{
	font-weight:100;
}

.contact-miscinfo span h3{
	font-family:'FSAlbert-Bold', sans-serif;
	margin-top: 10px;
}

.contact-miscinfo a{
	color:#084d6e !important;
	text-decoration:underline;
	font-family: 'Poppins-Light',sans-serif;
}

.contact-miscinfo .logo{
	width: 65%;
    padding-top: 25px;
}

.hasMenuLateral #g-container-main {
	background: linear-gradient(to right, #cdf6ff calc((100% - 1700px) / 2), #ffffff calc((100% - 1690px) / 2));
}

/* --- g-container for no Breadcrumb --- */
body:not(.hasBC) #g-container-main {
	padding-left: 0px;
    margin-top: 150px;
}

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

#menu .menu{
	position:fixed;
	width:100%;
	top:0;
	left: -100%;
    bottom: 0;
    right: 0;
	content:'';
	background:rgb(10, 41, 90, 0.8);
	z-index:3;
}

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

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

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

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

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

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

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

#menu .parent li{
	display:block;
}

#menu .parent li.animatable {
    visibility: hidden;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

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

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

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

#menu .parent li:nth-child(1){
	animation-delay:0.1s;
}

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

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

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

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

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

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

#menu .parent li:nth-child(8){
	animation-delay:0.8s;
}

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

#menu .parent li h4{
	font-size: 50px;
    font-family: Arial,Helvetica, sans-serif;
    color: #fff;
	display:block;
	cursor:pointer;
	text-align:right;
	margin:0;
}

#menu .parent li.active h4{
	color:#299296;
}

#menu .parent li::marker{
	display:none;
}
/*
#menu .parent li:hover .sub{
	display:block;
}
*/
#menu .sub1,#menu .sub2,#menu .sub3,#menu .sub4, #menu .sub5{
	display:none;
	position:relative;
}

#menu .sub1 span,#menu .sub2 span,#menu .sub3 span,#menu .sub4 span, #menu .sub5 span{
	font-size: 30px;
    font-family: 'Poppins-Light',sans-serif;
    color: #fff;
    display: block;
	position:relative;
    text-align: right;
	transition:0.3s;
}

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

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

#menu .menuLateral{
	position: fixed;
	width: 100%;
	left: 0%;
	content: '';
	background: #114e71;
	z-index: 2;
	display: inline-grid;
	align-items: center;
	grid-template-columns: repeat(4, 1fr);
}

#menu .icon, #menu .iconOff {
	position: relative;
	width: 50px;
	float: right;
	cursor: pointer;
	justify-self: center;
}

#menu .iconOff{
	display:none;
}

#menu .logoSlider {
	position: relative;
	display: inline-block;
	left: 80%;
	width: 140px;
}

#menu .Botao {
	display: inline-block;
	position: relative;
	background: #299094;
	left: 120%;
	padding: 2%;
	font-family: Optima;
	color: #fff;
	font-size: 15px;
	width: fit-content;
	
}

#menu .Esfera{
	width: 45px;
	display: inline-block;
	left: 65%;
	position: relative;
}

#menu .iportal {
	position: relative;
    float: right;
    top: 85%;
    width: 150px;
    right: 35%;
    overflow-x: hidden;
	transform:none;
	transition:all 0.3s ease-in-out;
}

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

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

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

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

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


#menu .menuTopo{
	display:none;
	position:fixed;
	height:7%;
	top:0;
	left: 0%;
    bottom: 0;
    right: 0;
	content:'';
	background:#06b68bd1;
	z-index:2;
}

#menu .menuTopo .icon,#menu .menuTopo .iconOff{
	position: relative;
    width: 50px;
    right: 5%;
    float: right;
    top: 15%;
    cursor: pointer;
}

#menu .menuTopo .iconOff{
	width:35px;
}

#menu .menuTopo .iportal{
	position: relative;
    float: left;
    top: 10%;
    width: 100px;
    left: 5%;
}

#menu .menuTopo .iportal img{
	margin-left:0px;
}

/* --- */
#g-mainbar .page-header {
	margin: 0px;
}

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

.texto p {
    margin-bottom: 10px;
}

#g-mainbar .cetaceos-barba h3 {
	color: #4c4c4c;
}

 #g-mainbar .w50-menu-conteudo{
	display: flex;
	width: 100%;
}

 #g-mainbar .w50-menu-conteudo .menu-museu{
    width: 28%;
    background: #005c83;
    padding-top: 125px;
    padding-left: 4%;
    padding-right: 4%;
    position: relative;
    text-align: left;
    padding-bottom: 150px;
	font-family: 'FSAlbert-Regular', sans-serif;
}

#g-mainbar .w50-menu-conteudo .menu-museu p.active a {
	font-family: 'FSAlbert-Bold', sans-serif;
    text-decoration: underline;
}

#g-mainbar .sobre-museu h2, #g-mainbar .historia-museu h2, 
#g-mainbar .missao-vissao h2, #g-mainbar .historia-caca-baleia h2,
#g-mainbar .projetos-cientifico h2, #g-mainbar .baleias-e-golfinhos .titulo-baleias-golfinho h2,
#g-mainbar .outros-servicos h2, #g-mainbar .horario-tarifario .titulo-horario h2, 
#g-mainbar .projetos-cientificos h2, #g-mainbar .cetaceos-barba .titulo-barbas h2, 
#g-mainbar .cetaceos-dentes .titulo-dentes h2 { 
    color: #005c83;
    font-size: 45px;
    padding-bottom: 30px;
    border-bottom: 1px solid #005c83;
    font-weight: normal;
    font-family: 'FSAlbert-Regular', sans-serif;
}

 #g-mainbar .w50-menu-conteudo .resto-dentes p.desc {
	margin: 25px;
 }

 #g-mainbar .w50-menu-conteudo > div:nth-child(2){
    width: 70%;
    margin-top: 125px;
    padding-right: 6%;
    padding-left: 6%;
 }

 #g-mainbar .w50-menu-conteudo .menu-museu a{
	font-size: 24px;
}

#g-mainbar .w50-menu-conteudo .menu-museu a:hover{
	text-decoration: underline;
}

#g-mainbar .w50-menu-conteudo .menu-museu h2{
    font-size: 45px;
    color: #ffffff;
    font-family: 'FSAlbert-Bold', sans-serif;
    border: unset;
    margin-left: 0px;
}

#g-mainbar .w50-conteudo-museu .imagem{
	position: relative;
	padding: 6px;
}

#g-mainbar .w50-conteudo-museu .imagem img {
    width: 500px;
    height: 250px;
    object-fit: cover;
    object-position: center;
    border: 2px solid #005c83;
}

#g-mainbar .w50-conteudo-museu .titulo-sobre-museu{
	position: relative;
}

 #g-mainbar .projetos-cientificos .titulo-cientificos{
	position: relative;
}

#g-mainbar .w50-conteudo-museu .corpo{
	position: relative;
	padding: 5px;
	border-radius: 10px;
	padding-bottom: 30px;
}

#g-mainbar .w50-conteudo-museu .texto{
	position: relative;
}

#g-mainbar .w50-conteudo-museu .texto h3, #g-mainbar .corpo-historia h3{
	color: #4c4c4c;
}

#g-mainbar > div:nth-child(2).grid-imagens-90{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	width: 570px;
	left: 10%;
	position: relative;
}

#g-mainbar > div:nth-child(2).imagem-sr-euleterio{
	position: relative;
	left: 10%;
	width: 570px;
}

#g-mainbar > div:nth-child(2).img-graph{
	position: relative;
	left: 10%;
}

#g-mainbar > div:nth-child(2).grid-img-11{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: 800px;
	left: 4%;
	position: relative;
}

 #g-mainbar > div:nth-child(2).img-post-11{
	position: relative;
	width: 700px;
	left: 10%;
}

#g-mainbar > div:nth-child(2).corpo-historia{
	padding: 5px;
	border-radius: 10px;
	padding-left: 5%;
}

#g-mainbar > div:nth-child(2).corpo-historia h3{
	color: #4c4c4c;
}

#g-mainbar .w50-missao-conteudo .corpo-missao{
	position: relative;
	padding: 5px;
	border-radius: 10px;
}

#g-mainbar .w50-missao-conteudo .titulo-missao{
	position: relative;
}


#g-mainbar .w50-missao-conteudo .corpo-missao h3{
	color: #4c4c4c;
}

#g-mainbar .w50-missao-conteudo .corpo-missao h2{

}

#g-mainbar .w50-historia-baleia-conteudo .titulo-baleia{
	position: relative;
}

 #g-mainbar .w50-historia-baleia-conteudo .conteudo-historia-baleia{
	position: relative;
	padding: 5px;
	border-radius: 10px;
}

#g-mainbar .w50-historia-baleia-conteudo h3{
	color: #4c4c4c;
}

#g-mainbar .w50-historia-baleia-conteudo figure{
	width: 570px;
	position: relative;
}

#g-mainbar .w50-historia-baleia-conteudo figcaption{
	margin-bottom: 40px;
}

 #g-mainbar .horario-conteudo .titulo-horario{
	position: relative;
}

#g-mainbar .horario-conteudo .texto-horario{
	position: relative;
	padding: 5px;
	border-radius: 10px;
}

#g-mainbar .horario-conteudo .texto-horario h3{
	color: #4c4c4c;
}

#g-mainbar .horario-conteudo .texto-horario img{
	width: 100%;
	max-width: 700px;
}

#g-mainbar .horario-tarifario .w50-menu-conteudo .menu-museu{

}

#g-mainbar .outros-servicos .img-biblioteca{
	width: 100%;
	max-width: 675px;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
	position: relative;
}

#g-mainbar .outros-servicos .img-servicos-temp {
	width: 100%;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

#g-mainbar .outros-servicos .img-servicos-temp img {
	width: 100%;
	height: 200px; 
	object-fit: cover; 
}

 #g-mainbar .outros-servicos .img-festas{
	width: 100%;
    max-width: 675px;
}

#g-mainbar .outros-servicos .servicos-texto{
	position: relative;
	padding: 5px;
	border-radius: 10px;
}

#g-mainbar .outros-servicos h3{
	color: #4c4c4c;
}

#g-mainbar .outros-servicos .titulo-servicos{
	position: relative;
}

 #g-mainbar .outros-servicos .w50-menu-conteudo .menu-museu{

}

#g-mainbar .proj-cientificos-conteudo .texto-cientificos div[class*="img"] {
	display: flex;
    margin-inline: 25px;
	justify-content: space-between;
}

/* c\financiamento */
#g-mainbar .proj-cientificos-conteudo .w50-jump, #g-mainbar .proj-cientificos-conteudo .w50-meta,
#g-mainbar .proj-cientificos-conteudo .w50-marcet-II, #g-mainbar .proj-cientificos-conteudo .w50-marcet{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
}

/* s\financiamento */
 #g-mainbar .proj-cientificos-conteudo .w50-ms-III, #g-mainbar .proj-cientificos-conteudo .w50-ms-II,
 #g-mainbar .proj-cientificos-conteudo .w50-ms, #g-mainbar .proj-cientificos-conteudo .w50-biometore,
 #g-mainbar .proj-cientificos-conteudo .w50-cetaceos-II, #g-mainbar .proj-cientificos-conteudo .w50-emecetus,
 #g-mainbar .proj-cientificos-conteudo .w50-golfinicho, #g-mainbar .proj-cientificos-conteudo .w50-macetus,
 #g-mainbar .proj-cientificos-conteudo .w50-cetaceos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

 #g-mainbar .proj-cientificos-conteudo .img-fundo-azul img,
 #g-mainbar .proj-cientificos-conteudo .financia-feder img,
 #g-mainbar .proj-cientificos-conteudo .img-financia-feder img{
	border: 0px;
}

 #g-mainbar .proj-cientificos-conteudo img{
	width: 200px;
	margin-bottom: 60px; 
	border: 2px solid #114e71;
}

/* texto financiamentos */
 #g-mainbar .proj-cientificos-conteudo .financia-azul,  .proj-cientificos-conteudo .texto-financia-feder{
	position: relative;
	font-size: 10px;
}

 #g-mainbar .w50-jump,  #g-mainbar .w50-meta,  #g-mainbar .w50-ms-III,  #g-mainbar .w50-marcet-II,
 #g-mainbar .w50-ms-II, #g-mainbar .w50-marcet,  .w50-ms,  #g-mainbar .w50-biometore
 #g-mainbar .w50-cetaceos-II, #g-mainbar .w50-emecetus,  #g-mainbar .w50-golfinicho
 #g-mainbar .w50-macetus, #g-mainbar.w50-cetaceos{
	box-sizing: border-box;
	margin-bottom: 60px; 
}

/*grids texto*/
 #g-mainbar .w50-jump .texto-jump,  #g-mainbar .w50-meta .texto-meta,  #g-mainbar .w50-marcet-II .texto-marcet-II,
 #g-mainbar .w50-marcet .texto-marcet{
	position: relative;
	margin-bottom: 20px;
}

 #g-mainbar .proj-cientificos-conteudo .texto-cientificos{
	position: relative;
	padding: 5px;
	border-radius: 10px;
}

#g-mainbar .proj-cientificos-conteudo .texto-cientificos > p{ 
	margin: 25px 0;
}

 #g-mainbar .texto-baleias-golfinho .botoes-cetaceos{
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-around;
}

 #g-mainbar .botao-com-barbas,  .botao-com-dentes{
    background-color: #9aecf7;
	color: #005c83;
    margin: 10px;
    width: fit-content;
    position: relative;
    height: fit-content;
    padding: 16px;
    padding-inline: 25px;
    font-size: 15px;
    font-family: 'FSAlbert-Regular', sans-serif;
    /*transition: background 0.2sease-in-out;*/
    text-align: center;
}

 #g-mainbar .botao-com-barbas:hover, .botao-com-dentes:hover{

}

 #g-mainbar .baleias-e-golfinhos .texto-baleias-golfinho{
	position: relative;
	padding: 5px;
	border-radius: 10px;
	padding-bottom: 20px;
}

 #g-mainbar .baleias-e-golfinhos .texto-baleias-golfinho h3{
	color: #4c4c4c;
}

#g-mainbar .baleias-e-golfinhos .titulo-baleias-golfinho{
	position: relative;
}


 #g-mainbar .caixas-conteudo text {
	font-family: Arial, sans-serif;
}

.caixa {
	cursor: pointer;
	margin: 10px 0;
	padding: 10px;
	background-color: #005c83;
	color: #fff;
	position: relative;
	z-index: 1;
}

.caixa.active {
    background: #fff;
    color: #005c83;
    border: 1px solid #005c83;
}

 .caixas-conteudo img{
	width: 590px;
}

.conteudo-caixa {
	max-height: 0px;
	overflow: hidden;
	margin: 0 10px;
	padding: 0 10px;
	border: 1px solid #005c83;
	background-color: #fff;
	transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
	padding-left: 40px;
	position: relative;
	z-index: 1;
}

.conteudo-caixa.active {
    max-height: fit-content;
	padding: 10px;
	padding-left: 40px;
}

.conteudo-caixa b {
	
}

#g-mainbar .cetaceos-barba .resto-barbas{
	position: relative;
	padding: 5px;
	border-radius: 10px;
}

 #g-mainbar .cetaceos-barba .titulo-barbas{
	position: relative;
}

#g-mainbar .cetaceos-barba .botao-voltar{
	position: relative;
    display: block;
    text-align: center;
    margin-top: 20px;
    max-width: 250px;
}

#g-mainbar .cetaceos-barba .botao-voltar a {
    background: #9aecf7;
    padding: 5px;
}

#g-mainbar .cetaceos-barba .botao-voltar:hover{
}

#g-mainbar .cetaceos-dentes .botao-voltar {
	position: relative;
    display: block;
    text-align: center;
    margin-top: 20px;
    max-width: 250px;
}

#g-mainbar .cetaceos-dentes .botao-voltar a {
	padding: 5px;
    background: #9aecf7;
}

#g-mainbar .cetaceos-dentes .botao-voltar:hover{
}

#g-mainbar .cetaceos-barba .w50-menu-conteudo .menu-museu{

}

/* --- */
#MenuLateral .platform-content {
	margin: 0;
    padding: 0;
}

#MenuLateral h2.titleMenu {
    font-size: 45px;
    color: #fff;
    font-family: 'FSAlbert-Bold', sans-serif;
    border: unset;
    margin-left: 0px;
    margin-top: 0;
    line-height: 1;
    padding: 15px 20px;
    background: #015c83;
    font-weight: normal;
}

#MenuLateral ul.menu {
    margin: 0;
    padding: 0;
    background: unset;
    border: unset;
    box-shadow: unset;
}

#MenuLateral ul.menu li.accordeonck.parent > span {
    padding: 0;
}

#MenuLateral ul.menu li.hideItem {
	display: none;
}

#MenuLateral ul.menu li.parent > span span.toggler_icon {
	background: url(/templates/iportal/images/imagens/nav_arrow_right_icon.png) center center no-repeat !important;
    filter: brightness(0) saturate(100%) invert(24%) sepia(50%) saturate(2258%) hue-rotate(172deg) brightness(93%) contrast(99%);
	right: 15px;
}


#MenuLateral ul.menu li.parent.active > span.accordeonck_outer {
	background: #fff;
}

#MenuLateral ul.menu li.parent.open > span span.toggler_icon {
	background: url(/templates/iportal/images/imagens/nav_arrow_down_icon.png) center center no-repeat !important;
    filter: brightness(0) saturate(100%) invert(24%) sepia(50%) saturate(2258%) hue-rotate(172deg) brightness(93%) contrast(99%);
	right: 15px;
}


#MenuLateral ul.menu li.parent.open > span.accordeonck_outer {
	background: #fff;
}

#MenuLateral ul.menu li.level1 > span a {
    font-family: FSAlbert-Regular, sans-serif;
    color: #015c83;
    font-size: 24px;
    margin: 0 0 5px 0;
	padding: 5px 35px;
    word-break: break-word;
}

#MenuLateral ul.menu li.level1 > span a.isactive {
    color: #015c83;
    background: #ffffff;
}


#MenuLateral ul.menu li.level1 > span a:hover {
	background: #ffffff;
}

#MenuLateral ul.menu li.level2 > span a {
	font-family: FSAlbert-Regular, sans-serif;
    color: #015c83;
    font-size: 17px;
    margin: 0 0 5px 0;
	padding: 5px 35px;
    word-break: break-word;
}

#MenuLateral ul.menu li.level2 > span a.isactive {
	color: #015c83;
    background: #ffffff;
}

#MenuLateral ul.menu li.level2 > span a:hover {
	color: #015c83;
	background: #ffffff;
}

#MenuLateral ul.menu li.level2 li.level3 > span a {
    font-family: FSAlbert-Regular, sans-serif;
    color: #015c83;
    font-size: 17px;
    margin: 0 0 5px 0;
    padding: 5px 35px;
    word-break: break-word;
}

#MenuLateral ul.menu li.level2 li.level3 > span a.isactive {
	color: #015c83;
    background: #ffffff;	
}

#MenuLateral ul.menu li.level2 li.level3 > span a:hover {
	color: #015c83;
	background: #ffffff;
}

/* --- */
#MenuLateral ul.menu li.level2#item-353 ul[class^="content_2"] {
	max-height: 110px;
    overflow: overlay;
    box-shadow: inset #00000026 0px 0px 1px 0px;
}

/* --- */

.hasMenuLateral #g-container-main > .g-grid {
	width: 1650px;
	justify-content: start;
	margin: 0 calc((100% - 1500px) / 2) 0 calc((100% - 1700px) / 2);
}		

#g-container-main .g-block.size-11 {
    width: 28%;
	min-height: 100vh;
    flex: unset;
    background: #cdf6ff;
	padding-top: 90px;
    padding-right: 4%;
    position: relative;
    text-align: left;
    padding-bottom: 150px;
    font-family: 'FSAlbert-Regular', sans-serif;
}

#g-container-main .g-block.size-11 #g-sidebar {
	width: calc(1650px * 0.28);
    padding-right: 4%;
	padding-left: 20px;
	padding-bottom: 20px;
	position: fixed;
	height: calc(100vh - 250px);
    overflow-y: overlay;
}

#g-container-main .g-block.size-89 {
	width: 72%;
    flex: unset;
	margin-top: 80px;
    padding-left: 6%;
}

/* --- (Global) ---- Detalhe Lista --- */
#PageContent .category-list {
	display: none;
}

/* --- Filtro + hasMenuLateral (Exposicoes) --- */
.itemid-305 #g-container-main .g-block.size-89,
.itemid-306 #g-container-main .g-block.size-89  {
    padding-right: 0px;
}

/* --- */

#g-container-main .g-block.size-100 #g-mainbar > .g-grid > .g-block.size-95,
#g-container-main .g-block.size-89 #g-mainbar > .g-grid > .g-block.size-95 {
	background: #fff;
}

body:not(.hasFilter) #g-container-main .g-block.size-100 #g-mainbar > .g-grid:nth-of-type(1) > .g-block.size-95 {
    padding-top: 75px;
}

/* ---- Articles (with Breadcrumbs) --- */
body.hasBC:not(.hasFilter) #g-container-main .g-block.size-100 #g-mainbar > .g-grid:nth-of-type(1) > .g-block.size-95 {
    padding-top: 0px;
}


/* --- No 'menuLateral' // 100% size // Filter Page + Formularios --- */ 
body:not(.hasFilter) #g-container-main .g-block.size-100 #g-mainbar > .g-grid > .g-block.size-95 {
	background: #e5faff;
	padding-top: 75px;
}

body:not(.hasFilter) #g-container-main .g-block.size-100 #g-mainbar > .g-grid:nth-of-type(1) > .g-block.size-95 .g-content {
	margin: 25px auto 25px auto;
}

body:not(.hasFilter) #g-container-main .g-block.size-100 #g-mainbar > .g-grid:nth-last-of-type(2) > .g-block.size-95 .g-content {
	margin: 25px auto 100px auto;
}

body:not(.hasFilter) #g-container-main .g-block.size-100 #g-mainbar > .g-grid > .g-block.size-95 .g-content {
	width: 1600px;
    margin: 25px auto;
    padding: 50px 75px;
	background: #fff;
    box-shadow: #8080802b 0px 0px 4px 4px;
}

/* --- */
:where(.itemid-360, .itemid-379, .itemid-380, .itemid-406) #PageContent {
    display: none;
}

#faleConnosco .novoFormulario a[title="Voltar à lista de formulários"] {
	display: none;
}

/* ---------- Artigos ---------------------------- */
.itemid-345 #g-container-main .g-content {
	width: 1600px;
	margin: auto;
}

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

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

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

#g-mainbar .principal h1, #g-mainbar .principal h2 {
    text-transform: uppercase;
    line-height: 1;
    margin-top: 100px;
    margin-bottom: 35px;
    display: block;
    color: #005c83;
    font-size: 45px;
    padding-bottom: 30px;
    border-bottom: 1px solid #005c83;
    font-weight: normal;
    font-family: 'FSAlbert-Regular', sans-serif;
}

#g-mainbar .principal > div[class*="class"] h1, #g-mainbar .principal > div[class*="class"] h2, #g-mainbar .principal > div[class*="class"] h3 {
	margin-top: 10px;
	margin-bottom: 25px;
	padding-bottom: 0;
	border-bottom: unset;
}

body:not(.hasFilter) #g-container-main .g-block.size-100 #g-mainbar > .g-grid:nth-of-type(1) > .g-block.size-95 .principal h1, body:not(.hasFilter) #g-container-main .g-block.size-100 #g-mainbar > .g-grid:nth-of-type(1) > .g-block.size-95 .principal h2 {
	text-transform: uppercase;
    line-height: 1;
    margin-top: 0px;
    margin-bottom: 35px;
    display: block;
    color: #005c83;
    font-size: 45px;
    padding-bottom: 30px;
    border-bottom: 1px solid #005c83;
    font-weight: normal;
    font-family: 'FSAlbert-Regular', sans-serif;
}

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

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

#g-mainbar .principal > .item-image {
    margin-bottom: 40px;
    max-width: 100%;
}

#g-mainbar .principal > .item-image.onlyNewsletter {
	display: none;
}

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

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

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

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

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

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

/* -- Premios Logos --- */
.itemid-357 #g-mainbar .principal .item.w50 .item-image img {
	object-fit: contain;
}

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

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

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

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

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

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

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

#g-mainbar .principal > div[class*="links"] a:hover {
    background-color: #9aecf7;
	color: #005c83;
}

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

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

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

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

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

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

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

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

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

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

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

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

#g-mainbar .principal .multipleImages .item-image img {
    max-width: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
	cursor: zoom-in;
}

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

#g-mainbar .principal.Galerias .multipleImages50 .item-image img {
    max-width: 100%;
    max-height: 100%;
	aspect-ratio: 860 / 540;
    width: 100%;
	object-fit: cover;
    object-position: center;
	cursor: zoom-in;
}

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

#g-mainbar .principal.Galerias .multipleImages .item-image img {
    max-width: 100%;
    max-height: 100%;
	height: 242px;
    width: 100%;
	object-fit: cover;
    object-position: center;
	cursor: zoom-in;
}

#g-mainbar .principal .multipleImages50 .item-image img
/* --- Exposicoes Cetaceos-e-o-meio-marinho --- */
.itemid-382 #g-mainbar .principal.Exposições .multipleImages .item-image {
	display: inline-block;
	width: 30.8%;
	max-width: 500px;
	height: 242px;
    margin: 15px 1.25%;
}

.itemid-382 #g-mainbar .principal.Exposições .multipleImages .item-image img {
    max-width: 100%;
    max-height: 100%;
	height: 242px;
    width: 100%;
	object-fit: cover;
    object-position: center;
	cursor: zoom-in;
}

/* --- Museu --- */
#g-mainbar .principal.Museu .multipleImages .item-image {
	display: inline-block;
	width: 30.8%;
	max-width: 500px;
	height: 242px;
    margin: 15px 1.25%;
}

#g-mainbar .principal.Museu .multipleImages .item-image img {
    max-width: 100%;
    max-height: 100%;
	height: 242px;
    width: 100%;
	object-fit: cover;
    object-position: center;
}

/* --- */

#g-mainbar .pagination {
    justify-content: flex-end;
    grid-column-gap: 10px;
}

#g-mainbar .pagination .btn {
	font-size: 15px;
    font-family: 'FSAlbert-Regular', sans-serif;
    font-weight: normal;
	background: #005c83;
	color: #fff;
	border: unset;
	box-shadow: none;
}


#g-mainbar .pagination .btn:hover {
    background-color: #9aecf7;
    color: #005c83;
	border: unset;
}

/* --- Projetos Cientificos --- */
.itemid-331 #g-mainbar .principal > div[class*="class"] {
	display: flex;
    align-items: center;
}

.itemid-331 #g-mainbar .principal .descricao.w50 {
	margin: 0 4% 0 0;
}

.itemid-331 #g-mainbar .principal .item.w50 .item-image {
	max-height: unset;
	margin: 0;
	
}

.itemid-331 #g-mainbar .principal .item-image img {
	margin: 0;
}

/* --- Baleias e Golfinhos --- */
#buttonLinks .linkBack p a {
    background-color: #9aecf7;
    color: #005c83;
    display: block;
    padding: 16px;
    width: fit-content;
}

#buttonLinks .linkBack p a:hover {
	background-color: #005c83;
	color: #fff;
}

/* --- Historia do Museu / Caça à Baleia (Figure Description) --- */ 
.hasFigs #g-mainbar .principal > div[class*="class"]{
	margin: 30px 0 20px 0;
	width: 100%;
    display: flex;
    flex-direction: column-reverse;
}

.hasFigs #g-mainbar .principal .item.w50 {
	margin: 15px 0 0px 0;
	width: 100%;
	justify-content: flex-start;
}

.hasFigs #g-mainbar .principal .item.w50 .item-image {
	margin: 15px 15px;
	max-height: unset;
    width: auto;
}

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

.hasFigs #g-mainbar .principal .descricao.w50 {
	margin: 0;
	width: 100%;
}

.hasFigs  #g-mainbar .principal blockquote p {
    font-size: 13px;

}

/* --- Serviços Educativos /d --- */
#g-mainbar .principal.Serviços.Educativos {
	display: inline-block;
	width: 100%;
}

.itemid-352 #g-mainbar .principal > div[class*="class"]	{
	margin: 20px 20px 20px 20px;
    display: inline-flex;
    width: calc(50% - 40px);
    flex-direction: column;
}

/* ---- Width 100% For all Classes ('Single' Class or 'Internal' Publication --- */
.itemid-352 #g-mainbar .principal.single > div[class*="class"],
.itemid-352 #g-mainbar .principal.internal > div[class*="class"] {
	margin: 20px 20px 20px 20px;
	width: calc(100% - 40px);
}


/* --- */

.itemid-352 #g-mainbar .principal > div[class*="links"] {
	display: inline-flex;
    width: 100%;
    flex-direction: unset;
    flex-wrap: wrap;
}

.itemid-352 #g-mainbar .principal > div[class*="links"] a {
	width: calc(50% - 15px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.itemid-352 #g-mainbar .principal .descricao.w50 {
	width: 100%;
}

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

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

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

.itemid-345 #g-mainbar .principal .multipleImages .item-image {
	display: inline-block;
	width: 30.8%;
	max-width: unset;
	height: auto;
    margin: 15px 1.25%;
}

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

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

#g-mainbar .galeria .modalGaleriaGaleria:before {
    content: '';
    background: url(/images/SVG/MarcaDagua.svg);
    background-size: 500px;
    background-position-x: 100%;
    background-position-y: top;
    background-repeat: no-repeat;
	opacity: 0.05;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: -1;
    pointer-events: none;
}

#g-mainbar .modalGaleriaGaleria .modalGaleriaLogo {
    position: absolute;
    width: 125px;
    margin-top: 50px;
    margin-left: 50px;
}

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

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

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

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

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

#g-mainbar .modalGaleriaGaleria ul li img {
	max-height: 70vh;
}

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

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

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

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

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

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


/* ---------- publicacoes ----------------- */
#publicacoes .header h3 {
    line-height: 1;
    margin-top: 0px;
    margin-bottom: 35px;
    display: block;
    color: #005c83;
    font-size: 45px;
    padding-bottom: 30px;
    border-bottom: 1px solid #005c83;
    font-weight: normal;
	font-family: 'FSAlbert-Bold', sans-serif;
}

/*Filtro*/

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

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

.itemid-332 #publicacoes .sideFilter .subcat h4 {
	visibility: hidden;
}

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

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

/* Subcategorias Atividades Letivas (Anos) */
.itemid-332 #publicacoes .sideFilter .form-group:nth-child(2) {
	display: block;
}

/* --- Destaques (Categoria / Anos) --- */
.itemid-307 #publicacoes .sideFilter .lateral {
	display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
}

.itemid-307 #publicacoes .sideFilter .form-group {
	width: 48%;
	margin-inline: 1%;
}

.itemid-307 #publicacoes .sideFilter #cleanfilter {
	width: 48%;
	margin-inline: 1%;
	line-height: unset;
}

.itemid-307 #publicacoes .sideFilter .form-group:nth-child(2) {
    display: inline-block;
}

.itemid-307 #publicacoes .sideFilter .form-group:nth-child(6) {
    /*display: inline-block;*/
	display: none;
}

.itemid-307 #publicacoes .itemInfo .subcat {
	display: none;
}

/* --- */

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

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

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

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


#publicacoes .sideFilter #cleanfilter:hover {
	background-color: #9aecf7;
	color: #005c83;
}

.itemid-307 #publicacoes .sideFilter {
	width: 100%;
    max-width: unset;
    position: relative;
    padding-bottom: 20px !important;
}

/* Lista */

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

.itemid-307 #publicacoes .pagecontent {
	-webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
	margin-left: 0;
}

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

#publicacoes .newsBlocks {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
}

#publicacoes .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;
    flex-direction: column;
	top: 0px;
    overflow: hidden;
}

.itemid-307 #publicacoes .newsBlocks .item {
    width: calc((100% / 3) - 36px);
}

#publicacoes .newsBlocks .item .itemImage{
    position:relative;
}

#publicacoes .newsBlocks .item .itemImage .overlayNoticias{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #3ad2ffc4 0%, #005c836b 100%);
}

#publicacoes .newsBlocks .item > a {
	z-index: 2;
	height: 300px;
	width: 100%;
}

#publicacoes .item:before {
	animation: wave 0.5s linear infinite;
	background-image: url('/images/FP/FP-Noticias/btn-wave.png');
	background-size: contain;
	content: '';
	height: 32px;
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	-webkit-transition: top 1.1s ease;
	-moz-transition: top 1.1s ease;
	-o-transition: top 1.1s ease;
	transition: top 1.1s ease;
}

#publicacoes .item:hover:before {
	top: 0;
}

#publicacoes .item:after {
	content: '';
	height: 100%;
	top: calc(100% + 32px);
	width: 100%;
	position: absolute;
	-webkit-transition: top 1.1s ease;
	-moz-transition: top 1.1s ease;
	-o-transition: top 1.1s ease;
	transition: top 1.1s ease;
	background: #005c83;
	z-index: 0;
}

#publicacoes .item:hover:after {
	top: 0;
}

@keyframes wave {
	to {
		background-position-x: 118px;
	}
}

#publicacoes .item.unhovered {
    pointer-events: none;
}

#publicacoes .item.transition-end {
    pointer-events: auto;
}

#publicacoes .item:hover, #publicacoes .item:hover .itemContent h4,
#publicacoes .item:hover .itemInfo, #publicacoes .item:hover .itemDescription {
	color: #fff;
}

#publicacoes .newsBlocks .item .itemImage {
	height: 100%;
    width: 100%;
}

#publicacoes .newsBlocks .item .itemImage img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    position: relative;
	background: #fff;
}

#publicacoes .newsBlocks .item .iconFixa {
	position: absolute;
    top: 0;
    left: 25px;
    z-index: 2;
}

#publicacoes .newsBlocks .item .iconFixa svg {
    width: auto;
    height: 60px;
}

#publicacoes .newsBlocks .item .iconFixa svg rect {
	fill: #015c83;
}

#publicacoes .itemContent {
	width: 100%;
	z-index: 1;
}

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

#publicacoes .itemContent h4 {
	background-color: transparent;
    font-family: 'FSAlbert-Bold', sans-serif;
    font-weight: normal;
    text-align: left;
    color: #3d7d98;
	font-size: 20px;
    margin-top: 0px;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 0px;
	padding: 25px 10px;
	-webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
}

#publicacoes .item:hover .itemContent h4 {
	color: #fff;
}

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

#publicacoes .itemInfo {
	display: flex;
    justify-content: space-between;
    align-items: center;
	flex-direction: row-reverse;
    padding: 10px 10px 0 10px;
    padding-top: 30px;
    margin-left: 16px;
    margin-right: 16px;
    font-family: 'Poppins-Light', sans-serif;
    text-align: left;
	-webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
}

#publicacoes .item:hover .itemInfo {
	color: #fff;
}

#publicacoes .observacao {
    padding: 10px 10px 0 10px;
    margin-left: 16px;
    margin-right: 16px;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
}

/* --- Datas --- */
#publicacoes .itemInfo .date {
	display: none;
}

#publicacoes .itemInfo .cat {
	font-size: 14px;
    font-family: 'FSAlbert-Regular', sans-serif;
    color: #fff;
    display: inline-block;
    padding: 8px 10px;
    background: #015c83;
}

.itemid-332 #publicacoes .itemInfo .cat {
	display: none;
}

.itemid-332 #publicacoes .itemInfo .subcat {
	font-size: 14px;
    font-family: 'FSAlbert-Regular', sans-serif;
    color: #fff;
    display: inline-block;
    padding: 8px 10px;
    background: #015c83;
}

#publicacoes .itemDescription {
	display: none;
}

#publicacoes .botao {
	display: none;
}

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

#publicacoes .mobile {
	display: none;
    position: fixed;
    top: 80px;
    background: #acd8e3;
    height: auto;
    width: 100%;
    left: 0;
    padding: 5px 5px;
    z-index: 9;
    cursor: pointer;
}

#publicacoes .mobile .searchButton {
	float: right;
	background: #005c83;
    width: auto;
    display: inline-block;
    padding: 5px 10px;
    font-family: 'FSAlbert-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;
}

#publicacoes .mobile .searchButton:hover {

}

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

#publicacoes .closeSearch:hover {
	background-color: #9aecf7;
	color: #005c83;
}

#publicacoes #submit {
	display:none;
}

/* --- exposicoes --- */
#filtroPubExp .filterNews {
	position: relative;
}

#filtroPubExp .header h3 {
    line-height: 1;
    margin-top: 0px;
    margin-bottom: 35px;
    display: block;
    color: #005c83;
    font-size: 45px;
    padding-bottom: 30px;
    border-bottom: 1px solid #005c83;
    font-weight: normal;
	font-family: 'FSAlbert-Bold', sans-serif;
}

/*Filtro*/

#filtroPubExp .sideFilter {
    -webkit-flex: 0 24%;
    -moz-flex: 0 24%;
    -ms-flex: 0 24%;
    flex: 0 24%;
    width: 100%;
    display: none;
    vertical-align: top;
    padding: 10px 10px 30px 10px;
    position: relative;
    background: #ffffff;
}

/* --- Baleias e Golfinhos --- */
body:where(.itemid-334, .itemid-335) #filtroPubExp .sideFilter {
	all: unset;
    vertical-align: top;
    padding: 10px 10px 30px 10px;
    position: relative;
    background: #ffffff;
    display: block;
}

body:where(.itemid-334, .itemid-335) #filtroPubExp .sideFilter .form-group:nth-child(n+2):nth-child(-n+5) {
    display: none;
}

body:where(.itemid-334, .itemid-335) #filtroPubExp .sideFilter .form-group {
    margin-bottom: 20px;
    position: relative;
    width: calc(90% - 135px);
    display: inline-block;
}

/* --- Prémios e Distinções / Projetos Científicos / Mediação Cultural / Externas / Pelo MBM --- */
body:where(.itemid-331, .itemid-357, .itemid-384, .itemid-385, .itemid-394) #filtroPubExp .sideFilter {
    vertical-align: top;
    padding: 10px 10px 30px 10px;
    position: relative;
    background: #ffffff;
    display: block;
}

body:where(.itemid-331, .itemid-357, .itemid-384, .itemid-385, .itemid-394) #filtroPubExp .sideFilter .form-group:nth-child(n+2):nth-child(-n+6) {
    display: none;
}

body:where(.itemid-331, .itemid-357, .itemid-384, .itemid-385, .itemid-394) #filtroPubExp .sideFilter .form-group#search {
	width: calc(85% - 150px);
}  

/* --- */
body.itemid-305 #filtroPubExp .sideFilter {
	display: inline-block;
}

#filtroPubExp .sideFilter .lateral {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
	grid-column-gap: 15px;
}

#filtroPubExp .select2-container--bootstrap .select2-selection--single {
    padding: 0.375rem 0.375rem;
    padding-right: 30px;
    padding-left: 15px;
    height: 36.5px;
    line-height: 1.6;
}

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

#filtroPubExp .sideFilter .form-group {
	margin-bottom: 20px;
    position: relative;
    width: calc(50% - 85px);
    display: inline-block;
}

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

#filtroPubExp .sideFilter .form-group.catLevel3 h4 {
	visibility: hidden;
}

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

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

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

#filtroPubExp .sideFilter #cleanfilter {
    text-align: center;
    width: 125px;
    margin: auto;
    font-size: 18px;
    display: inline-block;
    color: #fff;
    text-transform: lowercase;
    font-family: 'Poppins-Medium', sans-serif;
    background: #005c83;
    padding: 5px 5px 5px 5px;
    cursor: pointer;
}




#filtroPubExp .sideFilter #cleanfilter:hover {
	background-color: #9aecf7;
	color: #005c83;
}

/* Lista */

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

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

#filtroPubExp .newsBlocks {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
}

#filtroPubExp .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((100% / 2) - 36px);
    display: inline-flex;
    position: relative;
    flex-direction: column;
	top: 0px;
    overflow: hidden;
}

#filtroPubExp .item > a {
	z-index: 2;
	height: 300px;
	width: 100%;
}

#filtroPubExp .item:before {
	animation: wave 0.5s linear infinite;
	background-image: url('/images/FP/FP-Noticias/btn-wave.png');
	background-size: contain;
	content: '';
	height: 32px;
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	-webkit-transition: top 1.1s ease;
	-moz-transition: top 1.1s ease;
	-o-transition: top 1.1s ease;
	transition: top 1.1s ease;
}

#filtroPubExp .item:hover:before {
	top: 0;
}

#filtroPubExp .item:after {
	content: '';
	height: 100%;
	top: calc(100% + 32px);
	width: 100%;
	position: absolute;
	-webkit-transition: top 1.1s ease;
	-moz-transition: top 1.1s ease;
	-o-transition: top 1.1s ease;
	transition: top 1.1s ease;
	background: #005c83;
	z-index: 0;
}

#filtroPubExp .item:hover:after {
	top: 0;
}

#filtroPubExp .item.unhovered {
    pointer-events: none;
}

#filtroPubExp .item.transition-end {
    pointer-events: auto;
}

#filtroPubExp .item:hover, #filtroPubExp .item:hover .itemContent h4,
#filtroPubExp .item:hover .itemInfo, #filtroPubExp .item:hover .itemDescription {
	color: #fff;
}


#filtroPubExp .item .itemImage {
	height: 100%;
    width: 100%;
    position:relative;
}

#filtroPubExp .item .itemImage .overlayNoticias{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #3ad2ffc4 0%, #005c836b 100%);
}

#filtroPubExp .item .itemImage img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
	background: #fff;
}

/* --- Prémios e Distinções --- */
.itemid-357 #filtroPubExp .item .itemImage img {
	object-fit: contain;
}

/* --- Imagens Baleia / Golfinho --- */
.itemid-334 #filtroPubExp .item .itemImage img,
.itemid-335 #filtroPubExp .item .itemImage img {
	object-fit: contain;
}

.itemid-331 #filtroPubExp .item .itemImage img {
    object-fit: scale-down;
}

#filtroPubExp .itemContent {
	width: 100%;
}

#filtroPubExp .item .iconFixa {
    position: absolute;
    top: 0;
    left: 25px;
    z-index: 2;
}

#filtroPubExp .item .iconFixa svg {
    width: auto;
    height: 60px;
}

#filtroPubExp .item .iconFixa svg rect {
	fill: #015c83;
}

#filtroPubExp .itemContent {
	width: 100%;
	z-index: 1;
}

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

#filtroPubExp .itemContent h4 {
	background-color: transparent;
    font-family: 'FSAlbert-Bold', sans-serif;
    font-weight: normal;
    text-align: left;
    color: #3d7d98;
	font-size: 20px;
    margin-top: 0px;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 0px;
	padding: 25px 10px;
	-webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
}

#filtroPubExp .item:hover .itemContent h4 {
	color: #fff;
}

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

#filtroPubExp .itemInfo {
	display: flex;
    justify-content: space-between;
    align-items: center;
	flex-direction: row-reverse;
    padding: 10px 10px 0 10px;
    padding-top: 30px;
    margin-left: 16px;
    margin-right: 16px;
    font-family: 'Poppins-Light', sans-serif;
    text-align: left;
	-webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
}

#filtroPubExp .item:hover .itemInfo {
	color: #fff;
}

#filtroPubExp .observacao {
    padding: 10px 10px 0 10px;
    margin-left: 16px;
    margin-right: 16px;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
}

#filtroPubExp .itemInfo .date {
	display: none;
}

.itemid-357 #filtroPubExp .itemInfo .cat, .itemid-331 #filtroPubExp .itemInfo .cat {
	font-size: 14px;
    font-family: 'FSAlbert-Regular', sans-serif;
    color: #fff;
    display: inline-block;
    padding: 8px 10px;
    background: #015c83;
}

#filtroPubExp .itemInfo .subcat {
	font-size: 14px;
    font-family: 'FSAlbert-Regular', sans-serif;
    color: #fff;
    display: inline-block;
    padding: 8px 10px;
    background: #015c83;
}

#filtroPubExp .itemInfo .cat {
	display: none;
}

#filtroPubExp .itemDescription {
	display: none;
}

#filtroPubExp .botao {
	display: none;
}

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

#filtroPubExp .mobile {
	display: none;
    position: fixed;
    top: 80px;
    background: #acd8e3;
    height: auto;
    width: 100%;
    left: 0;
    padding: 5px 5px;
    z-index: 9;
    cursor: pointer;
}

#filtroPubExp .mobile .searchButton {
	float: right;
	background: #005c83;
    width: auto;
    display: inline-block;
    padding: 5px 10px;
    font-family: 'FSAlbert-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;
}

#filtroPubExp .mobile .searchButton:hover {

}

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

#filtroPubExp .closeSearch:hover {
	background-color: #9aecf7;
	color: #005c83;
}

#filtroPubExp #submit {
	display:none;
}

/* --- (Mudanças - Filtro Projeto Cientifico --- */
#filtroPubExp.PC .itemContent {
    display: flex;
    flex-direction: column;
}

#filtroPubExp.PC .itemInfo {
	order: 1;
}

#filtroPubExp.PC .itemContent a {
	order: 2;
}

#filtroPubExp.PC .observacao {
	order: 3;
	padding: 10px 10px 25px 10px;
}

#filtroPubExp.PC .itemContent h4 {
	padding: 25px 10px 0 10px;
}

/* --- Documentos --- */

#g-container-main .g-block.size-100 #g-mainbar #documentos {
	background: linear-gradient(to right, #d8f6ff calc((100% - 1600px) / 2) calc((100% - 1600px) / 2), #ffffff calc((100% - 1590px) / 2));
}

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

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

#documentos .content-docs .clearFilter:hover{
    background-color: #9aecf7;
    color: #005c83;
}

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

#documentos .content-docs .mobile {
	position: fixed;
    top: 80px;
    background: #acd8e3;
    height: auto;
    width: 100%;
    left: 0;
    padding: 5px 5px;
	z-index: 2;
    cursor: pointer;
}

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

#documentos .content-docs .mobile .searchButton:hover {

}

#documentos .tree-list .closeSearch {
    background: #005c83;
    color: #fff;
    width: auto;
    padding: 5px 10px;
    cursor: pointer;
	-webkit-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
}

#documentos .tree-list .closeSearch:hover {
	background-color: #9aecf7;
	color: #005c83;
}

#documentos .TreeDocs {
	width: 23%;
	min-height: 100vh;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
	padding: 85px 20px;
    background: #d8f6ff;
}

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

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

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

#documentos .tree-list .catLevel1, #documentos .tree-list .catLevel2, #documentos .tree-list .catLevel3, #documentos .catLevel4 {
	padding: 15px 0 0px 0
}


#documentos .tree-list .catLevel1 {
	color: #000000;
}

#documentos .tree-list .catLevel2 {
	color: #005c83;
}

#documentos .tree-list .catLevel3 {
	color: #000000;
}

#documentos .tree-list .catLevel4 {
	color: #005c83;
}

#documentos .tree-list .catLevel1 {
	font-size: 17px;
    font-family: 'FSAlbert-Regular', sans-serif;
}

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

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

#documentos .contentDocs {
	width: 76%;
	min-height: 300px !important;
    display: inline-block;
    vertical-align: top;
	margin: 0px 0 0px 0;
    padding-left:40px;
    background: #ffffff;
}

#documentos .contentDocs .content-docs {
	margin-bottom: 50px;
}

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

#documentos .content-docs .item:hover {
    box-shadow: unset;
	background: linear-gradient(0deg, #3ad2ff 0%, #005c83 75%, #005c83 100%);
}


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

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


#documentos .content-docs .item:hover .catName {
	color: #fff;
}

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

#documentos .content-docs .item svg path {
	fill: #005c83;
}

#documentos .content-docs .item:hover svg path {
	fill: #fff;
}

#documentos #submit{
	display:none;
}

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

#documentos h2 {
    line-height: 1.2;
    background: transparent;
    border: 0px;
    z-index: 1;
    position: relative;
    color: #005c83;
    font-size: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #005c83;
    font-weight: normal;
    margin: 25px 0 25px 0;
}

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

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

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

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

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

#documentos .documents a:hover {
	color: #005c83;
}

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

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

/* --- Multimedia & Reels --- */
/* ---------- Loaders ------------- */
#multimedia .loader, #reels .loader {
	display: inline-flex;
	width: 100%;
	text-align:center;
	margin: 125px 0;
	position:relative;
	flex-direction: column;
	align-items: center;
}

#multimedia .loader svg, #reels .loader svg {
	width: 200px;
	height: fit-content;
	display: block;
	position: relative;
}

#multimedia .loader img, #reels .loader img {
	width: 200px;
	height: fit-content;
	display: block;
	position: relative;
}

/* --- */
#multimedia .header h3, #reels .header h3 {
    line-height: 1;
    margin-top: 0px;
    margin-bottom: 35px;
    display: block;
    color: #005c83;
    font-size: 45px;
    padding-bottom: 30px;
    border-bottom: 1px solid #005c83;
    font-weight: normal;
	font-family: 'FSAlbert-Bold', sans-serif;
	text-align: left;
}
	
#reels .g-content, #multimedia .g-content  {
	display: block;
	width: 1700px;
	margin: 0 auto;
}

.resultsContent .videoItem .video {

}

.resultsContent .videoItem .video iframe {

}

#multimedia .g-content, #reels .g-content {
	padding: 0px 0 50px 0;
}

#multimedia .closeSearch:hover, #reels .closeSearch:hover {
	background-color: #9aecf7;
    color: #005c83;
}

#multimedia .multimediaContainer .searchBar, #reels .reelsContainer .searchBar {
    -webkit-flex: 0 24%;
    -moz-flex: 0 24%;
    -ms-flex: 0 24%;
    flex: 0 24%;
    width: 24%;
	max-width: 500px;
    display: inline-block;
    vertical-align: top;
    padding:30px 20px 0;
    position: fixed;
}
#multimedia .multimediaContainer .searchBar #find, #reels .reelsContainer .searchBar #find {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 30px;
    top: 47px;
}

body .select2-container--bootstrap .select2-dropdown {
	border: 1px solid #005c83;
}

body .select2-container--bootstrap .select2-results__option--highlighted[aria-selected], .itemid-1246 .select2-container--bootstrap .select2-results__option[aria-selected=true], .itemid-1681 .select2-container--bootstrap .select2-results__option[aria-selected=true] {
	background-color: #005c83 !important;
    color: #fff !important;
}


.select2-container--bootstrap .select2-search--dropdown .select2-search__field, .select2-container--bootstrap .select2-selection, .select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {    
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #005c83 !important;
    border-radius: 5px !important;
    padding: 0.375rem 30px 0.375rem 10px;
    outline: none !important;
}

#multimedia  .select2-container--bootstrap .select2-selection, #reels  .select2-container--bootstrap .select2-selection {
    border-radius: 5px !important;
    background-color: #fff !important;
    border: 1px solid #005c83 !important;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field,#multimedia .select2-container--bootstrap .select2-selection,#multimedia .select2-container--bootstrap.select2-container--focus .select2-selection,#multimedia .select2-container--bootstrap.select2-container--open .select2-selection,#reels .select2-container--bootstrap .select2-selection,#reels .select2-container--bootstrap.select2-container--focus .select2-selection,#reels .select2-container--bootstrap.select2-container--open .select2-selection{
    padding:6px 24px 6px 12px;
}

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

#multimedia .multimediaContainer .searchBar .form-group, #reels .reelsContainer .searchBar .form-group {
    margin:0 0 20px;
}

#multimedia .multimediaContainer .searchBar .form-group:nth-of-type(n+2), #reels .reelsContainer .searchBar .form-group:nth-of-type(n+2) {
	display: none;
}

#multimedia .multimediaContainer .searchBar h3, #reels .reelsContainer .searchBar h3 {
    font-family: 'FSAlbert-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"], #reels .reelsContainer .searchBar input[type="text"] {
    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 input[type="text"], #reels .searchBar input[type="text"]{
	background-color: #fff !important; 

}
#multimedia .multimediaContainer .searchBar #cleanfilter, #reels .reelsContainer .searchBar #cleanfilter {
    text-align: center;
    width: 100%;
    font-size: 18px;
    line-height: 1;
    margin: 10px 0px;
    display: inline-block;
    color: #fff;
    text-transform: lowercase;
    font-family: 'Poppins-Medium', sans-serif;
    background: #005c83;
    padding: 15px 15px 15px 15px;
    cursor: pointer;
}

#multimedia .multimediaContainer .searchBar #cleanfilter:hover, #reels .reelsContainer .searchBar #cleanfilter:hover {
	background-color: #9aecf7;
    color: #005c83;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field, .select2-container--bootstrap .select2-selection, .select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection,
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    border: 1px solid #000 !important;
    font-family: 'Flexo-Regular', sans-serif;
}
#multimedia .multimediaContainer .resultsContent, #reels .reelsContainer .resultsContent {
    -webkit-flex: 0 75%;
    -moz-flex: 0 75%;
    -ms-flex: 0 75%;
    flex: 0 75%;
	width: 79%;
	min-height: 450px;
    display: inline-block;
    vertical-align: top;
    /*padding-left: 5%;*/
    padding: 20px;
    padding-top: 30px;
    margin-bottom: 90px;
	margin-left: 28%;
    text-align: left;
}
#multimedia .videoItem {
    width: 43%;
	height: 400px;
	position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 0.5%;
    padding-left: 0.5%;
    margin-top: 12px;
    margin-bottom: 50px;
}

#reels .videoItem {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    padding-right: 0.5%;
    padding-left: 0.5%;
    margin-top: 12px;
    margin-bottom: 50px;
}

.itemid-359 #reels .videoItem {
    width: 475px !important;
}

#reels .videoItem .video iframe {
    width: 300px;
    /*height: 530px;*/
	aspect-ratio: 500 / 889;
    border-radius: 5px;
}

#multimedia .videoItem .video {
    position: relative;
    height: 339px;
    margin-bottom: -339px;
    background: transparent;
        z-index: 1;
    display: flex;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    align-items: center;
}
#multimedia .videoItem .video , #reels .videoItem .video {
    overflow: hidden;
}
#multimedia .videoItem .video, #multimedia .videoItem .overlay, #reels .videoItem .video {
    width: 100%;
    text-align:center;
}

#multimedia .videoItem .overlay {
    position: relative;
	height: 400px;
    margin-bottom: -400px;
    background: transparent;
    z-index: 9;
    display: flex;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    align-items: center;
}

#reels .videoItem .overlay {
    display: none;
}

#multimedia .videoItem h5, #reels .videoItem h5 {
    font-family: 'Laca-Bold', sans-serif;
    text-align: center;
    color: #005c83;
    font-size: 19px;
    color: #005c83;
    margin-top: 0;
    line-height: 1;
    font-weight: 100;
    margin-bottom: 0px;
    padding: 10px 0.5%;
}

#multimedia .videoItem h5 {
	padding: 0 0.5%;
}

#multimedia .videoItem h5 {
    position: relative;
    top: 100%;
}

#multimedia .seeVideo, #reels .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, #reels .seeVideo .closeVideo {
    position: fixed;
    top: 148px;
    right: 90px;
    width: 50px;
    height: 50px;
    line-height: 1;
    background: #000;
}
#multimedia .seeVideo .closeVideo polygon, #reels .seeVideo .closeVideo polygon {
    fill: #fff;
}
#multimedia .seeVideo .video, #reels .seeVideo .video {
    margin-top: 90px;
	padding-inline: 40px;
}
#multimedia .seeVideo .video iframe, #multimedia .seeVideo .video-pop iframe {
    width: 1000px !important;
    height: 600px !important;
}

#multimedia .resultsContent .noResults, #reels .resultsContent .noResults {
    line-height: 1.2;
    background: transparent;
    border: 0px;
    text-transform: uppercase;
    font-size: 25px;
    color: #666;
    font-weight: bold;
    font-family: 'Laca-Regular',sans-serif;
    margin-top: 50px;
    padding: 0;
    text-align: center;
}
#multimedia .seeVideo, #reels .seeVideo{
	display:none;
}
#multimedia .seeVideo #closeVideo  svg, #reels .seeVideo #closeVideo  svg{
	height:auto;
	width:30px;
}

#multimedia .seeVideo #closeVideo, #reels .seeVideo #closeVideo {
    position: absolute;
    right: 5%;
    top: 5%;
    fill: #fff;
    width: 30px;
    height: auto;
    margin-left: auto;
    cursor: pointer;
}

#multimedia .seeVideo, #reels .seeVideo {
    display: none;
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.8);
	top: 100px;
    left: 0;
}
#multimedia .videoItem .video, #reels .videoItem .video {
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center;
}

#multimedia .videoItem .video {
	height:290px;
}

#multimedia .contentVideo .cat, #reels .contentVideo .cat{
	display:none;
}

#multimedia .seeVideo .video iframe, #multimedia .seeVideo .video-pop iframe {
    width: 560px;
    height: 314px;
}
#multimedia .seeVideo .video, #reels .seeVideo .video {
    display: flex;
    justify-content: center;
    height: 80%;
    width: 100%;
    align-items: center;
    align-content: center;
}

#reels .videoItem h3.videoTitle {
    font-size: 20px;
}

.select2-container--bootstrap .select2-selection, .select2-container--bootstrap .select2-selection, .select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection, .select2-container--bootstrap .select2-selection{
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    color: #1d1d1b !important;
    font-family: 'theboldfont', sans-serif !important;
    font-size: 14px;
    outline: 0;
}

#multimedia .resultsContent .searchButton, #reels .resultsContent .searchButton, .closeSearch {
	display: none;
	cursor: pointer;
}

/* --- Fale Connosco --- */

/* ---------- Fale Connosco (Contactos) ---------- */
#faleConnosco .g-content{
    padding: 0;
    margin: 50px 10%;
}

#faleConnosco h3, #faleConnosco .dados .tituloSection, #faleConnosco .documentos h4 {
    line-height: 1;
    display: block;
    color: #005c83;
    padding-bottom: 15px;
    border-bottom: 1px solid #005c83;
    font-size: 30px;
    font-weight: normal;
    margin: 20px 0;
    font-family: 'FSAlbert-Regular', sans-serif;
}

#faleConnosco .formulario {
    margin: 10px 0 30px 0;
}

#faleConnosco .col-md-3, #faleConnosco .col-md-9, #faleConnosco .col-md-12 {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-family: 'FSAlbert-Regular', sans-serif;
    color: #015c83;
	margin-bottom: 15px;
    display: block;
}

#faleConnosco .formulario span {
    margin: 0 10px;
}

#faleConnosco input[type="radio"]:nth-child(1) {
    margin-left: 0;
}

#faleConnosco input[type="radio"] {
    margin-left: 25px;
    display: inline-block;
    vertical-align: baseline;
}

#faleConnosco .intro {
    background: #eee;
    padding: 10px;
    font-family: 'FSAlbert-Regular', sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
}

#faleConnosco .form-group {
	margin: 25px 0 0 0;
}

#faleConnosco .required {
	color: #ff0000;
}

#faleConnosco .form-group.formulario {

}

#faleConnosco #blocoTipoEntidade, #faleConnosco .form-group.identificacao, #faleConnosco #blocoAreaGeografica, #faleConnosco .form-group.area, #faleConnosco #blocoAssunto, #faleConnosco .form-group.assunto {
	display: inline-block;
	width: 32%;
	vertical-align: top;
}

#faleConnosco #blocoTipoEntidade, #faleConnosco .form-group.identificacao, #faleConnosco #blocoAreaGeografica, #faleConnosco .form-group.area {
    padding-right: 1%;
}

#faleConnosco #blocoAssunto, #faleConnosco .form-group.assunto {
	padding-left: 0;
}

#faleConnosco .email, #faleConnosco .confEmail, #faleConnosco .conf_email {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

#faleConnosco .email {
	padding-right: 2%;
}

#faleConnosco .confEmail, #faleConnosco .conf_email {
	margin-left: -1%;
}

#faleConnosco .select2-container--bootstrap .select2-selection--single {
    padding-left: 10px;
}

/* --- */

#faleConnosco .documentos .fileuploader {
	background: #f8f8f8;
}

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

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

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

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

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

#faleConnosco .fileuploader-input .fileuploader-input-button, 
#faleConnosco .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success {
    background: #015c83;
    background: -moz-linear-gradient(-45deg, #015c83 0, #015c83 100%);
    background: -webkit-linear-gradient(-45deg, #015c83 0, #015c83 100%);
    background: linear-gradient(135deg, #015c83 0, #015c83 100%);
}


/* --- */

#faleConnosco .errorContent {
    padding: 50px;
}

#faleConnosco #closeError, #faleConnosco #fecharErroForm {
    padding: 5px;
    height: 40px;
    width: 40px;
    display: block;
    margin-left: auto;
    background: #e11e27;
    float: right;
    margin-top: 5px;
    border-radius: 50px;
    padding: 8px;
}

#faleConnosco #closeError path, #faleConnosco #fecharErroForm path {
    fill: #fff;
}

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

#faleConnosco .iconMessage {
    display: inline-block;
    vertical-align: middle;
}

#faleConnosco .iconMessage svg {
    width: 50px;
    height: 50px;
    padding: 0;
}

#faleConnosco .iconMessage svg path {
    fill: #e11e27;
}

#faleConnosco .errorContent ul li, #faleConnosco .errorContent p {
    color: #000;
    font-family: 'PTSans-Regular',sans-serif;
    font-size: 17px;
}

#faleConnosco .errorContent p {
	margin: 15px;
}

#faleConnosco .sucesso{
    background: #f1f1f1;
    margin: 50px 0;
    text-align: center;
    padding: 50px;
}

#faleConnosco .sucesso .sucessIcon {
    width: 90px;
    height: 90px;
    margin:0 auto;
}

#faleConnosco .sucessIcon svg{
    width:100px;
    height:auto;
    fill:#95C11F;
}

#faleConnosco .sucesso p {
    font-family: 'PTSans-Regular',sans-serif;
    font-size: 24px;
}

#faleConnosco .g-recaptcha {
    margin-top: 20px;
}

#faleConnosco #btPost, #faleConnosco #submitFormulario {
    background-color: #9aecf7;
    color: #005c83;
    display: block;
    padding: 16px;
    font-size: 17px;
    font-family: 'FSAlbert-Regular', sans-serif;
    width: fit-content;
    border: unset;
    margin-left: auto;
}

#faleConnosco #btPost:hover, #faleConnosco #submitFormulario:hover {
	background-color: #005c83;
    color: #fff;
}

/* --- Pesquisa - Motor de Buscar - Items --- */
.itemid-356 #PageContent .finder h1 {
text-transform: uppercase;
    line-height: 1;
    margin-top: 0px;
    margin-bottom: 35px;
    display: block;
    color: #005c83;
    font-size: 45px;
    padding-bottom: 30px;
    border-bottom: 1px solid #005c83;
    font-weight: normal;
    font-family: 'FSAlbert-Regular', sans-serif;
}

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

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

.itemid-356 #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-356 #search-form .input-group {
	display: inline-flex;
    flex-wrap: nowrap;
	margin: 20px 0;
}

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

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

.itemid-356 #search-form button:hover {
	background-color: #9aecf7;
	border-color: #9aecf7;
}

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

}

.itemid-356 #search-form button:hover span.icon-search:before {
    color: #005c83;
}

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

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

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

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

/* --- PopUp --- */

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

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

#popUp caption {
    display: none;
}

#popUp {
    display: none;
    z-index: 9999999999999999;
}

#popUp .blocker {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: ' ';
    background: rgba(0,0,0,.5);
}

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

#popUp .modal {  
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#popUp .modal-footer button:hover, #popUp .modal-footer button:active , #popUp .modal-footer button:focus {
    background-color: #9aecf7;
	color: #005c83;
}

/* ---------- G-Footer ---------- */
#g-footer {
    padding: 0;
    margin: 0;
}

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

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

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


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

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

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

/* --- */

#g-bottom.section-horizontal-paddings {
	padding: 0;
	z-index: 1;
    position: relative;
}


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

#bottom .conteudo-bottom {
    width:100%;
    margin: 0px auto;
    position:relative;
    overflow:hidden;
	cursor: default;
}

#bottom .conteudo-bottom img, #bottom .conteudo-bottom svg {
    width:100%;
}

#bottom .conteudo-bottom ul {
  list-style-type: none; 
  padding: 0; 
  margin: 0; 
}

#bottom .conteudo-bottom li {
	background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}

/* --- Wave Effect --- */

#bottom .conteudo-bottom li .WaveSpacer {
	transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    position: relative;
    top: 0px;
    margin: 0px;
    margin-top: -7px;
    padding: 0px;
}

#bottom .conteudo-bottom li .WaveSpacer svg.waves {
	height: 150px;
    width: 100%;
}

#bottom .conteudo-bottom li .WaveSpacer svg.waves .parallax > use:nth-child(1) {
	fill: #fff;
	animation: move-forever3 25s cubic-bezier(.55,.5,.45,.5)     infinite;
	animation-delay: -3s;
	animation-duration: 15s;
}


@keyframes move-forever3 {
  0% {
   transform: translate3d(-90px,0,0);
   	-webkit-transform: translate3d(-90px,0,0);
	-moz-transform: translate3d(-90px,0,0);
	-ms-transform: translate3d(-90px,0,0);
	-o-transform: translate3d(-90px,0,0);
  }
  
  100% { 
    transform: translate3d(85px,0,0);
	-webkit-transform: translate3d(85px,0,0);
	-moz-transform: translate3d(85px,0,0);
	-ms-transform: translate3d(85px,0,0);
	-o-transform: translate3d(85px,0,0);
  }
}

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

#bottom .logo-baleia {
	width: 175px;
	display: inline-block;
	left: 10%;
	position: relative;
	top: 10%;
}

#bottom .logo-baleia svg * {
	fill: #fff;
}

#bottom .menu-bottom{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	justify-items: center;
	padding-right: 100px;
	padding-left: 100px;
	padding-top: 35px;
	padding-bottom: 75px;
	color: #fff;
}

#bottom .menu-bottom h2 {
	font-family: 'FSAlbert-Regular', sans-serif;
    font-weight: normal;
	font-size: 28px;	
}

#bottom .menu-bottom p {
    font-family: 'Poppins-Light', sans-serif;
    font-weight: normal;
	margin-bottom: 5px;
	font-size: 16px;
}

#bottom .menu-bottom h3 {
    font-family: 'Poppins-SemiBold', sans-serif;
    font-weight: normal;
	font-size: 16px;
	margin-top: 15px;
    margin-bottom: 5px;
}

#bottom .menu-bottom .contactos .partilha a{
	transition: none;
}


#bottom .menu-bottom .contactos .partilha a:hover {
	font-weight: normal;
}
#bottom .menu-bottom .contactos .partilha img {
    width: 20px;
    top: unset;
    bottom: unset;
    left: unset;
    margin-top: 20px;
}

#bottom .menu-bottom > div, #bottom .menu-bottom .publi-educativos > div {
	margin-bottom: 15px;
	margin-left: 15px;
	text-align: left;
}

#bottom a{
	transition: font-weight 0.1s ease-in-out;
}

#bottom a:hover{
	font-weight: Bold;
}

#bottom h2 a{
	transition: unset;
	color: #fff;
}

#bottom h2 a:hover{
	font-weight: unset;
}

/* --- v2 --- */
#bottom .logo-baleia.v2 {
    width: 1600px;
    left: unset;
    top: unset;
	margin: 0 calc((100% - 1600px) / 2);
    padding: 25px 0;
    text-align: left;
}

#bottom .conteudo-bottom .logo-baleia.v2  svg {
	width: 300px;
}

#bottom .menu-bottom.v2 {
	--bs-width: 50px;
	--bs-padding: 35px;
	grid-template-columns: 30% 25% 45%;
	padding-inline: 0;
	width: 1600px;
    padding-inline: 0;
    margin: auto;
}

#bottom .menu-bottom.v2 > div {
	width: 100%;
	margin-left: unset;
	border-right: unset;
}

#bottom .menu-bottom.v2 > div .icon-titulo {
	width: 100%;
}

#bottom .menu-bottom.v2 > div .icon-titulo svg {
	display: inline-block;
    width: var(--bs-width);
    height: var(--bs-width);
}

#bottom .menu-bottom.v2 > div.horario .icon-titulo svg {
	width: calc(var(--bs-width) - 10px);
}

#bottom .menu-bottom.v2 > div .icon-titulo svg g * {
	fill: #fff;
}

#bottom .menu-bottom.v2 h2 {
    line-height: normal;
    font-size: 27px;
    text-transform: uppercase;
    font-family: 'FSAlbert-Bold', sans-serif;
    margin: 10px 0 20px 0;
}

#bottom .menu-bottom.v2 p {
	font-family: 'FSAlbert-Regular', sans-serif;
	font-size: 25px;
	word-break: break-word;
}

#bottom .menu-bottom.v2 > div .icon-titulo h2 {
	display: inline-block;
    vertical-align: top;
    padding-left: var(--bs-padding);
}

#bottom .menu-bottom.v2 > div [class*="dados"] {
	padding-left: calc(var(--bs-width) + var(--bs-padding));
}

#bottom .menu-bottom.v2 > div .partilha-list > div {
	background: unset;
	display: inline-block;
}

#bottom .menu-bottom.v2 > div .partilha-list .outer_box {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#bottom .menu-bottom.v2 > div .partilha-list .outer_box svg {
	width: 130px;
    height: auto;
}

#bottom .menu-bottom.v2 > div .partilha-list > div .outer_box > svg path {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	fill: #005c83;
}

#bottom .menu-bottom.v2 > div .partilha-list > div .outer_box > svg path:nth-child(1) {
	opacity: 0.5;
	fill: #61a9bc;
}

#bottom .menu-bottom.v2 > div .partilha-list > div:hover .outer_box > svg path:nth-child(1) {
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#bottom .menu-bottom.v2 > div .partilha-list > div .outer_box > svg path:nth-child(2) {
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#bottom .menu-bottom.v2 > div .partilha-list > div:hover .outer_box > svg path:nth-child(2) {
	opacity: 0.5;
	fill: #61a9bc;
}

/* --- */
#bottom .menu-bottom.v2 > div .partilha-list > div:nth-child(2) .outer_box > svg path:nth-child(1) {
	transform-origin: center;
    transform: rotate(90deg);
}

#bottom .menu-bottom.v2 > div .partilha-list > div:nth-child(2) .outer_box > svg path:nth-child(2) {
	transform-origin: center;
    transform: rotate(90deg);
}


#bottom .menu-bottom.v2 > div .partilha-list > div:nth-child(2) .outer_box > svg path:nth-child(3) {
	transform-origin: center;
    transform: rotate(90deg);
}

/* --- */

#bottom .menu-bottom.v2 > div .partilha-list > div:nth-child(3) .outer_box > svg path:nth-child(1) {
	transform-origin: center;
    transform: rotate(270deg);
}

#bottom .menu-bottom.v2 > div .partilha-list > div:nth-child(3) .outer_box > svg path:nth-child(2) {
	transform-origin: center;
    transform: rotate(270deg);
}


#bottom .menu-bottom.v2 > div .partilha-list > div:nth-child(3) .outer_box > svg path:nth-child(3) {
	transform-origin: center;
    transform: rotate(270deg);
}

/* --- */

#bottom .menu-bottom.v2 > div .partilha-list > div:nth-child(4) .outer_box > svg path:nth-child(1) {
	transform-origin: center;
    transform: rotate(335deg);
}

#bottom .menu-bottom.v2 > div .partilha-list > div:nth-child(4) .outer_box > svg path:nth-child(2) {
	transform-origin: center;
    transform: rotate(335deg);
}


#bottom .menu-bottom.v2 > div .partilha-list > div:nth-child(4) .outer_box > svg path:nth-child(3) {
	transform-origin: center;
    transform: rotate(335deg);
}

/* --- */

#bottom .menu-bottom.v2 > div .partilha-list .outer_box .inner_box {
    position: absolute;
    display: flex;
    height: fit-content;
    width: fit-content;
    flex-direction: column;
}

#bottom .menu-bottom.v2 > div .partilha-list .outer_box .inner_box .itemIcon {
    width: fit-content;
    margin: 15% auto 0 auto;
}

#bottom .menu-bottom.v2 > div .partilha-list > div:first-child .outer_box .inner_box .itemIcon svg {
	width: 30px;
    height: 30px;
}

#bottom .menu-bottom.v2 > div .partilha-list > div:last-child .outer_box .inner_box .itemIcon svg {
	width: 32px;
    height: 40px;
}

#bottom .menu-bottom.v2 > div .partilha-list .outer_box .inner_box .itemIcon svg {
    width: 40px;
    height: 40px;
}


#bottom .menu-bottom.v2 > div .partilha-list .outer_box .inner_box .itemIcon svg * {
	fill: #fff;
}

@media (max-width: 361px){			
		
	/* --- Menu (Novo) --- */
	#logo {
		height: 60px;
		flex: 0 150px;
		width: 150px;
	}
	
	#logo .logo {

	}
	
	#menuExtras {
		display: flex;
        height: 60px;
        padding-top: 0px;
        align-items: center;
	}
	
	#menuExtras .mainLogo {
		display: none;
	}
	
	/* ------- Menu Superior --------- */
	#g-navigation {
		position: fixed;
		width: 100%;
	}
	
	#g-navigation .g-grid:nth-child(2) {
		width: 95%;
	}
	
	#g-navigation .g-grid:nth-child(3) {
        padding-top: 0px;
        width: 95%;
	}
	
	#g-navigation .g-grid:nth-child(4) {
		width: 95%;
        height: 0px;
	}
	
	#menuMega {
		display: none;
	}
			
	/* --- */
	#Menu2 {
		display: none;
	}
	
	#mobileBar {
		display: inline-flex;
        justify-content: flex-end;
        position: relative;
        top: -38px;
        height: 0px;
	}
	
	#mobileBar .botao {
		margin-bottom: 0px;
        margin-top: 0px;
	}
	/* ------- */
	
    #menu .sub1 span, #menu .sub2 span, #menu .sub3 span, #menu .sub4 span, #menu .sub5 span {
        font-size: 20px;
    }
	#g-header .logo img {
        max-width: 190px;
        margin-top: -100px;
    }
	
	#g-mainbar .w50-menu-conteudo .menu-museu {
		display: none;
	}
	
	#menu .menuMobile, #menu .menuTopo{
		display:block;
	} 
	
	#menu .menuMobile .parent{
		right:10%;
		left:auto;
	}
	
	#menu .menuMobile .parent li h4 {
		font-size: 30px;
	}
	
	#menu .menuMobile .sub1 span, #menu .menuMobile .sub2 span, #menu .menuMobile .sub3 span, #menu .menuMobile .sub4 span, #menu .menuMobile .sub5 span{
		font-size:18px;
	}
	
	#Video{
		height:900px;
	}
	
	#barra{
		height:900px;
	}
	
	#TextoVideo {
		left: 5%;
	}
	
	#TextoVideo h1{
		font-size:30px;
	}
	
	#TextoVideo h2{
		font-size:20px;
	}
	
	#barra .partilha{
		top: 78%;
		left: 0;
	}
	
	#publicacoes .w33{
		width:100% !important;
		margin:10px 0px;
	}
	
	#publicacoes .w33:nth-child(3) .descricao{
		bottom:40% !important;
	}
	
	#publicacoes .w33 .descricao h2{
		font-size:35px;
	}
	
	#publicacoes .w33 .descricao h3{
		font-size:17px;
	}
	
	/* --- */	
	#filtroPubExp .w33{
		width:100% !important;
		margin:10px 0px;
	}
	
	#filtroPubExp .w33:nth-child(3) .descricao{
		bottom:40% !important;
	}
	
	#filtroPubExp .w33 .descricao h2{
		font-size:35px;
	}
	
	#filtroPubExp .w33 .descricao h3{
		font-size:17px;
	}
	
	
	/* --- */
	
	#traducao{
		display:none;
		z-index:3;
	}
	
	#traducao .idiomas {
		top:2%;
	    left: 4%;
        right: auto;
		display: block;
		padding: 5px;
		border-radius: 20px;
	}
	
	#traducao .idiomas a{
		color:#000;
	}
	
	/*Formulário*/
	
	#contact-form, .contact-form{
		margin-top:20px;
		width:100%;
	}
	
	.contact-miscinfo{
		width:100%;
	}
	
	.contact-miscinfo span{
		font-size:18px;
	}
	
	/* ------- */
	#bottom .conteudo-bottom li .WaveSpacer svg.waves {
		height: 60px;
	}
	
	#bottom .menu-bottom {
		grid-template-columns: repeat(2, 1fr);
		justify-items: stretch;
		padding-right: 2%;
		padding-left: 2%;
		padding-top: 20px;
	}
	#bottom .conteudo-bottom li {
		height: auto;
	}

	#bottom .menu-bottom h2 {
		font-family: 'Poppins-SemiBold', sans-serif;
		font-size: 17px;
		margin: 5px 0px 10px 0px;
	}
	#bottom .menu-bottom h3 {
		font-size: 13px;
		margin-bottom: -2px;
    	margin-top: 0px;
	}
	#bottom .menu-bottom p {
		font-size: 13px;
		margin-bottom: 5px;
	}
	#bottom .conteudo-bottom img, #bottom .conteudo-bottom svg {
		position: relative;
        width: 90%;
	}
	
	.publi-educativos {
		display: contents;
    }
	
	.publi-educativos .servicos-educativos {	

	}
	
    #menu .icon {
        justify-self: end;
        left: -10px;
        width: 40px;
    }
    #menu .iconOff {
        left: -5px;
    }
    #menu .menu .parent {
        top:6%;
        left: -5%;
    }
    #menu .parent li h2 {
        font-size: 45px;
    }
    #menu .parent li h4 {
        font-size: 30px;
    }
    #menu .logoSlider {
        left: 27%;
        width: 125px;
    }
    #menu .Botao {
        display: none;
    }
    #menu .Esfera {
        left: 120%;
    }
				
	/* --- */
	.hasMenuLateral #g-container-main {
		background: #fff;
	}
				
	.hasMenuLateral #g-container-main > .g-grid {
		width: 95%;
        margin: 0 2.5%;
	}	

	#g-container .g-grid {
		width: 95%;
	}
	
	#g-container-main .g-block.size-11 {
		display: none;
	}
	
	#g-container-main .g-block.size-89 {
        padding-left: 0;
		margin-top: 15px;
        width: 100%;
	}
		
	/* --- */
	#g-above {
		margin-top: 80px;		
	}
	
	#Breadcrumbs .g-content {
		width: 100%;
	}
	
	body.hasMenuLateral.hasBC #Breadcrumbs {
		padding-top: 50px;
		background: transparent;
		position: relative;
		margin: 0;
		width: 100%;
	}
	
	body.hasMenuLateral.hasBC #Breadcrumbs .g-content {
		width: 100%;
		padding: 0;
		margin: auto;
	}
	
	body.hasMenuLateral.hasBC #Breadcrumbs .breadcrumb {
		background: transparent;
	}	
	
	/* --- */
	body.hasFilter.hasBC #Breadcrumbs {
		padding-top: 50px;
	}
	
	/* --- */
	body:not(.hasBC) #g-container-main {
		margin-top: 80px;
	}
		
	body:not(.hasFilter) #g-container-main .g-block.size-100 #g-mainbar > .g-grid > .g-block.size-95 .g-content {
		width: 95%;
		padding: 25px 25px;
	}

	/* --- */
	#g-mainbar {
		
	}
	
	#g-mainbar .w50-menu-conteudo > div:nth-child(2) {
        padding-right: 3%;
        padding-left: 3%;
		margin-top: 80px;
        width: 100%;
	}
		
	#g-mainbar .sobre-museu h2, #g-mainbar .historia-museu h2, 
	#g-mainbar .missao-vissao h2, #g-mainbar .historia-caca-baleia h2,
	#g-mainbar .projetos-cientifico h2, #g-mainbar .baleias-e-golfinhos .titulo-baleias-golfinho h2,
	#g-mainbar .outros-servicos h2, #g-mainbar .horario-tarifario .titulo-horario h2, 
	#g-mainbar .projetos-cientificos h2, #g-mainbar .cetaceos-barba .titulo-barbas h2, 
	#g-mainbar .cetaceos-dentes .titulo-dentes h2 { 
		font-size: 35px;
	}
	
    #g-mainbar .w50-conteudo-museu .titulo-sobre-museu h2 {
        font-size: 27px;
    }
    #g-mainbar .w50-conteudo-museu .texto {
    }
    #g-mainbar .w50-conteudo-museu .texto h3 {
        font-size: 17px;
    }
    .platform-content.container {
        padding: 0px;
    }
    #g-mainbar .w50-conteudo-museu .imagem {
        margin-top: 20px;
    }
	
	#g-mainbar .w50-conteudo-museu .imagem img {
        width: 270px;
		height: 125px;
    }
	
    #g-mainbar .w50-conteudo-museu .corpo {
        padding-right: 0px;
    }
    .col {
        padding-left: 10px;
        padding-right: 10px;
    }
    .texto p {
        margin-bottom: 5px;
        font-size: 13.5px;
    }
    #g-mainbar .w50-menu-conteudo {
        justify-content: center;
    }
    .w50-conteudo-museu{
        width: 100%;
        padding-left: 10px;
        padding-right: 20px;
    }
			
	#g-mainbar .outros-servicos .img-servicos-temp {
		grid-template-columns: repeat(2, 1fr);
	}
	
	#g-mainbar .outros-servicos .img-servicos-temp img {
	    height: 135px;
	}
		
	#g-mainbar .proj-cientificos-conteudo .w50-jump, #g-mainbar .proj-cientificos-conteudo .w50-meta, 
	#g-mainbar .proj-cientificos-conteudo .w50-marcet-II, #g-mainbar .proj-cientificos-conteudo .w50-marcet, 
	#g-mainbar .proj-cientificos-conteudo .w50-ms-III, #g-mainbar .proj-cientificos-conteudo .w50-ms-II, 
	#g-mainbar .proj-cientificos-conteudo .w50-ms, #g-mainbar .proj-cientificos-conteudo .w50-biometore, 
	#g-mainbar .proj-cientificos-conteudo .w50-cetaceos-II, #g-mainbar .proj-cientificos-conteudo .w50-emecetus, 
	#g-mainbar .proj-cientificos-conteudo .w50-golfinicho,#g-mainbar .proj-cientificos-conteudo .w50-macetus, 
	#g-mainbar .proj-cientificos-conteudo .w50-cetaceos {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		justify-items: center;
	}
		
	/* --- */
	.itemid-345 #g-container-main .g-content {
		width: 95%;
	}
	
	#g-mainbar .page-header h1, #g-mainbar .page-header h2 {
		padding-right: 0px;
	}
	
	#g-mainbar .principal h2 {
		font-size: 1.3rem;
	}

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

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

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

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

	#g-mainbar .principal.Galerias .multipleImages .item-image {
		width: 97.5%;
	}
		
	#g-mainbar .principal .item.w100 {
		float: unset;
		padding: unset;
	}
		
	#g-mainbar .principal .descricao.w50 {
		width: 100%;
	}
	
	#g-mainbar .principal .item.w50 {
		width: 100%;
	}
	
	#g-mainbar .principal .item.w50 .item-image {
		text-align: left;
	}
		
	#g-mainbar .principal .video .item {
		width: 240px;
		margin: 0;
	}

	#g-mainbar .principal .video .item iframe {
		height: 135px;
	}
			
	/* --- */
	.itemid-352 #g-mainbar .principal > div[class*="class"] {
		width: calc(100% - 40px);
	}
	
	.itemid-352 #g-mainbar .principal > div[class*="links"] a {
		width: 100%;
	}
		
	/* --- */
	#publicacoes .g-content {
		width: 95%;
	}
			
	body:not(.hasFilter) #g-container-main .g-block.size-100 #g-mainbar > .g-grid:nth-of-type(1) > .g-block.size-95 .principal h1, body:not(.hasFilter) #g-container-main .g-block.size-100 #g-mainbar > .g-grid:nth-of-type(1) > .g-block.size-95 .principal h2, 
	#PageContent .platform-content.container .page-header h1, 
	#publicacoes .header h3, #filtroPubExp .header h3, #multimedia .header h3, #reels .header h3, .itemid-356 #PageContent .finder h1, #faleConnosco h3, #faleConnosco .dados .tituloSection, #faleConnosco .documentos h4 {
        font-size: 25px;	
	}
	
	#publicacoes .sideFilter {
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
		max-width: unset;
		height:100%;
		left:-100%;
		padding: 30px 20px;
		position: fixed;
		overflow-y: scroll;
		top: 80px;
        padding-top: 80px;
        z-index: 10;
		-webkit-transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-o-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out;
	}
	
	.itemid-307 #publicacoes .sideFilter {
		width: 100%;
		max-width: unset;
		position: fixed;
		padding-bottom: 150px !important;
	}
		
	.itemid-307 #publicacoes .sideFilter .lateral {
		display: inline-flex;
		width: 100%;
		flex-direction: column;
	}
	
	.itemid-307 #publicacoes .sideFilter .form-group {
		width: 98%;
		margin-inline: 1%;
	}
	
	#publicacoes .closeSearch {
		display:block;
	}

	#publicacoes .mobile {
		display:block;
		top: 80px;
	}

	#publicacoes .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;
	}
		
	#publicacoes .newsBlocks .item {
	    width: 100%;
	}
	
	/* --- */
	#NewsPage .item	 {
	    width: 100%;
	}
	
	/* --- */
	#filtroPubExp .g-content {

	}
	
	#filtroPubExp .sideFilter {
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
		max-width: unset;
		height:100%;
		left:-100%;
		padding: 30px 20px;
		position: fixed;
		overflow-y: scroll;
		top: 80px;
        padding-top: 80px;
		padding-bottom: 150px;
        z-index: 10;
		-webkit-transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-o-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out;
		display: block;
	}
		
	body:where(.itemid-331, .itemid-357, .itemid-384, .itemid-385, .itemid-394)	#filtroPubExp .sideFilter {
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
		max-width: unset;
		height:100%;
		left:-100%;
		padding: 30px 20px;
		position: fixed;
		overflow-y: scroll;
		top: 80px;
        padding-top: 80px;
		padding-bottom: 150px;
        z-index: 10;
		-webkit-transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-o-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out;
		display: block;
	}
	
	body:where(.itemid-331, .itemid-357, .itemid-384, .itemid-385, .itemid-394)	#filtroPubExp .sideFilter .form-group#search {
		width: 100%;
	}
	
	#filtroPubExp .sideFilter .form-group {
		width: 100%;
	}
		
	body:where(.itemid-335, .itemid-335) #filtroPubExp .sideFilter .form-group {
		width: 100%;
	}
	
	#filtroPubExp .sideFilter #cleanfilter {
		width: 100%;
		line-height: 1;
		margin: 10px 0px;
		padding: 15px 15px 15px 15px;
	}
	
	#filtroPubExp .closeSearch {
		display:block;
	}
	
	body:where(.itemid-335, .itemid-335) #filtroPubExp .closeSearch {
		display: none;
    }
	
	#filtroPubExp .mobile {
		display:block;
		top: 80px;
	}
	
	body:where(.itemid-335, .itemid-335) #filtroPubExp .mobile {
		display: none;
	}
	
	#filtroPubExp .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;
	}
		
	#filtroPubExp .newsBlocks .item {
	    width: 100%;
	}
		
	/* --- */	
	#g-container-main .g-block.size-100 #g-mainbar #documentos {
		background: #ffffff;
	}
	
	#g-container-main .g-block.size-100 #g-mainbar #documentos .g-content {
		width: 95%;
	}
	
    #documentos .TreeDocs {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
        vertical-align: top;
        margin: 0;
        padding: 30px 20px 460px 20px;
        display: inline-block !important;
        position: fixed;
        height: 100%;
        left: -100%;
		top: 80px;
		z-index: 8;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        overflow-y: scroll;
    }
   		
	#documentos .TreeDocs .tree-list {
		padding: 30px;
	}
	
    #documentos .content-docs .clearFilter {
        font-size: 14px;
    }
   
    #documentos .tree-list .closeSearch {
        font-size: 14px;
        display: block;
        width: fit-content;
        margin-top: 25px;
    }
   
    #documentos .content-docs .mobile {
		display: block;
		top: 80px;
    }

	#documentos .content-docs .clearFilter {
		margin-top: 35px;
	}
	
    #documentos .contentDocs {
        width:100%;
        margin: 20px 0;
		padding: 40px 0;
    }
    
    #documentos .content-docs .item {
        width: 100%;
        padding: 40.5% 10px 10px 10px;
    }
    
    #documentos .content-docs .item svg {
        height: 40px;
    }
    
    #documentos h2 {
		font-size: 28px;
		margin-left: 10px;
    }
    
    #documentos .documents a {
        width: 100%;
        font-size: 16px;
    }
    
    #documentos .documents .docVisual {
        font-size: 13px;
    }
		
	/* --- */
	body.hasBC.hasFilter.itemid-358 #partilha .g-content, body.hasBC.hasFilter.itemid-359 #partilha .g-content {
		width: 340px;
	}
	
	body.hasFilter #partilha .g-content, body.hasBC:not(.hasMenuLateral) #partilha .g-content {
		width: 95%;
	}
	
	/* --- */
	#reels .g-content, #multimedia .g-content  {
        width: 340px;
    }
	  	
	#multimedia .multimediaContainer .resultsContent, #reels .reelsContainer .resultsContent {
		text-align: center;
	} 
   	   
    #multimedia .multimediaContainer, #reels .reelsContainer {
	    padding: 20px;
	}
    	
	#multimedia .seeVideo, #reels .seeVideo {
		top: 104px;
	}
	
	#multimedia .multimediaContainer .searchBar,  #reels .reelsContainer .searchBar {
        /* -webkit-flex: 0 100%; */
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100% !important;
        vertical-align: top;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        position: fixed;
        background: rgb(255, 255, 255) !important;
        height: 100%;
        left: -100%;
        top: 100px;
        z-index: 99999;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }


	#multimedia .searchBar .searchBarContent, #reels .searchBar .searchBarContent {
        position: relative;
        top: 85px;
		display:block !important;
    }
	
	#multimedia .closeSearch ,#reels .closeSearch {
        display: block;
        padding: 5px 10px;
        margin-left: auto;
        cursor: pointer;
        font-family: 'FSAlbert-Regular', sans-serif;
        font-size: 16px;
        background: #005c83;
        color: #fff;
        width: fit-content;
        margin-top: 25px;
    }
	
	#multimedia .searchBar .form-group, #reels .searchBar .form-group {
	    width: 100%;
		margin: 10px 0;
	}
	
	#multimedia .multimediaContainer .searchBar h3, #reels .reelsContainer .searchBar h3{
		margin-bottom:7px;
	}
	
	#multimedia .multimediaContainer .searchBar #find, #reels .reelsContainer .searchBar #find {
        top: 40px;
    }

	#multimedia .resultsContent .searchButton, #reels .resultsContent .searchButton {
		float: right;
		background: #005c83;
		width: auto;
		display: inline-block;
		padding: 5px 10px;
		font-family: 'FSAlbert-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 .resultsContent .mobile, #reels .resultsContent .mobile {
        position: fixed;
        top: 80px;
        background: #acd8e3;
        height: auto;
        width: 100%;
        left: 0;
        padding: 5px 5px;
        z-index: 9;
        cursor: pointer;
	}
	#multimedia .multimediaContainer .resultsContent, #reels .reelsContainer .resultsContent {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
        margin-left: 0;
	}
	#multimedia .videoItem {
    	width: 100%;
	}
    
    #multimedia .videoItem .video {
		height: 185px;
        margin-bottom: -185px;
    }
	
	#multimedia .videoItem .video {
		height: 185px;
        margin-bottom: -185px;
	}
	
	#multimedia .videoItem .video iframe {
		height: 128px !important;
    	width:230px;
	}
	#multimedia .seeVideo .closeVideo {
		right: 15px;
	}
	#multimedia .seeVideo .video {
	    margin-top: 90px;
	}
	#multimedia .seeVideo .video iframe {
	    height: 362px !important;
	}
    
    #reels .videoItem {
        width: 100%;
    }
    	
	.itemid-359 #reels .videoItem {
		width: auto !important;
	}
	
    #reels .videoItem .video iframe {
        /*height: 475px;*/
    }
    
    #reels .videoItem h3.videoTitle {
        font-size: 16px;
    }
	
	#multimedia .videoItem {
		height: 200px;
	}
	
	#multimedia .videoItem .overlay {
        height: 220px;
        margin-bottom: -220px;
	}
	
	/* --- */	
	#faleConnosco .g-content {
        margin: 75px 2% 50px 2%;
    }	
		
	#faleConnosco #blocoTipoEntidade, #faleConnosco .form-group.identificacao, #faleConnosco #blocoAreaGeografica, #faleConnosco .form-group.area, #faleConnosco #blocoAssunto, #faleConnosco .form-group.assunto {
        width: 100%;
        padding: 0;
    }
	
	#faleConnosco .entidade, #faleConnosco .responsavel, #faleConnosco .nif, #faleConnosco .departamento, #faleConnosco .email, #faleConnosco .confEmail, #faleConnosco .conf_email {
        width: 100%;
        padding: 0;
    }
		
	/* --- */
	#theInterfaceLogo .logoInterface .prod {
		display: none;
	}	
	
	/* --- */
	#bottom .logo-baleia.v2 {
		width: 95%;
		margin: 0 2.5%;
	}
		
	#bottom .menu-bottom.v2 {
		--bs-width: 40px;
		--bs-padding: 15px;
		width: 95%;
		grid-template-columns: 100%;
		grid-row-gap: 30px;
		grid-column-gap: 15px;
		padding-inline: 0;
	}
	
	#bottom .menu-bottom.v2 h2 {
		font-size: 25px;
		margin: 5px 0 20px 0;
	}
	
	#bottom .menu-bottom.v2 p {
		font-size: 19px;
	}

	#bottom .menu-bottom.v2 .contactos {
		grid-area: 1 / 1 / 2 / 2;
	}
			
	#bottom .menu-bottom.v2 .horario {
		grid-area: 2 / 1 / 3 / 2;
	}
			
	#bottom .menu-bottom.v2 .partilha {
		grid-area: 3 / 1 / 4 / 2;
		padding-left: calc(var(--bs-width) + var(--bs-padding));
	}
	
	#bottom .menu-bottom.v2 > div .partilha-list {
		width: calc(50px * 4);
	}
		
	#bottom .menu-bottom.v2 > div .partilha-list .outer_box svg {
		width: 80px;
	}
	
	#bottom .menu-bottom.v2 > div .partilha-list > div:first-child .outer_box .inner_box .itemIcon svg {
        width: 20px;
        height: 20px;
	}
		
	#bottom .menu-bottom.v2 > div .partilha-list > div:last-child .outer_box .inner_box .itemIcon svg {
		width: 25px;
		height: 40px;
	}
	
	#bottom .menu-bottom.v2 > div .partilha-list .outer_box .inner_box .itemIcon svg {
		width: 30px;
		height: 30px;
	}
}

@media (min-width: 362px) and (max-width: 469px){
    #menu .sub1 span, #menu .sub2 span, #menu .sub3 span, #menu .sub4 span, #menu .sub5 span {
        font-size: 20px;
    }
		
	/* --- Menu (Novo) --- */
	#logo {
		height: 60px;
		flex: 0 150px;
		width: 150px;
	}
	
	#logo .logo {

	}
	
	#menuExtras {
		display: flex;
        height: 60px;
        padding-top: 0px;
        align-items: center;
	}
	
	#menuExtras .mainLogo {
		display: none;
	}
	
	/* ------- Menu Superior --------- */
	#g-navigation {
		position: fixed;
		width: 100%;
	}
	
	#g-navigation .g-grid:nth-child(2) {
		width: 95%;
	}
	
	#g-navigation .g-grid:nth-child(3) {
        padding-top: 0px;
        width: 95%;
	}
	
	#g-navigation .g-grid:nth-child(4) {
		width: 95%;
        height: 0px;
	}
	
	#menuMega {
		display: none;
	}
			
	/* --- */
	#Menu2 {
		display: none;
	}
	
	#mobileBar {
		display: inline-flex;
        justify-content: flex-end;
        position: relative;
        top: -38px;
        height: 0px;
	}
	
	#mobileBar .botao {
		margin-bottom: 0px;
        margin-top: 0px;
	}
	/* ------- */
	#bottom .conteudo-bottom li .WaveSpacer svg.waves {
		height: 60px;
	}
	
	#bottom .menu-bottom {
		grid-template-columns: repeat(2, 1fr);
		justify-items: stretch;
		padding-right: 2%;
		padding-left: 2%;
		padding-top: 20px;
	}
	#bottom .conteudo-bottom li {
		height: auto;
	}

	#bottom .menu-bottom h2 {
		font-family: 'Poppins-SemiBold', sans-serif;
		font-size: 16px;
		margin: 5px 0px 10px 0px;
	}
	#bottom .menu-bottom h3 {
		font-size: 13px;
		margin-bottom: -2px;
    	margin-top: 0px;
	}
	#bottom .menu-bottom p {
		font-size: 13px;
		margin-bottom: 5px;
	}
	#bottom .conteudo-bottom img, #bottom .conteudo-bottom svg {
		position: relative;
        width: 90%;
	}
	
	.publi-educativos {
		display: contents;
    }
	
	.publi-educativos .servicos-educativos {	

	}
	
    .soon{
        right:20px;
        font-size:12px;
    }
    
    #g-header .logo img {
        max-width: 200px;
        margin-top: -115px;
    }
    
    #g-header .item{
        margin-top:-50px;
    }
	
	#g-mainbar .w50-menu-conteudo .menu-museu {
		display: none;
	}
	
	#menu .menuMobile, #menu .menuTopo{
		display:block;
	} 
	
	#menu .menuMobile .parent{
		right:10%;
		left:auto;
	}
	
	#menu .menuMobile .parent li h4 {
		font-size: 35px;
	}
	
	#menu .menuMobile .sub1 span, #menu .menuMobile .sub2 span, #menu .menuMobile .sub3 span, #menu .menuMobile .sub4 span, #menu .menuMobile .sub5 span{
		font-size:18px;
	}
	
	#Video{
		height:900px;
	}
	
	#barra{
		height:900px;
	}
	
	#TextoVideo {
		left: 5%;
	}
	
	#TextoVideo h1{
		font-size:30px;
	}
	
	#TextoVideo h2{
		font-size:20px;
	}
	
	#barra .partilha{
		top: 78%;
		left: 0;
	}
	
	#publicacoes .w33{
		width:100% !important;
		margin:10px 0px;
	}
	
	#publicacoes .w33:nth-child(2) .descricao{
		bottom:60% !important;
	}
	
	#publicacoes .w33:nth-child(3) .descricao{
		bottom:50% !important;
	}
	
	#publicacoes .w33 .descricao h2{
		font-size:35px;
	}
	
	#publicacoes .w33 .descricao h3{
		font-size:17px;
	}
	
	/* --- */	
	#filtroPubExp .w33{
		width:100% !important;
		margin:10px 0px;
	}
	
	#filtroPubExp .w33:nth-child(2) .descricao{
		bottom:60% !important;
	}
	
	#filtroPubExp .w33:nth-child(3) .descricao{
		bottom:50% !important;
	}
	
	#filtroPubExp .w33 .descricao h2{
		font-size:35px;
	}
	
	#filtroPubExp .w33 .descricao h3{
		font-size:17px;
	}
	
	/* --- */
	
	#traducao{
		display:none;
		z-index:3;
	}
	
	#traducao .idiomas {
	    top: 2%;
	    left: 4%;
        right: auto;
		display: block;
		padding: 5px;
		border-radius: 20px;
	}
	
	#traducao .idiomas a{
		color:#000;
	}
	
	/*Formulário*/
	
	#contact-form, .contact-form{
		margin-top:20px;
		width:100%;
	}
	
	.contact-miscinfo{
		width:100%;
	}
    #menu .icon {
        justify-self: end;
        left: -10px;
    }
    #menu .iconOff {
        left: -5px;
    }
    #menu .menu .parent {
        top:6%;
        left: -5%;
    }
    #menu .parent li h2 {
        font-size: 45px;
    }
    #menu .parent li h4 {
        font-size: 30px;
    }
    #menu .logoSlider {
        left: 35%;
        width: 125px;
    }
    #menu .Botao {
        display: none;
    }
    #menu .Esfera {
        left: 140%;
    }
				
	/* --- */
	.hasMenuLateral #g-container-main {
		background: #fff;
	}
				
	.hasMenuLateral #g-container-main > .g-grid {
		width: 95%;
        margin: 0 2.5%;
	}	

	#g-container-main .g-block.size-11 {
		display: none;
	}
	
	#g-container-main .g-block.size-89 {
        padding-left: 0;
		margin-top: 15px;
        width: 100%;
	}
		
	/* --- */
	#g-above {
		margin-top: 80px;		
	}
	
	#Breadcrumbs .g-content {
		width: 100%;
	}
	
	body.hasMenuLateral.hasBC #Breadcrumbs {
		padding-top: 50px;
		background: transparent;
		position: relative;
		margin: 0;
		width: 100%;
	}
	
	body.hasMenuLateral.hasBC #Breadcrumbs .g-content {
		width: 100%;
		padding: 0;
		margin: auto;
	}
	
	body.hasMenuLateral.hasBC #Breadcrumbs .breadcrumb {
		background: transparent;
	}	
		
	/* --- */
	body.hasFilter.hasBC #Breadcrumbs {
		padding-top: 50px;
	}
	
	/* --- */
	body:not(.hasBC) #g-container-main {
		margin-top: 80px;
	}
		
	body:not(.hasFilter) #g-container-main .g-block.size-100 #g-mainbar > .g-grid > .g-block.size-95 .g-content {
		width: 95%;
		padding: 25px 25px;
	}

	/* --- */
	#g-mainbar {
		
	}
	
	#g-mainbar .w50-menu-conteudo > div:nth-child(2) {
        padding-right: 3%;
        padding-left: 3%;
		margin-top: 80px;
        width: 100%;
	}
		
	#g-mainbar .sobre-museu h2, #g-mainbar .historia-museu h2, 
	#g-mainbar .missao-vissao h2, #g-mainbar .historia-caca-baleia h2,
	#g-mainbar .projetos-cientifico h2, #g-mainbar .baleias-e-golfinhos .titulo-baleias-golfinho h2,
	#g-mainbar .outros-servicos h2, #g-mainbar .horario-tarifario .titulo-horario h2, 
	#g-mainbar .projetos-cientificos h2, #g-mainbar .cetaceos-barba .titulo-barbas h2, 
	#g-mainbar .cetaceos-dentes .titulo-dentes h2 { 
		font-size: 35px;
	}
	
    #g-mainbar .w50-conteudo-museu .titulo-sobre-museu h2 {
        font-size: 27px;
    }
    #g-mainbar .w50-conteudo-museu .texto {
    }
    #g-mainbar .w50-conteudo-museu .texto h3 {
        font-size: 19px;
    }
    .platform-content.container {
        padding: 0px;
    }
    #g-mainbar .w50-conteudo-museu .imagem {
        margin-top: 20px;
    }
	
	#g-mainbar .w50-conteudo-museu .imagem img {
        width: 270px;
		height: 125px;
    }
	
    #g-mainbar .w50-conteudo-museu .corpo {
        padding-inline: 20px;
    }
    .col {
        padding-left: 10px;
        padding-right: 10px;
    }
    .texto p {
        margin-bottom: 5px;
        font-size: 13.5px;
    }
    #g-mainbar .w50-menu-conteudo {
        justify-content: center;
    }
    .w50-conteudo-museu{
        width: 100%;
        padding-left: 10px;
        padding-right: 20px;
    }
			
	#g-mainbar .outros-servicos .img-servicos-temp {
		grid-template-columns: repeat(2, 1fr);
	}
	
	#g-mainbar .outros-servicos .img-servicos-temp img {
	    height: 100px;
	}
		
	#g-mainbar .proj-cientificos-conteudo .w50-jump, #g-mainbar .proj-cientificos-conteudo .w50-meta, 
	#g-mainbar .proj-cientificos-conteudo .w50-marcet-II, #g-mainbar .proj-cientificos-conteudo .w50-marcet, 
	#g-mainbar .proj-cientificos-conteudo .w50-ms-III, #g-mainbar .proj-cientificos-conteudo .w50-ms-II, 
	#g-mainbar .proj-cientificos-conteudo .w50-ms, #g-mainbar .proj-cientificos-conteudo .w50-biometore, 
	#g-mainbar .proj-cientificos-conteudo .w50-cetaceos-II, #g-mainbar .proj-cientificos-conteudo .w50-emecetus, 
	#g-mainbar .proj-cientificos-conteudo .w50-golfinicho,#g-mainbar .proj-cientificos-conteudo .w50-macetus, 
	#g-mainbar .proj-cientificos-conteudo .w50-cetaceos {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		justify-items: center;
	}
		
	/* --- */
	.itemid-345 #g-container-main .g-content {
		width: 95%;
	}
	
	#g-mainbar .page-header h1, #g-mainbar .page-header h2 {
		padding-right: 0px;
	}
	
	#g-mainbar .principal h2 {
		font-size: 1.3rem;
	}

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

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

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

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

	#g-mainbar .principal.Galerias .multipleImages .item-image {
		width: 97.5%;
	}
		
	#g-mainbar .principal .item.w100 {
		float: unset;
		padding: unset;
	}
		
	#g-mainbar .principal .descricao.w50 {
		width: 100%;
	}
	
	#g-mainbar .principal .item.w50 {
		width: 100%;
	}
	
	#g-mainbar .principal .item.w50 .item-image {
		text-align: left;
	}
		
	#g-mainbar .principal .video .item {
		width: 385px;
		margin: 0;
	}

	#g-mainbar .principal .video .item iframe {
		height: 215px;
	}
				
	/* --- */
	.itemid-352 #g-mainbar .principal > div[class*="class"] {
		width: calc(100% - 40px);
	}
	
	.itemid-352 #g-mainbar .principal > div[class*="links"] a {
		width: 100%;
	}
		
	/* --- */	
	#publicacoes .g-content {
		width: 95%;
	}
		
	body:not(.hasFilter) #g-container-main .g-block.size-100 #g-mainbar > .g-grid:nth-of-type(1) > .g-block.size-95 .principal h1, body:not(.hasFilter) #g-container-main .g-block.size-100 #g-mainbar > .g-grid:nth-of-type(1) > .g-block.size-95 .principal h2, 
	#PageContent .platform-content.container .page-header h1, 
	#publicacoes .header h3, #filtroPubExp .header h3, #multimedia .header h3, #reels .header h3, .itemid-356 #PageContent .finder h1, #faleConnosco h3, #faleConnosco .dados .tituloSection, #faleConnosco .documentos h4 {
        font-size: 25px;	
	}
	
	#publicacoes .sideFilter {
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
		max-width: unset;
		height:100%;
		left:-100%;
		padding: 30px 20px;
		position: fixed;
		overflow-y: scroll;
		top: 80px;
        padding-top: 80px;
		z-index: 10;
		-webkit-transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-o-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out;
	}
	
	.itemid-307 #publicacoes .sideFilter {
		width: 100%;
		max-width: unset;
		position: fixed;
		padding-bottom: 150px !important;
	}
		
	.itemid-307 #publicacoes .sideFilter .lateral {
		display: inline-flex;
		width: 100%;
		flex-direction: column;
	}
	
	.itemid-307 #publicacoes .sideFilter .form-group {
		width: 98%;
		margin-inline: 1%;
	}
	
	#publicacoes .closeSearch {
		display:block;
	}

	#publicacoes .mobile {
		display:block;
		top: 80px;
	}

	#publicacoes .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;
	}
		
	#publicacoes .newsBlocks .item {
	    width: 100%;
	}
			
	#publicacoes .newsBlocks .item > a {
		height: 300px;
	}
		
	/* --- */
	#NewsPage .item	 {
	    width: 100%;
	}
	
	#NewsPage .item > a {
		height: 300px;
	}
	
	/* --- */	
	#filtroPubExp .g-content {

	}
	
	#filtroPubExp .sideFilter {
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
		max-width: unset;
		height:100%;
		left:-100%;
		padding: 30px 20px;
		position: fixed;
		overflow-y: scroll;
		top: 80px;
        padding-top: 80px;
		padding-bottom: 150px;
		z-index: 10;
		-webkit-transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-o-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out;
		display: block;
	}
		
	body:where(.itemid-331, .itemid-357, .itemid-384, .itemid-385, .itemid-394)	#filtroPubExp .sideFilter {
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
		max-width: unset;
		height:100%;
		left:-100%;
		padding: 30px 20px;
		position: fixed;
		overflow-y: scroll;
		top: 80px;
        padding-top: 80px;
		padding-bottom: 150px;
        z-index: 10;
		-webkit-transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-o-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out;
		display: block;
	}
	
	body:where(.itemid-331, .itemid-357, .itemid-384, .itemid-385, .itemid-394) #filtroPubExp .sideFilter .form-group#search {
		width: 100%;
	}
	
	#filtroPubExp .sideFilter .form-group {
		width: 100%;
	}
		
	body:where(.itemid-335, .itemid-335) #filtroPubExp .sideFilter .form-group {
		width: 100%;
	}
	
	#filtroPubExp .sideFilter #cleanfilter {
		width: 100%;
		line-height: 1;
		margin: 10px 0px;
		padding: 15px 15px 15px 15px;
	}
	
	#filtroPubExp .closeSearch {
		display:block;
	}
	
	body:where(.itemid-335, .itemid-335) #filtroPubExp .closeSearch {
		display: none;
    }
	
	#filtroPubExp .mobile {
		display:block;
		top: 80px;
	}
	
	body:where(.itemid-335, .itemid-335) #filtroPubExp .mobile {
		display: none;
	}
	
	#filtroPubExp .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;
	}
		
	#filtroPubExp .newsBlocks .item {
	    width: 100%;
	}
			
	#filtroPubExp .item > a {
		height: 300px;
	}
		
	/* --- */	
	#g-container-main .g-block.size-100 #g-mainbar #documentos {
		background: #ffffff;
	}
	
	#g-container-main .g-block.size-100 #g-mainbar #documentos .g-content {
		width: 95%;
	}
	
    #documentos .TreeDocs {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
        vertical-align: top;
        margin: 0;
        padding: 30px 20px 460px 20px;
        display: inline-block !important;
        position: fixed;
        height: 100%;
        left: -100%;
		top: 80px;
		z-index: 8;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        overflow-y: scroll;
    }
    		
	#documentos .TreeDocs .tree-list {
		padding: 30px;
	}
	
    #documentos .content-docs .clearFilter {
        font-size: 14px;
    }
    
    #documentos .tree-list .catLevel1 { 
    }
   
    #documentos .tree-list .closeSearch {
        font-size: 14px;
        display: block;
        width: fit-content;
        margin-top: 25px;
    }
   
    #documentos .content-docs .mobile {
		display: block;
		top: 80px;
    }

	#documentos .content-docs .clearFilter {
		margin-top: 35px;
	}
	
    #documentos .contentDocs {
        width:100%;
        margin: 20px 0;
		padding: 40px 0;
    }
    
    #documentos .content-docs .item {
        width: 47%;
        padding: 40.5% 10px 10px 10px;
    }
    
    #documentos .content-docs .item svg {
        height: 40px;
    }
    
    #documentos .content-docs .item .catName {
        bottom: 10%;
        font-size: 16px;
    }
    
    #documentos h2 {
		font-size: 28px;
		margin-left: 10px;
    }
    
    #documentos .documents a {
        width: 100%;
        font-size: 16px;
    }
    
    #documentos .documents .docVisual {
        font-size: 13px;
    }
    	
	/* --- */
	body.hasBC.hasFilter.itemid-358 #partilha .g-content, body.hasBC.hasFilter.itemid-359 #partilha .g-content {
		width: 352px;
	}
	
	body.hasFilter #partilha .g-content, body.hasBC:not(.hasMenuLateral) #partilha .g-content {
		width: 95%;
	}
		
	/* --- */
	#reels .g-content, #multimedia .g-content  {
		width: 352px;
    }
	 	
	#multimedia .multimediaContainer .resultsContent, #reels .reelsContainer .resultsContent {
		text-align: center;
	} 
   	
	#multimedia .multimediaContainer .searchBar #find, #reels .reelsContainer .searchBar #find {
        cursor: pointer;
        position: absolute;
        width: 20px;
        height: 20px;
        right: 25px;
        top: 40px;
    }
	#multimedia .closeSearch ,#reels .closeSearch {
        display: block;
        padding: 5px 10px;
        margin-left: auto;
        cursor: pointer;
        font-family: 'FSAlbert-Regular', sans-serif;
        font-size: 16px;
        background: #005c83;
        color: #fff;
        width: fit-content;
        margin-top: 25px;
	}
	#multimedia .resultsContent .searchButton, #reels .resultsContent .searchButton {
		float: right;
		background: #005c83;
		width: auto;
		display: inline-block;
		padding: 5px 10px;
		font-family: 'FSAlbert-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;
	}

    .searchBar .searchBarContent {
        width: 300px;
        padding: 20px;
        background: #fff;
        position: fixed;
        height: 100%;
        display: none;
    }
	
	#multimedia .multimediaContainer .searchBar, #reels .reelsContainer .searchBar {
		-webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100% !important;
        max-width: unset;
        display: flex;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        position: fixed;
        background: rgb(255, 255, 255) !important;
        height: 100%;
        left: -100%;
        top: 80px;
        z-index: 10;
        -webkit-transition: left 0.5s ease-in;
        -moz-transition: left 0.5s ease-in;
        -o-transition: left 0.5s ease-in;
        transition: left 0.5s ease-in;
    }

	#multimedia .searchBar .searchBarContent, #reels .searchBar .searchBarContent {
        position: relative;
        top: 85px;
		display:block !important;
    }
	#multimedia .searchBar .form-group, #reels .searchBar .form-group {
	    width: 100%;
		margin: 10px 0;
	}
	
	#multimedia .multimediaContainer .searchBar h3, #reels .reelsContainer .searchBar h3{
		margin-bottom:7px;
	}

	#multimedia .resultsContent .mobile, #reels .resultsContent .mobile {
        position: fixed;
        top: 80px;
        background: #acd8e3;
        height: auto;
        width: 100%;
        left: 0;
        padding: 5px 5px;
        z-index: 9;
        cursor: pointer;
	}
	 .sideFilter {
    transition: all .5s ease-in-out;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 77px;
    position: fixed;
    background: rgb(255, 255, 255) !important;
    height: 100%;
    left: -100%;
    top: 100px;
    z-index: 99999;
	}
	    	
	#multimedia .multimediaContainer .searchBar #find, #reels .reelsContainer .searchBar #find {
        cursor: pointer;
        position: absolute;
        width: 20px;
        height: 20px;
        right: 25px;
        top: 40px;
    }
	#multimedia .closeSearch ,#reels .closeSearch {
        display: block;
        padding: 5px 10px;
        margin-left: auto;
        cursor: pointer;
        font-family: 'FSAlbert-Regular', sans-serif;
        font-size: 16px;
        background: #005c83;
        color: #fff;
        width: fit-content;
        margin-top: 25px;
	}


    .searchBar .searchBarContent {
        width: 300px;
        padding: 20px;
        background: #fff;
        position: fixed;
        height: 100%;
        display: none;
    }
	
	#multimedia .multimediaContainer .searchBar, #reels .reelsContainer .searchBar {
		-webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100% !important;
        max-width: unset;
        display: flex;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        position: fixed;
        background: rgb(255, 255, 255) !important;
        height: 100%;
        left: -100%;
        top: 80px;
        z-index: 10;
        -webkit-transition: left 0.5s ease-in;
        -moz-transition: left 0.5s ease-in;
        -o-transition: left 0.5s ease-in;
        transition: left 0.5s ease-in;
    }

	#multimedia .searchBar .searchBarContent, #reels .searchBar .searchBarContent {
        position: relative;
        top: 85px;
		display:block !important;
		width: 100%;
    }
	#multimedia .searchBar .form-group, #reels .searchBar .form-group {
	    width: 100%;
		margin: 10px 0;
	}
	
	#multimedia .multimediaContainer .searchBar h3, #reels .reelsContainer .searchBar h3{
		margin-bottom:7px;
	}

	#multimedia .resultsContent .searchButton, #reels .resultsContent .searchButton {
		float: right;
		background: #005c83;
		width: auto;
		display: inline-block;
		padding: 5px 10px;
		font-family: 'FSAlbert-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 .resultsContent .mobile, #reels .resultsContent .mobile {
        position: fixed;
        top: 80px;
        background: #acd8e3;
        height: auto;
        width: 100%;
        left: 0;
        padding: 5px 5px;
        z-index: 9;
        cursor: pointer;
	}
	/**/
	 .sideFilter {
    transition: all .5s ease-in-out;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 77px;
    position: fixed;
    background: rgb(255, 255, 255) !important;
    height: 100%;
    left: -100%;
    top: 100px;
    z-index: 99999;
	}
	
    #multimedia .w33 {
        width: 100%;
    }
    
    #multimedia .w33.left {
        margin-right: 0%;
    }
    
    #multimedia iframe {
        height: 310px;
        width: 100%;
    }
    
    #multimedia .w33.right {
        margin-left: 0%;
    }
    
    #multimedia .w33.center {
        margin-right: 0%;
        margin-left: 0%;
    }
    	
	#multimedia .seeVideo, #reels .seeVideo {
		top: 104px;
	}
	
    #multimedia .multimediaContainer, #reels .reelsContainer {
	    padding: 20px;
	}


	#multimedia .searchBar .form-group, #reels .searchBar .form-group {
	    width: 100%;
	}
	
	#multimedia .multimediaContainer .resultsContent, #reels .reelsContainer .resultsContent {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
        margin-left: 0;
	}
	#multimedia .videoItem {
    	width: 100%;
	}
	
	#multimedia .videoItem iframe{
        height: 144px !important;
        width: 260px;
	}
    
    #multimedia .videoItem .video {
        height: 160px;
        margin-bottom: -160px;
    }
	
	#multimedia .videoItem h5{
	    padding-top:0px;
	    text-align:center;
	}
	
	#multimedia .seeVideo .closeVideo {
		right: 15px;
	}
	#multimedia .seeVideo .video {
		margin-top: 90px;
	}
	#multimedia .seeVideo .video iframe {
	    height: 362px !important;
	}
    
    #reels .videoItem {
        width: 100%;
    }
    	
	.itemid-359 #reels .videoItem {
		width: auto !important;
	}
	
    #reels .videoItem .video iframe {
        /*height: 475px;*/
    }
    
    #reels .videoItem h3.videoTitle {
        font-size: 16px;
    }
	
	#multimedia .videoItem {
		height: 175px;
	}
	
	#multimedia .videoItem .overlay {
		height: 175px;
        margin-bottom: -175px;
	}
	
	/* --- */		
	#faleConnosco .g-content {
        margin: 75px 2% 50px 2%;
    }	
		
	#faleConnosco #blocoTipoEntidade, #faleConnosco .form-group.identificacao, #faleConnosco #blocoAreaGeografica, #faleConnosco .form-group.area, #faleConnosco #blocoAssunto, #faleConnosco .form-group.assunto {
        width: 100%;
        padding: 0;
    }
	
	#faleConnosco .entidade, #faleConnosco .responsavel, #faleConnosco .nif, #faleConnosco .departamento, #faleConnosco .email, #faleConnosco .confEmail, #faleConnosco .conf_email {
        width: 100%;
        padding: 0;
    }
		
	/* --- */
	#theInterfaceLogo .logoInterface .prod {
		display: none;
	}	
	
	/* --- */
	#bottom .logo-baleia.v2 {
		width: 95%;
		margin: 0 2.5%;
	}
		
	#bottom .menu-bottom.v2 {
		--bs-width: 40px;
		--bs-padding: 15px;
		width: 95%;
		grid-template-columns: 100%;
		grid-row-gap: 30px;
		grid-column-gap: 15px;
		padding-inline: 0;
	}
	
	#bottom .menu-bottom.v2 h2 {
		font-size: 25px;
		margin: 5px 0 20px 0;
	}
	
	#bottom .menu-bottom.v2 p {
		font-size: 19px;
	}

	#bottom .menu-bottom.v2 .contactos {
		grid-area: 1 / 1 / 2 / 2;
	}
			
	#bottom .menu-bottom.v2 .horario {
		grid-area: 2 / 1 / 3 / 2;
	}
			
	#bottom .menu-bottom.v2 .partilha {
		grid-area: 3 / 1 / 4 / 2;
		padding-left: calc(var(--bs-width) + var(--bs-padding));
	}
	
	#bottom .menu-bottom.v2 > div .partilha-list {
		width: calc(50px * 4);
	}
		
	#bottom .menu-bottom.v2 > div .partilha-list .outer_box svg {
		width: 80px;
	}
	
	#bottom .menu-bottom.v2 > div .partilha-list > div:first-child .outer_box .inner_box .itemIcon svg {
        width: 20px;
        height: 20px;
	}
		
	#bottom .menu-bottom.v2 > div .partilha-list > div:last-child .outer_box .inner_box .itemIcon svg {
		width: 25px;
		height: 40px;
	}
	
	#bottom .menu-bottom.v2 > div .partilha-list .outer_box .inner_box .itemIcon svg {
		width: 30px;
		height: 30px;
	}
}

@media (min-width: 470px) and (max-width: 591px){		
		
	/* --- Menu (Novo) --- */
	#logo {
		height: 60px;
		flex: 0 150px;
		width: 150px;
	}
	
	#logo .logo {

	}
	
	#menuExtras {
		display: flex;
        height: 60px;
        padding-top: 0px;
        align-items: center;
	}
	
	#menuExtras .mainLogo {
		display: none;
	}
	
	/* ------- Menu Superior --------- */
	#g-navigation {
		position: fixed;
		width: 100%;
	}
	
	#g-navigation .g-grid:nth-child(2) {
		width: 95%;
	}
	
	#g-navigation .g-grid:nth-child(3) {
        padding-top: 0px;
        width: 95%;
	}
	
	#g-navigation .g-grid:nth-child(4) {
		width: 95%;
        height: 0px;
	}
	
	#menuMega {
		display: none;
	}
			
	/* --- */
	#Menu2 {
		display: none;
	}
	
	#mobileBar {
		display: inline-flex;
        justify-content: flex-end;
        position: relative;
        top: -38px;
        height: 0px;
	}
	
	#mobileBar .botao {
		margin-bottom: 0px;
        margin-top: 0px;
	}
	/* ------- */
	#bottom .conteudo-bottom li .WaveSpacer svg.waves {
		height: 60px;
	}
	
	#bottom .menu-bottom {
		grid-template-columns: repeat(3, 1fr);
		justify-items: stretch;
		padding-right: 2%;
		padding-left: 2%;
		padding-top: 20px;
	}

	#bottom .menu-bottom h2 {
		font-family: 'Poppins-SemiBold', sans-serif;
		font-size: 18px;
		margin: 5px 0px 10px 0px;
	}
	#bottom .menu-bottom h3 {
		font-size: 13px;
		margin-bottom: -2px;
    	margin-top: 0px;
	}
	#bottom .menu-bottom p {
		font-size: 13px;
	}
	#bottom .conteudo-bottom img, #bottom .conteudo-bottom svg {
		position: relative;
		width: 90%;
	}
	
	.publi-educativos {
		display: contents;
    }
	
	.publi-educativos .servicos-educativos {	

	}
	
    .soon{
        right:20px;
    }
    
    #g-header .logo img {
        max-width: 250px;
    }
    
    
    #g-header .item{
        margin-top:-50px;
    }
	
	#g-mainbar .w50-menu-conteudo .menu-museu {
		display: none;
	}
	
	#menu .menuMobile, #menu .menuTopo{
		display:block;
	} 
	
	#menu .menuMobile .parent li h4 {
		font-size: 40px;
	}
	
	#menu .menuMobile .sub1 span, #menu .menuMobile .sub2 span, #menu .menuMobile .sub3 span, #menu .menuMobile .sub4 span, #menu .menuMobile .sub5 span {
		font-size: 20px;
	}
	
	
	#TextoVideo {
		left: 15%;
	}
	
	#TextoVideo h1{
		font-size:35px;
	}
	
	#TextoVideo h2{
		font-size:25px;
	}
	
	#barra .partilha{
		top: 78%;
		left: 0;
	}
	
	#publicacoes .w33{
		width:100% !important;
		margin:10px 0px;
	}
	
	#publicacoes .w33:nth-child(2) .descricao{
		bottom:60% !important;
	}
	
	#publicacoes .w33:nth-child(3) .descricao{
		bottom:50% !important;
	}
	
	#publicacoes .w33 .descricao h2{
		font-size:35px;
	}
	
	#publicacoes .w33 .descricao h3{
		font-size:17px;
	}
	
	/* --- */	
	#filtroPubExp .w33{
		width:100% !important;
		margin:10px 0px;
	}
	
	#filtroPubExp .w33:nth-child(2) .descricao{
		bottom:60% !important;
	}
	
	#filtroPubExp .w33:nth-child(3) .descricao{
		bottom:50% !important;
	}
	
	#filtroPubExp .w33 .descricao h2{
		font-size:35px;
	}
	
	#filtroPubExp .w33 .descricao h3{
		font-size:17px;
	}
	
	/* --- */
	
	#traducao{
		display:none;
		z-index:3;
	}
	
	#traducao .idiomas {
		top: 2%;
	    left: 4%;
        right: auto;
		display: block;
		padding: 5px;
		border-radius: 20px;
	}
	
	#traducao .idiomas a{
		color:#000;
	}
	
	/*Formulário*/
	
	#contact-form, .contact-form{
		margin-top:20px;
		width:100%;
	}
	
	.contact-miscinfo{
		width:100%;
	}
    #menu .icon {
        justify-self: end;
    }
    #menu .menu .parent {
        top:6%;
        left: -5%;
    }
    #menu .parent li h2 {
        font-size: 59px;
    }
    #menu .parent li h4 {
        font-size: 38px;
    }
    #menu .logoSlider {
        left: 35%;
        width: 125px;
    }
    #menu .Botao {
        display: none;
    }
    #menu .Esfera {
        left: 140%;
    }
				
	/* --- */
	.hasMenuLateral #g-container-main {
		background: #fff;
	}
				
	.hasMenuLateral #g-container-main > .g-grid {
		width: 95%;
        margin: 0 2.5%;
	}	

	#g-container-main .g-block.size-11 {
		display: none;
	}
	
	#g-container-main .g-block.size-89 {
        padding-left: 0;
		margin-top: 15px;
        width: 100%;
	}
		
	/* --- */
	#g-above {
		margin-top: 80px;		
	}
	
	#Breadcrumbs .g-content {
		width: 100%;
	}
	
	body.hasMenuLateral.hasBC #Breadcrumbs {
		padding-top: 50px;
		background: transparent;
		position: relative;
		margin: 0;
		width: 100%;
	}
	
	body.hasMenuLateral.hasBC #Breadcrumbs .g-content {
		width: 100%;
		padding: 0;
		margin: auto;
	}
	
	body.hasMenuLateral.hasBC #Breadcrumbs .breadcrumb {
		background: transparent;
	}	
		
	/* --- */
	body.hasFilter.hasBC #Breadcrumbs {
		padding-top: 50px;
	}
	
	/* --- */
	body:not(.hasBC) #g-container-main {
		margin-top: 80px;
	}
		
	body:not(.hasFilter) #g-container-main .g-block.size-100 #g-mainbar > .g-grid > .g-block.size-95 .g-content {
		width: 95%;
		padding: 25px 25px;
	}

	/* --- */
	#g-mainbar {
		
	}
	
	#g-mainbar .w50-menu-conteudo > div:nth-child(2) {
        padding-right: 3%;
        padding-left: 3%;
		margin-top: 80px;
        width: 100%;
	}
		
	#g-mainbar .sobre-museu h2, #g-mainbar .historia-museu h2, 
	#g-mainbar .missao-vissao h2, #g-mainbar .historia-caca-baleia h2,
	#g-mainbar .projetos-cientifico h2, #g-mainbar .baleias-e-golfinhos .titulo-baleias-golfinho h2,
	#g-mainbar .outros-servicos h2, #g-mainbar .horario-tarifario .titulo-horario h2, 
	#g-mainbar .projetos-cientificos h2, #g-mainbar .cetaceos-barba .titulo-barbas h2, 
	#g-mainbar .cetaceos-dentes .titulo-dentes h2 { 
		font-size: 35px;
	}
	
    #g-mainbar .w50-conteudo-museu .titulo-sobre-museu h2 {
        font-size: 27px;
    }
    #g-mainbar .w50-conteudo-museu .texto {
        left: 0%;
    }
    #g-mainbar .w50-conteudo-museu .texto h3 {
        font-size: 20px;
    }
    .platform-content.container {
        padding: 0px;
    }
    #g-mainbar .w50-conteudo-museu .imagem {
        margin-top: 20px;
    }
	#g-mainbar .w50-conteudo-museu .imagem img {
        width: 350px;
		height: 175px;
	}
	
    #g-mainbar .w50-conteudo-museu .corpo {
        padding-inline: 20px;
    }
    #g-container-main .g-content {
    }
    .col {
        padding-left: 10px;
        padding-right: 10px;
    }
    .texto p {
        margin-bottom: 5px;
        font-size: 14px;
    }
    #g-mainbar .sobre-museu {

    }
    #g-mainbar .w50-menu-conteudo {
        justify-content: center;
    }
    .w50-conteudo-museu{
        width: 100%;
        padding-left: 10px;
        padding-right: 20px;
    }
		
	#g-mainbar .outros-servicos .img-servicos-temp {
		grid-template-columns: repeat(2, 1fr);
	}
	
	#g-mainbar .outros-servicos .img-servicos-temp img {
	    height: 135px;
	}
	
	#g-mainbar .proj-cientificos-conteudo .w50-jump, #g-mainbar .proj-cientificos-conteudo .w50-meta, 
	#g-mainbar .proj-cientificos-conteudo .w50-marcet-II, #g-mainbar .proj-cientificos-conteudo .w50-marcet, 
	#g-mainbar .proj-cientificos-conteudo .w50-ms-III, #g-mainbar .proj-cientificos-conteudo .w50-ms-II, 
	#g-mainbar .proj-cientificos-conteudo .w50-ms, #g-mainbar .proj-cientificos-conteudo .w50-biometore, 
	#g-mainbar .proj-cientificos-conteudo .w50-cetaceos-II, #g-mainbar .proj-cientificos-conteudo .w50-emecetus, 
	#g-mainbar .proj-cientificos-conteudo .w50-golfinicho,#g-mainbar .proj-cientificos-conteudo .w50-macetus, 
	#g-mainbar .proj-cientificos-conteudo .w50-cetaceos {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		justify-items: center;
	}
	
	/* --- */
	.itemid-345 #g-container-main .g-content {
		width: 95%;
	}
	
	#g-mainbar .page-header h1, #g-mainbar .principal h1, #g-mainbar .page-header h2, #g-mainbar .principal h2 {
        font-size: 35px;
    }
	
	#g-mainbar .principal h2 {
		font-size: 1.5rem;
	}

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

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

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

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

	#g-mainbar .principal.Galerias .multipleImages .item-image {
		width: 97.5%;
	}
		
	#g-mainbar .principal .video .item {
		width: 385px;
	}

	#g-mainbar .principal .video .item iframe {
		height: 200px;
	}
		
	#g-mainbar .principal .item.w100 {
		float: unset;
		padding: unset;
	}
		
	#g-mainbar .principal .descricao.w50 {
		width: 100%;
	}
	
	#g-mainbar .principal .item.w50 {
		width: 100%;
	}
	
	#g-mainbar .principal .item.w50 .item-image {
		text-align: left;
	}
		
	/* --- */
	.itemid-352 #g-mainbar .principal > div[class*="class"] {
		width: calc(100% - 40px);
	}
	
	.itemid-352 #g-mainbar .principal > div[class*="links"] a {
		width: 100%;
	}
	
	/* --- */
	#publicacoes .g-content {
		width: 95%;
	}
	
	body:not(.hasFilter) #g-container-main .g-block.size-100 #g-mainbar > .g-grid:nth-of-type(1) > .g-block.size-95 .principal h1, body:not(.hasFilter) #g-container-main .g-block.size-100 #g-mainbar > .g-grid:nth-of-type(1) > .g-block.size-95 .principal h2, 
	#PageContent .platform-content.container .page-header h1, 
	#publicacoes .header h3, #filtroPubExp .header h3, #multimedia .header h3, #reels .header h3, .itemid-356 #PageContent .finder h1, #faleConnosco h3, #faleConnosco .dados .tituloSection, #faleConnosco .documentos h4 {
        font-size: 35px;	
	}
	
	#publicacoes .sideFilter {
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
		max-width: unset;
		height:100%;
		left:-100%;
		padding: 30px 20px;
		position: fixed;
		overflow-y: scroll;
		top: 80px;
        padding-top: 80px;
        z-index: 10;
		-webkit-transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-o-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out;
	}
		
	.itemid-307 #publicacoes .sideFilter {
		width: 100%;
		max-width: unset;
		position: fixed;
		padding-bottom: 150px !important;
	}
		
	.itemid-307 #publicacoes .sideFilter .lateral {
		display: inline-flex;
		width: 100%;
		flex-direction: column;
	}
	
	.itemid-307 #publicacoes .sideFilter .form-group {
		width: 98%;
		margin-inline: 1%;
	}
	
	#publicacoes .closeSearch {
		display:block;
	}
	
	#publicacoes .mobile {
		display:block;
		top: 80px;
	}
	
	#publicacoes .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;
	}
	
	#publicacoes .newsBlocks .item {
	    width: 100%;
	}
		
	#publicacoes .newsBlocks .item > a {
		height: 300px;
	}
	
	/* --- */
	#NewsPage .item	 {
	    width: 100%;
	}
	
	#NewsPage .item > a {
		height: 300px;
	}
			
	/* --- */
	#filtroPubExp .g-content {

	}

	#filtroPubExp .sideFilter {
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
		max-width: unset;
		height:100%;
		left:-100%;
		padding: 30px 20px;
		position: fixed;
		overflow-y: scroll;
		top: 80px;
        padding-top: 80px;
		padding-bottom: 150px;
        z-index: 10;
		-webkit-transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-o-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out;
		display: block;
	}
	
	body:where(.itemid-331, .itemid-357, .itemid-384, .itemid-385, .itemid-394) #filtroPubExp .sideFilter {
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
		max-width: unset;
		height:100%;
		left:-100%;
		padding: 30px 20px;
		position: fixed;
		overflow-y: scroll;
		top: 80px;
        padding-top: 80px;
		padding-bottom: 150px;
        z-index: 10;
		-webkit-transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-o-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out;
		display: block;
	}
	
	body:where(.itemid-331, .itemid-357, .itemid-384, .itemid-385, .itemid-394) #filtroPubExp .sideFilter .form-group#search {
		width: 100%;
	}
	
	#filtroPubExp .sideFilter .form-group {
		width: 100%;
	}
		
	body:where(.itemid-335, .itemid-335) #filtroPubExp .sideFilter .form-group {
		width: 100%;
	}
	
	#filtroPubExp .sideFilter #cleanfilter {
		width: 100%;
		line-height: 1;
		margin: 10px 0px;
		padding: 15px 15px 15px 15px;
	}
		
	#filtroPubExp .closeSearch {
		display:block;
	}
		
	body:where(.itemid-335, .itemid-335) #filtroPubExp .closeSearch {
		display: none;
    }
	
	#filtroPubExp .mobile {
		display:block;
		top: 80px;
	}
		
	body:where(.itemid-335, .itemid-335) #filtroPubExp .mobile {
		display: none;
	}
	
	#filtroPubExp .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;
	}
	
	#filtroPubExp .newsBlocks .item {
	    width: 100%;
	}
		
	#filtroPubExp .item > a {
		height: 300px;
	}
		
	/* --- */ 	
	#g-container-main .g-block.size-100 #g-mainbar #documentos {
		background: #ffffff;
	}
	
	#g-container-main .g-block.size-100 #g-mainbar #documentos .g-content {
		width: 95%;
	}
	
    #documentos .TreeDocs {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
        vertical-align: top;
        margin: 0;
        padding: 30px 20px 460px 20px;
        display: inline-block !important;
        position: fixed;
        height: 100%;
        left: -100%;
		top: 80px;
		z-index: 8;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        overflow-y: scroll;
    }
   		
	#documentos .TreeDocs .tree-list {
		padding: 30px;
	}
	
    #documentos .tree-list .closeSearch {
        font-size: 16px;
        display: block;
        width: fit-content;
        margin-top: 25px;
    }
   
    #documentos .content-docs .mobile {
		display: block;
		top: 80px;
    }
    
	#documentos .content-docs .clearFilter {
		margin-top: 35px;
	}
	
    #documentos .contentDocs{
        width:100%;
		padding: 0;
        margin: 0;
    }
    
    #documentos .content-docs .item {
        width: 47%;
        padding: 31% 10px 10px 10px;
    }
    
    #documentos .content-docs .item svg {
        height: 45px;
    }
    
    #documentos .content-docs .item .catName {
        bottom: 10%;
        font-size: 18px;
    }
    
    #documentos h2 {
		font-size: 30px;
		margin-left: 10px;
    }
    
    #documentos .documents a {
        width: 100%;
        font-size: 18px;
    }
    
    #documentos .documents .docVisual {
        font-size: 13px;
    }
		
	/* --- */
	body.hasBC.hasFilter.itemid-358 #partilha .g-content, body.hasBC.hasFilter.itemid-359 #partilha .g-content {
		width: 460px;
	}
	
	body.hasFilter #partilha .g-content, body.hasBC:not(.hasMenuLateral) #partilha .g-content {
		width: 95%;
	}
		
	/* --- */
	#reels .g-content, #multimedia .g-content  {
		width: 460px;
    }
	
	#multimedia .multimediaContainer .resultsContent, #reels .reelsContainer .resultsContent {
		text-align: center;
	} 
   	
	#multimedia .multimediaContainer .searchBar #find, #reels .reelsContainer .searchBar #find {
        cursor: pointer;
        position: absolute;
        width: 20px;
        height: 20px;
        right: 25px;
		top: 40px;
    }
	
	#multimedia .closeSearch ,#reels .closeSearch {
        display: block;
        padding: 5px 10px;
        margin-left: auto;
        cursor: pointer;
        font-family: 'FSAlbert-Regular', sans-serif;
        font-size: 16px;
        background: #005c83;
        color: #fff;
        width: fit-content;
        margin-top: 25px;
	}

    .searchBar .searchBarContent {
        width: 300px;
        padding: 20px;
        background: #fff;
        position: fixed;
        height: 100%;
        display: none;
    }
	
	#multimedia .multimediaContainer .searchBar, #reels .reelsContainer .searchBar {
		-webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100% !important;
        max-width: unset;
        display: flex;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        position: fixed;
        background: rgb(255, 255, 255) !important;
        height: 100%;
        left: -100%;
        top: 80px;
        z-index: 10;
        -webkit-transition: left 0.5s ease-in;
        -moz-transition: left 0.5s ease-in;
        -o-transition: left 0.5s ease-in;
        transition: left 0.5s ease-in;
    }

	#multimedia .searchBar .searchBarContent, #reels .searchBar .searchBarContent {
        position: relative;
        top: 85px;
		display:block !important;
    }
	#multimedia .searchBar .form-group, #reels .searchBar .form-group {
	    width: 100%;
		margin: 10px 0;
	}
	
	#multimedia .multimediaContainer .searchBar h3, #reels .reelsContainer .searchBar h3{
		margin-bottom:7px;
	}

	#multimedia .resultsContent .searchButton, #reels .resultsContent .searchButton {
		float: right;
		background: #005c83;
		width: auto;
		display: inline-block;
		padding: 5px 10px;
		font-family: 'FSAlbert-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 .resultsContent .mobile, #reels .resultsContent .mobile {
        position: fixed;
        top: 80px;
        background: #acd8e3;
        height: auto;
        width: 100%;
        left: 0;
        padding: 5px 5px;
        z-index: 9;
        cursor: pointer;
	}
	
	/**/
	 .sideFilter {
    transition: all .5s ease-in-out;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 77px;
    position: fixed;
    background: rgb(255, 255, 255) !important;
    height: 100%;
    left: -100%;
    top: 100px;
    z-index: 99999;
	}
	
    #multimedia .w33 {
        width: 100%;
    }
    
    #multimedia .w33.left {
        margin-right: 0%;
    }
    
    #multimedia iframe {
        height: 310px;
        width: 100%;
    }
    
    #multimedia .w33.right {
        margin-left: 0%;
    }
    
    #multimedia .w33.center {
        margin-right: 0%;
        margin-left: 0%;
    }
		
	#multimedia .seeVideo, #reels .seeVideo {
		top: 104px;
	}
	
	#reels .videoItem .video iframe {
		/*height: 330px;*/
	}
	
	#multimedia .multimediaContainer, #reels .reelsContainer {
	    padding: 20px;
	}

	#multimedia .searchBar .searchBarContent, #reels .searchBar .searchBarContent {
        position: relative;
        top: 85px;
		width: 100%;
    }
	#multimedia .searchBar .form-group, #reels .searchBar .form-group {
	    width: 100%;
	}
	
	#multimedia .multimediaContainer .resultsContent, #reels .reelsContainer .resultsContent {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
        margin-left: 0;
	}
	#multimedia .videoItem {
    	width: 100%;
	}
	
	#multimedia .videoItem iframe {
		height: 197px !important;
        width: 350px;
    }
    
    #multimedia .videoItem .video {
		height: 300px;
        margin-bottom: -300px;
    }
	#multimedia .videoItem h5 {
        padding-top:5px;
        text-align:center;
    }
	#multimedia .seeVideo .closeVideo {
		right: 18px;
	}
	#multimedia .seeVideo .video {
	    margin-top: 90px;
	}
	#multimedia .seeVideo .video iframe {
	    height: 471px !important;
	}
    
    #reels .videoItem {
        width: 49%;
    }
    	
	.itemid-359 #reels .videoItem {
		width: auto !important;
	}
	
    #reels .videoItem .imageVideo.iframe iframe {
        height: 320px;
    }
    
    #reels .videoItem h3.videoTitle {
        font-size: 18px;
    }
    
	#multimedia .videoItem {
		height: 255px;
	}
	
	#multimedia .videoItem .overlay {
		height: 300px;
		margin-bottom: -300px;
	}
	
	/* --- */	
	#faleConnosco .g-content {
        margin: 75px 2% 50px 2%;
    }	
	
	#faleConnosco #blocoTipoEntidade, #faleConnosco .form-group.identificacao, #faleConnosco #blocoAreaGeografica, #faleConnosco .form-group.area, #faleConnosco #blocoAssunto, #faleConnosco .form-group.assunto {
        width: 100%;
        padding: 0;
    }
	
	#faleConnosco .entidade, #faleConnosco .responsavel, #faleConnosco .nif, #faleConnosco .departamento, #faleConnosco .email, #faleConnosco .confEmail, #faleConnosco .conf_email {
        width: 100%;
        padding: 0;
    }
		
	/* --- */
	#theInterfaceLogo .logoInterface .prod {
		display: none;
	}	
	
	/* --- */
	#bottom .logo-baleia.v2 {
		width: 95%;
		margin: 0 2.5%;
	}
		
	#bottom .menu-bottom.v2 {
		--bs-width: 40px;
		--bs-padding: 15px;
		width: 95%;
		grid-template-columns: 100%;
		grid-row-gap: 30px;
		grid-column-gap: 15px;
		padding-inline: 0;
	}
	
	#bottom .menu-bottom.v2 h2 {
		font-size: 25px;
		margin: 5px 0 20px 0;
	}
	
	#bottom .menu-bottom.v2 p {
		font-size: 19px;
	}

	#bottom .menu-bottom.v2 .contactos {
		grid-area: 1 / 1 / 2 / 2;
	}
			
	#bottom .menu-bottom.v2 .horario {
		grid-area: 2 / 1 / 3 / 2;
	}
			
	#bottom .menu-bottom.v2 .partilha {
		grid-area: 3 / 1 / 4 / 2;
		padding-left: calc(var(--bs-width) + var(--bs-padding));
	}
		
	#bottom .menu-bottom.v2 > div .partilha-list .outer_box svg {
		width: 80px;
	}
	
	#bottom .menu-bottom.v2 > div .partilha-list > div:first-child .outer_box .inner_box .itemIcon svg {
        width: 20px;
        height: 20px;
	}
		
	#bottom .menu-bottom.v2 > div .partilha-list > div:last-child .outer_box .inner_box .itemIcon svg {
		width: 25px;
		height: 40px;
	}
	
	#bottom .menu-bottom.v2 > div .partilha-list .outer_box .inner_box .itemIcon svg {
		width: 30px;
		height: 30px;
	}
}

@media (min-width: 592px) and (max-width: 767px){
    #g-mainbar .w50-conteudo-museu .titulo-sobre-museu h2 {
        font-size: 30px;
    }
    #g-mainbar .w50-conteudo-museu .texto h3 {
        font-size: 25px;
    }
		
	/* --- Menu (Novo) --- */
	#logo {
		height: 60px;
		flex: 0 150px;
		width: 150px;
	}
	
	#logo .logo {

	}
	
	#menuExtras {
		display: flex;
        height: 60px;
        padding-top: 0px;
        align-items: center;
	}
	
	#menuExtras .mainLogo {
		display: none;
	}
	
	/* ------- Menu Superior --------- */
	#g-navigation {
		position: fixed;
		width: 100%;
	}
	
	#g-navigation .g-grid:nth-child(2) {
		width: 95%;
	}
	
	#g-navigation .g-grid:nth-child(3) {
        padding-top: 0px;
        width: 95%;
	}
	
	#g-navigation .g-grid:nth-child(4) {
		width: 95%;
        height: 0px;
	}
	
	#menuMega {
		display: none;
	}
			
	/* --- */
	#Menu2 {
		display: none;
	}
	
	
	#mobileBar {
		display: inline-flex;
        justify-content: flex-end;
        position: relative;
        top: -38px;
        height: 0px;
	}
	
	#mobileBar .botao {
		margin-bottom: 0px;
        margin-top: 0px;
	}
	/* ------- */
	#bottom .conteudo-bottom li .WaveSpacer svg.waves {
		height: 60px;
	}
	
	#bottom .menu-bottom {
		grid-template-columns: repeat(3, 1fr);
		justify-items: stretch;
		padding-right: 2%;
		padding-left: 2%;
		padding-top: 35px;
	}
	#bottom .menu-bottom h2 {
		font-size: 19px;
		margin: 5px 0px 10px 0px;
	}
	#bottom .menu-bottom h3 {
		font-size: 14px;
		margin-bottom: 5px;
    	margin-top: 0px;
	}
	#bottom .menu-bottom p {
		font-size: 14px;
		margin-bottom: 15px;
	}
	#bottom .conteudo-bottom img, #bottom .conteudo-bottom svg {
		position: relative;
	}
	
	.publi-educativos {
		display: contents;
    }
	
	.publi-educativos .servicos-educativos {	

	}
	
    .soon{
        right:20px;
    }
    
    #g-header .logo img {
        max-width: 300px;
    }
    
    #g-header h2 {
        max-width: 582px;
    }
    
    #g-header h3 {
        max-width: 582px;
    }
    
    #g-header .item{
        margin-top:-50px;
    }
	
	#g-mainbar .w50-menu-conteudo .menu-museu {
		display: none;
	}
	#menu .menuMobile, #menu .menuTopo{
		display:block;
	} 
	
	#menu .menuMobile .parent li h4 {
		font-size: 60px;
	}
	
	#menu .menuMobile .sub1 span, #menu .menuMobile .sub2 span, #menu .menuMobile .sub3 span, #menu .menuMobile .sub4 span, #menu .menuMobile .sub5 span {
		font-size: 23px;
	}
	
	#TextoVideo {
		left: 15%;
	}
	
	#TextoVideo h1{
		font-size:45px;
	}
	
	#TextoVideo h2{
		font-size:25px;
	}
	
	#barra .partilha{
		top: 78%;
		left: 0;
	}
	
	#publicacoes .w33{
		width:100% !important;
		margin:10px 0px;
	}
	
	#publicacoes .w33:nth-child(2) .descricao{
		bottom:60% !important;
	}
	
	#publicacoes .w33:nth-child(3) .descricao{
		bottom:50% !important;
	}
	
	#publicacoes .w33 .descricao h2{
		font-size:35px;
	}
	
	#publicacoes .w33 .descricao h3{
		font-size:17px;
	}
	
	/* --- */	
	#filtroPubExp .w33{
		width:100% !important;
		margin:10px 0px;
	}
	
	#filtroPubExp .w33:nth-child(2) .descricao{
		bottom:60% !important;
	}
	
	#filtroPubExp .w33:nth-child(3) .descricao{
		bottom:50% !important;
	}
	
	#filtroPubExp .w33 .descricao h2{
		font-size:35px;
	}
	
	#filtroPubExp .w33 .descricao h3{
		font-size:17px;
	}
	
	/* --- */
	
	#traducao{
		display:none;
		z-index:3;
	}
	
	#traducao .idiomas {
	    top: 2%;
	    left: 4%;
        right: auto;
		display: block;
		padding: 5px;
		border-radius: 20px;
	}
	
	#traducao .idiomas a{
		color:#000;
	}
	
	/*Formulário*/
	
	#contact-form, .contact-form{
		margin-top:20px;
		width:100%;
	}
	
	.contact-miscinfo{
		width:100%;
	}
			
	/* --- */
	.hasMenuLateral #g-container-main {
		background: #fff;
	}
				
	.hasMenuLateral #g-container-main > .g-grid {
		width: 95%;
        margin: 0 2.5%;
	}	

	#g-container-main .g-block.size-11 {
		display: none;
	}
	
	#g-container-main .g-block.size-89 {
        padding-left: 0;
		margin-top: 15px;
        width: 100%;
	}
		
	/* --- */
	#g-above {
		margin-top: 80px;		
	}
	
	#Breadcrumbs .g-content {
		width: 100%;
	}
	
	body.hasMenuLateral.hasBC #Breadcrumbs {
		padding-top: 50px;
		background: transparent;
		position: relative;
		margin: 0;
		width: 100%;
	}
	
	body.hasMenuLateral.hasBC #Breadcrumbs .g-content {
		width: 100%;
		padding: 0;
		margin: auto;
	}
	
	body.hasMenuLateral.hasBC #Breadcrumbs .breadcrumb {
		background: transparent;
	}	
		
	/* --- */
	body.hasFilter.hasBC #Breadcrumbs {
		padding-top: 50px;
	}
	
	/* --- */
	body:not(.hasBC) #g-container-main {
		margin-top: 80px;
	}
	
	body:not(.hasFilter) #g-container-main .g-block.size-100 #g-mainbar > .g-grid > .g-block.size-95 .g-content {
		width: 95%;
		padding: 25px 25px;
	}

	/* --- */
	#g-mainbar {
		
	}
	
	#g-mainbar .w50-menu-conteudo > div:nth-child(2) {
        padding-right: 3%;
        padding-left: 3%;
		margin-top: 80px;
        width: 100%;
	}
	
	#g-mainbar .sobre-museu h2, #g-mainbar .historia-museu h2, 
	#g-mainbar .missao-vissao h2, #g-mainbar .historia-caca-baleia h2,
	#g-mainbar .projetos-cientifico h2, #g-mainbar .baleias-e-golfinhos .titulo-baleias-golfinho h2,
	#g-mainbar .outros-servicos h2, #g-mainbar .horario-tarifario .titulo-horario h2, 
	#g-mainbar .projetos-cientificos h2, #g-mainbar .cetaceos-barba .titulo-barbas h2, 
	#g-mainbar .cetaceos-dentes .titulo-dentes h2 { 
		font-size: 35px;
	}
	
    #g-mainbar .w50-menu-conteudo {
        justify-content: center;
    }
	#g-mainbar .w50-conteudo-museu .corpo {
		padding-right: 55px;
	}
	#g-mainbar .w50-conteudo-museu .imagem {
	}
    #g-mainbar .w50-conteudo-museu .texto {
    }
	
	#g-mainbar .outros-servicos .img-servicos-temp {
		grid-template-columns: repeat(2, 1fr);
	}
	
	#g-mainbar .outros-servicos .img-servicos-temp img {
	    height: 175px;
	}
	
	/* --- */
	.itemid-345 #g-container-main .g-content {
		width: 95%;
	}
	
	#g-mainbar .page-header h1, #g-mainbar .page-header h2 {
		padding-right: 0px;
	}
	
	#g-mainbar .principal .descricao, #g-mainbar .principal p {
		text-align: unset;
	}
	
	#g-mainbar .principal .descricao {
		font-size: 15px;
	}
	
	#g-mainbar .principal > .item-image {
		float: unset;
		padding: 0;
		margin-bottom: 20px;
		max-width: unset;
	}

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

	#g-mainbar .principal .video .item iframe {
		height: 265px;
	}
		
	#g-mainbar .principal .item.w100 {
		float: unset;
		padding: unset;
	}
		
	#g-mainbar .principal .descricao.w50 {
		width: 100%;
	}
	
	#g-mainbar .principal .item.w50 {
		width: 100%;
	}
	
	#g-mainbar .principal .item.w50 .item-image {
		text-align: left;
	}
	
	/* --- */
	.itemid-352 #g-mainbar .principal > div[class*="class"] {
		width: calc(100% - 40px);
	}
	
	.itemid-352 #g-mainbar .principal > div[class*="links"] a {
		width: 100%;
	}
	
	/* --- */		
	#publicacoes .g-content {
		width: 95%;
	}
	
	#publicacoes .sideFilter {
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
		max-width: unset;
		height:100%;
		left:-100%;
		padding: 30px 20px;
		position: fixed;
		overflow-y: scroll;
		top: 80px;
        padding-top: 80px;
        z-index: 10;
		-webkit-transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-o-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out;
	}
		
	.itemid-307 #publicacoes .sideFilter {
		width: 100%;
		max-width: unset;
		position: fixed;
		padding-bottom: 150px !important;
	}
		
	.itemid-307 #publicacoes .sideFilter .lateral {
		display: inline-flex;
		width: 100%;
		flex-direction: column;
	}
	
	.itemid-307 #publicacoes .sideFilter .form-group {
		width: 98%;
		margin-inline: 1%;
	}
	
	#publicacoes .closeSearch {
		display:block;
	}
	
	#publicacoes .mobile {
		display:block;
		top: 80px;
	}
	
	#publicacoes .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;
	}
	
	#publicacoes .newsBlocks .item {
		width: calc((100% / 2) - 36px);
	}
		
	#publicacoes .newsBlocks .item > a {
		height: 300px;
	}
	
	/* --- */
	#NewsPage .item	 {
	    width: calc(50% - 20px);
        margin-inline: 10px;
	}
	
	#NewsPage .item > a {
		height: 300px;
	}
			
	/* --- */		
	#filtroPubExp .g-content {

	}
	
	#filtroPubExp .sideFilter {
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
		max-width: unset;
		height:100%;
		left:-100%;
		padding: 30px 20px;
		position: fixed;
		overflow-y: scroll;
		top: 80px;
        padding-top: 80px;
		padding-bottom: 150px;
        z-index: 10;
		-webkit-transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-o-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out;
		display: block;
	}
	
	body:where(.itemid-331, .itemid-357, .itemid-384, .itemid-385, .itemid-394) #filtroPubExp .sideFilter {
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
		max-width: unset;
		height:100%;
		left:-100%;
		padding: 30px 20px;
		position: fixed;
		overflow-y: scroll;
		top: 80px;
        padding-top: 80px;
		padding-bottom: 150px;
        z-index: 10;
		-webkit-transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-o-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out;
		display: block;
	}
	
	body:where(.itemid-331, .itemid-357, .itemid-384, .itemid-385, .itemid-394) #filtroPubExp .sideFilter .form-group#search {
		width: 100%;
	}
	
	#filtroPubExp .sideFilter .form-group {
		width: 100%;
	}
		
	body:where(.itemid-335, .itemid-335) #filtroPubExp .sideFilter .form-group {
		width: 100%;
	}
	
	#filtroPubExp .sideFilter #cleanfilter {
		width: 100%;
		line-height: 1;
		margin: 10px 0px;
		padding: 15px 15px 15px 15px;
	}
	
	#filtroPubExp .closeSearch {
		display:block;
	}
		
	body:where(.itemid-335, .itemid-335) #filtroPubExp .closeSearch {
        display: none;
    }
	
	#filtroPubExp .mobile {
		display:block;
		top: 80px;
	}
		
	body:where(.itemid-335, .itemid-335) #filtroPubExp .mobile {
		display: none;
	}
	
	#filtroPubExp .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;
	}
	
	#filtroPubExp .newsBlocks .item {
        width: calc((100% / 2) - 36px);
	}
		
	#filtroPubExp .item > a {
		height: 300px;
	}
		
	/* --- */	
	#g-container-main .g-block.size-100 #g-mainbar #documentos {
		background: #ffffff;
	}
	
	#g-container-main .g-block.size-100 #g-mainbar #documentos .g-content {
		width: 95%;
	}
	
	#documentos h2 {
		margin-left: 10px;
    }
	
    #documentos .TreeDocs {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
        vertical-align: top;
        margin: 0;
        padding: 30px 20px 460px 20px;
        display: inline-block !important;
        position: fixed;
        height: 100%;
        left: -100%;
		top: 80px;
		z-index: 8;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        overflow-y: scroll;
    }
   		
	#documentos .TreeDocs .tree-list {
		padding: 30px;
	}
	
    #documentos .tree-list .closeSearch {
        font-size: 16px;
        display: block;
        width: fit-content;
        margin-top: 25px;
    }
   
    #documentos .content-docs .mobile {
       display: block;
	   top: 80px;
    }
	
	#documentos .content-docs .clearFilter {
		margin-top: 35px;
	}
	
    #documentos .contentDocs {
        width: 100%;
        display:block;
        margin: 20px 0 0 0;
		padding: 40px 0;
        height: 800px !important;
    }

    #documentos .content-docs .item {
        width: 23%;
        margin: 1% 0.5%;
        padding: 22% 10px 10px 10px;
    }
    
    #documentos .content-docs .item .icon {
        top: 10%;
    }
    
    #documentos .content-docs .item svg {
        height: 45px;
    }
    
    #documentos .content-docs .item .catName {
        bottom: 10%;
        font-size: 14px;
    }
    
    #documentos .documents .docVisual {
        font-size:13px;
    }
		
	/* --- */
	body.hasBC.hasFilter.itemid-358 #partilha .g-content, body.hasBC.hasFilter.itemid-359 #partilha .g-content {
		width: 582px;
	}
	
	body.hasFilter #partilha .g-content, body.hasBC:not(.hasMenuLateral) #partilha .g-content {
		width: 95%;
	}
		
	/* --- */
	#reels .g-content, #multimedia .g-content  {
		width: 582px;
    }
	
	#multimedia .multimediaContainer .resultsContent, #reels .reelsContainer .resultsContent {
		text-align: center;
	} 
 	
	#multimedia .resultsContent .searchButton, #reels .resultsContent .searchButton {
		float: right;
		background: #005c83;
		width: auto;
		display: inline-block;
		padding: 5px 10px;
		font-family: 'FSAlbert-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 .multimediaContainer .searchBar #find, #reels .reelsContainer .searchBar #find {
        cursor: pointer;
        position: absolute;
        width: 20px;
        height: 20px;
        right: 25px;
		top: 40px;
    }
	#multimedia .closeSearch ,#reels .closeSearch {
        display: block;
        padding: 5px 10px;
        margin-left: auto;
        cursor: pointer;
        font-family: 'FSAlbert-Regular', sans-serif;
        font-size: 16px;
        background: #005c83;
        color: #fff;
        width: fit-content;
        margin-top: 25px;
	}


    .searchBar .searchBarContent {
        width: 566px !important;
        padding: 20px;
        background: #fff;
        position: fixed;
        height: 100%;
        display: none;
    }
	
	#multimedia .multimediaContainer .searchBar, #reels .reelsContainer .searchBar {
		-webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100% !important;
        max-width: unset;
        display: flex;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        position: fixed;
        background: rgb(255, 255, 255) !important;
        height: 100%;
        left: -100%;
        top: 80px;
        z-index: 10;
        -webkit-transition: left 0.5s ease-in;
        -moz-transition: left 0.5s ease-in;
        -o-transition: left 0.5s ease-in;
        transition: left 0.5s ease-in;
    }

	#multimedia .searchBar .searchBarContent, #reels .searchBar .searchBarContent {
        position: relative;
        top: 85px;
		display:block !important;
    }
	#multimedia .searchBar .form-group, #reels .searchBar .form-group {
	    width: 100%;
		margin: 10px 0;
	}
	
	#multimedia .multimediaContainer .searchBar h3, #reels .reelsContainer .searchBar h3{
		margin-bottom:7px;
	}


	#multimedia .resultsContent .mobile, #reels .resultsContent .mobile {
        position: fixed;
        top: 80px;
        background: #acd8e3;
        height: auto;
        width: 100%;
        left: 0;
        padding: 5px 5px;
        z-index: 9;
        cursor: pointer;
	}
	/**/
 .sideFilter {
    transition: all .5s ease-in-out;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 77px;
    position: fixed;
    background: rgb(255, 255, 255) !important;
    height: 100%;
    left: -100%;
    top: 100px;
    z-index: 99999;
}

    #multimedia .w33 {
        width: 100%;
    }
    
    #multimedia .w33.left {
        margin-right: 0%;
    }
    
    #multimedia iframe {
		height: 270px;
        width: 100%;
    }
    
    #multimedia .w33.right {
        margin-left: 0%;
    }
    
    #multimedia .w33.center {
        margin-right: 0%;
        margin-left: 0%;
    }
    	
	#multimedia .seeVideo, #reels .seeVideo {
		top: 104px;
	}
    
    #multimedia .multimediaContainer, #reels .reelsContainer {
	    padding: 20px;
	}


	#multimedia .searchBar .form-group, #reels .searchBar .form-group {
	    width: 100%;
	}
	
	#multimedia .multimediaContainer .resultsContent, #reels .reelsContainer .resultsContent {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
        margin-left: 0;
	}
	#multimedia{
	    text-align:center;
	}
	#multimedia .videoItem {
		width: 100%;
		max-width: 485px;
}
	#multimedia .videoItem iframe {
        width:100%
    }
    
    #multimedia .videoItem .video {
        height: 300px;
        margin-bottom: -300px;
    }
    
    #multimedia .videoItem h5{
        font-size:18px;
        text-align:center;
        padding-top: 0;
    }
    
	#multimedia .seeVideo .closeVideo {
		right: 18px;
	}
	#multimedia .seeVideo .video {
	    margin-top: 90px;
	}
	#multimedia .seeVideo .video iframe {
	    height: 471px !important;
	}
    
    #reels .videoItem {
        width: 49%;
    }
	
	.itemid-359 #reels .videoItem {
		width: auto !important;
	}
	
    #reels .videoItem .video iframe {
        /*height: 425px;*/
    }
    
    #reels .videoItem h3.videoTitle {
        font-size: 18px;
    }
	
	#multimedia .videoItem {
		height: 330px;
	}
	
	#multimedia .videoItem .overlay {
		height: 300px;
		margin-bottom: -300px;
	}
	
	/* --- */	
	#faleConnosco .g-content {
        margin: 75px 2% 50px 2%;
    }

	/* --- */
	#menu .icon {
		margin-left: 30%;
	}
	#menu .logoSlider {
		left: 35%;
	}
	#menu .Botao {
		left: 80%;
	}
	#menu .menu .parent {
		top: 3%;
		left: -5%;
	}
	#menu .parent li h2 {
		font-size: 75px;
	}
	#menu .parent li h4 {
		font-size: 45px;
	}
		
	/* --- */
	#theInterfaceLogo .logoInterface .prod {
		display: none;
	}	
	
	/* --- */
	#bottom .logo-baleia.v2 {
		width: 95%;
		margin: 0 2.5%;
	}
		
	#bottom .menu-bottom.v2 {
		--bs-width: 40px;
		--bs-padding: 15px;
		width: 95%;
		grid-template-columns: repeat(2, 50%);
		grid-row-gap: 30px;
		grid-column-gap: 15px;
		padding-inline: 0;
	}
	
	#bottom .menu-bottom.v2 h2 {
		font-size: 25px;
		margin: 5px 0 20px 0;
	}
	
	#bottom .menu-bottom.v2 p {
		font-size: 19px;
	}
	
	#bottom .menu-bottom.v2 .contactos {
		grid-area: 1 / 1 / 2 / 2;
	}
			
	#bottom .menu-bottom.v2 .horario {
		grid-area: 1 / 2 / 2 / 3;
	}
			
	#bottom .menu-bottom.v2 .partilha {
		grid-area: 2 / 1 / 3 / 3;
		padding-left: calc(var(--bs-width) + var(--bs-padding));
	}
		
	#bottom .menu-bottom.v2 > div .partilha-list .outer_box svg {
		width: 110px;
	}
	
	#bottom .menu-bottom.v2 > div .partilha-list > div:first-child .outer_box .inner_box .itemIcon svg {
		width: 25px;
		height: 25px;
	}
		
	#bottom .menu-bottom.v2 > div .partilha-list > div:last-child .outer_box .inner_box .itemIcon svg {
		width: 25px;
		height: 40px;
	}
	
	#bottom .menu-bottom.v2 > div .partilha-list .outer_box .inner_box .itemIcon svg {
		width: 35px;
		height: 35px;
	}
}

@media (min-width: 768px) and (max-width: 958px){
		
	/* --- Menu (Novo) --- */
	#logo {
		height: 60px;
		flex: 0 150px;
		width: 150px;
	}
	
	#logo .logo {

	}
	
	#menuExtras {
		display: flex;
        height: 60px;
        padding-top: 0px;
        align-items: center;
	}
	
	#menuExtras .mainLogo {
		display: none;
	}
	
	/* ------- Menu Superior --------- */
	#g-navigation {
		position: fixed;
		width: 100%;
	}
	
	#g-navigation .g-grid:nth-child(2) {
		width: 95%;
	}
	
	#g-navigation .g-grid:nth-child(3) {
        padding-top: 0px;
        width: 95%;
	}
	
	#g-navigation .g-grid:nth-child(4) {
		width: 95%;
        height: 0px;
	}
	
	#menuMega {
		display: none;
	}
	
	
	#mobileBar {
		display: inline-flex;
        justify-content: flex-end;
        position: relative;
        top: -38px;
        height: 0px;
	}
	
	#mobileBar .botao {
		margin-bottom: 0px;
        margin-top: 0px;
	}
	
	/* --- */
	#menuMega .dj-megamenu-default li a.dj-up_a {
		height: 60px;
	}
	
	#menuMega .dj-megamenu-default li a.dj-up_a > span {
		height: 60px;
		line-height: 60px;
	}
	
	/* ------- */
	#menuMega .dj-megamenu-default li a.dj-up_a > span {
		font-size: 11px;
	}
			
	/* --- */
	#Menu2 {
		display: none;
	}
	
	/* --- */
	
	#bottom .menu-bottom {
		grid-template-columns: repeat(3, 1fr);
		justify-items: stretch;
		padding-right: 2%;
		padding-left: 2%;
		padding-top: 35px;
	}
	#bottom .menu-bottom h2 {
		font-size: 23px;
		margin: 5px 0px 10px 0px;
	}
	#bottom .menu-bottom h3 {
		font-size: 15px;
		margin-bottom: 5px;
    	margin-top: 0px;
	}
	#bottom .menu-bottom p {
		font-size: 15px;
		margin-bottom: 15px;
	}
	#bottom .conteudo-bottom img, #bottom .conteudo-bottom svg {
		position: relative;
	}
	
	.publi-educativos {
		display: contents;
    }
	
	.publi-educativos .servicos-educativos {	

	}
	
    .soon{
        right:20px;
    }
	
	/* --- */	
	.hasMenuLateral #g-container-main {
		background: #fff;
	}
				
	.hasMenuLateral #g-container-main > .g-grid {
		width: 95%;
        margin: 0 2.5%;	
	}	

	#g-container-main .g-block.size-11 {
		display: none;
	}
	
	#g-container-main .g-block.size-89 {
        padding-left: 0;
		margin-top: 15px;
        width: 100%;
	}
		
	/* --- */
	#g-above {
		margin-top: 80px;		
	}
	
	#Breadcrumbs .g-content {
		width: 100%;
	}
	
	body.hasMenuLateral.hasBC #Breadcrumbs {
		padding-top: 50px;
		background: transparent;
		position: relative;
		margin: 0;
		width: 100%;
	}
	
	body.hasMenuLateral.hasBC #Breadcrumbs .g-content {
		width: 100%;
		padding: 0;
		margin: auto;
	}
	
	body.hasMenuLateral.hasBC #Breadcrumbs .breadcrumb {
		background: transparent;
	}	
	
	/* --- */
	body.hasFilter.hasBC #Breadcrumbs {
		padding-top: 50px;
	}
	
	/* --- */
	body:not(.hasBC) #g-container-main {
		margin-top: 80px;
	}
	
	body:not(.hasFilter) #g-container-main .g-block.size-100 #g-mainbar > .g-grid > .g-block.size-95 .g-content {
		width: 95%;
		padding: 25px 25px;
	}

	/* --- */
	#g-mainbar .w50-menu-conteudo > div:nth-child(2) {
        padding-right: 3%;
        padding-left: 3%;
		margin-top: 80px;
        width: 100%;
	}
	
	#g-mainbar .w50-menu-conteudo .menu-museu {
		display: none;
	}
	#menu .menuMobile, #menu .menuTopo{
		display:block;
	}
		
	#TextoVideo {
		left: 15%;
	}
	
	#TextoVideo h1{
		font-size:50px;
	}
	
	#TextoVideo h2{
		font-size:25px;
	}
	
	#barra .partilha{
		top: 78%;
		left: 0;
	}
	
	#publicacoes .w33{
		margin:0 0.2%;
	}
	
	#publicacoes .w33:nth-child(1){
		width:40% !important;
	}
	
	#publicacoes .w33:nth-child(2){
		width:27% !important;
	}
	
	#publicacoes .w33 .descricao{
		left:3%;
	}
	
	#publicacoes .w33 .descricao h2{
		font-size:28px;
	}
	
	#publicacoes .w33 .descricao span{
		font-size:25px;
	}
	
	/* --- */
	#filtroPubExp .sideFilter .form-group {
		width: 100%;
	}
	
	body:where(.itemid-335, .itemid-335) #filtroPubExp .sideFilter .form-group {
		width: 100%;
	}
	
	#filtroPubExp .sideFilter #cleanfilter {
		width: 100%;
		line-height: 1;
		margin: 10px 0px;
		padding: 15px 15px 15px 15px;
	}
	
	#filtroPubExp .w33{
		margin:0 0.2%;
	}
	
	#filtroPubExp .w33:nth-child(1){
		width:40% !important;
	}
	
	#filtroPubExp .w33:nth-child(2){
		width:27% !important;
	}
	
	#filtroPubExp .w33 .descricao{
		left:3%;
	}
	
	#filtroPubExp .w33 .descricao h2{
		font-size:28px;
	}
	
	#filtroPubExp .w33 .descricao span{
		font-size:25px;
	}
	
	/* --- */
	
	#traducao{
		display:none;
		z-index:3;
	}
	
	#traducao .idiomas {
	    left: 4%;
        right: auto;
		display: block;
		padding: 5px;
		border-radius: 20px;
	}
	
	#traducao .idiomas a{
		color:#000;
	}
	
	/*Formulário*/
	
	#contact-form, .contact-form{
		margin-top:20px;
	}
	
	.contact-miscinfo{
		margin-top:20px;
	}
	#publicacoes .w33 .descricao h2{
		font-size:25px;
	}

	#publicacoes .w33 .descricao h3{
		font-size:12px;
	}
	.titulo-sobre-museu h2 {
		position: relative;
	}
	
	#publicacoes .descricao .botao{
		font-size:12px;
	}

	/* --- */
	#g-mainbar {
		
	}
	
	#g-mainbar .w50-menu-conteudo > div:nth-child(2) {
        padding-right: 3%;
        padding-left: 3%;
        width: 100%;
	}
	#g-mainbar .w50-menu-conteudo .menu-museu h2 {
		font-size: 27px;
	}
	#g-mainbar .w50-menu-conteudo .menu-museu a {
		font-size: 20px;
	}
	#g-mainbar .w50-menu-conteudo {
        justify-content: center;
	}
	#g-mainbar .w50-conteudo-museu .corpo {
		padding-right: 180px;
		padding-bottom: 50px;
	}
	#g-mainbar .w50-conteudo-museu .imagem {
        margin-top: 30px;
	}
	#g-mainbar .w50-conteudo-museu .texto h3 {
		font-size: 23px;
	}
	
	#g-mainbar .outros-servicos .img-servicos-temp {
		grid-template-columns: repeat(3, 1fr);
	}
	
	#g-mainbar .outros-servicos .img-servicos-temp img {
	    height: 150px;
	}
	
	/* --- */
	.itemid-345 #g-container-main .g-content {
		width: 95%;
	}
	
	#g-mainbar .page-header h1, #g-mainbar .page-header h2 {
		padding-right: 0px;
	}
	
	#g-mainbar .principal .descricao, #g-mainbar .principal p {
		text-align: unset;
	}
	
	#g-mainbar .principal .descricao {
		font-size: 15px;
	}

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

	#g-mainbar .principal > .item-image img {
		margin: 0px;
	}
		
	#g-mainbar .principal .item.w100 {
		float: unset;
		padding: unset;
	}
		
	#g-mainbar .principal .descricao.w50 {
		width: 100%;
	}
	
	#g-mainbar .principal .item.w50 {
		width: 100%;
	}
	
	#g-mainbar .principal .item.w50 .item-image {
		text-align: left;
	}
		
	#g-mainbar .principal .video .item {
		width: 640px;
	}

	#g-mainbar .principal .video .item iframe {
		height: 360px;
	}
		
	/* --- */		
	#publicacoes .g-content {
		width: 95%;
	}
	
	#publicacoes .sideFilter {
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
		max-width: unset;
		height:100%;
		left:-100%;
		padding: 30px 20px;
		position: fixed;
		overflow-y: scroll;
        top: 80px;
        padding-top: 75px;
        z-index: 10;
		-webkit-transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-o-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out;
	}
	
	.itemid-307 #publicacoes .sideFilter {
		width: 100%;
		max-width: unset;
		position: fixed;
		padding-bottom: 150px !important;
	}
	
	.itemid-307 #publicacoes .sideFilter .lateral {
		display: inline-flex;
		width: 100%;
		flex-direction: column;
	}
	
	.itemid-307 #publicacoes .sideFilter .form-group {
		width: 98%;
		margin-inline: 1%;
	}
	
	#publicacoes .closeSearch {
		display:block;
	}
	
	#publicacoes .mobile {
		display:block;
	}
	
	#publicacoes .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;
	}
	
	#publicacoes .newsBlocks .item {
		width: calc((100% / 2) - 36px);
	}
		
	#publicacoes .newsBlocks .item > a {
		height: 300px;
	}
	
	/* --- */
	#NewsPage .item	 {
	    width: calc(50% - 36px);
	}
	
	#NewsPage .item > a {
		height: 300px;
	}
	
	/* --- */		
	#filtroPubExp .g-content {

	}
	
	#filtroPubExp .sideFilter {
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
		max-width: unset;
		height:100%;
		left:-100%;
		padding: 30px 20px;
		position: fixed;
		overflow-y: scroll;
        top: 80px;
        padding-top: 75px;
		padding-bottom: 150px;
        z-index: 10;
		-webkit-transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-o-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out;
		display: block;
	}
	
	body:where(.itemid-331, .itemid-357, .itemid-384, .itemid-385, .itemid-394) #filtroPubExp .sideFilter {
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
		max-width: unset;
		height:100%;
		left:-100%;
		padding: 30px 20px;
		position: fixed;
		overflow-y: scroll;
		top: 80px;
        padding-top: 80px;
		padding-bottom: 150px;
        z-index: 10;
		-webkit-transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-o-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out;
		display: block;
	}
	
	body:where(.itemid-331, .itemid-357, .itemid-384, .itemid-385, .itemid-394) #filtroPubExp .sideFilter .form-group#search {
		width: 100%;
	}
	
	#filtroPubExp .closeSearch {
		display:block;
	}
	
	body:where(.itemid-335, .itemid-335) #filtroPubExp .closeSearch {
		display: none;
    }
	
	#filtroPubExp .mobile {
		display:block;
	}
	
	body:where(.itemid-335, .itemid-335) #filtroPubExp .mobile {
		display: none;
	}
	
	#filtroPubExp .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;
	}
	
	#filtroPubExp .newsBlocks .item {
		width: calc((100% / 2) - 36px);
	}
		
	#filtroPubExp .item > a {
		height: 300px;
	}
	
	
	/* --- */	
	#g-container-main .g-block.size-100 #g-mainbar #documentos {
		background: #ffffff;
	}
	
	#g-container-main .g-block.size-100 #g-mainbar #documentos .g-content {
		width: 95%;
	}
	
	#documentos h2 {
		margin-left: 10px;
    }
	
    #documentos .TreeDocs {
        -webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100%;
        vertical-align: top;
        margin: 0;
        padding: 30px 20px 460px 20px;
        display: inline-block !important;
        position: fixed;
        height: 100%;
        left: -100%;
		top: 80px;
		z-index: 8;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        overflow-y: scroll;
    }
   
    #documentos .tree-list .closeSearch {
		font-size: 16px;
        display: block;
        width: fit-content;
        margin-top: 25px;
    }
   
    #documentos .content-docs .mobile {
       display: block;
    }

	#documentos .content-docs .clearFilter {
		margin-top: 35px;
	}
	
    #documentos .contentDocs {
        width:100%;
		padding: 45px 20px;
        height: 950px !important;
    }
    
    #documentos .content-docs .item {
        width: 23.5%;
        margin: 1% 0.5%;
        padding: 23% 10px 10px 10px;
    }
		
	#documentos .TreeDocs .tree-list {
		padding: 30px;
	}
		
	/* --- */
	body.hasBC.hasFilter.itemid-358 #partilha .g-content, body.hasBC.hasFilter.itemid-359 #partilha .g-content {
		width: 748px;
	}
	
	body.hasFilter #partilha .g-content, body.hasBC:not(.hasMenuLateral) #partilha .g-content {
		width: 95%;
	}
		
	/* --- */
	#reels .g-content, #multimedia .g-content  {
		width: 748px;
    }
	   	
	#multimedia .multimediaContainer .resultsContent, #reels .reelsContainer .resultsContent{
		margin-left:0 !important;
	}
	
	#multimedia .multimediaContainer .resultsContent, #reels .reelsContainer .resultsContent {
		text-align: center;
	}
	.multimediaContainer {
		text-align:center;
	}
	
	#multimedia .resultsContent .searchButton ,#reels .resultsContent .searchButton {
		float: right;
		background: #005c83;
		width: auto;
		display: inline-block;
		padding: 5px 10px;
		font-family: 'FSAlbert-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 .multimediaContainer .searchBar #find, #reels .reelsContainer .searchBar #find {
        cursor: pointer;
        position: absolute;
        width: 20px;
        height: 20px;
        right: 25px;
        top: 40px;
    
    }
	
	#multimedia .closeSearch ,#reels .closeSearch {
        display: block;
        padding: 5px 10px;
        margin-left: auto;
        cursor: pointer;
        font-family: 'FSAlbert-Regular', sans-serif;
        font-size: 16px;
        background: #005c83;
        color: #fff;
        width: fit-content;
        margin-top: 25px;
    }


    .searchBar .searchBarContent {
        width: 780px !important;
        padding: 20px;
        background: #fff;
        position: fixed;
        height: 100%;
        display: none;
    }
	
	#multimedia .multimediaContainer .searchBar, #reels .reelsContainer .searchBar {
		-webkit-flex: 0 100%;
        -moz-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        width: 100% !important;
        max-width: unset;
        display: flex;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        position: fixed;
        background: rgb(255, 255, 255) !important;
        height: 100%;
        left: -100%;
        top: 80px;
        z-index: 10;
        -webkit-transition: left 0.5s ease-in;
        -moz-transition: left 0.5s ease-in;
        -o-transition: left 0.5s ease-in;
        transition: left 0.5s ease-in;
    }

	#multimedia .searchBar .searchBarContent, #reels .searchBar .searchBarContent {
        position: relative;
        top: 85px;
		display:block !important;
    }
	#multimedia .searchBar .form-group, #reels .searchBar .form-group {
	    width: 100%;
		margin: 10px 0;
	}
	
	#multimedia .multimediaContainer .searchBar h3, #reels .reelsContainer .searchBar h3{
		margin-bottom:7px;
	}


	#multimedia .resultsContent .mobile, #reels .resultsContent .mobile {
        position: fixed;
        top: 80px;
        background: #acd8e3;
        height: auto;
        width: 100%;
        left: 0;
        padding: 5px 5px;
        z-index: 9;
        cursor: pointer;
	}
	
	#multimedia .seeVideo, #reels .seeVideo {
		top: 104px;
	}
	
	#multimedia .multimediaContainer .resultsContent, #reels .reelsContainer .resultsContent {
	    width: 100%;
	}
	
	/**/
	.closeSearch, .mobile {
        display: inline-block;
    }
	 .sideFilter {
        transition: all .5s ease-in-out;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 77px;
        position: fixed;
        background: rgb(255, 255, 255) !important;
        height: 100%;
        left: -100%;
        top: 100px;
        z-index: 99999;
    }
	
    #multimedia .multimediaContainer .searchBar, #reels .reelsContainer .searchBar {
        padding: 30px 12px;
    }
    
    #multimedia .videoItem {
        width: 100%;
    }
    
    #multimedia .videoItem h5{
        text-align:center;
    }
	
	#multimedia .videoItem {
		width: 100%;
		max-width: 485px;
    }
	#multimedia .videoItem iframe {
		height: 270px;
        width:100%
    }
    
    #multimedia .videoItem .video {
        height: 300px;
        margin-bottom: -300px;
    }
    
    #reels .videoItem {
        width: 32%;
    }
    
    #reels .videoItem .video iframe {
        /*height: 380px;*/
    }

	#multimedia .videoItem {
		height: 330px;
	}
	
	#multimedia .videoItem .overlay {
		height: 300px;
		margin-bottom: -300px;
	}
	
	/* --- */
	#faleConnosco .g-content {
        margin: 75px 4% 50px 4%;
    }
			
	#faleConnosco #blocoTipoEntidade, #faleConnosco .form-group.identificacao, #faleConnosco #blocoAreaGeografica, #faleConnosco .form-group.area, #faleConnosco #blocoAssunto, #faleConnosco .form-group.assunto {
        width: 32%;
    }

	/* --- */
	#menu .icon{
		margin-left: 20px;
	}	
	
	/* --- */
	#bottom .logo-baleia.v2 {
		width: 95%;
		margin: 0 2.5%;
	}
		
	#bottom .menu-bottom.v2 {
		width: 95%;
		grid-template-columns: repeat(2, 50%);
		grid-row-gap: 30px;
		grid-column-gap: 15px;
		padding-inline: 0;
	}

	#bottom .menu-bottom.v2 .contactos {
		grid-area: 1 / 1 / 2 / 2;
	}
			
	#bottom .menu-bottom.v2 .horario {
		grid-area: 1 / 2 / 2 / 3;
	}
			
	#bottom .menu-bottom.v2 .partilha {
		grid-area: 2 / 1 / 3 / 3;
		padding-left: calc(var(--bs-width) + var(--bs-padding));
	}
}


@media (min-width: 959px) and (max-width: 1199px){		
		
	/* --- Menu (Novo) --- */
	#logo {
		height: 60px;
		flex: 0 150px;
		width: 150px;
	}
	
	#logo .logo {

	}
	
	#menuExtras {
		display: flex;
        height: 60px;
        padding-top: 0px;
        align-items: center;
	}
	
	#menuExtras .mainLogo {
		display: none;
	}
	
	/* ------- Menu Superior --------- */
	#g-navigation {
		position: fixed;
		width: 100%;
	}
	
	#g-navigation .g-grid:nth-child(2) {
		width: 95%;
	}
	
	#g-navigation .g-grid:nth-child(3) {
        padding-top: 0px;
        width: 95%;
	}
	
	#g-navigation .g-grid:nth-child(4) {
		width: 95%;
        height: 0px;
	}
	
	#menuMega {
		display: none;
	}
	
	
	#mobileBar {
		display: inline-flex;
        justify-content: flex-end;
        position: relative;
        top: -38px;
        height: 0px;
	}
	
	#mobileBar .botao {
		margin-bottom: 0px;
        margin-top: 0px;
	}
	
	/* --- */
	#menuMega .dj-megamenu-default li a.dj-up_a {
		height: 60px;
	}
	
	#menuMega .dj-megamenu-default li a.dj-up_a > span {
		height: 60px;
		line-height: 60px;
	}
	
	/* ------- */

	#menuMega .dj-megamenu-default li a.dj-up_a > span {
		font-size: 11px;
	}
		
	/* --- */
	#Menu2 {
		display: none;
	}
	
	/* ------- */

	#bottom .menu-bottom {
        grid-template-columns: repeat(3, 1fr);
		justify-items: stretch;
        padding-right: 2%;
        padding-left: 2%;
        padding-top: 35px;
	}
	
	.publi-educativos {
		display: contents;
    }
	
	.publi-educativos .servicos-educativos {	

	}
	
	#bottom .menu-bottom h3 {
		font-size: 17px;
	}
	
	.menu-bottom div p {
		font-size: 16px;
	}
	#intro .w50-image {
		padding: 0px 50px 0px 30px;
	}
	#menu .parent li h4{
		font-size:55px;
	}
	#menu .parent li h2 {
		font-size: 95px;
	}
	#menu .sub1 span,#menu .sub2 span,#menu .sub3 span,#menu .sub4 span, #menu .sub5 span{
		font-size: 20px;
	}
	
	#publicacoes .w33 .descricao h2{
		font-size:25px;
	}

	#publicacoes .w33 .descricao h3{
		font-size:12px;
	}
	
	#publicacoes .descricao .botao{
		font-size:12px;
	}
		
	/* --- */
	#g-mainbar {
		
	}
	
	/* --- */

	#g-container-main .g-block.size-11 {
        ppadding-right: 30px;
        padding-bottom: 20px;
	}
	
	#g-container-main .g-block.size-11 #g-sidebar {
		width: calc(96% * 0.28);
		padding-right: 30px;
	}
	
	#MenuLateral ul.menu li.level1 > span a {
		font-size: 22px;
	}
	
	#MenuLateral h2.titleMenu {
		font-size: 27px;
    }
	
	/* --- */	
	.hasMenuLateral #g-container-main {
		background: linear-gradient(to right, #cdf6ff calc((2% + 5px) / 2), #ffffff calc((2% - 5px) / 2));
	}
				
	.hasMenuLateral #g-container-main > .g-grid {
        width: 96%;
        margin: 0 3% 0 1%;
	}	
	
	/* --- */
	#g-above {
		margin-top: 80px;		
	}
		
	/* --- */
	body.hasMenuLateral.hasBC #Breadcrumbs {
		position: absolute;
		top: 0px;
		left: 0;
		width: 96%;
        margin: 10px 3% 10px 1%;
		padding-top: 0;
		background: transparent;
	}

	body.hasMenuLateral.hasBC #Breadcrumbs .g-content {
		width: 72%;
		margin: 0 0 0 auto;
		padding-left: 6%;
	}

	body.hasMenuLateral.hasBC #Breadcrumbs .breadcrumb {
		background: #e6edf5;
	}
	
	/* --- */
	body.hasFilter.hasBC #Breadcrumbs {
		padding-top: 50px;
	}
	
	/* --- */
	body:not(.hasBC) #g-container-main {
		margin-top: 80px;
	}
	
	body:not(.hasFilter) #g-container-main .g-block.size-100 #g-mainbar > .g-grid > .g-block.size-95 .g-content {
		width: 95%;
	}

	/* ------- */
	#g-mainbar .w50-menu-conteudo > div:nth-child(2) {
		padding-right: 3%;
		padding-left: 3%;
	}
	
	#g-mainbar .w50-menu-conteudo .menu-museu {
		padding-left: 60px;
		padding-right: 60px;
		padding-bottom: 20px;
	}
	
	#g-mainbar .w50-menu-conteudo .menu-museu h2 {
		font-size: 27px;
	}
	
	#g-mainbar .w50-menu-conteudo .menu-museu a {
		font-size: 20px;
	}
	
	#g-mainbar .w50-menu-conteudo {
	}
	
	#g-mainbar .w50-conteudo-museu .corpo {
		padding-right: 130px;
		padding-bottom: 50px;
	}
	
	#g-mainbar .w50-conteudo-museu .imagem {
	}
	
	#g-mainbar .w50-conteudo-museu .texto h3 {
		font-size: 23px;
	}

	#g-mainbar .outros-servicos .img-servicos-temp {
		grid-template-columns: repeat(3, 1fr);
	}
	
	#g-mainbar .outros-servicos .img-servicos-temp img {
	    height: 150px;
	}
	/* --- */
	.itemid-345 #g-container-main .g-content {
		width: 95%;
	}
	
	#g-mainbar .principal .descricao, #g-mainbar .principal p {
		text-align: unset;
	}
	
	#g-mainbar .principal > .item-image {
		float: unset;
		padding: 0;
		margin-bottom: 20px;
		max-width: unset;
	}

	#g-mainbar .principal > .item-image img {
		margin: 0px;
	}
	
	#g-mainbar .principal .item.w100 {
		float: unset;
		padding: unset;
	}
	
	#g-mainbar .principal .descricao.w50 {
		width: 100%;
	}
	
	#g-mainbar .principal .item.w50 {
		width: 100%;
	}
	
	#g-mainbar .principal .item.w50 .item-image {
		text-align: left;
	}
	
	#g-mainbar .principal .video .item {
		width: 720px;
	}

	#g-mainbar .principal .video .item iframe {
		height: 405px;
	}
		
	/* --- */		
	#publicacoes .g-content {
		width: 95%;
	}
	
	#publicacoes .newsBlocks .item {
		width: calc((100% / 2) - 36px);
	}
	
	#publicacoes .newsBlocks .item > a {
		height: 300px;
	}
	
	#publicacoes .sideFilter {
		left: auto !important;
	}
			
	/* --- */		
	#filtroPubExp .g-content {

	}
	
	#filtroPubExp .newsBlocks .item {
		width: calc((100% / 2) - 36px);
	}
	
	#filtroPubExp .item > a {
		height: 250px;
	}
	
	#filtroPubExp .sideFilter {
		left: auto !important;
	}
				
	/* --- */ 	
	#g-container-main .g-block.size-100 #g-mainbar #documentos {
		background: linear-gradient(to right, #d8f6ff calc((5% + 5px) / 2) calc((5% + 5px) / 2), #ffffff calc((5% - 10px) / 2));
	}
	
	#g-container-main .g-block.size-100 #g-mainbar #documentos .g-content {
		width: 95%;
	}
	
    #documentos .TreeDocs {
		padding-left: 0px;
    }
    
    #documentos .TreeDocs .tree-list {
        padding: 5px;
    }
    
    #documentos .tree-list .catLevel1 {
        font-size: 16px;
    }
    
    #documentos .contentDocs {
        width: 76%;
        margin: 0px 0 0px 0;
    }
    
    #documentos .content-docs .item {
        width: 23%;
        margin: 1% 0.5%;
        padding: 23% 10px 10px 10px;
    }
	
	#documentos .content-docs .item .catName {
		font-size: 15px;
	}
    
    #documentos .content-docs .item svg {
        height: 45px;
    }
    
    #documentos .documents a{
        font-size: 18px;
    }
    	
	/* --- */
	body.hasBC.hasFilter.itemid-358 #partilha .g-content, body.hasBC.hasFilter.itemid-359 #partilha .g-content {
		width: 919px;
	}
	
	body.hasFilter #partilha .g-content, body.hasBC:not(.hasMenuLateral) #partilha .g-content {
		width: 95%;
	}
		
	/* --- */
	#reels .g-content, #multimedia .g-content  {
		width: 919px;
    }
	
	#multimedia .multimediaContainer .resultsContent {
		text-align: center;
	}
	
	#multimedia .videoItem {
		width: 100%;
		max-width: 485px;
    }
	#multimedia .videoItem iframe {
		height: 270px;
        width:100%
    }
    
    #multimedia .videoItem .video {
        height: 300px;
        margin-bottom: -300px;
    }
	    
    #multimedia .w33 {
        width: 30.9%;
    }
        
    #multimedia .multimediaContainer .searchBar {
		padding: 30px 12px;
    }
  
    #multimedia .videoItem h5 {
        text-align: center;
        padding: 5px 0.5% 20px;
        font-size:18px;
    }
    
    #reels .videoItem {
        width: 32%;
    }
    
    #reels .videoItem .video iframe {
        /*height: 380px;*/
    }
	
	#multimedia .videoItem {
		height: 330px;
	}
	
	#multimedia .videoItem .overlay {
		height: 300px;
		margin-bottom: -300px;
	}
	
    #multimedia .multimediaContainer .searchBar, #reels .reelsContainer .searchBar {
		left: auto !important;
	}
		
	/* --- */	
	#faleConnosco #blocoTipoEntidade, #faleConnosco .form-group.identificacao, #faleConnosco #blocoAreaGeografica, #faleConnosco .form-group.area, #faleConnosco #blocoAssunto, #faleConnosco .form-group.assunto {
        width: 32%;
    }
	
	/* --- */
	
	#menu .menu .parent {
		top: 11%;
		left: -4%;
	}	
	
	/* --- */
	#bottom .logo-baleia.v2 {
		width: 95%;
		margin: 0 2.5%;
	}
		
	#bottom .menu-bottom.v2 {
		width: 95%;
		grid-template-columns: repeat(2, 50%);
		grid-row-gap: 30px;
		grid-column-gap: 15px;
		padding-inline: 0;
	}

	#bottom .menu-bottom.v2 .contactos {
		grid-area: 1 / 1 / 2 / 2;
	}
			
	#bottom .menu-bottom.v2 .horario {
		grid-area: 1 / 2 / 2 / 3;
	}
			
	#bottom .menu-bottom.v2 .partilha {
		grid-area: 2 / 1 / 3 / 3;
		padding-left: calc(var(--bs-width) + var(--bs-padding));
	}
}

@media (min-width: 1200px) and (max-width: 1439px){
	#menu .menu .parent {
		top: 65px;
	}
		
	/* --- */
	#MenuLateral ul.menu li.level1 > span a {
		font-size: 22px;
	}
	
	#MenuLateral h2.titleMenu {
		font-size: 27px;
    }
	
	#Breadcrumbs .g-content {
		width: 95%;
	}
	
	/* --- */
	body.hasMenuLateral.hasBC #Breadcrumbs {
		position: absolute;
		top: 0px;
		left: 0;
		width: 96%;
        margin: 10px 3% 10px 1%;
		padding-top: 0;
		background: transparent;
	}

	body.hasMenuLateral.hasBC #Breadcrumbs .g-content {
		width: 72%;
		margin: 0 0 0 auto;
		padding-left: 6%;
	}

	body.hasMenuLateral.hasBC #Breadcrumbs .breadcrumb {
		background: #e6edf5;
	}
	
	/* --- */	
	.hasMenuLateral #g-container-main {
		background: linear-gradient(to right, #cdf6ff calc((2% + 5px) / 2), #ffffff calc((2% - 5px) / 2));
	}
				
	.hasMenuLateral #g-container-main > .g-grid {
        width: 96%;
        margin: 0 3% 0 1%;
	}	
	
	/* --- */
	#g-above {
		margin-top: 110px;
	}
	
	/* --- */
	body:not(.hasBC) #g-container-main {
		margin-top: 110px;
	}
	
	body:not(.hasFilter) #g-container-main .g-block.size-100 #g-mainbar > .g-grid > .g-block.size-95 .g-content {
		width: 95%;
	}

	/* ------- */
	#g-mainbar .w50-menu-conteudo .menu-museu a {
		font-size: 22px;
	}
	#g-mainbar .w50-menu-conteudo .menu-museu h2 {
		font-size: 27px;
	}
	#g-mainbar .w50-menu-conteudo {
	}
	#g-mainbar .w50-conteudo-museu .titulo-sobre-museu {

	}
	#g-mainbar .w50-conteudo-museu .corpo {

	}
	#g-mainbar .w50-conteudo-museu .corpo {
		padding-right: 100px;
	}
	#g-mainbar .w50-conteudo-museu .imagem {
	}
	
	.itemid-345 #g-container-main .g-content {
		width: 95%;
	}
	
	#g-mainbar .principal .video .item {
		width: 950px;
	}

	#g-mainbar .principal .video .item iframe {
		height: 535px;
	}
	
	/* --- Menu (Novo) --- */
	#menuMobile {
		display: none !important;
	}
	/* ---- */
	
	/* ------- Menu Superior --------- */
	#g-navigation .g-grid:nth-child(2) {
		width: 97%;
	}
	
	#g-navigation .g-grid:nth-child(3) {
		width: 97%;
		padding-top: 0px;
	}
	
	#menuExtras {
		height: 60px;
	}
	
	#logo .logo {

	}
	
	#menuMega {
		flex: 0 100%;
		width: 100%;
		margin-inline: 0;
	}
	
	#menuMega .dj-megamenu-default li a.dj-up_a {
		height: 60px;
		padding: 0;
	}
	
	#menuMega .dj-megamenu-default li.dj-up.fullwidth > .dj-subwrap > .dj-subwrap-in {
		margin: 0 0 0 calc((100% - 95%) / 2);
		width: calc(100% - calc((100% - 95%) / 2));
	}
	
	#menuMega .dj-megamenu-default li div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(4) {
		--base-width: calc(100% - ((100% - 95%) / 2));
	}
	
	#menuMega .dj-megamenu-default li a.dj-up_a > span {
		height: 60px;
		line-height: 60px;
		font-size: 16px;
	}
		
	/* --- */
	#Menu2 .g-content {
		width: 95%;
	}
	
	#Menu2 .menu2.moduletable {
		padding-left: 150px;
	}
	
	#Menu2 .dj-megamenu-default li a.dj-up_a {
		padding: 0 10px;
	}
	
	/* ------- */

	
	#bottom .menu-bottom {
        padding-right: 2%;
        padding-left: 2%;
	}
	
	#bottom .menu-bottom .contactos {
		width: 100%;
		text-align: left;
		border-right: 1px solid #fff;
	}	
	
	#menu .parent li h4{
		font-size:60px;
	}
	
	#menu .sub1 span,#menu .sub2 span,#menu .sub3 span,#menu .sub4 span, #menu .sub5 span{
		font-size: 23px;
	}
	
	#publicacoes .w33 .descricao h2{
		font-size:31px;
	}

	#publicacoes .w33 .descricao h3{
		font-size:15px;
	}
	
	#publicacoes .descricao .botao{
		font-size:15px;
	}
	
	/* --- */
	#g-mainbar {
		
	}
	
	#g-mainbar .w50-menu-conteudo > div:nth-child(2) {
		padding-right: 3%;
		padding-left: 3%;
	}
	
	#g-mainbar .outros-servicos .img-servicos-temp {
		grid-template-columns: repeat(3, 1fr);
	}
	/* --- */
	.itemid-345 #g-container-main .g-content {
		width: 95%;
	}
	
	/* --- */  			
	#publicacoes .g-content {
		width: 95%;
	}
	
	#publicacoes .newsBlocks .item {
		width: calc((100% / 2) - 36px);
	}
	
	#publicacoes .sideFilter {
		left: auto !important;
	}
	
	/* --- */
	#NewsPage .item	 {
	    width: calc(50% - 36px);
	}
		
	/* --- */  			
	#filtroPubExp .g-content {

	}
	
	#filtroPubExp .newsBlocks .item {
		width: calc((100% / 2) - 36px);
	}
	
	#filtroPubExp .sideFilter {
		left: auto !important;
	}	
			
	/* --- */	
	#g-container-main .g-block.size-100 #g-mainbar #documentos {
		background: linear-gradient(to right, #d8f6ff calc((5% + 5px) / 2) calc((5% + 5px) / 2), #ffffff calc((5% - 10px) / 2));
	}
	
	#g-container-main .g-block.size-100 #g-mainbar #documentos .g-content {
		width: 95%;
	}
	
	#g-container-main .g-block.size-11 #g-sidebar {
		width: calc(96% * 0.28);
		padding-right: 60px;
	}	
	
    #documentos .TreeDocs {
		padding-left: 0px;
    }
    
    #documentos .TreeDocs .tree-list {
        padding: 5px;
    }
    
    #documentos .contentDocs {
        width: 76%;
        margin: 0px 0 0px 0;
    }
    
    #documentos .content-docs .item {
        width: 23%;
        margin: 1% 0.5%;
        padding: 21% 10px 10px 10px;
    }
		
	/* --- */
	body.hasBC.hasFilter.itemid-358 #partilha .g-content, body.hasBC.hasFilter.itemid-359 #partilha .g-content {
		width: 1100px;
	}
	
	body.hasFilter #partilha .g-content, body.hasBC:not(.hasMenuLateral) #partilha .g-content {
		width: 95%;
	}
		
	/* --- */
	#reels .g-content, #multimedia .g-content  {
		width: 1100px;
    }
	
	#multimedia .multimediaContainer .searchBar {
		 width:260px !important;
	}
	
	#multimedia .videoItem {
		width: 47%;
		max-width: 485px;
    }
	#multimedia .videoItem iframe {
		height: 215px;
        width: 100%;
    }
    
    #multimedia .videoItem .video {
        height: 215px;
        margin-bottom: -280px;
    }
   
    #multimedia .videoItem h5{
        font-size:18px;
        text-align:center;
        padding-top:5px;
    }
    
    #reels .videoItem .video iframe {
        /*height: 340px;*/
    }

	#multimedia .videoItem {
		height: 300px;
	}
	
	#multimedia .videoItem .overlay {
        height: 300px;
        margin-bottom: -300px;
	}
    	
    #multimedia .multimediaContainer .searchBar, #reels .reelsContainer .searchBar {
		left: auto !important;
	}	
	
	/* --- */
	#bottom .logo-baleia.v2 {
		width: 95%;
		margin: 0 2.5%;
	}
		
	#bottom .menu-bottom.v2 {
		width: 95%;
		grid-template-columns: repeat(2, 50%);
		grid-row-gap: 30px;
		grid-column-gap: 15px;
		padding-inline: 0;
	}

	#bottom .menu-bottom.v2 .contactos {
		grid-area: 1 / 1 / 2 / 2;
	}
			
	#bottom .menu-bottom.v2 .horario {
		grid-area: 1 / 2 / 2 / 3;
	}
			
	#bottom .menu-bottom.v2 .partilha {
		grid-area: 2 / 1 / 3 / 3;
		padding-left: calc(var(--bs-width) + var(--bs-padding));
	}
}

@media (min-width: 1440px) and (max-width: 1599px){	
	#menuMega .dj-megamenu-default li a.dj-up_a {
		padding: 0 3px;
	}
	
	#menuMega .dj-megamenu-default li.dj-up.fullwidth > .dj-subwrap > .dj-subwrap-in {
		margin: 0 0 0 calc((100% - 95%) / 2);
		width: calc(100% - calc((100% - 95%) / 2));
	}
	
	#menuMega .dj-megamenu-default li div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(4) {
		--base-width: calc(100% - ((100% - 95%) / 2));
	}
		
	/* --- */
	#Menu2 .g-content {
		width: 95%;
	}
		
	/* --- */
	#Menu2 .dj-megamenu-default li a.dj-up_a {
		padding: 0 10px;
	}
	
	/* --- Menu (Novo) --- */
	#menuMobile {
		display: none !important;
	}
	/* ---- */
	#Breadcrumbs .g-content {
		width: 95%;
	}
		
	/* --- */
	body.hasMenuLateral.hasBC #Breadcrumbs {
		position: absolute;
		top: 0px;
		left: 0;
		width: 96%;
        margin: 10px 3% 10px 1%;
		padding-top: 0;
		background: transparent;
	}

	body.hasMenuLateral.hasBC #Breadcrumbs .g-content {
		width: 72%;
		margin: 0 0 0 auto;
		padding-left: 6%;
	}

	body.hasMenuLateral.hasBC #Breadcrumbs .breadcrumb {
		background: #e6edf5;
	}
	
	/* ------- Menu Superior --------- */
	#g-navigation .g-grid:nth-child(2) {
		width: 95%;
	}
	
	#g-navigation .g-grid:nth-child(3) {
		width: 95%;
	}
	
	.hasMenuLateral #g-container-main {
		background: linear-gradient(to right, #cdf6ff calc((2% + 5px) / 2), #ffffff calc((2% - 5px) / 2));
	}
				
	.hasMenuLateral #g-container-main > .g-grid {
        width: 96%;
        margin: 0 3% 0 1%;
	}	

	/* --- */
	
	body:not(.hasFilter) #g-container-main .g-block.size-100 #g-mainbar > .g-grid > .g-block.size-95 .g-content {
		width: 95%;
	}

	/* ------- */

	#bottom .menu-bottom {
		padding-right: 5%;
		padding-left: 5%;
	}

	
	#bottom .menu-bottom .contactos {
		width: 100%;
		text-align: left;
		border-right: 1px solid #fff;
	}
	
	#menu .parent li h4{
		font-size:60px;
	}
	
	#menu .sub1 span,#menu .sub2 span,#menu .sub3 span,#menu .sub4 span, #menu .sub5 span{
		font-size: 25px;
	}
	
	#publicacoes .w33 .descricao h2{
		font-size:38px;
	}

	#publicacoes .w33 .descricao h3{
		font-size:17px;
	}
	
	#publicacoes .descricao .botao{
		font-size:17px;
	}
	#menu .menu .parent {
		top: 8%;
	}
	/* --- */
	#g-mainbar {

	}
	
    #g-mainbar .baleias-e-golfinhos .texto-baleias-golfinho {
    
	}
	#g-mainbar .w50-menu-conteudo > div:nth-child(2) {
		padding-right: 3%;
		padding-left: 3%;
	}
	
	/* --- */
	.itemid-345 #g-container-main .g-content {
		width: 95%;
	}
			
	#publicacoes .g-content {
		width: 95%;
	}
	
	#publicacoes .sideFilter {
        left: auto !important;
    }
	
	/* --- */			
	#filtroPubExp .g-content {

	}
	
	#filtroPubExp .sideFilter {
        left: auto !important;
    }
	
	/* --- */
    #documentos .TreeDocs {
		padding-left: 0px;
    }
    	
	/* --- */
	body.hasBC.hasFilter.itemid-358 #partilha .g-content, body.hasBC.hasFilter.itemid-359 #partilha .g-content {
		width: 1340px;
	}
	
	body.hasFilter #partilha .g-content, body.hasBC:not(.hasMenuLateral) #partilha .g-content {
		width: 95%;
	}
		
	/* --- */ 
	#reels .g-content, #multimedia .g-content  {
		width: 1340px;
    }
	
  	#multimedia .videoItem iframe {
		height: 240px;
        width:100%
    }
    
    #multimedia .videoItem {
		height: 400px;
	}
	
	#multimedia .videoItem .overlay {
		height: 400px;
		margin-bottom: -400px;
	}
    
    #reels .videoItem .video iframe {
        /*height: 415px;*/
    }
    	
    #multimedia .multimediaContainer .searchBar, #reels .reelsContainer .searchBar {
		left: auto !important;
	}
	
	/* --- */	
	#g-container-main .g-block.size-100 #g-mainbar #documentos {
		background: linear-gradient(to right, #d8f6ff calc((5% + 5px) / 2) calc((5% + 5px) / 2), #ffffff calc((5% - 10px) / 2));
	}
	
	#g-container-main .g-block.size-100 #g-mainbar #documentos .g-content {
		width: 95%;
	}
		
	#g-container-main .g-block.size-11 #g-sidebar {
		width: calc(96% * 0.28);
		padding-right: 60px;
	}	
	
	/* --- */
	#bottom .logo-baleia.v2 {
		width: 95%;
		margin: 0 2.5%;
	}
		
	#bottom .menu-bottom.v2 {
		width: 95%;
		grid-template-columns: repeat(2, 50%);
		grid-row-gap: 30px;
		grid-column-gap: 15px;
		padding-inline: 0;
	}

	#bottom .menu-bottom.v2 .contactos {
		grid-area: 1 / 1 / 2 / 2;
	}
			
	#bottom .menu-bottom.v2 .horario {
		grid-area: 1 / 2 / 2 / 3;
	}
			
	#bottom .menu-bottom.v2 .partilha {
		grid-area: 2 / 1 / 3 / 3;
		padding-left: calc(var(--bs-width) + var(--bs-padding));
	}
}

@media (min-width: 1600px) and (max-width: 1799px){
	#menuMega .dj-megamenu-default li a.dj-up_a {
		padding: 0 10px;
	}
	
	#menuMega .dj-megamenu-default li.dj-up.fullwidth > .dj-subwrap > .dj-subwrap-in {
		margin: 0 0 0 calc((100% - 95%) / 2);
		width: calc(100% - calc((100% - 95%) / 2));
	}
	
	#menuMega .dj-megamenu-default li div.dj-subwrap .dj-subwrap-in .dj-subcol:nth-child(4) {
		--base-width: calc(100% - ((100% - 95%) / 2));
	}
	
	/* --- */
	#Menu2 .g-content {
		width: 95%;
	}
	
	/* ---- Menu Superior (Novo) ---- */
	#menuMobile {
		display: none !important;
	}
		
	/* ------- Menu Superior --------- */
	#g-navigation .g-grid:nth-child(2) {
		width: 95%;
	}
	
	#g-navigation .g-grid:nth-child(3) {
		width: 95%;
	}
	
	/* ---- */
	#Breadcrumbs .g-content {
		width: 95%;
	}
		
	/* --- */
	body.hasMenuLateral.hasBC #Breadcrumbs {
		position: absolute;
		top: 0px;
		left: 0;
		width: 96%;
        margin: 10px 3% 10px 1%;
		padding-top: 0;
		background: transparent;
	}

	body.hasMenuLateral.hasBC #Breadcrumbs .g-content {
		width: 72%;
		margin: 0 0 0 auto;
		padding-left: 6%;
	}

	body.hasMenuLateral.hasBC #Breadcrumbs .breadcrumb {
		background: #e6edf5;
	}
	
	/* ---- */
	
	#publicacoes .w33 .descricao h2{
		font-size:42px;
	}
	#publicacoes .w33 .descricao h3{
		font-size:18px;
	}
	
	#publicacoes .descricao .botao{
		font-size:18px;
	}
	
	/* ---- */	
	.hasMenuLateral #g-container-main {
		background: linear-gradient(to right, #cdf6ff calc((2% + 5px) / 2), #ffffff calc((2% - 5px) / 2));
	}
			
	.hasMenuLateral #g-container-main > .g-grid {
        width: 96%;
        margin: 0 3% 0 1%;
	}	
		
	body:not(.hasFilter) #g-container-main .g-block.size-100 #g-mainbar > .g-grid > .g-block.size-95 .g-content {
		width: 95%;
	}

	/* --- */
	
	#g-mainbar .outros-servicos .img-servicos-temp {
		grid-template-columns: repeat(3, 1fr);
	}
		
	/* --- */
	.itemid-345 #g-container-main .g-content {
		width: 95%;
	}
			
	#publicacoes .g-content {
		width: 95%;
	}
	
	#publicacoes .sideFilter {
        left: auto !important;
    }
	
	/* --- */		
	#filtroPubExp .g-content {

	}
	
	#filtroPubExp .sideFilter {
        left: auto !important;
    }
		
	/* --- */
    #documentos .TreeDocs {
		padding-left: 0px;
    }
	
	/* --- */
	body.hasBC.hasFilter.itemid-358 #partilha .g-content, body.hasBC.hasFilter.itemid-359 #partilha .g-content {
		width: 1500px;
	}
	
	body.hasFilter #partilha .g-content, body.hasBC:not(.hasMenuLateral) #partilha .g-content {
		width: 95%;
	}
	
	/* --- */
	#reels .g-content, #multimedia .g-content  {
        width: 1500px;
    }
	
	#multimedia .videoItem {
		height: 400px;
	}
	
	#multimedia .videoItem .overlay {
		height: 400px;
		margin-bottom: -400px;
	}
	
	#reels .videoItem .video iframe {
		/*height: 485px;*/
	}
		
    #multimedia .multimediaContainer .searchBar, #reels .reelsContainer .searchBar {
		left: auto !important;
	}
	/* --- */	
	#g-container-main .g-block.size-100 #g-mainbar #documentos {
		background: linear-gradient(to right, #d8f6ff calc((5% + 5px) / 2) calc((5% + 5px) / 2), #ffffff calc((5% - 10px) / 2));
	}
	
	#g-container-main .g-block.size-100 #g-mainbar #documentos .g-content {
		width: 95%;
	}
	
	#g-container-main .g-block.size-11 #g-sidebar {
		width: calc(96% * 0.28);
		padding-right: 60px;
	}	
	
	/* --- */
	
	#bottom .menu-bottom .contactos {
		width: 100%;
		text-align: left;
		border-right: 1px solid #fff;
	}
	
	/* --- */
	#bottom .logo-baleia.v2 {
		width: 95%;
		margin: 0 2.5%;
	}
		
	#bottom .menu-bottom.v2 {
		width: 95%;
		padding-inline: 0;
	}
}

@media (min-width: 1800px){
	/* ---- Menu Superior (Novo) ---- */
	#menuMobile {
		display: none !important;
	}
	
	/* --- */		
	#publicacoes .sideFilter {
        left: auto !important;
    }
		
	/* --- */		
	#filtroPubExp .sideFilter {
        left: auto !important;
    }
		
	/* --- */
    #documentos .TreeDocs {
		padding-left: 0px;
    }
	
	/* --- */
	#multimedia .multimediaContainer .searchBar, #reels .reelsContainer .searchBar {
		left: auto !important;
	}
	/* ---- */
		
	#bottom .menu-bottom h2 {
		font-size: 28px;	
	}

	#bottom .menu-bottom p {
		font-size: 16px;
	}

	#bottom .menu-bottom h3 {
		font-size: 16px;
	}
		
	#bottom .menu-bottom .contactos {
		width: 100%;
		text-align: left;
		border-right: 1px solid #fff;
	}
}

@media (min-width: 1200px){
    #multimedia iframe {
		height: 270px;
        width: 100%;
    }
}

/* Laptop */
@media (min-width: 1366px)and (max-width: 1599px){
	.sliderPrincipal .Titulo h3{
		left: 5%;
	}
	
	.sliderPrincipal .Subtitulo h3{
		left: 21%;
	}
	
	.sliderPrincipal .tags {
		left: 33%;
	}
	
	.articulos .permanentes{
		left: 30%;
	}
	
	.articulos .temporarias{
		left: 25%;
	}
	
	.info-exposicoes .botao-temporarias{
		left: 37.5%;
	}
	
	.info-exposicoes .botao-permanentes{
		left: 76%;
	}
	
	#publicacoes .contentNews{
		padding-left: 150px;
	}
	
	#publicacoes .botao{
		left: 43.5%;
	}
	
	#galeria .galeria-grid{
		left: 5%;
	}
	
	#g-mainbar .w50-missao-conteudo .corpo-missao{
		padding-right: 0px;
	}
	
	#g-mainbar  .missao-vissao{

	}
	
	#g-mainbar  .sobre-museu{

	}
	
	#g-mainbar  .w50-menu-conteudo{
	}
	
	#g-mainbar  .historia-museu .w50-menu-conteudo .menu-museu{

	}
	
	#g-mainbar  > div:nth-child(2).corpo-historia{
		padding-right: 0px;
	}
	
	#g-mainbar .historia-museu{

	}
	
	#g-mainbar  .historia-caca-baleia{

	}
	
	#g-mainbar  .historia-caca-baleia .w50-menu-conteudo .menu-museu{

	}
	
	#g-mainbar  .w50-historia-baleia-conteudo .conteudo-historia-baleia{
		padding-right: 0px;
	}
	
	#g-mainbar  .w50-historia-baleia-conteudo figure{
		left: 0%;
	}
	#g-mainbar  .horario-conteudo .texto-horario{
		padding-right: 0px;
	}
	
	#g-mainbar  .horario-tarifario{

	}
	
	#g-mainbar .horario-tarifario .w50-menu-conteudo .menu-museu{

	}
	
	#g-mainbar  .horario-conteudo .titulo-horario{
	}
	
	#g-mainbar  .horario-conteudo .texto-horario{
	}
	
	#g-mainbar .outros-servicos .servicos-texto{
		padding-right: 0px;
	}
	
	#g-mainbar  .outros-servicos{

	}
	
	#g-mainbar  .outros-servicos .img-servicos-temp{

	}
	
	#g-mainbar .outros-servicos .w50-menu-conteudo .menu-museu{

	}
	
	#g-mainbar  .w50-jump .texto-jump, #g-mainbar  .w50-meta .texto-meta, #g-mainbar .w50-marcet-II .texto-marcet-II,
	#g-mainbar  .w50-marcet .texto-marcet{
		
	}
	
	#g-mainbar .proj-cientificos-conteudo .texto-cientificos{
		padding-right: 0px;
	}
	
	#g-mainbar  .proj-cientificos-conteudo .financia-azul, #g-mainbar  .proj-cientificos-conteudo .texto-financia-feder{
		
	}
	
	#g-mainbar  .projetos-cientificos{

	}
	
	#g-mainbar  .projetos-cientificos .w50-menu-conteudo .menu-museu{

	}
	
	#g-mainbar  .baleias-e-golfinhos{

	}
	
	#g-mainbar  .baleias-e-golfinhos .w50-menu-conteudo .menu-museu{

	}
	
	#g-mainbar .cetaceos-barba{

	}
	
	#g-mainbar .cetaceos-barba .w50-menu-conteudo .menu-museu{

	}
}