body, html {
	font-family: "opensans", sans-serif, Arial;
	font-weight: normal;
	background: url(../img/bg-curve.png), linear-gradient(90deg, #EEE 0%, #FFF 40%, #FFF 60%, #EEE 100%);
	background-position: 50% 50%;
	background-size: 120%;
}
a, a:active { text-decoration: none; }
article, aside, footer, header, main, nav, section { clear: both; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "opensans-bold", Arial, sans-serif;
	font-weight: normal;
}	
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { padding: 0.5rem 0; }
h1, .h1 { font-size: 2rem; }
h2, .h2 { font-size: 1.75rem; }
h3, .h3 { font-size: 1.5rem; }
h4, .h4 { font-size: 1.25rem; }
h5, .h5 { font-size: 1rem; }
h6, .h6 { font-size: 0.75rem; }
p { line-height: 1.5rem; }
img, video {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}

article {
	padding-bottom: 0.5rem;
}
article p {
	text-align: justify;
}
.fade { transition: all 0.4s ease 0s; }
.text-amarillo { color: #FF0 }
.text-azul { color: #039; }
.text-celeste { color: #06F }
.text-hielo { color: #0FF }
.text-gris { color: #666; }

.icono {
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.25rem;
}
.icono-gris {
	color: #FFF;
	background-color: #999;
	margin-right: 0.5rem;
}
.icono-celeste {
	color: #FFF;
	background-color: #09F;
	margin-right: 0.5rem;
}
.boton {
	margin-left: 0.5rem;
	cursor: pointer;
	color: #CCC;
	background-color: #039;
	border: 1px solid #999;
}
.boton:hover {
	color: #FFF;
	background-color: #09F;
	border-color: #FFF;
}
.social-link, .stats {
	color: #CCC;
	border: 1px solid #999;
}
.social-link { margin: 0 0.5rem; }
.social-link:hover {
	color: #FFF;
	border-color: #FFF;
}
.stats { margin-right: 1rem; }
.facebook:hover { background-color: #3B5998; }
.twitter:hover { background-color: #5DAFEE; }
.google-plus:hover { background-color: #DD4B39; }
.youtube:hover { background-color: #E1191F; }

.contact-form input[type="date"], .contact-form input[type="email"], .contact-form input[type="number"], .contact-form input[type="password"], .contact-form input[type="text"], .contact-form textarea {
	width: 100%;
	display: block;
	margin: 0.5rem 0;
	padding: 0.5rem;
	resize: none;
	font-family: inherit;
	font-size: 0.875rem;
	background-color: #FFF;
	border: 0.125rem solid #09F;
}
.contact-form textarea { margin: 1rem 0; }
.contact-form label { font-size: 0.875rem; }
form #submit, form #reset {
	width: 100%;
	margin: 0.5rem 0;
	padding: 0.5rem;
	display: block;
	color: #FFF;
	cursor: pointer;
	font-family: "opensans-bold", Verdana, Arial;
	font-size: 0.875rem;
	text-align: center;
}
form #submit {
	background-color: #039;
	border: 0.125rem solid #09F;
}
form #submit:hover {
	background-color: #09F;
}
form #reset {
	background-color: #666;
	border: 0.125rem solid #999;
}
form #reset:hover {
	background-color: #999;
}
form .user {
	color: #09F;
	font-size: 8rem;
}
@media (min-width: 30rem) {
	.frm-06 {
		max-width: 49%;
	}
}
