body
{
    padding: 0;
    margin: 0px auto ;
    box-sizing: border-box;    
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-image: url('../img/academico/00.jpg');
}

header{
    font-size: 14px;
}

article{
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
    background-color: #fff;
}

article h1{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

article h2{
    font-size: 20px;
    text-align: justify;
    font-weight: normal;
    margin-left: 15px;
    margin-right: 15px;
}

article h3{
    font-size: 20px;
    text-align: left;
    font-weight: normal;
    margin-left: 15px;
    margin-right: 15px;    
}

#header img {
    width: 100%;
    height: auto;
}

main {
    background: #0173C7;
}

.main2 img {
    width: 100%;
    height: auto;
}

.main2 p {
    text-align: justify;
}


footer {
    background-color: #0173C7;
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
    height: 100px;
    clear: both;
}

footer p{
    font-size: 22px;
    text-align: center;
    color:#fff;
}

.menu_bar {
    display: none;
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
}

nav {
    background: #0173C7;
    z-index: 1000;
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
    margin-top: -19px;
}

nav ul {
    list-style: none;
}

nav ul li {
    display: inline-block;
    position: relative;
}

nav ul li:hover {
    background: #FFB500;
}

nav ul li a {
    color: white;
    display: block;
    text-decoration: none;
    padding: 20px; 
}

nav ul li a:hover {
    color: black;
}

nav ul li a span {
    margin-left: 10px;
}

nav ul li:hover .children {
    display: block;
}

nav ul li .children {
    display: none;
    background: #353C8D;
    position: absolute;
    width: 450%;
    z-index: 1000;
}

nav ul li .children li {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

nav ul li .children li a {
    display: block;
}

nav ul li .children li a span {
    float: right;
    position: relative;
    top: 3px;
    margin-right: 0px;
    margin-left: 10px;
}

nav ul li .caret {
    position: relative;
    top: 3px;
    margin-left: 10px;
    margin-right: 0px;
}

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

    body {
        padding-top: 82px;
        
    }

    article h1{
        font-size: 24px;
        text-align: center;
        font-weight: bold;
    }

    article h2{
        font-size: 18px;
        text-align: justify;
        font-weight: normal;
        margin-left: 20px;
        margin-right: 20px;
    }

    footer p{
        font-size: 14px;
        text-align: center;
        font-weight: normal;
        color:#fff;
    }

    .menu_bar {
        display: block;
        width: 100%;
        position: fixed;
        top:0;
        background: black;
    }

    .menu_bar .bt-menu {
        display: block;
        padding: 20px;
        color:#fff;
        overflow: hidden;
        font-size: 25px;
        font-weight: bold;
        text-decoration: none;
    }

    .menu_bar span {
        float: right;
        font-size: 40px;
    }

    nav {
        top: 80px;
        width: 100%;
        height: 100%;
        position: fixed;
		right: 100%;
        margin: 0;
        overflow: scroll;

    }

    nav ul li {
        display: block;
        border-bottom: 1px solid rgba(255,255,255,0.5);
    }

    nav ul li a {
        display: block;
    }

    nav ul li:hover .children {
        display: none;
    }

    nav ul li .children {
        width: 100%;
        position: relative;
    }

    nav ul li .children li a{
        margin-left: 20px;
    }

    nav ul li .caret {
        float: right;
    }

    .div1 {
        width: 100%;
    }

    aside {
        width: 100%;
    }

}