body{
	font-family: Lato, Helvetica, sans-serif;
	text-align: center;
	margin:0 0 0 0;
	cursor:default;
	font-size: 1vw;
	color: white;
	background: #024;
}
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;
}
.columnas5{
	-webkit-column-count:5;
	-moz-column-count:5;
	column-count:5;
}
.grid2{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 0;
	grid-auto-rows: minmax(50%, auto);
}
.grid3{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 0;
	grid-auto-rows: minmax(33%, auto);
}
.grid5{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 0;
	grid-auto-rows: minmax(20%, auto);
}
.flex{
	display: flex;
	flex-flow: row wrap;
	align-content: space-between;
	justify-content: space-between;
}
.flex>*{
	flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    text-align: center;
}

.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],a *,*[onclick] *{
	transition: all .25s ease-in-out;
	cursor: pointer;
}

/* GENERALES */

#home{
	background: url(imagenes/home.jpg) center center no-repeat;
	background-size: cover;
	height: 50vw;
}
#home>div:nth-child(2){
	float: left;
	height: 50vw;
	width: 40%;
	padding: 0 2.5%;
	text-align: left;
}
#home h1{
	font-size: 4em;
	text-transform: uppercase;
	line-height: 1em;
	margin: 0;
	padding-top: 27.5vw;
	width: 120%;
}
#home h2{
	font-weight: 100;
	font-size: 2.5em;
	width: 110%;
}
#home>div:nth-child(1){
	float: right;
	height: 50vw;
	width: 35%;
	padding: 0 5% 0 15%;
	background: url(imagenes/home_overlay.png) right top;
	background-size: 100% auto;
	text-align: center;
}
#home img{
	height: 22em;
	display: block;
	margin: 20% auto;
}
#home p{
	color: #ADF;
}
#home a{
	display: inline-block;
	padding: 0.5em 4em;
	border: white solid 1px;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 2em;
	letter-spacing: 0.2em;
	border-radius: 0.25em;
}
#home a:hover{
	box-shadow: white 0 -5em 0 0 inset;
	color: #039;
}

#welcome{
	background: url(imagenes/welcome.jpg) center bottom;
	background-size: cover;
	padding: 2.5%;
}
#welcome>div:nth-child(1){
	float: left;
	width: 30%;
	height: 20em;
}
#welcome img{
	width: 85%;
	border: white solid 0.5em;
	box-shadow: black 0 0.2em 0.5em;
	position: relative;
}
#welcome img:last-child{
	top: -22em !important;
	left: 75%;
}
#welcome h3{
	text-align: right;
	font-size: 3em;
	margin: 1em auto 4em auto;
}
#welcome>div>div{
	margin-left: 55%;
}
#welcome p{
	font-size: 1.6em;
	line-height: 1.6em;
	font-weight: 300;
	text-align: justify;
	margin: 0;
}
#welcome a{
	display: block;
	padding: 0.5em 0;
	border: white solid 1px;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 2em;
	letter-spacing: 0.2em;
	border-radius: 0.25em;
	margin: 2em auto;
}
#welcome a:hover{
	box-shadow: white 0 -5em 0 0 inset;
	color: #039;
}

#beneficios{
	background: url(imagenes/beneficios.jpg) center top no-repeat;
	background-size: cover;
	padding: 5% 2.5%;
}
#beneficios h2{
	font-size: 2.5em;
}
#beneficios>div{
	grid-gap:2em;
}
#beneficios>div>div{
	padding: 15em 1em;
	border: #999 solid 1px;
	box-shadow: rgba(0,0,0,0.8) 0 0 100vw 100vw inset;
	border-radius: 0.5em;
}
#beneficios h4{
	font-size: 2.5em;
}
#beneficios p{
	font-weight: 300;
	font-size: 1.5em;
	line-height: 1.5em;
}
#beneficios>div>div:nth-child(1){
	background: url(imagenes/beneficios1.jpg) center center;
	background-size: cover;
}
#beneficios>div>div:nth-child(2){
	background: url(imagenes/beneficios2.jpg) center center;
	background-size: cover;
}
#beneficios>div>div:nth-child(3){
	background: url(imagenes/beneficios3.jpg) center center;
	background-size: cover;
}

#contacto{
	padding: 5%;
	background: url(imagenes/contacto.jpg) center center;
	background-size: cover;
}
#contacto h2{
	font-size: 3em;
	margin: 0;
}
#contacto h2 span{
	font-weight: 300;
	display: block;
}
#contacto p{
	font-size: 1.5em;
	font-weight: 300;
}
#contacto form{
	width: 60%;
	margin: 0 auto;
	display: block;
	min-width: 280px;
	text-align: left;
}
#contacto form>div{
	grid-gap:1em;
}

form input[type="text"],form input[type="tel"],form input[type="email"],form input[type="number"],form textarea,form select{
	font: inherit;
	padding: 1em 2%;
	width: 96%;
	margin-bottom: 1em;
	background: white;
	border: none;
	border-radius: 0.25em;
}
form #captcha input[type="number"]{
	display: inline-block;
	width: 6em;
	text-align: center;
	margin-left: 0.5em;
}
#captcha{
	text-align: right;
	float: right;
	min-width: 35%;
}
form input[type="button"],form input[type="submit"],form button{
	display: inline-block;
	font: inherit;
	padding: 0.5em 4em;
	border: #9DF solid 1px;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 1.5em;
	letter-spacing: 0.2em;
	border-radius: 0.25em;
	color: #9DF;
}
form input[type="button"]:hover,form input[type="submit"]:hover,form button:hover{
	color: #036;
	box-shadow: #9DF 0 -5em 0 0 inset;
}

footer{
	padding: 1em;
	background:black;
	color: #CCC;
	font-weight: 300;
	font-size: 0.8em;
	letter-spacing: 0.2em;
}


/* PAGO EN LINEA */
#checkout_result{
	background: rgba(0,0,0,0.3);
	padding: 1em 2em;
	border: #246 solid 1px;
	text-align: center;
	margin: 2em auto;
	border-radius: 0.25em;
}
#checkout_result:empty{
	display: none;
}
#checkout_result h4,#deposit h4{
	color: #6DF;
	margin: 0 0 0.5em 0;
	font-size: 2em;
}
.frameset{
	padding: 1em;
	border: #CCC solid 1px;
	border-radius: 0.25em;
	margin: 1em auto;
}
#checkout_result div{
	grid-gap:4px;
}
#checkout_result .frameset{
	font-size: 0.8em;
}
.conektacardpaid{
	color:#69C;font-weight:600;text-transform:uppercase;
}
.conektacardpaid i.fa{
	display: block;
	color: #095;
	font-size: 4em;
	text-align: center;
}

#checkout_section{
	padding: 5%;
	font-size: 2em;
	background: #EEE;
	color: #024;
}
#checkout_section i.fa{
	font-size: 8em;
}
#checkout_section i.fa-times-circle{ color: #F33; }
#checkout_section i.fa-check-circle{ color: #095; }

/* EFFECTS */

section h1,section h2,section h3,section h4,section h5,section p,section img{
	transition: all .25s ease-in-out;
	opacity: 0;
	position: relative;
	top: 2em;
}


/* RESPONSIVO */

.mobile_only{
	display:none !important;
}

@media all and (max-width:960px){
	body{
		font-size:12px;
	}
	.mobile_only{
		display:block !important;
	}
	.desktop_only{
		display:none !important;
	}
	.columnas2,.columnas3{
		-webkit-column-count:1;
		-moz-column-count:1;
		column-count:1;
	}
	.columnas4{
		-webkit-column-count:2;
		-moz-column-count:2;
		column-count:2;
	}
	.columnas5{
		-webkit-column-count:3;
		-moz-column-count:3;
		column-count:3;
	}
	.grid2,.grid3,.grid5,.flex{
		display: block;
	}
	
	#home{
		height: 90vw;
		box-shadow: rgba(10,50,90,0.7) 0 0 100vw 100vw inset;
		background-position: left center;
	}
	#home a,#home p{
		display: none;
	}
	#home>div,#welcome>div{
		float: none !important;
		width: auto !important;
		height: auto !important;
		padding: 5% !important;
		background: none !important;
	}
	#home img{
		height: 30vw;
		margin: 0 auto;
	}
	#home h1{
		width: auto;
		text-align: center;
		padding-top: 0;
		font-size: 7vw;
	}
	#home h2{
		width: auto;
		text-align: center;
		padding-top: 0;
		font-size: 5vw;
	}
	#welcome>div:first-child{
		display: none;
	}
	#welcome>div>div{
		width: auto;
		margin: 0 auto;
	}
	#welcome h3{
		font-size: 2.5em;
		text-align: center;
		margin-bottom: 2em;
	}
	#beneficios>div>div{
		margin-bottom: 2em;
		padding: 5em 1em;
	}
	#contacto form{
		width: auto;
	}
	#beneficios h2,#contacto h2{
		font-size: 2em;
	}
	form input[type="button"]{
		padding: 0.5em 2em;
	}
}