input.ChatAttachment{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.ChatAttachment+label{cursor:pointer;display:inline-block;background-color:#fff}.ChatAttachment+label,input.ChatInput{height:25px;border-radius:5px;border:none;padding:10px}input.ChatInput{width:300px}.btn-options-chaty{display:block;padding:5px;border-radius:5px;margin:5px;min-width:100px;background-color:#b0173e;color:white !important;}ul.ChatLog{list-style:none}.ChatLog{max-width:20em;margin:0 auto}.ChatLog .ChatLog__entry{margin:.5em}.ChatLog__entry{display:flex;flex-direction:row;align-items:flex-start;max-width:100%}.ChatLog__entry.ChatLog__entry_mine{flex-direction:row-reverse}.ChatLog__avatar{flex-shrink:0;flex-grow:0;z-index:1;height:50px;width:50px;border-radius:25px}.ChatLog__entry.ChatLog__entry_mine .ChatLog__avatar{display:none}.ChatLog__entry .ChatLog__message{position:relative;margin:0 12px}.ChatLog__entry .ChatLog__message__image{max-width:100%}.ChatLog__entry .ChatLog__message:before{position:absolute;right:auto;bottom:.6em;left:-12px;height:0;content:"";border:6px solid transparent;border-right-color:#ddd;z-index:2}.ChatLog__entry.ChatLog__entry_mine .ChatLog__message:before{right:-12px;bottom:.6em;left:auto;border:6px solid transparent;border-left-color:#08f}.ChatLog__message{background-color:#ddd;padding:.5em;border-radius:4px;font-weight:lighter;max-width:70%}.ChatLog__entry.ChatLog__entry_mine .ChatLog__message{border-top:1px solid #07f;border-bottom:1px solid #07f;background-color:#08f;color:#fff}

        .content {
            text-align: center;
        }
        .ChatLog__message{
            background: red !important;
            font-size: 0.9em !important;
            padding: 2px 10px !important;
            background: #fff !important;
            border-radius: 10px !important;
            box-shadow: 0 10px 20px rgb(103 58 183 / 8%) !important;
            position: relative !important;
            line-height: 25px !important;
            padding-bottom: 0px !important;
            /*min-height: 100px !important;*/
            min-height: auto !important;
            color: #515365 !important;
            border-top: none !important;
            border-bottom: none !important;
        }
        .ChatLog__entry.ChatLog__entry_mine .ChatLog__message:before {

    border-left-color: white !important;
        }

        .ChatAttachment+label {
           /* display: none !important;*/
        }
        ul.ChatLog {
			    margin-left: 0px !important;
			    padding-left: 0px !important;
			    padding-right: 0px !important;
			    margin-right: 0px !important;
			    max-width: none !important;
			    overflow-y: scroll !important;
                height: 380px !important;

          /*max-width: inherit !important;*/
        }
        .circle:before {
        content: ' \25CF';
        color: #09fd09;
        }





.chat-widget-button{
    box-sizing: border-box;
    background-size: 80%;
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
    cursor: pointer;
    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    position: relative;
    right: -90px;
    top: -45px;
    background-image: url(/../images/Icono/whatsapp.png) !important;


}




#banner-icon-chatbot {
    position: fixed;
    bottom: 0%;
    right: 0%;
    /* height: 100px; */
    width: 10%;
    z-index: 2147483648;
    /* background: red; */
    /* margin: 20px; */
    opacity: 1;
}    

.div-btn-option-s-chat{
	padding:25px;
}





/*Notification
----------------------------------------------*/
    .notify-alert-box{
      width: 400px;
      position: fixed;
      left: 50%;
      margin-left: -200px;
      top: 5px; /*top: -100%;*/
      padding: 20px;
      z-index: 100000;
      background:#fff;
      color: #333;
      /*transition: all 1s ease-in-out;*/
      font-family: arial;
      font-size: 16px;
      line-height: 1.4;
      border-radius: 5px;
    }
    .notify-alert-box img{
      width: 110px;
      float: left;
      margin-right: 10px;
    }

    .buttons-noty{
      text-align: right;
    }
    .buttons-noty button{
      background:#024e73;
      color: #fff;
      border:0;
      padding: 8px 15px;
      font-size: 18px;
      cursor: pointer;
    }
    #notify-cancel-button{
      color:#333;
      background: white;
      font-size: 16px;
    }
    #notify-button{
      background: #a41539 !important;
      border-radius: 10px;
    }
    @media only screen and (max-width: 600px) {
        .notify-alert-box{
          width: 100% !important;
      }
      .buttons-noty{
            margin-right: 25px;
      }
    }

    /*Cookies---------------------------------------------*/
    .cookie_box{
  
      z-index: 9999;
      position: fixed;
      left: 0;
      bottom: 0;
      /*width: 400px;*/
      width: 100%;
      padding: 20px;
      background:#fff;
      text-align: center;
      box-shadow: 0 0 15px rgba(0,0,0,0.3);
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
    }
    .hide{
      display: none;
    }
    .cookie_box img{
      width: 70px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 30px;
    }
    .cookie_box h3{
      display: inline-block;
      vertical-align: middle;
      margin:0;
      font-size: 30px;
    }
    .cookie_box button{
      padding: 8px 25px;
      background:#027cb7;
      color: #fff;
      font-size: 18px;
      border:0;
      outline: 0;
      cursor: pointer;
    }
    .cookie_box button:focus{
      background:#054d6f;
    }
