.scheduledbanner-container {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px;
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background: #071b38;
    overflow: visible;
    min-height: 360px;
    background-image: url(https://selecta-play.com/modules/okisamscheduledbanner/views/img/background.svg);
    background-position: center top;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
}
@media(min-width: 992px){
    .scheduledbanner-container {
        flex-wrap: nowrap;
    }
}
@media(min-width: 1400px){
    .scheduledbanner-container {
        z-index: 10;
        padding: 30px 25% 30px 50px;
        gap: 0;
        margin-top: 100px;
        margin-bottom: 50px;
    }
}
.scheduledbanner-container .banner-content {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    order: 2;
    max-width: 100%;
}
@media(min-width: 1400px){
    .scheduledbanner-container .banner-content {
        gap: 80px;
        flex-wrap: nowrap;
    }
}
.scheduledbanner-container .banner-content .content .header {
    font-family: 'Lato';
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
    line-height: 16px; /* 145.455% */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: baseline;
}
.scheduledbanner-container .banner-content .content .header span {
    color: #fff;
    font-family: 'Khand-Variable';
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 1.9px;
}
.scheduledbanner-container .banner-content .content .title {
    color: #fff;
    font-family: 'Khand-Variable';
    text-shadow: 4px 1px 0px #FF0554;
    font-size: 61px;
    font-style: normal;
    font-weight: 500;
    line-height: 66px;
    letter-spacing: 3.05px;
    margin-bottom: 10px;
}
@media(min-width: 768px) AND (max-width: 1400px){
    .scheduledbanner-container .banner-content .content .title {
        text-shadow: 8px 1px 0px #FF0554;
        font-size: 81px;
        font-style: normal;
        font-weight: 500;
        line-height: 76px;
        letter-spacing: 4.05px;
    }
}
@media(min-width: 1500px){
    .scheduledbanner-container .banner-content .content .title {
        text-shadow: 8px 1px 0px #FF0554;
        font-size: 81px;
        font-style: normal;
        font-weight: 500;
        line-height: 76px;
        letter-spacing: 4.05px;
    }
}
.scheduledbanner-container .banner-content .content {
    color: #fff;
    font-family: 'Lato';
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}
.scheduledbanner-container .banner-content .content strong {
    color: #FF0554;
    font-family: 'Khand-Variable';
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 2px;
}
.scheduledbanner-container .content .text span.line-through {
    position: relative;
    text-decoration: none !important;
    color: #fff;
    font-family: 'Khand-Variable';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.9px;
    padding: 0 5px;
}
.scheduledbanner-container .content .text span.line-through:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -5%;
    width: 110%;
    height: 2px;
    background: #fff;
    transform: rotateZ(-20deg);
}

.scheduledbanner-container .banner-content .btn-primary {
    font-family: 'Khand-Variable';
    border-radius: 3px;
    border: 1px solid #FF0554;
    font-size: 27px;
    width: 100%;
    margin-top: 50px;
}
.scheduledbanner-container .banner-image {
    order: 1;
    margin: 0 10vw;
    
}
@media(min-width: 562px){
    .scheduledbanner-container .banner-image {
        margin: 0 20vw;
    }
}
@media(min-width: 992px){
    .scheduledbanner-container .banner-image {
        order: 2;
        margin: 0;
    }
}
@media(min-width: 1200px){
    .scheduledbanner-container .banner-image {
        padding-right: 50px;
    }
}
@media(min-width: 1400px){
    .scheduledbanner-container .banner-image {
        position: absolute;
        width: 18%;
        top: 50%;
        right: 3%;
        transform: translateY(-50%);
        text-align: right;
        padding-right: 0;
    }
}
.scheduledbanner-container .banner-image img {
    height: auto;
}

/*CONTADOR*/
.scheduledbanner-container .countdown {
    display: flex;
    padding: 35px 0px 38px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
    border-radius: 31px;
    border: 3px solid var(--Rosa-nen, #FF0554);
    background: rgba(255, 255, 255, 0.05);
    padding: 18px 20px;
    max-width: 100%;
}
@media(min-width: 568px){
    .scheduledbanner-container .countdown {
        gap: 48px;
        padding: 48px 20px;
    }
}
.scheduledbanner-container .countdown .calendar-countdown {
    display: flex;
    transform: scale(0.7);
}
@media(min-width: 568px){
    .scheduledbanner-container .countdown .calendar-countdown {
        transform: scale(1);
    }
}
.scheduledbanner-container .countdown .block {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 94px;
    height: 88px;
    border-radius: 15px;
    background: #FFF;
    margin: 0 9px;
}
.scheduledbanner-container .countdown .block:after {
    content: ':';
    position: absolute;
    color: #fff;
    left: -11px;
    font-size: 20px;
    font-weight: bold;
}
.scheduledbanner-container .countdown .block:first-child:after {
    display: none;
}
.scheduledbanner-container .countdown .block span {
    color: #FF0554;
    text-align: center;
    font-family: 'Khand-Variable';
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.scheduledbanner-container .countdown .block label {
    color: #071B38;
    text-align: center;
    font-family: 'Lato';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.scheduledbanner-container .banner-image img { width: 285px!important; }

.half-background {
    position: relative;
    font-size: 40px;
    font-weight: bold;
    color: #FF0554;
line-height: 50px;
}

