@font-face{
	font-family: 'BebasKai';
	src: url("fonts/BebasKai-36GO9SS.ttf") format('ttf'),
	url("fonts/BebasKai-sY3P71E.otf") format('otf');
	font-weight: normal;
	font-style: normal;
}

body {
    background-image: url("../img/textura_cortada-AHrVGlR.jpg");
    background-repeat: no-repeat;
		background-position:center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover; 
		background-size: cover;
		font-family: 'BebasKai', sans-serif;
}

h1 {
		font-size: 8vw;
}

h2 {
		font-size: 5vw;
		font-weight: 600;
}

.float{
	position:fixed;
	width:10vw;
	max-width: 65px;
	height:10vw;
	max-height: 65px;
	bottom:40px;
	right:40px;
	background-color:#0C9;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

