/*--------------------
Mixins
--------------------*/
/*--------------------
Body
--------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}



html,
body {
  height: 100%;
}

#ChatbotAitana .tooltipAitana {
  position: relative;
  display: inline-block;
}
#ChatbotAitana .tooltipAitana .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  font-size: medium;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 75%;
  margin-left: -60px;
}
#ChatbotAitana #toolmasizquierda{
left:-50%;
}

#ChatbotAitana .tooltipAitana:hover .tooltiptext {
  visibility: visible;
}

body #ChatbotAitana {
  font-family: 'Open Sans', sans-serif;
  /*font-size: 12px; */
  line-height: 1.3;
}

#ChatbotAitana #presentacion{
  background-color: rgb(0,86,130,0.7);
  margin-top: 10em;
  height: 35em;
  width: auto;
  display: flex;

}

#ChatbotAitana .links{
  background-color: #BF5600;
  color: white;
  text-align: center;
  border-radius: 10px 10px 10px 10px;
  font-size: medium;
  padding:.25em;
}

#ChatbotAitana #presentacion >div> img{
  height: 25em;
  margin-left: 2em;
  margin-top: 2.4em;
  
}

#ChatbotAitana #presentacion >div> h1{
  color:white;
  font-weight: bold;
  margin-top:.5em;
  font-size: 40px;
  font-family: Arial, Helvetica, sans-serif;
  width: 25%;
  text-align:center;
}

#ChatbotAitana #presentacion > div{
min-width: max-content;
}



#ChatbotAitana #presentacion > div > p{
  width: 35%;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  margin-left:3em;
  font-size: 20px;
}

#ChatbotAitana #segundap{
  border-top:1px solid rgb(255,255,255,0.7);
  padding-top:10px;
}
/*
.bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;*/
  /* background: url("https://images.unsplash.com/photo-1451186859696-371d9477be93?crop=entropy&fit=crop&fm=jpg&h=975&ixjsv=2.1.0&ixlib=rb-0.3.5&q=80&w=1925") no-repeat 0 0; */
  /*-webkit-filter: blur(80px);
          filter: blur(80px);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
*/

/*-----------------Botones---------------------*/
#ChatbotAitana .botones{
  background-color: #BF5600;
  color: white;
  margin: 1em;
  text-align: center;
  font-weight: bold;
  border-radius: 10px 10px 10px 10px;
  font-size: medium;
  padding-top: .5em;
  padding-bottom: .5em;
 
 
}
#ChatbotAitana .botones:hover{
  cursor:pointer;
}
/*
.containerBotones::-webkit-scrollbar{
  width: 7px;
  color:yellow;
}
*/


/*--------------------
Chat
--------------------*/

#ChatbotAitana #home{
  animation-name: chatanim;
  animation-duration: 0.5s;
}

#ChatbotAitana #adios{
  animation-name: chatanim;
  animation-duration: 0.5s;
}

#ChatbotAitana .chat {

  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  height: 95%;
  width: 95%;
  /*max-height: 700px;*/
  z-index: 8000;
  overflow: hidden;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
  background: #cccccc;
  border-radius: 20px;
  justify-content: space-between;
  flex-direction: column;
  animation-name: chatanim;
  animation-duration: 0.5s;
  /*max-width: 40em;*/
  top:auto;
  left:auto;
}


@keyframes chatanim{
  0%{
    transform: scale(.1);
    opacity: 0;
  }
  100%{
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes chatanimSalir{
  0%{
    transform: scale(1);
    opacity: 1;
  }
  100%{
    transform: scale(.1);
    opacity: 0;
  }
}
/*--------------------Chat Title--------------------*/
#ChatbotAitana .chat-title {
  /*flex: 0 10 45px;*/
  position: relative;
  /*z-index: 2;*/
  background: #005682;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  padding: 20px 20px 10px 70px;
  height: 6em;
}
#ChatbotAitana .chat-title p, .chat-title h2 {
  font-weight: normal;
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
}
#ChatbotAitana .chat-title h2 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 8px;
  letter-spacing: 1px;
}
#ChatbotAitana .chat-title .avatar {
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 9px;
  border-radius: 30px;
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#ChatbotAitana .chat-title .avatar img {
  width: 100%;
  height: auto;
}

/*--------------------
Messages
--------------------*/
#ChatbotAitana .messages {
  flex: 1 1 auto;
  color: rgba(255, 255, 255, 0.78);
  overflow: hidden;
  position: relative;
  width: 100%;
}
#ChatbotAitana .messages .messages-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 101%;
  width: 100%;
}
#ChatbotAitana .messages .message {
  clear: both;
  float: left;
  padding: 6px 10px 7px;
  border-radius: 10px 10px 10px 0;
  background: #005682;
  margin: 8px 0;
  font-size: 18px;
  line-height: 1.4;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 35px;
  position: relative;
  display: inline-block;
  word-break: break-word;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
#ChatbotAitana .messages .message .timestamp {
  position: absolute;
  bottom: -15px;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.3);
}

#ChatbotAitana .containerBotones{
  border-top: 3px solid rgba(255, 255, 255, 0.15);
  height: 150px;
  overflow-y: auto;
}

#ChatbotAitana .containerBotones::-webkit-scrollbar{
  width: 7px;
}
#ChatbotAitana .containerBotones::-webkit-scrollbar-thumb{
  background: #2e6ba1;
}





/*

ESTO MÁS LO DE UNAS LINEAS ABAJO QUE ESTA COMENTADO VAN JUNTOS

.messages .message::before {
  content: '';
  position: absolute;
  bottom: -6px;
  border-top: 6px solid rgba(0, 0, 0, 0.3);
  left: 0;
  border-right: 7px solid transparent;
}*/

#ChatbotAitana .boton-minimizar{
  cursor: pointer;
  color:white;
  margin-left: 0.25em;
  margin-right: .25em;
  font-weight: bold;
  font-size: 24px;
}



#ChatbotAitana .controlBotones{
  display:flex;
  float: right;
}

#ChatbotAitana #pulsametext{
  border-radius: 20px 20px 0 20px;
  position: fixed;
  bottom: 45px;
  cursor: pointer;
  padding: 10px;
  font-size: 15px;
  color: black;
  font-weight: bold;
  right:110px;
  width: 300px;
  background:rgb(206,111,5,1);
  text-align: center;
}

#ChatbotAitana #apertura{
  border-radius: 90px;
  border:0;
  cursor: pointer;
  position: fixed;
  bottom: 23px;
  padding: 0;
  right:23px;
  width: 60px;
  text-align: center;

}

#ChatbotAitana #apertura > img{
  border-radius: 50px;
  
  width: 60px;
  height: 60px;
  
  animation-name:pimpim;
  animation-iteration-count: infinite;
  animation-duration: 2s;
}

#ChatbotAitana .animboton{
  animation-name: botonanim;
  animation-duration: 0.3s;
}

@keyframes pimpim{
  0%{
    transform: scale(1);

  }
  45%{
    transform: scale(1.3);
  }
  55%{
    transform: scale(1.3);
  }
  100%{
    transform: scale(1);
  }
}

@keyframes botonanim{
  0%{
    transform: scale(1);
    opacity: 1;
  }
  50%{
    transform: scale(1.3);
  }
  100%{
    transform: scale(0.1);
    opacity: 0;
  }
}

#ChatbotAitana .messages .message .avatar {
  position: absolute;
  z-index: 1;
  bottom: -15px;
  left: -35px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.24);
}
#ChatbotAitana .messages .message .avatar img {
  width: 100%;
  height: auto;
}
#ChatbotAitana .messages .message.message-personal {
  float: right;
  color:black;
  text-align: right;
  /*background: linear-gradient(120deg, #248A52, #257287);*/
  border-radius: 10px 10px 0 10px;
  background-color: #BF5600;
}
#ChatbotAitana .messages .message.message-personal::before {
  left: auto;
  right: 0;
  border-right: none;
  border-left: 5px solid transparent;
  border-top: 4px solid #257287;
  bottom: -4px;
}
#ChatbotAitana .messages .message:last-child {
  margin-bottom: 30px;
}
#ChatbotAitana .messages .message.new {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-animation: bounce 500ms linear both;
          animation: bounce 500ms linear both;
}
#ChatbotAitana .messages .message.loading::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  margin-top: 4px;
  /* ANIMACION BOLITAS */
  -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
          animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  border: none;
  -webkit-animation-delay: .15s;
          animation-delay: .15s;
}
#ChatbotAitana .messages .message.loading span {
  display: block;
  font-size: 0;
  width: 20px;
  height: 10px;
  position: relative;
}
#ChatbotAitana .messages .message.loading span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  margin-top: 4px;
  -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
          animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  margin-left: -7px;
}
#ChatbotAitana .messages .message.loading span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  margin-top: 4px;
  -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
          animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  margin-left: 7px;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

/*--------------------
Message Box
--------------------*/

#ChatbotAitana .capa-fondo{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255, 255, 255, .4);
}

#ChatbotAitana .capa-fondo>article{
	background-color: #b1b3b5;
	border-radius:5px;
	width: 30em;
	padding-bottom:3px;
	margin: auto;
	margin-top: 100px;
	text-align: center;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .7);
	
}
#ChatbotAitana .capa-fondo>article>h2{
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
		background-color:#005682;
		margin-top: 0;
		padding: 0;
		border-radius:5px 5px 0px 0px;
	}

	#ChatbotAitana .capa-fondo>article>p{
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: larger;
	}
  
  #ChatbotAitana .message-box {
  flex: 0 1 50px;
  width: 100%;
  background: #005682;
  padding: 20px;
  position: relative;
}
#ChatbotAitana .message-box .message-input {
  background: none;
  border: none;
  outline: none !important;
  resize: none;
  color: white;
  font-size: 15px;
  height: 44px;
  margin: 0;
  padding-right: 20px;
  width: 175%;
}
#ChatbotAitana .message-box ::placeholder {
  color: white;
}
#ChatbotAitana .message-box .message-submit {
  position: absolute;
  z-index: 1;
  top: 14px;
  right: 16px;
  color: #fff;
  border: none;
  background: #BF5600;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1;
  padding: 6px 10px;
  border-radius: 10px;
  outline: none !important;
  transition: background .2s ease;
}
#ChatbotAitana .message-box .message-submit:hover {
  background: #3A3D52;
}

/*--------------------
Custom Srollbar
--------------------*/
#ChatbotAitana .mCSB_scrollTools {
  margin: 1px -3px 1px 0;
  opacity: 1;
}

#ChatbotAitana .mCSB_inside > .mCSB_container {
  margin-right: 0px;
  padding: 0 16px;
}

#ChatbotAitana .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color:#2e6ba1;

}

/*--------------------
Bounce
--------------------*/
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@-webkit-keyframes ball {
  from {
    -webkit-transform: translateY(0) scaleY(0.8);
            transform: translateY(0) scaleY(0.8);
  }
  to {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes ball {
  from {
    -webkit-transform: translateY(0) scaleY(0.8);
            transform: translateY(0) scaleY(0.8);
  }
  to {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

#ChatbotAitana ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  display: inline-block;
  width: 100%;
}
#ChatbotAitana ul li{
  display: inline;
  background: #1D7745;
  padding: 4px;
  border-radius: 10px;
  font-size: 15px;
  font-family: cursive;
}
#ChatbotAitana .suggession{
  position: absolute;
  padding: 2px;
  bottom: 0;
  width: -webkit-fill-available;
}
#ChatbotAitana .fa-microphone{
  float: left;
  font-size: 24px;
  color:white;
  margin-right: 0.5em;
}
#ChatbotAitana .fa-microphone:hover{
  color:#BF5600;
}
#ChatbotAitana #sihul li{
  cursor:pointer;
}
/*
@media only screen and (min-width: 768px) {

  .chat{

    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    height: 110em;
    width: 40em;
    max-height: 700px;
    z-index: 81;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
    background: #cccccc;
    border-radius: 20px;
    justify-content: space-between;
    flex-direction: column;
    animation-name: chatanim;
    animation-duration: 0.5s;
    max-width: 40em;
    top:auto;
    left:auto;


  }

}
*/

/*Desplegable opciones movil*/

#ChatbotAitana .desplegable{
    position: absolute;
   
    background-color:   #005682;
  
    /*position: relative;
  display: inline-block;
  */
  z-index: 90;
  
  padding-top:.5em;
  padding-bottom: .5em;
    border-top:6px solid rgb(255,255,255,0.7);
    margin-top: .2em;

}

#ChatbotAitana .desplegable>span{
   /* background-color: white;*/
    color: white;
    border-radius:5px;
    padding-top: .5em;
    width: 30em;
    padding-bottom:3px;
    /*
    margin: auto;

    margin-top: 100px;
    */
    text-align: center;
    font-size:80px;
     margin:.5em;
     margin-top:2em;
    transform: scale(4);
    padding-top: 5em;
    /*box-shadow: 2px 2px 4px rgba(0, 0, 0, .7);*/
}

#ChatbotAitana .desplegable>article>h2{
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
        background-color:#005682;
        margin-top: 0;
        padding: 0;
        border-radius:5px 5px 0px 0px;
}

#ChatbotAitana .desplegable>article>p{
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: larger;
  }

  #ChatbotAitana .desplegable>article>button{
    display:  block;
    width: 5em;
  margin:  .5em auto;
  }
  #ChatbotAitana #play,#stop{
    display:inline-block;
    padding:16px;
    border:1px solid #000;
    border-radius:5px;
    display: none;
  }
  #ChatbotAitana iframe{display:none;}

  #ChatbotAitana .autocompletar{
    position:relative;
    display: inline-block;
   
  }
  #ChatbotAitana .ruletica{
    max-height:1em ;
    overflow-y: auto;
  }
  #ChatbotAitana strong{
    color:black;
  }
  #ChatbotAitana .textoAbajo{
    color:rgba(255, 255, 255, 0.432);
  }
  #ChatbotAitana .textoAbajo>span{
    color:white;
    font-weight: bold;
  }
  /*Hermano gemelo de container botones*/
  #ChatbotAitana .lista-autocompletar-items{
    color: #ccc;
    position: absolute;
    z-index:99;
    top: -11em;
    /*left:20px;*/
    right: -18.20em;;
    width: 230%;
    max-height:148px ;
    overflow-y: auto;

  }
  #ChatbotAitana .lista-autocompletar-items::-webkit-scrollbar{
    width: 7px;
  }
  #ChatbotAitana .lista-autocompletar-items::-webkit-scrollbar-thumb{
    background: #2e6ba1;
  }

  #ChatbotAitana #mCSB_1_container::-webkit-scrollbar{
    width: 7px;
  }
  #ChatbotAitana #mCSB_1_container::-webkit-scrollbar-thumb{
    background: #2e6ba1;
  }


  #ChatbotAitana .lista-autocompletar-items>div{
    /*
    padding:10px;
    cursor:pointer;
    background-color:  #fff;
    border-bottom: 1px solid #d4d4d4;

    */
    background-color: #BF5600;
    color: white;
    margin: 1em;
    text-align: center;
    font-weight: bold;
    border-radius: 10px 10px 10px 10px;
    font-size: medium;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  #ChatbotAitana .lista-autocompletar-items div:hover{
    background-color: dodgerblue !important;
  }

  #ChatbotAitana .autocompletar-active{
    background-color: dodgerblue !important;
    color: #a1caff;
  }

  #ChatbotAitana .autocompletar-active>strong{
  color:black;
  }


  /*Experimento*/
  #ChatbotAitana .lista-autocompletar-items-Experimento{
    color: #ccc;
    position: absolute;
   /* border: 1px solid #d4d4d4;*/
    border-bottom:none;
    z-index:99;
    top: -1.7em;
    left:-1.6em;
    /*right: -18.20em;*/
    /*ºwidth: 225%;*/
    max-height:148px ;
   /* overflow-y: auto;*/
    margin-left:.5em;
    width:180%;
  }
  #ChatbotAitana .lista-autocompletar-items-Experimento::-webkit-scrollbar{
    width: 7px;
  }
  #ChatbotAitana .lista-autocompletar-items-Experimento::-webkit-scrollbar-thumb{
    background: #2e6ba1;
  }
  #ChatbotAitana .lista-autocompletar-items-Experimento>div{
    /*
    padding:10px;
    cursor:pointer;
    background-color:  #fff;
    border-bottom: 1px solid #d4d4d4;

    */
    background-color:#005682;
    /*color: white;*/
    margin: 1em;
    /*text-align: center;*/
    font-weight: bold;
    border-radius: 10px 10px 10px 10px;
    font-size: 14px;
    padding-top: .5em;
    padding-bottom: .5em;
     overflow-x: auto;
  }