*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.cabecalho{
    padding: 0;
    margin: 0;
width: 100%;
position: fixed;
box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.751);

}
.cabecalhoSuperior{
    
    background-color: rgba(252, 252, 252, 0.85);
    grid-template-columns: 40% 60%;
    display: grid;
    
    backdrop-filter: blur(5px);
    height: 140px;
    
}

.logo{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center
}
.logoUFN{
    width: 192px;
    object-fit: contain;
    background-color: rgba(0, 0, 0, 0);
}
.botoesBarraSuperior{
    
    width: 90%;
    margin-top: 20px;
    display: flex;
    flex-direction: row-reverse;
    justify-content:end;
    align-items: center;

    
}
.mostrar-mobile{
display: block;
}
.botoesBarraInferiorMenu{
display: flex;
align-items: center;
width: 90%;
justify-content: end;
}
.itemCabecalhoSuperior{
    display: none;
}

.mobile{
    display: flex;
    margin-right: 25px;
}
.acoes{
    font-style: normal !important;
}
.eng{
    font-size: 16px !important;
    font-weight: 600 !important;

}
.procura{
    font-size: 24px !important;
}
.servicos{
    display: none;
    font-weight: 500;
}
.minhaUfn{
    padding: 5px;
    padding-right: 10px;
    width: 130px;
    height: 35px;
    text-align: center;
    border-radius: 50px;
    border: 2px #FFB30C solid;
    font-weight: 700 !important;
    background-color: rgb(255, 255, 255);
    justify-content: space-around;
    align-items: center;
    text-decoration: none;
    font-family: Roboto;
    color: rgba(0,62,124,.911);
    
    
}
.mostrarMenuMobile{
        display: flex;
        font-size: 34px;
        color: rgba(0,62,124,.911) !important;
    }
.minhaUfnMobile{
    width: 45px !important;
    height: 45px !important;
    padding: 5px !important;
    border: 2px #FFB30C solid !important;
    display: flex !important;
    background-color: rgb(255, 255, 255) !important;
    justify-content: center !important;
    align-items: center !important;
    color: rgba(0,62,124,.911) !important;
    border-radius: 50% !important;
    margin-right: 15px
}
.iconeConta{
    font-size: 24px !important;
 
}





.cabecalhoInferior{
    background-color: rgba(230, 230, 230, 0.836) !important;
    backdrop-filter: blur(5px);
    height: 50px;
    display: grid;
    grid-template-columns: 35% 65%;
}
.estudeAqui{
    padding: 0;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
background-color: rgba(0,62,124,.911);
margin-left: -10px;
clip-path: polygon(0 0,91% 0,100% 50%,91% 100%,0 100%);
}
.estudeAqui > a{
    text-transform: uppercase;
    color: white;
    font-size: 22px;
    margin-right: -5px;
    font-family: Roboto;
    font-weight: 300;
}
.botoesBarraInferior{
    display: none;

}
.slider-group{
    width: 90%;
}
.itemBarraInferior{
    text-decoration: none;
    font-family: Roboto;
    font-size: 12px;
    color: rgba(0,62,124,.911);
}
.conteudo{
    background-color: rgb(197, 197, 197);
    height: 200vh;
    width: calc(100vw - 16px );    
}
.ativo{
    display: flex !important;
    flex-direction: column;
}
.desfazMenu{
    height: 100vh; width: 100vw; background-color: rgba(32, 199, 143, 0); position: fixed; top: 0; left: 0; z-index: -2;
}
.desativar{
    display: none;
}
.menu-suspenso{
    text-decoration: none;
    background-color:rgba(0,62,124,1);
    border-radius: 4px;
    position: fixed;
    z-index: 2;
    display: none;
    top:  75px;
    right: 40px;
    padding: 10px;
    
    width: 300px;
}
.menu-suspenso > a{
    z-index: 2;
    color: white;
    padding: 5px;
    padding-left: 10px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
}
.divisor{
    height: 2px;
    border-width: 0;
    background-color: #FFB30C;
    margin-top: 3px;
    margin-bottom: 3px ;
}


@media screen and (min-width: 600px) {
    .menu-suspenso{
    top:  60px;
    right: 45px;
    
}
    .cabecalhoSuperior{
    grid-template-columns: 35% 65%;
    height: 110px;
    
}
.cabecalhoInferior{
        grid-template-columns: 30% 70%;
        height: 54px;
    }
    .estudeAqui{
    height: 55px;
    }
    .estudeAqui > a{
   
    font-size: 18px;
    margin-right: -20px;
}
.logo{
    align-items: end;
    justify-content: center;
}
.logoUFN{
    width: 150px;
    margin-bottom: 15px;
}
.itemBarraInferior{
    text-decoration: none;
    font-family: Roboto;
    font-size: 16px;
}

}
@media screen and (min-width: 750px) {
    .menu-suspenso{
    top:  60px;
    right: 60px;
    
}
    .cabecalhoSuperior{
        grid-template-columns: 35% 65%;
        
    }
    .cabecalhoInferior{
        grid-template-columns: 25% 75%;
    }
    .logo{
        align-items: end;
        justify-content: center;
    }
    .logoUFN{
        width: 160px;
        margin-bottom: 15px;
        margin-right: 35px;
    }
    .estudeAqui > a{
   
    font-size: 22px;
    margin-right: -30px;
}
.itemBarraInferior{
    text-decoration: none;
    font-family: Roboto;
    font-size: 14px;
}
    
}
@media screen and (min-width: 1000px) {
    
    .cabecalhoSuperior{
        grid-template-columns: 20% 80%;
        
    }
    .cabecalhoInferior{
        grid-template-columns: 20% 80%;
    }
    .logo{
        align-items: end;
        justify-content: center;
    }
    .logoUFN{
        width: 160px;
        margin-left: 20px;
        margin-bottom: 15px;
    }
    .estudeAqui > a{
        
        font-size: 22px;
        margin-right: -20px;
    }
.itemBarraInferior{
    text-decoration: none;
    font-family: Roboto;
    font-size: 16px;
}

}
@media screen and (min-width: 1100px) {
    .mostrar-mobile{
display: none;
}
    .menu-suspenso{
    top:  80px;
    right: 45px;
    
}
    .botoesBarraInferiorMenu{
        display: none;
    }
    .botoesBarraInferior{
        display: flex;
    }
    .mostrarMenuMobile{
        display: none;
    }
    .servicos{
    display: flex;
    font-size: 17px !important;
    font-weight: 500 !important;
}
    .itemCabecalhoSuperior{
        text-decoration: none;
        font-family: Roboto;
        font-style: italic;
        font-weight: 400;
        display: flex;
    font-size: 14px;
    color: rgba(0,62,124,.911);
}
.botoesBarraSuperior{
    width: 95%;
    margin-left: -15px;
    margin-top: 20px;
    display: flex;
    justify-content:space-around;
    flex-direction: row;
    align-items: center;

    
}
.mobile{
    margin-right: 0px;
}
.botoesBarraInferior{
display: flex;
align-items: center;
width: 90%;
justify-content: space-around;
margin-left: 15px;
gap: 25px;
}
.itemBarraInferior{
    text-decoration: none;
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
}
   
    
}
@media screen and (min-width: 1250px) {
    .menu-suspenso{
    top:  75px;
    right: 180px;
    
}
    .minhaUfn{
    width: 140px;
    height: 40px;
    
    
}
    .cabecalhoSuperior{
        grid-template-columns: 25% 75%;
        
    }
    .cabecalhoInferior{
        grid-template-columns: 20% 80%;
    }
    .cabecalhoInferior{
    }
    
    .estudeAqui > a{
        
        font-size: 22px;
        margin-right: -80px;
    }
    .botoesBarraInferior{
display: flex;
align-items: center;
width: 90%;
justify-content: space-around;
margin-left: 15px;
gap: 25px;
}
.botoesBarraSuperior{
    width: 100%;
    margin-left: -60px;
    margin-top: 20px;
    display: flex;
    justify-content:space-around;
    align-items: center;

    
}
.itemCabecalhoSuperior{
        font-weight: 300;
    font-size: 17px;
    }
.itemBarraInferior{
    text-decoration: none;
    font-weight: 600;
    font-family: Roboto;
    font-size: 17px;
}
}
@media screen and (min-width: 1650px) {
    .menu-suspenso{
    top:  75px;
    right: 300px;
    
}
    .minhaUfn{
    width: 155px;
    height: 40px;
    
    
}
    .cabecalhoSuperior{
        grid-template-columns: 25% 75%;
        
    }
    .cabecalhoInferior{
        grid-template-columns: 17% 83%;
    }
    .cabecalhoInferior{
    }
    
    .estudeAqui > a{
        
        font-size: 20px;
        margin-right: -120px;
    }
    .botoesBarraInferior{
display: flex;
align-items: center;
width: 80%;
justify-content: space-around;
margin-left: 15px;
gap: 25px;
}
.itemBarraInferior{
    text-decoration: none;
    font-family: Roboto;
    font-weight: 600;
    font-size: 18px;
}
.botoesBarraSuperior{
    width: 92%;
    margin-left: -80px;
    margin-top: 20px;
    display: flex;
    justify-content:space-around;
    align-items: center;

    
}
.itemCabecalhoSuperior{
        font-weight: 300;
    font-size: 19.5px;
    }
}


.menu-niveis{
    background-color:rgba(0,62,124,1);
    text-decoration: none;
    width: 200px;
    display: none;
    border-radius: 4px;
    z-index: 2;
    padding: 22px;
    position: fixed;
    top: 155px;
    right: 45px;
    
}
.menu-niveis > a{
    z-index: 2;
    color: white;
    padding: 5px;
    padding-left: 10px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
}
.menu-item{
    padding: 5px;
    font-family: Roboto;
    
}
.menu-item > a{
    text-decoration: none;
    color: white;
}
.botoesBarraInferior{

}
.niveis-ensino{
    font-size: 17px;
    font-weight: 500;
    font-family: Roboto;
    color: rgba(0,62,124,1);}












