
.oda-chat-logo {
    max-width: 97px !important;
    width: 100% !important;
}
@font-face {
    font-family: 'MedicaSur' !important;
    src: url('../fonts/CormorantGaramond-Regular.ttf')!important;
    font-size: xx-large!important;
}

.oda-chat-button-icon {
    width: 80px !important;
    height: 50px !important;
    bottom: -40px !important;
}
.oda-chat-message-icon {
    height: 25px !important;
    width: 80px !important;
    max-height: 25px !important;
    max-width: 80px !important
   
}
.oda-chat-icon-wrapper{
    height: 50px !important; 
}
.oda-chat-message-actions .oda-chat-action-postback{
    background: #F2F2F2 !important;
    border-color: #AFB4B5 !important;
    border-style: solid !important;
    border-width: 1px !important;
    color: #28334a !important;
}



.oda-chat-user-input {
    margin-bottom: inherit !important;
}
@media screen and (min-width: 769px) {
    .oda-chat-button {
        width: 300px !important;
        padding: inherit !important;
        height: 150px !important;
        background: url('../images/primero.gif') no-repeat 0 0 !important;
    }
}


/* Para iPhone 5 o superior */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .oda-chat-button {
        width: 85px !important;
        height: 100px !important;
        bottom: -20px !important;
        background: url('../images/primero.gif') no-repeat 0 0 !important;
        background-size: contain !important;
        right: -10px !important;
    }
}

