* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

/*Chapinero*/
#popup {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1001;
}

/*Colina*/
#popup1 {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1001;
}

/*Fontibón*/
#popup2 {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1001;
}

/*Kennedy*/
#popup3 {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1001;
}

.content-popup {
	margin: 0px auto;
	margin-top: 80px;
	position: relative;
	padding: 10px;
	width: 90vw;
	/*height: 75vh;*/
	height: 80vh;
	min-height: 450px;
	max-width: 1180px;
	border-radius: 4px;
	background-color: #fbfbfbf3;
	box-shadow: 0 2px 5px #666666b7;
	/*font-family: 'Roboto Mono', monospace;*/
	font-family: 'Open Sans', sans-serif;
	overflow: hidden;
}

.content-popup h2 {
	color: rgb(105, 157, 31);
	border-bottom: 1px solid #48484B;
	margin-top: 10px;
	padding-bottom: 6px;
	font-family: 'Albert Sans', sans-serif;
	font-size: 1.5rem;
}

.title-popup {
	color: rgb(51, 51, 51) !important;
	text-align: center;
}

.text-popup {
	float: left;
	width: 35%;
}

.text-popup p {
	text-align: left;
}

.text-popup a {
	color: #e27510;
}

.text-popup a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #e27510;
	font-weight: bold;
}

.map-popup {
	float: right;
	width: 65%;
	height: 93%;
}

.popup-overlay {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	display: none;
	background-color: rgba(0, 0, 0);
	cursor: pointer;
	opacity: 0.75;
}

.close {
	position: absolute;
	right: 15px;
	font-size: 18px;
	padding-left: 15px;
}

.map-google {
	float: right;
	width: 100%;
	height: 100%;
}

/* ------- Responsive Inicio ------- */
@media screen and (max-width:790px) {
	.text-popup {
		width: 100%;
		margin-bottom: 15px;
	}

	.map-popup {
		width: 100%;
		max-height: 300px;
	}
}
/* ------- Responsive Fin ------- */