/*Personalizados*/
/* This is a compiled file, you should be editing the file in the templates directory */
@-webkit-keyframes entralogo {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes entralogo {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes entralogo {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes entralogo {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
#cargando img {
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 85%;
    height: auto;
    opacity: 0;
    -webkit-animation: entralogo 1000ms 1000ms forwards;
    -moz-animation: entralogo 1000ms 1000ms forwards;
    -o-animation: entralogo 1000ms 1000ms forwards;
    animation: entralogo 1000ms 1000ms forwards;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 2000;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    overflow: hidden;
    opacity: 0;
    -webkit-animation: entralogo 1000ms 1000ms forwards;
    -moz-animation: entralogo 1000ms 1000ms forwards;
    -o-animation: entralogo 1000ms 1000ms forwards;
    animation: entralogo 1000ms 1000ms forwards;
}
.pace .pace-progress {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 200px;
    position: fixed;
    z-index: 2000;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background: #e20613;
    -webkit-transition: width 500ms 2000ms;
    -moz-transition: width 500ms 2000ms;
    transition: width 500ms 2000ms;
}
.pace-done .pace {
    display: none;
}
.pace {
    width: 80%;
    max-width: 700px;
    border: 0;
    background: #333;
    top: 58%;
    bottom: initial
}
.pace .pace-progress {
    max-width: 100%;
}
#cargando {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #161616;
    z-index: 1999;
}
#cargando p {
    position: absolute;
    font-family: "ff-meta-serif-web-pro",serif;
    width: 100%;
    text-align: center;
    top: 50%;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0;
    -webkit-animation: entralogo 1000ms 1000ms forwards;
    -moz-animation: entralogo 1000ms 1000ms forwards;
    -o-animation: entralogo 1000ms 1000ms forwards;
    animation: entralogo 1000ms 1000ms forwards;
    font-size: 2rem;
}
@media (max-width: 768px) {
    #cargando img {
        width: 500px;
        left: calc(50% - 250px);
        top: calc(50% - 90px);
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
    #cargando p {
        font-size: 1.5rem;
    }
}
@media (max-width: 600px) {
    #cargando img {
        width: 300px;
        left: calc(50% - 150px);
        top: calc(50% - 70px);
    }
    #cargando p {
        font-size: 1rem;
    }
}
@media (max-width: 350px) {
    #cargando img {
        width: 250px;
        left: calc(50% - 125px);
        top: calc(50% - 40px);
    }
}
.fp-viewing-s2 .pace,
.fp-viewing-s3 .pace,
.fp-viewing-s4 .pace,
.fp-viewing-s5 .pace,
.fp-viewing-s6 .pace,
.fp-viewing-s7 .pace,
.fp-viewing-s8 .pace,
.fp-viewing-s9 .pace {
    display:none!important;
}