html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Permanent Marker", cursive;
    background-image: url('fundo.jpg'); 
        background-size: cover; 
        background-position: center; 
        background-repeat: no-repeat; 
    background-attachment: fixed; 
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between; 
    padding: 0 50px; 
    height: 70px; 
    background-color: rgba(0, 0, 0, 0.6); 
    backdrop-filter: blur(10px); 
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); 
    
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 1000; 
}
.navbar li a{
    text-decoration: none;  
    color: #ffffff; 
}

.navbar li a:hover{
    color: rgb(79, 137, 170);
}

.h1 {
    margin: 0;
    padding: 0;
}

.imagemcarafeio {
    height: 50px;
    border-radius: 50%; 
    margin-left: 10px; 
}

.menu1 {
    display: flex;
    list-style-type: none;
    gap: 35px; 
    margin: 0;
    padding: 0;
    color: #e0e0e0; 
    font-family: "Segoe UI", sans-serif; 
    text-transform: uppercase; 
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.menu1 li {
    cursor: pointer;
    transition: color 0.3s ease; 
}

.botaoquedesce {
    background-color: transparent;
    color: white;
    text-decoration: none;
    padding: 10px 24px;
    border: 2px solid rgb(79, 137, 170); 
    border-radius: 30px; 
    font-family: "Segoe UI", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    transition: all 0.3s ease; 
}

.botaoquedesce:hover {
    background-color: rgb(79, 137, 170);
    color: white;
    box-shadow: 0 4px 15px rgba(79, 137, 170, 0.4); 
    transform: translateY(-2px); 
}

.hero-imagem-container {
    position: relative; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px; 
    width: 350px;
    height: 350px;
}

.circulo-fundo {
    position: absolute;
    width: 280px;  
    height: 280px;
    background-color: white; 
    border-radius: 40%;
    z-index: 0; 
}


.foto-principal {
    position: relative; 
    width: 280px;       
    height: 280px;       
    border-radius: 50%;  
    object-fit: cover;
    object-position: center 50%; 
    z-index: 10;    
}

.borda-concentrica-container {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 250px; 
    height: 250px;
    z-index: 1;
}

.anel {
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.anel-interno {
    width: 290px;
    height: 290px;
    z-index: 3;
    border: 3px solid rgba(5, 0, 0, 0.8);
}

.anel-intermediario {
    width: 330px;
    height: 330px;
    z-index: 2;
    border: 2px solid rgba(0, 0, 0, 0.5);
}

.anel-externo {
    width: 370px;
    height: 370px;
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.icone-flutuante {
    position: absolute;
    z-index: 20; 
}
.icone-caixa {
    background-color: #ffffff;
    padding: 12px;
    border-radius: 18px; 
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s;
}
.esquerdo {
    left: -13%; 
    top: 35%;
}
.direito {
    right: -13%; 
    top: 35%;
}
.apresentacao {
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center; 
    gap: 80px; 
    margin-top: 60px; 
}

.textolado {
    max-width: 400px; 
}

.permanent-marker-regular {
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
}
.textotopo {
    color: white;
    font-size: 26px;
    margin: 0;
    letter-spacing: 1px;
}
.container {
    display: flex;
    align-items: center;
    gap: 50px; 
}

.cursos-experiencias {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 800px; /* Limita a largura para ficar centralizado e elegante */
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.titulo-secao {
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif; 
    font-size: 26px;
    color: #222;
    margin-top: 40px;
    margin-bottom: 10px;
    border-bottom: 3px solid rgb(79, 137, 170); /* Sublinhado azul combinando com o menu */
    padding-bottom: 5px;
    text-transform: uppercase;
}

.cursos.icone-caixa {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 8px;
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    width: 100%;
    box-sizing: border-box;
    padding: 25px; 
}

.cursos img {
    width: 45px; 
    border-radius: 8px; 
    margin-bottom: 10px;
}


.destaque-faculdade {
    border-left: 6px solid rgb(79, 137, 170); 
}

.cursos-container-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 20px;
}

.data-periodo {
    font-size: 14px;
    color: #888;
    font-weight: bold;
    text-transform: uppercase;
}

.titulo-curso {
    font-size: 20px;
    color: #111;
    margin: 0;
}

.instituicao {
    font-size: 16px;
    color: #555;
    margin: 0;
}

.descricao-vaga {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    margin-top: 10px;
}

.btn-certificado {
    display: inline-block;
    margin-top: 12px;
    padding: 8px 18px;
    background-color: rgb(79, 137, 170);
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.cursos.icone-caixa {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative; 
    z-index: 1;
}

.foto-principal:hover {
     transform: scale(1.05); 
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2); 
    border-left-color: #2b5c7a; 
}

.direito:hover, .esquerdo:hover {
    transform: scale(1.1); 
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.esquerdo:hover {
    transform: scale(1.1); 
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}   

.cursos.icone-caixa:hover {
    transform: scale(1.05); 
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2); 
    border-left-color: #2b5c7a; 
}

.btn-certificado:hover {
    background-color: #3b6b88; 
}
@media (max-width: 932px) { 
    
    body { 
        overflow-x: hidden; 
    }

    .foto-principal:active {
        transform: scale(1.05); 
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); 
        border-left-color: #2b5c7a; 
    }

    .navbar {
        flex-direction: column; 
        justify-content: center;
        height: auto;
        padding: 12px 10px; 
        gap: 12px; 
    }

    .textotopo {
        font-size: 20px; 
        text-align: center;
    }

    .imagemcarafeio,
    .circulo-fundo {
        display: none; 
    }

    .menu1 {
        flex-wrap: wrap; 
        gap: 15px; 
        justify-content: center;
        width: 100%;
        font-size: 11px; 
    }
    .botaoquedesce {
        padding: 6px 16px; 
        font-size: 11px;
    }

    .apresentacao {
        margin-top: 150px; 
        gap: 30px;
    }

    .saudacao { font-size: 18px; margin-bottom: 5px; }
    .nome { font-size: 30px; margin: 0; } 
    .profissao { font-size: 18px; margin-top: 5px; }
    .descricao { 
        font-size: 16px; 
        line-height: 1.5; 
    }
    
    .container {
        flex-direction: column-reverse; 
        text-align: center;
        gap: 30px; 
        padding: 20px 0;
    }

    .textolado {
        max-width: 100%; 
        padding: 0 20px;
    }

    .hero-imagem-container {
        width: 100%;
        max-width: 300px; 
        height: 300px; 
        margin: 10px auto;
        position: relative; 
        display: flex; 
        justify-content: center;
        align-items: center;
    }

    .foto-principal {
        width: 300px;  
        height: 300px;
        border-width: 4px;
        object-fit: cover; 
    }

    .borda-concentrica-container {
        width: 200px;
        height: 200px;
        position: relative;
    }

    .icone-caixa {
        padding: 8px; 
        border-radius: 10px; 
    }
    
    .icone-caixa img {
        width: 30px; 
    }

    .esquerdo {
        left: 0%; 
        top: 80%; 
    }
    
    .direito {
        right: 0%; 
        top: 80%; 
    }

    .cursos-container-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 0 15px;
    }

    .cursos.icone-caixa {
        padding: 12px 15px; 
    }

    .cursos-experiencias {
        padding: 12px 15px;
    }

    .anel-interno,
    .anel-intermediario,
    .anel-externo { 
        display: none; 
    }
    
    .cursos-experiencias h3 {
        font-size: 16px; 
        margin-bottom: 4px; 
    }

    .cursos-experiencias p, 
    .cursos-experiencias span {
        font-size: 14px; 
        line-height: 1.4; 
        margin: 0;
    }
}
.formulario {
    width: 800px; 
    max-width: 800px; 
    margin: 50px auto;
    padding: 40px; 
    background-color: #ffffff;
    border-radius: 18px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    box-sizing: border-box; 
}

.formulario form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-family: "Segoe UI", sans-serif;
}

.formulario label {
    font-weight: bold;
    color: #444;
    text-transform: capitalize;
}

.formulario input, 
.formulario textarea {
    width: 100%;
    padding: 18px; 
    font-size: 16px; 
    border: 1px solid #ccc;
    border-radius: 8px;
    font-family: "Segoe UI", sans-serif;
    box-sizing: border-box; 
    transition: border-color 0.3s ease;
}

.formulario textarea {
    resize: vertical;
    min-height: 180px; 
}

.formulario input:focus, 
.formulario textarea:focus {
    outline: none;
    border-color: rgb(79, 137, 170);
    box-shadow: 0 0 5px rgba(79, 137, 170, 0.3);
}

.formulario button {
    background-color: rgb(79, 137, 170);
    color: white;
    border: none;
    padding: 15px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.formulario button:hover {
    background-color: #3b6b88;
    box-shadow: 0 4px 15px rgba(79, 137, 170, 0.4);
    transform: translateY(-2px);
}