@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Fin reset */

body { background-color:#666; text-align:center; background-image: url("fondo.jpg"); background-repeat: no-repeat; background-size: cover; min-height: 100%; background-position: center }
html { min-height: 100% }

.relativo {position: relative;}

.center { position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height:70%;
	margin: auto;}

img.logo { max-width:550px; width:100%; margin-top:15%}

div.sociales { max-width:800px; display:block; margin-left:auto; margin-right:auto; bottom:30px; position:fixed; left:0; right:0}

a.facebook {
	background-image: url(facebook.png);
	background-repeat: no-repeat;
	background-position:top;
	display:inline-block;
	width:38px;
	height:37px;		
}
a.facebook:hover {
	background-image: url(facebook.png);
	background-repeat: no-repeat;
	background-position:bottom;	
}

a.whatsapp {
	background-image: url(whatsapp.png);
	background-repeat: no-repeat;
	background-position:top;
	display:inline-block;
	width:38px;
	height:37px;		
}
a.whatsapp:hover {
	background-image: url(whatsapp.png);
	background-repeat: no-repeat;
	background-position:bottom;	
}

a.instagram {
	background-image: url(instagram.png);
	background-repeat: no-repeat;
	background-position:top;
	display:inline-block;
	width:38px;
	height:37px;		
}
a.instagram:hover {
	background-image: url(instagram.png);
	background-repeat: no-repeat;
	background-position:bottom;	
}

a.youtube {
	background-image: url(youtube.png);
	background-repeat: no-repeat;
	background-position:top;
	display:inline-block;
	width:38px;
	height:37px;		
}
a.youtube:hover {
	background-image: url(youtube.png);
	background-repeat: no-repeat;
	background-position:bottom;	
}

a.email {
	background-image: url(email.png);
	background-repeat: no-repeat;
	background-position:top;
	display:inline-block;
	width:38px;
	height:37px;		
}
a.email:hover {
	background-image: url(email.png);
	background-repeat: no-repeat;
	background-position:bottom;	
}

a.facebook, a.whatsapp, a.instagram, a.youtube, a.email { margin-left:10px;  transition-property: background-position; transition-duration: 0.2s; transition-delay: 0;}

h2 { color:#FFF; font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; margin-top:100px; font-size:1em; display:block}

a.whatsapp {margin-left:0;}

@media only screen and (max-width: 768px) {
	img.logo { margin-top:40%}
}


@media screen and (max-width:420px) {

img.logo { max-width:300px; margin-top:50%}
}


