@charset "UTF-8";

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #000;
	font-size: 14px;
	font-size: 1.4rem; /* =14px */
	font-family: 'Open Sans', sans-serif;
}
a {
	text-decoration: none;
}
a img {
	border: 0;
}
.cf:before, .cf:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}
.clear {
	clear: both;
}
.hide {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.inline {
	display: inline;
}
.block {
	display: block;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.fixed {
	position: fixed;
}
.allcaps {
	text-transform: uppercase;
}
.bold {
	font-weight: bold;
}
.pointer, .curpointer {
	cursor: pointer;
}
.curhelp {
	cursor: help;
}
.listnodots {
	list-style-type: none;
}
.menu-lines {
	position: relative;
	padding-left: 1.25em;
}
.menu-lines:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.25em;
	width: 1em;
	height: 0.15em;
	background: black;
	box-shadow: 0 0.25em 0 0 black, 0 0.5em 0 0 black;
}
.noselect {
	-webkit-user-select: none;
	-moz-user-select: -moz-none;  /*IE10*/
	-ms-user-select: none;
	user-select: none;  /*You just need this if you are only concerned with android and not desktop browsers.*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Go Go Go!!! */

/* Go Go Go!!! */

/* Go Go Go!!! */

.contenedor_site {
	background: url('images/bg_hero2low.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.hero {
	max-width: 900px;
	margin: 0 auto;
}
.hero_logo {
	text-align: center;
	margin-top: 100px;
	margin-bottom: 40px;
}
.hero_logo_img {
	max-width: 350px;
}
.hero_slogan {
	text-align: center;
	font-size: 30px;
}
.ideas_cuadro {
	padding: 10px;
}
.ideas_cuadrocontenedor {
	max-width: 400px;
	border: 1px solid #fff;
	text-align: center;
	margin: 0 auto;
	margin-top: 150px;
	padding: 20px;
	background-color: rgba(50, 55, 79, 0.7);
	line-height: 2;
	margin-bottom: 70px;
}
.ideas_puntos {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 100px;
}
.ideas_idea {
	margin: 40px 0;
}
.ideas_idea i {
	font-size: 60px;
}
.ideas_idea span {
	font-size: 18px;
	font-weight: bold;
}
.ideas_idea .idea_subtexto {
	font-weight: lighter;
}
.contenedor_contacto {
	background: url('images/bg_contact2low.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.contacto_grid {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}
.contacto_titulo {
	margin-top: 100px;
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 20px;
}
.contacto_texto {
	font-size: 18px;
	line-height: 2;
	margin-bottom: 100px;
}
.contacto_iconos {
	margin-bottom: 100px;
}
.contacto_icono {
	margin: 40px 0;
}
.contacto_icono i {
	font-size: 80px;
}
.contacto_icono span {
	font-size: 20px;
	font-weight: bold;
	text-transform: capitalize;
}