.hero.blackfriday {
    background-color:#000000;
    padding-top: 112px;
    padding-bottom: 0;
}

@media (min-width: 992px) {
    .hero.blackfriday {
        max-height: 789px;
        padding-top: 0;
    }
}

.highlight.fixed {
    color: #ED8534;
    text-align: center;
    z-index: 1;
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 900;
    font-style: italic;
}

.hero.blackfriday .hero-bg {
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.hero.blackfriday .hero-bg img {
    object-fit: contain;
}

@media (min-width: 992px) {
    .hero.blackfriday .hero-bg img {
        height: 681px;
    }
}

.hero.blackfriday .box-form .btn-default {
    background: #ED8534;
    border-color: #ED8534;
}

.hero.blackfriday .hero-title {
    font-size: 16px;
    line-height: 0.9;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 26px;
    margin-top: 40px;
    font-style: italic;
    margin-left: 48px;
}

.hero.blackfriday .form-steps .active{
    background: #ED8534;
}

@media (min-width: 992px) {
    .hero.blackfriday .hero-title {
        font-size: 36px;
        margin-top: 280px;
        margin-left: 0;
    }

    .hero.blackfriday .hero-title .highlight {
        font-size: 24px;
    }

    .hero.blackfriday .container.hero-container {
        margin-top: 80px;
    }
}

@media (min-width: 1200px) {
    .hero.blackfriday .hero-title {
        margin-left: -48px;
    }
}

.hero.blackfriday .hero-title .highlight {
    color: #ED8534;
    display: block;
}

.hero.blackfriday .hero-bf-text {
    text-align: left;
    margin-bottom: 8px;
}

@media (min-width: 992px) {
    .hero.blackfriday .hero-bf-text {
        margin-bottom: 26px;
    }

    .hero.blackfriday .hero-bf-text img {
        width: 466px;
    }
}

.hero.blackfriday .hero-bf-roulette {
    position: absolute;
    right: 0;
    top: -5px;
    width: 170px;
    height: 170px;
    background: #32291D;
    border-radius: 100%;
    z-index: 99;
}

@media (min-width: 992px) {
    .hero.blackfriday .hero-bf-roulette {
        top: auto;
        width: 260px;
        height: 260px;
        bottom: 20px;
        right: -59px;
    }
}

@media (min-width: 1200px) {
    .hero.blackfriday .hero-bf-roulette {
        width: 394px;
        height: 394px;
        bottom: 10px;
        right: -151px;
    }
}

.hero.blackfriday .hero-bf-roulette .roulette {
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: relative;
}

.hero.blackfriday .hero-bf-roulette .roulette-spin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

@keyframes girarRoleta {
    0% {
        transform: rotate(0deg);
    }
    80% {
        transform: rotate(1440deg);
    }
    100% {
        transform: rotate(1440deg);
    }
}

.roulette-spin {
    animation: girarRoleta 5s ease-in-out infinite;
}

.hero.blackfriday .box-form-body .blackfriday-counter {
	color: #FFFFFF;
	background-color: #ED8534;
	padding: 4px 20px;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-direction: column;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
    position: absolute;
    top: -50px;
    left: 23%;
    
}
@media (min-width: 992px) {
    .hero.blackfriday .box-form-body .blackfriday-counter {
        top: -60px;
		font-size: 16px;
        padding: 10px 40px;
	}
}

.hero.blackfriday .form-blackweek{
    margin-top: 60px;
}

@media (min-width: 992px) {
    .hero.blackfriday  .form-blackweek {
        margin-top: 12px;
    }
}
.hero.blackfriday .box-form-body .blackfriday-counter .counter {
	font-size: 28px;
}
@media (min-width: 992px) {
	.hero.blackfriday .box-form-body .blackfriday-counter .counter {
		font-size: 36px;
	}
}

.hero.blackfriday .box-subtitle {
    margin-top: 40px;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	padding: 28px 36px;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
    position: relative;
    z-index: 1;
}
@media (min-width: 992px) {
	.hero.blackfriday .box-subtitle {
		font-size: 20px;
        margin-top: 32px;
	}
}

.hero.blackfriday .box-subtitle .text-yellow {
	color: #ED8534;
}

.hero.blackfriday .box-subtitle strong {
    font-weight: 600;
}

.hero.blackfriday .box-subtitle .progress-bar-content{
    --percent: 0%;
    position: relative;
}

.hero.blackfriday .box-subtitle .progress-bar {
	width: 100%;
    overflow: hidden;
	height: 12px;
	background-color: #D9D9D9;
	border-radius: 6px;
	margin-top: 16px;
	position: relative;
    max-width: 100%;
}

.hero.blackfriday .box-subtitle .progress-bar::after {
    display: block;
	content: "";
	background-color: #ED8534;
	width: var(--percent);
	height: 12px;
	border-radius: 6px 0 0 6px;
    transition: width 0.3s linear;
    max-width: 100%;
}

.hero.blackfriday .box-subtitle .progress-bar-arrow::before {
	display: block;
	content: "";
	position: absolute;
	top: -12px;
	width: 9px;
	height: 9px;
	left: calc(var(--percent) - 4px);
	border-top: 9px solid #D9D9D9;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
    transition: left 0.3s linear;
}

.hero-bf-extension {
    position: absolute;
    top: -46px;
    left: 0;
}

@media (min-width: 992px) {
    .hero-bf-extension {
        left: -36px;
    }

    .hero-bf-extension img {
        width: 427px;
    }
}

.hero-bf-extension + .hero-bf-text {
    margin-top: 15px;
}


@media (min-width: 992px) {
    .hero-bf-extension + .hero-bf-text {
        margin-top: 78px;
    }
}

@media (max-width: 767px) {
    .blackfriday:has(.hero-bf-extension) .hero-brand-cta {
        margin-bottom: 56px;
    }
}

.hero.blackfriday .hero-brand-cta {
    position: absolute;
    top: -94px;
}

.hero.blackfriday:has(.hero-brand-cta) .hero-bg img{
    margin-top: 58px;
}

.hero.blackfriday:has(.hero-brand-cta) .highlight.fixed {
    top: 82px;
}

.hero.blackfriday:has(.hero-brand-cta) .hero-title {
    margin-top: 98px;
}

@media (min-width: 992px) {
    .hero.blackfriday:has(.hero-brand-cta) .hero-container {
        padding-top: 219px;
        margin-top: 0;
    }

    .hero.blackfriday:has(.hero-brand-cta){
        max-height: none;
    }

    .hero.blackfriday:has(.hero-brand-cta) .hero-title {
        margin-top: 280px;
    }

    .hero.blackfriday .hero-brand-cta {
        top: 60px;
    }

    .hero.blackfriday.hero.blackfriday:has(.hero-brand-cta) .hero-bg img{
        margin-top: 150px;
    }
}