.iframeAlma {
  display: none;
  z-index: 999999!important;
  height: 70%;
  max-width: 350px;
  position: fixed;
  bottom: 2.7vh;
  border-radius: 9px;
  left: auto;
  right: 10px;
  overflow: hidden;
  border: 1px solid #8080803d;
  transition:visibility 0.4s linear,opacity 0.4s linear;

}
#nombreAsistenteMovil{
  font-size: 13px !important;
}

.buttonContainer:focus {
  outline: none;
  box-shadow: unset;
}
.inputMovil{
  padding: unset;
  font-weight: unset;
  width: 84%;
  height: 43px;
  line-height: 18px;
  border: none;
  outline: none;
  background: transparent;
  font-size: 12px !important;
  color: #8c8c8c;
  letter-spacing: 0.20px;
  max-width: 100%;
  text-align: left;
  white-space: normal;
  margin-top: 13px;
  padding-left: 8px;
  font-family: sans-serif;
}

#MensajeInicioBloque{
    padding: unset;
    font-weight: unset;
    border: none;
    outline: none;
    background: transparent;
    font-size: 12px !important;
    color: #8c8c8c;
    letter-spacing: 0.20px;
    max-width: 100%;
    text-align: left;
    white-space: normal;
    font-family: sans-serif;
    width: 100%;
    height: auto;
    padding-bottom: 8px;
    padding-left: 7px;
    margin-top: 5px;
}
.bloqueSeparacionSuperior{
    width: 100%;
    height: 47px;
}

.notificacionMovilAlma{
  background: #fb0000;
    border-radius: 50%;
    font-size: 11px;
    height: 15px;
    color: white;
    width: 14px;
    line-height: 16px;
    right: auto;
    left: 4px;
    top: 54px;
    text-align: center;
    position: absolute;
}

.separacionMovilAlma{
  width: 90%;
  min-width: 90%;
  margin-bottom: 0px;
  margin-top: 0px;
  margin: auto;
  border-top: 1px solid rgba(218, 218, 218, 0.81);
  display: block;
  max-height: 0px;
  background: rgba(218, 218, 218, 0.81)!important;
}

.buttonContainer {
  display: none;
  padding: unset!important;
  position: fixed!important;
  cursor: pointer;
  height: 76px!important;
  width: 75px!important;
  box-shadow: none;
  background-image: none;
  min-width: unset !important;
  bottom: 18px;
  border: none;
  left: auto;
  right: 20px;
  line-height: 0;
  outline: 0;
  z-index: 999999!important;
  overflow: hidden!important;
  background-color: inherit!important;
  border: none!important;
  border-radius: 0px!important;
}
.buttonContainer:hover {
  min-width: unset !important;
  background-color: unset !important;
  border-color: unset;
  box-shadow: unset;

}

.botonCentrado{
    background-size: 104px 107px;
    bottom: 9px;
    left: auto;
    height: 74px;
    width: auto;
    top: 40%;
    flex-direction: column;
    align-items: flex-end;
    z-index: 9999;
    display: block;
    position: fixed;
    right: 0;
    padding: 0;
    border: none!important;
    margin: 0;
}

.notificacionAlma{
  border-radius: 50%;
  font-size: 11px;
  height: 15px;
  width: 15px;
  line-height: 15px;
  right: 15px;
  color: #fff;
  top: 1px;
  background-color: black;
  position: absolute;
}

.imgAlma {
  vertical-align: middle;
  border-radius: 35px!important;
  width: 65px;
  height: 65px;
  background-color: #c6c5c5;
  box-shadow: 0px 0px 4px 2px rgba(152, 146, 146, 0.32)!important;
}

.contentIframe {
  height: calc(100% - 56px);
  background-color:white;
}

.superiorIframe {
  width:100%;
  height: 48px;
  background-color:white;
}

.DespliegueAlmaMovil{
    padding: 10px !important;
    position: fixed;
    cursor: pointer;
    bottom: 110px;
    border: none;
    left: auto;
    right: 12px;
    outline: 0;
    z-index: 9999;
    overflow: hidden;
    background-color: inherit;
    animation: animateElement linear .5s;
    animation-iteration-count: 1;
}
.DespliegueAlmaMensajeNotificacion{
  animation: animateElement linear .5s;
  animation-iteration-count: 1;
}


.DespliegueSaludoAlma{
    padding: unset;
    font-weight: unset;
    border: none;
    outline: none;
    line-height: 18px;
    background: transparent;
    font-size: 12px !important;
    color: #8c8c8c;
    letter-spacing: 0.20px;
    max-width: 100%;
    text-align: left;
    white-space: normal;
    font-family: sans-serif;
    width: 95%;
    height: auto;
    animation: animateElement linear .2s;
    animation-iteration-count: 1;
}

.DespliegueAlmaMovilIzquierda{
  left: 12px;
  right: auto;
}

@keyframes animateElement{
  0% {
    opacity:0;
    transform:  translate(0px,10px);
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px);
  }
}




#superiorIframeMovil {
  width:190px;
  height: auto;
  border-radius: 13px;
  margin-bottom: 12px;
  background-color:rgba(242, 242, 242, 1);
  -webkit-box-shadow: 0px 0px 31px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 31px -3px rgba(0,0,0,0.75);
    box-shadow: -1px 1px 8px -2px rgba(0,0,0,0.75);
}

.superiorInferiorMovil {
  width:190px;
  height: 42px;
  border-radius: 13px;
  background-color:rgba(242, 242, 242, 1);
  display: inline-flex;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 31px -3px rgba(0,0,0,0.75);
      -moz-box-shadow: 0px 0px 31px -3px rgba(0,0,0,0.75);
      box-shadow: -1px 1px 8px -2px rgba(0,0,0,0.75);
}

.inferiorIframe{
  height:8px;
  background-color: rgba(104, 152, 253, 1);
}

/*.flow {
  background-color: green;
}

.actualBot{
  background-color: blue;
}
*/
#iframeContainerAlma{
  border:0px;
}
#nombreAsistente{
  font-size: 12px;
  font-weight: bold;
}

#fotoAvatar{
  width: 40px;
  height: 40px;
  display: block;
  margin-left: auto;
  margin-top: 0.3rem;
  margin-right: auto;
  border-radius: 50%!important;
}
.fotoAvatarMovil{
  width: 35px;
  height: 35px;
  display: block;
  margin-left: auto;
  margin-top: 7px;
  margin-right: auto;
  border-radius: 50%!important;
}

.fotoIframe {
  width: 25%;
  height: 44.5px;
  justify-content: center;
  float: left;
  display: inline-block;
}
.nombreIframe {
  text-align: left;
  width: 60%;
  float: left;
  height: 43.4px;
  display: inline-block;
  font-family: sans-serif !important;
}

.labelNombreBot {
  text-align: left;
  display: inline-block;
  color: black;
  line-height: 1.2 !important;
  font-size: 12px !important;
  margin: 0px;
  font-weight: bold !important;
  padding-top: 11.5px;
  letter-spacing: 0;
}
.labelDisponibilidadBot {
  font-size: 10px !important;
  margin: 0px;
  margin-bottom: 0px;
  font-weight: normal;
}

.cerrarIframe {
  padding-top: 11px;
  padding-right: 8px;
  width: 10%;
  float: right;
  display: inline-block;
}


#imgCerrar {
  height: 24px !important;
  display: block;
  float: right;
  cursor: pointer;
  margin: auto;
}
#imgCerrarMovil {
  height: 23px !important;
  display: block;
  float: right;
  cursor: pointer;
  margin: auto;
}

.fuentePunto {
  font-size: 12px!important;
  color: #12c112!important;
}

.neutro{
  background: rgba(38, 38, 38, 1);
}

.business{
  background: rgba(28, 64, 151, 1);
}

.sand{
  background: rgba(165, 158, 90, 1);
}

.showy{
  background: rgba(251, 0, 120, 1);
}


.botonIzquierda{
  right: auto;
  left: 10px;
}

.imgAlmaCentrado {
  width: 38px;
  height: 73px;
  border-radius: 0px;
  background-color: unset;
  box-shadow: unset;
}

@media (max-width: 500px) {
  #iframeAlma {
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    right: 0;
    bottom: 0px;
    border-radius: 0px;
    left: 0px;

  }
    .imageBlock {
      height: 93%;
      width: 38%;
      padding-top: 1.6rem;
    }

    .imageCerrar {
      width: 9%;
      float: right;
      padding-top: 18px;
    }
}


.cargandoMensajeAlma:before,
.cargandoMensajeAlma:after,
.cargandoMensajeAlma {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}


.cargandoMensajeAlma {
  margin-top: 2em;
  margin-left: 11em;
  margin-bottom: 6em;
  font-size: 0.2em;
  position: relative;
  text-indent: -9999em;
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
}
.cargandoMensajeAlma:before {
  left: -3.5em;
}
.cargandoMensajeAlma:after {
  left: 3.5em;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
.cargandoMensajeAlma:before,
.cargandoMensajeAlma:after {
  content: '';
  position: absolute;
  top: 0;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #ffffff;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #000;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #ffffff;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #000;
  }
}

.almaMostrarIframe {
  display: block !important;
  animation-name:  fade-inIframeAlma;
  animation-duration: 0.5s;
  animation-timing-function: linear;

  -webkit-animation-name: fade-inIframeAlma;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
}
.almaMostrarIframeMovil {
  display: block !important;
  animation-name:  fade-inIframeAlmaMovil;
  animation-duration: 0.5s;
  animation-timing-function: linear;

  -webkit-animation-name: fade-inIframeAlmaMovil;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
}
.almaMostrarBoton {
  display: block !important;
  animation-name:  fade-inBotonAlma;
  animation-duration: 0.5s;
  animation-timing-function: linear;

  -webkit-animation-name: fade-inBotonAlma;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
}

.almaOcultar {
  display: none !important;
}


@-moz-keyframes fade-inBotonAlma{
  0% { opacity: 0;}
  50% { opacity: 0.5;}
  100% { opacity: 1.0;}
}

@-webkit-keyframes fade-inBotonAlma {
  0% { opacity: 0;}
   50% { opacity: 0.5;}
  100% { opacity: 1.0;}
}

@keyframes fade-inBotonAlma {
  0% { opacity: 0;}
   50% { opacity: 0.5;}
  100% { opacity: 1.0;}
}

@-moz-keyframes fade-inIframeAlma{
  0% { opacity: 0; height: 0;}
  50% { opacity: 0.1; height: 20%; }
  100% { opacity: 1.0;  height: 70%;}
}

@-webkit-keyframes fade-inIframeAlma {
  0% { opacity: 0; height: 0;}
   50% { opacity: 0.1; height: 20%; }
  100% { opacity: 1.0;  height: 70%;}
}

@keyframes fade-inIframeAlma {
  0% { opacity: 0; height: 0;}
  50% { opacity: 0.1; height: 20%; }
  100% { opacity: 1.0;  height: 70%;}
}


@-moz-keyframes fade-inIframeAlmaMovil{
  0% { opacity: 0; height: 0;}
  50% { opacity: 0.1; height: 40%; }
  100% { opacity: 1.0;  height: 100%;}
}

@-webkit-keyframes fade-inIframeAlmaMovil {
  0% { opacity: 0; height: 0;}
   50% { opacity: 0.1; height: 40%; }
  100% { opacity: 1.0;  height: 100%;}
}

@keyframes fade-inIframeAlmaMovil {
  0% { opacity: 0; height: 0;}
  50% { opacity: 0.1; height: 40%; }
  100% { opacity: 1.0;  height: 100%;}
}

.previsualizacionChatCentrado {
    right: 45px;
    top: 39%;
}
