nav {
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0px;
    display: block;
    padding: 10px 0px;
    background-color: #fff;
}

.navIn {
    display: none;
}

.navMobile {
    display: block;
    position: relative;
    z-index: 1000;
    width: 90%;
    margin: auto;
    display: flex;
}

.navMobileTXT {
    display: none;
    background-color: #fff;
    position: relative;
    z-index: 100000;
    max-height: 80vh; 
    overflow-y: auto;
}

.navMIN {
    width: 80%;
    margin: auto;
    border-bottom: solid 1px;
    text-align: center;
    padding: 15px 0px;
}

.navMIN a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
}

.logoMobile {
    width: 180px;
    margin: auto;
    margin-left: 0;
}

.logoMobile img {
    width: 100%;
}

.divToggle {
    width: 50%;
    margin: auto;
    margin-right: 0;
}

#navToggle {
    width: auto;
    padding: 10px;
    margin: auto;
    margin-right: 0;
    display: block;
    background-color: transparent;
    border: solid 1px transparent;
}

.toggle {
    background-color: #000;
    display: block;
    width: 27px;
    height: 3px;
    border-radius: 1px;
    margin: 5px auto;
}


/*TOP*/

#top {
    background-image: url("../img/WhatsApp Image 2026-03-10 at 12.31.42.jpeg");
    padding-top: 148.6%; 
    background-size: cover;
    margin-top: 50px;
}

.topIn {
    left: 0;
    right: 0;
    width: 50%;
    margin: auto;
    margin-left: auto;
    top: 80%;
    text-align: center;
    background-image: linear-gradient(to right, rgb(255, 132, 0) , rgb(3, 27, 181));
}

.topIn a {
    font-size: 30px;
    text-decoration: none;
}
.topIn:hover a{
    color: #ffffff;
    font-size: 32px;
}
.linksIn {
    width: 80%;
    margin: auto;
    display: block;
    flex-wrap: wrap;
}

.divLinks {
    width: 100%;
    margin: 40px auto;
    text-align: center;
    z-index: 2;
    position: relative;
}

.projetosEdu {
    width: 100%;
    display: block;
    margin-bottom: 50px;
}

.projetosEduIMG {
    width: 100%;
}

.projetosEduTXT {
    width: 100%;
    padding: 0;
}

.projetosEduTXTIN {
    text-align: center;
}

.projetosEduTXTIN h2 {
    font-size: 40px;
}

.projetosEduTXTIN p {
    font-size: 20px;
    width: 90%;
    margin: auto;
    margin-right: auto;
}

.projetosEduTXTIN button {
    width: 50%;
    margin-right: auto;
}

.projetosNaap {
    display: block;
    padding-bottom: 30px;
}

.projetosNaapIMG {
    width: 100%;
}

.projetosNaapTXT {
    width: 100%;
    padding: 0;
}

.projetosNaapTXTIN {
    text-align: center;
}

.projetosNaapTXTIN h2 {
    font-size: 70px;
    margin-bottom: 0;
}

.projetosNaapTXTIN span {
    font-size: 15px;
    width: 70%;
    margin: auto;
    margin-bottom: 40px;
}

.projetosNaapTXTIN p {
    font-size: 18px;
    width: 90%;
    margin: auto;
    margin-left: auto;
}

.projetosNaapTXTIN button {
    width: 50%;
    margin-left: auto;
}

.protocoloIn {
    width: 90%;
    display: block;
}

.protocoloDiv {
    width: 100%;
    margin: 20px auto;
}

.protocoloDiv button {
    width: 50%;
}

.footerIn {
    width: 80%;
    margin: auto;
}

.footerIMG {
    width: 80%;
    margin: auto;
}

.footerSocial {
    display: flex;
    width: 60%;
}

.footerIn p {
    font-size: 11px;
    text-align: center;
}
.drop a{
    display: block;
    color: #F8F8F8;
    text-decoration: none;
    text-align: center;
    border: 0.5px solid orangered;
    height: 50px;
    align-content: center;
}
.drop{
margin-top: 30px;
width: 65%;
}

/* BOTÃO FLUTUANTE WHATSAPP */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 25px;
    z-index: 99999;
}

.whatsapp-float img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    transition: transform 0.2s ease-in-out;
}

.whatsapp-float img:hover {
    transform: scale(1.1);
}

/* RESPONSIVO (celular) */
@media (max-width: 768px) {
    .whatsapp-float {
        width: 55px;
        height: 55px;
        bottom: 20px;
        right: 20px;
    }




