/*========Div 2========*/
#div2 {
    position: relative;
    padding: 80px 20px;
    margin: 0;
    height: auto;
    width: 100%;
    background-color: white;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6em;
    overflow: hidden;
}

@media (max-width: 1024px) {
    #div2 {
        gap: 3em;
        padding: 60px 20px;
    }
}

@media (max-width: 734px) {
    #div2 {
        height: auto;
        padding: 40px 20px;
    }
}

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

/*======== Bloco da Imagem ========*/
#Desenhoverde {
    width: auto;
    height: auto;
}

#desenhoVerdeSvg {
    display: none;
}

#imagemFerro1 {
    width: 280px;
    height: 480px;
    border-radius: 17px;
    background: url(../../img/performance-marketing.png) lightgray 50% / cover no-repeat;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

@media (max-width: 734px) {
    #Desenhoverde {
        display: none;
    }
}

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

/*========Text div2========*/
#textContainer {
    width: 100%;
    max-width: 500px;
    margin: 0;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 734px) {
    #textContainer {
        max-width: 100%;
    }
}

#Geraldiv2 {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

#divDotext {
    width: auto;
    height: auto;
    padding-bottom: 15px;
}

#textdiv1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3em;
    font-weight: 400;
    line-height: 1.1;
    color: #000;
}

#marketing {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1em;
    font-weight: 800;
    color: #150024;
}

@media (max-width: 460px) {
    #textdiv1 {
        margin-top: 30px;
        font-size: 30px;
    }
    #marketing {
        font-size: 30px;
    }
}

#textdiv2, #textdiv2Mv {
    color: #140024;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

@media (min-width: 461px) {
    #textdiv2Mv {
        display: none;
    }
}

@media (max-width: 460px) {
    #textdiv2 {
        display: none;
    }
    #textdiv2Mv {
        display: block;
        font-size: 18px;
    }
}


#text4div2 {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
}

#textFilha1div2,
#textFilha2div2,
#textFilha3div2 {
    display: flex;
    align-items: center;
    gap: 15px;
}

#textFilha1div2 svg,
#textFilha2div2 svg,
#textFilha3div2 svg {
    flex-shrink: 0;
}

#textFilha1div2 span,
#textFilha2div2 span,
#textFilha3div2 span {
    font-size: 18px;
}

@media (max-width: 460px) {
    #textFilha1div2 span,
    #textFilha2div2 span,
    #textFilha3div2 span {
        font-size: 16px;
    }
}

#Aaspekto {
    color: #140024;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
}

#imaginaria {
    display: none;
}


/*========Btn div2========*/
#buttondiv2 {
    margin-top: 2rem;
}

#btn5 {
    display: inline-flex; /* AJUSTADO */
    align-items: center;
    justify-content: center;
    width: auto; /* AJUSTADO */
    height: auto; /* AJUSTADO */
    padding: 12px 25px; /* AJUSTADO */
    border-radius: 68px;
    background: #57AE6C;
    font-weight: bold;
    border: solid 0px;
}

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

#btn5 svg {
    width: 1.4rem;
    height: 1.4rem;
    background-color: #150024;
    border-radius: 50%;
    padding: 1px;
    flex-shrink: 0; /* Adicionado */
}

#vamos5 {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 1em; /* Tamanho ajustado para mobile */
    font-weight: 700;
    margin-right: 0.5rem;
    white-space: nowrap; /* Adicionado */
    padding: 0;
}