*{
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: border-box;
}

html, body{
    height: 100%;
}

body{
    font-family: 'Roboto', sans-serif;
    background-color: #E7F2FC;
    font-size: 1.8rem;
    display: grid;
    grid-template-areas: 'perfil body';
}

@media (max-width: 850px) {
    body{
        grid-template-areas: 'perfil' 'body';

    }
  }

header{
    grid-area: 'perfil';
    background-color: #282A35; 
    color: #E7F2FC;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top:20px;
}

header article{
    box-sizing: border-box;
}

.title{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 255px;
    width: 100%;
    margin-bottom: 120px;
}

.title img {
    border-radius: 50%;
    width: 160px;
    height: 160px;
    box-shadow: -9px 7px 5px rgba(0, 0, 0, 0.77);
    transition: 1s;
}

.title h5, h3{
    text-align: center;
}

.title img:hover {
    transform: scale(1.1);
}

.links-perfis{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    font-size: 1.5rem;
    margin: 25px 0px 20px 0px;
    width: 95%;
}

.links-perfis a{
    text-decoration: none;
    color: #E7F2FC;
    display: flex;
    transition: 0.2s;
}
.links-perfis a:hover{
   color: #AFB3A7;
}

.links-perfis a i{
    align-self: center;
    justify-self: center;
    margin-left: 5px;
}

header hr{
    color: #E7F2FC;
    height:2px;
    border-width:0;
    background-color: #E7F2FC;
    margin: 0 20px;
}

.infos-pessoais{
    font-size: 1.2rem;
    margin: 0 22px 10px;
}

header h4{
    text-align: center;
    margin: 10px 0px 10px 0px;
}

header h4 i{
    margin-right: 9px;
}

.infos-pessoais p{
    margin: 2.5px 0px;
}

.infos-pessoais-title{
    font-weight: bold;
    color: #e7f8fc;
}

.skills{
    font-size: 1.4rem;
    margin: 0 15px 10px;
    text-align: center;
}
.skills p{
    margin: 2.5px 0px;
    transition: 0.5s;
}

.skills p:hover{
    transform: scale(1.3);
}

main{
    grid-area: 'body';
    padding-top:20px;
    margin: 15px 55px;
}

main hr{
    color: black;
    height:2px;
    border-width:0;
    background-color: rgba(0, 0, 0, 0.77);
}

main section h3{
    text-align: start;
    font-size: 1.7rem;
}

.collapse-header h3{
    text-align: start;
    font-size: 1.7rem;
}

.collapse-header h3 i{
    margin-right: 9px;
}

@media (max-width: 650px) {
    .collapse-header h3{
        text-align: start;
        font-size: 1.4rem;
    }

    .collapse-header h3 i{
        display: none;
    }

}

main section h5{
    text-align: start;
    font-size: 1.4rem;
}

.biografia {
    margin-bottom: 10px;
}

.biografia p{
    font-size: 1.3rem;
    text-align: justify;
  text-justify: inter-word;
}

.exp-profissionais p {
    font-size: 1.3rem;
}

.exp-profissionais h5 {
    margin: 15px 0px 5px 0px;
}

.exp-profissionais hr {
    color: black;
    height:2px;
    border-width:0;
    background-color: rgba(0, 0, 0, 0.50);
    width: 85%;
    margin: 25px
}

.empresa{
    padding-left: 37px;
}

.empresa-descricao{
    margin: 0px 0px 10px 0px;
}

.cargo-descricao{
    font-style: italic;
    margin: 10px 0px;
}

.formacoes{
    padding-left: 37px;
}

.formacoes ul li ul{
    padding-left: 25px;
    
}
.formacoes ul li ul p{
    font-size: 1.3rem;
}

.hard-skills{
    padding-left: 37px;
}

.hard-skills ul li ul{
    padding-left: 25px;
}
.hard-skills ul li ul p{
    font-size: 1.3rem;
}

.wrapper-collapses{
    margin: 20px 0 10px 0;
}

.collapse-header{
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    background-color: #282A35;
    border: #282A35 solid 0.3px;
    color: #E7F2FC;
    text-align: center;
    transition: 0.3s;
    cursor:pointer;
}

.collapse-header:first-of-type{
   border-radius: 4px 4px 0 0;
}

.collapse-header:last-of-type{
    border-radius: 0 0 4px 4px;
 }

.collapse-header:hover{
    border: #282a35bb solid 0.3px;
    background-color: #282a35bb;
    padding: 1rem;
}

.collapse-content{
    box-sizing: border-box;
    overflow: hidden;
    transition: max-height 0.3s;
    max-height: 0px;
    border-top: none;
    border-left: #282A35 solid 0.3px;
    border-right: #282A35 solid 0.3px;
    box-sizing: border-box;
}

.collapse-content-active{
    border-bottom: #282A35 solid 0.3px;
    border-radius: 0 0 4px 4px;
    padding: 10px 0;
}

.centralizar-icone{
    display: flex;
    align-items: center;
}

/* scrollbar */
::-webkit-scrollbar {
    width: 5px;
    border: solid 0.3px transparent;
    border-radius: 50%;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #282A35; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #282a35bb; 
  }