.glosario {
  position: fixed;
  top: 50%;
  right: 0;
  width: 250px;
  padding: 10px;
  background: #F2F2F2;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);

   transform: translateX(100%);
  transition: all ease 300ms; 
  z-index:1;
}
  .glosario h2 {
    font-size: 16px !important; }
  .glosario.open {
    transform: translateX(0px); }

.glo-open {
  width: 65px;
  height: 80px;
  background: #0667B4;
  padding: 10px;
  text-align: center;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  left: -65px;
  top: 0;
  cursor: pointer;
}

.ayuda-ico {
  width: 31px;
  height: 31px;
  background: url(../img/help.svg) no-repeat;
  background-size: cover;
  display: block;
  margin: 0 auto 5px; }

.glo-wrap input[type="text"]{
    border: 1px solid #ccc;
    background: #fff;
    width: 100%;
    margin: 10px 0;
    display: block;
}
.autocomplete-suggestion {
    background:#fff;
}
.input-wrapper {
    height:30px;
    position:relative;
}

.ayuda-glo{
    font-size: 16px;
}

/*.definicion {
    background: #fff;
    padding: 10px;
}*/

.definicion {
    background:#fff;
}