@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    list-style: none !important;
    font-family: "Work Sans";
    outline: none;
    color: var(--color1);
}

:root {
    --color1: #003cff;
    --color2: #eee;
    --color3: #AEA48C;
    --color4: #B0E0E6;

}

html,
body {
    height: 100%;
    scroll-behavior: smooth;
    background-color: #efef;
}




/*==================== HEADER ============================*/
/*=======================================================*/
#myHeader {
    position: fixed;
    width: 100%;
    z-index: 99;
    display: flex;
    text-align: center;
    justify-content: space-between;
    padding: 1% 10%;
    background-color: #003cffbb;
}

#myHeader .logo p {
    color: var(--color2);
    font-size: 1.3em;
    font-weight: 500;
}

#myHeader .menuNavegacao {
    display: flex;
    align-items: center;
    justify-content: center;
}

#myHeader .menuNavegacao .toggle {
    border: none;
    background-color: var(--color2);
    border-radius: 5px;
    font-size: 1.5em;
    cursor: pointer;
    padding: 2px;
    position: fixed;
    transition: all 0.5s cubic-bezier(.73, .13, .29, .74);
}

#myHeader .menuNavegacao .toggle:hover {
    background-color: #e9e6e6;
}

#myHeader .menuNavegacao .toggle.ativo {
    margin-right: 50%;
}

#myHeader .menuNavegacao .toggle i {
    color: var(--color1);
}

#myHeader .menuNavegacao .navegacao {
    position: fixed;
    right: -33%;
    top: 0;
    width: 30%;
    height: 100%;
    background-color: var(--color1);
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5),
        0 3px 6px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 7%;
    transition: all 0.5s cubic-bezier(.88, .04, .37, 1);
}

#myHeader .menuNavegacao .navegacao.ativo {
    right: 0;
}

#myHeader .menuNavegacao .navegacao ul {
    background-color: var(--color2);
    padding: 2%;
    border-radius: 8px;
    font-size: 1.3em;
    font-weight: 500;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5),
        0 3px 6px rgba(0, 0, 0, 0.5);
}

#myHeader .menuNavegacao .navegacao ul:last-child {
    margin-top: 20px;
    background-color: #022391;
}

#myHeader .menuNavegacao .navegacao ul:last-child li i,
#myHeader .menuNavegacao .navegacao ul:last-child li a {
    color: var(--color2);
}

#myHeader .menuNavegacao .navegacao ul:last-child:hover li i,
#myHeader .menuNavegacao .navegacao ul:last-child:hover li a {
    color: var(--color1);
}

#myHeader .menuNavegacao .navegacao ul:last-child:hover {
    background-color: var(--color2);
}

#myHeader .menuNavegacao .navegacao ul:hover {
    background-color: #022391;
}

#myHeader .menuNavegacao .navegacao ul:hover li i,
#myHeader .menuNavegacao .navegacao ul:hover li a {
    color: var(--color2);
}

#home {
    width: 100%;
    margin-bottom: 200px;
}

.conteudo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10%;
    flex-direction: column;
}

.img_conteudo:nth-child(1) {
    padding-top: 500px;
}

.img_conteudo {
    position: relative;
    max-width: 800px;
    width: 100%;
    aspect-ratio: 1 / 1;
}

/*
.img_conteudo {
max-width: 800px;
width: 100%;
padding-top: 800px;
} */



#home .conteudo .img_conteudo .img {
    position: absolute;
    background-image: url(/imagens/transparencia01.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#home .conteudo .img_conteudo:nth-child(2) .img {
    background-image: url(/imagens/transparencia02.jpeg);
    background-size: contain;
    background-position: center;
}

#home .conteudo .img_conteudo:nth-child(3) .img {
    background-image: url(/imagens/transparencia03.jpeg);
    background-size: contain;
    background-position: center;
}

#home .conteudo .img_conteudo:nth-child(4) .img {
    background-image: url(/imagens/transparencia04.jpeg);
    background-size: contain;
    background-position: center;

}

#home .conteudo .img_conteudo:nth-child(5) .img {
    background-image: url(/imagens/transparencia05.jpeg);
    background-size: contain;
    background-position: center;
}

#home .conteudo .img_conteudo:nth-child(6) .img {
    background-image: url(/imagens/transparencia06.jpeg);
    background-size: contain;
    background-position: center;
}

#home .conteudo .img_conteudo:nth-child(7) .img {
    background-image: url(/imagens/transparencia07.jpeg);
    background-size: contain;
    background-position: center;
}


#home .conteudo .img_conteudo:nth-child(8) .img {
    background-image: url(/imagens/bambas.png);
    background-size: contain;
    background-position: center;
}

#home .conteudo .img_conteudo:nth-child(9) .img {
    background-image: url(/imagens/lokapaloza.png);
    background-size: contain;
    background-position: center;
}

#home .conteudo .img_conteudo:nth-child(10) .img {
    background-image: url(/imagens/vJovem.png) !important;
    background-size: contain;
    background-position: center;
}

#home .conteudo .img_conteudo:nth-child(11) .img {
    background-image: url(/imagens/vJovem2.png ) !important;
    background-size: contain;
    background-position: center;
}

#home .conteudo .img_conteudo:nth-child(12) .img {
    background-image: url(/imagens/transpa01.jpeg );
    background-size: contain;
    background-position: center;
}

#home .conteudo .img_conteudo:nth-child(13) .img {
    background-image: url(/imagens/transpa02.jpeg ) !important;
    background-size: contain;
    background-position: center;
}

#home .conteudo .img_conteudo:nth-child(14) .img {
    background-image: url(/imagens/edital_ago01.png ) !important;
    background-size: contain;
    background-position: center;    
}

#home .conteudo .img_conteudo:nth-child(15) .img {
    background-image: url(/imagens/FOMENTO_33_2025.png ) !important;
    background-size: contain;
    background-position: center;
}

.banner {
    background-color: #003cff;
    color: #fff;
    padding: 1% 3%;
    border-radius: 8px;
    transition: transform 0.3s ease-out;
}

.banner:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.8),
        0 5px 10px rgba(0, 0, 0, 0.8);
    transform: translateY(-5px);


}

footer {
    background-color: var(--color1);
}

footer p {
    color: #eee;
    text-align: center;
}

.footerBox {
    width: 100%;
    gap: 2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2%;
}


.footerBox .citacao {
    width: 33.3%;
}

.footerBox .citacao p {
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.3em;
    text-align: center;
    color: var(--color2);
}

.footerBox .redeSociais {
    width: 33.3%;
    display: flex;
    gap: 35px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.footerBox .redeSociais p {
    font-size: 2em;
    color: var(--color2);
}

.footerBox .redeSociais .rsBox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10%;
}

.footerBox .redeSociais .rsBox .iconeSocial i {
    font-size: 2em;
    color: var(--color2);
}

.footerBox .contato {
    width: 33.3%;
}

.footerBox .contato p {
    color: var(--color2);
}

.footerBox .contato {
    width: 33.3%;
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footerBox .contato a {
    color: var(--color2);
}

@media screen and (max-width:800px) {

    #myHeader .menuNavegacao .navegacao ul li,
    #myHeader .menuNavegacao .navegacao ul a {
        font-size: .85em;
        font-weight: 300;
    }

    #myHeader .menuNavegacao .navegacao ul:last-child {
        margin-top: 20px;
    }

    .footerBox {
        width: 100%;
        gap: 2%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2%;
        background-color: var(--color1);
    }


    .footerBox .citacao {
        display: none;
    }

    .footerBox .redeSociais {
        width: 50%;
        display: flex;
        gap: 35px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .footerBox .redeSociais p {
        font-size: 1em;
        color: var(--color2);
    }

    .footerBox .redeSociais .rsBox {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10%;
    }

    .footerBox .redeSociais .rsBox .iconeSocial i {
        font-size: 1.5em;
        color: var(--color2);
    }

    .footerBox .contato {
        width: 50%;
    }


    .footerBox .contato {
        width: 40%;
    }

}