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

/* Background */

#bodyconfondo {
	background: url(img/fondo.jpg);
	background-repeat: no-repeat;
	background-size: auto;
	
}


.Header {
	color: white;
	list-style-type: none;
	display: flex;
	justify-content: space-around;
	background: black;
	font-family: 'Roboto Condensed';
	padding: 1rem 0rem 1rem 0rem;
	text-align: center;
	align-content: center;
	margin: 0rem 0rem 2rem 0rem;
	text-decoration: none
}


#textos {
	display: flex;
	justify-content: center;
	color: white;
	background: black;
	font-family: 'Roboto Condensed';
	font-size: 1rem;
	text-align: center;

}

#textos1 {
	display: flex;
	justify-content: center;
	color: white;
	background: black;
	font-family: 'Roboto Condensed';
	font-size: 1rem;
	text-align: center;
	padding: 1rem 10rem 1rem 10rem

}

#tema {
	display: flex;
	justify-content: center;
	color: white;
	background: black;
	font-family: 'Roboto Condensed';
	font-size: 1.5rem;
	text-align: center;
	padding: 1rem 2rem 1rem 2rem


}



h1 {
	display: flex;
	justify-content: center;
	font-family: 'Roboto Condensed';
	font-size: 7rem;
	margin: 0rem 0rem -2rem 0rem;
	color: rgba(215, 81, 94, 0.96)
}



h5 {
	display: flex;
	justify-content: center;
	text-align: center;
	color: black;
	font-family: 'Roboto Condensed';
	font-size: 1.5rem;
	background: rgba(255, 255, 255, 0.62);
	padding: 1rem 0rem 1rem 0rem

}

#mapa {
	width: 70rem;
	margin: 0rem 0rem 3rem 0rem
}

#mockup {
	display: flex;
	justify-content: center;

}

#logoDG {
	display: flex;
	justify-content: center;
	
}
