/* ==========================================================================
   Countdown Style Start
   ========================================================================== */
.bg-wraper {
    position: fixed;
    top: 0;
    height: 100%;
    min-height: 700px;
    width: 100%;
}

.countdown-timer {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    top: 28%;
    text-align: center;
    width: 100%;
}

.countdown-timer .heading-count {
    padding: 10px 68px;
    text-align: center;
}

.countdown-timer .heading-count h2 {
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 15px;
    text-align: center!important;
}

.countdown-timer p {
    font-size: 14px;
    color: #fff;
    line-height: 22px;
}

.countdown-timer .button-group {
    margin-top: 30px;
}

.countdown-timer .btn {
    margin: 10px;
}

.time-count div {
    text-align: center;
}

.time-entry {
    display: inline-block;
    margin: 1px;
    padding: 10px;
    padding-bottom: -10px;
    border-radius: 0px;
    text-align: center!important;
    font-weight: 400;
    color: #fff;
    font-size: 10px;
    line-height: 0px;
}

.time-entry span {
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    line-height: 45px;
    font-weight: 700;
    display: block;
    color: #fff;
    margin-bottom: 10px;
    text-align: center!important;
}

.time-entry:first-child {
    border-left: none;
}

.countdown {
    width: 100%;
    display: grid;
    margin-top: -5%;
}

.countdown .time-count {
    padding: 0;
    position: relative;
    display: inline-block;
    text-align: center;

}

.countdown .time-count .time-entry {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 90px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center!important;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.5);
    /*box-shadow: 0 5px 50px -10px #000;*/

}

/*#carou-Home p {
    font-size: 25px!important;
    margin-bottom: 0px!important;
}*/


@media (max-width: 600px) {
    .time-entry span {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    line-height: 45px;
    font-weight: 700;
    display: block;
    color: #fff;
    margin-bottom: 0px;
    text-align: center!important;
}
.countdown .time-count .time-entry {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 70px;
    border-radius: 4px;
    font-size: 10px;
    text-align: center!important;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.5);
    /*box-shadow: 0 5px 50px -10px #000;*/

}
.mkt-home-logotemporada-2{
        margin-top: -425px;
    width: 45%;

}
}