

@font-face {
	font-family: encode;
	src: url(EncodeSansNarrow.ttf);
}

@font-face {
	font-family: lane;
	src: url(lanenar.ttf);
}

* {
	font-family: lane;
	margin: 0;
	padding: 0;
	border: 0;
}

html,
body {
	height: 100%;
	width: 100%;
}

header {}

.cuerpo {
	min-height: 100%;
	margin-bottom: -1.3rem;
}

.cuerpo:after {
	content: "";
	display: block;
}

footer {
	display: block;
	bottom: 0;
}

footer,
.cuerpo:after {
	height: 1.3rem;
}

.d1 {
	padding-top: 4rem;
}

.d2 {
	display: flex;
	justify-content: space-between;
	width: 20%;
	padding: 2rem 0;
	margin: auto;
}

.punto {
	display: flex;
	height: 1rem;
	width: 1rem;
	background-color: #6C94CA;
}

h2 {
	text-align: center;
	font-size: 4rem;
	color: #5B5A5D;
}

p {
	text-align: center;
	font-size: 1.5rem;
	color: #DC9828;
}

footer img {
	max-height: 1.3rem;
}

img {
	max-width: 80%;
}

@media (max-width:800px) {
	h2 {
		font-size: 2rem;
	}
	p {
		font-size: 1rem;
		font-weight: bold;
	}
	.d2 {
		width: 80%;
	}
}