@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:#004438; text-align:center}


html { min-height: 100% }



@-webkit-keyframes slidein {
from {background-size:100%; }
to {background-size:130%;}
}

@keyframes slidein {
from {background-size:100%; }
to {background-size:130%;}

}






.relativo {position: relative;}

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

img.logo { max-width:360px; width:100%; margin-top:8%}

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


a.whatsapp {
	background-image: url(wsp.svg);
	background-repeat: no-repeat;
	background-position:top;
	display:inline-block;
	width:38px;
	height:38px;	
	scale: 1;	
}
a.whatsapp:hover {
	scale: 1.3;

}

a.instagram {
	background-image: url(ig.svg);
	background-repeat: no-repeat;
	background-position:top;
	display:inline-block;
	width:38px;
	height:38px;	
	scale: 1;	
}
a.instagram:hover {
	scale: 1.3;
}


a.email {
	background-image: url(mail.svg);
	background-repeat: no-repeat;
	background-position:top;
	display:inline-block;
	width:38px;
	height:38px;
	scale: 1;		
}
a.email:hover {
	scale: 1.3;

}

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

h2 {color:#FFF; font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; margin-top:100px; font-size:0.9em; display:none; text-align: left; max-width:550px; width:100%;  margin-left: auto; margin-right: auto; text-align: left; line-height: 30px; letter-spacing: 2px}

a.whatsapp {margin-left:0;}

.punta {width: 10px; margin-right: 5px}


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

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


@media screen and (max-width:428px) {
img.logo { max-width:65%; margin-top:25%}
h2 { max-width:300px; font-size:0.7em;}
.punta {width: 8px}

a.facebook, a.whatsapp, a.instagram, a.youtube, a.email {
	width:30px;
	height:30px;}
}


