#chatbot-minimizado {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #FFA726;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
#chatbot-minimizado img {
    width: 50px;
    height: 50px;
}
#chatbot-minimizado p {
    margin: 5px 0 0;
    font-size: 14px;
    color: white;
    font-weight: bold;
}

#chatbot-estripulia {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 300px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    padding: 10px;
    z-index: 9999;
}

#chatbot-messages {
    max-height: 250px;
    overflow-y: auto;
    margin-bottom: 10px;
}

.user-message {
    text-align: right;
    margin: 5px;
}

.bot-message {
    text-align: left;
    margin: 5px;
}
