
@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: #1a570e;
	--bs-info-rgb: 26, 87, 14 ;

	--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-wide", 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: transparent;
    border-color: var(--bs-success);
    color: white;
}

option {
    color: Black;
}

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

.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: #012916;
    z-index: 100;
    background-image: url(/web/assets/img/brand-mobile.png);
    background-size: 44px;
    background-position: top 4px left 4px;
    background-repeat: no-repeat;
    min-height: 52px;
}

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

.bg-header .nav-link {
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    font-size: 14px;
}
.bg-header .nav-link:hover {
    color: var(--bs-secondary) ;
}
.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-amarelo {
    background-image: url(../img/bg-amarelo.png);
    background-size: 1920px;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: var(--bs-secondary);
}

.bg-inner-green {
    background-image: url(../img/bg-interna.png);
    background-size: 1920px;
    background-position: bottom left;
    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/header-interna-mobile.png?v2);
    background-size: 390px;
    background-position: center;
    background-color: #1a4319;
    background-repeat: no-repeat;
    color: white;
    padding: 26rem 0 1rem 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 {
    background-image: url(../img/webdoor-mobile.png?v2);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    background-color: var(--bs-primary);
    min-height: 65rem;
}



.accordion-button::after {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%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='%23FFFFFF'%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: White;
}
.accordion-button {
    color: var(--bs-secondary);
    background-color: transparent;
    font-size: 16px;
    font-family: "acumin-pro-wide", sans-serif;
    font-weight: 400;
}
.accordion-button:not(.collapsed) {
    color: var(--bs-secondary);
    background-color: transparent;
	box-shadow: none;
}
.accordion-body {
    color: White;
    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: transparent;
    color: var(--bs-success);
    font-size: 16px;
    border: 1px solid var(--bs-success);
    padding: 0.75rem 1rem 0.5rem 1rem;
    border-radius: 8px ;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Lubrax Display';
    margin-bottom: 2px ;
    width: 100% ;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: var(--bs-secondary);
    color: var(--bs-primary);
    border: 1px solid var(--bs-secondary);
    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: 974px;
    padding: 1rem 1rem 2rem 1rem;
    width: 380px;
    display: inline-block;
    margin-top: 4rem;
}

.drumroll-content {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    height: 974px;
    padding-top: 8rem;
    background-color: var(--bs-primary);
}

.drumroll-start {
    position: absolute;
    height: 974px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
}

.drumroll-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../img/drumroll-foto-mobile.png);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 1;
}

.drumroll-filter {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #0B4522;
    opacity: .5;
    z-index: 2;
    border-radius: 35px;
}

.drumroll-rodape {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../img/drumroll-rodape.png);
    background-position: bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 3;
}

.drumroll-mensagem {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    padding-top: 23rem;
    padding-left: 1rem;
    padding-right: 1rem;
    z-index: 4;
    opacity:0;
}

.drumroll-placas {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    padding-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    z-index: 5;
}

.placa-1,
.placa-2,
.placa-0 {
    background-image: url(../img/placa-giro.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 330px;
    height: 300px;
    color: var(--bs-secondary);
    padding-top: 158px;
    font-family: 'Lubrax Display';
    font-weight: 700;
    font-size: 36px;
    padding-left: 18px;
}

.drumroll-placas-container {
	min-width: 330px;
	min-height: 300px;
	position: relative;
	-webkit-transition: 4.5s ease-in-out;
	transition: 4.5s ease-in-out;
	transform-style: preserve-3d;
}
.drumroll-placas-lado {
	position: absolute;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	backface-visibility: hidden;
}
.drumroll-placas-lado.frente {
	z-index: 2;
}
.drumroll-placas-lado.verso {
	transform: rotateY(180deg);
	z-index: 0;
}

.drumroll-start.active .drumroll-placas-container {
	-webkit-transform: rotateY(5220deg);
	transform: rotateY(5220deg);
}

.drumroll-start.active.ganhou .drumroll-filter {
    animation: ganhou 2.5s forwards; animation-delay: 2s;
}
.drumroll-start.active.perdeu .drumroll-filter {
    animation: perdeu 2.5s forwards; animation-delay: 2s;
}

.drumroll-start.active .drumroll-mensagem {
    animation: mostra 2.5s forwards; animation-delay: 2s;
}

.drumroll-start.active.perdeu .placa-0 {
    animation: revela-placa-0 4.0s forwards;
}
.drumroll-start.active.ganhou .placa-1 {
    animation: revela-placa-1 4.0s forwards;
}
.drumroll-start.active.ganhou .placa-2 {
    animation: revela-placa-2 4.0s forwards;
}

@keyframes ganhou {
    0%  { opacity: .5 ; background-color: #0B4522; }
    100% { opacity: 1 ; background-color: #F8EC17; }
}
@keyframes perdeu {
    0%  { opacity: .5 ; background-color: #0B4522; }
    100% { opacity: 1 ; background-color: #0B4522; }
}
@keyframes mostra {
    0%  { opacity: 0 ; }
    100% { opacity: 1 ; }
}

@keyframes revela-placa-0 {
    0% { background-image:url(../img/placa-giro.png); }
    59% { background-image:url(../img/placa-giro.png); }
    60% { background-image:url(../img/placa-0.png?v2); }
    100% { background-image:url(../img/placa-0.png?v2); }
}
@keyframes revela-placa-1 {
    0% { background-image:url(../img/placa-giro.png); font-size: 0px;}
    59% { background-image:url(../img/placa-giro.png); font-size: 0px; }
    60% { background-image:url(../img/placa-1.png?v3); font-size: 36px; }
    100% { background-image:url(../img/placa-1.png?v3); font-size: 36px; }
}
@keyframes revela-placa-2 {
    0% { background-image:url(../img/placa-giro.png); }
    59% { background-image:url(../img/placa-giro.png); }
    60% { background-image:url(../img/placa-2.png?v3); }
    100% { background-image:url(../img/placa-2.png?v3); }
}


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


.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;
}


/* Footer */

.social {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: var(--bs-secondary);
    color: var(--bs-primary);
    font-size: 28px;
    text-align: center;
    border-radius: 50px;
    padding-bottom: 0px;
    margin-left: .5rem;
}

.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 {
        margin-right: 8px;
        width: auto ;
    }
}

@media (min-width: 768px)
{
    .bg-webdoor {
        background-image: url(../img/webdoor-desktop.png?v2);
        background-size: 1300px;
        background-position: top -24px center;
        min-height: 490px;
    }

    .bg-inner-header {
        background-image: url(../img/header-interna.png?v2);
        background-size: 1260px;
        padding: 17rem 0 0 0;
    }


}

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

	small {
		font-size: 14px;
	}

    .lead {
        font-size: 1.25rem;
    }

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

	.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-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 {
        background-size: 1610px;
        background-position: top -40px center;
        min-height: 590px;
    }

    .bg-inner-header {
        padding: 22rem 0 0 0;
        background-size: 1620px;
    }


    .drumroll-elements {
        margin-top: 6rem;
        min-height: 497px;
        width: 900px;
    }

    .drumroll-content {
        height: 497px;
        padding-top: 8rem;
    }

    .drumroll-start {
        height: 497px;
    }

    .drumroll-placas {
        padding-top: 2rem;
    }

    .drumroll-bg {
        background-image: url(../img/drumroll-foto-desktop.png);
    }

    .drumroll-filter {
        border-radius: 24px;
    }

    .drumroll-rodape {
        background-image: url(../img/drumroll-rodape-desktop.png);
    }

    .drumroll-mensagem {
        padding-left: 8rem;
        padding-right: 8rem;
        padding-top: 22rem;
    }

    #drumroll-confetti {
        height: 460px;
    }

}

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

    .header-wrapper {
        padding: 4px 24px;
        background-color: rgba(255, 255, 255, .5);
        border: 1px solid rgba(255, 255, 255, .6);
        border-radius: 20px;
        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 {
        background-size: 1980px;
        background-position: top -20px center;
        min-height: 760px;
    }

    .bg-inner-header {
        padding: 26rem 0 0 0;
        background-size: 1980px;
    }

    .drumroll-elements {
        margin-top: 6rem;
        min-height: 607px;
        width: 1100px;
    }

    .drumroll-content {
        height: 607px;
        padding-top: 8rem;
    }

    .drumroll-filter {
        border-radius: 35px;
    }

    .drumroll-start {
        height: 607px;
    }

    .drumroll-placas {
        padding-top: 5rem;
    }

    .drumroll-mensagem {
        padding-left: 10rem;
        padding-right: 10rem;
        padding-top: 25rem;
    }

    #drumroll-confetti {
        height: 550px;
    }

}

@media (min-width: 1400px)
{
    .bg-webdoor {
        background-position: top center;
        min-height: 800px;
    }

    .drumroll-elements {
        min-height: 763px;
        width: 1388px;
    }

    .drumroll-content {
        height: 763px;
        padding-top: 8rem;
    }

    .drumroll-placas {
        padding-top: 8rem;
    }

    .drumroll-start {
        height: 763px;
    }

    .drumroll-mensagem {
        padding-top: 29rem;
    }

    #drumroll-confetti {
        height: 650px;
    }

    .drumroll-bg {
        background-size: 1388px;
    }
}