/*Circulo ayuda*/       
.zoom {position: fixed;bottom: 25px;height: 70px;z-index:9999;right: auto;left: 20px;}
.zoom-menu {position: absolute;right: auto!important;left: 66px!important;transform: translateY(-50%);
  height: auto;width: 255px;top: 26px!important;list-style: none;text-align: left;z-index:9999;}
/*Circulo ayuda*/

/*
.zoom-menu {position: absolute;right: 70px;left: auto;top: 50%;transform: translateY(-50%);height: 100%;width:  : 200px;  
list-style: none;text-align: right;z-index:9999;}
.zoom {position: fixed;bottom: 25px;right: 24px;height: 70px;z-index:9999;}
*/

.zoom-fab {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #1B7FA9;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  transition: 0.2s ease-out;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  color: #FFF;
  z-index:999999999;
}

.zoom-fab:hover {
  background-color: #2789B3;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.zoom-btn-large {
  width: 55px;
  height: 55px;
  line-height: 55px;
  z-index:99999998;
}

.zoom-btn-person { background-color: #F44336; }

.zoom-btn-person:hover { background-color: #e57373; }

.zoom-btn-amarillo { background-color: #f7b531; }

.zoom-btn-amarillo:hover { background-color: #f5bc4c; color: #fff;}

.zoom-btn-doc { background-color: #ffeb3b; }

.zoom-btn-doc:hover { background-color: #fff176; }

.zoom-btn-tangram { background-color: #4CAF50; }

.zoom-btn-tangram:hover { background-color: #81c784; }

.zoom-btn-report { background-color: #2196F3; }

.zoom-btn-report:hover { background-color: #64b5f6; }

.zoom-btn-feedback { background-color: #9c27b0;  z-index:99999; }

.zoom-btn-feedback:hover { background-color: #ba68c8; }

.zoom-menu li {
  display: inline-block;
  margin-right: 10px;
}

.zoom-card {
  position: absolute;
  right: 150px;
  bottom: 70px;
  transition: box-shadow 0.25s;
  padding: 24px;
  border-radius: 2px;
  background-color: #009688;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  color: #FFF;
}

.zoom-card ul {
  -webkit-padding-start: 0;
  list-style: none;
  text-align: left;
}

.scale-transition { transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important; }

.scale-transition.scale-out {
  transform: scale(0);
  transition: transform 0.2s !important;
}

.scale-transition.scale-in { transform: scale(1); }
.text-right{text-align: right;}
.middle{vertical-align: middle;}
.botonTienda{padding: 0 7px;background: #0baf4d!important;color:#fff!important;display: inline-block;margin: 0 0 0 10px;}
.textoBienvenido{color: #B7B7B7;text-align: right;}

