*{
    padding: 0;
    margin: 0;
    font-family: 'Josefin Sans', sans-serif;
    box-sizing: border-box;
}


.background{
    background-image: url(image4.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
}

nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 45px;
    padding-left: 8%;
    padding-right: 8%;
    
}

nav h2{
    color: #fff;
    font-size: 35px;
    cursor: pointer;
    letter-spacing: 2px;
}

span{
    color: #f9004d;
}

nav ul li{
    display: inline-block;
    padding: 10px 25px;
    list-style: none;
}

nav ul li a{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-transform: capitalize;
}

nav ul li a:hover{
    color:#f9004d;
    transform: scale(1.2);
}


.Main{
    position:absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50);
}

h4{
    color: #fcfcfc;
    letter-spacing: 2px;
    font-size: 20px;
}

h1{
    color: #fff;
    margin: 20px 0px 20px;
    font-size: 75px;
}

h3{
    color: #fff;
    font-size: 25px;
    margin-bottom: 50px;
}

.Container-btn a{
    background-color: #f9004d;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 30px;
}

.Container-btn a:hover{
    transform: scale(1.2);
    transition: transform .3s;
}

.background-color-sobre{
    background-color: #191919;
    width: 100%;
    padding: 25px;
}

.text-sobre{
    width: 1130px;
}

.Main-sobre{
    align-items: center;
    justify-content: space-around;
    width: 1130px;
    margin: 0 auto;
}

.text-sobre h2{
    color: #fff;
    font-size: 75px;
    text-transform: capitalize;
    margin-bottom: 20px;

}

.text-sobre h5{
    color: #fff;
    letter-spacing: 2px;
    font-size: 22px;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.text-sobre p{
    color: #fcfcfc;
    letter-spacing: 1px;
    line-height: 28px;
    font-size: 18px;
    
}

.container-habilidades{
    background-color:  #101010;
    width: 100%;
    padding: 100px;
    
}

.Title h2{
    color: #fff;
    font-size: 75px;
    width: 1130px;
    margin: 30px auto;
    text-align: center;
}

.Caixa{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    flex-wrap: wrap;
}

.Card{
    background-color: #191919;
    height: 270px;
    width: 335px;
    border: 20px;
    border-radius: 20px;
    margin: 15px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.Card i{
    font-size: 50px;
    display: block;
    text-align: center;
    margin: 25px 0px;
    color: #f9004d;
}

.Card h5{
    color: #fff;
    font-size: 23px;
    margin-bottom: 15px;

}

.Card p{
    color: #fcfcfc;
    font-size: 16px;
    line-height: 27px;
}

.container-projetos{
    background-color: #191919;
    width: 100%;
    padding: 20px;
    
    
}

.title h2{
    color: #fff;
    font-size: 75px;
    width: 1130px;
    margin: 30px auto;
    text-align: center;
}

.caixa_projetos{
    background-color: #191919;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
    flex-wrap: wrap;
    
 
}

.card_projetos{
    background-color: #101010;
    height: 480px;
    width: 400px;
    border: 20px;
    border-radius: 20px;
    margin: 12px;
    position: relative;
    overflow: hidden;
    text-align: center;
  
}

.card_projetos img {
    padding: 25px;
    width: 390px;
    border-radius: 30px;   
}

.card_projetos h5{
    color: #f9004d;
    font-size: 23px;
    margin-bottom: 15px;
}

.card_projetos h6{
    color: #fcfcfc;
    font-size: 16px;
    margin-bottom: 15px;
 }

 .card_projetos p{
    color: #fcfcfc;
    font-size: 16px;
    line-height: 18px;  
 }

 footer{
    position: relative;
    width: 100%;
    height: 400px;
    background-color: #101010;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
 }

 
 h6{
    font-size: 35px;
    color: #fff;

 }

 footer p{
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 25px;
 }

 .Redes-sociais{
    display: flex;
 }

 .Redes-sociais a{
    background-color: #f9004d;
    width: 45px;
    height: 45px;
    padding: 15px;
    border-radius: 50%;
    margin: 22px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
 }

 .Redes-sociais a:hover{
    transform: scale(1.2);
    transition: .3s;
 }

 .End p{
    position: relative;
    color: #f9004d;
    top : 35px;
    font-size: 14px;
 }