@charset "UTF-8";

@font-face {
    font-family: 'castorone';
    src: url('fonts/castorone-webfont.woff2') format('woff2'),
         url('fonts/castorone-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

body {background:url('../images/fondo.png') top center repeat; background-size:cover;}
#club-fruteros header {background:url('../images/header.png') center center no-repeat; background-size:cover;padding:60px 0; max-height:560px;}
#club-fruteros .formulario {margin: 54px 0 100px;}
#club-fruteros h1 {font-family:'castorone';color:#87a83b;font-size:75px;}
	#club-fruteros h1 span {color:#f2cb13;}
	#club-fruteros img#tarjeta {margin-top:16px;float:right;max-width:40%;}
	#club-fruteros  iframe {max-width:900px;margin: 15px auto 0;height:870px;}
	.img-responsive {max-width:100%;}

@media (max-width: 768px) {
	#club-fruteros h1 {font-size:40px;}
	#club-fruteros .formulario {margin: 54px 0 100px;}
	#club-fruteros img#tarjeta {max-width:50%;}
}

@media (min-width: 768px) {
	#club-fruteros .formulario {margin: 54px 140px 100px;}
}