@media only screen and (max-width: 1440px) {

    #cabecalho #titulo>h1{
        white-space: nowrap;
        font-size: 3rem;
    }
    #menu a{
        font-size: 1.4rem;
    }
    #conteudo2{
        width: 65%;
    }
}
@media only screen and (max-width: 1366px) {

    #conteudo{
        width: 58%;
    }
    #conteudo2{
        width: 58%;
    }
}


@media only screen and (max-width: 1100px) {
    #conteudo{
    	width: 60%;
    }
    span{
    	font-size: 1rem;
    }
    #menulateral{
    	width: 250px;
    }
    #cabecalho #titulo>h1{
    	font-size: 2.5rem;
    	white-space: nowrap;
    }
    #caixa>h2{
    	font-size: 1.3rem;
    }
    #terminar, #btutilizadores, #btnoticias, #btempresas , #btdocumentos, #btbenchmarking, #btlayout{
    	font-size: 1.1rem;
    	display: flex;
    	justify-content: space-between;
    	align-items: center;
    }
    .link{
    	font-size: 1rem;
    }
    #conteudo2{
    	width: 60%;
    	/*padding-left: 0;
    	padding-right: 0;*/
    }
    #inserircurso{
    	width: 100%;
    }
    #inserircurso>form{
    	grid-template-columns: 25% 65%;
    }
    #menu{
        width: 40%;
    }
    #menu a{
        font-size: 1rem;
    }
}
@media only screen and (max-width: 920px) {
    #conteudo{
        width: 60%;
    }
    span{
        font-size: 1rem;
    }
    #menulateral{
        width: 200px;
    }
    #cabecalho #titulo>h1{
        font-size: 1.75rem;
        white-space: nowrap;
    }
    #caixa>h2{
        font-size: 1.2rem;
    }
    #menu{
        width: 35%;
    }
    #menu a{
        font-size: 0.8rem;
    }
    #brand{
        margin-left: 1%;
    }
    #brand img{
        height: 85px;
    }
    .noticia, .titulo{
        width: 85%;
    }
    #inserircurso label{
        font-size: 1rem;
    }
    #resultadopdf{
        display: none;
    }
    #cabecalho #titulo{
        padding: 5px 0 5px 0;
    }
}
@media only screen and (max-width: 790px) {
    #brand img{
        height: 75px;
    }
    #brand{
        top: 20px;
    }
    #cabecalho #titulo{
        padding: 5px 0 5px 0;
    }
}
@media only screen and (max-width: 700px) {
    #cabecalho{
        margin-top: 50px;
        height: 100px;
    }
    #menu a{
        font-size: 0.7rem;
    }
    #menulateral{
        width: 100%;
        margin-left: 0;
    }
    #terminar, #btutilizadores, #btnoticias, #btempresas, #btdocumentos, #btbenchmarking, #btlayout{
        padding-left: 80px;
    }
    #conteudo , #conteudo2{
        margin-top: 20px;
        width: 100%;
        margin-left: 0;
    }
    .link{
        text-align: center;
    }
}
@media only screen and (max-width: 650px) {
    
    #barranav{
        display: none;
    }
    #navlateral{
        display: block;

    }
    #brand{
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 100%;
    }
    #barrahamburguer{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        min-height: 50px;
        /*background-color: #DE2462;*/
        position: relative;
        top: 100px;
    }
    #hamburgermenu{
        cursor: pointer;
        display: block !important;
        z-index: 1000;
        width: 20px;
        height: auto;
        margin-left: 25px;
    } 
    #cabecalho #titulo{
        left: 15%;
        width: auto;
    }
    .bt{
        font-size: 1rem;
        width: 80px;
    }
    .textblack{
        text-align: justify;
    }
}
@media only screen and (max-width: 500px) {
    .login3{
        margin-top: 180px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .titulo2{
        top: 80px !important;
    }
    .login4{
        width: 100% !important;
    }
    .logo2{
        position: relative !important;
        float: none !important;
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }
    .logo2 img{
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }
    /*#cabecalho{
        margin-top: 10px;
    }*/
}
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
@media only screen and (max-width: 375px) {
    #cabecalho #titulo>h1{
        font-size: 1.45rem;
    }
    #barrahamburguer{
        top: 95px;
    }
    #login2 label{
        font-size: 1.1rem;
    }
    #login2 #bt{
        font-size: 1.25rem;
    }
}