/**** RESET ****/
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;
}

input, select, option, textarea, button {
  outline: 0;
  font-family: "Avenir", serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-family: "Avenir", serif;
  line-height: 1;
  height: 100%;
  width: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}  

i{
  font-family: 'icomoon';
}

/* ICOFONT */

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icofont/icomoon.eot?rpy06');
  src:  url('../fonts/icofont/icomoon.eot?rpy06#iefix') format('embedded-opentype'),
    url('../fonts/icofont/icomoon.ttf?rpy06') format('truetype'),
    url('../fonts/icofont/icomoon.woff?rpy06') format('woff'),
    url('../fonts/icofont/icomoon.svg?rpy06#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-contacto:before {
  content: "\e904";
}
.icon-instagram:before {
  content: "\e900";
}
.icon-youtube:before {
  content: "\e908";
}
.icon-facebook:before {
  content: "\e909";
}
.icon-twitter:before {
  content: "\e90b";
}
.icon-google-plus:before {
  content: "\e90d";
}
.icon-right-arrow:before {
  content: "\e913";
}
.icon-left-arrow:before {
  content: "\e914";
}
.icon-top-arrow:before {
  content: "\e915";
}
.icon-bottom-arrow:before {
  content: "\e916";
}
.icon-menu:before {
  content: "\e917";
}
/* FUENTE */

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirNextLTPro-Medium.eot');
  src: url('../fonts/AvenirNextLTPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AvenirNextLTPro-Medium.woff2') format('woff2'),
    url('../fonts/AvenirNextLTPro-Medium.woff') format('woff'),
    url('../fonts/AvenirNextLTPro-Medium.ttf') format('truetype'),
    url('../fonts/AvenirNextLTPro-Medium.svg#AvenirNextLTPro-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirNextLTPro-Heavy.eot');
  src: url('../fonts/AvenirNextLTPro-Heavy.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AvenirNextLTPro-Heavy.woff2') format('woff2'),
    url('../fonts/AvenirNextLTPro-Heavy.woff') format('woff'),
    url('../fonts/AvenirNextLTPro-Heavy.ttf') format('truetype'),
    url('../fonts/AvenirNextLTPro-Heavy.svg#AvenirNextLTPro-Heavy') format('svg');
  font-weight: bold;
  font-style: normal;
}

/* GRID */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
[class*="col-"] {
  margin-bottom: 10px;
  min-height: 30px;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex.row, .flexrow {
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex.column {
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  height: 100%;
}

.flex .content, .flexrow .content{
  max-width: 1200px;
  margin: 0 auto;
  padding: 2em 0;
}

[class*="col-"] {
  margin-right: 12px;
}

[class*="col-"]:last-child {
  margin-right: 0;
}

.col-1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col-2 {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.col-3 {
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.col-4 {
  -webkit-box-flex: 4;
  -moz-box-flex: 4;
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

.col-5 {
  -webkit-box-flex: 5;
  -moz-box-flex: 5;
  -webkit-flex: 5;
  -ms-flex: 5;
  flex: 5;
}

.col-6 {
  -webkit-box-flex: 6;
  -moz-box-flex: 6;
  -webkit-flex: 6;
  -ms-flex: 6;
  flex: 6;
}

.col-7 {
  -webkit-box-flex: 7;
  -moz-box-flex: 7;
  -webkit-flex: 7;
  -ms-flex: 7;
  flex: 7;
}

.col-8 {
  -webkit-box-flex: 8;
  -moz-box-flex: 8;
  -webkit-flex: 8;
  -ms-flex: 8;
  flex: 8;
}

.col-9 {
  -webkit-box-flex: 9;
  -moz-box-flex: 9;
  -webkit-flex: 9;
  -ms-flex: 9;
  flex: 9;
}

.col-10 {
  -webkit-box-flex: 10;
  -moz-box-flex: 10;
  -webkit-flex: 10;
  -ms-flex: 10;
  flex: 10;
}

.col-11 {
  -webkit-box-flex: 11;
  -moz-box-flex: 11;
  -webkit-flex: 11;
  -ms-flex: 11;
  flex: 11;
}

.col-12 {
  -webkit-box-flex: 12;
  -moz-box-flex: 12;
  -webkit-flex: 12;
  -ms-flex: 12;
  flex: 12;
}

/* VIDEO IFRAME */

.video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  border: 10px solid rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* CLASES GENERALES HUMANS T2 */

header .box{
  max-width: 600px;
  z-index: 5;
  position: relative;
  text-shadow: 0 0 5px #212121;
  -webkit-filter: drop-shadow(0 0px 10px #212121);
  -moz-filter: drop-shadow(0 0px 10px #212121);
  -ms-filter: drop-shadow(0 0px 10px #212121);
  -o-filter: drop-shadow(0 0px 10px #212121);
  filter: drop-shadow(0 0px 10px #212121);
}

.box{
  max-width: 900px;
  /* margin: 0 auto; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

h2{
    font-size: 2.2em;
    text-align: center;
    color: #fff;
    line-height: 0.7em;
}

h3{
  font-size: 1.6em;
  color: #fff;
  letter-spacing: 1px;
}

b{
  font-weight: bold;
}

.width-initial{
  width: initial;
}

.relative{
  position: relative;
  width: 100%;
  padding: 2em 0;
  max-width: 1200px;
}

/* SECTIONS */

header{
  height: 100%;
  width: 100%;
  text-align: center;
  background: #212121;
}

header h1 img{
    padding: 3em;
    z-index: 1;
    position: relative;
}

.figure .boy{
  position: absolute;
  bottom: 0;
  height: 95%;
  width: auto;
  right: 0;
}

.figure .girl{
  position: absolute;
  bottom: 0;
  height: 600px;
  width: auto;
}

@media screen and (max-width: 675px){
  .figure .boy{
    position: relative;
    height: 400px;
    width: 100%;
    object-fit: cover;
  }
  .box .highlight {
    padding: 0em;
    margin: 0.5em 0;
  }
  header h1 img{
    padding: 0.5em;
  }
  .box .horario{
    padding: 0;
  }
  .box .title-line{
    font-size: 1.2em;
  }
}

@media screen and (min-width: 1160px) and (max-width: 1750px){
  /* .figure .boy{
    right: -327px;
  } */

}

@media screen and (min-width: 1751px){
  .figure .boy{
    right: -1%;
  }

  .figure .girl{
    left: -1%;
  }
}

.bg-fixed-1{
  background: url('../images/bg-1.jpg');
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.horario{
  padding: 2em 0;
}

.horario h3:nth-child(4){
  color: #808184;
  text-shadow: 0px 0px 6px black;
}

.title-line{
    font-size: 1.6em;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    line-height: normal;
}
/* .title-line:after{
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: #0093ac;
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
} */

.band{
  padding: 2.5em;
  border-top: 5px solid rgba(0, 147, 172, 0.2);
  border-bottom: 5px solid rgba(0, 147, 172, 0.2);
  text-align: center;
  background: white;
}

.band h2{
  padding-bottom: 1.5em;
}

.colaboracion{
  max-width: 600px;
      font-size: 1.2em;
    text-align: center;
}

.colaboracion ~ div a{
  padding-top: 15px;
    display: block;
}

.colaboracion ~  div a img{
    border: 8px solid rgba(0, 0, 0, 0.35);
    padding: 5px;
}

.share .btn{
  max-width: initial;
}
footer .rrss a{
  color: #ffffff;
  font-size: 1.5em;
  padding: 10px;
  cursor: pointer;
}
footer .rrss a:hover{
  color: #9f9f9f;
}

footer .width-initial{
  margin: 0 auto;
}

.highlight{
  padding: 2em;
  text-align: center;
  margin: 1em 0;
}

.highlight .content{
  padding: 0;
}

/******************************************* HECHO EN 2015 POR EXTERNO ******************************************/
/* CLASES GENERALES HUMANS T1 */

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

.right {
  float: right;
  text-align: 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: 'Avenir', sans-serif;
  font-size: 1.1em;
  color: #fff;
}

header p {
  color: #bbbbbb;
}

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;
}

/* GENERAL BUTTON */

header .btn {
  padding: 0;
  background-color: transparent;
  max-width: 180px;
}

.btn {
  display: inline-block;
  padding: 9px 20px;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 1.2em;
  outline: none;
  cursor: pointer;
  width: 100%;
  max-width: 180px;
  border-radius: 5px;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.btn:hover {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* FIN GENERAL BUTTON */

.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;
}

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

.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: rgb(201,218,229);
  background: -moz-radial-gradient(center, ellipse cover,  rgba(201,218,229,1) 0%, rgba(192,206,219,1) 49%, rgba(157,181,200,1) 100%);
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(201,218,229,1) 0%,rgba(192,206,219,1) 49%,rgba(157,181,200,1) 100%);
  background: radial-gradient(ellipse at center,  rgba(201,218,229,1) 0%,rgba(192,206,219,1) 49%,rgba(157,181,200,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9dae5', endColorstr='#9db5c8',GradientType=1 );
}

* {
  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: 'Avenir', sans-serif;
  color: #212121;
  background: #212121;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  background-size: cover;
  background-position: 50% 0!important;
}

.humansblue{
  color: #fff;
}
.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;
  position: relative;
}
#analisis img{
  width: auto;
}
#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: 250px;
  background-color: #0093ac;
  display: block;
  padding-left: 15px;
  line-height: 50px;
  color: #fff;
  position: relative;
  border-radius: 5px;
      font-size: 1.2em;
}
#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;
}
.back-to-top{
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  background-color: rgba(107, 107, 107, 0.5);
  border-radius: 50px;
}
.back-to-top i{
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  padding-left: 10px;
}
.back-to-top:hover{
  background-color: #212121;
}
#compartir-video{
  max-height: 900px;
}
.down{
  text-align: center;
  width: 100%;
  padding: 1em;
}
.down a{
  padding: 10px;
  color: #fff;
  position: relative;
  font-size: 1.2em;
}

@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) {

  .highlight h2 {
      font-size: 1.5em;
  }

  p {
      font-size: 1em;
  }

  h3 {
      font-size: 1em;
  }

  .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;
  }

    .content, .box{
    padding: 1em 0.5em!important;
  }

}
@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;}
}

.logo-amc{
  text-align: center;
  z-index: 1;
  position: relative;
  display: block;
}
header .logo-amc img{
  max-width: 260px;
}

header .logo-amc p{
  margin: 0;
  color: #fff;
}

.logo-amc img{
  max-width: 125px;
}

.logo-amc-absolute{
      position: absolute;
    opacity: 0.3;
    margin: 5px;
    width: 75px;
    z-index: 1;
}