@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,900|Lato:900,400|Oswald:700);
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  direction: ltr;
  margin: 0px;
  padding: 0px;
}
html,
body {
  height: 100%;
  width: 100%;
}
body,
input,
select,
textarea {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
body {
  background-image: url('../img/bg-content.png');
  background-size: auto 100%;
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  line-height: 100%;
}
#app {
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#app.open {
  -webkit-transform: translateX(300px);
  -moz-transform: translateX(300px);
  -ms-transform: translateX(300px);
  -o-transform: translateX(300px);
  transform: translateX(300px);
}
#app.open nav #nav ul {
  opacity: 1;
}
#app nav {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100px;
  z-index: 800;
}
#app nav #bar {
  background-color: #333;
  cursor: pointer;
  height: 100%;
  position: relative;
  padding-top: 2em;
  width: 100px;
  z-index: 9999;
}
#app nav #bar .btn_menu {
  color: #fafafa;
  cursor: pointer;
  display: block;
  font-size: 48px;
  height: 50px;
  margin: auto;
  width: 50px;
}
#app nav #bar .btn_menu i {
  display: block;
}
#app nav #bar a.logo {
  display: block;
  left: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
}
#app nav #bar a.logo span {
  display: block;
  float: left;
  position: relative;
  text-align: center;
  width: 50%;
}
#app nav #bar a.logo span:before {
  content: '';
  display: block;
  margin-top: 100%;
}
#app nav #bar a.logo span.azul i {
  background-image: url('../img/amperson.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-color: #049BD7;
}
#app nav #bar a.logo span i {
  background-color: #7B7C7E;
  bottom: 5%;
  color: #fafafa;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  left: 5%;
  line-height: 27px;
  position: absolute;
  right: 5%;
  top: 5%;
}
#app nav #nav {
  background-color: #222;
  color: #CCC;
  height: 100%;
  position: absolute;
  right: 100px;
  top: 0;
  width: 300px;
  -webkit-backface-visibility: hidden;
}
#app nav #nav ul {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
#app nav #nav ul.menu {
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  list-style: none;
}
#app nav #nav ul.menu li {
  display: block;
}
#app nav #nav ul.menu li a {
  color: rgba(250, 250, 250, 0.33);
  display: block;
  font-weight: 300;
  padding: 0 30px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
#app nav #nav ul.menu li a:hover {
  color: #FFF;
}
#app nav #nav ul.info {
  font-size: 12px;
  left: 30px;
  position: absolute;
  bottom: 30px;
}
#app nav #nav ul.info li {
  display: block;
  margin-top: 10px;
}
#app nav #nav ul.info li big,
#app nav #nav ul.info li span {
  display: block;
}
#app nav #nav ul.info li a.linkedin {
  color: #bfbfbf;
}
#app nav #nav ul.info li a i {
  font-size: 24px;
}
#app nav #nav ul.info .lenguage {
  font-size: 1.5em;
  font-weight: 900;
}
#app nav #nav a {
  color: #049BD7;
  text-decoration: none;
}
#app nav #nav a:hover {
  text-decoration: underline;
}
#app #main {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 99px;
  overflow: hidden;
  z-index: 6;
}
#app #main .video {
  height: 100%;
  width: 100%;
}
#app #main .video .content {
  color: #FAFAFA;
  height: 100%;
  position: relative;
  padding: 28% 5% 0;
  text-align: center;
  width: 100%;
}
#app #main .video .content h1 {
  font-size: 2.8em;
}
#app #main .content {
  font-size: 1.2em;
  color: #FAFAFA;
  height: 100%;
  position: relative;
  width: 100%;
}
#app #main .content.overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
#app #main .content .center {
  left: 15%;
  font-size: 24px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 70%;
}
#app #main .content .center p {
  margin: 24px 0;
}
#app #main .content .center .button-group {
  margin: 24px 0 0;
}
#app #main .content .center .button-group .button {
  font-size: 24px;
}
#app #main .content .center .image-linker {
  width: 80%;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}
#app #main .content .center .image-linker img {
  width: 100%;
}
#app #main .content .center .image-linker a.linker {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 1000;
}
#app #main .content .center .image-linker a.linker h3 {
  display: block;
  position: absolute;
  top: 45%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #fff;
}
#app #main .content .center .image-linker:hover a.linker {
  display: block;
}
#app #main .content .column {
  float: left;
  position: relative;
  height: 100%;
}
#app #main .content .column.left {
  width: 40%;
}
#app #main .content .column.left h1,
#app #main .content .column.left h2 {
  padding: 40px 40px 10px;
  position: relative;
  font-size: 2em;
  text-align: right;
}
#app #main .content .column.left .sub-menu {
  float: right;
  margin-right: 40px;
}
#app #main .content .column.left .sub-menu a {
  clear: both;
  color: rgba(250, 250, 250, 0.5);
  display: block;
  float: right;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  margin-top: 30px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
#app #main .content .column.left .sub-menu a:hover {
  color: #FFF;
}
#app #main .content .column.left .sub-menu a.active {
  color: #FFF;
}
#app #main .content .column.left .sub-menu a.active:after {
  content: '\f3f4';
  display: block;
  font-family: MaterialDesignIcons;
  font-size: 32px;
  left: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 24px;
}
#app #main .content .column.right {
  overflow: auto;
  width: 60%;
  position: relative;
}
#app #main .content .column.right .inner {
  padding: 16% 0;
}
#app #main .content .column.right .inner.event {
  padding-top: 3%;
}
#app #main .content .column.right .inner.event .form {
  margin: 0.7em 5%;
  padding-top: 1em;
}
#app #main .content .column.right .inner.event .form input {
  width: 50%;
  height: 2em;
  background: #8c8c8c;
  margin: .5em 0;
  padding: .5em;
  border: 1px solid #a0a0a0;
  border: 0;
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
  color: #252525;
}
#app #main .content .column.right .inner.event .form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #252525;
}
#app #main .content .column.right .inner.event .form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #252525;
}
#app #main .content .column.right .inner.event .form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #252525;
}
#app #main .content .column.right .inner.event .form input:-moz-placeholder {
  /* Firefox 18- */
  color: #252525;
}
#app #main .content .column.right .inner.event .form button {
  background-color: #049BD7;
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
  border: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #FFF;
  display: block;
  font-size: 16px;
  line-height: 40px;
  padding: 0 15px;
  margin: 0;
  margin-top: .5em;
  text-decoration: none;
}
#app #main .content .column.right .inner.event .form h3 {
  margin: .3em 0 1em 0;
}
#app #main .content .column.right .inner h2 {
  font-size: 2em;
  margin: 0 5% 0.7em;
  color: #049BD7;
}
#app #main .content .column.right .inner h3 {
  font-size: 1.5em;
  color: #049BD7;
}
#app #main .content .column.right .inner p,
#app #main .content .column.right .inner ul,
#app #main .content .column.right .inner ol {
  margin: 0.7em 5%;
}
#app #main .content .column.right .inner blockquote {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 0 5% 5%;
  width: 47.5%;
}
#app #main .content .column.right .inner blockquote p {
  margin: 0 0 5%;
}
#app #main .content .column.right .inner blockquote cite {
  text-align: right;
}
#app #main .content .column.right .inner blockquote cite small {
  display: block;
}
#app #main .content .column.right .inner .policy {
  position: absolute;
  bottom: 1em;
  color: #bfbfbf;
  font-size: .7em;
}
#app #main .content .column.right .inner .policy h2 {
  color: #bfbfbf;
}
#app #main .content ul {
  padding: 0 0 0 24px;
  list-style: square;
}
#app #main .content a.img-link {
  display: block;
  position: relative;
}
#app #main .content a.img-link:hover span {
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  top: 50%;
  width: 100%;
}
#app #main .content a.img-link:hover span:after {
  background-color: rgba(0, 0, 0, 0.7);
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
}
#app #main .content a.img-link img {
  display: block;
  width: 100%;
}
#app #main .content a.img-link span {
  display: none;
}
.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.bg-img:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.bg-img.no-before:before {
  background-color: rgba(0, 0, 0, 0);
}
.grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.button-group {
  font-size: 0;
  margin: 24px 0;
  text-align: center;
}
.button {
  background-color: #049BD7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  padding: 0 15px;
  margin: 0 10px;
  text-decoration: none;
}
.button:hover {
  background-color: #FFF;
  color: #049BD7;
}
.slabtexted .slabtext {
  display: -moz-inline-box;
  display: inline-block;
  white-space: nowrap;
}
.slabtextinactive .slabtext {
  display: inline;
  white-space: normal;
  font-size: 1em !important;
  letter-spacing: inherit !important;
  word-spacing: inherit !important;
  *letter-spacing: 0 !important;
  *word-spacing: 0 !important;
}
.slabtextdone .slabtext {
  display: block;
  line-height: 0.9;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-height: 800px) {
  #app.open {
    -webkit-transform: translateX(420px);
    -moz-transform: translateX(420px);
    -ms-transform: translateX(420px);
    -o-transform: translateX(420px);
    transform: translateX(420px);
  }
  #app nav #nav {
    width: 420px;
  }
  #app nav #nav ul.menu li a {
    line-height: 150%;
  }
}
@media screen and (max-width: 768px) {
  #app.open {
    -webkit-transform: translateX(240px);
    -moz-transform: translateX(240px);
    -ms-transform: translateX(240px);
    -o-transform: translateX(240px);
    transform: translateX(240px);
  }
  #app nav {
    position: absolute;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    width: 100%;
  }
  #app nav #bar {
    height: 60px;
    padding-top: 0;
    left: 100%;
    width: 100%;
  }
  #app nav #bar .btn_menu {
    margin: 0 0 0 5%;
    padding: 5px 0;
  }
  #app nav #bar a.logo {
    left: 50%;
    width: 50px;
  }
  #app nav #bar a.logo span i {
    font-size: 16px;
    line-height: 24px;
  }
  #app nav #nav {
    right: 0;
    width: 240px;
  }
  #app nav #nav ul.menu {
    top: 30px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  #app nav #nav ul.menu li a {
    padding: 0 20px;
  }
  #app nav #nav ul.info {
    bottom: 20px;
    left: 20px;
  }
  #app #main {
    padding-left: 0;
  }
  #app #main .video {
    background-image: url('../img/bg-home.jpg');
    background-position: 50%;
    background-size: cover;
    height: 100%;
  }
  #app #main .video video {
    display: none;
  }
  #app #main .video video .content {
    padding: 25% 5% 0;
  }
  #app #main .video video .content h1 {
    font-size: 2.6em;
  }
  #app #main .content {
    font-size: 1em;
    overflow: auto;
    padding-top: 60px;
  }
  #app #main .content .column {
    float: none;
    height: auto;
    width: 100% !important;
  }
  #app #main .content .column.left {
    overflow: hidden;
  }
  #app #main .content .column.left h1 {
    font-size: 1.8em;
    padding: 30px 5%;
  }
  #app #main .content .column.left .sub-menu {
    margin: -15px 10% 15px;
  }
  #app #main .content .column.left .sub-menu a {
    font-size: 1em;
    line-height: 40px;
    margin-top: 0;
  }
  #app #main .content .column.right {
    padding: 30px 0 10px;
  }
  #app #main .content .column.right .inner {
    padding: 0;
  }
  #app #main .content .column.right .inner h2 {
    font-size: 1.8em;
    margin: 0 5% 20px;
  }
  #app #main .content .column.right .inner blockquote {
    float: none;
    padding: 0 5% 24px;
    width: 100%;
  }
  #app #main .content .column.right .inner p,
  #app #main .content .column.right .inner ul,
  #app #main .content .column.right .inner ol {
    margin: 0 5% 20px;
  }
  #app #main .content .column.right .inner .policy {
    font-size: .8em;
    margin-top: 60px;
    position: relative;
  }
  #app #main .content .center {
    font-size: 1.2em;
    left: 0;
    padding: 30px 5%;
    position: relative;
    transform: none;
    top: auto;
    width: 100%;
  }
  #app #main .content .center h1 {
    font-size: 1.8em;
  }
  #app #main .content .center p {
    margin: 30px 0;
  }
  #app #main .content .center .button-group {
    margin: -30px 0 0;
  }
  #app #main .content .center .button-group a {
    margin-top: 30px;
  }
}
