
@import url("https://use.typekit.net/mbu7zhd.css");

@font-face {
    font-family: 'Lubrax Display' ;
    src: url('../fonts/LubraxDisplay-Light.woff2') ;
    font-weight: 300 ;
}
@font-face {
    font-family: 'Lubrax Display' ;
    src: url('../fonts/LubraxDisplay-Regular.woff2') ;
    font-weight: 400 ;
}
@font-face {
    font-family: 'Lubrax Display' ;
    src: url('../fonts/LubraxDisplay-Bold.woff2') ;
    font-weight: 700 ;
}


@font-face {
    font-family: 'Lubrax Display Extended' ;
    src: url('../fonts/LubraxDisplay-LightExtended.woff2') ;
    font-weight: 300 ;
}
@font-face {
    font-family: 'Lubrax Display Extended' ;
    src: url('../fonts/LubraxDisplay-Extended.woff2') ;
    font-weight: 400 ;
}
@font-face {
    font-family: 'Lubrax Display Extended' ;
    src: url('../fonts/LubraxDisplay-ExtendedBold.woff2') ;
    font-weight: 700 ;
}


@font-face {
    font-family: 'Lubrax Display Condensed' ;
    src: url('../fonts/LubraxDisplay-LightCondensed.woff2') ;
    font-weight: 300 ;
}
@font-face {
    font-family: 'Lubrax Display Condensed' ;
    src: url('../fonts/LubraxDisplay-Condensed.woff2') ;
    font-weight: 400 ;
}
@font-face {
    font-family: 'Lubrax Display Condensed' ;
    src: url('../fonts/LubraxDisplay-BoldCondensed.woff2') ;
    font-weight: 700 ;
}




:root {

	--bs-primary: #004415 ;
	--bs-primary-rgb: 0,68,21 ;

	--bs-secondary: #F9EE00 ;
	--bs-secondary-rgb: 249,238,0 ;

	--bs-success: #84ea00 ;
	--bs-success-rgb: 132, 234, 0 ;

	--bs-info: #008542;
	--bs-info-rgb: 0,133,67 ;

	--bs-dark: #032E17;
	--bs-dark-rgb: 3,46,23 ;

	--bs-light: #E4E7DF ;
	--bs-light-rgb: 230,232,226 ;

	--bs-danger: #e87200 ;
	--bs-danger-rgb: 232, 114, 0 ;

	--bs-font-sans-serif: "acumin-pro", Arial, sans-serif ;
	--bs-body-font-size: 14px;
	--bs-body-color: #000 ;
	--bs-body-font-weight: 400;

	--bs-link-color: #fff ;
	--bs-link-hover-color: #ffffff99;
}

body {
    background-color: var(--bs-primary);
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5 {
	font-family: 'Lubrax Display Extended';
	font-weight: 700;
    text-transform: uppercase;
}

.lead {
	font-weight: 400;
}

.btn {
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 4px;
    font-size: 16px;
    padding: 8px 36px;
    font-family: "lubrax display extended";
}

.btn-lg {
    font-size: 20px;
}

.ff-secondary {
    font-family: 'lubrax display' !important;
}

small { font-size: 12px; }

.btn-primary {
    --bs-btn-color: #004415;
    --bs-btn-bg: #F9EE00;
    --bs-btn-border-color: #F9EE00;
    --bs-btn-hover-color: #F9EE00;
    --bs-btn-hover-bg: #004415;
    --bs-btn-hover-border-color: #F9EE00;
    --bs-btn-active-color: #F9EE00;
    --bs-btn-active-bg: var(--bs-dark);
    --bs-btn-active-border-color: var(--bs-dark);
    --bs-btn-disabled-color: var(--bs-secondary);
    --bs-btn-disabled-bg: var(--bs-dark);
    --bs-btn-disabled-border-color: var(--bs-dark);
}

.btn-outline-primary {
    --bs-btn-color: #FFEF17;
    --bs-btn-border-color: #FFEF17;
    --bs-btn-hover-color: #FFEF17;
    --bs-btn-hover-bg: #008542;
    --bs-btn-hover-border-color: #008542;
    --bs-btn-active-color: var(--bs-secondary);
    --bs-btn-active-bg: var(--bs-dark);
    --bs-btn-active-border-color: var(--bs-dark);
    --bs-btn-disabled-color: var(--bs-secondary);
    --bs-btn-disabled-bg: #300715;
    --bs-btn-disabled-border-color: #300715;
}

.btn-light {
    --bs-btn-color: var(--bs-warning);
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: White;
    --bs-btn-hover-bg: var(--bs-warning);
    --bs-btn-hover-border-color: var(--bs-warning);
    --bs-btn-focus-shadow-rgb: 211,212,213;
    --bs-btn-active-color: var(--bs-primary);
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: #fff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-primary);
    --bs-btn-disabled-bg: #fff;
    --bs-btn-disabled-border-color: #fff;
}

.btn-success {
    --bs-btn-color: #184520;
    --bs-btn-bg: #84ea00;
    --bs-btn-border-color: #84ea00;
    --bs-btn-hover-color: #84ea00;
    --bs-btn-hover-bg: #184520;
    --bs-btn-hover-border-color: #184520;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #184520;
    --bs-btn-active-border-color: #184520;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #184520;
    --bs-btn-disabled-border-color: #184520;
}
.btn-outline-success {
    --bs-btn-color: #184520;
    --bs-btn-border-color: #84ea00;
    --bs-btn-hover-color: #84ea00;
    --bs-btn-hover-bg: #184520;
    --bs-btn-hover-border-color: #184520;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #184520;
    --bs-btn-active-border-color: #184520;
    --bs-btn-disabled-color: #184520;
    --bs-btn-disabled-border-color: #184520;
}

.btn-secondary {
    --bs-btn-color: #184520;
    --bs-btn-bg: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-color: var(--bs-secondary);
    --bs-btn-hover-bg: #184520;
    --bs-btn-hover-border-color: #184520;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #184520;
    --bs-btn-active-border-color: #184520;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #184520;
    --bs-btn-disabled-border-color: #184520;
}

.btn-sm {
    font-size: 14px;
    padding: 8px 24px;
}

.form-label { margin-bottom: .125rem; }

.form-control,
.form-select {
    border-radius: 2rem;
    background-color: rgba(0, 0, 0, .2);
    border-color: rgba(0, 0, 0, .3);
    color: white;
}

.form-group label {
    font-weight: 500;
	color: White;
    max-width:90%;
}

.input-group-text {
    color: var(--bs-light);
    background-color: rgba(0, 0, 0, .5);
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 3rem;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-striped-bg: rgba( 212,164,123, 0.3) ;
}

/* Header */

.bg-header {
    background-color: rgba(255, 255, 255, .6);
    z-index: 100;
    backdrop-filter: blur(3px);
}

.header-wrapper {
    display: flex ;
    flex-wrap: inherit ;
    align-items: center ;
    justify-content: space-between ;
    width: 100% ;
}

.bg-header .nav-link {
    text-transform: uppercase;
    color: var(--bs-primary);
    font-weight: 700;
    font-size: 14px;
}
.bg-header .nav-link:hover {
    color: var(--bs-dark) ;
}
.bg-header .btn {
    font-family: 'Lubrax Display Extended';
    padding: 4px 16px;
    font-size: 15px;
}

.navbar-brand {
    width: 170px;
}

/* Content */

.bg-grey {
    background-image: url(../img/bg-cinza.png);
    background-size: 1920px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e3e2e2;
}

.bg-green {
    background-image: url(../img/bg-verde.png);
    background-size: 1920px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #032b1a;
}

.bg-inner-green {
    background-image: url(../img/bg-interna-verde.png);
    background-size: 1920px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #032b1a;
}

.box3d {
    padding: 2rem 1rem;
    background-color: rgba(255, 255, 255, .1);
    border-radius: .5rem;
    box-shadow: inset 2px -2px 4px rgba(0, 0, 0, .2), inset -2px 2px 4px rgba(245, 237, 25, .5);
    display: flex ;
    align-items: center;
}

.bg-inner-header {
    background-image: url(../img/bg-cabecalho-interna.png);
    background-size: 1880px;
    background-position: right -12rem top -1rem;
    background-repeat: no-repeat;
    background-color: var(--bs-primary);
    color: white;
    padding: 4rem 0 0 0;
}

.bg-roleta {
    background-image: url(../img/bg-roleta.png);
    background-size: 1920px ;
    background-position: bottom center ;
    background-repeat: no-repeat ;
}

.pull-up-container {
    margin-bottom: -2rem;
}
.pull-up {
    margin-top: -2rem;
}

.rounded-end-6 {
    border-radius: 0 5rem 5rem 0;
    padding: 2.5rem 5rem 2.5rem 0;
}

.box {
	background-color: white ;
	color: black ;
	padding: 3rem 1rem 1rem 1rem;
	border-radius: 8px ;
	margin-bottom: 4rem ;
}

.bg-webdoor {
    padding: 4rem 0 2rem 0;
    background-image: url(../img/bg-webdoor-moto-mobile.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top -2rem center;
    background-color: var(--bs-secondary);
    color: White;
}
.webdoor-spacer {
    height: 18rem;
}
.bg-premios {
	min-height: 349px;
    padding-top: 90px;
    background-image: url(../img/bg-topo-mobile.png);
    background-repeat: no-repeat;
    background-size: 480px;
    background-position: top -20px right -117px;
}


.step {
	background-color: var(--bs-warning);
	border-radius: 8px;
	padding: 0rem 2rem 3rem 2rem;
	font-weight: bold;
	color: White;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 3rem;
	min-height: 420px;
}
.step-number {
    display: inline-block;
    color: #f2d65c;
    text-align: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #441114;
    border: 8px solid #5e1119;
    font-size: 2rem;
    font-weight: bolder;
    position: relative;
    top: -2rem;
}


.accordion-button::after {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23008542'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23008542'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-item {
    background-color: transparent;
    border-color: rgba(var(--bs-dark-rgb), .3);
}
.accordion-button {
    color: var(--bs-dark);
    background-color: transparent;
    font-size: 16px;
    font-family: "acumin-pro", sans-serif;
    font-weight: 400;
}
.accordion-button:not(.collapsed) {
    color: var(--bs-dark);
    background-color: transparent;
	box-shadow: none;
}
.accordion-body {
    color: black;
    background-color: transparent;
	padding-top: 0;
}

.inner-page {
    background-color: var(--bs-info);
}

.inner-header {
    padding-top: 5.5rem;
    background-image: linear-gradient(90deg, transparent, transparent 50%, #570d28 50%, #892655 100%), linear-gradient(90deg, #9a2352, #520A24);
    background-position: top 327px center, top center;
    background-repeat: no-repeat, no-repeat;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
}

.nav-tabs {
    border: none;
}
.nav-tabs .nav-item {
    width: 100% ;
}
.nav-tabs .nav-link {
    background-color: rgba(255, 255, 255, .8);
    color: var(--bs-info);
    font-size: 16px;
    border: none;
    padding: 0.75rem 1rem 0.5rem 1rem;
    border-radius: 16px ;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 2px ;
    width: 100% ;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: White;
    box-shadow: 5px 0px 6px rgba(0, 0, 0, 0.125);
    z-index: 2;
    position: relative;
}
.tab-pane {
    background-color: White;
    padding: .5rem;
    border-radius: 8px;
    border: none;
	position: relative;
	z-index: 4;
    max-height: 600px;
    overflow-y: auto;
}

.prize {
    position: relative;
    margin-bottom: 2rem;
}
.prize-content {
    width: 95%;
    margin-left: 5%;
}
.prize-header {
    background: linear-gradient( 180deg, #E39321, #E39321, #FBAE17 ) ;
    border: 2px solid #FBAE17 ;
    border-radius: 16px 16px 0 0 ;
    padding: 8px ;
    margin-left: 3rem;
}
.prize-image {
    position: absolute;
    width: 40%;
    top: -2rem;
}

.bg-rodape-home .order-lg-2 {
    background-color: var(--bs-primary);
}


.drumroll-elements {
    position: relative;
    min-height: 700px;
    padding: 1rem 1rem 2rem 1rem;
    width: 100%;
}

.drumroll-content {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    height: 700px;
    padding-top: 8rem;
    background-color: rgba(0, 0, 0, .5);
}

.drumroll-start {
    position: absolute;
    height: 700px;
    background-image: url(../img/bg-drumroll.png);
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
}

#caminho {
    position: absolute;
    top: 30px;
    left: calc(((100% - 360px) / 2) + 22px);
    width: 360px;
    display: none;
}
.drumroll-elements.active #caminho,
.drumroll-elements.inactive #caminho {
    display: block;
}

.drumroll-prize {
    position: absolute;
    height: 580px;
    top: 5rem;
    left: 0;
    right: 0;
    z-index: 2;
    display: none;
    text-align: center;
}

.drumroll-countdown {
    position: absolute;
    height: 700px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: rgba(255,255,255,0);
    opacity: 0;
    transition: .2s All;
}
.drumroll-elements.active .drumroll-countdown {
    opacity: 1;
    z-index: 6;
    animation-name: flash;
    animation-duration: 6s;
}
.drumroll-elements.active .drumroll-start::after,
.drumroll-elements.inactive .drumroll-start::after {
    content: "";
    position: absolute;
    background-image: url(../img/moto-entrega.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    width: 42px;
    height: 88px;
    top: 497px; 
    right: 60px; 
    transform: rotateZ(-18deg);
    z-index: 10;
}
.drumroll-elements.active .drumroll-start::after {
    animation: ride 5s forwards;
}
.drumroll-elements.inactive .drumroll-start::after {
    animation: wrong 5s forwards;
}

#drumroll-confetti {
    position: absolute;
    height: 700px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.drumroll-elements.active #dot-13 { animation: greying 0.2s forwards; animation-delay: 0.2s; }
.drumroll-elements.active #dot-12 { animation: greying 0.2s forwards; animation-delay: 0.4s; }
.drumroll-elements.active #dot-11 { animation: greying 0.2s forwards; animation-delay: 0.6s; }
.drumroll-elements.active #dot-10 { animation: greying 0.2s forwards; animation-delay: 0.8s; }
.drumroll-elements.active #dot-09 { animation: greying 0.2s forwards; animation-delay: 1s;   }
.drumroll-elements.active #dot-08 { animation: greying 0.2s forwards; animation-delay: 1.2s; }
.drumroll-elements.active #dot-07 { animation: greying 0.2s forwards; animation-delay: 1.4s; }
.drumroll-elements.active #dot-06 { animation: greying 0.2s forwards; animation-delay: 1.6s; }
.drumroll-elements.active #dot-01 { animation: greying 0.2s forwards; animation-delay: 1.8s; }
.drumroll-elements.active #dot-04 { animation: greying 0.2s forwards; animation-delay: 2s;   }
.drumroll-elements.active #dot-03 { animation: greying 0.2s forwards; animation-delay: 2.2s; }
.drumroll-elements.active #pin { animation: successing 0.4s forwards; animation-delay: 2.6s; }


.drumroll-elements.inactive #dot-13 { animation: greying 0.2s forwards; animation-delay: 0.2s; }
.drumroll-elements.inactive #dot-12 { animation: greying 0.2s forwards; animation-delay: 0.4s; }
.drumroll-elements.inactive #dot-11 { animation: greying 0.2s forwards; animation-delay: 0.6s; }
.drumroll-elements.inactive #dot-10 { animation: greying 0.2s forwards; animation-delay: 0.8s; }
.drumroll-elements.inactive #dot-09 { animation: greying 0.2s forwards; animation-delay: 1s;   }
.drumroll-elements.inactive #dot-08 { animation: greying 0.2s forwards; animation-delay: 1.2s; }
.drumroll-elements.inactive #dot-07 { animation: greying 0.2s forwards; animation-delay: 1.4s; }
.drumroll-elements.inactive #dot-02 { animation: appear 0.2s forwards; animation-delay: 1.8s; }
.drumroll-elements.inactive #dot-05 { animation: appear 0.2s forwards; animation-delay: 2s; }
.drumroll-elements.inactive #pin { animation: wrongway 0.2s infinite; animation-delay: 2.6s; }


@keyframes greying {
    0%  { fill: #002313 ; }
    100% { fill: #a7b1ac ; }
}

@keyframes appear {
    0%  { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes successing {
    0%  { fill: #002313 ; }
    100% { fill: #84ea00 ; }
}

@keyframes wrongway {
    0%  { fill: #002313 ; }
    100% { fill: #e87200 ; }
}


@keyframes ride {
    0%  { top: 497px; right: 60px; transform: rotateZ(-18deg); }
    10% { top: 398px; right: 91px; transform: rotateZ(-15deg); }
    30% { top: 297px; right: 109px; transform: rotateZ(-8deg); }
    50% { top: 196px; right: 113px; transform: rotateZ(0deg);  }
    70% { top: 136px; right: 113px; transform: rotateZ(0deg); }
    100% { top: 136px; right: 113px; transform: rotateZ(0deg); }
}

@keyframes wrong {
    0%  { top: 497px; right: 60px; transform: rotateZ(-18deg); }
    10% { top: 398px; right: 91px; transform: rotateZ(-15deg); }
    30% { top: 297px; right: 109px; transform: rotateZ(-8deg); }
    50% { top: 217px; right: 158px; transform: rotateZ(-25deg); }
    70% { top: 136px; right: 207px; transform: rotateZ(-31deg); }
    100% { top: 136px; right: 207px; transform: rotateZ(-31deg); }
}

@keyframes flash {
    0%  { background-color: rgba(255,255,255,0.3); }
    48% { background-color: rgba(255,255,255,0.3); }
    50% { background-color: rgba(255,255,255,1); }
    100% { background-color: rgba(255,255,255,0); }
}

.premios {
	height: 450px ;
	width: 100% ;
	background-image: url(../img/premios_mobile.png);
	background-position: bottom center ;
	background-size: 373px ;
	background-repeat: no-repeat ;
}

.shake-x {
    animation: shake-sides 2s infinite;
}

@keyframes shake-sides {
    0%  { margin-left: .25rem; margin-right: 1rem; }
    50% { margin-left: 1.25rem; margin-right: 0; }
    100% { margin-left: .25rem; margin-right: 1rem; }
}

.numero-sorte {
    cursor: pointer;
    position: relative;
}
.numero-sorte::after {
    position: absolute;
    content: "?";
    bottom: 0;
    right: 0;
    color: white;
    font-family: 'Lubrax Display Extended';
    font-weight: 400;
    font-size: 16px;
    width: 1.5rem;
    border-top: 1px solid var(--bs-primary);
    border-left: 1px solid var(--bs-primary);
    border-radius: .5rem 0 .5em 0;
    text-align: center;
    background-color: var(--bs-primary);
}

.premios-interna {
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    justify-content: center;
	margin-bottom: 3rem;
}
.premios-interna .premios-wrapper {
	display: inline-block;
    width: 220px;
}
.premios-interna h5 {
	color: white;
    font-size: 26px;
    font-weight: 600;
    line-height: .8;
    margin-bottom: 32px;
}
.premios-interna h5 span {
	font-size: 15px;
}
.premios-interna p {
    font-size: 14px;
    font-weight: 500;
}

.premios-01 {
	background-image: url(../img/premios-capacete.png);
    background-size: 361px;
}
.premios-01 .premios-wrapper {
    padding-left: 40px;
    padding-top: 68px;
	min-height: 246px;
}
.premios-01 h5 {
	text-align: right;
}

.premios-02 {
	background-image: url(../img/premios-mocilha.png);
    background-size: 381px;
}
.premios-02 .premios-wrapper {
    padding-right: 40px;
    padding-top: 130px;
    min-height: 307px;
}

.premios-03 {
	background-image: url(../img/premios-vale.png);
    background-size: 324px;
}
.premios-03 .premios-wrapper {
    padding-left: 50px;
    padding-top: 85px;
    min-height: 276px;
    width: 230px;
}
.premios-03 h5 {
	text-align: right;
	margin-bottom: 20px;
}


.premios-04 {
	background-image: url(../img/premios-lubrax.png);
    background-size: 345px;
}
.premios-04 .premios-wrapper {
    padding-right: 50px;
    padding-top: 130px;
    min-height: 318px;
    width: 240px;
}
.premios-04 h5 {
	margin-bottom: 20px;
}

.moto{
    width: 100%;
	position: relative;
	min-height: 500px;
}
.moto-img {
	background-image: url(../img/premios-moto.png);
    background-size: 596px;
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 340px;
}
.moto-wrapper {
	position: absolute;
    top: 0;
    right: 0;
    width: 280px;
    background-color: #EDF1F1;
    padding: 7rem 1rem 2rem 2rem;
    border-radius: 2rem 0 0 2rem;
    text-align: right;
}
.moto-wrapper h2 {
	font-size: 88px;
    font-style: italic;
    font-weight: 800;
    line-height: 1;
    position: absolute;
    top: 12px;
    left: 16px;
}
.moto-wrapper h4 {
	font-size: 47px;
    font-style: italic;
    font-weight: 800;
    line-height: 1;
    position: absolute;
    top: 23px;
    right: 16px;
}
.moto-wrapper h5 {
    font-size: 14px;
    font-style: italic;
    position: absolute;
    line-height: 1;
    right: 16px;
    top: 71px;
}
.moto-wrapper p {
    padding-left: 80px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
}

/* Footer */

.alert-danger {
    --bs-alert-color: white;
    --bs-alert-bg: var(--bs-danger);
}
.alert-success {
    --bs-alert-color: var(--bs-dark);
    --bs-alert-bg: var(--bs-success);
}
.alert-info {
    --bs-alert-color: var(--bs-dark);
    --bs-alert-bg: var(--bs-light);
}

@media (min-width: 576px)
{
    .nav-tabs {
        margin-left: 1rem;
    }
    .nav-tabs .nav-item {
        width: auto ;
    }
    .nav-tabs .nav-link {
        border-radius: 16px 16px 0 0;
        margin-right: 8px;
        margin-bottom: 0px ;
        width: auto ;
    }
}

@media (min-width: 768px)
{
    .bg-webdoor {
        padding: 12rem 0 2rem 0;
        background-image: url(../img/bg-webdoor-moto-desk.png);
        background-repeat: no-repeat;
        background-size: 1920px;
        background-position: top center;
        background-color: var(--bs-secondary);
        color: var(--bs-primary);
    }

    .drumroll-elements {
        min-height: 700px;
        width: 750px;
        margin: 0 auto;
    }    
}

@media (min-width: 992px)
{
	:root {
		--bs-body-font-size: 16px;
	}

	small {
		font-size: 14px;
	}

    .lead {
        font-size: 1.25rem;
    }

    .btn-lg {
        font-size: 24px;
    }

    .prize-content {
        width: 55%;
        margin-left: 45%;
    }
    .prize-image {
        width: 50%;
    }
    .prize-header {
        margin-left: -8rem;
    }

	.box {
        padding: 2rem;
        border-radius: 16px;
	}

    .pull-up {
        margin-top: -76px;
    }
	.pull-up-container-lg {
		margin-bottom: -4rem;
	}
	.pull-up-lg {
		margin-top: -4rem;
	}

    .rotate-lg {
        transform: rotateZ(-90deg);
    }

	.rounded-end-6-lg {
		border-radius: 0 5rem 5rem 0;
		padding: 2.5rem 5rem 2.5rem 0!important;
	}

	.tab-pane {
		padding: 2rem;
		border-radius: 16px;
	}

	.lights {
		height: 32px;
		background-size: 104px;
	}

	.nav-tabs {
		margin-left: 2rem;
	}
	.nav-tabs .nav-link {
		font-size: 18px;
		padding: 0.75rem 2rem 0.5rem 2rem;
	}

    .bg-roleta {
        margin-top: 4rem;
    }
    .drumroll-elements {
        width: 900px;
    }    
    .drumroll-elements.active .drumroll-start::after,
    .drumroll-elements.inactive .drumroll-start::after {
        width: 48px;
        height: 100px;
    }
    .drumroll-start {
        background-image: url(../img/bg-drumroll-desk.png);
        background-size: 1244px;
        height: 700px;
    }
    .drumroll-prize {
        top: 10rem;
    }

    @keyframes ride {
        0%  { top: 583px; right: calc((100% / 2) + -21px); transform: rotateZ(-18deg); }
        10% { top: 434px; right: calc((100% / 2) + 21px); transform: rotateZ(-15deg); }
        30% { top: 320px; right: calc((100% / 2) + 38px); transform: rotateZ(-8deg); }
        50% { top: 268px; right: calc((100% / 2) + 43px); transform: rotateZ(0deg);  }
        70% { top: 136px; right: calc((100% / 2) + 40px); transform: rotateZ(0deg); }
        100% { top: 136px; right: calc((100% / 2) + 40px); transform: rotateZ(0deg); }
    }

    @keyframes wrong {
        0%  { top: 583px; right: calc((100% / 2) + -21px); transform: rotateZ(-18deg); }
        10% { top: 434px; right: calc((100% / 2) + 21px); transform: rotateZ(-15deg); }
        30% { top: 320px; right: calc((100% / 2) + 38px); transform: rotateZ(-8deg); }
        50% { top: 268px; right: calc((100% / 2) + 59px); transform: rotateZ(-25deg); }
        70% { top: 136px; right: calc((100% / 2) + 112px); transform: rotateZ(-31deg); }
        100% { top: 136px; right: calc((100% / 2) + 112px); transform: rotateZ(-31deg); }
    }

    #caminho {
        top: 61px;
        left: calc(((100% - 360px) / 2) - 113px);
        width: 400px;
    }

    .bg-rodape-home {
        background-image: linear-gradient(180deg, transparent, transparent 200px, #032E17 200px, #032E17);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: bottom center;
    }
    .bg-rodape-home .order-lg-2 {
        background-color: transparent ;
    }

    .bg-webdoor {
        padding: 4rem 0 2rem 0;
        background-image: url(../img/bg-webdoor-moto-desk.png);
        background-size: 1720px;
        background-position: top -40px center;
    }
    .webdoor-spacer {
        height: 2rem;
    }

    .bg-inner-header {
        background-size: 1920px;
        background-position: center;
        background-color: var(--bs-secondary);
        color: var(--bs-primary);
        padding: 6rem 0 1rem 0;
    }
}

@media (min-width: 1200px)
{
    .bg-header {
        padding-top: 8px;
        padding-bottom: 8px;
        background-color: transparent;
        box-shadow: none ;
        backdrop-filter: none;
    }

    .header-wrapper {
        padding: 4px 24px;
        background-color: rgba(251, 248, 163, .8);
        border-radius: 1rem;
        box-shadow: inset 2px -2px 4px rgba(0, 0, 0, .2), inset -2px 2px 4px rgba(255, 255, 255, 1);
        backdrop-filter: blur(3px);
        width: auto;
        margin: 0 auto;
    }

    .bg-header .nav-link {
        color: var(--bs-primary);
    }
    .bg-header .nav-link:hover {
        color: var(--bs-dark) ;
    }

    .bg-header .navbar-expand-xl .navbar-nav .nav-link {
		padding-left: 16px;
        padding-right: 16px;
	}
	.logged-user .nav-link {
		font-size: 14px ;
	}

    .bg-webdoor {
        padding: 10rem 0 2rem 0;
        background-size: 1920px;
        background-position: top center;
    }

    .drumroll-elements {
        width: 1100px;
    }    
}

@media (min-width: 1400px)
{
    .drumroll-elements {
        width: 1200px;
    }    

}