@charset "UTF-8";

/* CSS Document */
.stage {
    max-height: 660px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    max-width: 1366px;
    position: relative;
}

.stage:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .45) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .45) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .45) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.tit-stage {
    display: none;
    position: relative;
    width: 100%;
    font-size: 22px;
    padding-bottom: 3px;
    text-transform: uppercase;
    text-align: center;
    margin: 20px auto;
    padding: 0 15px;
}

.tit-stage:after {
    width: 80px;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-bottom: 2px solid #ffdd00;
    display: inline-block;
}

.stage .itemsHome {
    width: 100%;
    height: auto;
}

.stage .itemsHome.cube .highlight:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    left: -24px;
    top: -15px;
    border-left: 2px solid #ffdd00;
    border-top: 2px solid #ffdd00;
    background-color: transparent;
}

.stage .itemsHome.cube .highlight:after {
    content: "";
    display: inline-block;
    margin-right: -20px;
    margin-bottom: -24px;
    width: 30px;
    height: 30px;
    border-right: 2px solid #ffdd00;
    border-bottom: 2px solid #ffdd00;
    background-color: transparent;
}

.slick-list {
    max-height: 660px;
}

.stage .slick-dots {
    bottom: 1rem;
    z-index: 2;
    margin-left: 0;
    text-align: left;
    padding-left: 1rem;
}

.stage .slick-dots li.slick-active button {
    background: #ffdd00;
}

.slick-dots li button:before {
    content: none;
}

.stage .slick-dots li button {
    border-radius: 15px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    background: rgba(255, 255, 255, 0.6);
}

.stage .itemsHome img {
    width: 100%;
    height: auto;
}

.stage .itemsHome .sTit {
    max-width: 430px;
    height: auto;
    position: absolute;
    z-index: 1;
    top: 120px;
    left: 10%;
}

.stage .itemsHome .sTit a,
.stage .itemsHome .sTit a:hover,
.stage .itemsHome .sTit a:active,
.stage .itemsHome .sTit a:visited,
.stage .itemsHome .call,
.stage .itemsHome .call a:hover,
.stage .itemsHome .call a:active,
.stage .itemsHome .call a:visited {
    color: #fff;
    border: none;
    padding: 0;
    margin: 1rem 0 0;
    display: inline-block;
    max-width: 220px;
    padding-right: 2.5rem;
    text-transform: uppercase;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    border-radius: 20px;
    line-height: 35px;
    height: 35px;
    background-color: #ff3833;
    padding-left: 1rem;
    background-image: url('../../images/icons/go___button.svg');
    background-repeat: no-repeat;
    background-position: 95% center;
    -webkit-background-size: 24px;
    background-size: 24px;
    -webkit-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
}

.stage .itemsHome .sTit a:hover {
    background-position: 97% center;
    background-color: #1a9cff;
}

.stage .itemsHome .sTit span.desde {
    display: inline-block;
    font-size: 24px;
    margin-top: 30px;
}

.stage .itemsHome .sTit span.desde span {
    color: #ffdd00;
}

.stage .itemsHome .sTit img {
    max-width: 100px;
    height: auto;
    width: 100%;
}

.stage .itemsHome .sTit img.slogan {
    max-width: 200px;
    height: auto;
    margin: 0;
    display: block;
}

.stage .itemsHome .title {
    color: #fff;
    font-size: 1.6rem;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin-bottom: .5em;
    font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.stage .itemsHome .highlight {
    display: inline;
    background: #091638;
    color: #fff;
    padding: 0.08em;
    padding-left: 0;
    padding-right: 0;
    box-shadow: 10px 0 0 #091638, -10px 0 0 #091638;
}

.stage .itemsHome .sBlock {
    width: 250px;
    height: auto;
    position: absolute;
    z-index: 2;
    top: 280px;
    left: 70%;
}

.stage .itemsHome .sBlock h2 {
    background: rgba(2, 77, 161, 0.7);
    color: #fff;
    font-size: 18px;
    padding: 5px;
}

.stage .itemsHome .sBlock .info {
    background: rgba(0, 0, 0, 0.6);
    padding: 5px 9px;
    width: 100%;
    height: auto;
}

.stage .itemsHome .sBlock p.destino {
    color: #ffdd00;
    font-size: 18px;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.stage .itemsHome .sBlock p.tarifa {
    color: #b2b2b2;
    font-size: 14px;
    margin: 8px 0;
}

.stage .itemsHome .sBlock p.precio {
    color: #ffffff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
}

.stage .itemsHome .sBlock p.precio span {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
}

.stage .itemsHome .sBlock a {
    color: #ffdd00;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700
}

.stage .slick-slider {
    margin: 0;
}

.main.counter .stage {
    margin-top: 2rem;
}

@media screen and (max-width: 850px) {
    .tit-stage {
        display: inline-block;
    }
}

@media (max-width: 840px) {
    .stage .slick-dots {
        top: 0;
        bottom: auto;
    }

    .stage {
        max-height: 440px;
    }

    .stage .itemsHome .sTit {
        left: 6%;
        max-width: 360px;
    }

    .stage .itemsHome .title {
        display: block;
        font-size: 1.4rem;
    }

    .stage .itemsHome .sBlock {
        top: 180px;
    }

    .stage .itemsHome .highlight {
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .stage .itemsHome .yelCE {
        color: #fff;
    }

    .stage .itemsHome:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
        display: inline-block;
        z-index: 1;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, .5) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, .5) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, .5) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

    .stage .itemsHome .sTit {
        z-index: 2;
    }

    .stage .itemsHome .title {
        margin-bottom: 2rem;
    }

    .stage .itemsHome .sTit {
        left: 5%;
        right: 3%;
        width: 92%;
        top: auto;
        max-width: 100%;
        bottom: 2rem;
    }

    .stage .itemsHome .sTit a {
        float: right;
        margin-right: .5rem;
    }

    .stage .itemsHome .title {
        max-width: 380px;
    }

    .stage .itemsHome .sTit img.slogan {
        display: inline-block;
    }

    .stage:after {
        content: none;
        display: none;
    }
}


@media (max-width: 780px) {}

/*** ajustes para stage mobile 171116 ***/
@media (max-width: 640px) {
    .stage .slick-dots {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        margin-bottom: 0;
    }

    .stage .slick-dots li button {
        border-radius: 0;
        height: 4px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .stage {
        height: auto;
        max-height: 510px;
        background-color: #212121;

    }

    .stage .itemsHome .title {
        display: block;
        font-size: 1.2rem;
        line-height: 1.3em;
        text-shadow: none;
        margin-bottom: .5em;
        text-align: left;
        margin-left: 0;
        max-width: 100%;
        font-weight: 400;
        text-transform: uppercase;
    }

    .stage .itemsHome .title p {
        color: #fff;
        font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
    }


    .stage .itemsHome .sTit {
        position: static;
        float: none;
        left: 0;
        bottom: -3rem;
        right: 0;
        margin: auto;
        text-align: center;
        width: 100%;
        height: auto;
        z-index: 10;
    }

    .stage .itemsHome {
        padding-bottom: 3rem;
    }

    .stage .itemsHome:after{
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        height: 100%;
        z-index: 1;
        display: block;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .45) 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .45) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .45) 100%);
    }

    .stage .itemsHome>.row {
        z-index: 5;
        position: relative;
        width: 100%;
        display: block;
        background-color: #212121;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        min-height: 160px;
        padding: 1rem;
        margin-top: -.5rem;
    }


    .stage .itemsHome>.row:before,
    .stage .itemsHome>.row:after {
        content: none;
        display: none;
    }

    .stage .itemsHome .highlight {
        color: #ffffff;
        background-color: transparent;
        box-shadow: none;
    }

    .stage .itemsHome .highlight .yelCE {
        font-style: italic;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
    }

    .stage .itemsHome .sTit a,
    .stage .itemsHome .sTit a:hover,
    .stage .itemsHome .sTit a:active,
    .stage .itemsHome .sTit a:visited,
    .stage .itemsHome .call,
    .stage .itemsHome .call a:hover,
    .stage .itemsHome .call a:active,
    .stage .itemsHome .call a:visited {
        background-color: transparent;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        color: #ffdd00;
        background-image: url("../../images/icons/go___button-y.svg");
        margin-top: .3rem;
        margin-bottom: .3rem;
        -webkit-background-size: 15px;
        background-size: 15px;
        padding-right: 1.5rem;
        cursor: pointer;
        position: relative;
        z-index: 100;
    }

    .stage .itemsHome .sTit a {
        position: relative !important;
        float: left !important;
        padding: 0 !important;
        background-image: none !important;
    }

    .stage .itemsHome .sTit a:after {
        content: "";
        width: .25rem;
        height: 1.6em;
        display: inline-block;
        vertical-align: middle;
        border-right: 1px solid #ffdd00;
        border-top: 1px solid #ffdd00;
        border-bottom: 1px solid #ffdd00;
        padding-left: .25em;
    }

    .stage .itemsHome .sTit a:before {
        content: "";
        width: .25rem;
        height: 1.6em;
        display: inline-block;
        vertical-align: middle;
        border-left: 1px solid #ffdd00;
        border-top: 1px solid #ffdd00;
        border-bottom: 1px solid #ffdd00;
        padding-right: .25em;
    }

    .stage .itemsHome .sTit img.slogan {
        max-width: 100px;
        float: left;
        margin-bottom: 0;
        position: absolute;
        right: 0;
        top: -.75rem;
        max-height: 80px;
        transform: translateY(-110%);
        -webkit-transform: translateY(-110%);
        -moz-transform: translateY(-110%);
        width: auto;
    }

    .stage .itemsHome .sTit span.desde {
        margin-top: 10px;
        font-size: 16px;
    }

    .stage .itemsHome .sBlock {
        top: 180px;
        left: 45%;
    }

    .stage .itemsHome .sBlock h2,
    .stage .itemsHome .sBlock a,
    .stage .itemsHome .sBlock p.destino {
        font-size: 16px;
    }

    .stage .itemsHome .sBlock p.tarifa,
    .stage .itemsHome .sBlock p.precio {
        display: none;
    }

    .stage .itemsHome.cube .highlight:before,
    .stage .itemsHome.cube .highlight:after {
        content: none;
        display: none;
    }

    .stage .slick-prev {
        width: 2rem;
        top: 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        background-color: rgba(0, 0, 0, .3);
        background-image: url(../../images/landingplus/icon__arrowLeft.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 20px 50px;
        margin-top: 0;
        opacity: .6;
        transition: all linear .25s;
        -webkit-transition: all linear .25s;
        -moz-transition: all linear .25s;
        -ms-transition: all linear .25s;
        -o-transition: all linear .25s;
        background-color: rgba(2, 77, 161, .75);
        font-size: 0;
    }

    .stage .slick-prev:active,
    .stage .slick-prev:hover {
        opacity: 1;
    }


    .stage .slick-prev:before {
        content: none;
    }

    .stage .slick-next {
        width: 2rem;
        top: 0;
        background-size: 20px 50px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        right: 0;
        left: auto;
        background-image: url(../../images/landingplus/icon__arrowRight.svg);
        font-size: 0;
        position: absolute;
        bottom: 0;
        height: 100%;
        background-color: rgba(0, 0, 0, .3);
        background-repeat: no-repeat;
        background-position: center center;
        margin-top: 0;
        opacity: .6;
        transition: all linear .25s;
        -webkit-transition: all linear .25s;
        -moz-transition: all linear .25s;
        -ms-transition: all linear .25s;
        -o-transition: all linear .25s;
        background-color: rgba(2, 77, 161, .75);
    }

    .stage .slick-next:active,
    .stage .slick-next:hover {
        opacity: 1;
    }

    .stage .slick-next:before {
        content: none;
    }
}

@media (max-width: 500px) {
    .stage .itemsHome .sBlock {
        top: 120px;
    }

    .stage .itemsHome.cube .highlight:before {
        left: -10px;
    }

}

@media (max-width: 460px) {
    .stage .itemsHome .sBlock .info .destino {
        display: none;
    }
}