/*========Div 6========*/
#div6 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 80px 20px 40px 20px;
    margin: 0px;
    height: auto;
    width: 100%;
    background: url(../../img/background-home.png) no-repeat center center / cover;
    flex-shrink: 0;
}

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

/*========Div Geral6========*/
#DivGeral6 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5em;
    width: 100%;
    max-width: 1100px;
    margin-bottom: 80px;
}

@media (max-width: 768px) {
    #DivGeral6 {
        flex-direction: column;
        width: 100%;
        gap: 40px;
    }
}

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

/*========Text Geral6========*/
#TextGeradiv6 {
    width: 450px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}

@media (max-width: 768px) {
    #TextGeradiv6 {
        align-items: center;
        text-align: center;
    }
}

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

/*========Textos========*/
#Qual {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 30.804px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
}

#suaEmpresa {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    line-height: 1.6;
}

@media (max-width: 568px) {
    #Qual {
        font-size: 24px;
    }
    #suaEmpresa {
        font-size: 16px;
    }
}

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

/*========Btn div6 (CORRIGIDO) ========*/
#btn6 {
    margin: 0;
    border-radius: 68px;
    background: #57AE6C;
    display: inline-flex; /* Garante alinhamento correto */
    align-items: center;
    justify-content: center;
    font-weight: bold;
    padding: 0.6em 1.5em; /* Padding ajustado */
    border: solid 0px;
    text-decoration: none;
}

#vamos6 {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap; /* Impede a quebra de linha */
    margin-right: 1rem;
}

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

#btn6:hover {
    background-color: #258a5c;
    transform: scale(1.05);
}

@media (max-width: 568px) {
    #btn6 {
        display: none;
    }
}


/*======== Linha e Footer DENTRO da div6 ========*/
#Linha {
    width: 30%;
    height: 0.667px;
    flex-shrink: 0;
    border-top: 0.667px solid rgba(255, 255, 255, 0.14);
    margin: 0 auto 40px auto;
}

#footer {
    margin-top: 0;
    width: 100%;
    max-width: 960px;
}

#footerGeral {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 568px) {
    #Linha {
        width: 50%;
    }
    #footerGeral {
        flex-direction: column;
        gap: 30px; 
    }
}

/*========Footer Text6========*/
#Aspekto {
    width: 101px;
    height: 22px;
    flex-shrink: 0;
}

#Icones {
    display: flex;
    width: 110px;
    height: 35px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#Be svg,
#Insta svg,
#LinkeDin svg,
#Watts svg {
    width: 19px;
    height: 19px;
}