/* ======== ESTILOS GERAIS ======== */
body {
    font-family: Arial, sans-serif;
    background-color: #04080f !important;
    
    color: #456BBC;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #456BBC !important;
}

a:hover {
    color: #295ac3 !important;
    font-weight: 600;
}
.nav-link.active {
    color: white !important;
    background-color: #456BBC !important;
}




.conteudo-principal {
    padding: 40px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.menu-superior {
    display: flex;
    color: #456BBC;
    align-items: center;
    max-width: 1100vw;
    gap: 40px;
    margin: 0 auto;
    padding: 0 20px;
}

.titulo-menu {
    color: #456BBC;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0 !important;
}

.lista-menu {
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
}

.lista-menu li a {
    color: #456BBC;
    font-weight: 500;
    text-decoration: none;
}

.lista-menu li a:hover {
    text-decoration: underline;
}

/* ======== PERFIL ======== */
.secao-perfil {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #12192A;
    border-radius: 25px;
    padding: 20px;
    gap: 20px;
    background: linear-gradient(to right, #12192A, #18192A);
}

.secao-superior {
    display: grid;
    grid-template-columns: 2fr 1fr;
    border-radius: 25px;
    gap: 40px;
    max-height: 60vh;
}

#projetos{
    display: flex;
    border-radius: 10px;
    gap: 40px;
}

.projetos-corpo{
    display: flex;
    height: fit-content;
    margin-bottom: 20px;
    max-width: 100%;
    flex-direction: column;
    background-color: #12192A;
    background: linear-gradient(to right, #12192A, #18192A);
    border-radius: 25px;
    padding: 20px;
}

#projetos2{
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    max-width: 95%;
    gap: 20px;
}

.imagem-perfil {
    width: 200px;
    height: 200px;
    background-color: #1e1e1e;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #456BBC;
    text-align: center;
}

.informacoes-perfil {
    flex: 1;
    min-width: 300px;
}

.nome-perfil {
    color: #456BBC;
    font-size: 30px;
    margin-bottom: 5px;
}

.texto-perfil {
    line-height: 1.6;
    font-size: 16px;
    color: #456BBC;
}

/* ======== EXPERIÊNCIAS ======== */
.secao-experiencias {
    background: linear-gradient(to right, #12192A, #18192A);
    padding: 15px;
    border-radius: 25px;
    flex: 0.8;
}

.titulo-experiencias {
    color: #456BBC;
    margin-bottom: 10px;
}

/* ======== CONTATO E PROJETOS ======== */
.secao-inferior {
   display: flex;
    flex-direction: row;
    border-radius: 25px;
    gap: 40px;
}

/* ======== CONTATO ======== */
.secao-contato {
    background: linear-gradient(to right, #12192A, #18192A);
    flex: 1;
    border-radius: 25px;
    padding: 20px;
}

.titulo-contato {
    color: #456BBC;
    margin-bottom: 15px;
}

.formulario-contato {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.campo-mensagem {
    background-color: #1e1e1e;
    color: #c9d1d9;
    border: none;
    border-radius: 5px;
    padding: 10px;
    outline: none;
    height: 20dvh;
    resize: none;
}

.botao-enviar {
    background-color: #456BBC;
    color: white;
    border: none;
    height: 40px;
    border-radius: 5px;
    padding: 8px;
    cursor: pointer;
}

.botao-enviar:hover {
    background-color: #295ac3;
}

/* ======== PROJETOS ======== */
.secao-projetos {
    background: linear-gradient(to right, #12192A, #18192A);
    flex: 1;
    border-radius: 25px;
    padding: 20px;
}

.texto-projetos {
    color: #456BBC;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    margin-left: 4rem;
    gap: 10vw;
}
.texto-projetos2 {
    color: #456BBC;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    margin-left: 2rem;
    gap: 17vw;
}

.descricao-projetos {
    font-size: 16px;
    padding-left: 10px;
    margin-top: 10px;
    text-align: center;
    color: #456BBC;
}

#my-chart {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
#my-chart .column {
  background-color: #456BBC;
}
#my-chart .legend {
  color: #456BBC;
}

.secao-projetos2 {
    display: grid;
    grid-template-columns: repeat(4, minmax(200px, 1fr));
    height: fit-content;
    gap: 20px;
    max-width: 100%;
    background: linear-gradient(to right, #12192A, #18192A);
}

.titulo-projetos {
    color: #456BBC;
    margin-bottom: 15px;
}

.galeria-projetos {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.imagem-projeto {
    width: 23vw;
    height: 30vh;
    background-color: #1e1e1e;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #456BBC;
}

.imagem-projeto-link {
    opacity: 0.7;

}
.imagem-projeto-link:hover {
    opacity: 0.85;
    transform: scale(1.02);
    transition: ease-in-out 0.3s;

}

.imagem-projeto2 {
    max-width: 100%;
    min-height: 30vh;
    background-color: #1e1e1e;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #456BBC;
}

/* ======== RODAPÉ ======== */
.rodape {
    background-color: #12192A;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.texto-rodape {
    color: #456BBC;
    margin: 0 !important;
}

.icones-rodape {
    display: flex;
    gap: 30px;
    margin-right: 20px;
}

.icone {
    background-color: #0d1117;
    padding: 5px 10px;
    border-radius: 5px;
}


body {
    background-color: #04080f !important;
    color: #456BBC;
    min-height: 100vh;
}

/* ---------- CONTAINER PRINCIPAL ---------- */

.conteudo-principal {
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 20px 0px 20px;
}

/* ---------- NAVBAR ---------- */

.cabecalho {
    position: sticky;
    top: 0;
    z-index: 1000;

    background-color: rgba(18, 25, 42, 0.95) !important;

    backdrop-filter: blur(10px);

    border-bottom: 1px solid rgba(69, 107, 188, 0.15);
}

.nav-link {
    border-radius: 10px;
    transition: all .3s ease;
}

.nav-link:hover {
    background-color: rgba(69, 107, 188, .15);
}

.nav-link.active {
    background-color: #456BBC !important;
    color: white !important;
}

/* ---------- CARDS ---------- */

.secao-perfil,
.secao-experiencias,
.secao-contato,
.secao-projetos,
.projetos-corpo {
    background: linear-gradient(
        135deg,
        #12192A,
        #1a2238
    );

    border-radius: 24px;

    border: 1px solid rgba(69, 107, 188, .15);

    box-shadow:
        0 8px 25px rgba(0, 0, 0, .25);

    transition: all .3s ease;
}

.secao-perfil:hover,
.secao-experiencias:hover,
.secao-contato:hover,
.secao-projetos:hover,
.projetos-corpo:hover {
    transform: translateY(-4px);

    box-shadow:
        0 12px 35px rgba(0, 0, 0, .35);
}

/* ---------- SEÇÃO SUPERIOR ---------- */

.secao-superior {
    display: grid;
    grid-template-columns:
        minmax(0, 2fr)
        minmax(300px, 1fr);

    gap: 30px;

    max-height: unset;
}

/* ---------- PERFIL ---------- */

.secao-perfil {
    padding: 30px;
}

.imagem-perfil {
    width: 220px;
    height: 220px;

    object-fit: cover;

    border-radius: 20px;

    border: 3px solid #456BBC;

    box-shadow:
        0 0 25px rgba(69, 107, 188, .25);
}

.nome-perfil {
    font-size: 2rem;
    font-weight: 700;
}

.texto-perfil {
    color: #b9c7e6;
}

/* ---------- EXPERIÊNCIAS ---------- */

.secao-experiencias {
    padding: 25px;
}

.titulo-experiencias {
    font-weight: 700;
    margin-bottom: 20px;
}

/* ---------- SEÇÃO INFERIOR ---------- */

.secao-inferior {
    display: flex;
    gap: 30px;
}

.secao-contato,
.secao-projetos {
    padding: 25px;
}

/* ---------- TEXTAREA ---------- */

.campo-mensagem {
    background-color: #0f1626;

    border: 1px solid rgba(69,107,188,.20);

    color: white;

    border-radius: 12px;

    padding: 15px;

    transition: .3s;
}

.campo-mensagem:focus {
    border-color: #456BBC;

    box-shadow:
        0 0 15px rgba(69,107,188,.2);
}

/* ---------- BOTÃO ---------- */

.botao-enviar {
    display: flex !important;

    justify-content: center;
    align-items: center;

    height: 50px;

    border-radius: 12px !important;

    background: linear-gradient(
        135deg,
        #456BBC,
        #295ac3
    ) !important;

    transition: all .3s ease;
}

.botao-enviar:hover {
    transform: translateY(-2px);

    box-shadow:
        0 10px 20px rgba(69,107,188,.3);
}

/* ---------- PROJETOS ---------- */

.galeria-projetos {
    display: grid;

    grid-template-columns:
        repeat(auto-fit, minmax(280px, 1fr));

    gap: 20px;
}

.imagem-projeto,
.imagem-projeto2 {
    width: 100%;
    height: 220px;

    object-fit: cover;

    border-radius: 15px;

    transition: all .3s ease;
}

.imagem-projeto-link {
    opacity: 1;
}

.imagem-projeto-link:hover {
    transform: scale(1.03);
}

.imagem-projeto:hover,
.imagem-projeto2:hover {
    transform: scale(1.02);
}

/* ---------- PROJETOS GRID ---------- */

.secao-projetos2 {
    display: grid;

    grid-template-columns:
        repeat(auto-fit, minmax(250px, 1fr));

    gap: 20px;
}

/* ---------- FOOTER ---------- */

.rodape {
    margin-top: 30px;

    border-top:
        1px solid rgba(69,107,188,.15);
}

.icones-rodape a {
    transition: .3s;
}

.icones-rodape a:hover {
    transform: translateY(-2px);
}

/* ---------- ANIMAÇÕES ---------- */

.secao-perfil,
.secao-experiencias,
.secao-contato,
.secao-projetos,
.projetos-corpo {
    animation: fadeUp .6s ease;
}

@keyframes fadeUp {

    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==========================================
   RESPONSIVIDADE
   ========================================== */

@media (max-width: 992px) {

    .secao-superior {
        grid-template-columns: 1fr;
    }

    .secao-inferior,
    #inferiorindex {
        flex-direction: column;
    }

    .secao-perfil {
        flex-direction: column;
        text-align: center;
    }

    .informacoes-perfil {
        min-width: auto;
    }

    .imagem-perfil {
        width: 180px;
        height: 180px;
    }
}

@media (max-width: 768px) {

    .conteudo-principal {
        padding: 20px 15px;
    }

    .nome-perfil {
        font-size: 1.7rem;
    }

    .galeria-projetos {
        grid-template-columns: 1fr;
    }

    .nav {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 576px) {

    .imagem-perfil {
        width: 150px;
        height: 150px;
    }

    .texto-perfil {
        font-size: .95rem;
    }

    .nome-perfil {
        font-size: 1.5rem;
    }

    .titulo-experiencias {
        font-size: 1.2rem;
    }

    .icones-rodape {
        gap: 15px;
    }
}

