body{
    background-color: #101010;
    font-family: 'nunito', sans-serif;
}

.taxa#last {
    padding: 30px;
    border-radius: 10px;
    background-color: #101010;
    box-shadow: 0 4px 15px #8748ce;

    margin-bottom: 30px;
}

.titulo#lastt {
    text-align: center;
    margin-bottom: 25px;
    color: #8748ce;
}

.conhecimentos-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.coluna-esquerda, .coluna-direita {
    flex: 1;
    padding: 20px;
}

.coluna-esquerda {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.linha-divisoria {
    width: 2px;
    background-color: #ddd;
    margin: 0 20px;
}

.curso-info {
    margin-bottom: 20px;
}

.curso-info p {
    margin-bottom: 15px;
    line-height: 1.5;
}

.certificados {
    margin-top: 30px;
}

.certificado-item {
    display: flex;
    cursor: pointer;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 6px;
    background-color: #333;
    box-shadow: 0 2px 4px #8748ce;
    transition: transform 0.2s;
    text-decoration: none;
}

.formacao-header .certificado-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;           
    background: none;      
    box-shadow: none;      
    margin-left: 10px;
}

.formacao-header .certificado-item img {
    width: 22px;
    height: 22px;
    margin: 0;             
}

.certificado-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 9px 12px rgba(246, 109, 237, 0.15);
    background-color: #626064;
    color: black;

}

.certificado-item img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    object-fit: contain;
}

.coluna-direita h2 {
    margin: 20px 0 15px;
    color: #fff;
    font-size: 1.3rem;
}

.skills-list {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.skill-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 10px;
    background-color: #333;
    border-radius: 6px;
    box-shadow: 0 2px 4px #8748ce;
    cursor: pointer;
    text-decoration: none;


}

.skill-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);

}

.img-skills {
    width: 30px;
    height: 30px;
    margin-right: 12px;
}

.tech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
}

.tech-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px;
    background-color: #333;
    border-radius: 8px;
    box-shadow: 0 2px 4px #8748ce;
    transition: transform 0.2s;
    text-decoration: none;
    color: inherit;
}

.tech-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.tech-item img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .conhecimentos-container {
        flex-direction: column;
    }
    
    .linha-divisoria {
        width: 100%;
        height: 2px;
        margin: 20px 0;
    }
}

#taxa2.taxa {
    padding: 30px;
    border-radius: 10px;
    background-color: #101010;
    box-shadow: 0 4px 15px #8748ce;

    margin-bottom: 30px;
}

#taxa2 .titulo {
    text-align: center;
    margin-bottom: 25px;
    color: #8748ce;
}

.experiencia-container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.experiencias {
    flex: 3;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.experiencia-item {
    padding: 20px;
    background-color: #333;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: transform 0.2s ease;
}

.experiencia-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.experiencia-item h3 {
    margin: 0 0 10px 0;
    color: #8748ce;
    font-size: 1.2rem;
}

.experiencia-item .cargo {
    color: #8748ce;
    font-weight: 600;
    margin-bottom: 5px;
}

.experiencia-item .periodo {
    color: #7f8c8d;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.experiencia-item .descricao {
    color: #ffffff;
    line-height: 1.5;
}

.redes-sociais {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
}

.rede-social-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #fff;
    padding: 15px;
    background-color: #333;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.rede-social-item:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.rede-social-item img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    object-fit: contain;
}

.rede-social-item span {
    font-weight: 500;
}
p,span,footer{
    color: #fff;
}


@media (max-width: 768px) {
    .experiencia-container {
        flex-direction: column;
    }
    
    .redes-sociais {
        flex-direction: row;
        justify-content: center;
        margin-top: 20px;
    }
    
    .rede-social-item {
        min-width: 120px;
    }
}

#first.taxa {
    padding: 30px;
    border-radius: 10px;
    background-color: #101010;
    box-shadow: 0 4px 15px #8748ce;
    margin-bottom: 30px;
}

#first .titulo {
    text-align: center;
    margin-bottom: 25px;
    color: #8748ce;
    font-size: 1.8rem;
}

.vida-pessoal-container {
    display: flex;
    align-items: center;
    gap: 30px;
}

.texto-biografia {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.texto-biografia .paragrafo {
    margin: 0;
    line-height: 1.6;
    color: #fff;
    font-size: 1.3rem;
}

.texto-biografia .paragrafo:first-child {
    margin-bottom: 20px;
}

.imagem-perfil {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imagem-perfil img {
    max-width: 100%;    
    height: 600px;      
    object-fit: cover;  
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.imagem-perfil img:hover {
    transform: scale(1.02);
    cursor: pointer;
}

@media (max-width: 768px) {
    .vida-pessoal-container {
        flex-direction: column;
    }
    
    .texto-biografia {
        order: 2;
    }
    
    .imagem-perfil {
        order: 1;
        margin-bottom: 20px;
    }
}


main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #101010;

}

#port {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #8748ce;
}

#taxa1.taxa {
    padding: 30px;
    border-radius: 20px;
    background-color: #101010;
    box-shadow: 0 4px 15px #8748ce;
    margin-bottom: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    min-height: 500px; 
}

.header-container {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

#sumario {
    font-size: 1.8rem;
    color: #8748ce;
    margin-bottom: 10px;
}

#nome {
    font-size: 1.4rem;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
}

.hub-container {
    display: flex;
    gap: 40px;
    align-items: center; 
    justify-content: center; 
    flex: 1; 
}

.perfil-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 30px;
}

.foto-perfil {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    border: 3px solid #fff;
}

.foto-perfil img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.perfil-container {
    flex: 1 1 0; 
    min-width: 0; 
    max-width: 100%; 
    box-sizing: border-box; 
}

.bio-curta {
    text-align: center;
    font-style: italic;
    color: #666;
    line-height: 1.5;
    margin-top: 20px;
    max-width: 100%; 
    word-wrap: break-word; 
    overflow-wrap: break-word; 
    box-sizing: border-box; 
    padding-left: 10px;
    padding-right: 10px;
    flex-shrink: 1; 

}



.menu-navegacao {
    flex: 2;
    display: flex;
    flex-direction: column;
}

.menu-titulo {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.3rem;
    color: #333;
    font-weight: 500;
}

.menu-cards {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.card-nav {
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: #333;
    border-radius: 10px;
    box-shadow: 0 3px 10px #8748ce;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
}

.card-nav:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
    background-color: #f0f8ff;
}

.card-icon {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-icon img {
    max-width: 100%;
    max-height: 100%;
}

.card-info {
    flex: 1;
}

.card-info h4 {
    margin: 0 0 5px 0;
    font-size: 1.1rem;
    color: #8748ce;
}

.card-info p {
    margin: 0;
    font-size: 0.9rem;
    color: #666;
}

#gatinho {
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.formacoes-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.subtitulo-conhecimento {
    color: #8748ce;
    font-size: 1.4rem;
    margin-bottom: 15px;
    border-left: 4px solid #8748ce;
    padding-left: 10px;
}

.formacao-item {
    background-color: #1a1a1a;
    padding: 18px;
    border-radius: 12px;
    border-left: 4px solid #333; 
    transition: all 0.3s ease;
}

.formacao-item:hover {
    transform: translateX(8px);
    background-color: #222;
    border-left-color: #8748ce; 
}

.formacao-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.curso-nome {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
}

.tag-status {
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    letter-spacing: 0.5px;
}

.tag-status.concluido {
    background-color: rgba(0, 255, 127, 0.1);
    color: #00ff7f;
    border: 1px solid #00ff7f;
}

.tag-status.progresso {
    background-color: rgba(135, 72, 206, 0.1);
    color: #a87ff3;
    border: 1px solid #8748ce;
    box-shadow: 0 0 5px rgba(135, 72, 206, 0.2);
}

.instituicao {
    color: #b3b3b3; 
    font-size: 0.95rem;
    margin: 4px 0;
}

.detalhe-curso {
    color: #8748ce;
    font-size: 0.85rem;
    font-style: italic;
    margin-top: 8px;
}

.company-header {
    display: flex;
    align-items: center;
    gap: 12px; 
    margin-bottom: 10px;
}

.company-icon {
    width: 32px;  
    height: 32px;
    object-fit: contain; 
    border-radius: 4px;  
}

.experiencia-item h3 {
    margin: 0;
    color: #8748ce;
    font-size: 1.3rem;
}

p, span {
    color: #e0e0e0; 
}

@media (max-width: 768px) {
    .hub-container {
        flex-direction: column;
    }
    
    .perfil-container {
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .bio-curta {
        padding-left: 10px;  
        padding-right: 10px;
    }
}

#ano-contador{
    color: #8748ce;
}

@font-face {
    font-family: 'nunito'; 
    src: url('fontes/Nunito-VariableFont_wght.ttf') format('truetype'); 
    font-weight: normal;
    font-style: normal;
}
