@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

html {
    background-color: #55D8C8;
    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 0.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: #1E182B;
    text-align: center;
    font-weight: 600px;
    padding: 40px 0;
}

nav ul {
    display: flex;
    gap: 20px;
}



nav li a {
    color: #fff;
    transition: all 0.2s;
    font-weight: 600;
    font-family: "Sora", sans-serif;
    font-size: 1rem;
    background: none;
    padding: 10px 20px;
    border-radius: 20px;
}


nav li:hover a,
nav li a.ativo {
    background: #FFCD2E;
    color: #F22E62;

}

.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: url(../img/bg-splash.webp) center center no-repeat;
    text-align: center;
    padding: 100px 0;
}

main img {
    margin-bottom: 50px;
}

.logo-logitech{
    position: relative;
}

.sticker{
    scale: 1;
    transition: all 0.3s;
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.3 ));
}

.sticker:hover{
    scale: 1.05;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3 ));
}

.girls-power{
    position: absolute;
    top: 0;
    left: -250px;
}

.hi{
    position: absolute;
    top: 150px;
    left: -230px;
}

.teclado{
    position: absolute;
    bottom: 0;
    right: -220px;
}

.controle{
    position: absolute;
    bottom: 140px;
    right: -220px;
}

main h1 {
    color: #1E182B;
    font-size: 1.4rem;

}

#spoiler {
    background: #FFCD2E;
    padding: 100px 0;
    text-align: center;
}

#spoiler p{
    color: #2C243D;
}

#spoiler h2 {
    font-size: 2rem;
    text-align: center;
    color: #F22E62;
    font-weight: 800;
    margin-bottom: 20px;
}

#spoiler h2.rolou{
    color: #1E182B;
    font-size: 3rem;
    margin: 0 auto 50px;
    padding-bottom: 25px;
    border-bottom: solid 5px #1E182B;
    display: inline-block;
}

#spoiler h3 {
    font-size: 1.2rem;
    text-align: center;
    color: #2C243D;
    margin: 50px auto;
    position: relative;
    display: inline-block;
}

#spoiler h3::before{
    content: url(../img/sticker-estrelas.webp);
    position: absolute;
    right: -120px;
    top: -15px;
}

#spoiler h3 strong {
    font-size: 2rem;
    color: #FFCD2E;
}

#spoiler .chamada div {
    text-align: center;
    text-wrap: balance;
    max-width: 800px;
    margin: 0 auto;
}

#spoiler .chamada div p {
    margin-bottom: 20px;
}

#spoiler .chamada div p:last-child {
    margin-bottom: 0px;
}

#spoiler .chamada div strong {
    margin-bottom: 0;
    color: #f22e62;
    font-weight: 800;
    font-size: 1.6rem;
}

#spoiler iframe {
    display: block;
    aspect-ratio: 1.77777777;
    max-width: 1000px;
    width: 100%;
    margin: 50px auto 0;
    border-radius: 20px;
}

.squad{
    text-align: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.influ{
    max-width: 350px;
}

.influ img{
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    max-width: calc(100% - 40px);
    transition: all 0.3s;
}

.influ .dadosinflu{
    background: #55D8C8;
    text-align: center;
    padding: 20px 40px;
    color: #1E182B;
    border-radius: 20px;  
    margin-bottom: 20px;
    transition: all 0.3s;
}

.influ .dadosinflu p{
    font-weight: 800;
}

.influ .dadosinflu a{
    font-weight: 600;
    color: #1E182B;
}

.influ:hover .dadosinflu{
    background: #D557FF;
    translate: 0 -5px;
}

.uk-offcanvas-bar{
    background: #F22E62;
}

.uk-nav li>a {
    margin-bottom: 10px;
    transition: padding 0.3s;
}

.uk-nav li>a:hover {
    padding-left: 10px;
}

#ilustra{
    background: #FFCD2E url(../img/bg-splash-vermelho.webp) center center no-repeat;
}


#ilustra p span{
    color: #55D8C8;
    font-size: 1.2rem;
    margin-top: 20px;
    display: block;
    font-weight: 600;
}


video{
    max-height: 800px;
    scale: 1.2;
    translate: 70px 0;
    position: relative;
    z-index: 2;
}


#ilustra h2{
    color: #F22E62;
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 800;
}

#ilustra .svg {
    position: absolute;
    width: 0;
    height: 0;
  }
  #ilustra .texto {
    translate: -70px 0;
    max-width: 800px;
    background: #1E182B;
    color: #fff;
    -webkit-clip-path: url(#estrelapath);
    clip-path: url(#estrelapath);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #ilustra .texto .base {
    width: 50%;
    padding: 30% 0;
  }



#hackathon {
    background: #1E182B;
    text-align: center;
    padding: 100px 0;
}

#hackathon .container{
    position: relative;
    z-index: 1;
}



.iconehackathon{
    position: absolute;
    max-width: 250px;
    z-index: 0;
    transition: all 0.3s;
}

.iconehackathon:hover{
    scale: 0.9;
}

#icone01{ left: 0; top: 0;}
#icone02{ right: 0; top: 0;}
#icone03{ left: 0; bottom: 0;}
#icone04{ right: 0; bottom: 0;}


#hackathon h2 {
    color: #55D8C8;
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 800;
}

#hackathon h3 {
    color: #D557FF;
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: 400;
    text-align: left;
}

#hackathon p {
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

#hackathon p strong {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    color: #F22E62;
    font-weight: 400;
}

#hackathon .flex {
    justify-content: center;
    gap: 50px;
}

#hackathon .flex p {
    text-align: left;
}

#hackathon .flex p strong {
    color: #55D8C8;
    font-size: 1.2rem;
}

#hackathon .flex p span {
    color: #FFCD2E;
    font-size: 1.2rem;
}

#hackathon .flex div {
    max-width: 500px;
}

#hackathon .flex div img {
    border-right: 2px solid #383244;
    padding: 20px 50px 20px 0px;
}

.hackathon-patrocinadores{
    background: #55D8C8;
    padding: 20px 60px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 50px;
    width: fit-content;
    margin: 50px auto;
    flex-wrap: wrap;
}

#hackathon .cta a{
    background: #F24C27;
    padding: 15px 30px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    transition: all 0.3s;
}

#hackathon .cta a:hover{
    background: #F22E62;
}

#hackathon h4{
    color: #F22E62;
    font-size: 1.4rem;
    margin: 50px 0;
    font-weight: 600;

}

#hackathon h4.titvencedoras{
    color: #55D8C8;
    font-size: 1.5rem;
    margin: 0 0 30px;

}

.hackathon-patrocinadores .patrocinador{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}


#hackathon .hackathon-patrocinadores p{
    color: #1E182B;
    font-size: 0.8rem;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}

#hackathon .patrocinador .logo{
    flex-grow: 1;
    display: flex;
    justify-content: center; 
    align-items: center;
}

#hackathon .dados{
    margin-top: 30px;
}

#hackathon .dado {
    background: #2C243D;
    border-radius: 15px;
    padding: 50px;
    width: 250px;
    margin: 30px 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#hackathon .dado:nth-child(1)::after {
    content: url(../img/ico-hackathon-01.png);
}

#hackathon .dado:nth-child(2)::after {
    content: url(../img/ico-hackathon-02.png);
}

#hackathon .dado:nth-child(3)::after {
    content: url(../img/ico-hackathon-03.png);
}


#hackathon .dado p {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
}

#hackathon .dado p strong {
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 0;
    text-align: center;
}

.vencedoras{
    background: #2C243D;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    margin: 0 auto 50px;
}

.vencedoras .flex{
    flex-wrap: wrap;
}

#hackathon .vencedoras .flex p{
    text-align: center;
    background: #FFCD2E;
    padding: 10px;
    border-radius: 10px;
    color: #1E182B;
    font-weight: 600;
    width: 200px;
    translate: 0 -5px;
}

#hackathon .vencedoras.segundolugar .flex p{
    background: #D557FF;
}

#hackathon .vencedoras.segundolugar h5{
    color: #D557FF;
}

#hackathon .vencedoras.terceirolugar .flex p{
    background: #55D8C8;
}

#hackathon .vencedoras.terceirolugar h5{
    color: #55D8C8;
}

#hackathon .vencedoras .flex div img{
    padding: 0;
    border: 0;
    max-width: 90%;    
}

#hackathon .vencedoras h5{
    color: #FFCD2E;
    font-size: 1.4rem;
    margin-bottom: 20px;
    font-weight: 800;

}

#bignumbers {
    background: #FFCD2E;
    padding: 100px 0;
    text-align: center;
    color: #1E182B;
}

#bignumbers h2 {
    color: #F22E62;
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 800;
}

#bignumbers p {
    font-size: 1.2rem;
    margin: 0 auto 20px;
    max-width: 800px;
}


#bignumbers p strong {
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

#bignumbers span {
    width: 22px;
    height: 28px;
    background: url(../img/estrela-rosa.webp) center center no-repeat;
}

.dados {
    justify-content: center;
    gap: 50px;
    align-items: stretch;
    flex-wrap: wrap;
}

.dado {
    background: #1E182B;
    border-radius: 15px;
    padding: 50px;
    width: 300px;
    margin: 30px 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.dado::after {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% -50%;
}

.dado:nth-child(1)::after {
    content: url(../img/ico-bignumbers-01.webp);
}

.dado:nth-child(2)::after {
    content: url(../img/ico-bignumbers-02.webp);
}

.dado:nth-child(3)::after {
    content: url(../img/ico-bignumbers-03.webp);
}


#bignumbers .dado p {
    color: #FFCD2E;
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 0;
}

#missao {
    background: url(../img/bg-splash.webp) center center no-repeat;
    text-align: center;
    padding: 100px 0;
    color: #1E182B;
}

#missao h2 {
    color: #F22E62;
    font-size: 2rem;
    margin-bottom: 3rem;
    font-weight: 800;
}

#missao h3 {
    font-size: 1.2rem;
}

#missao h2 strong {
    color: #1E182B;
}

#missao p {
    margin: 0 auto 20px;
    max-width: 800px;
}

.missoes {
    justify-content: center;
    align-items: stretch;
    gap: 50px;
    margin: 150px 0 0;
}

.missao {
    background: #fff;
    padding: 80px 20px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    width: 250px;
    position: relative;
}

.missao::after {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% -60%;
}

.missao:nth-child(1)::after {
    content: url(../img/ico-missao-01.webp);
}

.missao:nth-child(2)::after {
    content: url(../img/ico-missao-02.webp);
}

.missao:nth-child(3)::after {
    content: url(../img/ico-missao-03.webp);
}

.missao:nth-child(1) h3 strong {
    color: #D557FF;
}

.missao:nth-child(2) h3 strong {
    color: #F5BB00;
}

.missao:nth-child(3) h3 strong {
    color: #F22E62;
}

#nerdcast {
    background: url(../img/bg-splash.webp) center center no-repeat;
    text-align: center;
    padding: 100px 0;
    color: #fff;
}

#nerdcast h2 {
    color: #1E182B;
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 800;
}

#nerdcast h2 strong {
    color: #1E182B;
}

#nerdcast p {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    color: #1E182B;
}

#nerdcast p.cta {
    color: #fff;
    font-weight: 800;
    margin-bottom: 2rem;
    background: #F24C27;
    display: inline-block;
    padding: 15px 30px ;
    border-radius: 20px;
}

.convidada{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-bottom: 2rem;
}

.convidada .fotoconvidada{
    position: relative;
    max-width: 350px;
}

.convidada .fotoconvidada img, .host img{
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;   
}

.convidada.cherry .fotoconvidada::before{
    content: url(../img/sticker-hi.webp);
    display: block;
    position: absolute;
    left: -30px;
    bottom: 0;
}

.convidada.cherry .fotoconvidada::after{
    content: url(../img/sticker-estrelas.webp);
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.dadosconvidada{
    text-align: left;
}

#nerdcast .convidada p{
    margin-bottom: 0.2rem;
}

#nerdcast iframe{
    max-width: 800px;
    margin: 0 auto 30px;
    display: block;
}

#nerdcast .convidada p.nome{
    font-size: 1.4rem;
    font-weight: 600;
    color: #F22E62;
}

#nerdcast .convidada a{
    margin-bottom: 0.2rem;
    font-size: 1.3rem;
    font-weight: 600;
    color: #1E182B;
}

.hosts{
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.hosts .host{
    display: flex;
    flex-direction: column;
    max-width: 300px;
}

.hosts .host img{
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

#nerdcast .hosts p{
    min-width: 200px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 2rem;
    background: #1E182B;
    display: inline-block;
    padding: 15px 30px ;
    border-radius: 20px;
    font-size: 1rem;
    margin-bottom: 0;
}

#nerdcast .hosts p a{
    display: block;
    color: #fff;
}


#contato {
    background: #1E182B ;
    text-align: center;
    padding: 100px 0;
    color: #fff;
}

#contato h2 {
    color: #D557FF;
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: 800;
}

#contato p {
    margin-bottom: 20px;
    font-size: 1.2rem;
}

#contato p span{
    display: none;
}


#contato form p {
    background: #FFCD2E;
    padding:0;
    border-radius: 10px;
    font-weight: 800;
    display: inline-block;
    color: #1E182B;
    transition: all 0.3s;
    margin: 0 auto 30px;
    border: none;
    display: block;
    width: 100%;
}

.aceite{
    margin-bottom: 30px;
}

.aceite a{
    color: #F5BB00;
}

#contato form input[type=submit]{
    cursor: pointer;
}

#contato form input[type=checkbox]{
    display: inline;
    width: auto;
}

#contato form input, #contato form textarea{
    width: calc(100% - 80px) ;
    padding: 20px 40px;
    background: none;
    border: 0;
    font-weight: 800;
    color: #1E182B;
    font-size: 1rem;
    font-family: "Sora", sans-serif;
}

#contato form textarea{
    min-height: 100px;
}

#contato form p:hover {
    background: #D557FF;
    color: #fff;
}

#contato p.email a {
    color: #1E182B;
    text-decoration: underline;
    font-weight: 800;
}

#contato img {
    margin: 0 20px 20px;
}

#contato p.legal {
    font-size: 0.8rem;
}

#contato p.legal a {
    font-size: 0.8rem;
    color: #fff;
    text-decoration: underline;
}

#faq {
    background: #55D8C8;
    padding: 100px 0;
    text-align: center;
}

#faq .container{
    position: relative;
}

.play-like-a-girl{
    position: absolute;
    right: 50px;
    top: -100px;
}

#faq h2 {
    color: #1E182B;
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: 800;
}

#faq li {
    background: #1E182B;
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 1rem;
    margin-bottom: 1rem;

}

#faq li h3 {
    color: #55D8C8;
    text-align: left;
    font-weight: 600;
}

#faq li.uk-open h3{
    color: #FFCD2E;
}

#faq li p {
    color: #fff;
    text-align: left;
    margin-bottom: 1rem;
}

#faq li a {
    color: #FFCD2E;
}

.divisor{
    position: relative;
}

.divisor::before{
    content: url(../img/estrela-preta.webp);
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 58%;
}

#hubdasninjas {
    background: #ffcd2e;
    background: linear-gradient(180deg, rgb(255, 205, 46) 20%, rgb(242, 46, 98) 100%);
    text-align: center;
    padding: 100px 0
}

#hubdasninjas h2 {
    color: #f22e62;
    font-size: 1.6rem;
    font-weight: 900;
    margin-bottom: 30px
}

#hubdasninjas h3 {
    color: #1e182b;
    font-size: 1.6rem;
    font-weight: 900;
    margin-bottom: 30px
}

#hubdasninjas p {
    color: #1e182b
}

#hubdasninjas .boxsobre {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 50px;
    flex-wrap: wrap;
    margin: 50px 0
}

#hubdasninjas .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
}

#hubdasninjas .boxsobre .info img {
    position: absolute;
    top: 50%;
    left: -45px;
    translate: 0 -50%
}

#hubdasninjas 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
}

#hubdasninjas a.cta:hover {
    background: #55d8c8;
    color: #1e182b
}

.logohub{
    margin-bottom: 30px;
    max-width: 400px;
}








@media screen and (max-width: 1480px) {
    .container {
        margin: 0 30px;
    }

    .dados{
        gap: 20px;
    }
}

@media screen and (max-width: 1090px) {
    #ilustra .texto .base {
        width: 60%;
        padding: 30% 0;
        text-align: center;
        text-wrap: balance;
    }

    #ilustra h2 {
        font-size: 1.4rem;
 }
    video{
        max-height: 600px;
    }

    #ilustra p span{
        font-size: 1rem;
    }

    #icone02{
        display: none;
    }

}

@media screen and (max-width: 960px) {
   main .sticker, #faq .container .sticker{
    display: none;
   }
}

@media screen and (max-width: 850px) {

    #ilustra .center{
        flex-direction: column-reverse;
    }

    #ilustra .texto {
        translate: 0;
        width: 100%;
        clip-path: none;
        -webkit-clip-path: none;
        max-width: none;
        display: block;
        background: none;
    }
    
    video {
        translate: 0 -10px;
        max-height: 800px;
        scale: 1.1;
    }
    
    #ilustra .texto .base {
        width: 100%;
        padding: 40px 0;
        text-align: center;
        text-wrap: balance;
        background: #1E182B;
    }


    
    #ilustra {
        background: #55D8C8 url(../img/bg-splash-vermelho.webp) left center no-repeat;
    }

    .convidada{
        flex-direction: column;
    }

    .convidada .dadosconvidada{
        text-align: center;
    }

    #icone01{
        display: none;
    }

 }

@media screen and (max-width: 650px) {
    #spoiler .chamada{
        display: block;
        margin: 0 auto;
    }

    #spoiler h2{
        border: 0;
        padding: 0;
        text-align: center;
        font-size: 2rem;
    }

    #spoiler h2.rolou{
        font-size: 2.4rem;
    }

    

    #spoiler .chamada div p {
        text-align: center;
    }

    #hackathon .flex{
        flex-direction: column;
        text-align: center;
    }

    .hackathon-patrocinadores{
        gap: 20px;
    }

    #hackathon .flex p,  #hackathon .flex h3{
        text-align: center;
    }

    #hackathon .flex div img{
        border: 0;
        padding: 0;
    }

    .dados{
        gap: 0;
    }

    #hackathon .dado{
        margin: 0 auto 20px;
        width: auto;
    }

    #bignumbers p strong{
        flex-direction: column;
        gap: 10px;
    }

    .missoes{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 130px;
    }

    #footer-social .container{
        flex-direction: column;
        gap: 30px;
    }

    #spoiler h3::before{
        display: none;
    }

    #contato a p.email{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        flex-wrap: wrap;
    }

    #contato p span{
        display: inline-block;
    }

    #contato p strong{
        display: none;
    }

    video{
        scale: 1;
    }

    #icone03, #icone04{
        display: none;
    }

    #hubdasninjas .boxsobre .info {
        flex-direction: column;
        padding: 20px
    }

    #hubdasninjas .boxsobre .info img {
        position: static;
        translate: 0 0px;
        margin-bottom: 10px
    }
}

@media screen and (max-width: 340px) {
    #spoiler h2{
        font-size: 1.6rem;
    }

    #spoiler h2.rolou{
        color: #000;
        font-size: 1.8rem;
    }

    .convidada .fotoconvidada::before, .convidada .fotoconvidada::after{
        display: none;
    }
}

