@import url('https://fonts.googleapis.com/css?family=Calligraffitti');
@import url('https://fonts.googleapis.com/css?family=Libre+Franklin');


body{
	background-image: url(/imgs/bg.png);
	background-size: auto;
	/*height: 100vh;*/
	font-family: 'Calligraffitti', sans-serif;
}

.logotipo{
	width: 100%;
}

.logo{
	display: block;
	margin:0 auto;
	margin-top: 100px;
	max-width: 100%;
}

.contactos{
	margin-top: 50px;
	text-align: center;
}

h1{
	margin-top: 30px;
	margin-bottom: 0;
}

h3{
	font-family: 'Libre Franklin', sans-serif;
	margin-top: 0;
	font-weight: normal;
}