body{
	font-family: sans-serif;
	margin: 0;
}
header{
	color: white;
	display: flex;
	justify-content: space-between;
	height: 100px;
	background-color:coral ;
	align-items: center;
	padding: 10px;
	background: coral;
}
.logo{
	display: flex;
	align-items: center;
}
.logo img{
	height: 90px;
	margin-right: 10px;
}
.titulo{color: white;
	text-align: center;
	background: black;
	font-display: cursive;
	height: 500px;
	width: 100%;

}
.limpiar{
	clear: both;
}

.contenido{
	background: white;
	float: left;
	height: 600px;
	width: 100%6
	border: black solid;
}

	
.pie-pagina{
	width: 100%;
	background-color: coral;
}
.pie-pagina.grupo-1{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 50px;
	padding: 45px 0px;
}
.pie-pagina.grupo-1.box figure{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pie-pagina.grupo-1.box figure img{
	width: 250px;
}