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

html,body{
    height: 100%;
}


.parent{
    display: flex;
    height: 100%;
}

.sidebar{
    width:20%;
    height: 100%;
    position: fixed;
    background-color:#1b28dd;
}

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

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

.img-sidebar img{
    width: 65%;
    border:5px solid #94949456;
    border-radius: 50%;
}


/* Back */
.back{
    width: 20%;
    padding: 3px 35px;
    background-color: rgba(5, 5, 5, 0.267);
    position: relative;
    top: 38px;
    left: 30px;
    text-align: center;
    cursor: pointer;
    border-radius: 30px;
    opacity: 0.4;
    background-image: url(/sobre/imagens/icones/seta-esquerda.png);
    background-size: 30%;
    background-position: center;
    background-repeat: no-repeat;
  }.back a{
    text-decoration: none;
    padding: 10px 30px;
    margin: -29px;
  }.back:hover{
    opacity: 1;
  }
/*  */

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

.menu a{
    color: white;
    opacity: 0.4;
    font-size: 24px;
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
}

.menu a.selected{
    opacity: 1;
    
}

.content{
   /* position:absolute;
    top: 40%;
    left: 19%; */
    width: 80%;
    height: 100%;
    padding:3%;
    margin-top: 50px;
}

section.descricao{
    /* position: relative;
    top:0px;
    transform:translateY(-50%); */
    display: inline-block;
    width: 100%;
    margin-left: 24%;
    padding-bottom: 4%;
}

section.descricao h2{
    color:#343a40;
    font-size: 46px;
}

section.descricao h2 > span,
section.descricao h3 > span
{
    color:  #1b28dd;
}

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

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

.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 i{
    line-height:40px;
}


/* Meus códigos */

.sombra{
    box-shadow: 12px 17px 13px -6px rgba(0,0,0,0.11);
    -webkit-box-shadow: 12px 17px 13px -6px rgba(0,0,0,0.11);
    -moz-box-shadow: 12px 17px 13px -6px rgba(0,0,0,0.11);
}

.apresentação{
    display: inline-block;
    width: 100%;
    height: auto;
    background-color: rgb(255, 255, 255);
    margin-bottom: 0px;
    overflow: hidden;
    /* transition: 1s; */
}


.projeto{
    display: inline-block;
    width: 32.33%;
    margin-left: 3px;
    margin-bottom: 14px;
    height: auto;
    background-color: rgb(255, 255, 255); /*rgb(243 243 243)*/
    text-align: center;
}


.projeto img{
    width: 300px;
    height: 150px;
}

.button{
    cursor: pointer;
    padding:0px 5px;
    font-size: 20px;
    background-color: blue;
    color: white;
    border: 0px solid;
    border-radius: 5px;
}

a{
    /* text-decoration: auto; */
    color: black;
}

/*  */