body{
    margin: 0;
    padding: 0;
}
span.loader {
    position: absolute;
    height: 100vh;
    width: 100vw;
    text-align: center;
    background: #266bb0;
    z-index: 99;
}
span.loader img {
    top: calc(50% - 100px);
    position: absolute;
    margin-left: -100px;
}
#animation-screen{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
img{ 
    max-width: 100%;
    max-height: 100vh;
}
.triangulo-degradado{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: url("assets/triangulo-degradado.svg") no-repeat top right transparent;
    background-size: 100% auto;
}
.corner-logo{
    position: absolute;
    right: 50px;
    bottom: 30px;
    width: 150px;
}
.abs-top{
    position: absolute;
    top: 0;
}
.hand:hover{
    cursor: pointer;
}
.hand:active{
    transform: scale(0.9);
}
.scene{
    position: absolute;
    top: 100%;
    transition: all 0.5s;
    width: 100%;
    height: 100%;
}
.scene.active{
    top:0;
}
.scene.prev{
    top:-100%;
}
.scene-2, body.gradient{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b87c9+0,1c2e6e+100 */
    background: rgb(59,135,201); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(59,135,201,1) 0%, rgba(28,46,110,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(59,135,201,1) 0%,rgba(28,46,110,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(59,135,201,1) 0%,rgba(28,46,110,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b87c9', endColorstr='#1c2e6e',GradientType=1 ); /* IE6-9 */
}

/* END GENERALES */
.scene-1 .chica, .scene-1 .textos, .scene-1 .btn{
    width: 33%;
}
.scene-1 .textos{
    left:33%;
}
.scene-1 .btn{
    right:5%;
    top:50%;
}
.scene-1 .btn .btn-descubrelo{
    margin: 20px 0; transition: all 0.3s;
}
.scene-1 .btn img{
    animation-duration: 0.5s;
}
.scene-1 .btn .btn-descubrelo:hover{ transform: scale(1.2); cursor: pointer; }
.scene-2 .an-item{
    display:none;
}
.scene-2 .edificio-1, .scene-2 .edificio-2{
    width:48%;
    top:5%;
}
.scene-2 .flecha, .scene-4 .flecha{ width: 20%; left: 33%; top:50%; }
.scene-2 .edificio-2{ top:auto; bottom:50px; right:0; }
.scene-2 .paso-1 {
    width: 40%;
    right: 12%;
    top: 5%;
}
.abs{
    position: absolute;
}
.scene-2 .textos{
    bottom: 50px;
    left: 5%;
    width:45%;
}
.scene .btn-continuar {
    right: 20px;
    top: 20px;
    width: 130px;
}
.scene-3 .paso-2{
    top:10%;
    left:25%;
    width:50%;
}
.scene-3 .titulo, .scene-3 .texto{
    width:50%; left:25%; top:30%;
}
.scene-3 .vector-1{ top:22%; width:23%; left:0; }
.scene-3 .vectors{ bottom:0; width:100%; }
.scene-3 .vector-2,.scene-3 .vector-3, .scene-3 .vector-4, .scene-3 .vector-5{ display: inline-block; vertical-align: bottom; width:25%;}
.scene-3 .vector-2{ width:30%; }
.scene-3 .vector-3{ width:15%; }
.scene-4 .content-left{
    width:50%;
}
.scene-4 .edificio-1 {
    width: 45%;
    bottom: 20px;
    top: auto;
    right: 30px;
}
.scene-4 .edificio-2 {
    width: 70%;
    margin: 20px auto;
}
.scene-4 .textos {
    width: 48%;
    bottom: 6%;
    top: auto;
    left: 20px;
}
.scene-4 .paso-3 {
    right: 10%;
    top: 10%;
    width: 40%;
}
.scene-5 .text-part{
    width: 43%;
    top: 31%;
    box-sizing: border-box;
    padding:20px;
}
.scene-5 .boys {
    width: 55%;
    top: 18%;
    right: 0;
}
.scene-5 .boys > img{
    width: 30%;
    float:left;
}
.scene-6 .boy-cont{
    width:30%;
    left: 5%;
    top:10%;
}
.scene-6 .textos{
    width:60%;
    right: 5%;
    top:20%;
}
.scene-6 .flecha {
    position: absolute;
    bottom: 14%;
    right: -79%;
}
.scene-7 .textos {
    width: 45%;
    top: 30%;
    left: 5%;
}
.scene-7 .circles {
    width: 40%;
    right: 5%;
    top: 8%;
}
.scene-7 .circles img {
    width: 50%;
}
.scene-7 .circles img.constitucion {
    float: right;
}
.scene-8 .boy-one, .scene-8 .boy-two {
    width: 30%;
    bottom: 5%;
    top: auto;
}
.scene-8 .contenido-centro {
    width: 40%;
    left: 30%;
    top: 6%;
}
.scene-8 .boy-two {
    right: 0;
}
.scene-8 .page-check, .scene-9 .page-check  {
    width: 40%;
    margin: 0 auto;
}
.scene-9 .content-left {
    width: 55%;
    top: 5%;
}
.scene-9 .paso-6 {
    width: 70%;
    margin-left: 15%;
}
.scene-9 .ceren {
    width: 40%;
    margin-left: 40%;
}
.scene-9 img.table {
    bottom: 0;
    width: 90%;
    left: 5%;
}
.scene-9 .chair-boy-1, .scene-9 .chair-boy-2, .scene-9 .chair-girl-1 {
    bottom: -40px;
    width: 30%;
}
.scene-9 .chair-boy-2, .scene-9 .chair-boy-1 {
    width:27%;
}
.scene-9 .chair-boy-1 {
    right: 0;
}
.scene-9 .chair-boy-2 {
    left: 35%;
}
.scene-9 .content-right {
    right: 4%;
    width: 38%;
    bottom: 15%;
    top: auto;
}
.scene-10 .content-left {
    width: 30%;
    top: 8%;
}
.scene-10 .content-right {
    width: 50%;
    right: 12%;
    top: 5%;
}
.scene-11 .content-left {
    width: 25%;
    top: 20%;
    left: 2%;
}
.scene-11 .content-right {
    width: 60%;
    right: 7%;
    top: 36%;
}
.scene-12 .content-center {
    width: 60%;
    left: 20%;
    top: 15%;
}
.scene-12 .content-center img{
    margin: 0 auto;
}
.scene-12 .logo-mh {
    width: 34%;
    margin: 20px auto !important;
}