@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------- bloque tipografias -----------------------*/
@font-face {
  font-family: "museo-sans-300";
  src: url("../font_/MuseoSansCondensed-300.ttf");
}
@font-face {
  font-family: "museo-sans-500";
  src: url("../font_/MuseoSansCondensed-500.ttf");
}
@font-face {
  font-family: "museo-sans-700";
  src: url("../font_/MuseoSansCondensed-700.ttf");
}
@font-face {
  font-family: "museo-sans-900";
  src: url("../font_/MuseoSansCondensed-900.ttf");
}
@font-face {
  font-family: "museo-300";
  src: url("../font_/Museo300.otf");
}
@font-face {
  font-family: "museo-500";
  src: url("../font_/Museo500.otf");
}
@font-face {
  font-family: "museo-700";
  src: url("../font_/Museo700.otf");
}
@font-face {
  font-family: "museo-900";
  src: url("../font_/Museo900.otf");
}
/*--------------------------------------------------------- bloque tipografias -----------------------*/

/*--------------------------------------------------------- bloque header inicio ---------------------*/
header.head-int-maps {
	background: url("../ima_/fondo-header_.png");
	width: 100%;
	height: 400px;
}

a.atras {
	color: #008AD7;
	font-family: "museo-700";
	font-size: 30px;
	text-decoration: none;
	margin-bottom: -20px;
}
a.atras:hover {
	color: white;
}

h2.titu-text-localidad {
	font-family: "museo-sans-900";
	font-size: 72px;
	color: #440D4F;
	margin-top: 30px;
	line-height: 46px;
}

/*--------------------------------------------------------- bloque header fin ------------------------*/

/*--------------------------------------------------------- bloque section inicio --------------------*/
#content-section-maps {
	width: 100%;
	height: auto;
}

section {
	width: 1220px;
	height: auto;
	margin: 0px auto !important;
}

#bloq-map {
	margin-top: 40px;
}

#bloq-maps-mini {
	background: #C9C9C9;
	width: 100%;
	height: 380px;
	margin-top: 50px;
}
.ima-desta-mini {
	background: #C9C9C9;
}

/*--------------------------------------------------------- bloque section fin ----------------------*/

/*--------------------------------------------------------- respondive inicio -----------------------*/
@media screen and (max-width: 550px) {
	
	section {
		width: 100%;
		height: auto;
	}
	
	a.atras {
		font-size: 24px;
	}
	
	h2.titu-text-localidad {
		font-size: 52px;
		margin-top: 20px;
	}

	#content-section-maps {
		width: 90%;
		height: auto;
		margin: 0px auto;
	}
	
	
	#blo-info-map {
		width: 100%;
		height: auto;
	}
	#bloq-map {
		width: 100%;
		height: 120px;
	}
	
	#bloq-maps-mini {
		background: #C9C9C9;
		width: 100%;
		height: auto;
		margin: 80px auto;
	}
	.ima-desta-mini {
		/*background: #C9C9C9;*/
	}
	
	.wrapper-mini {
		width: 100%;
		height: 100px;
		margin: 380px auto;
		float: left;
	}
	
	footer {
		/*background: #0077B3;*/
		margin-top: -90px;
	}
}
/*--------------------------------------------------------- respondive fin -------------------------*/
















