 *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Saira Extra Condensed', sans-serif;
}

html,body{
    height: 80%;
}

.clear{clear:both;}

.parent{
    display: block;
}

.sidebar{
    width:33%;
    height: 100%;
    position: fixed;
    background-color: #e6e7e9 /*#11274d*/;
}

.sidebar-pos{
    position: absolute;
    top:50%;
    transform:translateY(-50%);
}
   

.img-sidebar{text-align: center;}

.img-sidebar img{
    width: 10rem;
    border:0px solid #11274d;
    border-radius: 0%;
    
}


.menu{
    margin:20px 0;
    text-align: center;
}

.menu form{
    margin left:30px;
    margin-left: ;
}

.menu input[type=submit]{
    width: 100px;
    height: 40px;
    cursor: pointer;
    margin-top: 10px;
    font-size: 1.2rem;
    background: #fe9b35;
    color: white;
    border: 0;
    border-radius: .25rem;
}

.menu form input[type=text],
.menu form input[type=password]
{
    margin-top:10px;
    margin-left: 30px;
    margin-right: 10px;
    font-size: 1.2rem;
    font-weight: normal;
    color: black;
    width: 90%;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: .25rem;
    padding-left: 10px;

}

.menu label{
    color: #11274d;
    opacity: 0.4;
}

.menu a{
    width: 90%;
    text-align: center;
    margin-left: 20px;
    margin-right: 10px;
    color: white;
    opacity: 0.4;
    font-size: 24px;
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
}

.menu a.selected{
    background: #f09017;
    opacity: 1;  
}

.menu a:hover { 
    background: #f09017;  
}


.content{
    position:absolute;
    left: 33%;
    width: 67%;
    height: 100%;
    overflow-y:auto;
    padding:0 3%;
}

section.descricao{
    position: relative;
    top:50%;
    transform:translateY(-50%);
}

section.descricao h2{
    color:#343a40;
    font-size: 4rem;
}

section.descricao h2 > span,
section.descricao h3 > span
{
    color:  #62318e;
}

section.descricao h3{
    color: #6c757d;
    font-size: 26px;
}

section.descricao p{
    color:#6c757d;
    font-size:20px;
    margin-top:5px;
}

section.descricao a{
    text-decoration:none;
}

section.descricao img{
    width: 20%;
    border:1px solid #62318e;
   
}

.icons-social{
    margin-top:20px;
}

.icons-social a{
    text-decoration:none;
    color: white;
    background-color: gray;
    width:40px;
    height:40px;
    border-radius:20px;
    display: inline-block;
    margin:0 10px;
    text-align: center;
}

.icons-social a:hover {
    background-color: #512679;
    color: #f09017;
}

.icons-social i{
    line-height:40px;
}

footer{
    background-color: #11274d;
    margin: 0;
    padding: 20px;
    text-align: center;

}

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

    .content {
        display: none;
        width:0%;
    }

   .sidebar {
        width:100%;

   }


}
