.open-button {
  background-color: none;
  color: white;
  /* padding: 16px 20px; */
  padding: 12px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  margin-top: 0;
  /*width: 33px; 
  border-radius: 20px;*/
  
  margin-left: auto;
  margin-right: auto;
  
  /* position: absolute; */
  left: 0;
  right: 0;
  bottom: 1rem;
  /*
  position: fixed;
  bottom: 23px;
  right: 28px;
  */           
}
#chatButton{
    /*border-left: 1px solid #bcbcbc; 
    padding-left: 15px;
    margin-left: 15px; */
    padding: 2px 7px!important;
}
#chatButton > div{
    /*font-size: 1rem;
    border: 2px solid #438c0a;
    color: #438c0a;
    padding: 6px 10px;
    text-align: center;
    border-radius: 50%; 
    
    -webkit-transition: left 0.3s linear;
    -webkit-transition-property:color;
    -moz-transition: left 0.3s linear;
    -moz-transition-property:color;
    -o-transition: left 0.3s linear;
    -o-transition-property:color;
    -ms-transition: left 0.3s linear;
    -ms-transition-property:linear;
    transition: left 0.3s linear;
    transition-property:color;*/
}
#chatButton > div > img{
    width: 58px;
    height: auto;
}

#chatButton:hover > div{
    color: #78c11c;
}

#bot {
    /* margin: 50px 0; */
    
    margin-left: auto;
    margin-right: auto;
    
    /*
    bottom: 3rem;
    left: 0;
    right: 0;  
    */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    /* height: 700px;
    width: 450px; */
    
    height: 70%;
    width: 24%;
    
    min-height: 585px;
    min-width: 405px;    
    max-height: 700px;
    max-width: 460px;
    
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    
    box-shadow: 3px 3px 30px rgb(0 0 0 / 30%);
    border-radius: 15px;
    border: 1px solid #e2e2e2;
    font-size 13px !important;
}



/*
#container {
    height: 90%;
    border-radius: 6px;
    width: 90%;
    background: #F3F4F6;
} */

#bot #container {
    height: 100%;
    width: 100%;
    border-radius: 15px;    
    background: #FFFFFF; 
}

#bot #header-chat {
    /* width: 100%;
    height: 10%;
    border-radius: 6px;
    background: #3B82F6;
    color: white;
    text-align: center;
    font-size: 2rem;
    padding-top: 12px;
    box-shadow: 2px 2px 8px rgba( 0, 0, 0, 0.1); 
    cursor: move; */
    border-radius : 15px 15px 0px 0px;
    height: 30px;
    padding: 12px 0px;
}

#bot div#header-chat .fcaptura-logo {
    width: 15% !important;
    background: url(../images/img-home/logo-formularios-chatbot.png) no-repeat left top!important;
}
#bot div#header-chat .fcaptura-tit {
    width: 60% !important;
}
#bot div#header-chat .fcaptura-boton {
    width: 25% !important;
}

#bot #body {
    width: 100%;
    height: 75%;
    background-color: #F3F4F6;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #c2c2c2;
}

#bot #body div {
    font-size: 12px;
}

#bot #body p {
    margin-top: 16px;
    margin-bottom: 16px;
}

#bot #body ul, #bot #body ol {
    margin-left: 10px;
    margin-bottom: 16px;
}

#bot #body div.bot-reply > p:last-child {
    margin-bottom: 4px;
}

#bot .userSection {
    width: 100%;
}

#bot .separator {
    width: 100%;
    height: 50px;
}

#bot .messages {
    max-width: 66%;
    margin: .5rem;
    /* font-size: 1.2rem; */
    padding: .5rem;
    border-radius: 7px;
}

#bot .user-message {
    margin-top: 1rem;
    text-align: left;
    background: #3B82F6;
    color: white;
    float: left;
}

#bot .bot-reply {
    text-align: left;
    background: #ffffff;
    border: 1px solid #c2c2c2;
    margin-top: 1rem; 
    float: right;
    color: black;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1)
}

#bot #inputArea {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10%;
    padding: 1rem;
    background: transparent;
}

#bot #userInput {
    font-size: 12px !important;
    height: 20px;
    width: 80%;
    background-color: white;
    border-radius: 6px;
    padding: 1rem;
    font-size: 1rem;
    border: none;
    outline: none;
    /*box-shadow: 2px 2px 8px rgba(0,0,0,0.1);*/
    border: 1px solid #c2c2c2;
    box-sizing: content-box;
}

#bot #send {
    height: 50px;
    /* padding: .5rem;
    font-size: 1rem;
    text-align: center;
    width: 20%;
    color: white;
    background: #3B82F6;
    cursor: pointer;
    border: none;
    border-radius: 6px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.1); */
}

/* #send-list { */
#bot .send-list-style {
    height: 50px;
    width: 20%;
    margin: 0;
    padding: 0;
}

#bot .send-list-style-full-width {
    width: 100%;
}

/* #send-list-button { */
#bot .send-list-button-style {
    height: 44px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(19, 110, 170);
    /* !important */
}

#bot .bot-reply div#enviar-datos.send-list-button-style {
    background: rgb(239, 239, 239);   
}

#bot div#send-list-button span{
    color: #ffffff;
    font-size: 13px;
}

#bot #container #body a, 
#bot #container #body a:hover, 
#bot #container #body a:visited {
    /* color: #0000EE; */
    color: rgb(0, 102, 204);
}