/*========Div 6 (altura total da tela) ========*/
#div6 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100vw;
    min-height: 100vh;
    padding: 120px 0; /* ✨ Esse padding simula o espaço da tela */
    margin: 0;
    background: url(../../img/background-home.png) no-repeat center center / cover;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

/*========Container da seção ========*/
#DivGeral6 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; /* Centraliza horizontalmente */
    width: 80vw;
    max-width: 1400px;
    min-height: calc(100vh - 100px); /* ajusta para cobrir a tela, subtraindo a altura da navbar */
    padding-top: 0px;
    padding-bottom: 100px;
    box-sizing: border-box;
    gap: 100px; /* adiciona espaçamento horizontal entre as colunas */
}

/* Texto à esquerda */
#TextGeradiv6 {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

/* Formulário à direita */
#Formdiv6 {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1.15); /* aumenta o tamanho do formulário */
}

/* Responsividade para tablets */
@media (max-width: 1024px) {
    #DivGeral6 {
        flex-direction: column;
        justify-content: center;
        padding-top: 60px;
        padding-bottom: 60px;
        height: auto;
    }
}

/* Responsividade para mobile */
@media (max-width: 768px) {
    #div6 {
        padding: 90px 0;
    }
}

@media (max-width: 568px) {
    #div6 {
        padding: 80px 0;
    }
}

/*========Text Geral6========*/
#TextGeradiv6 {
    width: 330px;
    height: 280px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    margin-left: 0px;
}

@media (max-width: 1400px) {
    #TextGeradiv6 {
        width: 30%;
        max-width: 1024px;
        height: 280px;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        margin-left: 0px;
    }
}

@media (max-width: 1024px) {
    #TextGeradiv6 {
        width: 100%;
        max-width: 1024px;
        height: 280px;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        margin-left: 30px;
    }
}

@media (max-width: 568px) {
    #TextGeradiv6 {
        width: 100%;
        max-width: 460px;
        height: 280px;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        margin: 0px;
    }
}

/*===================*/

/*========Div Text "Qual" e "Se sua"6========*/
#Text1div6 {
    display: flex;
    width: 330px;
    height: 81px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
}

@media (max-width: 568px) {
    #Text1div6 {
        width: 100%;
        max-width: 460px;
    }
}

#Text2div6 {
    display: flex;
    width: 292px;
    height: 74px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
}

@media (max-width: 1400px) {
    #Text2div6 {
        width: 100%;
        max-width: 1024px;
        margin-top: 30px;
    }
}

@media (max-width: 1024px) {
    #Text2div6 {
        width: 100%;
        max-width: 1024px;
        margin-top: 20px;
    }
}

@media (max-width: 568px) {
    #Text2div6 {
        width: 100%;
        max-width: 460px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

/*===================*/

/*========Text div6========*/
#Qual {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 1px;
}

@media (max-width: 568px) {
    #Qual {
        font-size: 24px;
        text-align: start;
        padding-bottom: 10px;
        margin: 0;
    }
}
#suaEmpresa {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    line-height: 20px;
}

@media (max-width: 1024px) {
    #suaEmpresa {
        width: 90%;
    }
}

@media (max-width: 568px) {
    #suaEmpresa {
        font-size: 14px;
        text-align: start;
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 568px) {
    #suaEmpresa {
        font-size: 14px;
        text-align: start;
        margin: 0;
    }
}



/*===================*/


/*========Btn div6========*/
#btn6 {
    margin: 0px;
    border-radius: 68px;
    background: #57AE6C;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    padding: 0.3em 1em;
    border: solid 0px;
}
@media (max-width: 1400px) {
    #btn6 {
        width: 90%;
        padding: 0.3em 2em;
        margin-top: 20px;
    }
}

@media (max-width: 1024px) {
    #btn6 {
        width: 50%;
        padding: 0.3em 2em;
    }
}
@media (max-width: 768px) {
    #btn6 {
        width: 50%;
        padding: 0.3em 0.5em;
    }
}

@media (max-width: 568px) {
    #btn6 {
        width: 60%;
        padding: 0.3em 0.5em;
    }
}

#btn6:hover {
    background-color: #258a5c;
}

#btn6 svg {
    display: flex;
    width: 1.3rem;
    height: 1.3rem;
    background-color: #150024;
    border-radius: 50%;
    padding: 0.2rem;
}

#vamos6 {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    margin-right: 1rem;
    padding: 0.4rem;
}

@media (max-width: 3000px) {
    #vamos6 {
        font-size: 18px;
    }
}

@media (max-width: 2100px) {
    #vamos6 {
        font-size: 12px;
    }
}

