.overlay {
	background: rgba(0,0,0,.3);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    align-items: center;
	justify-content: center;
	display: flex;
	
}
.popup {
	background: #F8F8F8;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	border-radius: 3px;
	font-family: 'Montserrat', sans-serif;
	padding: 20px;
	text-align: center;
	width: 600px;
	max-height: 600px;
	overflow: auto;
}
.popup3 {
	width: auto ;
	max-height: auto;
}

.popup .btn-cerrar-popup {
	font-size: 16px;
	line-height: 16px;
	display: block;
	text-align: right;
	transition: .3s ease all;
}
.popup .btn-cerrar-popup2 {
	font-size: 16px;
	line-height: 16px;
	display: block;
	text-align: right;
	transition: .3s ease all;
}
.popup .btn-cerrar-popup3 {
	font-size: 16px;
	line-height: 16px;
	display: block;
	text-align: right;
	transition: .3s ease all;
}
.popup .btn-cerrar-popup:hover {
	color: #000;
}

.popup .btn-cerrar-popup2:hover {
	color: #000;
}
.popup .btn-cerrar-popup3:hover {
	color: #000;
}