body{
	font-family: Lato, Helvetica, sans-serif;
	text-align: center;
	margin:1em;
	cursor:default;
	font-size: 1vw;
}
input[type="submit"],input[type="button"],button{
	border:none;
	background:none;
	font-size:1em;
	cursor:pointer;
}
img{
	border:none;
}
a{
	color: inherit;
	text-decoration: none;
}
*[onclick],*[href]{
	cursor: pointer;
}
textarea{
	resize:none;
}
.clr{
	clear:both;
}
.columnas2{
	-webkit-column-count:2;
	-moz-column-count:2;
	column-count:2;
}
.columnas3{
	-webkit-column-count:3;
	-moz-column-count:3;
	column-count:3;
}
.columnas4{
	-webkit-column-count:4;
	-moz-column-count:4;
	column-count:4;
}

.site_error>div{
	margin: 0 auto;
	padding: 0.5em;
	color: #C44;
	border:#C44 solid 1px;
	background: #EDD;
	text-align: center;
	width: 50%;
	min-width: 280px;
	border-radius: 0.15em;
	font-weight:600;
}
.site_error{
	position: fixed;
	top:-20em;
	opacity: 0;
	z-index: 10;
	width: 100%;
	
	-webkit-animation: siteError 5s 1;
	-moz-animation: siteError 5s 1;
	animation: siteError 5s 1;
}

.site_success>div{
	margin: 0 auto;
	padding: 0.5em;
	color: #494;
	border:#494 solid 1px;
	background: #DED;
	text-align: center;
	width: 50%;
	min-width: 280px;
	border-radius: 0.15em;
	font-weight:600;
}
.site_success{
	position: fixed;
	top:-20em;
	opacity: 0;
	z-index: 10;
	width: 100%;
	
	-webkit-animation: siteError 5s 1;
	-moz-animation: siteError 5s 1;
	animation: siteError 5s 1;
}

@keyframes siteError{
	0%{opacity:1;top:5em;}
	90%{opacity:1}
	99%{opacity:0;top:5em;}
	100%{opacity:0;top:-20em;}
}

.hide_me{
	height: 0;
	width: 0;
	overflow: hidden;
	opacity: 0;
	font-size: 1px;
}

a,input,button,*[onclick],*[href]{
	transition: all .25s ease-in-out;
	cursor: pointer;
}

/* GENERALES */


footer{
	background: #181F28 url(imagenes/bgfooter.png) center center no-repeat;
	background-size: 80% auto;
	padding: 5%;
	color: white;
	text-align: left;
	font-weight: 300;
	position: relative;
	z-index: 10;
}

footer>div{
	float: left;
}
footer>div>img{
	width: 3.5em;
}
footer>p{
	margin: 0 auto;
	width: 40%;
	line-height: 1.8em;
}
footer>h4{
	float: right;
	margin: 0;
	position: relative;
	top: -1em;
	font-weight: 300;
}

#home{
	background: url(imagenes/home.jpg) center top no-repeat;
	background-size: 100% auto;
	padding: 10%;
	text-align: center;
	color: white;
}
#home img{
	height: 6em;
}
#home h1{
	margin: 1.5em auto 0.25em auto;
	padding-bottom: 0.25em;
	border-bottom: white solid 1px;
	font-size: 3em;
	font-weight: normal;
	text-transform: uppercase;
}
#home h2{
	text-transform: uppercase;
	letter-spacing: 0.5em;
	font-size: 1.2em;
}
#home>div{
	margin: 5%;
	padding: 5%;
	display: inline-block;
	background: rgba(0,0,0,0.6);
	border-radius: 0.5em;
	border-bottom: #999 solid 1em;
}
#home>div h4{
	font-size: 2em;
	color: #CE7A52;
	margin: 0;
}
#home>div p{
	color: #CCC;
}
#home>div input[type="email"],#home>div input[type="text"]{
	display: block;
	padding: 0.5em;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 1em;
	border: none;
	background: white;
	font: inherit;
	border-radius: 0.25em;
}
#home>div input[type="submit"]{
	background: #CE7A52;
	font: inherit;
	color: white;
	padding: 0.5em 3em;
	border-radius: 2em;
	margin: 0.5em auto 1em auto;
	font-size: 1.5em;
}
#home>div input[type="submit"]:hover{
	background: #eee;
	color: #CE7A52;
	box-shadow: #CE7A52 0 0 0 3px;
}

#social_news{
	font-size: 2em;
}
#social_news a{
	display: inline-block;
	margin: 0 0.25em;
}
#social_news a:hover{
	color: #ACD;
}

#whyinvest{
	padding: 5%;
	color: #666;
}
#whyinvest h2{
	color: #CE7A52;
	font-size: 4em;
	text-transform: uppercase;
	margin: 0 0 1em 0;
	font-weight: 300;
}
#whyinvest h2 b{
	font-weight: bold;
}
#whyinvest span{
	display: block;
	font-size: 1.5em;
	height: 2.5em;
	color: #CE7A52;
	vertical-align: middle;
	margin: 1em 0;
}
#whyinvest i.fa{
	color: #024;
	font-size: 4em;
}
#whyinvest p{
	line-height: 1.6em;
	font-weight: 300;
}


#download{
	background: #333 url(imagenes/download.jpg) center center no-repeat fixed;
	background-size: 100% auto;
	padding: 5%;
	color: white;
	margin-bottom: 2.5%;
}
#download h2{
	font-size: 4em;
	text-transform: uppercase;
	margin: 0 0 0.5em 0;
	font-weight: 300;
}
#download h2 b{
	font-weight: bold;
}
#download a{
	background: #CE7A52;
	font: inherit;
	color: white;
	padding: 0.5em 3em;
	border-radius: 2em;
	margin-top: 1em;
	display: inline-block;
	font-size: 2em;
}
#download a:hover{
	background: #eee;
	color: #CE7A52;
	box-shadow: #CE7A52 0 0 0 3px;
}




/* MODAL */

#modal{
	background:url(imagenes/negro70.png);
	position:fixed;
	display:none;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:10;
	text-align:center;
}
#modal>div{
	display:block;
	max-width:640px;
	width:100%;
	margin:24px auto 0 auto;
	background:#FFF;
}
#modal>div img{
	display:block;
	max-width:100%;
	max-height:480px;
	margin:0 auto 0 auto;
}


/* RESPONSIVO */

.mobile_only{
	display:none !important;
}

@media all and (max-width:960px){
	body{
		font-size:14px;
	}
	.mobile_only{
		display:block !important;
	}
	.desktop_only{
		display:none !important;
	}
	.columnas2,.columnas3,.columnas4{
		-webkit-column-count:1;
		-moz-column-count:1;
		column-count:1;
	}
	
	
	
	#home{
		padding: 5%;
		background-size: auto 100%;
	}
	#home img{
		height: auto !important;
		width: 80%;
	}
	#home h1{
		font-size: 2em;
	}
	#home h2{
		font-size: 1em;
	}
	#home>div{
		display: block;
		margin-top: 10%;
	}
	#home>div input[type="email"],#home>div input[type="text"]{
		width: 96%;
		padding: 0.5em 2%;
	}
	
	#whyinvest>h2,#download>h2{
		font-size: 2.5em;
	}
	#whyinvest span{
		height: auto;
	}
	#download{
		background-size: auto 100vh;
	}
	#download{
		font-size: 0.7em;
	}
	footer{
		font-size: 0.8em;
	}
	footer h4{
		top 0;
		text-align: center;
		float: none;
		margin: 2em auto;
	}
}