
body {
    background-color: #0a0a0c;
    color: #e0e0e0;
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
}

.page {
    display: none;
}

.preloader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}


.fontFamily {
    font-family: "Pacifico", cursive;
}

.fontSize {
    font-size: 23px;
}

.borda {
    border-bottom: solid 2px #00ffcc;
}

header {
    padding-bottom: 24px;
    padding-top: 24px;
    margin-top: 10px;
}

.profile-avatar {
    display: block;
    margin: 0 auto 24px;
    border-radius: 50%;
    width: 200px;
    height: auto;
    object-fit: cover;
    border: 4px solid #00ffcc;
    box-shadow: 0 0 20px #00ffcc, 0 0 40px rgba(0, 255, 204, 0.3);
}

.profile-bio {
    text-align: center;
}

.profile-bio-name {
    font-size: 32px;
    margin-bottom: 8px;
    color: #00ffcc;
    text-shadow: 0 0 3px #00ffcc, 0 0 20px #00ffcc;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.profile-bio-subtitle {
    font-size: 18px;
    margin-bottom: 8px;
    color: #077366;
    text-shadow: 0 0 2px #05564d, 0 0 10px #05564d;
    font-weight: bold;
}

.sobre-mim {
    margin-top: 50px;
}

.profile-bio-description {
    margin-top: 24px;
    font-size: 16px;
    opacity: 0.7;
}

li {
    list-style: none;
}

li img {
    transition: all ease 0.3s;
}

.whatsapp {
    filter: invert(100%);
    width: 21px;
    height: auto; 
}

li img:hover {
    transform: scale(1.3);
    filter: drop-shadow(0 0 8px #00ffcc) brightness(1.2);
}

.whatsapp:hover {
    filter: invert(100%) drop-shadow(0 0 8px #00ffcc) brightness(1.2);
}

.projects-list {
    max-width: 800px;
    width: 100%;
}

.projects-list-item a {
    text-decoration: none;
    background-color: rgba(0, 255, 204, 0.1);
    display: block;
    padding: 16px 20px;
    margin-bottom: 16px;
    text-align: center;
    color: #00ffcc;
    font-weight: bold;
    border-radius: 10px;
    border: 2px solid #00ffcc;
    transition: all ease 0.3s;
    box-shadow: 0 0 10px rgba(0, 255, 204, 0.2);
    text-transform: uppercase;
}


.projects-list-item a:hover {
    color: #fff;
    background-color: #00ffcc;
    box-shadow: 0 0 20px #00ffcc;
    transform: translateY(-3px);
}

.contacts {
    margin-top: 50px;
}

.contact-info p {
    background-color: rgba(0, 140, 255, 0.1);
    color: #008cff;
    padding: 10px;
    font-weight: bold;
    max-width: 220px;
    width: 100%;
    border: 1px solid #008cff;
    box-shadow: 0 0 10px rgba(0, 140, 255, 0.3);
}

.social-links img {
    transition: all 0.3s ease;
}

.social-links img:hover {
    transform: scale(1.2) translateY(-3px);
    filter: drop-shadow(0 0 8px #00ffcc) brightness(1.2);
}

.social-links .whatsapp:hover {
    filter: invert(100%) drop-shadow(0 0 8px #00ffcc) brightness(1.2);
}

.ajustePosicao {
    text-align: left;
}

@media screen and (max-width: 768px) {
    .social-links {
        margin-top: 30px;
    }
    
    .ajustePosicao {
        text-align: center;
    }
}

footer {
    width: 100%;
    background-color: #050506;
    border-top: 2px solid #00ffcc;
    color: #e0e0e0;
    transition: all 0.3s ease;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.footer-text {
    font-size: 14px;
    margin: 0;
    opacity: 0.8;
}

.footer-text .highlight {
    color: #00ffcc;
    font-weight: bold;
}

.footer-links {
    display: flex;
    gap: 20px;
    font-size: 1.2rem;
}



.footer-credit {
    font-size: 12px;
    opacity: 0.6;
    margin: 0;
}
