*{
    box-sizing: border-box;
}


body{
    font-family: 'Raleway' , Arial;
    margin: 0;
}
p{
    font: size 1.5rem;
}
.banner{
    background: url(../IMG/banner-bg.png);
    background-size: cover;
    height: 90vh;
    text-align: center;
    color: white;
    padding-top: 20rem;
}

.banner_titulo{
    font-size: 2.5rem;
}
.banner_subtitulo{
    font-size: 1.5rem;
}
.btn{
    border-radius: 3rem;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
}
.btn-branco{
    color: blueviolet;
    background-color: white;  
}
a{
    text-decoration: none;
}

/* seção sobre */

.sobre_titulo{
    font-size: 3rem;
    color: #C4C4C4;
}
.sobre-descricao, .sobre-habilidades {
    width: 40%;
    display: inline-block;
}

.sobre_container {
    max-width: 1080px;
    margin: 0 auto;
    margin-top: 10rem;

}

.sobre-habilidades {
    margin-left: 13rem;
}

.sobre-habilidades_lista {
    padding-left: 2rem;
    line-height: 2;
    font-size: 15px;
}
.sobre-habilidades_titulo{
    margin-left: 20px;
}
.btn-roxo{
    color: #7E459B;
    border: 1px solid #7E459B;
}
.sobre-descricao_destaque, .sobre-descricao_texto{
    font-size: 15px;
    padding-bottom: 10px;
}


/* secao footer */
.footer_container{
    text-align: center;
    font-size: 130,px;
}
.redes-sociais__link{
    display: inline-block;
    width: 20%;
    background-color: #7E459B;
    text-align: center;
    color: white;
    padding: 1rem;
    margin-right: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
    
}
.redes-sociais__img{
    margin-bottom: 1rem;
    width: 25px;
}
.redes-sociais__img_fb{
    width: 23px;
}