/**/


body {
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0px 0px;
    margin: 0px;
    font-family: 'Archivo', sans-serif;
    background-color: #000000;

}

video {
    opacity: 1;
}



#menudesktop {

    position: absolute;
    top: 2vw;
    left: 1vw;
    z-index: 99999;
}

#menurrss {

    position: fixed;
    bottom: 2vw;
    left: 0vw;
    width: 5vw;
    height: 11vw;
    background-color: transparent;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

#menurrss img {
    width: 3vw;
}

.apphome {
    position: absolute;
    width: 100%;
}


.btnrrss {
    cursor: pointer;
    width: 3vw;
}

.seccion1 {
    position: relative;
    width: 100%;
    height: 54vw;
    /*max-height: 1024px;*/
    background-color: black;
    ;
}


.seccion_video {
    min-height: 80vh;
    width: 68vw;
    text-align: left;
    position: relative;
    padding-left: 5vw;
    padding-top: 7vh;
    padding-right: 8vw;

}

.seccion_video iframe {
    border: none !important;
}


.titularhome {
    position: relative;
    display: block;
    top: 10vh;
    left: 0px;
    width: 100%;

    text-align: center;
    height: 100px;
    background-color: transparent;

    z-index: 99999;


}

.titularseccion {
    position: relative;
    display: block;
    top: 19vh;
    left: 0px;
    width: 100%;

    text-align: center;
    height: 100px;
    background-color: transparent;

    z-index: 99999;


}



.homesubtitular {
    font-family: Archivo;
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 28px;
    letter-spacing: 2px;
    text-align: center;
    color: #ffffff;
    white-space: normal;
    margin-top: 40px;
    width: 45%;
    margin: 0 auto;
    padding-top: 2vh;
}

.hometitular {
    height: 276px;
    font-family: 'Dorsa';
    display: block;
    font-size: 308px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;

}

.subtitularseccion {
    position: relative;
    font-family: 'Archivo';
    display: block;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3.64px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    margin: 20px;

}

.homebodycopy {
    position: relative;
    display: block;
    font-family: 'Archivo';
    font-size: 20px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.11px;
    text-align: center;
    color: #ffffff;
    width: 46%;
    margin: 0 auto;
    text-align: center;

}


.ctadescubre {
    background-color: rgb(255, 255, 255, 0.2);
    width: 216px;

    padding: 20px;
    font-size: 11px;
    font-family: 'Archivo';
    display: block;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #ffffff;
    transition: 0.3s;
    color: #ffffff;
    cursor: pointer;

}

.ctadescubre:hover {
    background-color: #ffffff;
    width: 216px;

    padding: 20px;
    font-size: 11px;
    font-family: 'Archivo';
    display: block;
    margin: 0 auto;
    text-align: center;
    transition: 0.3s;
    color: #000000;
    cursor: pointer;
}

a {
    text-decoration: none;
}

#cajavideopreview {
    display: none;

    position: fixed;
    bottom: 0px;
    height: 132px;
    right: 0px;
    width: 163px;
    background-color: transparent;
    z-index: 999999;

}

#cajacontinua {
    display: none;
    position: fixed;
    bottom: 43px;
    height: 216px;
    left: 0px;
    width: 175px;
    background-color: transparent;
    z-index: 999999;

}

#cajacontinua .cerrarcontinua {
    width: 30px;
    height: 30px;
    float: left;
    display: block;
    cursor: pointer;
}

#cajacontinua .fotocontinua {

    height: 129px;

}

#cajacontinua .txtcontinua {
    font-size: 12px;
    font-family: 'Archivo';
    color: #131313;
    text-align: center;
    height: 87px;
    display: block;
    width: 100%;
    padding-top: 10px;
    background-color: rgb(255, 255, 255, 0.9);
    letter-spacing: 2px;
    line-height: 17px;

}

#cajacontinua .progrcontinua {
    width: 100%;
    background-color: black;
    height: 3px;
    position: absolute;
    bottom: 0px;
}


#cajacontinua .txtcontinua a {
    color: #131313;
    text-decoration: none;
}

.viajehora {
    width: 374px;
    height: auto;
    margin-top: 26vh;
    margin-left: 20px;
    font-family: Dorsa;
    font-size: 307px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}




.ml10 {
    position: relative;
    font-weight: 900;
    font-size: 4em;
}

.ml10 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
}

.ml10 .letter {
    display: inline-block;
    line-height: 1em;
    transform-origin: 0 0;
}

.titularhome {

    font-family: 'Dorsa', sans-serif;
}


/*video */
.video.full-width {
    height: 450px;

}

.video-container {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 100vw;

    z-index: 9999;


}


/* footer */

footer {

    position: fixed;
    bottom: 0px;
    background-color: #e3dccc;
    height: 41px;
    border-top: 1px solid #131313;
    border-bottom: 1px solid #131313;


    z-index: 999999999999;
    width: 100vw;


}



.btnmenu {
    position: fixed;

    cursor: pointer;
    width: 3vw;

}

#btncerrar {
    display: none;
    float: right;
    cursor: pointer;
    position: fixed;
    top: 3vw;
    right: 3vw;
    width: 50px;
    height: 50px;


}

footer .ruta {
    float: left;
    width: 20.5vw;
    height: 41px;
    position: relative;


    color: #131313;
    background-color: #e3dccc;

    border-right: 1px solid #131313;
}

.rutamobile {
    float: left;
    width: 100%;
    height: 41px;
    position: relative;


    color: #131313;
    background-color: #e3dccc;

    border-right: 1px solid #131313;
}


footer .ruta .texto, .rutamobile .texto {
    position: absolute;
    top: 12px;
    left: 0px;
    width: 100%;
    font-family: 'Archivo';
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;

    color: #e3dccc;
    z-index: 999999999;
    text-decoration: none;
    color: #131313;
}

#rutaasturias {
    border-left: 1px solid #131313;
    cursor: pointer;
}

footer .ruta #textoblancoasturias, #menumobile #textoblancoasturiasmobile {
    position: absolute;
    top: 12px;
    left: 0px;

    width: 100%;
    font-family: 'Archivo';
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;

    z-index: 999999999;
    text-decoration: none;
    color: #ffffff;
    -webkit-clip-path: inset(0px 100% 0px 0px);
    clip-path: inset(0px 100% 0px 0px);
    transition: 0.3s;
}

footer .ruta #textoblancoasturias span.fondo, #textoblancocostamobile span.fondo {
    background-color: #131313;
    ;
    padding-left: 5px;
    padding-right: 5px;
    ;

}



footer .ruta #porcentajeasturias, #porcentajeasturiasmobile {

    position: absolute;
    display: inline-block;
    border-left: 1px solid #e3dccc;
    border-right: 1px solid #e3dccc;
    width: 100%;
    height: 100%;
    background-image: url('./images/road.png');
    -webkit-clip-path: inset(0px 100% 0px 0px);
    clip-path: inset(0px 100% 0px 0px);
    z-index: 999999;
    transition: 0.3s;
}

/**/
#rutaasturias, #rutacosta, #rutasanse, #rutalarioja {

    cursor: pointer;
}


footer .ruta #textoblancocosta, #menumobile #textoblancocostamobile {
    position: absolute;
    top: 12px;
    left: 0px;

    width: 100%;
    font-family: 'Archivo';
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    z-index: 999999999;
    text-decoration: none;

    -webkit-clip-path: inset(0px 100% 0px 0px);
    clip-path: inset(0px 100% 0px 0px);
    transition: 0.3s;
}

footer .ruta #textoblancocosta span.fondo, #textoblancocostamobile span.fondo {
    background-color: #131313;
    ;
    padding-left: 5px;
    padding-right: 5px;
    ;

}



footer .ruta #porcentajecosta, #porcentajecostamobile {

    position: absolute;
    display: inline-block;
    border-left: 1px solid #e3dccc;
    border-right: 1px solid #e3dccc;
    width: 100%;
    height: 100%;
    background-image: url('./images/road.png');
    -webkit-clip-path: inset(0px 100% 0px 0px);
    clip-path: inset(0px 100% 0px 0px);
    z-index: 999999;
    transition: 0.3s;
}



/**/



footer .ruta #textoblancosanse, #menumobile #textoblancosansemobile {
    position: absolute;
    top: 12px;
    left: 0px;

    width: 100%;
    font-family: 'Archivo';
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    z-index: 999999999;
    text-decoration: none;

    -webkit-clip-path: inset(0px 100% 0px 0px);
    clip-path: inset(0px 100% 0px 0px);
    transition: 0.3s;
}

footer .ruta #textoblancosanse span.fondo, #textoblancosansemobile span.fondo {
    background-color: #131313;
    ;
    padding-left: 5px;
    padding-right: 5px;
    ;

}



footer .ruta #porcentajesanse, #porcentajesansemobile {

    position: absolute;
    display: inline-block;
    border-left: 1px solid #e3dccc;
    border-right: 1px solid #e3dccc;
    width: 100%;
    height: 100%;
    background-image: url('./images/road.png');
    -webkit-clip-path: inset(0px 100% 0px 0px);
    clip-path: inset(0px 100% 0px 0px);
    z-index: 999999;
    transition: 0.3s;
}



/**/




footer .ruta #textoblancolarioja, #menumobile #textoblancolariojamobile {
    position: absolute;
    top: 12px;
    left: 0px;

    width: 100%;
    font-family: 'Archivo';
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    z-index: 999999999;
    text-decoration: none;

    -webkit-clip-path: inset(0px 100% 0px 0px);
    clip-path: inset(0px 100% 0px 0px);
    transition: 0.3s;
}

footer .ruta #textoblancolarioja span.fondo, #textoblancolariojamobile span.fondo {
    background-color: #131313;
    ;
    padding-left: 5px;
    padding-right: 5px;
    ;

}



footer .ruta #porcentajelarioja, #porcentajeariojamobile {

    position: absolute;
    display: inline-block;
    border-left: 1px solid #e3dccc;
    border-right: 1px solid #e3dccc;
    width: 100%;
    height: 100%;
    background-image: url('./images/road.png');
    -webkit-clip-path: inset(0px 100% 0px 0px);
    clip-path: inset(0px 100% 0px 0px);
    z-index: 999999;
    transition: 0.3s;
}



/**/


footer .menu {
    float: left;
    width: 4vw;
    height: 29px;
    padding-top: 12px;
    margin: 0 auto;
    text-align: center;
    background-color: #131313;

}



footer .volver {
    float: left;
    width: 4vw;
    height: 29px;
    padding-top: 12px;
    margin: 0 auto;
    text-align: center;
    background-color: #e3dccc;
}


footer .mapa {
    float: left;
    width: 4vw;
    height: 29px;
    padding-top: 12px;
    margin: 0 auto;
    text-align: center;
    background-color: #e3dccc;
    border-right: 1px solid #131313;

}


footer .playvideo {
    float: left;
    width: 4vw;
    height: 29px;
    padding-top: 12px;
    margin: 0 auto;
    text-align: center;
    border-right: 1px solid #131313;
    background-color: #e3dccc;
}



.seccion_cookies {
    width: 74px;

}

.seccion_cookies_home {
    position: relative;
    width: 100%;
    height: 8vw;

    padding-top: 3vh;
    padding-bottom: 3vh;
}

a.link_cookies_home {
    display: block;
    width: 100%;
    height: 50px;
    margin-top: 6vh;
    margin-left: 24px;
    padding-right: 14px;
    font-family: 'Archivo';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;

    float: left;
    text-decoration: underline;
    background-color: black;

    text-orientation: inherit;

    -moz-transform: rotate(-90deg);
    cursor: pointer;

}

a.link_cookies {
    width: 37px;
    height: 31vh;
    margin-top: 33vh;
    margin-left: 24px;
    padding-right: 14px;
    font-family: 'Archivo';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-decoration: underline;
    background-color: black;
    writing-mode: vertical-rl;
    text-orientation: inherit;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(-90deg);
    cursor: pointer;

}

a.link_cookies:hover, a.link_cookies_home:hover {
    text-decoration: underline;
}







/* FOOTER MOBILE */
#menumobile {
    display: none;
}

#menumobilebtn {
    display: none;
}


/** MENU */

.panellateral {
    display: none;
    position: fixed;

    right: -95.625em;
    /*left or right and the width of your navigation panel*/
    width: 250.625em;
    /*should match the above value*/
    background-image: url(/resources/epson-cada-impresion-cuenta/desktop/images/fondomenu.png);
    background-size: cover;
    background-color: #009DE0;
    background-position: top left;
    background-repeat: no-repeat;
    color: #000000;
    z-index: 9999999999;

}

.panellateral .titular {
    color: #10218B;
    text-align: center;
    font-family: Helvetica;
    font-size: 3vw;
    font-style: normal;
    font-weight: 700;
    line-height: 4vw;
    margin-bottom: 7dvh;
    /* 40% */
}

.panellateral ul {

    list-style: none;
    margin-top: 4dvh;
    margin-left: 1vw;
    padding-left: 10vw;
    padding-right: 10vw;
    margin-bottom: 4dvh;
}

.panellateral li {
    padding-top: 2vw;


    display: block;
    text-align: center;

}

.panellateral li a {


    font-weight: normal;
    font-family: Helvetica, serif;
    font-display: swap;
    color: #000;
    line-height: 2vw;
    font-size: 2vw;
    list-style-image: none;
    font-weight: 900;
    margin-top: 5vw;

}

.panellateral li a:hover {
    text-decoration: none;
}

.panellateral .linea {
    max-width: 500px;
    border: 1px solid #484848;
}

.menu-link {


    z-index: 9999999;
}

.menu-link:link,
.menu-link:visited {
    color: #fff;
    background: rgba(0, 0, 0, .4);
    border-radius: 0px;
    padding: .2em .4em;
    z-index: 9999999;
}

/*
  .menu-link:hover,
  .menu-link:active {
    
    background: rgba(0, 0, 0, .6);
  }*/

a:hover {

    text-decoration: none;
}

#add-cook_recipe-form {
    background-color: white;
}






























/**
RESPONSIVE
*/

@media (max-width: 768px) {

    body {
        overflow-y: scroll;
        overflow-x: hidden;
        background-color: black;
    }


    .seccion1 {
        position: relative;
        width: 100%;
        height: 100vh !important;
        margin-top: -15vh !important;


        background-color: black;
        ;
    }

    .panellateral {
        display: none;
        position: fixed;
        font-family: 'Archivo';
        right: -60vw;
        /*left or right and the width of your navigation panel*/
        width: 60vw;
        /*should match the above value*/
        background-color: rgba(0, 0, 0, .8);
        color: #fff;
        z-index: 99999999;
        overflow-y: scroll;
    }

    .panellateral ul {
        list-style: none;
        margin-top: 10vh;
        margin-left: 0px;
        padding-left: 8%;

        text-align: right;
    }

    .panellateral li {
        padding-top: 5px;

        font-size: 8px;
        line-height: 14px;
        text-align: right;
        padding-right: 5vw;
    }

    .panellateral li a {
        color: #fff;
        line-height: 5vh;
        font-size: 4.5vw;
        list-style-image: none;
        margin-top: 0px;
    }

    .panellateral li a img {
        width: 200px;
    }

    #btncerrar {
        display: none;
        float: right;
        cursor: pointer;
        position: fixed;
        top: 2vh;
        right: 4vw;
        width: 50px;
        height: 50px;
    }

    #btnmenu {
        display: none;
        cursor: pointer;
        width: 11vw;
        height: 5vw;
    }

    .titularhome {
        position: relative;
        display: block;
        top: 26vh;
        left: 5%;
        width: 90%;
        text-align: center;
        height: 100px;
        background-color: transparent;
        z-index: 99999;
    }

    footer .menu {
        float: left;
        width: 10vw;
        height: 29px;
        padding-top: 12px;
        margin: 0 auto;
        text-align: center;
        background-color: #131313;

    }



    footer .volver {
        float: left;
        width: 10vw;
        height: 29px;
        padding-top: 12px;
        margin: 0 auto;
        text-align: center;
        background-color: #e3dccc;
    }


    footer .mapa {
        float: left;
        width: 10vw;
        height: 29px;
        padding-top: 12px;
        margin: 0 auto;
        text-align: center;
        background-color: #e3dccc;
        border-right: 1px solid #131313;

    }


    footer .playvideo {
        float: left;
        width: 10vw;
        height: 29px;
        padding-top: 12px;
        margin: 0 auto;
        text-align: center;
        border-right: 1px solid #131313;
        background-color: #e3dccc;
    }


    footer .ruta {
        display: none;
        ;
    }


    #brujula {
        display: none;
        ;
    }

    #scroll-right {
        transform: none !important;
    }

    #scroll-title-right {
        display: none !important;
    }

    #contscrollslide {

        right: 36% !important;
        bottom: 14vh !important;
    }

    #content-wrapper, #example-wrapper {
        height: 100%;
        width: 100%;
        /*max-width: 640px !important;*/
        margin: 0 auto;
    }

    #example-wrapper .scrollContent {
        height: 100%;
    }

    .horizontal.scrollContainer {
        overflow-y: scroll;
        overflow-x: scroll;
    }


    .horizontal section, .horizontal section#titlechart {
        display: block;
        vertical-align: top;
        height: 100%;
    }


    .homesubtitular {
        font-family: Archivo;
        font-size: 8vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 18px;
        height: 3vh;
        ;


    }

    .titularseccion {
        position: relative;
        display: block;
        top: 25vh;
        left: 0px;
        width: 98vw;
        text-align: center;
        /* height: 100px; */
        background-color: transparent;
        z-index: 99999;
        height: 6vh;
    }

    .subtitularseccion {
        position: relative;
        font-family: 'Archivo';
        display: block;
        font-size: 5vw;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3.64px;
        text-align: center;
        color: #ffffff;
        text-transform: uppercase;
        margin: 0px 0px 10px 0px;
        width: 90%;
        margin-left: 5%;
    }

    .hometitular {
        display: block;
        font-family: 'Dorsa';
        display: block;
        font-size: 33vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        text-transform: uppercase;
        height: 19vh;
        width: 90vw;
        margin: 0 auto;
    }


    .homesubtitular {
        font-family: Archivo;
        font-size: 4vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;

        letter-spacing: 2px;
        text-align: center;
        color: #ffffff;
        width: 80%;
        margin-left: 10%;
        white-space: normal;

    }


    .homebodycopy {
        position: relative;
        display: block;
        font-family: 'Archivo';
        font-size: 12px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 2.11px;
        text-align: center;
        color: #ffffff;
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }



    .ctadescubre, .ctadescubre:hover {


        background-color: rgb(255, 255, 255, 0.7);
        width: 216px;
        padding: 20px;
        font-size: 11px;
        font-family: 'Archivo';
        display: block;
        margin: 0 auto;
        text-align: center;
        transition: 0.3s;
        color: #000000;
        cursor: pointer;
        border: none;
        margin-top: 80px;


    }

    .viajehora {
        width: 90%;
        height: auto;
        margin-top: 7vh;
        margin-left: 20px;
        font-family: Dorsa;
        font-size: 107px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
    }

    footer {
        position: fixed;
        bottom: 0px;
        background-color: #e3dccc;
        height: 41px;
        border-top: 1px solid #131313;
        border-bottom: 1px solid #131313;


        z-index: 999999999999;
        width: 100%;


    }

    video {
        opacity: 1;
    }

    .seccion_video {
        min-height: 25vh !important;
        ;
        width: 100% !important;
        text-align: left;
        position: relative;
        padding-left: 0px !important;
        padding-top: 7vh;
        padding-right: 0px !important;
    }

    /* menumobile */

    #menumobile {
        display: block;
        position: fixed;
        top: 3vh;
        height: 31px;
        right: 12vw;
        width: 4vw;
        z-index: 999999999999;



    }


    #menumobile .ruta {
        display: block;
    }

    #menumobilebtn {
        display: block;
        float: left;
        width: 56vw;
        height: 29px;
        padding-top: 12px;
        margin: 0 auto;
        text-align: left;

        font-family: 'Archivo';
        font-size: 12px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;

        color: #e3dccc;
        z-index: 999999999;
        text-decoration: none;
        color: #131313;
        background-color: #e3dccc;
        padding-left: 2%;
        border-left: 1px solid #131313;
        border-right: 1px solid #131313;

    }

    #menumobilebtn .texto {
        float: left;

    }

    #menumobilebtn .icon {
        float: right;

    }

    .rutamobile {
        float: left;
        width: 100%;
        height: 41px;
        position: relative;


        color: #131313;
        background-color: #e3dccc;
        border-right: 1px solid #131313;
        border-top: 1px solid #131313;

        border-left: 1px solid #131313;
    }

    .rutamobile .texto {
        text-align: left;
        padding-left: 3vw;
    }














    .seccion_cookies {
        width: 100%;
        height: 20vh !important;

    }

    .seccion_cookies_home {
        position: relative;
        width: 100%;
        height: 43vw;
        padding-top: 6vh;
        padding-bottom: 3vh;
    }

    a.link_cookies_home {
        display: block;
        width: 100%;
        height: 50px;
        margin-top: 6vh;
        margin-left: 0px;
        padding-right: 14px;
        font-family: 'Archivo';
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;

        float: left;
        text-decoration: underline;
        background-color: black;

        cursor: pointer;

    }

    a.link_cookies {
        width: 37px;
        height: 31vh;
        padding: 17px;
        margin-top: 33vh;
        margin-left: 20%;
        padding-right: 14px;
        font-family: 'Archivo';
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        text-decoration: underline;
        background-color: black;
        writing-mode: initial;
        text-orientation: inherit;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        cursor: pointer;

    }

    #caballo {
        display: none;
    }

}

/* fin responsive */










#scroll-down {
    display: block;
    position: relative;
    padding-top: 79px;
    text-align: center;
    margin-top: 50px;
}

.arrow-down {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 38px;
}

.arrow-down:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

#scroll-title {
    display: block;
    text-transform: uppercase;
    color: #000000;
    font-family: Helvetica Neue, Helvetica, Arial;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

#scroll-down::before {
    -webkit-animation: elasticus 2.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Safari 4+ */
    -moz-animation: elasticus 2.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Fx 5+ */
    -o-animation: elasticus 2.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Opera 12+ */
    animation: elasticus 2.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* IE 10+, Fx 29+ */
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 90px;
    background: #FFFFFF;
    content: ' ';
}

@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

#paschka {
    display: block;
    color: white;
    font-family: helvetica neue, helvetica, arial;
    font-size: 32px;
    text-decoration: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 0px;
    transition: all 0.1s ease;
    background: #000;
    height: 40px;
    line-height: 30px;
    vertical-align: middle;
    width: 40px;
    text-align: center;
    border-radius: 5%;
    bottom: 20px;
    right: 20px;
}

#paschka:hover {
    background: #232323;
    transition: all 0.1s ease;
    color: #f0f0f0;
}