.iframeChat {
    width: 762px;
    height: 580px;
    border: 0;
}

.bubblePersonagem {
    background: #84eda4;
    border-radius: 6px;
    color: #000;
    font-family: 'GothamBook';
    font-size: 1vw;
    display: inline-block;
    padding: 15px 25px;
    position: relative;
    text-decoration: none;
    transform-origin: 0 100%;
    transition: 450ms;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 94%;
}

.bubblePersonagem:after {
    border: 8px solid;
    border-color: #84eda4 transparent transparent #84eda4;
    content: "";
    height: 0;
    left: 20px;
    position: absolute;
    top: 100%;
    width: 0;
}

.bubbleFoto {
    background: #84eda4;
    border-radius: 6px;
    color: #000;
    font-size: 1vw;
    display: inline-block;
    padding: 15px 25px;
    position: relative;
    text-decoration: none;
    transform-origin: 0 100%;
    transition: 450ms;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 21%;
    height: 220px;
    /* margin-left: 60%; */
    /* overflow: hidden; */
}

.bubbleFoto:after {
    border: 8px solid;
    border-color: #84eda4 transparent transparent #84eda4;
    content: "";
    height: 0;
    left: 20px;
    position: absolute;
    top: 99%;
    width: 0;
}

.foto-chat {
    /* width: 100%; */
    height: 100%;
}

.foto-chat2 {
    height: 96vh;
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width:480px) {
    .bubblePersonagem {
        background: #84eda4;
        border-radius: 6px;
        color: #000;
        font-family: 'GothamBook';
        font-size: 1em;
        display: inline-block;
        padding: 15px 25px;
        position: relative;
        text-decoration: none;
        transform-origin: 0 100%;
        transition: 450ms;
        transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-align: justify;
        width: 86%;
    }
    .img-personagens-mobile {
        /* bottom: 3%; */
        width: 95%;
        height: auto;
        /* position: absolute; */
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        /* align-content: center; */
        /* background: url(../imagens/personagens.png) no-repeat; */
        background-size: contain;
        background-position-x: center;
    }
}