* {
	margin: 0;
	padding: 0;
}

header {
	border-bottom: 2px solid pink;
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
}
.botones-header {
	display: flex;
	gap: 40px;
}
.contenido { 
width: 1200px;	
	margin: 0 auto;
}
.img {
	width: 100%;
	height: 100%;
}
html,body {
	height:100%
}
.inicio {
	height: calc(100% - 70px);
}
	
.arriba {
	position: absolute;
	height: 100%;
	width: 100%;
	align-items: center;
	display: flex;
}
.parrafo-inicio{
	width:500px;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
	.imagenes {
		display:flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		gap: 20px;
		text-align: center;
	}
		.catalogo {
			background: pink;
			height: 100%;
			padding: 20px;
			text-align: center;
		}
		.texto-separado{
			padding: 10px;
		}
		
		.imagenes img {
			height: 350px;
		}
		.contacto {
			height: 100%;
			background: #b5ffff;
			display: flex;
			flex-direction: column;
			align-items:center;
			justify-content: center;
			
			
		}
		form {
			display: flex;
			flex-direction: column;
			width: 200px;
			gap: 10px;
		}