@import url('https://fonts.googleapis.com/css?family=Raleway|Roboto+Condensed');

#mapa {
	display: none;
	padding: 20px 0;
	margin: 0;
	background-color: #585858;
	font-family: 'Raleway', sans-serif;
}
#mapa h4 {
	color: #fff;
	font-size: 1em;
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	/*margin-top: 0;
	margin-bottom: 10px;
	padding-left: .4em;
	padding-right: 10px;
	font-size: 1.1em;
	color: #fff;
	background: #1b2342;

	border-radius: 4px;
	display: table;*/

	/*text-align: center;*/
}

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

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

#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 {
	color: #e2e2e2;
	font-size: .8em;
	
	text-align: justify;
}

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

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

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

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

#elementos #bolas a:hover {
	color: #0B3861;
}

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

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

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

#elementos li a:hover {
	color: #08298A;
}

#elementos .boton a {
	display: flex;
	border-radius: 25px;
	border: 1px solid #fff;
	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: 38%;
		height: auto;
		margin: 4px 30px;
	}

	#mapa .contenedor article p {
		width: 80%;
	}

}

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

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

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

} 