.left {
  float: left;
  text-align: left;
}

.right {
  float: right;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.half {
  width: 49%;
}

.third {
  width: 32%;
}

.fourth {
  width: 23%;
}

.seventh{
  width: 68%;
}
.w50{
  width: 50%;
}
.full {
  width: 100%;
}
.top20{
  margin-top: 20px;
}

img {
  width: 100%;
  height: auto;
}

body {
  font-size: 100%;
  line-height: 1.5;
}

p {
  margin: 0.8em;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.row-title {
  font-size: 2.5em;
  color: #7c7c7c;
  font-weight: bold;
  width: 100%;
  text-align: center;
  letter-spacing: -2px;
  padding: 25px 0 50px 0;
}

.btn {
  display: inline-block;
  padding: 9px 20px;
  background-color: #ffbe00;
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 1.2em;
  outline: none;
  cursor: pointer;
  width: 100%;
  height: 46px;
}
.btn-grey{
  width: 300px;
  margin-top: 30px;
  height: auto;
  background-color: #efefef;
  color: #787878;
  border-bottom: 8px solid #d2d2d2;
}
.btn-grey:hover{
  color: #787878!important;
}
.oneline{
  line-height: 54px;
}
.center{
  text-align: center;
}
.btn:hover {
  text-decoration: none;
  color: #997200;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -o-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.row {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.visible{
  overflow: visible;
}
.row .row-inside {
  display: table;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  max-height: 1200px;
}
.red {
  color: #ffbe00;
}

.bg-white {
  background-color: white;
  color: #7c7c7c;
}

.bg-black {
  background-color: rgba(0, 0, 0, 0.6);
}

.bg-lightgray {
  background-color: white;
  color: #7c7c7c;
}
.bg-grey{
  background-color: #efefef;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
  color: #022839;
  background: url("../images/ie-bg.jpg") 50% 0 repeat fixed;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  background-size: cover;
  background-position: 50% 0!important;
}

p {
  font-size: 1.1em;
  color: #022839;
}
.humansblue{
  color: #0093ac;
}
.mega-h2 {
  display: inline-block;
  font-size: 4em;
  font-weight: bold;
  color: white;
  width: 100%;
  padding: 0;
  margin: 1.4em 0 -1em 0;
  text-align: center;
}
/*ESTILOS HUMANOS*/
.home img:nth-of-type(1){
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: .7;
  pointer-events: none;
}
.home h1{
  text-align: center;
  margin-top: 15%;
  background-image: url("../images/logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  height: 120px;
  background-size: auto 100%;
  color: transparent;
}
.home nav{
  position: absolute;
  right: 20px;
  top: 20px;
  height: 30px;
}
.home nav a{
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  margin: 0 4px;
}
.home nav a svg{
  width: 30px;
  height: 30px;
  fill:#c3c3c3;
}
.home nav a:hover svg{
  fill:#0093ac;
}
.home nav a:nth-of-type(3){
  margin-right: 0;
}
.home .claim{
  text-align: center;
  margin-top: 100px;
}
.home .claim p{
  font-size: 26px;
  font-weight: 100;
}
.home .claim strong{
  font-size: 44px;
  font-weight: 700;
  font-style: italic;
}
.hastag{
  font-size: 30px;
  font-weight: 400;
  position: absolute;
  right: 20px;
  bottom: 40px;
  color: #fff;
}
.video_areas{
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  max-height: 405px;
}
.video_areas iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#nuevagen h2, #funcionalidades h2, #compartir-video h2{
  font-size: 50px;
  font-weight: 100;
  text-align: center;
  color: #022839;
  margin-top: 8%;
}
#nuevagen .row-inside{
  position: relative;
}
#nuevagen .left, #nuevagen .right{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);

}
#nuevagen .right p{
  font-size: 16px;
  line-height: 21px;
  text-align: justify;
}
#nuevagen .right{
  right: 0;
}
#nuevagen p{
  padding-left: 50px;
}
#nuevagen .video_areas{
  margin-top: 24px;
}
#analisis .content{
  text-align: center;
}
#analisis img{
  height: 85%;
  width: auto;
  margin-top: 5%;
}
#analisis img:nth-of-type(2), #analisis img:nth-of-type(3){
  display: none;
}
#analisis p{
  position: absolute;
  left: 20px;
  bottom: 20px;
  text-align: left;
  font-size: 11px;
  width: 50%;
  max-width: 640px;
}
#funcionalidades h2{
  margin-top: 5%;
}
#funcionalidades .row-inside{
  position: relative;
}
#funcionalidades ul{
  width: 400px;
  margin: 0 auto;
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
}
#funcionalidades ul li{
  float: left;
  list-style: none;
  text-align: center;
  position: relative;
  width: 50%;
  color: #0093ac;
  font-size: 15.3px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 20px;
}
#funcionalidades ul li svg{
  fill: #0093ac;
  margin: 0 auto;
  width: 95%;
  margin-bottom: 5px;
}
#funcionalidades .content > img{
  position: absolute;
  width: 320px;
  bottom: 50%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  -ms-transform: translateY(50%);
  border: 2px solid #0093ac;
  border-radius: 320px;
  opacity: .7;
}
#funcionalidades .content > img:nth-of-type(1){
  left: 5%;
}
#funcionalidades .content > img:nth-of-type(2){
  right: 5%;
}
#compartir-video .content > div:nth-of-type(1){
  width: 70%;
  margin: 30px auto;
}
#compartir-video h2{
  margin-top: 30px;
}
#compartir-video .content > nav{
  width: 70%;
  margin: 0 auto 60px;
  height: 50px;
  font-size: 14px;
  font-weight: 300;
}
#compartir-video .content > nav a{
  height: 50px;
  width: 220px;
  background-color: #0093ac;
  display: block;
  padding-left: 15px;
  line-height: 50px;
  color: #fff;
  position: relative;
}
#compartir-video .content > nav a:hover{
  background-color: #022839;
}
#compartir-video .content > nav a:nth-of-type(1) svg{
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  top: 15px;
  fill: #fff;
}
#compartir-video .content > nav a:nth-of-type(2){
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);


}
#compartir-video .content > nav a:nth-of-type(2) svg{
  position: absolute;
  right: 20px;
  width: 24px;
  height: 22px;
  top: 14px;
  fill: #fff;
}
#compartir-video .content > nav a:nth-of-type(3){
  text-align: center;
  padding-left: 0;
  font-size: 24px;
  font-weight: 100;
}
#compartir-video .content > div:nth-of-type(2){
  width: 331px;
  margin: 0 auto 60px;
}
#compartir-video .content > div:nth-of-type(2) img{
  width: 94px;
  float: left;
}
#compartir-video .content > div:nth-of-type(2) nav{
  font-size: 22px;
  height: 43px;
}
#compartir-video .content > div:nth-of-type(2) nav p{
  margin: 0 5px 0 14px;
  width: 104px;
  float: left;
  line-height: 44px;
}
#compartir-video .content > div:nth-of-type(2) nav a{
  width: 30px;
  display: block;
  float: left;
  margin: 0 4px;
  height: 100%;
  padding-top: 8px;
}
#compartir-video .content > div:nth-of-type(2) nav a svg{
  width: 30px;
  height: 30px;
  fill: #c3c3c3;
}
#compartir-video .content > div:nth-of-type(2) nav a:hover svg{
  fill: #0093ac;
}
footer{
  height: 100px;
  background-color: #242628;
}
footer p{
  color: #9f9f9f;
  text-align: center;
  line-height: 100px;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}
.back-to-top{
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  background-color: #0093ac;
  border-radius: 50px;
}
.back-to-top i{
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  padding-left: 10px;
}
.back-to-top:hover{
  background-color: #022839;
}
#compartir-video{
  max-height: 900px;
}
.down{
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  bottom: 40px;
}
.down a svg{
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 10px);
  fill: #022839;
}
.down a{
  position: relative;
}

@media screen and (max-width: 1480px) {

}
@media screen and (max-width: 1200px) {
  #nuevagen .left{
    padding-left: 15px;
  }
  #nuevagen .right{
    padding-right: 10px;
  }
  #funcionalidades .content > img{
    width: 260px;
  }
  #compartir-video h2{
    font-size: 45px;
  }
}
@media screen and (max-width: 900px) {
  #nuevagen h2, #funcionalidades h2, #compartir-video h2{
    font-size: 40px;
  }
  .home h1{
    margin-top: 30%;
  }
  #nuevagen .left, #nuevagen .right{
    position: relative;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
  }
  #nuevagen .left{
    margin-top: 50px;
  }
  #nuevagen .content > div:nth-of-type(1){
    float: none;
    width: 90%;
    margin-left: 5%;
  }
  #nuevagen .video_areas{
    margin-top: 0;
  }
  #nuevagen .content > div:nth-of-type(2){
    width: 90%;
    margin-left: 5%;
    float: none;
  }
  #nuevagen .content > div:nth-of-type(2) p{
    padding: 30px 0;
  }
  #analisis{
    max-height: 800px;
  }
  #analisis img{
    width: 95%;
    height: auto;
    margin-top: 10%;
  }
  #analisis p{
    width: auto;
  }
  #funcionalidades{
    max-height: 900px;
  }
  #funcionalidades .content > img{
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    top: 100px;
    width: 200px;
  }
  #compartir-video .content > nav a{
    width: 166px;
  }
  #compartir-video .content > nav a span{
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .home h1{
    width: 90%;
    margin-left: 5%;
    background-size: contain;
  }
  .home .claim{
    margin-top: 20px;
  }
  .home .claim p{
    font-size: 16px;
  }
  .home .claim strong{
    font-size: 28px;
  }
  .hastag{
    left: 20px;
    right: auto;
    top: 18px;
    margin: 0;
    font-size: 20px;
    color: #0093ac;
  }
  #nuevagen h2, #funcionalidades h2{
    width: 100%;
    padding: 20px;
    font-size: 33px;
  }
  #nuevagen .content > div:nth-of-type(2) p{
    font-size: 14px;
  }
  #nuevagen .left{
    margin-top: 0;
  }
  #funcionalidades{
    max-height: 1200px;
  }
  #funcionalidades .row-inside{
    padding-bottom: 50px;
  }
  #funcionalidades ul{
    position: relative;
    width: 100%;
  }
  #funcionalidades ul li{
    width: 50%;
    height: 120px;
  }
  #funcionalidades .content > p{
    margin-top: 10px;
  }
  #funcionalidades .content > p{
    font-size: 24px;
  }
  #funcionalidades .content > p > span{
    font-size: 30px;
  }
  #funcionalidades .content > img{
    display: none;
  }
  #compartir-video h2{
    font-size: 19px;
    width: 80%;
    margin: 20px auto;
  }
  #compartir-video .content > div:nth-of-type(1){
    width: 90%;
    margin: 40px 5% 20px;
  }
  #compartir-video .content > nav{
    height: 180px;
    width: 225px;
  }
  #compartir-video .content > nav a{
    display: block;
    float: none;
    margin: 10px auto;
    position: relative!important;
    transform: none!important;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -o-transform: none!important;
    -ms-transform: none!important;
    left: auto!important;
    width: 100%;
  }
  #compartir-video .content > nav a span{
    display: initial;
  }
  #compartir-video .content > div:nth-of-type(2) nav{
    width: 240px;
    margin: 0 auto;
  }
  #compartir-video .content > div:nth-of-type(2) a{
    width: 94px;
    margin-left: calc(50% - 47px);
  }
  #compartir-video .content > div:nth-of-type(2) img{
    float: none;
  }
  #analisis img:nth-of-type(2), #analisis img:nth-of-type(3){
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin-top: 0;
  }
  #analisis img:nth-of-type(1){
    display: none;
  }
  #analisis img:nth-of-type(2){
    animation-name: girl;
    animation-duration: 8s;
    animation-direction: reverse;
    animation-iteration-count: infinite;
    -webkit-animation-name: girl;
    -webkit-animation-duration: 8s;
    -webkit-animation-direction: reverse;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: girl;
    -moz-animation-duration: 8s;
    -moz-animation-direction: reverse;
    -moz-animation-iteration-count: infinite;
    -ms-animation-name: girl;
    -ms-animation-duration: 8s;
    -ms-animation-direction: reverse;
    -ms-animation-iteration-count: infinite;

  }
  #analisis img:nth-of-type(3){
    animation-name: boy;
    animation-duration: 8s;
    animation-direction: reverse;
    animation-iteration-count: infinite;
    -webkit-animation-name: boy;
    -webkit-animation-duration: 8s;
    -webkit-animation-direction: reverse;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: boy;
    -moz-animation-duration: 8s;
    -moz-animation-direction: reverse;
    -moz-animation-iteration-count: infinite;
    -ms-animation-name: boy;
    -ms-animation-duration: 8s;
    -ms-animation-direction: reverse;
    -ms-animation-iteration-count: infinite;
  }
  footer p{
    font-size: 9px;
  }
}
@media screen and (max-height: 450px){
  .home h1{
    margin-top: 10%;
  }
  .home .claim{
    margin-top: 20px;
  }
  #analisis img:nth-of-type(1){
    display: initial;
  }
  #analisis img:nth-of-type(2){
    display: none;
  }
}

@keyframes boy{
  0%{opacity: 0;}
  20%{opacity: 0;}
  40%{opacity: 1;}
  60%{opacity: 1;}
  80%{opacity: 0;}
  100%{opacity: 0;}
}
@keyframes girl{
  0%{opacity: 1;}
  20%{opacity: 1;}
  40%{opacity: 0;}
  60%{opacity: 0;}
  80%{opacity: 1;}
  100%{opacity: 1;}
}
@-webkit-keyframes boy{
  0%{opacity: 0;}
  20%{opacity: 0;}
  40%{opacity: 1;}
  60%{opacity: 1;}
  80%{opacity: 0;}
  100%{opacity: 0;}
}
@-webkit-keyframes girl{
  0%{opacity: 1;}
  20%{opacity: 1;}
  40%{opacity: 0;}
  60%{opacity: 0;}
  80%{opacity: 1;}
  100%{opacity: 1;}
}
@-moz-keyframes boy{
  0%{opacity: 0;}
  20%{opacity: 0;}
  40%{opacity: 1;}
  60%{opacity: 1;}
  80%{opacity: 0;}
  100%{opacity: 0;}
}
@-moz-keyframes girl{
  0%{opacity: 1;}
  20%{opacity: 1;}
  40%{opacity: 0;}
  60%{opacity: 0;}
  80%{opacity: 1;}
  100%{opacity: 1;}
}
@-ms-keyframes boy{
  0%{opacity: 0;}
  20%{opacity: 0;}
  40%{opacity: 1;}
  60%{opacity: 1;}
  80%{opacity: 0;}
  100%{opacity: 0;}
}
@-ms-keyframes girl{
  0%{opacity: 1;}
  20%{opacity: 1;}
  40%{opacity: 0;}
  60%{opacity: 0;}
  80%{opacity: 1;}
  100%{opacity: 1;}
}
