@import url('https://fonts.googleapis.com/css?family=Raleway|Roboto+Condensed');
#mapa {
	display: none;
	padding: 0;
	margin: 0;
	background-color: #4f4f4f;
}
#mapa h6 {
	color: #7ab1ff;
	font-size: 1em;
	margin: 0;
	padding-top: 0;
	font-family: 'conto-mediumuploaded_file', sans-serif;
}

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

#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: #fff;
	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: #ffffff;
	font-size: .8em;
	font-family: 'Raleway', sans-serif;
}

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

#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: #9ab0d4;
}

#elementos .dir {
	color: #8d9db8;
	font-size: .8em;
}

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

#elementos li a {
	color: #c9d7ec;
	text-decoration: none;
	line-height: 2;
	display: inline-block;
	padding-left: 0;
	font-size: .8em;
	font-family: 'Raleway', sans-serif;
}

#elementos li a:hover {
	color: #ffffff;
}

#elementos .boton a {
	/* display: flex; */
	background-color: #ffffff;
	border-radius: 35px;
	/* border: 1px solid rgb(65, 8, 209); */
	font-size: 5px;
	padding-left: 5%;
	padding-right: 5%;
}

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

#mapa article img {
	width: 25%;
	padding-left: 5%;
}

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

	#mapa {
		display: block;
	}

	#mapa .contenedor article {
		width: 31%;
		height: auto;
		/* margin: 4px 30px; */
		margin: .2em;
		padding: .5em;
		/* border-right: solid 1px #2c3442; */
	}

}

/* Media Querys COMPLETO*/
@media (min-width: 100%) {

	

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

} 