/*
Theme Name: UI Lab - theme Base
Description: 
Author: Jean Staig
Author URI: http://uilab.cl/
Theme URI: http://uilab.cl/
Version: 1.0
Tags: 
License: 
License 
*/

@charset "utf-8";

/*RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS Document */
@font-face {
    font-family: 'nothing_you_could_sayregular';
    src: url('font/nothingyoucouldsay-webfont.eot');
    src: url('font/nothingyoucouldsay-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/nothingyoucouldsay-webfont.woff') format('woff'),
         url('font/nothingyoucouldsay-webfont.ttf') format('truetype'),
         url('font/nothingyoucouldsay-webfont.svg#nothing_you_could_sayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	background: url(images/gridme.png) repeat;
	font-family: 'Open Sans', sans-serif;
}
*{
	box-sizing:border-box;
}
.wrapper{
	width:100%;
}
.centrado{
	width:100%;
	max-width: 1100px;
	margin: 0 auto;
	text-align:center;
}
header{
	width:100%;
	height:30px;
	background: rgba(34,34,34,0.8);
	position: fixed;
	top: 0;
	z-index: 200;
}

#logo{
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	margin:0 auto;
	width:140px;
	height:70px;
	text-align:center;
	padding-left:10px;
	border:1px solid #fff;
	border-top:0px;
	background-color: #0e0e0e;
}
#logo a:hover{
	opacity: 0.9;
}

.menu{
	width:50%;
	color: #fff;
	padding-top:8px;
}
.menu1{
	float:left;
	padding-right:80px;
	text-align:right;
}
.menu2{
	float:right;
	padding-left:80px;
	text-align:left;
}
.menu li{
	display: inline-block;
	height:18px;
	text-align: center;
	border-right:1px solid #fff;
	
}
.menu li:last-child{
	border-right:0px;
}
.menu li a{
	padding: 5px 35px;
	width:100%;
	color:#fff;
	font-size:13px;
	font-weight:300;
	text-decoration: none;
	text-transform:uppercase;
}
.menu li a:hover{
	color: #0071BC;
}
.slider-wrapper{
	height:450px;
}

section{
	position: relative;
	z-index:100;
	padding-top:120px;

}
aside{
	height: 650px;
	margin-top: 30px;
}
aside h4{
	font-size:16px;
	text-align: center;
	color:#fff;
	margin:0px 10px;
	line-height: 1.2;
	text-shadow: 2px 2px 4px #222;
}
aside h2{
	font-size:40px;
	text-align: center;
	color:#fff;
	margin:20px 0px 0px;
	line-height: 1.2;
}
aside h3{
	font-size:60px;
	text-align: center;
	color:#fff;
	margin:0px 0px 0px;
	font-weight:300;
}
footer{
	width:100%;
	height: 200px;
	background: url(images/diagmonds.png) repeat;
}
.circulo{
	width:138px;
	height:80px;
	margin:40px auto 10px;
}
.foto-inicio{
	height: 300px;
	width: 960px;
}
.texto-inicio{
	height: 250px;
	width: 360px;
	float:left;
	margin: 40px 0px 0px 590px;
}
.texto-inicio p{
	font-size: 43px;
	line-height: 1.1;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 2px 2px 4px #444;
}

#como-funciona{
	width:100%;
	height: 500px;
	background: url(images/grey_wash_wall.png) repeat;
}

#preguntas-frecuentes{
	width: 100%;
	height: 600px;
	background: rgba(0,0,0,0.7);
}
#inscribete{
	width:100%;
	height: 500px;
	background: url(images/diagmonds.png) repeat;
}
.beneficios{
	height:170px;
	margin-top:20px;
}
.box-beneficio{
	width:23%;
	float:left;
	margin:0px 1%;
	text-align:center;
}
.beneficios h3{
	text-align:center;
	color: #fff;
	font-size:21px;
	font-weight:300;
	text-transform: uppercase;
	text-shadow: 2px 2px 3px #111;
	letter-spacing: 3px;
}
.box-beneficio i{
	font-size: 80px;
	color: #fff;
	text-shadow: 2px 2px 3px #111;
}
hr.style-two {
    border: 0;
    height: 2px;
    background-image: -webkit-linear-gradient(left, rgba(256,256,256,0), rgba(256,256,256,0.75), rgba(256,256,256,0)); 
    background-image:    -moz-linear-gradient(left, rgba(256,256,256,0), rgba(256,256,256,0.75), rgba(256,256,256,0)); 
    background-image:     -ms-linear-gradient(left, rgba(256,256,256,0), rgba(256,256,256,0.75), rgba(256,256,256,0)); 
    background-image:      -o-linear-gradient(left, rgba(256,256,256,0), rgba(256,256,256,0.75), rgba(256,256,256,0)); 
}
hr.style-one {
    border: 0;
    margin:10px 0px 0px;
    height: 2px;
    background-image: -webkit-linear-gradient(left, rgba(256,256,256,0), rgba(256,256,256,0.75), rgba(256,256,256,0)); 
    background-image:    -moz-linear-gradient(left, rgba(256,256,256,0), rgba(256,256,256,0.75), rgba(256,256,256,0)); 
    background-image:     -ms-linear-gradient(left, rgba(256,256,256,0), rgba(256,256,256,0.75), rgba(256,256,256,0)); 
    background-image:      -o-linear-gradient(left, rgba(256,256,256,0), rgba(256,256,256,0.75), rgba(256,256,256,0)); 
}

h2{
	text-align:center;
	font-size:21px;
	font-weight:300;
	text-transform: uppercase;
	text-shadow: 2px 2px 3px #111;
	letter-spacing: 3px;
}
.blanco{
	color:#fff;
}
.como-funciona ul li{
	color: #fff;
	font-size: 14px;
}
.espacio{
	width:100%;
	height:100px;
}
.crear-cuenta{
	width: 700px;
	background: rgba(256,256,256,0.5);
	border-radius:12px;
	margin:0 auto;
}

/* Boton Amarillo */
.btn-amarillo{
	display: inline-block;
	padding: 4px 90px;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

	text-decoration: none;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-amarillo span{
	font-size: 12px;
}


/*  -------- */
.page{
	width:100%;
	min-height:550px;
	float:left;
	background: rgba(256,256,256,0.8);
	line-height:1.5;
	text-align:justify;
	margin-top:30px;
}
.page h3{
	font-weight: 300;
	font-style: italic;
	text-transform: uppercase;
	color: #0071BC;
	font-size: 26px;
	margin-bottom: 20px;
}
.page p{
	margin-bottom:20px;
}
.page strong{
	font-weight:600;
}
.blue{
	color: #0071BC;
	font-weight:600;
}
.centrado-pagina{
	width:860px;
	margin:30px 50px;
}
.clear{
	clear:both;
}



.floatl {
	float: left;
}
.floatr {
	float: right;
}
.rightbox{
	width:350px;
	min-height: 200px;
}
.leftbox{
	width:350px;
	min-height: 200px;
}


/** animated boxes **/
.animBlock {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  -webkit-transition: all .55s ease-in;
  -moz-transition: all .55s ease-in;
  -ms-transition: all .55s ease-in;
  -o-transition: all .55s ease-in;
  transition: all .55s ease-in;
}
.animBlock[data-position="left"] { left: -20%; }
.animBlock[data-position="right"] { right: -20%; }
 
.animBlock[data-position="left"].viewed {
  left: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.animBlock[data-position="right"].viewed {
  right: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* VIDEO */
.homepage-hero-module {
    border-right: none;
    border-left: none;
    width:100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}
.poster.hidden{
	display:none;
}


.box {
  background: none;
  border: 0;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 4px #fff;
  font-size: inherit;
  font-weight: 700;
  margin: 1em;
  padding: 30px 20px;
  text-align: center;
  position: relative;
  vertical-align: middle;
  height:300px;
  width:220px;
  display:inline-block;
  background-color: rgba(0,0,0,0.45);
}
.box h3{
   font-size:60px;
   color:#fff;
}
.box h3 span{
   font-size:20px;
   display:block;
}
.box::before, .box::after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.draw {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.draw::before, .draw::after {
  border: 4px solid transparent;
  width: 0;
  height: 0;
}
.draw::before {
  top: 0;
  left: 0;
}
.draw::after {
  bottom: 0;
  right: 0;
}
.draw:hover {
  color: #60daaa;
}
.draw:hover::before, .draw:hover::after {
  width: 100%;
  height: 100%;
}
.draw:hover::before {
  border-top-color: #60daaa;
  border-right-color: #60daaa;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.draw:hover::after {
  border-bottom-color: #60daaa;
  border-left-color: #60daaa;
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
