/**
 * Vodafone Reboot Framework: Version 15.5.0. Generation Date: 2020-02-13T08:54:41.384Z
 */

.vfes-counter-copy {
    padding: 8px 0;
    text-align: center;
    font-size: 16px;
}

.vfes-ms-content .countDown_cont {
    font-size: 0.8rem;
    display: -webkit-box;
    display: flex;
    color: #333;
    flex-wrap: wrap;
    align-content: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.vfes-ms-content .countDown_interval_cont {
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
    width: auto;
}

.vfes-ms-content .countDown_interval_cont:nth-child(n+1):not(:last-child) {
    margin-right: 10px;
}

.vfes-ms-content .countDown_interval_basic_cont {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.vfes-ms-content .countDown_interval_basic_cont_description {
    display: -webkit-box;
    display: flex;
    justify-content: center;
    margin-right: 1em;
    margin-top: .5em;
    margin-bottom: .5em;
    font-size: 14px;
    color: #fff;
    /* display: none; */
}

.vfes-counter--bg-ligth .countDown_interval_basic_cont_description {
    color: #333;
}

.vfes-ms-content .countDown_digit_cont {
    -webkit-perspective: 3.2em;
    perspective: 3.2em;
    box-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.2);
    width: 1em;
    height: 1.6em;
    position: relative;
    line-height: 1.6em;
    font-size: 18px;
    font-weight: 700;
    border-radius: .08em;
}

.vfes-ms-content .countDown_digit_cont:nth-child(n+1):not(:last-child) {
    margin-right: .05em;
}

.vfes-ms-content .countDown_digit_last_placeholder,
.vfes-ms-content .countDown_digit_new_placeholder {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    text-align: center;
    overflow: hidden;
}

.vfes-ms-content .countDown_digit_last_placeholder {
    bottom: 0;
    background: #fff;
    border-radius: 0 0 .08em .08em;
}

.vfes-ms-content .countDown_digit_last_placeholder_inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    bottom: 50%;
    position: absolute;
}

.vfes-ms-content .countDown_digit_new_placeholder {
    top: 0;
    background: #f7f7f7;
    border-radius: .08em .08em 0 0;
}

.vfes-ms-content .countDown_digit_last_rotate,
.vfes-ms-content .countDown_digit_new_rotate {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 50%;
    font-weight: 700;
    position: absolute;
    top: 0;
    overflow: hidden;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    border-radius: .08em .08em 0 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.vfes-ms-content .countDown_digit_last_rotate:after,
.vfes-ms-content .countDown_digit_new_rotate:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-bottom: 0.01em solid rgba(0, 0, 0, 0.1);
}

.vfes-ms-content .countDown_digit_last_rotate {
    -webkit-animation-name: countDown_flip_1;
    animation-name: countDown_flip_1;
    background: #f7f7f7;
}

.vfes-ms-content .countDown_digit_new_rotate {
    -webkit-animation-name: countDown_flip_2;
    animation-name: countDown_flip_2;
    background: #fff;
}

.vfes-ms-content .countDown_digit_new_rotated {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    width: 100%;
    height: 100%;
}

.vfes-ms-content .countDown_digit_new_rotated_inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    bottom: 50%;
    position: absolute;
}


/*banner rate*/

.one-light .banner-rate-box-fm {
    top: 0;
}

@-webkit-keyframes countDown_flip_1 {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        z-index: 1;
    }

    100% {
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
        z-index: 0;
    }
}

@keyframes countDown_flip_1 {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        z-index: 1;
    }

    100% {
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
        z-index: 0;
    }
}

@-webkit-keyframes countDown_flip_2 {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        z-index: 0;
    }

    100% {
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
        z-index: 1;
    }
}

@keyframes countDown_flip_2 {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        z-index: 0;
    }

    100% {
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
        z-index: 1;
    }
}


/*Copy oferta flash*/

.vfes-ms-content.vfes-counter {
    /* width: 70%; */
    padding-top: 1em;
    margin: 0 auto;
}


/*background dark mobile -- background ligth en desktop*/

.vfes-ms-content.bg--dark-mobile.bg--ligth-desktop .countDown_cont {
    color: #fff;
}

.vfes-ms-content.bg--dark-mobile.bg--ligth-desktop .countDown_digit_new_placeholder {
    background: #333;
}

.vfes-ms-content.bg--dark-mobile.bg--ligth-desktop .countDown_digit_new_rotate {
    background: #333;
}

.vfes-ms-content.bg--dark-mobile.bg--ligth-desktop .countDown_digit_last_rotate {
    background: #333;
}

.vfes-ms-content.bg--dark-mobile.bg--ligth-desktop .countDown_digit_last_placeholder {
    background: #333;
}

.vfes-ms-content.bg--dark-mobile.bg--ligth-desktop .vfes-counter-copy {
    color: #333;
}


/*background dark mobile -- background ligth en desktop*/


/*background ligth mobile -- background dark en desktop*/

.vfes-ms-content.bg--ligth-mobile.bg--dark-desktop .countDown_cont {
    color: #333;
}

.vfes-ms-content.bg--ligth-mobile.bg--dark-desktop .countDown_digit_new_placeholder {
    background: #fff;
}

.vfes-ms-content.bg--ligth-mobile.bg--dark-desktop .countDown_digit_new_rotate {
    background: #fff;
}

.vfes-ms-content.bg--ligth-mobile.bg--dark-desktop .countDown_digit_last_rotate {
    background: #fff;
}

.vfes-ms-content.bg--ligth-mobile.bg--dark-desktop .countDown_digit_last_placeholder {
    background: #fff;
}

.vfes-ms-content.bg--dark-mobile.bg--ligth-desktop .vfes-counter-copy {
    color: #333;
}


/*background ligth mobile -- background dark en desktop*/

@media (min-width: 400px) {
    .vfes-ms-content .vfes-counter--flex {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .vfes-ms-content .vfes-counter--img {
        width: 262px;
        max-width: inherit;
        padding-right: 32px;
    }
}

@media screen and (min-width:768px) {
    .vfes-counter-copy {
        font-size: 16px;
        text-align: center;
    }

    .vfes-ms-content .countDown_interval_basic_cont_description {
        font-size: 16px;
    }

    /*banner rate*/
    .one-light .banner-rate-box-fm {
        top: 20px;
    }

    .vfes-ms-content .countDown_cont {
        font-size: 6px;
        justify-content: center;
    }

    /*background dark mobile -- background ligth en desktop*/
    .vfes-ms-content.bg--dark-mobile.bg--ligth-desktop .countDown_cont {
        color: #333;
    }

    .vfes-ms-content.bg--dark-mobile.bg--ligth-desktop .countDown_digit_new_placeholder {
        background: #fff;
    }

    .vfes-ms-content.bg--dark-mobile.bg--ligth-desktop .countDown_digit_new_rotate {
        background: #fff;
    }

    .vfes-ms-content.bg--dark-mobile.bg--ligth-desktop .countDown_digit_last_rotate {
        background: #fff;
    }

    .vfes-ms-content.bg--dark-mobile.bg--ligth-desktop .countDown_digit_last_placeholder {
        background: #fff;
    }

    .vfes-ms-content.bg--dark-mobile.bg--ligth-desktop .vfes-counter-copy {
        color: #fff;
    }

    .vfes-ms-content.bg--dark-mobile.bg--ligth-desktop .countDown_interval_basic_cont_description {
        color: #fff;
    }

    /*background dark mobile -- background ligth en desktop*/
}

@media screen and (min-width: 1024px) {
    .vfes-ms-content.vfes-counter {
        top: 34px;
    }

    .main-hi .vfes-ms-content.vfes-counter {
        left: -34px;
    }

    .banner-form {
        top: -109px !important;
    }

    .one-light .banner-rate-box-fm {
        top: -95px;
    }

    .vfes-ms-content.vfes-counter {
        left: 0px;
        width: 20%;
    }

    .vfes-counter-copy {
        margin-right: 0;
    }
}

@media screen and (min-width:1280px) {
    .vfes-ms-content {
        position: absolute;
        top: 20px;
    }

    .vfes-counter-copy {
        padding-top: 0;
    }

    .vfes-ms-content .countDown_digit_cont {
        font-size: 4em;
    }

    .banner-form {
        top: 0 !important;
    }

    .one-light .banner-rate-box-fm {
        top: 20px;
    }

    .vfes-ms-content.vfes-counter {
        left: 40px;
    }
}

@media screen and (min-width:1921px) {
    .vfes-ms-content.vfes-counter {
        left: -350px;
    }
}