main{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 7rem;
    margin-bottom: 8rem;
}

.linkChat{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}

.cardContato{
    width: 100%;
    height: 5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: .3rem;
    gap: 1rem;
    border: solid 2px var(--cor-principal);
}

.fotoVendedor{
    width: 15%;
    border-radius: 5rem;
}

.divTextos{
    /* background-color: gainsboro; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: .5rem;
}

.texto{
    font-size: .8rem;
}

.data{
    display: flex;
    font-size: 1rem;
    align-self: self-start;
}