body{
    background-color: rgb(44, 44, 44);
    color: white;
    flex: wrap;
    background: linear-gradient(to top, #424242, #131313);
}
nav{
    padding: 30px;
}
li a.nav-link{
    color: rgb(212, 212, 212);
    font-size: 25px;
}
.nav-link:hover{
    color: palevioletred;
    border-bottom: 1px solid palevioletred;
    transition: 0.3s all ease-in;
}
.container{
    display: block;
}
h1{
    font-size: 300%;
    font-weight: bold;
}
h2{
    font-size: 220%;
    font-weight: bold;
}
h3{
    font-size: 150%;
}
h5{
    color: palevioletred;
    font-weight: bold;
    padding: 0.8%;
}
p{
    color: rgb(212, 212, 212);
    font-size: 130%;
    text-align: justify;
}
.container{
    position: relative;
}
.sobre{
    width: 100%;
    height: 550px;
    margin: 6% auto 8% auto;
}
.itens-sobre{
    width: 50%;
    height: 100%;
    float: left;
}
.itens-sobre h1{
    padding-bottom: 1%;
}
.img-sobre{
    width: 50%;
    height: 100%;
    float: right;
    display: flex;
    text-align: center;
    margin-top: -50px;
}
.img-sobre img{
    width: 80%;
    border-radius: 50%;
    aspect-ratio: 1/1;
    margin: auto;
    margin-left: 25%;
    border: solid 4px palevioletred;
}
.formacao{
    width: 100%;
    height: 700px;
}
.itens-form{
    width: 50%;
    float: left;
    display: block;
}
.curso{
    padding-top: 8%;
}
.option-curso{
    display: flex;
    width: 50%;
    flex-direction: column;
    text-align: center;
    background-color: rgb(31, 31, 31);
    border-left: 4px solid rgb(31,31,31);
    padding: 20px 5px 10px 15px;
    border-radius: 20px;
}
.curso h3{
    color: white;
    font-weight: bold;
    padding: 15px;
}
.activeCurso h3{
    border-left: 4px solid palevioletred;
    color: palevioletred;
}
.form-descricao{
    width: 50%;
    float: right;
    padding-top: 10%;
}
.form-descricao p{
    padding-bottom: 50px;
}
.habilidades{
    width: 100%;
    height: 630px;
    margin: 95px auto;
}
.itens-hab{
    width: 50%;
    float: left;
}
.itens-hab p{
    padding-right: 20%;
    padding-top: 5%;
}
.icons{
    padding-top: 5%;
}
.col{
    width: 25%;
    flex-grow: 1;
    height: 150px;
    position: relative;
    border: 2px solid  rgb(15, 15, 15);
    border-radius: 15px;
    transition: 1s all ease;
    margin: 2.5% 2.5%;
    display: flex;
    text-align: justify;
}
.col:hover{
    border: 1px solid palevioletred;
}
.col img{
    width: 50%;
    margin: auto;
}
.postgres img {
    width: 20%;
}
.interesses{
    width: 100%;
    height: 410px;
    text-align: left;
}
.contato{
    width: 100%;
    height: 200px;
}
.contato h1{
    float: left;
}
.social {
    padding-left: 0px;
    float: right;
}
.media{
    color: rgba(245, 238, 240, 0.575);
    list-style-type: none;
    font-size: 60px;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 1px solid rgba(206, 130, 156, 0.575);
    transition: ease .3s;
    margin-left: 17px;
    margin-bottom: 20px;
    text-align: center;
    text-align: center;
    &:hover {
        color: rgb(241, 236, 239);
        border: 1px solid palevioletred;
    }
}
.social:hover > .media {
    opacity: 0.5;
}
.social:hover > .media:hover {
    opacity: 1;
}
.social li::after{
    pointer-events: none;
}

@media(max-width: 1360px){
    h1{
        font-size: 38px;
    }
    h2{
        font-size: 27px;
    }
    h3{
        font-size: 22px;
    }
    h1, h2, h3, p{
        padding: 0 10px 0 10px;
    }
    .itens-sobre h1, .itens-sobre h3{
        padding: 0;
    }
    li a.nav-link{
        font-size: 18px;
    }
    .itens-sobre, .img-sobre, .itens-form, .form-descricao, .itens-hab{
        width: 100%;
    }
    .img-sobre{
        margin-top: -10%;
        padding-bottom: 20%;
        display: flex;
        text-align: center;
    }
    .img-sobre img{
        width: 75%;
        margin: auto;
    }
    .option-curso{
        width: 85%;
    }
    .form-descricao p{
        padding-bottom: 10px;;
    }
    .itens-hab{
        padding-top: 50px;
    }
    .itens-hab p{
        padding: 10px;
    }
    .habilidades{
        height: auto;
        padding-top: 0;
        padding-bottom: 60px;
    }
    .icons{
        padding-top: 0;
    }
    .col{
        width: 25%;
        height: 100px;
    }
    .col img{
        width: 25%;
        height: 50px;
    }
    .postgres img{
        width: 10.5%;
    }
    .social{
        float: left;
    }
    .media{
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 35px;
    }
    .interesses, .contato{
        height: auto;
    }
    .interesses{
        padding-bottom: 8%;
    }
}

@media(max-width: 500px) {
    h1{
        font-size: 35px;
    }
    h2{
        font-size: 25px;
    }
    h5{
        font-size: 22px;
        padding-left: 11px;
    }
    .habilidades{
        padding-bottom: 45px;
    }
    .itens-hab{
        padding-top: 20px;
    }
    .itens-hab p{
        margin-bottom: -25px;
    }
    .col{
        margin-top: 20px;
    }
    .col img{
        width: 27%;
        height: 35px;
    }
    .postgres img{
        width: 12%;
        height: 45px;
    }
    .interesses{
        padding-bottom: 25px;
    }
    .media{
        margin: auto 7px;
    }
}
