/* INDEX */

body {
    overflow-x: hidden;
}

header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    height: 600px;
    position: relative;
    z-index: 0;
}

header .item-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

header .item-slider.active {
    opacity: 1;
    z-index: 1;
}

header .item-slider.cta {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

header.promo-arg {
    height: 634px;
}

header.promo-int {
    height: 685px;
}

header .banner {
    width: 100%;
    height: 100%;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
}

header .img-gif img {
    width: 600px;
    margin-top: 25px;
}

header .texto-banner p {
    text-align: center;
    color: white;
    font-size: 26px;
    line-height: 35px;
    margin-top: 25px;
}

header .cod-promo span {
    padding: 10px 20px 10px 20px;
    background: #312b2b;
    border: 2px dashed #ff6217;
    color: #ff6217;
    font-size: 31px;
    font-weight: 900;
    border-radius: 3px;
    margin-top: 20px;
}

header .texto-abajo p {
    color: #ff6217;
    margin-top: 10px;
}

header .boton-ver-precios {
    margin-top: 40px;
}

header .boton-ver-precios a {
    padding: 10px 20px 10px 20px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #ffffff;
}

header .texto-banner p {
    margin: 10px;
}

header .texto-banner .texto-corte {
    color: #ff6217;
    font-size: 50px;
    margin-top: 22px;
    font-weight: 600;
}

header .texto-banner .texto-paquetes {
    font-size: 20px;
    text-align: center;
    width: 100%;
    margin-top: 8px;
}


/** slide HOHOHO **/

header .item-slider.hohoho {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

header .item-slider.hohoho .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-width: 90%;
    width: 1100px;
    margin: auto;
}

header .item-slider.hohoho .cont-text {
    width: 490px;
    margin: auto;
    text-align: left;
    color: white;
}

header .item-slider.hohoho .cont-text p.pre-tit {
    font-size: 43px;
    line-height: 45px;
    font-weight: 100;
}

header .item-slider.hohoho .cont-text p.tit {
    font-size: 43px;
    font-weight: 600;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    line-height: 1;
    width: 625px;
    max-width: 100%;
    margin: 0 0 20px 0;
}

header .item-slider.hohoho .cont-text p.bajada {
    font-size: 22px;
    line-height: 22px;
    font-weight: 200;
    margin: 0px 0px 25px 0px;
}

header .item-slider.hohoho .cont-text p.detalle-descuento {
    font-size: 14px;
    margin: 30px 0px 10px 0px;
}

header .item-slider.hohoho .cont-text span.codigo {
    max-width: 120px;
    font-weight: 700;
    padding: 9px 20px;
    display: block;
    border-radius: 4px;
    margin: 0px 0px 30px 0px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 23px;
    border: 2px dashed #fff;
    background-color: #60d3f926;
}

header .item-slider.hohoho .cont {
    width: 610px;
    margin: 0px;
}

header .item-slider.hohoho .cont img {
    width: 100%;
}


/*** FIN PROMO HOHOH **/


/** slide envios **/

header .item-slider.envios {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

header .item-slider.envios .cont {
    color: #fff! important;
    text-align: left;
    max-width: 1200px;
    width: 90%;
}

header .item-slider.envios p.tit {
    font-size: 45px;
    font-weight: 300;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    line-height: 1;
    width: 625px;
    max-width: 100%;
    margin: 0 0 20px 0;
}

header .item-slider.envios p.bajada {
    font-weight: 300;
    font-size: 20px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    margin: 0 0 30px 0;
    max-width: 450px;
}

header .item-slider.envios a.btn.principal {
    border-radius: 3px;
    background-color: #56a846;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: .8em;
    font-weight: 400;
    line-height: 1.2em;
    margin-left: auto;
    margin-right: auto;
    padding: .9em 20px;
    transition: background-color 300ms;
    text-transform: uppercase;
    white-space: nowrap;
}

header .item-slider.envios a.btn.principal:hover,
header .item-slider.envios a.btn.principal:focus {
    background-color: #68CB55;
}


/** slide email **/

header .item-slider.email {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

header .item-slider.email .cont {
    color: #fff! important;
    text-align: left;
    max-width: 1200px;
    width: 90%;
}

header .item-slider.email p.tit {
    font-size: 45px;
    font-weight: 300;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    line-height: 1;
    width: 625px;
    max-width: 100%;
    margin: 0 0 20px 0;
}

header .item-slider.email .item {
    font-weight: 300;
    font-size: 20px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    margin: 0 0 30px 0;
    max-width: 450px;
}

header .item-slider.email a.btn.principal {
    border-radius: 3px;
    background-color: #56a846;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: .8em;
    font-weight: 400;
    line-height: 1.2em;
    margin-left: auto;
    margin-right: auto;
    padding: .9em 20px;
    transition: background-color 300ms;
    text-transform: uppercase;
    white-space: nowrap;
}

header .item-slider.email a.btn.principal:hover,
header .item-slider.email a.btn.principal:focus {
    background-color: #68CB55;
}

header .item-slider .cont {
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

header .envio .input {
    height: 45px;
    border: 2px solid #fff;
    width: 390px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.3);
    position: relative;
}

header .envio .input .cover {
    content: '';
    background-color: rgba( 255, 255, 255, 0.6);
    position: absolute;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

header .envio input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #bad8f5;
    font-style: italic;
}

header .envio input::-moz-placeholder {
    /* Firefox 19+ */
    color: #bad8f5;
    font-style: italic;
}

header .envio input:-ms-input-placeholder {
    /* IE 10+ */
    color: #bad8f5;
    font-style: italic;
}

header .envio input:-moz-placeholder {
    /* Firefox 18- */
    color: #bad8f5;
    font-style: italic;
}

header .envio input {
    width: 350px;
    box-sizing: border-box;
    height: 100%;
    border: none;
    background: transparent;
    padding: 15px;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0;
}

header .envio .enviar {
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    cursor: pointer;
}

header .envio .enviar i {
    transform: rotate(-40deg);
    color: #0066b4;
    position: absolute;
    top: 7px;
    left: 10px;
}

header .envio .exito {
    display: none;
    font-size: 14px;
    margin: 30px 0 0 0;
    line-height: 1.2;
}

header .envio .error {
    position: absolute;
    background-color: #00a5c2;
    color: white;
    padding: 5px 6px;
    font-size: .9em;
    line-height: 1em;
    display: none;
    border-radius: 4px;
    right: 10px;
    top: -20px;
    width: 160px;
}

header .compartir {
    margin: 30px 0 0 0;
    display: inline-block;
}

header .compartir a {
    display: inline-block;
}

header .compartir img {
    width: 30px;
    height: 30px;
    margin: 0 5px 0 0;
    filter: brightness(2);
}

header a.controles {
    position: absolute;
    z-index: 2;
    color: #fff;
}

header a.anterior {
    left: 10px;
}

header a.siguiente {
    right: 10px;
}

header a.controles i {
    font-size: 35px;
}

header span,
header h1 {
    font-size: 2.5em;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 15px 0;
    width: 80%;
    max-width: 750px;
}

header span {
    display: inline-block;
    color: #fff;
    font-weight: 300;
    padding: 0 0 20px 0;
}

header .slider-text .item {
    font-size: 2em;
    padding: 0;
    font-weight: 300;
    color: white;
}

.clientes {
    text-align: center;
    padding: 50px 0;
}

.clientes .titulo {
    font-family: 'Source Sans Pro', sans-serif;
    color: #546e7a;
    font-weight: 300;
    font-size: 1.3em;
    line-height: 1.4em;
    max-width: 800px;
    margin: 0 auto 20px;
}

.clientes img {
    width: 100%;
    max-width: 950px;
}

.slider-sponsor {
    position: relative;
    height: 220px;
}

.slider-sponsor .item {
    display: none;
    position: absolute;
    width: 100%;
    top: 0px;
}

.slider-sponsor .s-visible {
    display: block;
}


/* EDITOR */

.bloque-1 {
    border-top: 1px solid #e8e8e8;
}

.bloque-1 h2 {
    width: 80%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    color: #546e7a;
    font-size: 2em;
}

.bloque-1 p {
    width: 85%;
    max-width: 800px;
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight: normal;
}

.bloque-1 img {
    max-width: 1078px;
}

.video video {
    width: auto;
    height: auto;
    z-index: -100;
    position: absolute;
    top: 0;
    right: -150px;
}

.video {
    position: relative;
    overflow: hidden;
}

.video .bloq-img {
    height: 700px;
}

.video .bloq-img img,
.animacion .bloq-img img {
    display: none;
}

.an-contactos .bloq-img {
    height: 600px;
}

.an-medidas .bloq-img {
    height: 700px;
}

.an-automat .bloq-img {
    height: 650px;
}

.soporte {
    background-color: #f4f4f4;
    border-top: 1px solid #e8e8e8;
    margin-bottom: 0;
}

.soporte h2 {
    color: #424242;
    font-size: 2.8em;
    margin-bottom: .25em;
}

.soporte h3 {
    color: #757575;
    font-size: 1.8em;
}

.soporte-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.soporte .inner {
    padding-bottom: 0;
}

.soporte .inner #bloq-texto h3 {
    color: #0094ae;
    text-align: center;
    font-size: 2em;
    line-height: 1em;
    font-weight: 100;
    text-transform: initial;
    padding-bottom: 0;
    margin-bottom: 0px;
}

.soporte .inner #bloq-texto p {
    text-align: center;
    font-size: 1em;
    margin-top: 15px;
    margin-bottom: 50px;
    font-size: 0.9em;
}

.soporte .inner #bloq-texto {
    /* margin-left: 40px; */
    padding: 20px 30px;
}

.slider-text {
    position: relative;
    padding-bottom: 60px;
    height: 80px;
}

.slider-text .item {
    display: none;
    position: absolute;
    width: 100%;
    top: 0px;
    line-height: 1em;
    font-size: 1.5em;
    padding: 15px 0;
}

.slider-text .s-visible {
    display: block;
}

#bloq-texto h3 {
    color: #1e303e;
    font-size: .9em;
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 0;
}

#bloq-texto h3+p {
    margin-top: 0px;
    padding-top: 8px;
}

#bloq-texto a p.tit {
    color: #757575;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 1.8em;
}

#bloq-texto p.tit strong {
    font-weight: 400;
    padding-bottom: 15px;
    display: block;
}

#bloq-texto p.tit span {
    display: inline-block;
    font-weight: 300;
}

.medidas {
    position: absolute;
    height: 700px;
    top: 75px;
    left: 0;
    z-index: -1;
}

.medidas .path1 {
    width: 700px;
    position: absolute;
    left: 102px;
    top: 330px;
}

.medidas .path1 {
    width: 700px;
    position: absolute;
    left: 102px;
    top: 300px;
}

.medidas .path2 {
    width: 700px;
    position: absolute;
    left: 102px;
    top: 285px;
}

.medidas .punto {
    position: absolute;
    width: 15px;
}

.medidas .light1 {
    left: 236px;
    top: 428px;
}

.medidas .light2 {
    left: 375px;
    top: 298px;
}

.medidas .light3 {
    left: 515px;
    top: 325px;
}

.medidas .light4 {
    left: 654px;
    top: 296px;
}

.medidas .dark1 {
    left: 236px;
    top: 376px;
}

.medidas .dark2 {
    left: 375px;
    top: 428px;
}

.medidas .dark3 {
    left: 515px;
    top: 282px;
}

.medidas .dark4 {
    left: 654px;
    top: 333px;
}

.medidas .puntos {
    position: absolute;
    top: 0;
    opacity: 0;
    transition-timing-function: cubic-bezier(0, 0.26, 0.71, 0.23);
    -webkit-transition-timing-function: cubic-bezier(0, 0.26, 0.71, 0.23);
}

.animar-puntos {
    -webkit-animation: point .2s forwards 1.7s;
    -moz-animation: point .2s forwards 1.7s;
    -o-animation: point .2s forwards 1.7s;
    animation: point .2s forwards 1.7s;
}

@-webkit-keyframes point {
    0% {
        opacity: 0;
        top: -25px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@keyframes point {
    0% {
        opacity: 0;
        top: -25px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}


/****/

.cls-1 {
    fill: none;
    stroke: #6fcbfb;
    stroke-miterlimit: 10;
    stroke-width: 3px;
    display: inline;
    stroke-miterlimit: 10;
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
}

.animar-cls-1 {
    -webkit-animation: dash 3.5s forwards;
    -moz-animation: dash 3.5s forwards;
    -o-animation: dash 3.5s forwards;
    animation: dash 3.5s forwards;
}

@-webkit-keyframes dash {
    from {
        stroke-dashoffset: 1200;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    from {
        stroke-dashoffset: 1200;
    }
    to {
        stroke-dashoffset: 0;
    }
}

.cls-2 {
    fill: none;
    stroke: #1565c0;
    stroke-miterlimit: 10;
    stroke-width: 3px;
    display: inline;
    stroke-miterlimit: 10;
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
}

.animar-cls-2 {
    -webkit-animation: dash2 3.5s forwards .3s;
    -moz-animation: dash2 3.5s forwards .3s;
    -o-animation: dash2 3.5s forwards .3s;
    animation: dash2 3.5s forwards .3s;
}

@-webkit-keyframes dash2 {
    from {
        stroke-dashoffset: 1200;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes dash2 {
    from {
        stroke-dashoffset: 1200;
    }
    to {
        stroke-dashoffset: 0;
    }
}

.medidas .celu {
    position: absolute;
    left: -315px;
    top: 90px;
    transition-timing-function: cubic-bezier(0.88, 0, 0.58, 1);
}

.animar-celu {
    -webkit-animation: slide 1s forwards 1.8s;
    -moz-animation: slide 1s forwards 1.8s;
    -o-animation: slide 1s forwards 1.8s;
    animation: slide 1s forwards 1.8s;
}

@-webkit-keyframes slide {
    from {
        left: -315;
        opacity: 0;
    }
    to {
        left: 515px;
        opacity: 1;
    }
}

@keyframes slide {
    from {
        left: -315;
        opacity: 0;
    }
    to {
        left: 515px;
        opacity: 1;
    }
}

.medidas .celu .frame {
    position: absolute;
    z-index: 10;
}

.medidas .celu .screen {
    position: absolute;
    background-color: #ccc;
    width: 247px;
    height: 451px;
    top: 72px;
    left: 37px;
    overflow: hidden;
    z-index: 5;
}

.medidas .celu .screen img {
    position: absolute;
    top: 0;
}

.animar-screen-img {
    -webkit-animation: scroll 1s forwards 2.9s;
    -moz-animation: scroll 1s forwards 2.9s;
    -o-animation: scroll 1s forwards 2.9s;
    animation: scroll 1s forwards 2.9s;
}

@-webkit-keyframes scroll {
    from {
        top: 0;
    }
    to {
        top: -85px;
    }
}

@keyframes scroll {
    from {
        top: 0;
    }
    to {
        top: -85px;
    }
}

.contactos {
    position: absolute;
    top: 75px;
    height: 605px;
    right: 0;
    z-index: -1;
}

.contactos .ventana {
    position: absolute;
    top: 20px;
    left: 520px;
}

.contactos .screen2 {
    position: absolute;
    width: 614px;
    height: 252px;
    overflow: hidden;
    top: 314px;
    left: 573px;
    background-color: white;
}

.contactos .screen2 img {
    position: absolute;
    top: 0;
    transition-timing-function: cubic-bezier(0.9, 0.02, 0.58, 1)
}

.animar-screen2-img {
    -webkit-animation: scroll2 1.9s forwards;
    -moz-animation: scroll2 1.9s forwards;
    -o-animation: scroll2 1.9s forwards;
    animation: scroll2 1.9s forwards;
}

@-webkit-keyframes scroll2 {
    0% {
        top: 0;
    }
    100% {
        top: -505px;
    }
}

@keyframes scroll2 {
    0% {
        top: 0;
    }
    100% {
        top: -505px;
    }
}

.contactos .fondo {
    opacity: 0;
}

.animar-fondo {
    -webkit-animation: fade 1s forwards 0.7s;
    -moz-animation: fade 1s forwards 0.7s;
    -o-animation: fade 1s forwards 0.7s;
    animation: fade 1s forwards 0.7s;
}

@-webkit-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.automat {
    position: absolute;
    top: 75px;
    right: 20px;
    z-index: -1;
    width: 730px;
    height: 660px;
}

.automat .frame1 {
    position: absolute;
    left: 100px;
    opacity: 0;
    bottom: 20px;
}

.animar-step1 {
    -webkit-animation: step1 1s forwards .1s;
    -moz-animation: step1 1s forwards .1s;
    -o-animation: step1 1s forwards .1s;
    animation: step1 1s forwards .1s;
}

@-webkit-keyframes step1 {
    0% {
        opacity: 0;
    }
    10% {
        /*align-self: as
        dash2*/
        opacity: 1;
    }
    80% {
        opacity: 1;
        bottom: 20px;
        -ms-transform: rotate(-3deg);
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }
    100% {
        left: -10px;
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
        opacity: .4;
    }
}

@keyframes step1 {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    80% {
        opacity: 1;
        bottom: 20px;
        -ms-transform: rotate(-3deg);
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }
    100% {
        left: -10px;
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
        opacity: .4;
    }
}

.automat .frame2 {
    position: absolute;
    top: -40px;
    left: 245px;
    opacity: 0;
}

.animar-step6 {
    -webkit-animation: step6 1.1s forwards 2.8s;
    -moz-animation: step6 1.1s forwards 2.8s;
    -o-animation: step6 1.1s forwards 2.8s;
    animation: step6 1.1s forwards 2.8s;
}

@-webkit-keyframes step6 {
    0% {
        opacity: 0;
        top: -55px;
        left: 365px;
    }
    100% {
        top: -40px;
        left: 245px;
        opacity: 1;
    }
}

@keyframes step6 {
    0% {
        opacity: 0;
        top: -55px;
        left: 365px;
    }
    100% {
        top: -40px;
        left: 245px;
        opacity: 1;
    }
}

.automat .end-text {
    position: absolute;
    right: 3px;
    bottom: 3px;
    opacity: 0;
}

.animar-step7 {
    -webkit-animation: step7 1s forwards 3.8s;
    -moz-animation: step7 1s forwards 3.8s;
    -o-animation: step7 1s forwards 3.8s;
    animation: step7 1s forwards 3.8s;
}

@-webkit-keyframes step7 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes step7 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.automat .point1 {
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 265px;
    left: 185px;
    z-index: 10;
    opacity: 0;
}

.animar-step3 {
    -webkit-animation: step3 .7s forwards 1.5s;
    -moz-animation: step3 .7s forwards 1.5s;
    -o-animation: step3 .7s forwards 1.5s;
    animation: step3 .7s forwards 1.5s;
}

@-webkit-keyframes step3 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes step3 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.automat .point2 {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 292px;
    bottom: 385px;
    z-index: 10;
    opacity: 0;
}

.animar-step4 {
    -webkit-animation: step4 .7s forwards 2s;
    -moz-animation: step4 .7s forwards 2s;
    -o-animation: step4 .7s forwards 2s;
    animation: step4 .7s forwards 2s;
}

@-webkit-keyframes step4 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes step4 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.automat .point3 {
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 10;
    left: 395px;
    bottom: 515px;
    opacity: 0;
}

.animar-step5 {
    -webkit-animation: step5 .7s forwards 2.6s;
    -moz-animation: step5 .7s forwards 2.6s;
    -o-animation: step5 .7s forwards 2.6s;
    animation: step5 .7s forwards 2.6s;
}

@-webkit-keyframes step5 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes step5 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.automat .pointer {
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 10;
    opacity: 0;
    left: 235px;
    bottom: 125px;
}

.animar-step2 {
    -webkit-animation: step2 1s forwards 0.4s;
    -moz-animation: step2 1s forwards 0.4s;
    -o-animation: step2 1s forwards 0.4s;
    animation: step2 1s forwards 0.4s;
}

@-webkit-keyframes step2 {
    0% {
        opacity: 0;
        left: 235px;
        bottom: 125px;
    }
    80% {
        opacity: 1;
        left: 135px;
        bottom: 225px;
    }
    100% {
        left: 135px;
        bottom: 225px;
        opacity: 0;
    }
}

@keyframes step2 {
    0% {
        opacity: 0;
        left: 235px;
        bottom: 125px;
    }
    80% {
        opacity: 1;
        left: 135px;
        bottom: 225px;
    }
    100% {
        left: 135px;
        bottom: 225px;
        opacity: 0;
    }
}

.automat .cls-11 {
    fill: none;
    stroke: #009b47;
    stroke-miterlimit: 10;
    stroke-width: 7px;
    display: inline;
    stroke-dasharray: 900;
    stroke-dashoffset: 900;
}

.animar-cls-11 {
    -webkit-animation: dash11 1.5s forwards 1.7s;
    -moz-animation: dash11 1.5s forwards 1.7s;
    -o-animation: dash11 1.5s forwards 1.7s;
    animation: dash11 1.5s forwards 1.7s;
}

@-webkit-keyframes dash11 {
    from {
        stroke-dashoffset: 900;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes dash11 {
    from {
        stroke-dashoffset: 900;
    }
    to {
        stroke-dashoffset: 0;
    }
}

.automat .cls-22 {
    fill: none;
    stroke: #009b47;
    stroke-miterlimit: 10;
    stroke-width: 7px;
    display: inline;
    stroke-dasharray: 900;
    stroke-dashoffset: 900;
}

.animar-cls-22 {
    -webkit-animation: dash22 1.5s forwards 2.5s;
    -moz-animation: dash22 1.5s forwards 2.5s;
    -o-animation: dash22 1.5s forwards 2.5s;
    animation: dash22 1.5s forwards 2.5s;
}

@-webkit-keyframes dash22 {
    from {
        stroke-dashoffset: 900;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes dash22 {
    from {
        stroke-dashoffset: 900;
    }
    to {
        stroke-dashoffset: 0;
    }
}

.automat .line01 {
    position: absolute;
    width: 95px;
    z-index: 5;
    bottom: 285px;
    left: 220px;
}

.automat .line02 {
    position: absolute;
    width: 95px;
    z-index: 5;
    left: 315px;
    bottom: 420px;
}

@media (max-width: 1440px) {
    .medidas {
        left: -300px;
    }
    .contactos {
        right: -300px;
    }
    .automat {
        right: -300px;
    }
    .video video {
        right: -300px;
    }
}

@media( max-width: 1200px) {
    /** slide HOHOHO **/
    header .item-slider.hohoho .cont-text {
        width: 50%;
    }
    header .item-slider.hohoho .cont {
        width: 50%;
    }
    /*** FIN PROMO HOHOH **/
}

@media (max-width: 1100px) {
    .animacion .medidas,
    .animacion .contactos,
    .animacion .automat {
        display: none;
    }
    .video video {
        display: none;
    }
    .video .bloq-img img {
        display: block;
    }
    .video .bloq-img {
        height: auto;
    }
    .animacion .bloq-img img {
        display: block;
    }
    .animacion .bloq-img {
        height: auto;
    }
}

@media(max-width: 1025px) {
    header {
        margin: 65px 0 0 0;
    }
    /*
    header .item-slider.difm {
        background-position: -400px center;
    }

    header .item-slider.difm p.tit {
        font-size: 55px;
    }

    header .item-slider.difm p.bajada {
        font-size: 16px;
    }
    */
}

@media (max-width: 1000px) {
    .soporte h2 {
        font-size: 1.8em;
    }
    .soporte .inner #bloq-texto h3 {
        font-size: 1.5em;
    }
    .soporte-box {
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        margin: 10px 0;
    }
    .soporte-box .bloq-img {
        order: 2;
    }
    .soporte .inner #bloq-texto {
        margin: 0 auto;
    }
    header .inner {
        width: 90%;
    }
    header {
        height: 600px;
    }
}

@media (max-width: 800px) {
    /*** PROMO HOHOH **/
    header .item-slider.hohoho .cont-text {
        width: 80%;
    }
    header .item-slider.hohoho .cont {
        display: none;
    }
    /*** FIN PROMO HOHOH **/
    div.item-slider.envios {
        background-position: left;
    }
    div.item-slider.envios .cont {
        width: 80%;
    }
    div.item-slider.email {
        background-position: left;
    }
    div.item-slider.email .cont {
        width: 80%;
    }
    .clientes {
        display: none;
    }
    header h1 {
        font-size: 2em;
        width: 100%;
    }
    header .slider-text .item {
        font-size: 1.7em;
    }
    .bloque-1 h2 {
        width: 100%;
        font-size: 1.5em;
    }
    .bloque-1 p {
        width: 100%;
        font-size: 1em;
    }
    header .envio input {
        max-width: 255px;
    }
    header .envio .input {
        margin: 0 auto;
        width: 300px;
    }
}

@media(max-width: 760px) {
    header .item-slider.hot-sale {
        background-position: -400px center;
    }
    header .item-slider.hot-sale p.tit,
    header .item-slider.hot-sale-2018 p.tit {
        font-size: 35px;
    }
    header .img-gif img {
        width: 500px;
    }
}

@media(max-width: 500px) {
    /*** PROMO HOHOH **/
    header .item-slider.hohoho .cont-text {
        width: 300px;
        text-align: center;
    }
    header .item-slider.hohoho .cont-text p.bajada {
        margin: 0px 0px 15px 0px;
    }
    header .item-slider.hohoho .cont-text span.codigo {
        margin: 10px auto 20px auto;
    }
    /*** FIN PROMO HOHOH **/
    header .item-slider.calendario {
        background-position: right center;
    }
    header .envio input {
        padding: 15px 65px 15px 15px;
        width: 100%;
    }
    header .envio .input {
        max-width: 300px;
        width: 100%;
    }
    header .item-slider.hot-sale-2018 p.tit {
        font-size: 31px;
    }
    /**/
    header .item-slider.dia-del-padre p.tit {
        font-size: 26px;
    }
    header .item-slider.dia-del-padre p.copete {
        font-size: 16px;
    }
    header .item-slider.dia-del-padre p.bajada {
        font-size: 18px;
    }
    header .img-gif img {
        width: 400px;
    }
}