.super__bar {
    background: var(--vermelho-escuro);
    position: fixed;
    z-index: 9999;
    width: 100%;
}

.super__bar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.super__bar ul li {
    padding: 20px 0;
}

.super__bar ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    transition: all .3s; 
    padding: 0 20px;
    border-right: 1px var(--amarelo) solid; 
}

.super__bar ul li:last-child a {
    border: 0;
}

.super__bar ul li a:hover {
    color: var(--amarelo);
}


/* Intro */
section.intro {
    background: url(/Content/images/aniversario/bg-intro.jpg) center center repeat;
    padding-top: 25px;
}

section.intro .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: url(/Content/images/aniversario/confete.png) 70% -20px no-repeat;
	padding-top: 70px;
	position: relative;
}

section.intro .center img {
    position: relative;
    z-index: 99;
}

section.intro .left {
    max-width: 230px;
    min-width: 230px;
    margin-top: -90px;
}

section.intro .left h2 {
    color: var(--amarelo);
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 38px;
    margin: 50px 0;
    font-family: 'Aglet Mono', sans-serif;
}

section.intro .left img.down {
    transition: all .5s;
    border-radius: 50%;
    cursor: pointer;
}

section.intro .left img.down:hover {
    box-shadow: 0px 0px 10px #0000005c;  
    filter: contrast(0%) brightness(300%);
}

section.intro .right {
    width: 230px;
    min-width: 230px;
}

section.intro .right img {
    margin-left: -110px;
}

section.intro .right p {
    font-size: 11px;
    text-align: center;
    color: #fff;
    margin-top: -30px;
}

section.intro .prev__index {
	position: absolute;
	bottom: 45px;
	right: 0px;
	width: fit-content;
	height: fit-content;
	background: url(/Content/images/aniversario/voltar.png) 10px 12px no-repeat;
	background-size: initial;
	display: block;
	transition: all .2s;
	color: var(--amarelo);
	text-transform: uppercase;
	border: 3px var(--amarelo) solid;
	padding: 15px 25px;
	padding-left: 50px;
	border-radius: 40px;
	text-decoration: none;
	font-weight: bold;
}

section.intro .prev__index:hover {
    filter: contrast(0%) brightness(300%);
}

/* Premios */
section.premios {
    background: var(--amarelo);
    display: table;
    width: 100%;
}

section.premios .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

section.premios .box {
    text-align: center;
    padding: 40px 0;
    border-right: 3px var(--vermelho) solid;
}

section.premios .box:last-child {
    border: 0;
}

section.premios .box img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    position: relative;
    transition: all .5s;
}

section.premios .box:hover img {
    margin-top: -20px;
    padding-bottom: 20px;
}

section.premios .box h3 {
    font-size: 23px;
    font-weight: 600;
}

section.premios .box p {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 600;
}


/* Passos */
section.como__participar {
    background: var(--vermelho);
    display: table;
    width: 100%;
}

section.como__participar .container {
    border-bottom: 1px #6c0c0f solid;
    padding-bottom: 70px;
    margin-bottom: 1px;
}

section.como__participar h2 {
	text-transform: uppercase;
	color: #fff;
	font-weight: 900;
	font-size: 64px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(/Content/images/aniversario/bg-title-como.png) center center no-repeat;
	background-size: contain;
	padding: 70px 0;
	text-shadow: 0px 9px 8px rgba(0, 0, 0, 0.342);
	font-family: 'Aglet Mono', sans-serif;
	letter-spacing: 8px;
}

section.como__participar .passos {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 24px;
    gap: 30px;
}


section.como__participar .passo p {
    padding-top: 0px;
    padding-bottom: 60px;
    line-height: 1.3;
}

section.como__participar .passo1 {
	padding-left: 95px;
	background: url(/Content/images/aniversario/como-1.png) top left no-repeat;
}

section.como__participar .passo2 {
	padding-top: 10px;
	padding-left: 144px;
	background: url(/Content/images/aniversario/como-2.png) top left no-repeat;
}

section.como__participar .passo3 {
	padding-left: 130px;
	background: url(/Content/images/aniversario/como-3.png) top left no-repeat;
}

section.como__participar .passo4 {
	padding-left: 170px;
	background: url(/Content/images/aniversario/como-4.png) top left no-repeat;
}

section.como__participar a {
    display: table;
    margin: auto;
    background: var(--amarelo);
    border: 7px #fff solid;
    border-radius: 60px;
    font-size: 30px;
    color: var(--vermelho-escuro);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 50px;
    position: relative;
    transition: all .3s;
    box-shadow: 0px 9px 8px rgba(0, 0, 0, 0.342);
}

section.como__participar a:hover {
    background: var(--vermelho-escuro);
    color: var(--amarelo);
}

section.como__participar a:after {
	content: '';
	width: 75px;
	height: 75px;
	display: block;
	background: url(/Content/images/aniversario/after-btn-como.png) top center no-repeat;
	position: absolute;
	left: -40px;
	top: -10px;
	transition: all .3s;
}

section.como__participar a:hover:after {
    transform: rotate(-20deg);
}


/* Ganhadores */
section.ganhadores {
    background: var(--preto-blackfriday);
    display: table;
    width: 100%;
    padding-bottom: 100px;
}

section.ganhadores h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    font-size: 64px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 70px;
    padding-bottom: 40px;
    text-shadow: 0px 9px 8px rgba(0, 0, 0, 0.342);
    font-family: 'Aglet Mono', sans-serif;
    letter-spacing: 8px;
}

section.ganhadores .container {
    border-top: 1px #2a2a2a solid;
    position: relative;
}

section.ganhadores a {
    display: table;
    margin: auto;
    background: var(--amarelo);
    border: 7px #fff solid;
    border-radius: 60px;
    font-size: 30px;
    color: var(--vermelho-escuro);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 50px;
    position: relative;
    transition: all .3s;
    box-shadow: 0px 9px 8px rgba(0, 0, 0, 0.342);
}

section.ganhadores a:hover {
    background: var(--vermelho-escuro);
    color: var(--amarelo);
}

section.ganhadores a:after {
    content:'';
    width: 85px;
    height: 95px;
    display: block;
    background: url(/Content/images/aniversario/after-btn-ganhadores.png) top center no-repeat;
    position: absolute;
    left: -50px;
    top: -30px;
    transition: all .3s;
}

section.ganhadores a:hover:after {
    transform: rotate(-20deg);
}

section.ganhadores table {
    width: 835px;
    margin: auto;
    margin-bottom: 60px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 999;
}

section.ganhadores table thead tr {
    color: var(--vermelho-escuro);
    background-color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}

section.ganhadores table td {
    padding: 15px;
}

section.ganhadores table tr {
    background: #6c0c0f;
    border-bottom: 3px var(--vermelho) solid;
    transition: all .2s;
}

section.ganhadores tbody tr:hover {
    background: var(--amarelo);
    color: var(--vermelho-escuro);
}


/* Duvidas */
section.duvidas {
    background: #fff;
    padding: 70px 0;
}

section.duvidas h2 {
    text-transform: uppercase;
    color: var(--vermelho);
    font-weight: 900;
    font-size: 64px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    font-family: 'Aglet Mono', sans-serif;
    letter-spacing: 8px;
}


section.duvidas .duvidas__list {
    width: 850px;
    margin: auto;
    margin-bottom: 50px;
}

section.duvidas .duvidas__list.plus {
    margin-top: -35px;
}

section.duvidas .duvida {
    margin-bottom: 15px;
}

section.duvidas h3 {
    font-size: 26px;
    color: #000;
    background: var(--amarelo);
    padding: 15px 30px;
    border-radius: 40px;
    position: relative;
    cursor: pointer;
}

section.duvidas h3:hover,
section.duvidas h3.container {
    color: var(--vermelho-escuro);
}

section.duvidas .duvida.open h3 {
    background: #ee3434;
    color: #fff;
}


section.duvidas h3:after {
    content: '';
    width: 46px;
    height: 46px;
    display: block;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/Content/images/aniversario/down-duvidas.png) no-repeat center center;
    background-size: contain;
}

section.duvidas .duvida.open h3:after {
    background: url(/Content/images/aniversario/up-duvidas.png) no-repeat center center;
    background-size: contain;
}

section.duvidas p {
    font-size: 22px;
    padding: 20px;
    line-height: 1.2;
}

section.duvidas a {
    color: var(--vermelho);
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    display: table;
    margin: auto;
}

section.duvidas a:hover {
    color: var(--vermelho-escuro);
}


/* Iterna */
section.content {
    background: #fff;
    padding: 90px 0;
}

section.content .container {
    max-width: 850px;
}

section.content h2 {
    font-size: 64px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Aglet Mono', sans-serif;
    color: var(--vermelho);
    margin-bottom: 50px;
}

section.content p {
    line-height: 24px;
    margin-bottom: 20px;
}

section.topo {
	background-color: var(--preto-blackfriday);
}

section.topo img#mobile {
	display: none;
}

@media (min-width:720px) {
	body .interna section.intro .left h2, body.interna section.intro .left img.down, body.interna section.intro .right img, body.interna section.intro .right p {
        opacity: 0;
        visibility: hidden;
    }
}

@media (max-width:1280px) {
    body.interna section.intro .left {
        display: none;
    }

    body.interna section.intro {
        padding-bottom: 40px;
    }
}

@media (max-width:720px) {
    body.interna section.intro .left h2 {
        display: none !important;
    }
}

/* Footer */
footer {
	background: var(--preto-blackfriday);
}

footer .container {
    padding: 40px 0;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}

footer p {
    line-height: 1.5;
    font-size: 13px;
}