#mapa {
	display: none;
	padding: 40px 0;
	padding-top: 60px;
	margin: 0;
	background-color:#f3d044;
}
#mapa h4 {
	color: #fff;
	font-size: 1em;
	margin: 0;
	margin-bottom: 1em;
	font-family: 'Raleway', sans-serif;
}

#mapa .contenedor {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}

#mapa .contenedor article {
	width: 100%;
	height: auto;
	margin: 0px 25px;
	background-color: none;
}

#social {
	width: 100%;
	font-size: 28px;
	text-align: center;
	margin-top: 10px;
}

#social a {
	margin: 0px 10px;
	color: #000000;
	text-decoration: none;
}

#mapa article img {
	margin: 4px;
	width: 98%;
	max-width: 373px;
}

#mapa .contenedor article p {
	font-size: .7em;
	margin: .7em;
	text-align: justify;
}

#elementos {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
}

#elementos li {
	color: #000000;
	font-size: 1em;
}

#elementos #bolas {
	color: #fff;
	font-size: .9em;
}

#elementos #bolas a {
	color: #ffffff;
	text-decoration: none;
	line-height: 2;
	display: inline-block;
	padding-left: 0;
	font-size: 1em;
}

#elementos #bolas a:hover {
	color: #063847;
}

#elementos .dir {
	color: #000000;
	font-size: 1em;
}

#elementos #lista {
	text-decoration: none;
	line-height: 2;
	padding-left: 0;
	font-size: 1em;
}

#elementos li a {
	color: #000000;
	text-decoration: none;
	line-height: 2;
	display: inline-block;
	padding-left: 0;
	font-size: 1em;
}

#elementos li a:hover {
	color: #98ecf7;
}

#elementos .boton a {
	display: flex;
	border-radius: 25px;
	border: 1px solid #000000;
	padding: 2px;
	padding-left: 5%;
}

#elementos .boton a:hover {
	border-radius: 25px;
	background-color: #fff;
}

/* Media Querys MEDIANO */
@media screen and (min-width: 768px) {

	#mapa {
		display: block;
	}

	#mapa .contenedor article {
		width: 24%;
		height: auto;
		margin: 4px 5px;
	}

}

/* Media Querys COMPLETO*/
@media (min-width: 1024px) {

	#mapa .contenedor {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 1200px;
	}

	#mapa .contenedor article {
		width:22%;
		height: auto;
		margin: 4px 0;
		padding-left: 30px;
	}

	#mapa article img {
		margin: 12px 12px;
		width: 93%;
		max-width: 366px;
	}

} 