@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

html,
body {
    margin: 0;
    padding: 0;
    background-color: #092D69;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
}

main {
    background-color: #092D69;
    flex: 1;
}



section,
div {
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

section {
    background-color: #092D69;
}

.web {
    display: none;
}

#btnInscricao,
#btnEnvioProjeto,
#btnInscricaoFooter,
#btnEnvioProjetoFooter {
    display: none;
}



.header {
    background-image: url("img/FUNDO_BLOCO_1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-height: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border: none;
    outline: none;

    .logo {
        background-image: url("img/LOGO_BLOCO_1.png");
        width: 200px;
        height: 80px;
        background-size: contain;
        background-repeat: no-repeat;
        margin-top: 15%;
    }

    .enviar_projeto img {
        max-width: 220px;
        max-height: 220px;
    }

}

.oque {
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    padding-top: 10%;
    width: 100%;
    gap: 25px;
    position: absolute;
    top: 245px;
    background-color: transparent;
    text-align: center;

    .oque-logo {
        display: flex;
        align-items: center;
        gap: 10px;

        h2 {
            padding-top: 2%;
        }

        img {
            width: 150px;
        }
    }

    h2 {
        font-family: 'Kobe', sans-serif;
        font-size: 34, 3px;
    }

    p {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        max-width: 290px;
    }

    .tema {
        font-family: 'Kobe', sans-serif;
        font-size: 24px;
        padding-top: 10%;
    }

    .p-tema {
        font-family: 'Roboto', sans-serif;
        font-size: 24px;

    }

    .contexto {
        margin-top: 10%;
        text-align: left;
        width: 350px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: start;

        p {
            max-width: 340px;
        }
    }

}


.logo-inline {
    width: 200px;
    height: 30px;
    vertical-align: middle;
    margin-left: 5px;
}

.desafio {
    background-image: url("img/FUNDO_BLOCO_2_COM_MENINA.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 160%;
    width: 100%;

    .conteudo-texto {
        /* position: relative; */
        width: 100%;
        min-height: 300px;
        margin-bottom: 5%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-start;
    }

    .texto {
        width: 190px;
        /* position: relative; */
        display: flex;
        flex-direction: column;
        gap: 20px;
    }


    .conteudo-texto h2 {
        width: 190px;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.2;
        text-transform: lowercase;
        /* text-align: end; */
        padding: 4% 0 4% 0;
    }

    .conteudo-texto p {
        font-size: 16px;
        line-height: 1.6;
    }

    .conteudo-texto strong {
        font-weight: 700;
    }
}



.regras {
    background-image: url("img/FUNDO_BLOCO_3.png");
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    color: white;

    .top-ods{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20%;
    }

    .ods {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 20px;

        img {
            max-height: 100px;
            object-fit: contain;
        }

        p {
            font-size: 14px;
            line-height: 1.4;
            color: white;
        }
    }

    .lista-regras {
        counter-reset: item;
        list-style: none;
        padding-left: 0;
        font-family: 'Roboto', sans-serif;

        li {
            counter-increment: item;
            position: relative;
            margin-bottom: 20px;
            padding-left: 30px;
            font-size: 14px;
            line-height: 1.6;
            color: white;
        }

        li:before {
            content: counter(item) ".";
            position: absolute;
            left: 0;
            top: 0;
            font-weight: bold;
            font-size: 16px;
            color: white;
        }

        p {
            font-weight: bold;
            margin-bottom: 5px;
        }

        strong {
            font-weight: bold;
            color: white;
        }
    }

    .menina-regras-desktop {
        display: none;
        /* Esconde por padrão */
    }

}


.cronograma {
    background-image: url("img/FUNDO_BLOCO_2.png");
    text-align: center;
    padding: 30px 10px;
    color: white;
    font-family: 'Roboto', sans-serif;


    h2 {
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 20px;
        text-transform: lowercase;
    }

    .cronograma-bloco {
        margin-bottom: 20px;

        p {
            font-size: 26px;
        }

        strong {
            font-size: 32px;
        }

    }
}


.premiacao-topo {
    background-image: url("img/FUNDO_BLOCO_4_COM_MÃOS.png");
    background-size: cover;
    background-position: center;
    text-align: center;
    color: white;
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;

    .conteudo-topo {
        margin-top: 80px;
        width: 100%;
        height: 100%;
        padding: 0 20px;
        box-sizing: border-box;

        .ilustrativo{
            font-family: 'Roboto', sans-serif;
            color: gray;
            font-size: 12px;
            text-align: justify;
        }

        p {
            margin-left: 5%;
            max-width: 90%;
            font-size: 24px;
        }
    }
}





.premiacao-baixo {
    background-image: url("img/FUNDO_BLOCO_2.png");
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 10px 10px 80px;
    color: white;
    font-family: 'Roboto', sans-serif;
}

.premiacao-topo h2 {
    font-family: 'Kobe', sans-serif;
    font-size: 29.5px;
    font-weight: bold;
    text-transform: lowercase;
    margin-bottom: 5px;
    text-align: center;
}

.premiacao-subtitulo {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    /* margin-bottom: 30px; */
    color: #fff;
    text-align: center;
}


.premio {
    margin: 0 auto 30px;
    max-width: 90%;
    text-align: center;
}

.img-premios {
    width: 100%;
    height: auto;
    max-width: 300px;
    display: block;
    margin: 0 auto;
    border-radius: 16px;
    object-fit: contain;
}

.titulo-premio {
    font-family: 'Kobe', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 10px;
    text-align: center;
}

.titulo-premio strong {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
}

.video {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    padding: 40px 20px;
    /* substitui o height fixo */
    background-color: #0a2e68;

    .video video {
        width: 80%;
        border-radius: 12px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    }

    h2 {
        padding-bottom: 5%;
        font-family: 'Kobe', sans-serif;
        font-size: 32px;
        font-weight: 400;
    }


    .neon-video {
        width: 90vw;
        max-width: 800px;
        height: auto;
        border: 4px solid #0ff;
        border-radius: 16px;
        box-shadow:
            0 0 10px #c0f,
            0 0 20px #c0f,
            0 0 40px #c0f,
            0 0 80px #c0f;
        animation: pulseNeonVideo 2s infinite alternate;
        transition: transform 0.3s ease-in-out;
    }

    .neon-video:hover {
        transform: scale(1.02);
    }


}



.footer {
    background-image: url("img/FUNDO_BLOCO_3.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;

    .footer-acoes {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .btn-footer {
        img {
            height: 70px;
            width: 250px;
        }
    }

    .btn-footer:hover {
        transform: scale(1.05);
    }


    .footer-infos {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        margin-top: 32px;
    }

    .footer-row-textos {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 0 35px;
    }

    .footer-row-textos .footer-label {
        font-size: 32px;
        font-weight: bold;
        text-transform: lowercase;
    }

    .footer-row-logos {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 0 20px;
        gap: 32px;
    }

    .logo-happy,
    .logo-logitech {
        width: 170px;
        height: 130px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .logo-happy {
        background-image: url("img/LOGO_HAPPY_BLOCO_5.png");
    }

    .logo-logitech {
        background-image: url("img/LOGO_LOGITECH_BLOCO_5.png");
    }

    #botao {
        display: flex;
        flex-direction: column;
    }
}

@media (min-width: 768px) {

    .header {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 800px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 50px;
        padding: 0;
        margin: 0;

        .logo {
            margin-top: -250px;
            width: 650px;
            height: 200px;
        }
    }


    .header .enviar_projeto {
        position: relative;
        bottom: 10%;
        display: flex;
        flex-direction: column;
        padding-bottom: 150px;

        img {
            height: 80px;
        }
    }

    .oque {
        top: 430px;

        h2 {
            font-size: 52px;
        }

        .oque-logo h2 {
            font-size: 48px;
        }

        .logo-inline {
            height: 60px;
        }

        p {
            font-size: 22px;
            max-width: 750px;
            line-height: 1.8;
        }

        .tema {
            font-size: 60px;
        }

        .p-tema {
            font-size: 28px;
            font-weight: bold;
        }

        .contexto {
            margin-top: 10%;
            text-align: left;
            width: 700px;
            display: flex;
            flex-direction: column;
            gap: 20px;
            align-items: start;

            p {
                max-width: 680px;
                font-size: 32px;
                line-height: normal;
            }
        }
    }

    .desafio {
        display: flex;
        max-width: 768px;
        min-height: 550px;
        gap: 60px;
        margin-top: 850px;

        .conteudo-texto {
            color: white;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: left;

            h2 {
                font-family: 'Kobe', sans-serif;
                font-size: 32px;
                text-transform: lowercase;
                padding-left: 48%;
                padding-top: 50px;
            }

            .texto {
                width: 90%;
                gap: 5px;
                padding-left: 350px;
                padding-top: 100px;
            }

            .texto p {
                font-family: 'Roboto', sans-serif;
                font-size: 22px;
                line-height: 1.6;
                margin-bottom: 16px;
                max-width: 300px;
            }
        }


    }

    .regras {
        position: relative;
    }

    .cronograma {
        width: 100vw;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .premiacao-topo {
        padding-top: 50%;

        .conteudo-topo {
            position: relative;
            bottom: 290px;
            .ilustrativo{
                text-align: center;
            }
        }
    }

    .premiacao-baixo {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        position: absolute;
        width: 100%;
        top: 3650px;
        background-color: none;
        padding: 0px;
        margin-bottom: 500px;
    }

    .premio {
        flex: 1 1 30%;
        max-width: 300px;

        img {
            width: 200px;
            height: 200px;
        }
    }

    .footer {
        margin-top: 88px;
    }

    .footer-infos {
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        padding: 10px 100px;
    }

    .footer-row-textos,
    .footer-row-logos {
        flex-direction: row;
        justify-content: center;
        gap: 40px;
    }

    .footer-acoes {
        padding-top: 50px;


        .btn-footer img {
            width: 350px;
            height: 100px;
        }
    }
}

@media (min-width: 1024px) {
    .enviar_projeto img {
        height: 80px
    }

    .oque {
        h2 {
            font-size: 64px;
        }

        .oque-logo h2 {
            font-size: 56px;
        }

        .logo-inline {
            width: 150px;
            height: 70px;
        }

        p {
            font-size: 24px;
        }

        .tema {
            font-size: 72px;
        }

        .p-tema {
            font-size: 32px;
        }

        .contexto {
            width: 900px;

            p {
                font-size: 28px;
            }
        }
    }

    .desafio {
        max-width: 1024px;
        margin: 1000px auto 0;

        .conteudo-texto {
            padding: 5%;

            h2 {
                font-size: 40px;
            }

            .texto {
                padding-top: 12%;
                padding-left: 450px;

                p {
                    font-size: 24px;
                }
            }
        }

    }

    .regras {
        padding: 40px;

        h2 {
            font-size: 36px;
        }

        .lista-regras li {
            font-size: 18px;
        }

        .lista-regras li:before {
            font-size: 20px;
        }

        .ods p {
            font-size: 16px;
        }

        .menina-regras-desktop {
            width: 350px;
            height: 450px;
        }
    }

    .cronograma {
        h2 {
            font-size: 48px;
        }

        .cronograma-bloco p {
            font-size: 28px;
        }

        .cronograma-bloco strong {
            font-size: 36px;
        }
    }

    .premiacao-topo {
        .conteudo-topo {
            bottom: 400px;
            p {
                font-size: 28px;
                max-width: 800px;
            }
        }
    }

    .premiacao-topo h2 {
        font-size: 36px;
    }

    .premiacao-baixo {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        position: absolute;
        width: 100%;
        top: 4220px;
        background-color: #ffffff00;
        padding: 0px;
        margin-bottom: 500px;
    }

    .titulo-premio {
        font-size: 28px;
    }

    .titulo-premio strong {
        font-size: 20px;
    }

    .premio img {
        width: 220px;
        height: 220px;
    }

    .video {
        padding: 100px 0;
    }

    .video h2 {
        font-size: 42px;
        margin-bottom: 30px;
    }

    .neon-video {
        width: 70vw;
        max-width: 960px;
    }

    .footer {
        .footer-row-textos .footer-label {
            font-size: 36px;
        }

        .logo-happy,
        .logo-logitech {
            width: 200px;
            height: 150px;
        }

        .footer-acoes {
            flex-direction: row;
            justify-content: center;
        }

        .footer-acoes .btn-footer img {
            width: 350px;
            height: 140px;
        }

        #botao{
            flex-direction: row;
        }
    }

    #envio {
        width: 450px;
        height: 150px;
    }

}

@media (min-width: 1440px) {

    .header {
        min-height: 1250px;
        gap: 100px;

        .logo {
            width: 800px;
            height: 250px;
            margin-top: -400px;
        }

        .enviar_projeto img {
            min-width: 500px;
            height: 150px;
        }
    }

    .oque {
        top: 700px;

        h2 {
            font-size: 72px;
        }

        .oque-logo {
            max-width: 1050px;

            img {
                min-width: 400px;
            }

            h2 {
                font-size: 72px;
            }
        }

        .logo-inline {
            width: 180px;
            height: 80px;
        }

        p {
            font-size: 26px;
            max-width: 1050px;
        }

        .tema {
            padding-top: 20px;
            font-size: 80px;
        }

        .p-tema {
            width: 100vw;
            font-size: 80px;
        }

        .contexto {
            width: 1000px;
            margin-top: 80px;

            p {
                font-size: 30px;
                max-width: 950px;
            }
        }
    }

    .mobile {
        display: none !important;
    }

    .desafio {
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 100%;
        min-width: 100vw;
        margin: 600px 0 0 0;
        padding: 60px 100px;

        .conteudo-texto {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            min-height: 100%;
            padding-left: 30%;

            h2 {
                font-size: 52px;
                padding: 5% 0 0 0;
                text-align: left;
                min-width: 700px;
            }

            .web {
                display: block;

                h2 {
                    text-align: left;
                    padding: 0;
                }

                p {
                    max-width: 700px;
                    font-size: 28px;
                }
            }

            .texto {
                margin: 0;
                padding: 0;
                position: static;
                width: 100%;
                align-items: center;

                p {
                    text-align: left;
                    font-size: 28px;
                    min-width: 700px;
                }
            }

        }
    }

    .regras {
        padding: 60px;

        h2 {
            font-size: 42px;
        }

        .lista-regras li {
            font-size: 20px;
        }

        .lista-regras li:before {
            font-size: 22px;
        }

        .ods p {
            font-size: 18px;
        }

        .menina-regras-desktop {
            width: 420px;
            height: 500px;
        }
    }

    .cronograma {
        padding: 60px 100px;

        h2 {
            min-width: 400px;
            font-size: 56px;
        }

        .cronograma-total {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 150px;
        }

        .cronograma-bloco p {
            font-size: 32px;
        }

        .cronograma-bloco strong {
            font-size: 40px;
        }
    }

    .premiacao-topo {
        padding-top: 45%;

        .conteudo-topo {
            bottom: 650px;
            min-width: 100%;
            min-height: 100%;

            p {
                font-size: 30px;
                max-width: 1000px;
            }
        
            .ilustrativo{
                font-size: 12px;
                color: gray;
            }
        }

        h2 {
            font-size: 42px;
        }
    }

    .premiacao-subtitulo {
        font-size: 20px;
        min-width: 100vw;
        align-items: center;
        padding-right: 300px;
    }

    .premiacao-baixo {
        position: relative;
        top: -500px;
        margin-bottom: -500px;
    }

    .titulo-premio {
        font-size: 32px;
    }

    .titulo-premio strong {
        font-size: 22px;
    }

    .premio img {
        width: 250px;
        height: 250px;
    }

    .video {
        padding: 100px 0;
    }

    .video h2 {
        font-size: 42px;
        margin-bottom: 30px;
    }

    .neon-video {
        width: 70vw;
        max-width: 960px;
    }


    .footer {
        margin: 0px;

        .footer-infos {
            padding: 0 500px;
        }

        .footer-row-textos .footer-label {
            font-size: 40px;
        }

        .logo-happy,
        .logo-logitech {
            width: 250px;
            height: 200px;
        }

        .footer-acoes .btn-footer img {
            width: 400px;
            height: 150px;
        }
    }

    #envio {
        width: 500px;
        height: 160px;
    }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  padding: 20px;
}

.modal-content {
  background-color: transparent;
  border-radius: 20px;
  padding: 40px 20px 20px;
  max-width: 90vw;
  width: 100%;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.btn-prosseguir {
  margin-top: 20px;
  background-color: #0ff;
  color: #000;
  font-weight: bold;
  padding: 12px 32px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-size: 18px;
  box-shadow: 0 0 10px #0ff, 0 0 20px #0ff;
}

.btn-prosseguir:hover {
  transform: scale(1.05);
}

.btn-fechar {
  position: fixed;
  top: 20px;
  right: 20px;
  background: transparent;
  color: #0ff;
  font-size: 40px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  z-index: 10001;
  transition: transform 0.2s ease-in-out;
}

.btn-fechar:hover {
  transform: scale(1.2);
}

.hidden {
  display: none !important;
}

.modal-title {
    font-family: 'Roboto', sans-serif;
    padding: 15px;
    font-size: 24px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin-bottom: 10px;
    text-shadow: 0 0 8px #c0f;
}

