body {
  overflow-x: hidden !important;
}
body::-webkit-scrollbar {
  -webkit-appearance: none;
}
body::-webkit-scrollbar:vertical {
  width: 1px;
}
body::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
  display: none;
}
body::-webkit-scrollbar-thumb {
  background-color: rgb(16, 35, 54) !important;
  border-radius: 1px;
  border: 1px solid rgb(16, 35, 54);
}
body::-webkit-scrollbar-track {
  border-radius: 1px;
}
.title-fixed {
  right: 10%;
}
.btn {
  background: transparent linear-gradient(180deg, #ffffff41 0%, #80808026 100%)
    0% 0% no-repeat padding-box !important;
  color: rgba(255, 255, 255, 0.8) !important;
  padding: 0.5rem 1rem !important;
  border-radius: 1.5rem !important;
  cursor: pointer !important;
}
.assistant-text {
  font-size: 0.8rem !important;
  position: fixed;
  right: 5%;
  top: 5%;
  z-index: 20;
}
.logo {
  position: fixed;
  left: 5%;
  top: 3%;
  z-index: 20;
}
.building-content {
  display: flex;
  align-items: center;
  position: relative;
  max-height: 100vh;
}
.ondas {
  position: fixed;
  z-index: -1;
  height: 100%;
}
.face {
  position: fixed;
  height: 85%;
  left: 5rem;
  top: 5rem;
  opacity: 0.5;
  z-index: -1;
  transform: rotate(-15deg);
}
.text-animated {
  display: none;
  font-weight: 100;
}
.building {
  display: none;
  position: fixed;
  height: 85%;
  filter: brightness(60%);
}
.luz {
  opacity: 0;
  animation: luz linear 8s;
  animation-delay: 22s;
}
.more {
  transform: translateY(0);
  animation: pulse linear 2s;
  animation-iteration-count: 3;
}
.habla {
  position: fixed;
  z-index: -1;
  height: 100%;
}
.habla .ondas1 {
  transform: scale(0);
  animation: ondas1 linear 4s;
  animation-delay: var(--timeline);
  animation-iteration-count: var(--timecount);
}
.habla .ondas2 {
  transform: scale(0);
  animation: ondas2 linear 4.4s;
  animation-delay: var(--timeline);
  animation-iteration-count: var(--timecount);
}
.habla .ondas3 {
  transform: scale(0);
  animation: ondas3 linear 4.6s;
  animation-delay: var(--timeline);
  animation-iteration-count: var(--timecount);
}
.face #BACKGROUND {
  transform: scale(0);
  opacity: 0.3;
  animation: face1 linear 4s;
  animation-delay: var(--timeline);
  animation-iteration-count: var(--timecount);
}
.face #particulas {
  display: none;
}
.face #lineas {
  transform: scale(0);
  animation: face2 linear 4.4s;
  animation-delay: var(--timeline);
  animation-iteration-count: var(--timecount);
}
.face #face {
  transform: scale(0);
  animation: ondas3 linear 4.6s;
  animation-delay: var(--timeline);
  animation-iteration-count: var(--timecount);
}
.chat {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  max-height: 100vh;
}
.chat-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-right: 4rem;
  justify-content: center;
  align-items: center;
  min-height: 100vh !important;
  padding-top: 6rem;
}
.chat-message {
  width: 100%;
  display: flex;
  align-items: flex-end;
  transform-origin: 0 100%;
  overflow: hidden;
  padding: 2rem;
  transform: scale(0);
  animation: message 4s ease-out 4s forwards;
  animation-delay: var(--timeline);
  animation-duration: 4s;
}
.chat-content {
  flex: 0 1 auto;
  padding: 2rem;
  margin: 0 0.5rem;
  border-radius: 12px 12px 12px 0;
  font-weight: 200;
  width: 70%;
}
.chat-message-A .chat-content {
  border-radius: 12px 12px 0 12px;
  background: transparent
    linear-gradient(
      180deg,
      rgba(46, 76, 96, 0.1) 0%,
      rgba(55, 85, 101, 0.2) 22%,
      rgba(76, 104, 113, 0.3) 71%,
      rgba(116, 145, 146, 0.4) 89%,
      rgba(255, 255, 255, 0.5) 100%
    )
    0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  color: white;
}
.chat-message-B .chat-content {
  background: #b9b9b91a 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
}
.chat-message-A {
  flex-direction: row-reverse;
  align-self: flex-end;
  transform-origin: 100% 100%;
  font-weight: 300;
}
.chat-message::before {
  content: url(../images/building-profile-img.png);
  display: block;
  width: 62px;
  height: 62px;
  border-radius: 50%;
}
.chat-message-A::before {
  content: url(../images/user-profile-img.png);
}
.chat-message-B::before {
  background: #b9b9b91a 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
}
.chat-fixed {
  position: fixed;
  width: 50%;
}
.alert-building {
  width: 40%;
  padding: 0.5rem;
  margin: 0.5rem;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 12px 12px 12px 0;
  font-weight: 200;
  text-align: center;
}
.box {
  border-radius: 12px;
  background: #b9b9b91a 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  padding: 1rem;
  margin: 1rem;
}
.opacity-30 {
  opacity: 0.3 !important;
}
.icon {
  position: absolute;
  right: 8rem;
  top: -8rem;
  padding: 15px 20px;
}
.icon-warning {
  background-color: rgba(219, 232, 124, 0.2) !important;
}
.icon .fa-check {
  color: rgb(124, 219, 232) !important;
}
.text-building {
  font-size: 1.2rem;
}
.vision {
  display: block;
  position: absolute;
  margin-left: -4rem;
  width: 100px;
}
@media (max-width: 920px) {
  .row-xs {
    flex-direction: column !important;
  }
  .chat-content {
    padding: 1rem 0.5rem;
  }
  .chat-fixed {
    width: 100%;
    left: 0;
    bottom: 1rem;
    padding: 1rem;
  }
  .chat-text {
    bottom: 4rem;
  }
  .building,
  .ondas,
  .face {
    width: 100%;
    left: 0;
    height: auto !important;
    top: 8rem;
  }
  .logo,
  .icon,
  .m-none {
    display: none;
  }
  .chat-message {
    padding: 1.5rem 0;
  }
  .chat-message-A .chat-content {
    background-color: rgba(255, 255, 255, 0.25);
    font-weight: 700;
  }
  .chat-message-B .chat-content {
    font-weight: 700;
  }
  .btn {
    top: 1%;
  }
}
