.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/*background: rgba(216, 216, 216, 0.95);*/
	transition: opacity 500ms;
	visibility: visible;
	opacity: 1;
	z-index: 9999999;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 100vh;
}
.overlay_none {
	visibility: hidden;
	opacity: 0;
}

.popup {
	padding: 120px;
	border-radius: 0;
	width: 320px;
	position: relative;
	transition: all 5s ease-in-out;
	float: none;
	background: rgba(216, 216, 216, 0.95);
	margin: 0 auto;
	height: auto;
	display: table;
}
.popup img {
	max-width: 320px;
	margin-top: 0;
}
.popup .info {
	float: left;
	width: 100%;
	margin-top: 25px;
	text-align: center;
	border-top: 1px solid #a29061;
	padding-top: 18px;
}
#popup1 .close {
	transition: all 200ms;
	font-weight: 100;
	text-decoration: none;
	font-size: 35px;
	position: absolute;
	right: 8px;
	top: 0;
}

#popup1 .close:hover {
	color: black;
}
.popup .content {
	max-height: 30%;
	overflow: auto;
}
.popup .titulo {
	font-size: 18px;
	color: #a39161;
	margin-top: 10px;
	margin-bottom: 15px !important;
}
.popup .descricao {
	font-size: 15px;
	color: #444444;
	margin-bottom: 5px !important;
}
.popup .info a {
	color: black;
}
.mail {
	margin-bottom: 5px !important;
}
.mail a {
	color: black !important;
	font-size: 16px !important;
}
.prefix-popup {
	color: #a39161;
}
.morada{
	/*margin-top: 15px;*/
	margin-bottom: 0px !important;
}
.portugal {
    margin-top: 15px;
}
.espanha {
    margin-top: 15px;
}
@media screen and (max-width: 700px) {
	.popup {
		max-width: 70%;
	}
}
@media (max-width: 590px) {
	.popup {
		padding: 30px;
	}
	.popup img {
		max-width: 100%;
		margin-top: 0;
	}
}