/******* MTR Chatbot STD Custom *******/
.bloco-mtr-chatbot {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    font-family: "Montserrat", Arial, sans-serif;
}

.bloco-mtr-tit {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 2%;
    font-size: clamp(1.5rem, 1.538vw + 1.192rem, 2rem);
    line-height: clamp(1.65rem, 2.308vw + 1.188rem, 2.4rem);
}

.bloco-mtr-chatbot > div {
    width: 100%;
}
/******* MTR Chatbot STD Custom *******/
