:root{
    --tam-logo: 60%;
}
#animation-home #animacion1 {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    background: #0078bb;
    background: radial-gradient(circle, #0078bb 1%, #61c8de 62%, #65cbdf 100%)
}

#animation-home #animacion2 .btn_saltar {
    position: absolute;
    top: 3%;
    left: 85%;
    width: 100%;
    z-index: 1001;
}

#animation-home #animacion2 .btn_saltar button {
    cursor: pointer;
    z-index: 1001;
}

#animation-home #animacion1 .icon2 {
    display: none;
}

#animation-home #animacion2 .icon {
    position: absolute;
    bottom: 5%;
    left: 87%;
    width: 100%;
    z-index: 1001;
    animation: bajar-subir 1s ease infinite;
}

#animation-home #animacion1 .icon2 {
    position: absolute;
    top: 45%;
    left: 80%;
    width: 100%;
    z-index: 1001;
    animation: scale 1s ease infinite;
}

#animation-home #animacion2 .icon svg {
    fill: white;
    width: 4rem;
}
@media screen and (max-width: 1150px){
    #animation-home #animacion2 .icon{
        bottom: 4%;
        left: 90%;
    }
    #animation-home #animacion1 .texto-group-a1 span{
        font-size: 25px;
    }
}
@media screen and (max-width: 600px) {
    #animation-home #animacion2 .icon{
        bottom: 6%;
        left: 86%;
    }
    #animation-home #animacion2 .icon svg{
        width: 2rem !important;
    }
}
#animation-home #animacion1 .icon2 svg {
    width: 8%;
    fill: white;
}

#animation-home #animacion1 .xspan-group {
    height: 70%;
    width: 30%;
    position: absolute;
    top: 5%;
    max-width: 450px;
}

#animation-home #animacion1 .xspan-group .xspan {
    width: 70%;
    height: auto;
    margin: auto
}

#animation-home #animacion1 .xspan-group .xspan img {
    width: 100%;
    height: auto
}

#animation-home #animacion1 .xspan-group .senal-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0;
    margin: -15px 0 0;
    list-style: none;
    position: relative;
    height: 100%
}

#animation-home #animacion1 .xspan-group .senal-group .onda {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-clip-path: polygon(50% 0, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0, 0% 100%, 100% 100%);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation: lectura_xspan 8s ease-in-out infinite;
    animation: lectura_xspan 8s ease-in-out infinite
}

#animation-home #animacion1 .xspan-group .senal-group .onda .fondo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #024597;
    background: -webkit-gradient(linear, left top, left bottom, from(#024597), to(rgba(101, 203, 223, 0)));
    background: linear-gradient(180deg, #024597 0%, rgba(101, 203, 223, 0) 100%)
}

#animation-home #animacion1 .xspan-group .senal-group .onda .fondo .logo-group_2 {
    width: 100%;
    /*height: 100%;*/
    -webkit-transition: .5s;
    transition: .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-origin: top;
    animation: static 8s ease-in-out infinite;
    position: absolute;
}

#animation-home #animacion1 .xspan-group .senal-group .onda .fondo .logo-group_2 svg {
    -webkit-transition: .5s;
    transition: .5s;
    fill-opacity: 0;
    width: var(--tam-logo);
    position: absolute;
    top: 5vw;
    /*height: 100%;*/
}

#animation-home #animacion1 .xspan-group .senal-group .onda .fondo .logo-group_2 svg .letra {
    stroke-width: 0;
    fill-opacity: 1
}

#animation-home #animacion1 .xspan-group .senal-group .onda .fondo .logo-group_2 svg .letra.verde {
    stroke: var(--color-2)
}

#animation-home #animacion1 .xspan-group .senal-group .onda .fondo .logo-group_2 svg .letra.blanco {
    stroke: var(--blanco)
}

#animation-home #animacion1 .logo-group {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 20%;
    z-index: 2
}

#animation-home #animacion1 .logo-group .logo-svg {
    -webkit-transition: .5s;
    transition: .5s;
    fill-opacity: 0;
    width: var(--tam-logo);
    height: 100%;
    position: relative;
}

#animation-home #animacion1 .logo-group .logo-svg .letra {
    stroke-width: 0
}

#animation-home #animacion1 .logo-group .logo-svg .letra.verde {
    stroke: var(--color-2)
}

#animation-home #animacion1 .logo-group .logo-svg .letra.blanco {
    stroke: var(--blanco)
}

#animation-home #animacion1 .montacargas-group {
    position: absolute;
    bottom: 10%;
    left: -30%;
    width: 25%
}

#animation-home #animacion1 .montacargas-group svg {
    -webkit-transition: .5s;
    transition: .5s
}

#animation-home #animacion1 .montacargas-group svg .tag {
    -webkit-transition: .5s;
    transition: .5s;
    fill: red
}

#animation-home #animacion1 .montacargas-group svg .tag-result {
    -webkit-transition: .5s;
    transition: .5s;
    display: none
}

#animation-home #animacion1 .texto-group-a1 span {
    text-transform: uppercase;
    font-size: 40px;
    color: var(--negro);
    opacity: 1;
    font-family: 'AxiformaBook';
}

#animation-home #animacion1 .texto-group-a1 {
    position: absolute;
    bottom: 2%;
    width: 100%;
    text-align: center
}

#animation-home #animacion2 {
    overflow: hidden;
    z-index: 1001;
    background: var(--color-1);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#animation-home #animacion2 .texto-group {
    position: absolute;
    text-transform: uppercase;
    text-align: left;
    width: 50%;
    height: auto;
    top: 10%
}

#animation-home #animacion2 .texto-group h1 {
    font-size: 5vw;
    font-weight: bolder
}

#animation-home #animacion2 .texto-group h2 {
    font-size: 3vw;
    font-weight: normal
}

#animation-home #animacion2 .ondas {
    position: absolute;
    width: 25%
}

#animation-home #animacion2 .ondas svg {
    width: 70%
}

#animation-home #animacion2 .ondas.onda-izquierda {
    left: -1%;
    top: 5%
}

#animation-home #animacion2 .ondas.onda-izquierda svg {
    fill: #00A0E0
}

#animation-home #animacion2 .ondas.onda-derecha {
    right: 15px;
    top: 10%;
    text-align: right
}

#animation-home #animacion2 .ondas.onda-derecha svg {
    fill: #DAE343
}

#animation-home #animacion2 .handheld-group {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: 100%;
    left: 0
}

#animation-home #animacion2 .handheld-group .id-name {
    width: 40%;
    height: auto;
    position: absolute;
    right: 80%;
    bottom: 100%;
    opacity: 0
}

#animation-home #animacion2 .handheld-group .hh-contorno {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0
}

#animation-home #animacion2 .handheld-group .hh-contorno img {
    width: 100%;
    height: 100%
}

#animation-home #animacion2 .handheld-group .media-container {
    z-index: 2;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    position: relative
}

#animation-home #animacion2 .handheld-group .onda-lectura {
    position: absolute;
    bottom: 0;
    left: 65%;
    width: 200px;
    height: 100%;
    z-index: 1
}

#animation-home #animacion2 .handheld-group .onda-lectura svg {
    height: 95%
}

#animation-home #animacion2 .handheld-group .onda-lectura svg .ondaEfect {
    opacity: 0
}

#animation-home #animacion2 .etiquetas-group {
    width: 25vw;
    height: 25vh;
    position: absolute;
    bottom: 50px;
    right: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#animation-home #animacion2 .etiquetas-group .tapa {
    z-index: +1
}

#animation-home #animacion2 .etiquetas-group .base,
#animation-home #animacion2 .etiquetas-group .tapa {
    position: absolute;
    width: 70%
}

#animation-home #animacion2 .etiquetas-group .base svg,
#animation-home #animacion2 .etiquetas-group .tapa svg {
    width: 100%
}

#animation-home #animacion2 .etiquetas-group .id-name {
    width: 50%;
    height: auto;
    position: absolute;
    left: 80%;
    bottom: 110%;
    opacity: 0
}

#animation-home #animacion2 .etiquetas1 {
    position: absolute;
    width: 25%;
    right: 16%;
    top: 55%;
    text-align: right
}

#animation-home #animacion2 .etiquetas1 svg {
    width: 70%;
    fill: #DAE343
}

#animation-home #animacion2 .lectores1 {
    position: absolute;
    width: 32%;
    left: 6%;
    top: 60%;
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

#animation-home #animacion2 .lectores1 svg {
    width: 70%;
    fill: #DAE343
}


#animation-home #animacion3 {
    position: absolute;
    top: 100%;
    width: 90%;
    height: 90%;
    border-radius: 10px;
    background: var(--color-3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    z-index: 1000
}

#animation-home #animacion3 .texto-group {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#animation.home #animacion3 .texto-group svg {
    background: white;
}

#animation-home #animacion3 .caja {
    margin: 0;
    padding: 0 0 0 0;
    position: absolute;
    height: 10%;
    width: 10%;
    top: 50%;
    left: 10%;
}


#animation-home #animacion3 .texto-group h1 {
    font-size: 7vw;
}

#animation-home #animacion3 .texto-group h2 {
    font-size: 5.5vw;
}

#animation-home #animacion3 .texto-group h3 {
    font-size: 6.5vw;
}

@-webkit-keyframes lectura_xspan {
    0%, 100% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    50% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
}

@keyframes lectura_xspan {
    0%, 100% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    50% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
}

@-webkit-keyframes static {
    0%, 100% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    50% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
}

@keyframes static {
    0%, 100% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    50% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
}

@keyframes bajar-subir {
    0% {
        transform: translateY(20px);
    }
    25% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(20px);
    }
}

@keyframes scale {
    0% {
        transform: scale(1.1);
    }
    25% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@media screen and (max-width: 1000px){
    #animation-home #animacion1 .texto-group-a1 span{
        font-size: 30px;
    }
    #animation-home #animacion2 .icon svg {
        width: 2rem;
    }
}

@media screen and (max-width: 850px){
    #animation-home #animacion1 .xspan-group {
        width: 45%;
    }
    #animation-home #animacion1 .xspan-group .senal-group .onda .fondo .logo-group_2 svg{
        top: 10vw;
        width: 42%;
    }
    #animation-home #animacion1 .texto-group-a1 span{
        font-size: 25px;
    }
    /*#########*/
    #animation-home #animacion1 .logo-group{
        top: 23vw;
    }
    #animation-home #animacion1 .logo-group .logo-svg{
        width: 63%;
    }
}
@media screen and (max-width: 615px){
    #btn_saltar{
        top: 2%;
	left: 76% !important;
    }
    #animation-home #animacion1 .texto-group-a1 span{
        font-size: 19px;
    }
    #animation-home #animacion1 .logo-group {
        /*width: var(--tam-logo-600);*/

    }
}
