.boton_enviar{
  margin-left: 30px;
  width: 220px;
    height: 100px;
    color: transparent;
    cursor: pointer;
    border: none;
    background-color: transparent;
    background-image: url(images/login/BTON_ENVIAR.png);
}


input[type="text"] {
    width: 80%;
    height: 40px;
    margin-bottom: 10px;
    
      margin: 8px 0px 0px 30px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  color: #a23000 !important;font-weight: bold; text-align: center; font-size: 17px 
}

input[type="password"] {
    width: 80%;
    height: 40px;
    margin-bottom: 10px;
    
 margin: 8px 0px 0px 30px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  color: #a23000 !important;font-weight: bold; text-align: center; font-size: 17px 
}


.input_text::placeholder { color: #a23000;font-weight: bold; text-align: center; font-size: 17px }


.caneca{
      cursor: pointer;
      -webkit-filter: drop-shadow(0px 0px 0px rgba(255,255,255,0.80));
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
    }

    .caneca_error {
      -webkit-filter: drop-shadow(0px 0px 18px rgba(255, 17, 0, 1));
    }

    .caneca_ok{
      -webkit-filter: drop-shadow(0px 0px 25px rgba(255, 255, 61, 1));
    }



    .label_puntos{
      font-size: 30px;
      font-weight: bold;
       color: black;
    text-shadow: -3px 0 #ffd2d2, 0 3px #ffd2d2, 3px 0 #ffd2d2, 0 -3px #ffd2d2;
    }

    .relog_barra{
      position: absolute;
    }



    .sound_btn{

  margin:-39.8% 0 0 0;
 

  }

  .sound_btn_off{

  margin:0 0 -60px 0;

  }

  div.crop-img {

  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  position: relative;
}


div.crop-img img {
  display: block;
  max-width: none !important;
   cursor: pointer;
   
}

#info {
    position: absolute;
    cursor: pointer;
    padding: 20px;
}

#repeat {
    position: absolute;
    cursor: pointer;
    padding: 20px;
}



#puntaje_final {
    display: none;
    padding-top: 140px;
    text-align: center;
}

   .bloqueo {
        background-color: transparent;
        height: 300px;
        width: 600px;
        position: absolute;
        z-index: 100;
        display: none;
    }


     .mensaje_error {
        color: #ec0000;
        font-weight: bold;
        margin-top: 20px;
        text-align: center;
        font-size: 17px;
    }

    .barra_energia {
    margin-top: 10px;
    margin-left: 40px;
    width: 300px;
    float: left;
}


#time_out {
    margin-top: 300px;
    width: 500px;
}


@-webkit-keyframes swing
{
      15%
      {
      -webkit-transform: translateX(115px);
      transform: translateX(115px);
      }
      30%
      {
      -webkit-transform: translateX(-15px);
      transform: translateX(-15px);
      }
      50%
      {
      -webkit-transform: translateX(113px);
      transform: translateX(113px);
      }
      65%
      {
      -webkit-transform: translateX(-13px);
      transform: translateX(-13px);
      }
      80%
      {
      -webkit-transform: translateX(112px);
      transform: translateX(112px);
      }
      100%
      {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      }
}


@keyframes swing
{
      15%
      {
      -webkit-transform: translateX(1115px);
      transform: translateX(1115px);
      }
      30%
      {
      -webkit-transform: translateX(-15px);
      transform: translateX(-15px);
      }
      50%
      {
      -webkit-transform: translateX(1113px);
      transform: translateX(1113px);
      }
      65%
      {
      -webkit-transform: translateX(-13px);
      transform: translateX(-13px);
      }
      80%
      {
      -webkit-transform: translateX(1112px);
      transform: translateX(1112px);
      }
      100%
      {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      }
}



@keyframes swingx
{
      15%
      {
      -webkit-transform: translateX(-500px);
      transform: translateX(-500px);
      }
      30%
      {
      -webkit-transform: translateX(-15px);
      transform: translateX(-15px);
      }
      50%
      {
      -webkit-transform: translateX(-500px);
      transform: translateX(-500px);
      }
      65%
      {
      -webkit-transform: translateX(-13px);
      transform: translateX(-13px);
      }
      80%
      {
      -webkit-transform: translateX(-500px);
      transform: translateX(-500px);
      }
      100%
      {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      }

}



.swing
{
  position: absolute;
  margin-top: 50px;
-webkit-animation: swing 600s ease;
animation: swing 600s ease;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}



.swingx
{
  position: absolute;
  margin-top: 150px;
  left: 1000px;
-webkit-animation: swingx 400s ease;
animation: swingx 400s ease;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}