#bot-draggable-webchat {
  border-radius: 10px;
  width: 400px;
  height: 80px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  -webkit-transition: height 300ms ease-out;
  -moz-transition: height 300ms ease-out;
  -o-transition: height 300ms ease-out;
  transition: height 300ms ease-out;
  padding: 10px 10px 20px 10px;
  font-family: Poppins, Arial, Helvetica, sans-serif !important;
  overflow: hidden;
}

#bot-webchat-content {
  width: 100%;
  background-color: #f7f7f7;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  height: 300px;
  margin-top: 80px;
  overflow-x: hidden;
}

#fogata-bot-response {
  width: 100%;
  height: 300px;
  overflow-y: scroll;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 15px 0 15px;
}

#bot-webchat-form {
  width: 100%;
  background-color: #f7f7f7;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 70px;
  opacity: 0;
  position: relative;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.politica-coop{
  font-size: 10px;
}

.politica-coop-input{
  display: inline-block;
  color: #193d85;
   margin-top: 0px; 
   margin-bottom: 0px; 
  font-size: 14px;
}

.bot-webchat-textbox {
  padding: 10px;
}

.bot-webchat-send {
  position: absolute;
  top: 26px;
  vertical-align: middle;
  right: 20px;
  width: 30px;
  height: 20px;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: 700;
}



.bot-webchat-menu {
  position: absolute;
  top: 26px;
  vertical-align: middle;
  left: 28px;
  width: 30px;
  height: 23px;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: 700;
  z-index: 99;
}

.bot-webchat-input {
  position: relative;
  width: 100%;
  padding: 15px 10px;
}

#bot-webchat-form textarea, #bot-webchat-form input[type=text] {
    border: none;
    border-radius: 20px;
    height: 40px;
    outline: none;
    padding: 8px 50px 8px 57px;
    box-sizing: border-box;
    resize: none;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.1);
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,.1);
    width: 100%;
    font-size: 15px;
    margin: 0;
    vertical-align: baseline;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
}

#bot-webchat-title img {
  height: 60px;
  float: left;
}

#bot-webchat-form svg {
  width: 26px;
}

.bot-webchat-title-text {
  float: left;
  margin-left: 15px;
  position: relative;
  cursor: pointer;
}

.bot-webchat-title-text h3 {
  line-height: 0;
}

.bot-webchat-title-text p {
  line-height: 2;
}

.bot-close-chat{
  font-size: 14px;
  text-align: right;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9999;
}

/*Fogata Lead*/

#fogata-bot-lead {
  margin-top: 20px;
}

#fogata-bot-lead fieldset{
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline;
  border: none;
}

.fogata-bot-inputContainer{
  width: 100%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
}

.fogata-bot-input {
    width: 100% !important;
    border-radius: 5px !important;
    border: 1px solid #ccc !important;
    margin: 0 0 6px !important;
    font-size: 14px !important;
    color: #000 !important;
    line-height: 40px;
    height: 40px !important;
    padding: 0 10px !important;
    box-shadow: 0 0 0 2px transparent, 0 1px 0 rgba(0,0,0,.08) inset !important;
    transition: all 0.3s !important;
    background-color: #fff !important;
    -webkit-appearance: textfield !important;
    -webkit-rtl-ordering: logical !important;
    cursor: text !important;
    text-rendering: auto !important;
    letter-spacing: normal !important;
    word-spacing: normal !important;
    text-indent: 0px !important;
    text-shadow: none !important;
    display: inline-block !important;
    text-align: left !important;
    -webkit-writing-mode: horizontal-tb !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fogata-bot-start{
  height: 40px !important;
  line-height: 40px !important;
  text-align: center !important;
  border-radius: 5px !important;
  color: #fff !important;
  width: 100% !important;
  padding: 0 !important;
  width: 100% !important;
  border: none !important;
  background-color: #193d85;
  font-size: 14px !important;
}

/*Fogata messages*/

.fogata-loading-bot{
  width: 30px;
  background-color: #e2e2e2;
  height: 30px;
  margin-top: 7px;
  border-radius: 30px;
  margin-right: 30px;
  float: left;
  -webkit-transition: background-color 0.2s; /* Safari */
  transition: background-color 0.2s;
  z-index: 99999;
  border: 1px solid #e2e2e2;
}

.fogata-loading-animation{
  height: 44px;
  width: 230px;
  z-index: 99999;
  position: relative;
}

.fogata-menu-chat, .fogata-menu-send{
  color: #ff1000;
  float: left;
  text-align: center;
  cursor: pointer;
}

.fogata-menu-chat i, .fogata-menu-send i{
  line-height: 42px;
}

.fogata-greener{
  background-color: #333;
}

.fogata-option-button, .fogata-encuesta-response, .geo-fogata, .fogata-encuesta-callback {
    position: relative;
    background-color: #fff;
    border: 1px solid #193d85;
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
    padding: 0 10px;
    font-size: 13px;
    width: auto;
    text-align: center;
    color: #193d85;
    float: left;
    margin: 3px 3px 3px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    text-shadow: 0px 0px 0px #fff !important;
    cursor: pointer;
}

.fogata-option-button:hover, .fogata-encuesta-response:hover, .geo-fogata:hover, .fogata-encuesta-callback:hover {
    background-color: #193d85;
    color: #fff;
    cursor: pointer;
    border-color: #193d85;
}

.fogata-bot-button {
    position: relative;
    border: 1px solid #fff;
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 400;
    width: auto;
    text-align: center;
    color: #fff;
    float: left;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    text-shadow: 0px 0px 0px #fff !important;
    cursor: pointer;
}

.fogata-bot-response p{
    font-size: 13px;
    font-weight: 400;
}

.fogata-usr-response{
    max-width: 240px;
    border-radius: 10px;
    float: right;
    background-color: #333;
    color: #fff;
    padding: 8px;
    margin: 1px 0;
    font-size: 14px;
    line-height: normal;
}

.fogata-bot-response{
    max-width: 240px;
    border-radius: 10px;
    float: left;
    background-color: #193d85;
    color: #fff;
    padding: 8px;
    margin: 1px 0;
    font-size: 13px;
    line-height: normal;
}



/*Fogata Gallery*/

.fogata-gallery{
  width: 224px;
  float: left;
  overflow: hidden;
  position: relative;
}

.fogata-scroll{
  float: left;
}

.fogata-tile{
  width: 224px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
}

.fogata-controls{
  width: 224px;
  top: 90px;
  height: 40px;
  left: 0;
  position: absolute;
  z-index: 99;
}

.fogata-left-control, .fogata-right-control{
  background-color: #fff;
  border: 1px solid #e2e2e2;
  opacity: 0.3;
  text-align: center;
  line-height: 40px;
  width: 40px;
  transition: all 0.3s;
}

.fogata-left-control i, .fogata-right-control i{
  color: #ff1000;
  font-size: 16px;
}

.fogata-left-control:hover, .fogata-right-control:hover{
  opacity: 1;
}

.fogata-left-control{
  float: left;
}

.fogata-right-control{
  float: right;
}

.fogata-right-position{
  right: 270px;
}


@media (max-width: 480px){

  #bot-draggable-webchat {
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    height: 80px;
    bottom: 0;
    right: 0;
    z-index: 999
  }

}
