body {
    /* font-family: Muli; */
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
 }
.panel{
    background: url(../img/logoQ4.png) no-repeat top #f0385a;
    background-size: contain;
} 
.panel-reveal{
    border-right: solid 1px #999; 
    padding-top:100px;
} 
.playersList{
    font-size: 20px !important;
    color: #4e9bf3 !important;
    font-weight: bold !important;
}
.color-blanco{
    color:#fff;
    font-size: 24px;
}
.infoUser{
    padding:7px;
}
.infoUser li{
    padding:7px;
    border-bottom: solid 1px #ccc;
}
.infoUser li .item-title{
    font-weight: bold;
    color:#000;
    font-size:15px;
}
.infoUser li .item-after{
    color:#222;
    font-style: italic;
    font-size:12px;
}
.panel-reveal p span,
.panel-reveal p a span,
.panel-reveal p a {
    font-size:0.9em;
    color:#fff;
    font-weight:normal;
}
.panel-reveal p a i{
    font-size:1.5em;
    color:#fff;
    font-weight:normal;
    padding-right: 8px;
}
.userPlace span,
.userPlace i{
    font-size:0.9em;
    color:#dfdfff;
    font-weight:normal;
}
input[type=number]:focus {
    box-shadow: 2px 2px 10px #2196f3;
}
.pos2{
    width:90%;
    margin-top: 10px;
}
.page-content{
    background-color: #2196f3;
}
.fa-mc{
    font-size:1.6em !important;
}
.nombre{
  background-color:#414141;
  color:#ffffff;
  border-radius:10px 10px 0 0;
  text-align:right;
  padding-right:15px;
  text-shadow:1px 1px 1px #222;
  min-height:45px;
}
.etiqueta{
  font-weight:normal;
  text-align:left;
  padding-right:15px;
  border-right:solid 5px #ccc; 
}
.small{
    font-size:0.67em;
    color:#999;
}
.titulo{
    font-weight: normal;
    font-size: 1.05em;
    color: #2c0e99;
}
.titulo-back{
    font-weight: bold;
    color: #3270e4;
}
.subtitulo{
    font-weight: normal;
    font-size: 0.9em;
    color: #4e9bf3;
}
.mensaje{
    font-size: 0.9em;
    color: #4b2ca0;
    background-color: #c4e1fd;
    padding: 20px;
}
.infoUser li{
    border-bottom: solid 1px #ccc;
}
.infoUser li .item-title{
    font-weight: bold;
    color:#000;
    font-size:13px;
}
.infoUser li .item-after{
    color:#222;
    font-style: italic;
    font-size:12px;
}
.myCard{
    border: solid 1px #bbb;
    border-radius: 6px;
    background: linear-gradient(#8a8888,#020202);
    min-height: 105px;
}
.color-gris{
    color:#aaa;
}
.myCard img{
    margin:2px auto;
    max-width:50%;
}
.myCard p a{
    text-align:center;
    font-weight: bold;
}
.myCard p a i{
    font-size:2.5em;
    color: #d5f7ff;
}
.myCard p a i,
.myCard p a span{
    color:#fff;
    margin:0 auto;
    display:block;
    color:#d5f7ff;
    font-weight: lighter;
}

#map_canvas {
    width: 100%;
    height: 400px;
    border:solid 1px #333; 
    margin:0 auto;
  }
  #ubicacion{
      font-size:1.2em;
      border:solid 1px #48b2ca;
      border-radius: 10px;
      padding:3px 10px;
      margin-top:3px;
  }
  
  .miMenu ul{
    width: 100%;
    background-color:transparent !important;
  }
  .miMenu ul li a .item-media{
    min-width: 20px !important;
  }
  .miMenu ul li a .item-media i{
    color:#fff !important;
    /* margin-left:-15px; */    
    padding-left: 0px;
  }
  .miMenu ul li a .item-inner{
    /* margin-left:-25px !important; */
    font-size: 0.9em;
    color:#fff !important;
  }
.menuTitle{
    padding-left:5px !important;
}
.menuTitle .item-title{
    font-weight: normal !important;
}
.bounce-in-bottom {
    box-shadow: 3px 3px 6px #222;
	-webkit-animation: bounce-in-bottom 1.1s both;
	        animation: bounce-in-bottom 1.1s both;
}
/* ----------------------------------------------
 * Generated by Animista on 2021-8-24 15:46:33
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-in-bottom
 * ----------------------------------------
 */
 @-webkit-keyframes bounce-in-bottom {
    0% {
      -webkit-transform: translateY(500px);
              transform: translateY(500px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 0;
    }
    38% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
    }
    55% {
      -webkit-transform: translateY(65px);
              transform: translateY(65px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    72% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    81% {
      -webkit-transform: translateY(28px);
              transform: translateY(28px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    90% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    95% {
      -webkit-transform: translateY(8px);
              transform: translateY(8px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  @keyframes bounce-in-bottom {
    0% {
      -webkit-transform: translateY(500px);
              transform: translateY(500px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 0;
    }
    38% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
    }
    55% {
      -webkit-transform: translateY(65px);
              transform: translateY(65px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    72% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    81% {
      -webkit-transform: translateY(28px);
              transform: translateY(28px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    90% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    95% {
      -webkit-transform: translateY(8px);
              transform: translateY(8px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  
.wobble-hor-bottom {
    box-shadow: 3px 3px 6px #222;
	-webkit-animation: wobble-hor-bottom 0.8s both;
	        animation: wobble-hor-bottom 0.8s both;
}
/* ----------------------------------------------
 * Generated by Animista on 2021-8-24 15:31:40
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation wobble-hor-bottom
 * ----------------------------------------
 */
 @-webkit-keyframes wobble-hor-bottom {
    0%,
    100% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
    }
    15% {
      -webkit-transform: translateX(-30px) rotate(-6deg);
              transform: translateX(-30px) rotate(-6deg);
    }
    30% {
      -webkit-transform: translateX(15px) rotate(6deg);
              transform: translateX(15px) rotate(6deg);
    }
    45% {
      -webkit-transform: translateX(-15px) rotate(-3.6deg);
              transform: translateX(-15px) rotate(-3.6deg);
    }
    60% {
      -webkit-transform: translateX(9px) rotate(2.4deg);
              transform: translateX(9px) rotate(2.4deg);
    }
    75% {
      -webkit-transform: translateX(-6px) rotate(-1.2deg);
              transform: translateX(-6px) rotate(-1.2deg);
    }
  }
  @keyframes wobble-hor-bottom {
    0%,
    100% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
    }
    15% {
      -webkit-transform: translateX(-30px) rotate(-6deg);
              transform: translateX(-30px) rotate(-6deg);
    }
    30% {
      -webkit-transform: translateX(15px) rotate(6deg);
              transform: translateX(15px) rotate(6deg);
    }
    45% {
      -webkit-transform: translateX(-15px) rotate(-3.6deg);
              transform: translateX(-15px) rotate(-3.6deg);
    }
    60% {
      -webkit-transform: translateX(9px) rotate(2.4deg);
              transform: translateX(9px) rotate(2.4deg);
    }
    75% {
      -webkit-transform: translateX(-6px) rotate(-1.2deg);
              transform: translateX(-6px) rotate(-1.2deg);
    }
  }
  