@import "https://fonts.googleapis.com/css?family=Open+Sans:300,600,700";
@font-face {
    font-family: "Burbank";
    src: url(fonts/BurbankBigCondensed-Bold.eot);
    src: url(fonts/BurbankBigCondensed-Boldd41dd41dd41dd41d.eot?#iefix) format("embedded-opentype"), url(fonts/BurbankBigCondensed-Bold.woff2) format("woff2"), url(fonts/BurbankBigCondensed-Bold.woff) format("woff"),
        url(fonts/BurbankBigCondensed-Bold.ttf) format("truetype"), url(fonts/BurbankBigCondensed-Bold.svg#BurbankBigCondensed-Bold) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Burbank";
    src: url(fonts/BurbankBigCondensed-Black.eot);
    src: url(fonts/BurbankBigCondensed-Blackd41dd41dd41dd41d.eot?#iefix) format("embedded-opentype"), url(fonts/BurbankBigCondensed-Black.woff2) format("woff2"), url(fonts/BurbankBigCondensed-Black.woff) format("woff"),
        url(fonts/BurbankBigCondensed-Black.ttf) format("truetype"), url(fonts/BurbankBigCondensed-Black.svg) format("svg");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "BurbankSmall";
    src: url(fonts/BurbankBigSmall-Black.eot);
    src: url(fonts/BurbankBigSmall-Blackd41dd41dd41dd41d.eot?#iefix) format("embedded-opentype"), url(fonts/BurbankBigSmall-Black.woff2) format("woff2"), url(fonts/BurbankBigSmall-Black.woff) format("woff"),
        url(fonts/BurbankBigSmall-Black.ttf) format("truetype"), url(fonts/BurbankBigSmall-Black.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -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);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: "←";
}
[dir="rtl"] .slick-prev:before {
    content: "→";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: "→";
}
[dir="rtl"] .slick-next:before {
    content: "←";
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #000;
}
.slider * {
    outline: none;
}
html,
body {
    background: #2a2a2a;
    font-family: "Burbank", sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
ul,
li,
p,
button {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: inherit;
}
@keyframes twinkle {
    0%,
    100% {
        opacity: 0;
    }
    15% {
        opacity: 0.8;
    }
    35% {
        opacity: 0.2;
    }
}
@keyframes bordes {
    0% {
        clip-path: polygon(0 0, 99% 0, 100% 95%, 2% 100%);
    }
    15% {
        clip-path: polygon(0 5%, 98% 0, 100% 95%, 2% 98%);
    }
}
@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}
@keyframes granent {
    0% {
        visibility: hidden;
        opacity: 0;
        transform: matrix(10, 0, 0, 10, 0, 10);
    }
    100% {
        visibility: inherit;
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.granent {
    text-shadow: -3px 0 rgba(153, 37, 37), 0 3px rgba(153, 37, 37), 3px 0 rgba(153, 37, 37), 0 -3px rgba(153, 37, 37);
    animation: granent 0.6s;
    visibility: inherit;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
@media (max-width: 500px) {
    .granent {
        
    }
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}
.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}
.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}
@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        transition: none !important;
    }
}
.shake {
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}
::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.6;
}
::-moz-placeholder {
    color: #fff;
    opacity: 0.6;
}
:-ms-input-placeholder {
    color: #fff;
    opacity: 0.6;
}
:-moz-placeholder {
    color: #fff;
    opacity: 0.6;
}
.cbi {
    clear: both !important;
}
.btn:before,
.btn:hover:before,
.slider div,
.slider div:hover,
.conseguir span,
.conseguir span:hover,
.modal ul li,
.modal ul li:hover,
.modal {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
[class*="paso-"] {
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
}
.slick-arrow,
.slick-arrow:hover {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
}
.slick-slide,
.slick-slide.slick-current.slick-active {
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
}
.cont {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.portada,
.portada:before,
.wall {
    background: url(../img/background.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 650px;
    position: relative;
}
.portada {
    padding-top: 150px;
    overflow: hidden;
    box-sizing: border-box;
}
.portada:before {
    background-image: url(../img/sky-mask.jpg);
    mix-blend-mode: color-dodge;
    position: absolute;
    top: 0;
    opacity: 0.5;
    content: "";
    -webkit-animation: twinkle 0.5s alternate infinite;
    animation: twinkle 0.5s alternate infinite;
    animation-duration: 3.5s;
}
.parawall {
    width: auto;
    height: 150px;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: -65px;
    z-index: 4;
}
.wall {
    background: url(../img/wall.png) no-repeat center top;
    background-size: 100% cover;
}
.equipo {
    width: 630px;
    position: absolute;
    top: 0;
    bottom: -120px;
    right: 0;
}
.equipo img {
    position: absolute;
    top: auto !important;
}

.equipo img.spiderman {
    width: 525px;
    bottom: 325px !important;
    z-index: 3;
}
.equipo img.ironman {
    width: 330px;
    margin-left: 265px;
    bottom: -135px !important;
    z-index: 1;
}
.equipo img.wolverine {
    width: 285px;
    margin-left: -95px;
    bottom: -150px !important;
    z-index: 0;
}

@media (max-width: 500px) {
    .equipo img.spiderman {
        width: 400px;
        bottom: 0px !important;
        z-index: 3;
    }
    .equipo img.ironman {
        width: 290px;
        margin-left: 160px;
        bottom: -35px !important;
        z-index: 1;
    }
    .equipo img.wolverine {
        width: 285px;
        margin-left: -95px;
        bottom: -75px !important;
        z-index: 0;
    }
}
.portada h1,
.portada h2 {
    font-size: 88px;
    line-height: 82px;
    text-transform: uppercase;
    color: #fff;
}
.portada h1 {
    font-size: 65px;
}
.portada a {
    margin-top: 25px;
}
.btn {
    background: #f56ef0;
    background: -moz-linear-gradient(-45deg, rgba(245, 110, 240, 1) 0%, rgba(200, 100, 200, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(245, 110, 240, 1) 0%, rgba(200, 100, 200, 1) 100%);
    background: linear-gradient(135deg, rgba(245, 110, 240, 1) 0%, rgba(200, 100, 200, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f56ef0',endColorstr='#c864c8',GradientType=1);
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 15px;
    width: auto;
    max-width: 250px;
    display: inline-block;
    pointer-events: initial;
    overflow: hidden;
    clip-path: polygon(0 0, 99% 0, 100% 95%, 2% 100%);
    -webkit-animation: bordes 2s linear infinite;
    animation: bordes 2s linear infinite;
    animation-duration: 2.5s;
}
.btn:hover {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}
.btn:before {
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: -100%;
    z-index: -1;
    content: "";
    opacity: 0.1;
}
.btn:hover:before {
    bottom: 0;
}
.intro:before,
.pases:before {
    -webkit-clip-path: polygon(0 6%, 100% 0%, 100% 94%, 0% 100%);
    clip-path: polygon(0 6%, 100% 0%, 100% 94%, 0% 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.intro {
    color: #fff;
    text-align: center;
    margin: -70px 0;
    padding: 120px 0 225px;
    position: relative;
    z-index: 4;
}
.intro:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#210d34), color-stop(50%, #210d34), to(#2f1a5a));
    background: -webkit-linear-gradient(top, #210d34, #210d34 50%, #2f1a5a);
    background: -o-linear-gradient(top, #210d34 0, #210d34 50%, #2f1a5a 100%);
    background: linear-gradient(180deg, #210d34 0, #210d34 50%, #2f1a5a);
}
.intro h1 {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.intro h2,
.intro h3 {
    font-weight: 700;
    text-transform: uppercase;
    color: #66d0ff;
}
.intro h2 {
    font-size: 32px;
}
.intro h3 {
    font-size: 140px;
    line-height: 0.8;
}
.intro p {
    font-family: "BurbankSmall", sans-serif;
    font-size: 18px;
    line-height: 35px;
    max-width: 835px;
    margin: 0 auto;
    margin-bottom: 25px;
}
.pases {
    width: 100%;
    float: left;
    margin-bottom: -20px;
    padding: 200px 0 50px;
    position: relative;
    z-index: 5;
}
.pases:before {
    background: #ff6d32;
    background: -webkit-linear-gradient(315deg, #ffb864, #ff6d32 65%, #ff6d32);
    background: -o-linear-gradient(315deg, #ffb864 0, #ff6d32 65%, #ff6d32 100%);
    background: linear-gradient(143deg, #ffb864, #ff6d32 65%, #ff6d32);
}
.pases img {
    width: 100%;
}
.placa {
    background: url(../img/battlepass-icon.png) center / 285px no-repeat;
    width: 100%;
    height: 385px;
    margin-top: -385px;
    position: absolute;
}
.placa h4 {
    font-size: 70px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    line-height: 60px;
    width: 100%;
    position: absolute;
    bottom: 45px;
}
.placa h4 span {
    display: inline-block;
}
.tria {
    pointer-events: none;
}
.tria,
.tria:before {
    background: #271849;
    background: -moz-linear-gradient(top, #271849 0%, #2a1c53 100%);
    background: -webkit-linear-gradient(top, #271849 0%, #2a1c53 100%);
    background: linear-gradient(to bottom, #271849 0%, #2a1c53 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#271849',endColorstr='#2a1c53',GradientType=0);
    width: 170px;
    height: 200px;
    -webkit-clip-path: polygon(0 0, 87% 99%, 55% 26%);
    clip-path: polygon(0 0, 87% 99%, 55% 26%);
    position: absolute;
    top: -250px;
    left: 85px;
    content: "";
    transform: scale(1.6) rotate(-5deg);
    -moz-transform: scale(1.6) rotate(-5deg);
    -o-transform: scale(1.6) rotate(-5deg);
    -webkit-transform: scale(1.6) rotate(-5deg);
    -ms-transform: scale(1.6) rotate(-5deg);
}
.tria:before {
    background: #ffaa5a;
    top: 0;
    left: 4px;
    transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
}
.tria.triader,
.tria.triader:before {
    -webkit-clip-path: polygon(71% 11%, 55% 65%, 100% 0);
    clip-path: polygon(71% 11%, 55% 65%, 100% 0);
    left: auto;
    right: 85px;
}
.tria.triader {
    background: #251745;
    background: -moz-linear-gradient(top, #251745 0%, #2a1b50 100%);
    background: -webkit-linear-gradient(top, #251745 0%, #2a1b50 100%);
    background: linear-gradient(to bottom, #251745 0%, #2a1b50 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#251745',endColorstr='#2a1b50',GradientType=0);
    transform: scale(1.6) rotate(10deg);
    -moz-transform: scale(1.6) rotate(10deg);
    -o-transform: scale(1.6) rotate(10deg);
    -webkit-transform: scale(1.6) rotate(10deg);
    -ms-transform: scale(1.6) rotate(10deg);
}
.tria.triader:before {
    background: #ff7b3d;
    top: -18px;
    right: -17px;
}
.conseguir {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 170px;
    pointer-events: none;
    z-index: 99;
}
.conseguir.continuar {
    position: static;
}
.conseguir span {
    background: #ff0;
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.5);
    font-family: "Burbank", sans-serif;
    font-size: 49px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding: 8px 40px 5px;
    pointer-events: all;
}
.conseguir span:hover,
.modal ul.plat li:hover {
    background: #e6e600;
    cursor: pointer;
}
.slider div {
    cursor: pointer;
    opacity: 0.8;
}
.slider div:hover {
    transform: scale(1.03);
    opacity: 1;
}
.slick-slide {
    transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform-origin: center center;
    opacity: 0;
}
.slick-slide.slick-current.slick-active {
    transform: none;
    transform-origin: center center;
    opacity: 1;
}
.slick-arrow {
    background: url(../img/der.svg) no-repeat center;
    background-size: cover;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -55px;
    top: 50%;
    cursor: pointer;
}
.slick-arrow:hover {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.slick-arrow.fleizq {
    background-image: url(../img/izq.svg);
    right: auto;
    left: -55px;
}
.slick-slider .slick-dots {
    font-size: 0.9em;
    margin-top: -15px;
    left: 0;
}
.slick-slider .slick-dots li button {
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.slick-dots li button:before {
    display: none;
}
.slick-slider .slick-dots li {
    display: inline-block;
    background: transparent;
    width: 13px;
    height: 13px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 2px;
    overflow: hidden;
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
.slick-dots li.slick-active {
    background: #fff;
}
.pie {
    background: #060a14;
    color: #fff;
    margin-top: -35px;
    padding-bottom: 135px;
}
.pie h3 {
    font-size: 110px;
    padding-top: 75px;
}
.pie h4 {
    font-size: 45px;
    text-transform: uppercase;
    margin-top: 40px;
}
.pie hr {
    background: #3535;
    border: none;
    width: 100%;
    height: 1px;
    margin: 45px 0 55px;
    display: block;
    clear: both;
}
.pie ul {
    list-style: decimal;
    padding: 20px 0 0 40px;
}
.pie ul li,
.pie p {
    font-family: "Open Sans", sans-serif;
    font-size: 14.5px;
    line-height: 25px;
}
.pie p {
    margin-top: 20px;
}
.modal {
    background: url(../img/fdmodal.png) rgba(16, 110, 160, 0.98) no-repeat center / cover;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    bottom: -100%;
    opacity: 0;
}
.modal h5 {
    font-size: 70px;
    text-transform: uppercase;
    color: #fff;
}
.modal ul,
.modal ul li {
    list-style: none;
}
[class*="paso-"]:not([class*="paso-01"]) {
    opacity: 0;
    height: 0;
}
.modal .paso-01 {
    text-align: center;
}
.modal .paso-01 h5 span {
    font-size: 32px;
    font-weight: 400;
    display: block;
    opacity: 0.7;
}
.modal .paso-01 h5 span em {
    font-style: normal;
    font-weight: 700;
}
.modal .paso-02 {
    text-align: center;
    max-width: 675px;
    margin: 0 auto;
}
.modal .paso-02 h5 {
    line-height: 63px;
    margin-bottom: 15px;
}
.modal .paso-03 {
    text-align: center;
}
.modal .paso-03 input {
    -webkit-appearance: none;
    background: none;
    border: none;
    border-bottom: dotted 2px rgba(255, 255, 255, 0.6);
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #fff;
    text-shadow: 0 2px #000;
    text-align: center;
    margin: 25px 0 45px;
    opacity: 0.7;
    outline: none;
}
.modal .paso-03 input:focus {
    opacity: 1;
}
.modal ul.vbucks li {
    background: #aed6e2;
    background: -moz-radial-gradient(center, ellipse cover, #aed6e2 15%, #95b5bf 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #aed6e2 15%, #95b5bf 100%);
    background: radial-gradient(ellipse at center, #aed6e2 15%, #95b5bf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aed6e2',endColorstr='#95b5bf',GradientType=1);
    border: solid 7px transparent;
    width: 150px;
    height: 285px;
    margin: 8px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.modal ul.vbucks li:hover {
    background: #f3f6f9;
    background: -moz-radial-gradient(center, ellipse cover, #f3f6f9 0%, #b3d6e5 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #f3f6f9 0%, #b3d6e5 100%);
    background: radial-gradient(ellipse at center, #f3f6f9 0%, #b3d6e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f6f9',endColorstr='#b3d6e5',GradientType=1);
    box-shadow: 0 0 0 7.5px #ff0;
    z-index: 999;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.modal ul.vbucks li img {
    width: 80%;
    height: auto;
    max-height: 105px;
    object-fit: contain;
    margin: 75px auto 0;
    display: block;
}
.modal ul.vbucks li span {
    background: #141626;
    font-size: 25px;
    color: #fff;
    width: auto;
    padding: 15px 0 10px;
    position: absolute;
    left: -7px;
    right: -7px;
    bottom: 7px;
}
.modal ul.vbucks li span em {
    font-style: normal;
    display: none;
    color: #ff0;
}
.modal ul.vbucks li span em del {
    font-family: "Open Sans", sans-serif;
    font-size: 19px;
    opacity: 0.5;
}
.modal ul.vbucks li:hover span em {
    display: block;
}
.modal ul.plat {
    display: block;
}
.modal ul.plat li {
    background: #ff0;
    width: 160px;
    height: 160px;
    margin: 8px;
    display: inline-block;
}
.modal ul.plat li img {
    max-height: 85px;
    display: block;
    margin: 25px auto 5px;
}
.modal ul.plat li:nth-child(2) img,
.modal ul.plat li:nth-child(3) img {
    max-height: 70px;
    margin: 30px auto 15px;
}
.modal ul.plat li span {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    color: #000;
}
.centrar {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.centrado {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.ocultar {
    display: none !important;
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
.pasoproc {
    text-align: center;
}
.pasoproc .txt {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.pasoproc h1 {
    color: #f37b62;
}
.pasoproc .conseguir {
    text-shadow: none;
    margin-top: 25px;
    position: static;
    display: inline-block;
}
.pasoproc .conseguir span {
    font-size: 30px;
}
.final {
    font-family: "Open Sans", sans-serif;
    font-size: 11.3px;
    color: #ccc;
    line-height: 22px;
    padding: 50px 0;
}
.final p {
    max-width: 50%;
}
@media all and (max-width: 1330px) {
    .cont {
        width: 1200px;
    }
    .portada h1 {
        font-size: 45px;
        line-height: 29px;
        margin-bottom: 10px;
    }
    .portada h2 {
        font-size: 65px;
        line-height: 60px;
    }
    .equipo {
        bottom: -375px;
    }
    .equipo img.ninja {
        bottom: 100px !important;
    }
}
@media all and (max-width: 1100px) {
    .cont {
        width: 1000px;
    }
}
@media all and (max-width: 768px) {
    .cont,
    .modal ul.vbucks li {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }
    .cont {
        width: 100%;
        padding: 0 30px;
    }
    .portada {
        height: auto;
        padding-top: 55px;
        padding-bottom: 25px;
    }
    .portada:before {
        opacity: 0.2;
    }
    .portada h1 {
        font-size: 40px;
        line-height: 29px;
        margin-bottom: 10px;
    }
    .portada h2 {
        font-size: 48px;
        line-height: 39px;
    }
    .contequipo {
        margin-top: 175px;
        margin-bottom: -25px;
    }
    .equipo {
        position: static;
    }
    .equipo img.ninja {
        width: 330px;
        bottom: 0 !important;
    }
    .equipo img.comando {
        width: 192px;
        margin-left: 60px;
    }
    .equipo img.constructora {
        width: 230px;
        margin-left: 145px;
        bottom: -65px !important;
    }
    .equipo img.outlander {
        width: 205px;
        margin-left: -65px;
        bottom: -115px !important;
    }
    .intro h1 {
        font-size: 28px;
    }
    .intro h2 {
        font-size: 22px;
    }
    .intro h3 {
        font-size: 60px;
    }
    .placa {
        background-size: 175px;
    }
    .placa h4 {
        font-size: 32px;
        bottom: 95px;
    }
    .tria:not(.triader),
    .slick-arrow {
        display: none !important;
    }
    .tria.triader {
        right: -10px;
        top: -270px;
        transform: scale(0.9) rotate(10deg);
        -moz-transform: scale(0.9) rotate(10deg);
        -o-transform: scale(0.9) rotate(10deg);
        -webkit-transform: scale(0.9) rotate(10deg);
        -ms-transform: scale(0.9) rotate(10deg);
    }
    .slider {
        margin-top: -85px;
        padding-bottom: 95px;
    }
    .pases .conseguir {
        bottom: 110px;
    }
    .conseguir span {
        font-size: 39px;
    }
    .pie {
        padding-bottom: 5px;
    }
    .pie h3 {
        font-size: 60px;
    }
    .pie h4 {
        font-size: 25px;
    }
    .final {
        padding: 25px 0;
    }
    .final p {
        max-width: 100%;
    }
    .modal ul.plat li {
        width: 100px;
        height: 100px;
    }
    .modal ul.plat li span {
        font-size: 11px;
    }
    .modal ul.plat li img {
        max-height: 45px;
        margin: 20px auto 5px;
    }
    .modal ul.plat li:nth-child(2) img,
    .modal ul.plat li:nth-child(3) img {
        max-height: 30px;
        margin: 25px auto 15px;
    }
    .modal h5 {
        font-size: 24px;
    }
    .modal .paso-01 h5 span {
        font-size: 23px;
    }
    .modal .paso-02 h5 {
        line-height: 27px;
    }
    /*
    .modal ul.vbucks li {
        width: calc(50% - 16px);
        height: 175px;
        float: left;
    }
    .modal ul.vbucks li img {
        margin: 25px auto 0;
        max-width: 150%;
    }
    */
    .pasoproc .txt {
        font-size: 14px;
        padding: 0 15px;
    }
}

.skin-showcase{
    max-width: 45%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}