@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Code:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    line-height: 1.6;    
}
html {
    scroll-behavior: smooth;
}
a {
    text-decoration: none;    
}
body {
    font-family: 'Google Sans Code', monospace;
    font-size: 0.9rem;
}
header {
    display: flex;
    justify-content: center; 
    align-items: center;   
    min-height: 80px;
    color: #4a73e9;    
}
h1 {
    font-size: 2.5rem;
}
nav {
    background: #4a73e9;        
}
.menu {
    display: flex;
    justify-content: center;
    align-items: center;  
    /* padding-top: 15px; */
    gap: 40px;
    text-transform: uppercase;  
    font-size: 1.1rem;  
    min-height: 50px;
}
.menu a {
    color: #fff;
}
.menu a:hover {
    color: #ef244f;
    border-bottom: 4px solid #ef244f;
    transition: 0.35s;
    padding-bottom: 2px;
}
.section-01 {    
    width: 80%;
    display: flex;
    justify-content: center;    
    gap: 20px;    
    margin: 15px auto;
}
.tag-imagem {
    background-image: url('../img/devhardcore.webp');
    background-size: cover;
    background-repeat: no-repeat;
    margin: 20px 0;
    flex: 1;
    color: #fff;
    margin: 10px 10px;
}
.tag-imagem p {
    padding: 15px 15px;
    font-size: 1rem;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.section-01 h2 {
    text-transform: uppercase;
    margin: 10px 0;
    font-weight: 500;
}
.tag-lateral {
    display: flex;
    flex-direction: column;    
    gap: 20px;    
    flex: 1;
}
.tag-lateral span {
    color: #ef244f;
    font-size: 1.2rem;
    font-weight: 300;
    margin: 0 20px;    
}
.section-02 {
    margin: 20px 0;
    text-align: center;
}
.section-02 h2 {
    font-weight: 700;
    letter-spacing: 8px;
}
.section-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.cards {
    width: 300px;
    height: 450px;
    border: 1px solid #eee;
    margin: 20px 0;
    overflow: hidden;
}
.cards h3 {    
    text-transform: uppercase;
    color: #41213f;
    font-family: Special Elite, system-ui;
    font-size: 2rem;
    letter-spacing: 5px;
}
.cards p {
    padding: 10px;
}
.cards h3#adapt {
    letter-spacing: 2.5px;
}
.dispend {
    background: #fdfae7;
    min-height: 200px;
    margin: 50px 0;
    text-transform: uppercase;
    font-family: Special Elite, system-ui;
    font-size: 1.18rem;
    letter-spacing: 5px;
    text-align: center;
}
.dispend-content {
    display: flex;
    flex-direction: column;   
    padding: 25px 0;
}
.dispend-content h3 {
    margin-bottom: 15px;
}
.dispend-content p {
    font-size: 0.85rem;
    text-transform: none;
    font-family: 'Google Sans Code', monospace;
    letter-spacing: 0.1px;
    padding: 0 90px;
    line-height: 2;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.section-03 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px; 
    margin-top: 40px;   
}
.desc-c {
    display: flex;
    flex-direction: column;
    width: 200px;
    height: 200px;    
    text-align: center;
    color: #ef244f;
}
.desc-c i {
    margin: 0 auto;
    padding-bottom: 20px;
}
.desc-c span {
    text-transform: uppercase;
}
.desc-blue {
    font-size: 0.78rem;
    color: #4a73e9;
    font-weight: 600;
}
.section-04 {
    text-align: center;    
}
.section-04 h2 {
    font-weight: 700;
    letter-spacing: 8px;
}
.hard-skills {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 80px;
    margin: 20px auto;
}
.hskills-cubes {
    width: 150px;
    height: 150px;    
    background: #6200b6;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}
.hskills-cubes p {
    color: #fff;
    font-size: 5rem;
    padding: 5px 15px;
    margin: 2px 0;
}
.hskills-cubes p#p-minor {
    font-size: 3rem;
    line-height: 3.2rem;
    padding: 20px 10px;
}
.hskills-cubes p#p-semblant {    
    font-family: Special Elite, system-ui;
    color: #828282;
    font-size: 1.1rem;
    margin: 0 0;
    padding: 15px 0;
}
footer {        
    height: 200px;
    background: #4a73e9;
    margin-top: 110px;
    color: #fff;    
    display: flex;
    justify-content: center;
    align-items: center;    
    text-align: center;
}
footer h2 {
    text-align: center;
    padding-top: 20px;    
}
footer h4, h5 {
    font-family: Special Elite, system-ui;
    font-size: 1.1rem;
    letter-spacing: 2.5px;
    line-height: 1.8;
}
footer h4#whatsapp {
    font-size: 1.8rem;
}
.icons-fab {
    padding: 22px 0;
    font-size: 6rem;
    color: #fff;
}
.whatsapp {
    background: #25d366;
    padding: 15px 25px;
    color: #fff;
    border-radius: 50px;
    bottom: 30px;
    right: 30px;
    position: fixed;
    display: flex;
    align-items: center;
    gap: 10px;
}
.fa-whatsapp {
    font-size: 2rem;
}
@media screen and (max-width: 1024px) {
    .menu {
        flex-direction: column;
        text-align: center;
        padding: 30px 0;
    }
    .menu a {
        border-bottom: 1px solid #f4f4f4;
        padding-bottom: 5px;
    }
    .section-01 {
        width: 100%;
        flex-direction: column;
        text-align: center;
    }
    .section-01 img {
        width: 90%;
        margin: 0 auto;
    }
    .hskills-cubes {
        width: 60%;
    }    
    .ben-footer {
        width: 100%;
        justify-content: center;        
    }
    .dispend-content p {
        padding: 35px;
        line-height: 2.5rem;
    }
    .whatsapp {
         padding: 15px;
    }
    .whatsapp span {
        display: none;       
    }  
    .tag-imagem {
        background-image: url('../img/fernando-vaz-devhardcore.webp');
        min-height: 30vh;
    }
}