@font-face { font-family: "Perpetua Titling MT"; src: url('PERTILI.TTF');}

/*.nav-link { font-family: "Perpetua Titling MT"; }*/

.nav-link {
	font-family: 'Montserrat', sans-serif;
}	
body { font-family: 'Montserrat', sans-serif; }

#header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;    
    display: block;
 }

A:link {color: #00483a;font-weight: 600;}
A:visited {color: #00483a;font-weight: 600;}
A:hover {color: #196153;font-weight: 600;}
 
A:link.galerias {color: #18806b;}
A:visited.galerias {color: #18806b;}
A:hover.galerias {color: #196153;text-decoration: none;}

A:link.linguas {color: #ffffff;font-size:12px;text-decoration: none;}
A:visited.linguas { color: #ffffff;font-size:12px;text-decoration: none;}
A:hover.linguas {font-size:12px; color: #3C414E; text-decoration: underline;}

A:link.linguaspeq {color: #ffffff;font-size:9px;text-decoration: none;}
A:visited.linguaspeq { color: #ffffff;font-size:9px;text-decoration: none;}
A:hover.linguaspeq {font-size:9px; color: #3C414E; text-decoration: underline;}

A:link.rodape { color: #ffffff; text-decoration: none; }
A:visited.rodape { color: #ffffff; text-decoration: none; }
A:hover.rodape { color: #F0F0F0; text-decoration:underline ;}

A:link.nounder { color: #ffffff; text-decoration: none; }
A:visited.nounder { color: #ffffff; text-decoration: none; }
A:hover.nounder { color: #ffffff; text-decoration:none;box-shadow: 3px 3px 5px #888888;}

.idioma {
	color: #ffffff; 
	font-size:12px;
}

.idioma2 {
	color: #000000; 
	font-size:12px;
}

.linha {
	height:3px;
	width:100%;
	background-color:#1D80C5;
}

.linha2 {
	width:100%;
	background-color:#a39161;
	padding-left: 10px;
	height: 18px;
	font-size: 12px;
	color: #000000;
	font-weight: 600;
}
}

.display-5 {
    font-size: 1.5rem;
    font-weight: 300;      
}

img {
	border:0; 
/*	max-height: 100% !important; */
	max-width: 100% !important;
	


    height: auto !important;	
}

.carousel-item img {
    /*max-height: 600px;*/
    height: auto;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #00483a; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px; /* Some padding */
  border-radius: 50px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  border: ##a39161 2px solid;
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.sombra {
	box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
	margin-bottom: 20px;
}

.necessario {
	border: #FF0000 1px solid;
}


/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}


.modal-content:hover {
  cursor:pointer;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0)
  }
  to {
    -webkit-transform: scale(1)
  }
}

@keyframes zoom {
  from {
    transform: scale(0.1)
  }
  to {
    transform: scale(1)
  }
}

 @media print {
 	.printOnly {
 		display: block;
 	}
	.noprint {
	 	display: none;
	}
	.main { 
		padding:0px;
	}
}

 @media screen {
	.printOnly {
	   display : none;
	}
	.main {
		padding-top:140px;
	}
}



.cookie-banner {
  position: fixed;
  bottom: 40px;
  left: 10%;
  right: 10%;
  width: 80%;
  padding: 5px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #eee;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.close {
  height: 20px;
  background-color: #777;
  border: none;
  color: white;
  border-radius: 2px;
  cursor: pointer;
}



.cookie-consent{
	position:fixed;
	z-index:9999;
	width:100%;
	display:-ms-flexbox;
	display:flex;-ms-flex-wrap:wrap;
	flex-wrap:wrap;-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:center;
	justify-content:center;
	background:#121212;
	color: #ffffff;
	font-size: 0.9rem;	
}
.cookie-consent-compliance,.cookie-consent-message{
	margin:.5rem 1rem
}
.cookie-consent-compliance{
	cursor:pointer;
	color:#fff;
	padding:.5rem 2rem;
	background:#976262;
	border:2px solid currentColor;
	border-radius: 7px;
}
.cookie-consent{
	left:0;
	right:0;
	bottom:0
}