@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,300i,400,400i,500,500i,600,600i,700,700i|Roboto:300,400,500,700,900&display=swap');

/*
html {
  scroll-behavior: smooth;
}
*/

html, body, a, p, span {
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1.09px;
	line-height: 28px;
}

html, body, a, p, span, div, img, footer, header, nav {
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.pointer {
	cursor: pointer;
}

.overflow {
	overflow: hidden !important;
}

.googlemaps span, .googlemaps a {
	line-height: inherit !important;
}

.btn:focus, .btn.focus {
	outline: 0;
	box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0);
}

body {
	overflow-x: hidden !important;
}

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

a span {
	color: #222;
}

.cormorant {
	font-family: 'Cormorant Garamond', serif;
	font-size: 400;
}

.roboto-light {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.roboto {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.roboto-medium {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

.roboto-bold {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
}

.roboto-dark {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

.italic {
	font-style: italic;
}

.branco {
	color: white !important;
}

.preto {
	color: #222 !important;
}

.cinza {
	color: #999999 !important;
}

.cinza-claro {
	color: #cfcfcf !important;
}

.cinza-escuro {
	color: #787878 !important;
}

.white {
	background-color: white !important;
}

.dark {
	background-color: #222 !important;
}

.grey {
	background-color: #f5f5f5 !important;
}

.dark-grey {
	background-color: #D7D7D7 !important;
}

.green {
	background-color: #293732 !important;
}

.light-green {
	background-color: #74AA50 !important;
}

.upper {
	text-transform: uppercase !important;
}

.underline {
	text-decoration: underline !important;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

#vwDialogNewsletterSuccess, #vwDialogValidacaoEmail, #vwDialogSelecioneOpcoesExtra, #vwDialogAdicionadoComSucesso, .modal-scrollable>div {
	opacity: 1;
	background-color: white !important;
	-webkit-box-shadow: 24px 45px 300px -21px rgba(133, 133, 133, 1);
	-moz-box-shadow: 24px 45px 300px -21px rgba(133, 133, 133, 1);
	box-shadow: 24px 45px 300px -21px rgba(133, 133, 133, 1);
	border: 0;
}

.modal-header .close {
	padding: 0rem;
	margin: 0rem 0rem 0rem auto;
	color: white !important;
}

header {
	position: fixed;
	z-index: 30;
	top: 0;
}

header, nav, .logotipo {
	transition: all 0.5s;
}

header.sombra {
	box-shadow: 0px 0px 16px -8px rgba(0, 0, 0, 0.75);
}

.nav-link {
	font-size: 12px;
	color: #999999;
	letter-spacing: 2px;
	text-align: center;
	line-height: 26px;
	padding: 10px 20px !important;
}

nav {
	position: relative !important;
	height: 215px;
	transition: all 0.5s;
}

.divLogo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: max-content;
	padding-top: 30px;
	transition: all 0.5s;
}

.logotipo {
	height: 60px;
	display: block;
	position: relative;
	margin: auto;
	padding-left: 95px;
	transition: all 0.3s;
}

.logotipo.logoExtra {
	height: 90px;
	padding-left: 0px;
	opacity: 1;
}

nav.diminui {
	height: 90px;
}

.divLogo.diminui {
	padding-top: 15px;
}

.logotipo.diminui, .logotipo.logoExtra.diminui {
	height: 60px;
	padding-left: 0px;
}

.logotipo.logoExtra.diminui {
	opacity: 0;
}

.banner-home {
	position: relative;
	margin-top: 280px;
	min-height: calc(100vh - 345px);
	z-index: 2;
}

.banner-home .container, .banner-home .row {
	height: 100%;
}

.foto-banner {
	top: 30vh;
	height: 80vh;
	background-size: contain !important;
}

.tituloBanner {
	font-size: 37px;
	letter-spacing: 0;
	text-align: left;
	line-height: initial;
}

.textoBanner {
	font-size: 12px;
	letter-spacing: 0;
	line-height: 26px;
	text-align: left;
}

.containerBanner {
	position: relative;
	display: table;
	height: 100%;
}

.content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.btn {
	font-size: 13px;
	letter-spacing: 0;
	text-align: center;
	font-weight: 700;
	border-radius: 50px;
	padding: 20px 40px;
    z-index: 1;
    position: relative;
}

.fotoGrupo {
	height: 600px;
/* 	background-size: contain !important; */
}

.quadradoCategoria:nth-child(2n-1) {
	top: -100px;
}

.quadradoCategoria:nth-child(2n) {
	top: 50px;
}

.textoFooter {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 29px;
	text-align: left;
}

.newsletter-field.form-control {
	font-size: 10px;
	letter-spacing: 1.67px;
	line-height: 26px;
	text-align: left;
	border: 0px;
	border-bottom: solid 1px;
	margin-bottom: 10px;
	border-radius: 0px !important;
}

.btnNewNewsletter {
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 26px;
	text-align: left;
	background-color: transparent;
	border: 0px;
	padding-left: 12px;
}

.rodape {
	font-size: 11px;
	letter-spacing: 0;
	line-height: 23px;
}

.inove {
	top: -7px;
	position: relative;
	height: 12px;
}

.scroll {
	transform: rotate(90deg);
	font-size: 12px;
	letter-spacing: 0;
	text-align: center;
	position: fixed;
	left: 50px;
	bottom: 160px;
	display: inline-flex;
	font-style: italic;
}

.scroll div {
	position: absolute;
	width: 0px;
	height: 1px;
	background-color: #222;
	bottom: 15px;
	-webkit-animation: resize 2.5s infinite;
	animation: resize 2.5s infinite;
}

@-webkit-keyframes resize {
	0% {
		width: 0px;
		right: -20px;
	}
	50% {
		width: 10px;
		right: -100px;
	}
	100% {
		width: 0px;
		right: -100px;
	}
}

@keyframes resize {
	0% {
		width: 0px;
		right: -20px;
	}
	50% {
		width: 90px;
		right: -100px;
	}
	100% {
		width: 0px;
		right: -100px;
	}
}

.titulo {
	font-size: 37px;
	letter-spacing: 0;
	text-align: left;
	line-height: initial;
}

.tituloNoticia {
	font-size: 48px;
	letter-spacing: 0;
	text-align: left;
	line-height: 51px;
}

.btn2 {
	font-size: 11px;
	letter-spacing: 0;
	padding: 7px 20px;
	font-weight: 700;
}

.dataNoticia {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 29px;
}

.divPosHeader {
	position: relative;
	margin-top: 150px !important;
}

.mapa {
	width: 100%;
	height: 500px;
}

.googlemaps {
	margin: auto;
}

.resumo {
	font-size: 12px;
	letter-spacing: 0;
	line-height: 26px;
}

.iconSocial {
	font-size: 20px;
	margin-right: 10px;
}

.titulo-tab {
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 26px;
}

.descricao-tab {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 29px;
}

.form-campos input, .form-campos textarea {
	width: 100%;
	margin: 10px 0;
	padding: 15px 25px;
	color: #cfcfcf !important;
	font-family: 'Roboto';
	font-weight: 600;
	background-color: transparent;
	border: 0px;
	border-bottom: solid 1px #c9c9c9;
	border-radius: 0;
	font-size: 10px;
	letter-spacing: 1.67px;
	line-height: 26px;
	text-transform: uppercase;
}

.submitbtn {
	border: none;
	font-family: 'Roboto';
	font-weight: 600;
	padding: 4px 20px;
	text-transform: uppercase;
	float: right;
	cursor: pointer;
	background-color: transparent;
	font-size: 12px;
	color: #222222;
	letter-spacing: 2px;
	text-align: center;
	line-height: 26px;
	border-bottom: solid 1px;
	border-radius: 0px;
}

.content-form {
	background-color: white;
	padding: 110px 40px 80px;
	-webkit-box-shadow: 22px 30px 73px -15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 22px 30px 73px -15px rgba(0, 0, 0, 0.2);
	box-shadow: 22px 30px 73px -15px rgba(0, 0, 0, 0.2);
	position: relative;
	top: 60px;
	margin-bottom: -100px;
}

input[name="nome"] {
	width: 45%;
	float: left;
}

input[name="email"] {
	width: 45%;
	float: right;
}

.form-campos input::placeholder, .form-campos textarea::placeholder {
	color: #cfcfcf !important;
}

.captchaSubmit {
	margin-top: 40px;
}

.container-fluid.contactos {
	padding-top: 350px !important;
	margin-top: -410px;
	position: relative;
	z-index: 0;
}

.Azul {
	background-color: #00406d !important;
	margin: auto;
}

.Amarelo {
	background-color: #eeb402 !important;
	float: right;
}

.Vermelho {
	background-color: #c20020 !important;
	margin-left: 50px;
}

.Violeta {
	background-color: #680059 !important;
	float: right;
}

.Rosa {
	background-color: #c1004a !important;
	float: right;
	margin-right: 80px;
}

.Ciano {
	background-color: #008bd9 !important;
}

.Laranja {
	background-color: #d65413 !important;
	float: right;
}

.logoGrupo {
	position: absolute;
	width: max-content;
	padding: 110px 50px 40px;
	margin-top: -130px;
	bottom: -60px;
	right: 0;
	width: unset;
}

.fotoLogoGrupo {}

.fotoNoticia {
	height: 300px;
	position: absolute;
	width: 450px;
	z-index: -1;
	display: none;
	background-size: contain !important;
}

.tituloNoticia:hover .fotoNoticia {
	display: block;
}

.bannerGrupo {
	position: relative;
	margin-top: 235px;
	height: calc(100vh - 350px);
	z-index: 2;
}

.fotoCapaGrupo {
	height: calc(100vh - 450px);
}

.fotoCapaGrupo .iconGrupo {}

.texto {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 29px;
}

.fotoApresentacao.foto1 {
	height: 320px;
	position: absolute;
	width: 270px;
	top: -80px;
	right: 70px;
	z-index: 1;
}

.fotoApresentacao.foto2 {
	height: 320px;
	position: absolute;
	width: 330px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}

.fotoApresentacao.foto3 {
	position: absolute;
	top: 82%;
	height: 400px;
	width: 250px;
	left: 215px;
	transform: translateY(-50%);
	z-index: 0;
}

footer .listagemGrupos {
	margin-top: 150px;
}

.links {
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 26px;
	padding: 20px 30px;
	border: solid 1px transparent;
	border-radius: 25px;
	transition: all 0.2s;
    min-width: max-content;
}

.links.active {
	border: solid 1px;
}

.barra-links.text-center {
	position: absolute;
	left: 0;
	right: 0;
	transition: all 0.3s;
    overflow-y: scroll;
    white-space: nowrap;
    padding: 30px;
}

.barra-links.fixa {
	position: fixed;
	z-index: 9;
	top: 90px;
	margin: auto;
	left: 0;
	right: 0;
	background-color: #f5f5f5;
	padding: 30px;
}

.fotoProduto {
	height: 600px;
}

.tituloProduto {
	font-size: 23px;
	letter-spacing: 0;
}

.referenciaProduto {
	font-size: 12px;
	letter-spacing: 0;
	line-height: 29px;
}

.descricaoProduto {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 25px;
}

.popupLoja, .popupNoticias, .popupDetalhe, .popupPublicacao, .popupConteudo {
	background-color: #f5f5f5;
	z-index: 10;
	position: fixed;
	top: 100vh;
	transition: 0.5s;
}

.popupLoja.abre, .popupNoticias.abre, .popupDetalhe.abre, .popupPublicacao.abre, .popupConteudo.abre{
	top: 0;
	display: flex;
	overflow: auto;
	height: 100vh;
}

#myModal .modal-content {
	border: 0;
	padding: 0 10px;
}

.fecha {
	background: url("../_imgs/cruz.png") no-repeat center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	height: 80px;
	width: 80px;
	position: absolute;
	top: 150px;
	right: 50px;
	cursor: pointer;
}

.voltar {
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 26px;
	position: absolute;
	right: 50px;
	top: 240px;
}

.index .quadradoCategoria {
	padding-bottom: 200px !important;
}

.index .quadradoCategoria .logoGrupo {
	bottom: 50px !important;
}

.contain {
	background-size: contain !important;
}

.bottom {
	background-position: bottom !important;
}

.tabs .btn.active {
	border: solid 1px;
}

.tabs .btn.active, .row.tabs-museu {
	display: none;
}

.tabs .btn.active, .row.tabs-museu.active {
	display: -webkit-box;
}

.tabs {
	display: inline-flex;
	text-align: center !important;
	position: relative;
	margin: auto;
	width: 100%;
}

.tabs div {
	position: relative;
	margin: auto;
	display: flex;
}

.quadrado-pdf {
	height: 325px;
	position: relative;
	display: table;
	width: 100%;
}

.quadrado-pdf .content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.titulopdf {
	font-size: 12px;
	line-height: 29px;
}

.downloadPDF {
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 29px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
}

.quadrado-pdf .content.ativo {
	background-color: #e6efe7 !important;
}

.filtro {
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 26px;
	padding: 5px;
	margin: 0 10px;
    display: inline-flex;
}

.filtro.ativo {
	border-bottom: solid 2px;
}

.conteudoPublicacao {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.listaPublicacoes {
	display: table;
	height: 500px;
}

.pelicula {
	position: absolute;
	background-color: #222 !important;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.2;
}

.cookiesBar.open {
	bottom: 30px !important;
	border-radius: 10px;
}

.cookiesBar .acceptCookies {
	background-color: #f5f5f5 !important;
	width: 20%;
	border: 0px #222 !important;
	border-radius: 10px !important;
	color: #222 !important;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 600;
	border-radius: 0 !important;
}

.cookiesBar>div>span {
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 0;
	text-align: left;
	font-weight: 400;
	width: 75%;
	margin-top: 0px !important;
	color: #222 !important;
}

.cookiesBar {
	width: 455px !important;
	left: unset !important;
	right: 65px;
	background: #fff !important;
	font-weight: 300;
	font-size: 12px;
	color: #222 !important;
	line-height: 18px;
	text-align: left;
	background-color: #fff !important;
}

.cookiesBar .infoCookiesBar .tituloDetalheCookiesBar strong {
	margin-left: 5px;
	float: none;
	color: #222 !important;
	width: 100%;
	font-weight: 400;
}

.cookiesBar .infoCookiesBar .descricaoDetalheCookiesBar {
	font-weight: 400;
	color: #222 !important;
}

.cookiesBar>div {
	padding: 20px 25px !important;
	box-shadow: 0px 0px 50px 0 rgba(0, 0, 0, 0.10) !important;
	border-radius: 0px;
}

.verDetalheCookiesBar {
	font-size: 12px;
	text-decoration: underline !important;
	letter-spacing: 0;
}

.infoCookiesBar ul {
	padding: 0 !important;
	width: 80% !important;
}

.loadingPage {
	overflow: hidden;
}

#loading {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 9999;
	background-color: white;
	position: fixed;
	top: 0;
}

.ani-sai-loader {
	animation-duration: 1s;
	animation-name: fadeOut;
}

.ani-entra-loader {
	animation-duration: 1s;
	animation-name: fadeIn;
}

.loader {
	position: absolute;
	top: -62.5px;
	transform: translateY(50%);
	height: 100%;
	width: 100%;
}

.loader img {
	position: relative;
	height: 125px;
	display: block;
	margin: auto;
	-webkit-animation: spin 4s linear infinite;
	-moz-animation: spin 4s linear infinite;
	animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.nav-link {
	cursor: pointer;
}

.nav-item ul {
	display: none;
	position: absolute;
	list-style: none;
	background-color: #f5f5f5;
	padding: 35px;
}

.nav-item:hover ul {
	display: block;
}

.nav-item ul .nav-item {
	padding: 10px 5px;
}

.listagemGrupos.divPosHeader {
	margin-top: 330px !important;
}

.nav-item ul .nav-item {
	padding: 8px 0px;
}

li ul li a.nav-link {
	text-align: left !important;
	padding: 4px 5px !important;
}

.bar1, .bar2, .bar3 {
  width: 27px;
  height: 3px;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
  transform: rotate(-45deg) translate(-5px, 5px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.sombra{
	-webkit-box-shadow: 3px 10px 159px -66px rgba(0,0,0,0.27);
	-moz-box-shadow: 3px 10px 159px -66px rgba(0,0,0,0.27);
	box-shadow: 3px 10px 159px -66px rgba(0,0,0,0.27);
}

.menuLateral{
	position: fixed;
    z-index: 9;
    background-color: white;
    top: 0;
    right: 0;
    width: 0;
    height: 105%;
    transition: all 1s;
    overflow-y: scroll;
    display: block;
}

.menuLateral.aberto{
	width: 100%;	
    z-index: 29;
}

.barraLateral{
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	padding: 15px 10px;
	z-index: 9;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 0 0 50px 0 rgba(0,0,0,0.10);
}

.iconLateral{
	border-bottom: solid 1px #E8E8E8;
	font-size: 23px;
    text-align: center;
    padding: 10px;		
}

.iconLateral:last-child{
    border-bottom: solid 0px #E8E8E8;	
}

#menuMobile{
    position: relative;
    list-style: none;
    padding: 0;
    text-align: center;
    transition: all 0.5s;
    margin-top: 250px;
    width: 100%;
	height: max-content;
}

#menuMobile img{
	display: none;
}

#menuMobile .listaMenu{
	padding: 10px 0;
}

.fade{
	opacity: 0px;
}

.filtros-lateral{
	position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #f5f5f5;
    transition: all 0.5s;
    width: 0;
    display: block;
    overflow-y: scroll;
}

.filtros-lateral.aberto{
    width: 50vw;
}

.pelicula-lateral{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #222;
	opacity: 0;
	transition: all 0.5s;
	z-index: -1;
}

.pelicula-lateral.mostra{
	z-index: inherit;
	opacity: 0.4;
}

.filtrosMobile{
	opacity: 0;
	transition: all 0.5s;
	padding: 0 15%;
	position: relative;
    display: none;
    top: 160px;
    padding-bottom: 50px;
}

.filtrosMobile.show{
	opacity: 1;
	display: block;
}

.filtros-mobile{
	display: none;
}

#menuMobile.desce{
	margin-top: 230px !important;
}

.listaMenu{
	cursor: pointer;
}

.ficheiroBannerHome{
    height: 65vh;
}

.listaFiltros{
    white-space: nowrap;
    overflow-y: scroll;
	width: 100%;
    padding-bottom: 0px !important;
    margin-bottom: 40px;
}

.filtro{
    min-width: max-content;
    position: relative;
}

.btnPopupPublicacoes{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.btnPopupPublicacoes.ativo{
	display: block;
}

.resumo-tab a{
	color: #999999 !important;
}

.filtroCategoria {
    position: relative;
    margin: auto;
    overflow-y: scroll;
    white-space: nowrap;
    margin-left: -15px;
    margin-right: -15px;
}

.filtroCategoria .filtro.links{
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 26px;
	padding: 5px 30px;
	border-radius: 25px;
	transition: all 0.2s;
	min-width: max-content;
	border: solid 0px;
}

.filtroCategoria .filtro.links.ativo{
	border: solid 2px;
}

@media (max-width: 1674.98px) {
	
	.fotoApresentacao.foto1 {
	    height: 280px;
	    width: 250px;
	}
	
	.fotoApresentacao.foto2 {
    	width: 255px;
    }
    
    .fotoApresentacao.foto3 {
	    top: 87%;
		height: 275px;
	    width: 200px;
	    left: 200px;
    }
}

@media (max-width: 1374.98px) {
	
	.fotoApresentacao.foto2 {
	    top: 65%;
	}
    
    .fotoApresentacao.foto3 {
	    top: 87%;
		height: 275px;
	    width: 200px;
	    left: 200px;
	    z-index: 0;
    }
}

@media (max-width: 1199.98px) {
	.scroll{
		left: 15px;
	}

	.fotoApresentacao.foto1 {
	    height: 280px;
	    width: 230px;
	    right: 20px;
	}
	
	.fotoApresentacao.foto2 {
	    width: 230px;
	    height: 270px;
	}
	
	.fotoApresentacao.foto3 {
	    top: 90%;
	    height: 275px;
	    width: 200px;
	    left: 123px;
	    z-index: 0;
	}
	
}

@media (max-width: 991.98px) {
	.fotoApresentacao.foto1, .fotoApresentacao.foto2, .fotoApresentacao.foto3{
		display: none !important
	}
	
	.googlemaps{
		width: 100% !important;
	}
	
	.container-fluid.contactos {
    	padding-top: 220px !important;
    }
    
    .index .quadradoCategoria{
	    margin-bottom: 0px !important;
		margin-top: 0px !important;
    }

    .quadradoCategoria:nth-child(2n-1), .quadradoCategoria:nth-child(2n) {
	    top: 0px;
	}
	
	.index .quadradoCategoria .logoGrupo {
	    bottom: 130px !important;
	}
	
	.fotoGrupo{
		background-size: cover !important;
		height: 450px;
	}
	
	.fotoLogoGrupo {
	    width: 185px;
	}
	
	.logoGrupo {
	    padding: 80px 50px 40px;
	    margin-top: -130px;
	    right: 30px;
	}
	
	.Laranja{
	    margin-left: 30px;
	    right: unset !important;
	    margin-right: 0px !important;
	}
	
	.Violeta {
	    margin-right: 45px;
    }
    
    .Amarelo{
    	float: left;
	    right: unset !important;
		margin-left: 20px;
    }
}

@media (max-width: 767.98px) {
	
	.divPosHeader{
		margin-top: 80px !important;
	}

	.col-md-8.offset-md-2.px-5{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	.scroll {
	    display: none;
	}		
	
	.tituloNoticia .fotoNoticia{
		display: none !important;
	}
	
	.tituloNoticia {
    	font-size: 41px;
    }
    
    .voltar{
	    top: 155px;
    }

	.tabs .btn.active, .row.tabs-museu.active {
	    display: block;
	}
	
	.contain.bottom{
		height: 350px;	
	}
	
	.links{
	    padding: 10px 20px;
	}
	
	.divBarra, .divBarra .container{
	    padding-bottom: 0px !important;
		margin-bottom: 40px !important;
	}
	
	.bannerGrupo {
    	margin-top: 180px;
	    height: calc(100vh - 290px);
    }
    
    .fotoCapaGrupo {
	    height: calc(100vh - 335px);
	}
	
	.footerGrupo{
	    margin-top: 150px;
		position: relative;
	}
	
	footer .listagemGrupos {
	    margin-top: 0px;
	}
	
	footer .listagemGrupos .titulo{
		margin-bottom: 0px !important;
	    padding-bottom: 0px !important;
	    position: relative;	
		padding-top: 50px !important;
	}
	
	footer .listagemGrupos .row{
	    margin-top: 0px !important;
	}
	
	footer .listagemGrupos {
	    margin-top: 0px;
	    margin-bottom: 0px !important;
	    padding-bottom: 0px !important;
	}
	
	footer .quadradoCategoria{
		margin-bottom: 0px !important;
	}
	
	.popupNoticias .titulo, .popupLoja .titulo{
		margin-bottom: 0px !important;
		padding-bottom: 50px !important; 
	}
	
	.popupLoja .titulo{
	    padding-top: 10px !important;
	}
	
	.fotoProduto {
	    height: 350px;
	}
	
	.divProduto{
	    margin-top: 0px !important;
		padding-top: 0px !important;
	    padding-bottom: 10px !important;
	}
	
	.formOrcamento{
	    width: 100%;
		margin-top: 15px;
	}
	
	.divBarra .tituloNoticia{
		padding-bottom: 0px !important;
	}
	
	.quadrado-pdf {
	    background-color: #f5f5f5;
	}

	.logotipo {
	    height: 40px;
	}
	
	.logotipo.logoExtra {
	    height: 70px;
	}
	
	.logotipo.diminui {
	    height: 50px;
	}
	
	.ficheiroBannerHome{
	    height: 60vh;
	}
		
	.banner-home{
	    margin-top: 180px;
	}
	
	nav{
		height: 160px;
	}
	
	nav.diminui {
	    height: 80px;
	}
	
	.barra-links.fixa {
	    top: 80px;
		padding: 17px;
	}	

	.barra-links #exposicao{
	    margin-top: 40px;		
	}
	
	.fecha{
	    height: 50px;
	    width: 70px;
	    top: 100px;
	}
	
}


@media (max-width: 707.98px) {
	
	.cookiesBar {
	    width: 95% !important;
	    left: 2.5% !important;
    }

}


@media (max-width: 575.98px) {
	
	.container-fluid .container{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	footer img{
		width: 100%;
	}
	
	.inove{
		width: auto;
	}
	
	.submitbtn {
	    width: 100%;
	}

	.px-0, .px-1, .px-2, .px-3, .px-4, .px-5, .pl-0, .pl-1, .pl-2, .pl-3, .pl-4, .pl-5, .pr-0, .pr-1, .pr-2, .pr-3, .pr-4, .pr-5{
		padding-left: 0px !important;
		padding-right: 0px !important;
	} 
	
	.listagemGrupos {
	    margin-top: 50px;
	}
	
	.index .quadradoCategoria, .quadradoCategoria {
	    padding-bottom: 100px !important;
	}
	
	.index .quadradoCategoria .logoGrupo, .quadradoCategoria .logoGrupo {
	    bottom: 50px !important;
	}
	
	.logoGrupo {
	    left: 30px !important;
	    right: 15px !important;
	    margin: 0 !important;
	    width: calc(100% - 60px);
	}
	
	.index .quadradoCategoria .logoGrupo, .quadradoCategoria .logoGrupo {
	    bottom: 50px !important;
	    padding: 30px;
	}
	
	.fotoLogoGrupo {
	    display: block;
	    position: relative;
	    margin: auto;
	}	

	.tituloNoticia {
	    font-size: 35px;
	    line-height: 40px;
	}
	
	.div-noticias, .div-noticias .container{
	    padding: 15px 0 !important;
	    margin: 10px 0 !important;
	}
	
	.div-noticias{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	.fecha {
	    height: 30px;
	    width: 30px;
	    top: 120px;
	    right: 15px;
	}
	
	.titulo {
	    font-size: 27px;
	}
	
	.listagemGrupos.divPosHeader {
	    margin-top: 200px !important;
	}
	
	.footerGrupo .listagemGrupos .row{
		margin-bottom: 0px !important;
	}
	
	.footerGrupo .listagemGrupos .row .quadradoCategoria:last-child{
		padding-bottom: 0px !important;
	}
	
	.footerGrupo .listagemGrupos .row .quadradoCategoria:last-child .logoGrupo {
	    bottom: 0px !important;
	}
	
	.pre-btnPopupLoja{
		margin-bottom: 0px !important;
	}
	
	input[name="nome"], input[name="email"] {
	    width: 100%;
	}
	
	.content-form {
	    padding: 60px 15px 80px;
	}
	
	#exposicao .titulo{
		margin-top: 30px;
	}
	
	.quadrado-pdf {
	    background-color: #f5f5f5;
	}
	
	.fotoFooter{
	    height: 80px !important;
		width: auto !important;
	}
	
	.container-fluid #publicacoes{
	    padding-top: 0px !important;
		padding-bottom: 0px !important;
	}

}

@media (max-width: 480.98px) { 

	.cookiesBar > div > span {
	    width: 100%;
	    text-align: center;
	}
	
	.acceptCookies{
		position: relative !important;
	}
	
}

.btnPopupPublicacoes{
	display: none !important;
}

.btnPopupPublicacoes.ativo{
	display: block !important; 
}

