@charset "UTF-8";
/* CSS Document */

body {
	background-color: #32363F;
	/*background-color: red; */
	color: #FFFFFF;
	overflow: hidden;
	/*cursor: none;*/
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
	touch-action: none;
}
.msaRed {
	color: #ED333F;
}
.msaCinzentoClaro {
	color: #BCBDC0;
}
.msaCinzentoEscuro {
	color: #929497;
}
.fonteGarda {
	font-family: "fonteGarda";
	text-transform: uppercase;
	font-style: normal;
}
.fonteArno {
	font-family: "fonteArno";
}
.fonteArnoLight {
	font-family: "fonteArnoLight";
}
.fonteBold {
	font-weight: bold;
}
.fonteItalic {
	font-style: italic;
}
#mainContainer {
	background-color: #32363F;
	position: relative;
	width: 1920px;
	height: 1080px;
	margin: -10px;
	/*	width: 100%;
	padding-top: 56.25%;
	*/	
	background: url(../images-global/fundo-escuro.png) no-repeat;
	background-size: 100%;
/* 16:9 Aspect Ratio */}
header {
	height: 170px;
	width: 1920px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: "fonteArnoLight";
	font-style: italic;
	color: #ED333F;
	letter-spacing: 3px;
	font-size: 30px;/*background-color: #8A2628*/
}
aside {
	position: absolute;
	width: 140px;
	left: 0px;
	height: 840px;
	top: 170px;/*background-color: #136546;*/
}
article {
	height: 840px;
	left: 140px;
	position: absolute;
	top: 170px;
	/*background-color: #310F9E;*/
	width: 1780px;
}
footer {
	height: 70px;
	width: 1920px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-transform: uppercase;
	font-family: "fonteGarda";
	letter-spacing: 2px;
	font-size: 12px;
}
#headerLogo {
	position: absolute;
	left: 1670px;
	top: 50px;
	height: 85px;
	width: 185px;
	background-image: url(../images-global/logo.png);
}
#main1Footer {
	width: 130px;
	padding-right: 10px;
	float: left;
	text-align: right;
	color: #ED333F;
}
#main1Footer a {
	text-decoration: none;
	color: #ED333F;
	padding: 50px;
	padding-right: 0px;
	margin: -20px;
	margin-right: 0px;
}
#main1Footer a:hover {
	text-decoration: none;
	color: #929497;
}
#mainBarraFooter {
	min-width: 1px;
	width: 1px;
	background-color: #ED333F;
	float: left;
	height: 70px;
}
#main2Footer {
	padding-left: 10px;
	padding-right: 50px;
	float: left;
	color: #929497;
}
#main2Footer a {
	text-decoration: none;
	color: #929497;
	padding: 50px;
	padding-left: 0px;
	margin: -20px;
	margin-left: 0px;
}
#main2Footer a:hover {
	text-decoration: none;
	color: #ED333F;
}
#linguaFooter {
	float: left;
	text-transform: lowercase;
	font-family: "fonteArno";
	font-weight: normal;
	font-style: normal;
	color: #6D6E70;
}
#back1Footer {
	padding-right: 10px;
	float: right;
	color: #ED333F;
	line-height: 28px;
}
#back1Footer a {
	text-decoration: none;
	color: #ED333F;
	padding: 50px;
	padding-right: 0px;
	margin: -20px;
	margin-right: 0px;
}
#back1Footer a:hover {
	text-decoration: none;
	color: #929497;
}
#backSetaFooter {
	width: 19px;
	min-width: 19px;
	height: 24px;
	min-height: 24px;
	float: right;
	color: #929497;
	background-image: url(../images-global/seta-back.png);
}
#back2Footer {
	width: 130px;
	padding-left: 10px;
	float: right;
	color: #929497;
	line-height: 28px;
}
#back2Footer a {
	text-decoration: none;
	color: #929497;
	padding: 50px;
	padding-left: 0px;
	margin: -20px;
	margin-left: 0px;
}
#back2Footer a:hover {
	text-decoration: none;
	color: #ED333F;
}
#centrarVcontainer {
	height: 765px;
	position: relative;
}
#centrarVconteudo {
; 	margin: 0;
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#headerTitulo {
	position: absolute;
	left: 140px;
	bottom: 10px;
}
/* ------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */
/* HOME CSS */
/* ------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */
#homeBtnPT {
	position: absolute;
	top: 170px;
	left: 150px;
	height: 190px;
	width: 500px;
	font-size: 60px;
	text-transform: uppercase;
	font-family: "fonteGarda";
	letter-spacing: 2px;
	color: #ED333F;
}
#homeAlinhaBtnBaixo {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding-bottom: 10px;
	color: #929497;
}
#homeTextoAlinhaBaixo {
	position: absolute;
	bottom: 0px;
}
#homeAlinhaBtnCima {
	position: absolute;
	top: 0px;
	right: 0px;
	padding-top: 5px;
}
#homeBtnPTside {
	position: absolute;
	top: 170px;
	left: 000px;
	height: 190px;
	width: 100px;
	font-size: 11px;
	text-transform: uppercase;
	font-family: "fonteGarda";
	letter-spacing: 2px;
}
#homeBtnEN {
	position: absolute;
	top: 395px;
	left: 150px;
	height: 190px;
	width: 500px;
	vertical-align: top;
	font-size: 60px;
	text-transform: uppercase;
	font-family: "fonteGarda";
	letter-spacing: 2px;
	color: #BCBDC0;
}
#homeBtnENside {
	position: absolute;
	top: 395px;
	left: 000px;
	height: 190px;
	width: 100px;
	color: #929497;
	font-size: 11px;
	text-transform: uppercase;
	font-family: "fonteGarda";
	letter-spacing: 2px;
}
#selectLanguagem {
	position: absolute;
	top: 760px;
	left: 150px;
	height: 75px;
	width: 500px;
	vertical-align: top;
	font-size: 20px;
	line-height: 25px;
	text-transform: lowercase;
	font-family: "fonteArno";
	letter-spacing: 2px;
	color: #BCBDC0;
}
#mainContainerHome {
	background-color: #32363F;
	position: relative;
	width: 1920px;
	height: 1080px;
	margin: -10px;
	/*	width: 100%;
	padding-top: 56.25%;
*/	
	background: url(../images-global/fundo.png) no-repeat;
	background-size: 100%;
}
#homeBtnPT a span#vaiParaMenuPT {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
#homeBtnPT:hover {
	color: #BCBDC0;
}
#homeBtnPT:active {
	color: #929497;
}
#homeBtnEN a span#vaiParaMenuEN {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
#homeBtnEN:hover {
	color: #ED333F;
}
#homeBtnEN:active {
	color: #929497;
}
/* ------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */
/* HOME CSS */
/* ------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */
/* main menu CSS */
/* ------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */


.menuItems {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
}
.menuItem {
	border-left: 1px #ED333F solid;
	padding-left: 25px;
	width: 280px;
	height: 66px;
	margin-right: 40px;
	margin-top: 75px;
	margin-bottom: 75px;
	color: #929497;
	font-family: "fonteGarda";
	text-transform: uppercase;
	font-size: 25px;
	line-height: 35px;
	letter-spacing: 2px;
}
.menuItem a {
	text-decoration: none;
	color: #929497;
	padding: 75px;
	padding-left: 25px;
	width: 280px;
	margin: -75px;
	margin-left: -20px;
}
.menuItem a:hover {
	text-decoration: none;
	color: #ED333F;
}
/* ------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */
/* main menu CSS */
/* ------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */




/* ------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */
/* fact sheet CSS */
/* ------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */
#factSheetTitulo {
	font-family: "fonteGarda";
	font-size: 24px;
	color: #ED333F;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#factSheet2Cols {
	width: 100%;
	height: 100%;
	line-height: 22px;
	font-family: "fonteArno";
	letter-spacing: 1px;
	font-size: 15px;
}
#factsheetColEsq {
	width: 55%;
	float: left;
	display: block;
	color: #BCBDC0;
}
#factsheetColEsq p {
	padding-right: 25px;
}
#factsheetColDir {
	width: 45%;
	float: left;
	display: block;
	padding-right: 0px;
	color: #BCBDC0;
}
#factsheetColDir p {
	padding-left: 25px;
}
#factsheetWhosWho {
	font-family: "fonteArno";
	font-size: 21px;
	color: #BCBDC0;
	letter-spacing: 2px;
}
#factsheetSubTit {
	font-family: "fonteGarda";
	font-size: 21px;
	color: #ED333F;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 24px;
}
/* ------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */
/* fact sheet CSS */
/* ------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */



/* ------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */
/* documentos históricos CSS */
/* ------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */


.menuItemDocsHistoricos {
	text-align: left;
	width: 48%;
	height: 400px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #929497;
	font-family: "fonteArno";
	font-size: 23px;
	line-height: 28px;
	letter-spacing: 2px;
	background: rgba(237,51,63,0);
	border: solid 1px rgba(237,51,63,0.1);
}
.menuItemDocsHistoricos:hover {
	width: 550px;
	height: 400px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #929497;
	font-family: "fonteGarda";
	text-transform: uppercase;
	font-size: 25px;
	line-height: 35px;
	letter-spacing: 2px;
	background: rgba(36,33,37,0.5);
	border: solid 1px rgba(36,33,37,1);
}
.menuItemDocsHistoricosa {
	width: 200px;
	height: 200px;
	margin-right: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
	color: #929497;
	font-family: "fonteGarda";
	text-transform: uppercase;
	font-size: 25px;
	line-height: 35px;
	letter-spacing: 2px;
	background: rgba(237,51,63,0.1);
	border: solid 1px rgba(237,51,63,0.1);
}
.menuItemDocsHistoricosa:hover {
	width: 200px;
	height: 200px;
	margin-right: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
	color: #929497;
	font-family: "fonteGarda";
	text-transform: uppercase;
	font-size: 25px;
	line-height: 35px;
	letter-spacing: 2px;
	background: rgba(36,33,37,0.5);
	border: solid 1px rgba(36,33,37,1);
}
.imagemDocsHistoricosEntrada {
	width: 50%;
}
.textoDocsHistoricosEntrada {
	width: 40%;
	text-align: left;
	font-family: 'fonteArno';
	font-size: 21px;
	color: #BCBDC0;
	letter-spacing: 2px;
}
.textoDocsHistoricosTranscricao {
	font-size: 15px;
	width: 50%;
	text-align: left;
	font-family: 'fonteArnoLight';
	color: #BCBDC0;
	letter-spacing: 2px;
}
.imagemDocsHistoricosTranscricao {
	padding-right: 50px;
}
.linha-menu-docsh {
/*	border-right: 1px solid rgba(237,51,63,0.5);
	border-bottom: 1px solid rgba(237,51,63,0.5);*/
}
.menu-docsh-activo {
	background-color: rgba(237,51,63,0.33);/*margin-top:-10px;*/
}
.swiperV {
	width: 1170px !important;
	height: 50px !important;
	padding: 50px !important;
	text-align: center !important;
}
.docsHmaxW-H {
	max-height: 700px;
	max-width: 500px;
}
.menuItemsDocsHistoricos {
	display: inline-block;
	width: 30%;
	height: 45%;
	margin: 25px;
	font-family: "fonteArno";
	font-size: 15px;
	background-color: rgba(36,33,37,0.7);
}
.menuItemsDocsHistoricos a {
	color: #BCBDC0;
	text-decoration: none;
}
.itemMenuItemsDocsHistoricos {
	display: inline-block;
	padding: 0 10px;
	max-width: 55%;
}
.itemMenuItemsDocsHistoricos img {
	/*border: solid 1px rgba(237,51,63,0.1);*/
	background-color: rgba(36,33,37,0.7);
	max-height: 100%;
	max-width: 100%;
}
.itemMenuItemsDocsHistoricos img:active {
	background-color: rgba(237,51,63,0.1);
}
/* ------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */
/* documentos históricos CSS */
/* ------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */



/* ------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */
/* mapa CSS */
/* ------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */


.country:hover {
	stroke: #444;
	stroke-width: 1px;
}
.country:active {
	stroke: #444;
	stroke-width: 1px;
}
.country {
	stroke: #fff;
	stroke-width: 1px;
	color: #40403E;
}
.textMap {
	font-size: 1px;
	text-transform: capitalize;
}
#containerMap {
	width: 1700px;
	height: 800px;
	border-radius: 1px;
	overflow: hidden;
	background: transparent;
}
.hiddenTooltip {
	display: none;
}
div.tooltipMap {
	color: #222;
	background: #fff;
	padding: .5em;
	text-shadow: #f5f5f5 0 1px 0;
	border-radius: 2px;
	box-shadow: 0px 0px 2px 0px #a6a6a6;
	opacity: 0.9;
	position: absolute;
}
.graticule {
	fill: none;
	stroke: #bbb;
	stroke-width: .5px;
	stroke-opacity: .5;
}
.equator {
	stroke: #333333;
	stroke-width: 1px;
}
.pointMap {
	color: crimson;
	background: crimson;
	fill: crimson;
	stroke: black;
	stroke-width: 0px;
	padding: 50px;
}
.pointMapa {
	color: rgba(255,255,255,0);
	background: rgba(255,255,255,0);
	fill: rgba(255,255,255,0);
	stroke: rgba(255,255,255,0);
	stroke-width: 0px;
	padding: 50px;
}
.modalMapa {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 0px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: hidden; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modalMapa-content {
	background-color: rgba(0,0,0,0.5);
	margin: auto;
	padding: 0px;
	width: 1700px;
	text-align: center;
	height: 800px;
}
/* The Close Button */
.modalMapa-close {
	color: #FFF;
	position: absolute;
	right: 35px;
	top: 25px;
	font-size: 28px;
	font-weight: bold;
	z-index: 1000;
	padding: 50px;
	margin: -50px;
}
.modalMapa-close:hover, .modalMapa-close:focus {
	color: #ED333F;
	text-decoration: none;
	cursor: pointer;
}
.mapaPaisSVG {
	width: 99%;
	position: relative;/*	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);*/
}
.videoMapa {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	transition: opacity 1000ms;
	visibility: hidden;
	opacity: 0;
	z-index: 3000;
	overflow: hidden;
}
.videoMapa:target {
	visibility: visible;
	opacity: 1;
}
.popupa {
	background-color: rgba(0,0,0,0.9);
	position: fixed; /* Stay in place */
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 3001;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.fechaPopUpa {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 20px;
	right: 20px;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	z-index: 3002;
}
.fechaPopUpa:hover {
	opacity: 1;
}
.conteudoVideoMapa {
	overflow: hidden;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 1280px;
	height: 765px;
}
/* ------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */
/* mapa CSS */
/* ------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */



/* ------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */
/* casamentos CSS */
/* ------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */


.menuItemsCasamentos {
	display: inline-block;
	width: 46%;
	height: 45%;
	margin: 15px;
	font-family: "fonteArno";
	font-size: 15px;
	background-color: rgba(36,33,37,0.7);
}
.menuItemsCasamentos a {
	text-decoration: none;
	color: #BCBDC0;
}
.menuItemsCasamentos a {
	color: #BCBDC0;
	text-decoration: none;
}
.itemMenuItemsCasamentos {
	display: inline-block;
	padding: 0 10px;
	max-width: 55%;
}
.itemMenuItemsCasamentos img {
	/*border: solid 1px rgba(237,51,63,0.1);*/
	background-color: rgba(36,33,37,0.7);
}
.itemMenuItemsCasamentos img:active {
	background-color: rgba(237,51,63,0.1);
}

/* ------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */
/* casamentos CSS */
/* ------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */
.menuCasamentosTextoEsquerda {

	width: 500px;
	left: 0px;
	position: absolute;
	margin: 0;
	top: 50%;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 22px;
	line-height: 28px;
	text-align: left;
	font-family: 'fonteArnoLight';
	color: #BCBDC0;
	letter-spacing: 2px;
}

.casamentoImagem {
	display: inline-block;
	width: 1175px;
	background-color: rgba(36,33,37,0.8);
	text-align: center;
}
.casamentoImagem img{
	max-height: 775px;
	max-width: 1170px;
}

.casamentoLegenda {
	display: inline-block;
	width: 325px;
	max-width: 325px;
	text-align: left;
	font-family: 'fonteArnoLight';
	font-style: italic;
	font-size: 20px;
	line-height: 25px;
	color: #BCBDC0;
	letter-spacing: 2px;
	padding-left: 25px;
}

.casamentoVideo {
	display: block;
	text-align: center;
	width: 100%; 
	background-color: rgba(36,33,37,0.7);
	position: relative;
	z-index: 1;
}

.overlayVid {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 100;
}

/* just some content with arbitrary styles for explanation purposes */
.modalVid {
	width: 1280px;
	height: 720px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -360px;
	margin-left: -640px;
	text-align: center;
	z-index: 110; /* 1px higher than the overlay layer */
}

/* ------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */
/* casamentos CSS */
/* ------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */

