
.container_barrita{
  flex-direction: column;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: none;
}
.ig-loading-bar{
  background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(249,230,8,1) 25%, rgba(35,255,0,1) 50%, rgba(249,230,8,1) 75%, rgba(255,0,0,1) 100%);;
  width: 255px;
  height: 8px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  position: fixed;
  bottom: 180px;
  z-index: 2;
  align-items: center;
}
.ig-loading-bar-inner{
  width: 12px;
  height: 32px;
  background-color: #fff;
  border-radius: 10px;
  margin: 0px;
  position: relative;
  animation: loading 0.75s infinite alternate;
  animation-timing-function: ease-in-out;
}

@keyframes loading {
  from {left: 0px;}
  to {right: 0px;}
}

.boton_pelota{
  height: 70px;
  width: 70px;
  position: fixed;
  bottom: 80px;
  z-index: 2;
  background-image: url('https://s3.amazonaws.com/vr.camonapp.com/coca-cola-penales-barrita/assets/pelota-btn.png');
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100%;
  display: none;
}
.boton_pelota:active{
  width: 80px;
  
}

.board{
  max-height: 30px;
  min-height: 30px;
  min-width: 170px;
  max-width: 170px;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 20px;
  padding: 0px 10px;
  z-index: 3;
  padding: 5px 20px;
}
.fake_opacity_board{
  max-height: 30px;
  min-height: 30px;
  min-width: 170px;
  max-width: 170px;
  background-color: #fff;
  position: fixed;
  bottom: 20px;
  padding: 0px 10px;
  z-index: 2;
  opacity: 0.5;
  padding: 5px 20px;
}
.board_inner_none{
  height: 4px;
  width: 18px;
  background-color: #000;
  border-radius: 10px;
}
.board_inner_fail{
  height:15px;
  width: 15px;
  background-image: url('https://s3.amazonaws.com/vr.camonapp.com/penalties/assets/Cruz.svg');
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.board_inner_goal{
  height: 17px;
  width: 17px;
  background-image: url('https://s3.amazonaws.com/vr.camonapp.com/penalties/assets/Circulo.svg');
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}