body{
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
	text-align: center;
	margin:0 0 0 0;
	cursor:default;
	font-size: 1.1vw;
	color: #023;
}
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;
}
.columnas3>div{
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
    break-inside: avoid;
}

.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;
}

header,footer,h1,h2,h3,h4{
	font-family: 'DinCondensedWeb','Barlow Condensed',Helvetica, sans-serif;
	font-weight: normal;
}

/* GENERALES */

header{
	position: fixed;
	top:0;
	left:0;
	right: 0;
	background: white url(imagenes/menu.png) right center no-repeat;
	background-size: auto 100%;
	height: 5em;
	overflow: hidden;
	box-shadow: rgba(0,0,0,0.5) 0 0 1em;
	padding: 0 1em;
	z-index: 5;
}
#logo{
	float: left;
}
#logo>img{
	display: block;
	height: 3.5em;
	margin: 0.75em 0;
}

#menu_redes{
	float: right;
	color: white;
	line-height: 5em;
}
#menu_redes a{
	font-size: 1.75em;
	display: inline-block;
	margin-right: 0.5em;
}

menu{
	margin: 0;
	padding: 0;
	line-height: 5em;
	text-transform: uppercase;
	display: inline-block;
}
menu a{
	font-size: 1.5em;
	display: inline-block;
	padding: 0 1em;
	float: left;
}
menu a:hover{
	background: #34b366;
	color: white;
}
menu a>small{
	color: #095;
	text-transform: uppercase;
	font-size: 0.65em;
	position: relative;
	top: -3.5em;
	display: block;
	letter-spacing: 0.15em;
}
menu a:hover>small{
	color: #023;
}

footer{
	background: #023;
	color: white;
	padding: 2.5%;
}
footer img{
	height: 8em;
}
footer a{
	display: inline-block;
	font-size: 1.5em;
	margin: 1em 0.5em;
}
footer a:hover{
	color: #34b366;
}
#whatsapp_link{
	float: right;
	position: fixed;
	bottom: 1em;
	right: 1em;
	color: white;
}
#whatsapp_link>i.fa{
	font-size: 3em;
	background: #49C87A;
	width: 1.4em;
	height: 1.4em;
	line-height: 1.4em;
	border-radius: 2em;
	text-align: center;
	transition: all .25s ease-in-out;
}
#whatsapp_link>i.fa:hover{
	background: white;
	color: #49C87A;
	box-shadow: #49C87A 0 0 0 3px;
}


/* HOME */

#inicio{
	height: 68vw;
	overflow: hidden;
}
#inicio>div{
	background-size: 100% auto !important;
	padding: 5%;
	height: 60vw;
	color: white;
	text-align: left;
	overflow: visible;
}
#inicio>div>h1,#inicio>div>h2{
	margin: 42vw 0 0 0;
	font-size: 5em;
	line-height: 1em;
	text-transform: uppercase;
	float: left;
	position: relative;
	left: 0;
	animation: homeTitle 0.6s 1;
}
#inicio>div>h1>small{
	font-size: 0.75em;
}
@keyframes homeTitle{
	0%{ left: -100%; }
	100%{ left: 0; }
}
#inicio>div>h1>span,#inicio>div>h2>span{
	display: block;
	font-size: 2.25em;
	line-height: 0.8em;
}
#inicio>div>a{
	display: block;
	float: right;
	margin: 50vw 0 0 0;
	padding: 0.5em;
	font-size: 1.5em;
	background: #023;
	border-radius: 0.5em;
	box-shadow: rgba(255,255,255,0.5) 0 0 0 0.5em;
	color: #34b366;
	text-align: center;
}
#inicio>div>a>span{
	display: block;
	background: #34b366;
	color: white;
	font-size: 2.5em;
	text-transform: uppercase;
	padding: 0.25em 1em;
	line-height: 1em;
	border-radius: 0.1em;
	transition: all .25s ease-in-out;
}
#inicio>div>a>small{
	font-weight: bold;
	transition: all .25s ease-in-out;
}

#inicio>div>a:hover{
	background: #34b366;
	color: white;
}
#inicio>div>a:hover>span{
	background: #333;
	color: white;
}

#banner1{
	background: #566 url(imagenes/banner1.jpg) center top no-repeat;
}
#banner2{
	background: #566 url(imagenes/banner2.jpg) center top no-repeat;
	display: none;
}


#nosotros{
	padding: 2.5% 3.5%;
	background: white url(imagenes/nosotros.jpg) center 5em no-repeat;
	background-size: 95%;
	color: white;
	height: 67.5vw;
	text-align: left;
}
#nosotros>div>h2{
	margin: 0;
	font-size: 10em;
	line-height: 1em;
	color: #023;
	text-transform: uppercase;
}
#nosotros>div>p{
	margin: 0.5em 3.5%;
	font-size: 3.5em;
}
#nosotros li{
	list-style: none;
	background: rgba(0,0,0,0.4);
	font-size: 2.5em;
	padding: 0.5em;
	border-radius: 0.25em;
	width: 35%;
	margin-top: 1em;
}
#nosotros li>i.fa{
	float: left;
	font-size: 2.5em;
	color: #34b366;
	margin-right: 0.25em;
}

#oferta{
	background: #023 url(imagenes/oferta.jpg) center top;
	background-size: 100% auto;
	color: white;
	padding: 2.5%;
	text-align: left;
}
#oferta>div{
	float: left;
	width: 50%;
}
#oferta>div:nth-child(2){
	text-align: right;
}
#oferta>div>h2{
	margin: 0 0 0.5em 0;
	font-size: 6em;
	line-height: 1em;
}
#oferta>div>h2>span{
	display: block;
	font-size: 1.75em;
	line-height: 0.8em;
}
#oferta>div:nth-child(2)>h2{
	margin-top: 0.3em;
}
#oferta>div:nth-child(2)>h2>span{
	font-size: 1.3em;
}

#oferta>div:nth-child(1)>a{
	display: inline-block;
	padding: 1em;
	font-size: 2.5em;
	color: white;
	background: #023;
	text-transform: uppercase;
	border-radius: 0.25em;
}
#oferta>div:nth-child(1)>a:hover{
	color: #333;
	background: white;
	box-shadow: #333 0 0 0 3px;
}
#oferta>div:nth-child(1)>h3{
	color: #111;
	font-size: 2em;
}
#oferta>div:nth-child(1)>p{
	font-size: 2em;
	margin-top: 2.5em;
	margin-bottom: 0;
}
#oferta>div:nth-child(1)>p>small{
	font-size: 0.5em;
}


#oferta>div:nth-child(2)>h3{
	color: #999;
	font-size: 3em;
	margin-left: 30%;
}
#oferta>div:nth-child(2)>h4{
	margin: 0 0 1em 0;
	font-size: 1.5em;
}
#oferta>div:nth-child(2)>a{
	display: block;
	margin-left: 30%;
	text-align: center;
	padding: 0.5em 1em;
	font-size: 2.5em;
	color: #333;
	background: white;
	text-transform: uppercase;
	border-radius: 0.25em;
	margin-bottom: 0.5em;
}
#oferta>div:nth-child(2)>a:last-child{
	background: #34b366;
	color: white;
}
#oferta>div:nth-child(2)>a:hover{
	color: #34b366;
	background: white;
	box-shadow: #34b366 0 0 0 3px;
}


#contacto{
	padding: 5%;
	text-align: left;
	background: white url(imagenes/contacto.jpg) right center no-repeat;
	background-size: 40% auto;
}
#contacto>h2{
	margin: 0 0 0.5em 0;
	font-size: 8em;
	color: #34b366;
	line-height: 1em;
}
#contacto>form{
	width: 45%;
	float: left;
}
form input[type="text"],form input[type="email"],form input[type="tel"],form textarea{
	font: inherit;
	background: #DDD;
	padding: 0.5em;
	border-radius: 0.2em;
	display: block;
	width: 90%;
	border:none;
	margin-bottom: 1em;
}
form input[type="button"]{
	padding: 1em 2em;
	background: #023;
	color: white;
	font: inherit;
	font-size: 1.5em;
	border-radius: 0.2em;
	float: left;
}
form input[type="button"]:hover{
	color: #34b366;
	background: #EEE;
	box-shadow: #34b366 0 0 0 3px;
}

#contacto>form>p{
	color: #34b366;
	float: left;
	margin-left: 2em;
}

#contacto>div{
	float: right;
	text-align: right;
	font-size: 3em;
	width: 50%;
	margin-top: 4em;
}
#contacto>div>h4{
	margin: 0;
	line-height: 1.2em;
}
#contacto>div>h3{
	margin: 0;
	color: #34b366;
	font-size: 1.5em;
}

/* PRESTAMOS */

#prestamos_header{
	background-size: 100% auto !important;
	background-attachment: fixed !important;
	background: #566 url(imagenes/banner1.jpg) center top no-repeat;
	text-align: left;
	color: white;
}
#prestamos_header>h1{
	font-size: 8em;
	padding: 25% 5% 5% 5%;
	background: rgba(0,0,0,0.4);
	margin: 0;
	line-height: 1em;
}
#prestamos_header>h1>span{
	font-size: 1.8em;
	display: block;
	line-height: 0.8em;
}

#prestamos_content{
	padding: 5%;
	background: #EEE;
	text-align: center;
	font-size: 1.2em;
}

.step{
	padding: 2em 1em;
	line-height: 1.8em;
}
.step>i.fa{
	font-size: 6em;
	padding: 0.5em;
	background: #444;
	border-radius: 6em;
	color: #34b366;
}
.step>p{
	text-align: left;
	color: #666;
}
.step>h4{
	color: #34b366;
	font-size: 2em;
	margin: 0.5em 0 1.5em 0;
	height: 2em;
	text-transform: uppercase;
}
.step>h4>span{
	display: inline-block;
	background: #34b366;
	color: white;
	padding: 0.25em 0.5em;
	border-radius: 0.5em;
	border-bottom-right-radius: 0;
}
.step>p>small{
	display: block;
	line-height: 1.4em;
	font-size: 0.7em;
}
.step>p a{
	color: #34b366;
	text-decoration: underline;
}

#recomendaciones{
	background: #34b366;
	color: white;
	font-size: 1.6em;
	line-height: 1.5em;
	padding: 5% 10%;
	text-align: left;
}
#recomendaciones>h4{
	margin: 0 0 0.5em 0;
	font-size: 4em;
	color: #023;
}

/* INVERSIONISTAS */

#inversionistas_header{
	background-size: 100% auto !important;
	background-attachment: fixed !important;
	background: #566 url(imagenes/banner2.jpg) center top no-repeat;
	text-align: right;
	color: white;
}
#inversionistas_header>h1{
	font-size: 8em;
	padding: 25% 5% 5% 5%;
	background: rgba(0,0,0,0.4);
	margin: 0;
	line-height: 1em;
}
#inversionistas_header>h1>span{
	font-size: 1.8em;
	display: block;
	line-height: 0.8em;
}

#invierte_express{
	background: #333;
	color: white;
	font-size: 1.25em;
	line-height: 1.6em;
	padding: 10%;
	text-align: left;
}
#invierte_express>h2{
	font-size: 5em;
	margin: 0 0 1em 0;
	color: #34b366;
}

#invierte_prestando{
	background: #EEE;
	color: #333;
	font-size: 1.25em;
	line-height: 1.6em;
	padding: 10%;
	text-align: left;
}
#invierte_prestando>h2{
	font-size: 5em;
	margin: 0 0 1em 0;
	color: #34b366;
}

/* PRIVACIDAD Y TOS */

#texto{
	padding: 15%;
	text-align: left;
	background: #EEE;
	color: #666;
}
#texto>h2{
	font-size: 5em;
	margin: 0 0 0.5em 0;
	color: #34b366;
	text-transform: uppercase;
}
#texto>h4{
	color: #023;
	font-size: 1.5em;
	text-transform: uppercase;
}


#calcula_header{
	padding: 10%;
	text-align: left;
	background: #023 url(imagenes/calcula.jpg) center center no-repeat;
	background-size: 100% auto;
	font-size: 1.5em;
}
#cprestamo_form{
	float: left;
	width: 30%;
	padding: 2.5%;
	background: white;
	border-radius: 0.25em;
	color: #333;
}
#cprestamo_form h1{
	color: #095;
	font-size: 2em;
	margin: 0 0 1em 0;
}
#cprestamo_form form input[type="button"]{
	font-size: 1em;
	display: block;
	padding: 0.5em 0;
	width: 100%;
}

#cprestamo_data{
	color: #333;
	width: 55%;
	padding: 2.5%;
	float: right;
	background: white;
	border-radius: 0.25em;
	display: none;
}
#cprestamo_data h4{
	color: #095;
	font-size: 2em;
	margin: 0 0 0.5em 0;
}
#cprestamo_data h2{
	color: #999;
	font-size: 3em;
	margin: 0 0 0.25em 0;
}
#cprestamo_data b{
	color: #999;
}
#cprestamo_data a{
	text-decoration: underline;
}

/* MODAL */

#modal{
	background:rgba(0,0,0,0.8);
	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:16px;
	}
	.mobile_only{
		display:block !important;
	}
	.desktop_only{
		display:none !important;
	}
	.columnas2,.columnas3{
		-webkit-column-count:1;
		-moz-column-count:1;
		column-count:1;
	}
	
	header{
		height:50px;
		background: white;
		overflow: visible;
		line-height: 50px;
		padding: 0;
	}
	#logo{
		margin: 0;
	}
	#logo>img{
		height: 36px;
		margin: 7px 0;
	}
	#menu_opener{
		float:left;
		margin: 5px;
		width:40px;
		height:40px;
		background: #EEE;
		border-radius: 0.25em;
	}
	#menu_opener>div{
		height:2px;
		margin: 4px auto 0 auto;
		background: #095;
		width: 30px;
		position: relative;
		top: 0;
		transition: all .25s ease-in-out;
	}
	#menu_opener>div:first-child{
		margin-top: 14px;
	}
	#menu_opener.opened>div:nth-child(1){
		top: 6px;
		transform: rotate(45deg);
	}
	#menu_opener.opened>div:nth-child(3){
		top: -6px;
		transform: rotate(-45deg);
	}
	#menu_opener.opened>div:nth-child(2){
		opacity: 0;
	}
	
	#menu_redes{
		color: #095;
		line-height: 50px;
	}
	#menu_redes>a{
		font-size: 1.5em;
		
	}
	menu{
		line-height: 50px;
		background: rgba(0,0,0,0.9);
		color: white;
		position: fixed;
		top: 50px;
		left: 0;
		right: 0;
		display: none;
		padding: 1em;
	}
	menu>a{
		display: block !important;
		float: none;
		text-align: left;
	}
	menu>a small{
		display: none;
	}
	
	#inicio{
		margin-top: 50px;
	}
	#inicio>div>h1,#inicio>div>h2{
		font-size: 5.5vw;
	}
	#inicio>div>a{
		display: none;
	}
	
	#nosotros{
		background: #EEE;
		height: auto !important;
	}
	#nosotros>div>h2{
		font-size: 3em;
		color: #095;
	}
	#nosotros>div>p{
		font-size: 1.5em;
		color: #666;
	}
	#nosotros ul{
		margin: 0 !important;
		padding: 0 !important;
	}
	#nosotros li{
		width: auto !important;
		height: 2em !important;
		font-size: 1.5em !important;
		width: auto !important;
		margin: 0 0 1em 0;
	}
	
	#oferta{
		background: #333;
		padding: 0;
	}
	#oferta>div{
		width: auto !important;
		float: none;
		padding: 5%;
		text-align: left !important;
	}
	#oferta>div:first-child{
		background: #095;
	}
	#oferta>div>h2{
		font-size: 3em;
	}
	#oferta>div>a{
		font-size: 1.5em !important;
		display: block;
		margin: 0.5em auto;
	}
	#oferta>div:nth-child(2)>h3,#oferta>div:nth-child(2)>a{
		margin-left: 0;
	}
	
	#contacto>h2{
		font-size: 3em;
	}
	#contacto>form,#contacto>div{
		width: auto !important;
		float: none;
	}
	
	footer>div{
		display: none;
	}
	#prestamos_header>h1,#inversionistas_header>h1{
		font-size: 3em;
	}
	#prestamos_content{
		font-size: 1em;
	}
	#recomendaciones>h4{
		font-size: 3em;
	}
	#recomendaciones{
		font-size: 1em;
	}
	.step>i.fa{
		font-size: 3em;
	}
	#invierte_express>h2,#invierte_prestando>h2{
		font-size: 2em;
		line-height: 1em !important;
	}
	#invierte_express,#invierte_prestando{
		padding: 5%;
		font-size: 1em;
	}
	
	#texto{
		padding: 100px 5%;
	}
	#texto>h2{
		font-size: 3em;
	}
	#calcula_header{
		padding: 5%;
		background-size: auto 100vh;
	}
	#calcula_header>div{
		width: auto !important;
		float: none !important;
		height: auto !important;
		margin: 10vh auto;
	}
	#calcula_header>div input[type="button"]{
		float: none;
	}
}