@import"https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap";

html {
    background-color: #000;
    accent-color: #ffcd2e
}

body {
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    font-family: "Sora", sans-serif;
    font-optical-sizing: auto;
    overflow-x: hidden
}

body h1,
body h2,
body h3,
body h4 {
    font-family: "Sora", sans-serif
}

.container {
    max-width: 1440px;
    margin: 0 auto
}

.flex {
    clear: both;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly
}

.center {
    justify-content: center
}

.between {
    justify-content: space-between
}

footer {
    background-color: #000
}

#footer-social {
    background: #1e182b;
    padding: 30px 0
}

#footer-social .container {
    position: relative
}

#footer-social ul {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 20px 0
}

#footer-social img {
    max-width: 140px
}

#footer-social li span {
    padding: 8px;
    background-color: #fff;
    border-radius: 50%;
    color: #1e182b;
    transition: all .3s
}

#footer-social li span:hover {
    background-color: #ffcd2e;
    color: #1e182b
}

footer p {
    color: #ccc;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0
}

header {
    background: #F22E62;
    text-align: center;
    font-weight: 600px;
    padding: 40px 0
}

nav ul {
    display: flex;
    gap: 20px
}

nav li a {
    color: #fff;
    transition: all .2s;
    font-weight: 600;
    font-family: "Sora", sans-serif;
    font-size: 1rem;
    background: none;
    padding: 5px 10px;
    border-radius: 10px;
}

nav li:hover a,
nav li a.ativo {
    color: #f22e62;
    background: #ffcd2e;
}

.uk-navbar-nav>li>a {
    color: #fff
}

.uk-navbar-nav>li>a:hover {
    color: #fff
}

#mobile-navbar img {
    margin-bottom: 40px
}

.uk-nav-default {
    font-size: 20px;
}

main {
    background: #1e182b url(../img/bg-estrela-preto.webp) center center no-repeat;
    text-align: center;
    padding: 100px 0
}

.estrelinha{
    position: relative;
}

.estrelinha::before {
    content: url(../img/estrela-verde.webp);
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 58%;
    z-index: 10;
}

main img {
    margin-bottom: 50px
}

h1 {
    color: #fff;
    font-size: 1.2rem
}

.mulheresnogame{
    color: #ffcd2e;
    margin-bottom: 30px;
    font-weight: 600;
}

#sobre {
    background: #ffcd2e;
    background: linear-gradient(180deg, rgb(255, 205, 46) 20%, rgb(242, 46, 98) 100%);
    text-align: center;
    padding: 100px 0
}

#sobre h2 {
    color: #f22e62;
    font-size: 1.6rem;
    font-weight: 900;
    margin-bottom: 30px
}

#sobre h3 {
    color: #1e182b;
    font-size: 1.6rem;
    font-weight: 900;
    margin-bottom: 30px
}

#sobre p {
    color: #1e182b
}

#sobre .boxsobre {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 50px;
    flex-wrap: wrap;
    margin: 50px 0
}

#sobre .boxsobre .info {
    background: #55d8c8;
    padding: 30px 80px;
    color: #1e182b;
    border: solid 1px #1e182b;
    border-radius: 30px;
    position: relative;
    max-width: 350px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center
}

#sobre .boxsobre .info img {
    position: absolute;
    top: 50%;
    left: -45px;
    translate: 0 -50%
}

#sobre .boxmissao {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto
}

#sobre .boxmissao .missao {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    font-weight: 600
}

#comoparticipar {
    background: url(../img/bg-quadriculado.webp) center top no-repeat;
    background-size: cover;
    padding: 100px 0;
    text-align: center
}

#comoparticipar h2 {
    color: #ffcd2e;
    font-size: 1.6rem;
    font-weight: 900;
    margin-bottom: 30px
}

#comoparticipar .boxparticipar {
    background: #55d8c8;
    border-radius: 30px;
    padding: 30px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px auto;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px
}

#comoparticipar .boxparticipar .info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px
}

#comoparticipar .boxparticipar .info .numero {
    background: #f22e62;
    color: #ffcd2e;
    border-radius: 50%;
    flex-shrink: 0;
    width: 40px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

#comoparticipar .boxparticipar .info p {
    color: #1e182b;
    text-align:left;
}

.legal{
    display: block;
    font-size: 0.7rem;
}

.legal a{
    color: #f22e62;
    text-decoration: underline;
}

.legal strong{
    color: #f22e62;
}

#comoparticipar .boxparticipar .info p strong {
    font-weight: 600
}

#comoparticipar .boxparticipar .info p strong.hashtag {
    color: #f22e62;
    text-transform: uppercase;
    font-weight: 900
}

#comoparticipar a.regulamento {
    color: #55d8c8;
    font-size: .8rem;
    margin: 30px 0;
    display: inline-block
}

#comoparticipar a.regulamento:hover {
    color: #f22e62
}

#comoparticipar a.cta {
    display: inline-block;
    background: #ffcd2e;
    padding: 10px 30px;
    border-radius: 20px;
    color: #1e182b;
    font-weight: 600;
    font-size: 1.2rem;
    display: inline-block;
    transition: all .3s;
    margin-bottom: 30px
}

#comoparticipar a.cta:hover {
    background: #f22e62;
    color: #fff
}

#comoparticipar p.periodo {
    color: #fff;
    font-weight: 600
}

#comoparticipar p.periodo strong {
    font-weight: 900;
    color: #f22e62
}

#premiacao {
    background: #f22e62;
    padding: 100px 0;
    text-align: center
}

#premiacao h2 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 900;
    margin-bottom: 30px
}

#premiacao .boxpremiacao {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 50px;
    margin-bottom: 150px
}

#premiacao .boxpremiacao .premiacao {
    background: #ffcd2e;
    border-radius: 10px;
    border: solid 2px #1e182b;
    filter: drop-shadow(5px 5px 0 #1E182B);
    min-width: 300px;
    max-width: 600px;
    box-sizing: border-box;
    position: relative
}

#premiacao .boxpremiacao h3 {
    color: #f22e62;
    font-size: 1.4rem;
    font-weight: 900;
    margin-bottom: 10px;
    padding: 0 20px
}

#premiacao .boxpremiacao p {
    color: #1e182b;
    padding: 0 30px;
    margin-bottom: 130px
}

#premiacao .boxpremiacao .premiacao::before {
    display: block;
    content: "";
    height: 40px;
    background: #d557ff url(../img/bolinhas.webp) left 10px center no-repeat;
    width: 100%;
    margin-bottom: 30px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: solid 2px #1e182b
}

#premiacao .boxpremiacao .premiacao::after {
    display: block;
    content: "";
    height: 20px;
    background: #f24c27;
    width: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top: solid 2px #1e182b;
    position: absolute;
    bottom: 0;
    left: 0
}

#premiacao .boxpremiacao .icone {
    position: absolute;
    bottom: -100px;
    z-index: 2;
    width: 100%;
    text-align: center
}

#premiacao .boxoutrospremios {
    margin: 30px 0;
    display: flex;
    justify-content: center;
    align-items: stretch
}

#premiacao .boxoutrospremios p {
    width: 200px;
    padding: 20px;
    border-radius: 20px;
    border: solid 2px #1e182b;
    display: flex;
    justify-content: center;
    align-items: center
}

#premiacao .boxoutrospremios .separador {
    display: flex;
    justify-content: center;
    align-items: center
}

#mentoras {
    background: #55d8c8 url(../img/bg-estrela-verde.webp) center bottom no-repeat;
    padding: 100px 0;
    text-align: center
}

#mentoras h2 {
    color: #1e182b;
    font-size: 1.6rem;
    font-weight: 900;
    margin-bottom: 30px
}

#mentoras p {
    color: #1e182b;
    width: 260px;
    margin: 0 auto;
    text-align: left;
    font-size: .9rem
}

#mentoras .boxmentoras {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 50px
}

#mentoras .boxmentoras .mentora {
    width: 300px;
    box-sizing: border-box
}

#mentoras .boxmentoras .mentora img {
    width: 250px;
    margin: 0 auto;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%
}

#mentoras .boxmentoras .mentora .infos {
    background: #f22e62;
    padding: 20px;
    border-radius: 20px;
    translate: 0 -10px
}

#mentoras .boxmentoras .mentora .infos h3 {
    color: #fff;
    font-weight: 600;
    font-size: .9rem
}

#mentoras .boxmentoras .mentora .infos a {
    color: #fff;
    font-weight: 600;
    font-size: .8rem
}

#mentoras .boxmentoras .mentora .infos a:hover {
    color: #ffcd2e
}

#patrocinadoras {
    background: #262039 ;
    padding: 70px 0 100px;
    text-align: center
}

#patrocinadoras h2 {
    color: #55D8C8;
    font-size: 1.6rem;
    font-weight: 900;
    margin: 30px 0;
} 

.boxpatrocinadoras{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 120px;
    flex-wrap: wrap;
}

.votainflu{
    flex-wrap: wrap;
    gap: 30px 80px;
    margin: 30px 0;
    align-items: stretch;
    justify-content: center;
}

.votainflu .influ{
    width: 188px;
    cursor: pointer;
}

.influ img{
    border: solid 3px #fff;
    border-radius: 50%;
    transition: all 0.3s
}

.influ .dados{
    background: #F22E62;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 20px;
    translate: 0 -20px;
    transition: all 0.3s;
}

.influ .dados p{
    font-size: 0.8rem;
    font-weight: bold;
    transition: all 0.3s
}

.influ .dados a{
    color: #fff;
    transition: all 0.3s;
    font-size: 0.7rem;
}

.influ:hover .dados, .influ.selecionado .dados{
    background: #ffcd2e;
}

.influ:hover img, .influ.selecionado img{
    border: solid 3px #ffcd2e;
}

.influ:hover .dados p, .influ:hover .dados a, .influ.selecionado .dados p, .influ.selecionado .dados a{
    color: #1E182B;
}

#form{
    display: none;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 0 0;
    transition: all 0.3s;
}

#form #voto{
    display: none;
}

#form .legal{
    margin-bottom: 10px;
}

#form input{
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

#form input[type=submit]{
    padding: 15px 30px ;
    background: #ffcd2e;
    width: auto;
    cursor: pointer;
    transition: all 0.3s;
}

#form input[type=submit]:hover{
    background: #d557ff;
}

#form input[type=checkbox]{
    width: auto;
    margin: 0;
}

#form .aceite{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    gap: 8px;
}

label{
    font-size: 0.7rem;
    text-wrap: balance;
}

#logoobrigado{
    max-width: 200px;
    margin-bottom: 30px;
}

.eliminada{
    pointer-events: none;
    filter: grayscale(1);
    opacity: 0.2;
}

.colocacao{
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}

@media screen and (max-width: 1480px) {
    .container {
        margin: 0 30px
    }
}

@media screen and (max-width: 650px) {
    #premiacao .boxpremiacao {
        flex-direction: column;
        gap: 150px;
        text-align: center;
        justify-content: center
    }

    #premiacao .boxpremiacao .premiacao {
        margin: 0 auto
    }

    #premiacao .boxoutrospremios {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        gap: 5px
    }

    #premiacao .boxoutrospremios p {
        flex-grow: 1;
        width: auto
    }

    #premiacao .boxoutrospremios .divisor {
        flex-grow: 1
    }

    #mentoras .boxmentoras {
        flex-direction: column
    }

    #mentoras .boxmentoras .mentora {
        margin: 0 auto;
        width: auto
    }

    #mentoras .boxmentoras .mentora img {
        width: 80%
    }

    #mentoras .boxmentoras .mentora p {
        width: 80%
    }

    #footer-social img{
        display: none;
    }

    .boxpatrocinadoras{
        gap: 50px;

    }
}

@media screen and (max-width: 550px) {
    .missao {
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    #comoparticipar .boxparticipar {
        justify-content: center;
        align-items: center
    }

    #comoparticipar .boxparticipar .info {
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    #premiacao .boxpremiacao .premiacao {
        min-width: auto
    }

    #premiacao .boxpremiacao .premiacao .icone img {
        width: 150px
    }

    #premiacao .boxpremiacao .premiacao p {
        margin-bottom: 70px
    }

    #sobre .boxsobre .info {
        flex-direction: column;
        padding: 20px
    }

    #sobre .boxsobre .info img {
        position: static;
        translate: 0 0px;
        margin-bottom: 10px
    }
}