@font-face {
    font-family: 'Maison Neue';
    src: url('MaisonNeue-Book.woff2') format('woff2'),
        url('MaisonNeue-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maison Neue';
    src: url('MaisonNeue-Light.woff2') format('woff2'),
        url('MaisonNeue-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Maison Neue';
    src: url('MaisonNeue-Bold.woff2') format('woff2'),
        url('MaisonNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {box-sizing: border-box;}

a { text-decoration: none;
color: inherit; }

a:hover {
	text-decoration: underline;
}


body, html {
	width: 100%;
	height: 100%;
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin:0; padding: 0;
	font-family: 'Maison Neue';
}

footer { background:#000;
		position: fixed;
		bottom: 0;
		width: 100%;
		padding: 15px 25px;
 }

footer p { font-size: 14px;
	color:#74726c;
	text-align: center;
	line-height: 21px;
 }

.container { 
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 15px; }

.contacto { margin:50px 0; }

.content p {
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 1px;

}

.titulo {
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	
}

.responsive {
  width: 100%;
  height: auto;
}