body{
	font-family: Helvetica, sans-serif;
	text-align: left;
	margin:0 0 0 0;
	cursor:default;
	font-size: 1vw;
	background: #edf3f6;
}
input[type="button"],input[type="submit"],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;
}

.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 */

header{
	background:#edf3f6;
	line-height: 5em;
	padding: 0 0 0 2.5%;
	color: #4d6571;
}
#logo{
	float: left;
	margin: 0.5em;
}
#logo img{
	height: 4em;
}
#symbol{
	display: inline-block;
	font-size: 1.25em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 2em;
}
#menu_redes{
	float: right;
	color: white;
	padding: 0 2.5% 0 5%;
	background: transparent url(imagenes/redes.png) left top no-repeat;
	background-size: auto 100%;
}
#menu_redes a{
	display: inline-block;
	margin: 0 0.25em;
	font-size: 1.25em;
}
#menu_redes a:hover{
	color: #9DE;
}

#home{
	background: #033 url(imagenes/home.jpg) center top fixed;
	background-size: cover;
	padding: 10% 2.5% 5% 2.5%;
	color: white;
	text-align: center;
}
#home h1{
	margin: 0 0 1em 0;
	font-size: 4em;
}
#home p{
	font-weight: bold;
	font-size: 1.25em;
}
#mailchimp_form{
	font-size: 1.2em;
	background: rgba(0,0,0,0.4);
	border-radius: 0.25em;
	display: inline-block;
	padding: 1em 2em;
}
form input[type="text"],form input[type="email"]{
	width: max(14em,300px);
	padding: 1em;
	font: inherit;
	margin-right: 1em;
	border: none;
	font-weight: bold;
	border-radius: 0.2em;
	margin-bottom: 1em;
	max-width: 90%;
}
form button,form input[type="submit"]{
	background: #6cAeBe;
	color: white;
	font: inherit;
	padding: 0.95em 2em;
	border-radius: 0.2em;
	font-weight: bold;
}
form button:hover,form input[type="submit"]:hover{
	background: white;
	color: #6c8e9e;
}
#home div.columnas3{
	margin: 10% 20% 0 20%;
}
#home div a{
	background: #7c9eae;
	color: white;
	font: inherit;
	padding: 0.95em 2em;
	border-radius: 0.2em;
	font-weight: bold;
	display: block;
}
#home div a:hover{
	background: white;
	color: #6c8e9e;
}



#about{
	background: white;
	padding: 5%;
}
#about>div{
	background: #edf3f6;
	padding: 2em;
	border-radius: 0.25em;
}
#about img{
	display: block;
	width: 30%;
	min-height: 16em;
	background: black;
	float: right;
	margin-left: 10%;
	border-radius: 0.4em;
}
#about h2{
	margin: 0.5em 0;
	font-size: 2em;
	font-weight: normal;
}
#about p{
	color: #4d6571;
	padding-top: 1em;
	line-height: 1.6em;
}
#about p:before{
	display: block;
	content: ' ';
	position: relative;
	top: -1em;
	width: 3em;
	height: 0.3em;
	background: #4d6571;
	border-radius: 1em;
}

#corporate{
	background: #245 url(imagenes/corporate.jpg) center top;
	background-size: cover;
	color: white;
	padding: 5% 25%;
}
#corporate>div{
	background: rgba(0,0,0,0.7);
	padding: 2em;
	border-radius: 0.25em;
	text-align: center;
}
#corporate h2{
	margin-bottom: 1.5em;
	font-size: 2em;
}
#corporate a{
	display: inline-block;
	background: #7c9eae;
	color: white;
	font: inherit;
	padding: 1em 2em;
	border-radius: 0.2em;
	font-weight: bold;
	font-size: 1.25em;
	margin-bottom: 1.5em;
}
#corporate a:hover{
	background: white;
	color: #6c8e9e;
}

#video{
	padding: 5% 10%;
}
#video div,#video video,#video iframe{
	width: 100%;
	height: max(35vw,40vh);
	text-align: center;
	line-height: max(30vw,40vh);
	font-size: 4em;
	color: white;
	background: black;
	border: #CCC solid 1px;
}

#subscribe{
	background: #4d6571;
	color: white;
	padding: 5%;
	text-align: center;
}
#subscribe p{
	font-size: 1.5em;
	font-weight: bold;
}
#subscribe form{
	color: black;
}

#prefooter{
	background:linear-gradient(90deg,#3d5561,#acbac1,#3d5561);
	width: 100%;
	height: 1em;
}

footer{
	background: #22292c;
	color: white;
	padding: 2.5%;
}
footer img{
	height: 6em;
	margin-top: 1em;
}
footer>div{
	float: right;
	line-height: 2em;
	column-gap:3em;
}
footer h4,footer p{
	margin: 0;
}
footer h4{
	text-transform: uppercase;
}
footer p{
	font-weight: 100;
}



/* 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: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;
		line-height: 50px;
		padding: 0;
		overflow: hidden;
	}
	#logo{
		margin: 5px;
	}
	#logo>img{
		height: 40px;
	}
	#symbol{
		font-size: 1em;
		margin: 0 0 0 5px;
		letter-spacing: 0;
	}
	#menu_redes{
		background: #4d6571;
		padding: 0 0.5em;
	}
	#menu_redes a{
		font-size: 1.2em;
	}
	
	#home{
		font-size: 0.8em;
		padding: 10% 5%;
	}
	#home h1{
		font-size: 3em;
	}
	
	#about img{
		display: block;
		float: none;
		margin: 0 0 2em 0;
		width: auto !important;
		min-height: 0;
		width: 100% !important;
	}
	#about p{
		font-size: 0.8em;
	}
	
	#corporate{
		padding: 5%;
	}
	#corporate>div{
		padding: 1em;
	}
	
	#video{
		padding: 5%;
	}
	
	footer img{
		display: block;
		margin: 2em auto 0 auto;
		height: 4em;
	}
	footer>div{
		float: none;
		text-align: center;
		margin-top: 2em;
		font-size: 0.8em;
	}
	footer>div>div{
		margin-bottom: 2em;
	}
	
	#home div.columnas3{
		margin: 15% 5% 0 5%;
	}
	#home div a{
		margin-bottom: 1em;
	}
	#symbol{
		display: none;
	}
	#mailchimp_form{
		font-size: 1em;
		display: block;
	}
	.mc-field-group:nth-child(1),.mc-field-group:nth-child(2){
		display: block !important;
	}
}