html {
  /*   height: 100%; */
}

body {
  /*   border: 0;
    padding: 0;
    margin: 0; */
}

.btn-chat {
  position: fixed;
  bottom: 100px;
  right: 25px;
  z-index: 9999;
}

/* Local */
.container-bubble {
  /* display: flex; */
  margin: 3px;
  margin-top: 5px;
  float: right;
  z-index: 100;
  position: absolute;
  right: 0%;
  /* bottom: 66%; */
  width: 80px;
  height: 80px;
}
.container-bubble:hover {
  .container-messeger {
    opacity: 1;
  }
}

.container-img {
  background-image: url("../img/avatar.png");
  background-position: inherit;
  background-repeat: no-repeat;
  height: 76px;
  width: 76px;
  bottom: 1px !important;
  cursor: pointer;
  position: relative;
  /* top: -80px; */
}

.container-messeger {
  width: 169px;
  height: 75px;
  background-color: #03a9f4;
  border-radius: 30px 30px 30px 30px;
  margin-right: 20px;
  position: absolute;
  right: 91%;
  top: 0px;
  opacity: 0;
  color: white;
  transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
}

.container-messeger-int {
  /* text-align: center; */
  position: relative;
  top: 2px;
  left: 26px;
  font-size: 15px !important;
}

#contenido-chat {
  font-family: "Titillium Web" !important;
  font-size: 14px !important;
}

#webchat li {
  margin: -3px;
  font-family: "Titillium Web" !important;
  font-size: 14px !important;
}
#webchat p {
  margin: 0;
  font-family: "Titillium Web" !important;
  font-size: 14px !important;
}

#webchat a {
  margin: 0;
  color: #0278ac !important;
  font-family: "Titillium Web" !important;
}

.triangulo {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #03a9f4;
  position: relative;
  left: 137px;
  bottom: 43px;
  display: none;
  transform: rotate(-9deg);
}

.circule {
  cursor: pointer;
  background-color: #cada00;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  position: relative;
  left: 54px;
  bottom: 73px;
  /* top: -160px; */
  -webkit-box-shadow: 4px 3px 36px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 3px 36px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 4px 3px 36px -8px rgba(0, 0, 0, 0.75);
}

.circule-int {
  height: 2px;
  width: 13px;
  background-color: white;
  position: relative;
  top: 7px;
  left: 1px;
}

.container-chat {
  display: none;
  height: 520px;
  width: 464px;
  background-position: center;
  background-size: 103% 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 100px;
  bottom: -15px;
  /* border-right: 1px solid rgb(209, 209, 209); */
  /* border-left: 1px solid rgb(209, 209, 209); */
}

.curva {
  width: 100%;
  height: 40px;
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  top: -11px;
  border-right: 1px solid gainsboro;
}

.virtual-consulting {
  position: absolute;
  width: 140px;
  height: 30px;
  right: -55px;
  background: #02b2e2;
  border-radius: 15px 15px 0px 0px;
  text-align: center;
  bottom: 120px;
  display: none;
  transform: rotate(-90deg);
}

.text-virtual {
  font-size: 14px;
  color: white;
  padding-right: 9px;
  margin-top: 7px;
  padding-left: 10px;
}

.circule-2 {
  background-color: #cada00;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  position: relative;
  bottom: -11px;
}

.add {
  color: white;
  cursor: pointer;
  position: relative;
  top: -8px;
  right: 0px;
}

.circule-3 {
  cursor: pointer;
  background-color: #cada00;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 1px;
  top: 550px;
  -webkit-box-shadow: 4px 3px 36px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 3px 36px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 4px 3px 36px -8px rgba(0, 0, 0, 0.75);
  text-align: center;
}

.text-circule-3 {
  position: absolute;
  left: 27%;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  color: #ffffff;
}

.container-bg {
  background-image: url(../img/CHATBOT.png);
  height: 384px;
  width: 243px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1999;
  right: -4px;
  top: 175px;
}

#chat {
  display: none;
  font-family: "Titillium Web" !important;
}

#webchat {
  font-family: "Titillium Web" !important;
  height: 100%;
  width: 100%;
  bottom: -20px !important;
  border-right: 1px solid rgb(209, 209, 209);
  border-left: 1px solid rgb(209, 209, 209);
  border-bottom: 1px solid rgb(209, 209, 209);
}

/* estilo mensajes */
.webchat__bubble--from-user .webchat__bubble__content {
  font-family: "Titillium Web" !important;
  background: #dcdcdc !important;
  border-color: rgb(230, 230, 230) !important;
  border-radius: 20px 0px 20px 20px !important;
  border-style: solid !important;
  border-width: 1px !important;
  color: #4b4b4b !important;
  min-height: 38px !important;
  font-size: 15px !important;
}
.webchat__bubble:not(.webchat__bubble--from-user) .webchat__bubble__content {
  font-family: "Titillium Web" !important;
  background: #f8f8f8 !important;
  border-color: rgb(230, 230, 230) !important;
  border-radius: 0px 20px 20px 20px !important;
  border-style: solid !important;
  border-width: 1px !important;
  color: #535353 !important;
  min-height: 38px !important;
  font-size: 15px !important;
}

/* ocultar boton de cargar archivo */
.webchat__send-box__main .webchat__upload-button {
  display: none !important;
}
/* acciones sugeridas */
.webchat__suggested-actions {
  /* max-height: 80px !important; */
  overflow-y: auto !important;
}

.react-film__filmstrip__item:first-child {
  padding-left: 0px !important;
}
.react-film__main button {
  display: none;
}

.webchat__suggested-actions ul {
  font-family: "Titillium Web" !important;
  display: flex !important;
  list-style-type: none !important;
  margin: 0px !important;
  padding: 0px !important;
  flex-direction: column !important;
  flex-wrap: wrap !important;
  align-content: flex-start !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  text-align: end !important;
  font-size: 12px !important;
  line-height: 1 !important;
}
.webchat__suggested-actions ul button {
  font-family: "Titillium Web" !important;
  font-size: 12px !important;
  display: flex !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  text-align: start;
}

.webchat__suggested-actions__item-box button:hover {
  background: linear-gradient(
    180deg,
    #00b1e1 5.13%,
    #027db1 66.97%,
    #044f87 128.78%,
    #06336e 176.42%,
    #062964 204%
  ) !important;
  color: white;
}

/* cabecera */
#heading {
  background: linear-gradient(
    180deg,
    #00b1e1 5.13%,
    #027db1 66.97%,
    #044f87 128.78%,
    #06336e 176.42%,
    #062964 204%
  );
  border-radius: 20px 20px 0px 0px !important;
  bottom: 500px;
  position: absolute;
  width: 464px;
  right: 0px;
}

.cabecera {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  padding: 10px 25px;
  /* border-radius: 20px ; */
}
.cabecera .back {
  color: #ffffff;
  cursor: pointer;
}
.cabecera .avatar {
  width: 44px;
  height: 44px;
}
.cabecera .informacion {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.cabecera .informacion .nombre {
  font-family: "Titillium Web" !important;

  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;

  color: #ffffff;
}
.cabecera .informacion .descripcion {
  font-family: "Titillium Web" !important;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #ffffff;
}
/* caja de texto */
.webchat__send-box__main {
  height: 40px !important;
}

.webchat__send-box__main .webchat__send-box__text-box input:focus {
  border: 0px !important;
  outline: 0px !important;
}

.webchat__send-box__main button:focus {
  border: 0px !important;
  outline: 0px !important;
}

.webchat__send-box__main .webchat__send-box-text-box__input {
  height: 40px !important;
  border: 0px !important;
  outline: 0px !important;
}

.webchat__send-box__main .webchat__icon-button {
  height: 40px !important;
}
