*{margin: 0;padding: 0;box-sizing: border-box;}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');

:root{
    --roxo: #7510F7;
    --roxo-claro: #9146f2;
    --preto: #0f0f0f;
    --azul-escuro: #141C3A; 
}
body{
    font-family: 'Poppins';
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins';
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.5;
}
p, a, li{
    font-family: 'Poppins';
    font-weight: 200;
    letter-spacing: 2px;
    line-height: 1.5;
}
p{
    letter-spacing: 2px;
    line-height: 1.5;
}
/* Formatação da header */
header{
    height: 70px;
    margin-bottom: 20px;
}
header img{
    margin-left: 20px;
}
header nav{
    float: right;
    padding: 40px 10px 0px 0px;
}
nav ul li{
    display: inline-block;
}
nav ul li a{
    text-decoration: none;
    color: #000;
    padding: 0px 10px 0px 20px;
}
nav ul li a:hover{
    color: var(--roxo);
}
nav .whatsapp{
    border: 2px solid var(--roxo);
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--roxo);
    font-weight: bold;
}
nav .whatsapp:hover{
    background-color: var(--roxo);
    color: #fff;
    font-weight: bold;
    transition: 0.5s;
}
#header #botaoMenu{
    float: right;
    margin-right: 30px;
    margin-top: 30px;
    border-radius: 5px;
    cursor: pointer;
    display: none;
}
#header #botaoMenuFechar{
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 5px;
    cursor: pointer;
    display: none;
}
/* Formatação da section boas vindas */
#boasVindas{
    min-height: 500px;
    padding-top: 100px;
}
#boasVindas h1{
    text-align: center;
    font-size: 50px;
    color: var(--preto);
}
#boasVindas p{
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    width: 80%;
}
#boasVindas .meConheca{
    display: block;
    text-align: center;
    text-decoration: none;
    border: 2px solid var(--roxo);
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--roxo);
    font-weight: bold;
    width: 20%;
    margin: 40px auto;
}
#boasVindas .meConheca:hover{
    transition: 0.5s;
    background-color: var(--roxo);
    color: #fff;
    font-weight: bold;
}
#redesSociais{
    margin: 0 auto;
}
#redesSociais ul{
    display: inline;
}
#rodape h3{
    padding-bottom: 15px;
}
#boasVindas img{
    display: block;
    margin: auto;
}
#boasVindas .imagemProgramacao{
    padding-top: 20px;
}
/* Formatação da section um pouco sobre mim */
#umPoucoSobreMim{
    height: 500px;
    padding: 100px 50px 20px 50px;
    background-color: var(--roxo);
    color: #fff;
    text-align: center;
}
#umPoucoSobreMim h2{
    padding-bottom: 20px;
}
#umPoucoSobreMim p{
    padding: 0px 80px 0px 80px;
}
/* Formatação da section de conhecimento */
#conhecimento{
    display: flex;
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 2px 5px 5px rgb(224, 220, 220);
    margin-top: -120px;
}
#conhecimento .boxConhecimento{
    text-align: center;
    padding: 50px;
}
#conhecimento .boxConhecimento img{
    margin-bottom: 20px;
    height: 50px;
}
#conhecimento .boxConhecimento h2{
    height: 80px;
}
#conhecimento .boxConhecimento h3{
    margin-bottom: 20px;
    color: var(--roxo);
    font-weight: 200;
}
#conhecimento .boxConhecimento p{
    margin-bottom: 40px;
    height: 100px;
}
#conhecimento .boxConhecimento li{
    list-style: none;
    margin-bottom: 5px;
}
#conhecimento .bordaConhecimento{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
/* Formatação da section Trabalhos recentes */
#trabalhosRecentes{
    height: auto;
    text-align: center;
    padding: 50px 50px 50px 50px;
}
#trabalhosRecentes h2{
    margin-bottom: 10px;
}
#trabalhosRecentes p{
    margin-bottom: 20px;
}
#trabalhosRecentes .linha{
    display: inline-block;
}
#trabalhosRecentes img{
    margin-top: 20px;
    margin-right: 30px;
    width: 200px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .3);
    border-radius: 10px;
    transition: 1;
}
#trabalhosRecentes img:hover{
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .5);
    transition: 0.5s;
}
/* Formatação da seção match */
#match{
    background-color: var(--azul-escuro);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    padding: 40px;
    border-radius: 20px;
    position: relative;
}
#match h2{
    margin-right: 20px;
    margin-left: 20px;
}
#match p{
    text-align: center;
    padding: 0px 80px 0px 80px;
}
#match h3{
    text-align: center;
}
/* Formatação do rodape */
#rodape{
    background-color: var(--roxo);
    padding: 20px 40px 20px 40px;
    margin-top: -60px;
    color: #fff;
    text-align: center;
}
#rodape .primeiraImagem{
    margin-top: 80px;
}
#rodape h3{
    margin-bottom: 10px;
}
#rodape ul{
    height: auto;
    margin-bottom: 30px;
    margin-top: 40px;
}
#rodape ul li{
    list-style: none;
    display: inline;
}
#rodape ul li a{
    list-style: none;
    color: #fff;
}
#rodape ul li img{
    width: 30px;
    margin-right: 20px;
}
#rodape a{
    color: #fff;
}
#projeto{
    padding: 50px;
}
#projeto h1{
    text-align: center;
    font-size: 30px;
}
#projeto h2{
    font-size: 20px;
    margin: 20px 0px 20px 0px;
    border-bottom: 1px solid #ccc;
}
#projeto ul{
    padding-left: 20px;
}
#projeto li{
    font-size: 15px;
    margin: 10px 0px 10px 0px;
}
#projeto p{
    margin-top: 20px;
}
#projeto h3{
    margin-top: 10px;
    margin-bottom: 10px;
}
#projeto img{
    width: 250px;
}
.design{
    padding-top: 0px !important;
}
#OutrosProjetos{
    padding: 50px;
}
#OutrosProjetos h1{
    text-align: center;
    font-size: 30px;
}
#OutrosProjetos h2{
    font-size: 25px;
    margin: 20px 0px 20px 0px;
    border-bottom: 1px solid #ccc;
    color: var(--roxo);
}
#OutrosProjetos img{
    width: 300px;
}
#OutrosProjetos h3{
    margin-top: 10px;
    margin-bottom: 10px;
}
#OutrosProjetos ul{
    margin-left: 30px;
    margin-bottom: 10px;
}
/* Media query para tablet */
@media screen and (max-width: 1100px){
    header .logo{
        margin-top: 15px;
        width: 250px;
    }
    header nav ul li a{
        padding: 0px 5px 0px 10px !important;
    }
    .whatsapp{
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    #boasVindas h1{
        font-size: 40px;
    }
    #conhecimento{
        margin-top: -50px;
    }
    .boxConhecimento{
        padding: 20px !important;
    }
    .meConheca{
        padding: 0px 10px;
    }
}
/* Media query para tablet */
@media screen and (max-width: 950px){
    header img{
        margin-top: 15px;
        width: 230px;
    }
    header nav ul li a{
        padding: 0px 5px 0px 10px !important;
        font-size: 14px;
    }
    .whatsapp{
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    #boasVindas h1{
        font-size: 30px;
        padding: 0px 20px 0px 20px;
    }
    .boxConhecimento{
        padding: 10px !important;
    }
    .boxConhecimento p{
        margin-bottom: 100px !important;
    }
}
/* Media query para tablet */
@media screen and (max-width: 850px){
    #botaoMenu{
        display: block !important;
    }
    header img{
        width: auto;
    }
    #menu{
        transition: 1s;
        background-color: var(--roxo);
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
        padding-top: 20px;
        display: none;
    }
    #menu li{
        display: block;
    }
    #menu .itemLista:hover{
        transition: 0.5s;
        background-color: var(--roxo-claro);
    }
    #menu a{
        color: #fff;
    }
    .itemWhatsapp{
        margin-top: 15px;
    }
    .itemWhatsapp:hover{
        background-color: none !important;
    }
    .whatsapp{
        background-color: #fff;
        color: var(--roxo) !important;
        border: none !important;
    }
    .whatsapp:hover{
        background-color: #fff !important;
        color: var(--roxo) !important;
        border: none !important;
    }
}

/* Medias query para smartphone */
@media screen and (max-width: 700px){
    .logo{
        margin-top: 20px !important;
        width: 200px !important;
    }
    #boasVindas img{
        width: 100%!important;
    }
    #boasVindas{
        padding-top: 20px;
    }
    #boasVindas h2{
        font-size: 40px;
        margin-bottom: 10px;
    }
    #boasVindas .meConheca{
        width: 50%;
    }
    #boasVindas img{
        width: 400px;
    }
    #umPoucoSobreMim{
        padding: 40px 10px 10px 10px;
        height: 800px;
    }
    #umPoucoSobreMim p{
        padding-left: 0px;
        padding-right: 0px;
    }
    #conhecimento{
        margin-top: -50px;
        display: block;
    }
    #conhecimento .boxConhecimento img{
        margin-top: 20px;
    }
    #conhecimento .boxConhecimento h3{
        margin-bottom: 10px;
    }
    #conhecimento .boxConhecimento p{
        margin-bottom: 10px;
        margin-bottom: 0px !important;
    }
    #conhecimento .boxConhecimento ul{
        margin-bottom: 20px;
    }
    .bordaConhecimento{
        border: none !important;
    }
    #match{
        display: block;
    }
    #match h2{
        text-align: center;
        margin-bottom: 20px;
    }
    #match p{
        margin-bottom: 20px;
        padding: 0px;
    }
    #rodape .linkPortfolio{
        font-size: 12px;
    }
    #conhecimento img{
        margin-bottom: 5px !important;
    }
    #conhecimento .espacoParagrafo{
        height: 150px !important;
    }

}