
body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #030a0c;
    /* overflow: hidden; */
}

video {
    position: fixed;
    /* top: 50%;
    left: 50%; */
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* transform: translate(-50%, -50%); */
    object-fit: cover;
    /* Garante que o vídeo preencha o espaço */
}
/* Linha estilizada acima da imagem de perfil */
.linha {
    position: absolute;
    /* top: calc(50% - 12rem); Ajusta a posição para 2rem acima da imagem */
    left: 50%;
    transform: translateX(-50%);
    background-color: #dca771;
    height: 0.1rem;
    width: 80rem;
    border-radius: 0.25rem;
    margin-top: -5rem;
}

/* Textos posicionados acima da imagem de perfil */
.intro-text {
   
    position: absolute;
    top: 25rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: white;
    max-width: 60rem;
    line-height: 1.6rem;
    text-align: justify;
   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.bem-vindo{
   text-align: end;
   margin-top: -1rem;
}

.text-intro{
    font-size: 1.3rem;
}
.text-dca771 {
    font-size: 1.3rem;
    color: #dca771;
} 


.content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    padding: 20px;
}

/* .container {
    width: 400px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
} */

.image-container {
    text-align: center;
    margin-bottom: 20px;
}

/* .image-container img {
    max-width: 100px;
    Ajuste o tamanho das imagens 
    margin: 0 10px;
     Espaço entre as imagens 
} */

.perfil {
    width: 25rem;
    /* Ajuste para o tamanho específico da imagem */
    position: relative;
    margin-top: 3rem;
}

.MCmentoria {
    width: 30rem;
    /* Ajuste para o tamanho específico da imagem */
    vertical-align: top;
    margin-top: 6rem;
}

.intro {
    color: #fff;
    margin-top: -5rem;
}

.div-perfil {
    margin: auto;
    width: 70rem;
    /* background-color: black; */
    border-radius: 2rem;
    align-items: center;
    text-align: center;
    margin-top: -15rem;
}

.progress-bar {
    position: relative;
    background-color: #e0e0e0;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 20px;
    height: 20px;
    width: 30rem;
    color: #62121e;
}

.progress-bar div {
    height: 100%;
    width: 0;
    background-color: #a77538;
    transition: width 0.3s ease;
}

.progress-bar span {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    left: 0;
    font-size: 12px;
    color: #62121e;
    line-height: 20px;
}

.question {
    margin-bottom: 20px;
    color: #fff;
}

/* button {
    background-color: #a77538;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}

button:hover {
    background-color: #45a049;
} */

.hidden 
{
    display: none;
}
.logo {
    position: absolute;
    top: 10%; /* Centraliza verticalmente dentro do cabeçalho */
    right: 3rem; /* Afasta 20px da borda direita */
    transform: translateY(-50%); /* Ajusta para que fique perfeitamente centralizado */
    height: 60px; /* Define a altura da imagem */
}
/* Outras melhorias */
button {
    text-align: center;
    background-color: #a77538;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    margin-top: 1rem;
    width: 15rem;
}

button:hover {
    background-color: #e9cb7a;
}
form{
    text-align: center;
}
.pergunta{
    font-size: 1.5rem;
    width: 30rem;
}
input{
    height: 2rem;
    width: 20rem;
    border-radius: 1rem;
}

textarea{
    height: 7rem;
    width: 20rem;
    border-radius: 1rem;
}
/* LINKBIO */

.perfil-bio {
    width: 15rem;
    /* Ajuste para o tamanho específico da imagem */
  
    padding-top: 10rem;
   
}

.MCmentoria-bio {
  
    max-width: 35rem;
    /* Ajuste para o tamanho específico da imagem */
    vertical-align: top;
    padding-top: 12rem;
}
.linha-bio {
    position: absolute;
    /* top: calc(50% - 12rem); Ajusta a posição para 2rem acima da imagem */
    left: 50%;
    transform: translateX(-50%);
    background-color: #dca771;
    height: 0.1rem;
    width: 50rem;
    border-radius: 0.25rem;
    margin-top: -1rem;
}

.banners{
    text-align: center;
    }
.banner{
    text-align: center;
    width: 30rem;
    border-radius: 2rem;
    margin-bottom: 2rem;
    border: #dca771 0.1rem solid;
}

/* Responsividade para linkBio */
.perfil-bio, .MCmentoria-bio {
    width: 90%; /* Ajuste para imagens responsivas */
    max-width: 15rem; /* Máximo de 15rem para telas grandes */
    position: relative;
    margin-top: -1rem;
}



.banner {
    width: 90%;
    max-width: 30rem; /* Define limite máximo */
    border-radius: 2rem;
    margin-bottom: 2rem;
    border: #dca771 0.1rem solid;
}

@media (max-width: 768px) {
    .logo {
       display: none;
    }

    /* .perfil-bio {
        margin-top: 2rem;
    } */

    .MCmentoria-bio {
        max-width: 25rem;
        vertical-align: top;
        padding-top: 0;
        margin-top: -7rem;
        margin-bottom: 0;
    }
    .linha-bio {
        margin-top: -7rem;
        width: 70%; /* Reduz o tamanho da linha */
    }

    .banners img {
        max-width: 100%;
        margin-top: -1rem;
    }
}

/* Input de telefone (question 3) */
input[type="text"].telefone {
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.1rem;
}
