@font-face {
  font-family: 'tetris';
  src: url('../font/TETRIS.TTF') format('truetype');
}

.blockrain-game-holder {
  position: relative;
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 140%;
}

/* Touch Controls */
.blockrain-touch {
  position: absolute;
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 100%;
  border: 1px solid white;
  background: rgba(255,255,255,0.2);
  z-index: 10;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  line-height: 50px;
  text-align: center;
}
.blockrain-touch:active {
  background: rgba(255,255,255,0.3);
}

.blockrain-touch-left {
  left: -60px;
  bottom: 10px;
}
.blockrain-touch-left::after {
  content: "<";
}
.blockrain-touch-right {
  right: -60px;
  bottom: 10px;
}
.blockrain-touch-right::after {
  content: ">";
}

.blockrain-touch-rotate-left {
  left: -60px;
  bottom: 80px;
}
.blockrain-touch-rotate-left::after {
  content: "<o";
}

.blockrain-touch-rotate-right {
  right: -60px;
  bottom: 80px;
}
.blockrain-touch-rotate-right::after {
  content: "o>";
}

.blockrain-touch-drop {
  left: 50%;
  margin-left: -25px;
  bottom: -60px;
}
.blockrain-touch-drop::after {
  content: ".";
}

/* Buttons */
.blockrain-btn {
  position: relative;
  display: inline-block;
  background: none;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #ffffff;
  padding: 11px 19px;
  font-size: 18px;
  text-align: center;
  cursor: default;
}
.blockrain-btn::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0px;
  bottom: 0px;
  right: 0px;
  border: 2px solid #ffffff;
  border-top: none;
  border-right: none;
  transition: all 0.2s ease;
}
.blockrain-btn::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 100%;
  bottom: 0px;
  right: 0px;
  border: 2px solid #ffffff;
  border-left: none;
  border-bottom: none;
  transition: all 0.2s ease;
}

.blockrain-btn:hover::before {
  left: 5px;
  bottom: -8px;
  right: -8px;
}
.blockrain-btn:hover::after {
  top: 5px;
  bottom: -8px;
  right: -8px;
}


/* Score */
.blockrain-score-holder {
    text-align: center;
    margin-top: 20px;
}
.blockrain-score-msg {

    font-size: 18px;
    line-height: 100%;
    margin-bottom: 0.2em;
    color: #ff3366;
    text-transform: uppercase;
    font-weight: bold;

}
.blockrain-score-num {
  font-size: 20px;
  font-weight: bold;
}
.blockrain-score-nivel {
    font-size: 25px;
    color: white;
    font-weight: bold;
}
/* Menu */
.blockrain-start-holder, .blockrain-game-over-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background: rgba(0,0,0,0.8);
  text-align: center;
}
.blockrain-start, .blockrain-game-over {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.blockrain-start-msg, .blockrain-game-over-msg {
  font-size: 18px;
  margin-bottom: 30px;
}

.contenedor_puntos{
  width: 37.5%;
    position: absolute;
    right: 0px;
    top: 23px;


}

.contenedor_siguiente_bloque {
    width: 37.5%;
    position: absolute;
    right: 0px;
    top: 250px;
    text-align: center;
}
.blockrain-lineas-msg {
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 0.2em;
    color: #ff3366;
    text-transform: uppercase;
    font-weight: bold;
}
.blockrain-lineas-msg {
    font-family: 'tetris';
    letter-spacing: 5px;
}
.blockrain-score-lineas {
    font-size: 25px;
    color: white;
    font-weight: bold;
}


.contenedor_lineas {
    width: 37.5%;
    position: absolute;
    right: 0px;
    top: 80px;
}

 .instructions {
    position: absolute;
    bottom: 10px;
    left: 20px;
    overflow: hidden;
    font-size: 14px;
}
 .instructions .key.key-up::before {
    background-position: -42px 0;
}
.instructions .key::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -7px;
    background: url(images/icon-sprite.png) no-repeat;
    background-position: -84px 0;
    background-size: auto 100%;
}

.instructions .key.key-up {
    float: none;
    margin-left: 39px;
    border-bottom: none;
    margin-top: 20px;
}

 .instructions .key.key-left::before {
    background-position: -56px 0;
}

.instructions .key.key-down::before {
    background-position: -70px 0;
}
.instructions .key {
    border: 1px solid #c2ffad;
        border-bottom-color: rgb(194, 255, 173);
        border-bottom-style: solid;
        border-bottom-width: 1px;
    display: block;
    width: 38px;
    height: 38px;
    float: left;
    position: relative;
}

.logearse{
color: black;
position: absolute;
top: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(0, 0, 0, 0.4);
 z-index: 500;
  text-align: center;
  display: flex;
  justify-content: center;
  vertical-align: middle;align-items: center;border-radius: 3px; left: 0px;
}
.contenedor_texto{
  background-color: white;border: 2px solid #f20041;padding: 10px;border-radius: 18px;color: black;font-size: 12px;
}

.texto-nick {
    display: block;
    text-align: center;
    color: black;
    margin-bottom: 17px;
    max-width: 70%;
    margin: 0 auto;
        margin-bottom: 0px;
    margin-bottom: 17px;
}

.nickname{
  display: block;
margin: 0 auto;
    margin-bottom: 0px;
border: 1px solid black;
margin-bottom: 10px;
}
.confirmar_nickname {
    background-color: #de415d;
    text-decoration: none;
    border: none;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
}

#highscore{
          padding: 6px 5px;
    background-color: #de415d;
    color: white;
    float: left;
    width: 100%;
}
#highscore h2 {
    display: inline;
    margin-right: 25px;
    margin-top: 0;
    margin-bottom: 0px;
    float: left;
    font-size: 18px;
   
}

#highscore span {
    float: left;
    font-weight: bold;
    margin-top: 1px;
      
}
.contenedor-juego{
  width:100%;
  background:black;
  margin-bottom:50px;
  float:left;
}
.contenedor-juego.activo{

  background:#333333;
 
}
.blockrain-score-msg{
  font-family: 'tetris';
  letter-spacing: 5px;
}

.blockrain-game-over-msg {
    font-family: 'tetris';
    letter-spacing: 5px;
    font-weight: bold;
    font-size: 52px;
    line-height: 47px;
    text-transform: uppercase;
}

.blockrain-start-msg {
    font-family: 'tetris';
    letter-spacing: 5px;
    font-weight: bold;
    font-size: 65px;
    line-height: 47px;
    text-transform: uppercase;
}
.blockrain-btn.blockrain-start-btn {
    font-family: 'tetris';
    letter-spacing: 5px;
    font-weight: bold;
    font-size: 23px;
    line-height: 47px;
    text-transform: uppercase;
    background: #46bddf;
    cursor:pointer;
}
.blockrain-btn.blockrain-game-over-btn {
    font-family: 'tetris';
    letter-spacing: 5px;
    font-weight: bold;
    font-size: 20px;
    cursor:pointer;
    background: #46bddf;
    line-height: 47px;
    text-transform: uppercase;
}
.blockrain-btn::before, .blockrain-btn::after{
  background:#de415d;
}


.blockrain-btn:hover::after {

    top: 5px;
    bottom: -6px;
    right: -8px;

}
.contenedor_footer {
    padding: 6px 5px;
    background-color: #de415d;
    color: white;
    float: left;
    width: 100%;
}


.sonido .icon-volume-up {
  font-size: 25px;

}

.sonido{
  color: white;
  padding-left: ;
  position: absolute;
  bottom: 10px;
  left: 15px;
  cursor:pointer;
  font-size: 25px;
}

.ver_intrucciones {
    font-family: 'tetris';
    color: white;
    padding-left: ;
    position: absolute;
    bottom: 13px;
    left: 60px;
    font-size: 20px;
    cursor: pointer;
    letter-spacing: 4px;
}

.ver_ranking {
    font-family: 'tetris';
    color: white;
    padding-left: ;
    position: absolute;
    bottom: 13px;
    right: 20px;
    font-size: 20px;
    cursor: pointer;
    letter-spacing: 4px;
}

.game{
  width:25%;
  min-width:250px; 
  height:600px;
  margin:0 auto
}

.blockrain-score-num{
  font-size:25px;
  color:white;
}

.texto-siguiente {
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 0.2em;
    color: #ff3366;
    text-transform: uppercase;
    font-weight: bold;
}

.contenedor_imagen{
  width: 150px;

  height: 150px;

  background: white;

  margin: 0 auto;

  border-radius: 6px;

  padding: 10px;
}


.instructions{
color: black;
position: absolute;
top: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(0, 0, 0, 0.4);
 z-index: 500;
  text-align: center;
  display: flex;
  justify-content: center;
  vertical-align: middle;align-items: center;border-radius: 3px; left: 0px;
}

.texto-instruccion{
  color:#22a7e3;
}

.blockrain-start-msg span:first-child{
  color:#f97e19;
}

.blockrain-start-msg span:nth-child(2){
  color:#e22741;
}

.blockrain-start-msg span:nth-child(3){
  color:#62c225;
}
.blockrain-start-msg span:nth-child(4){
  color:#feb622;
}
.blockrain-start-msg span:nth-child(5){
  color:#be30a4;
}

.blockrain-start-msg span:last-child{
  color:#2860d2;
}

.video-game-button {
    text-shadow: 1px 1px pink, -1px -1px maroon;
    line-height: 1.5em;
    text-align: center;
    display: inline-block;
    width: 55px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 50%;
    background-color: red;
    -webkit-box-shadow: 0 .2em maroon;
    -moz-box-shadow: 0 .2em maroon;
    -o-box-shadow: 0 .2em maroon;
    box-shadow: 0 .2em maroon;
    color: red;
    background-color: red;
    background-image: -o-linear-gradient(left top, pink 3%, red 22%, maroon 99%);
    background-image: -moz-linear-gradient(left top, pink 3%, red 22%, maroon 99%);
    background-image: -webkit-linear-gradient(left top, pink 3%, red 22%, maroon 99%);
    background-image: linear-gradient(left top, pink 3%, red 22%, maroon 99%);
    cursor: pointer;
    padding-left: 5px;
    font-size: 47px;
    height: 55px;
    margin-top: 7px;
}
.start-btn {
    text-align: center;
    display: inline-block;
    margin: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
    margin-top: 5px;
    font-weight: bold;
    padding: 17px 30px 11px 30px;
    background-color: lightgray;
    text-shadow: -1px -1px black, 1px 1px white;
    color: gray;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 0 .2em gray;
    cursor: pointer;
    font-size: 41px;
    height: 49px;
    margin-top: 10px;
    margin-bottom: 17px;
}

.video-game-button:active, .start-btn:active {
  box-shadow: none;
  position: relative;
  top: .2em;
}
.contenedor_controles_responsive {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 500000;
    background: black;
    display: flex;
    justify-content: space-between;
    padding: 0px 10px 25px 10px;
}

.video-game-button i{
  margin-top: 4px;
  color: white;
}
.video-game-button i.icon-caret-left {
    margin-top: 4px;
    color: white;
    margin-right: 13px;
}
.contenedor_controles_responsive{
  display:none;
}



#center_column{
  position: relative;
  float:left;
}
.leaderboard {

  width: 80%;
 
  background: linear-gradient(to bottom, #3a404d, #181c26);
  border-radius: 10px;
  box-shadow: 0 7px 30px rgba(62, 9, 11, 0.3);
}
.leaderboard h1 {
    font-size: 18px;
    color: #e1e1e1;
    padding: 12px 13px 12px;
    margin: 0;
    text-align: center;
    font-family: 'tetris';
}
.leaderboard h1 svg {
  width: 25px;
  height: 26px;
  position: relative;
  top: 3px;
  margin-right: 6px;
  vertical-align: baseline;
}
.leaderboard ol {
  counter-reset: leaderboard;
  margin-bottom:0px;
}
.leaderboard ol li {
  position: relative;
  z-index: 1;
  font-size: 14px;
  counter-increment: leaderboard;
  padding: 18px 10px 18px 50px;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
}
.leaderboard ol li::before {
  content: counter(leaderboard);
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #c24448;
  background: #fff;
  border-radius: 20px;
  text-align: center;
}
.leaderboard ol li mark {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 18px 10px 18px 50px;
  margin: 0;
  background: none;
  color: #fff;
  
}
.leaderboard ol li mark::before, .leaderboard ol li mark::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -11px;
  left: -9px;
  border-top: 10px solid #c24448;
  border-left: 10px solid transparent;
  transition: all .1s ease-in-out;
  opacity: 0;
}
.leaderboard ol li mark::after {
  left: auto;
  right: -9px;
  border-left: none;
  border-right: 10px solid transparent;
}
.leaderboard ol li small {
    position: relative;
    z-index: 2;
    display: block;
    text-align: right;
  
    color: black;
    font-size: 17px;
    font-weight: bold;
}
.leaderboard ol li::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fa6855;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.08);
  transition: all .3s ease-in-out;
  opacity: 0;
}
.leaderboard ol li:nth-child(1) {
  background: #fa6855;
}
.leaderboard ol li:nth-child(1)::after {
  background: #fa6855;
}
.leaderboard ol li:nth-child(2) {
  background: #e0574f;
}
.leaderboard ol li:nth-child(2)::after {
  background: #e0574f;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
}
.leaderboard ol li:nth-child(2) mark::before, .leaderboard ol li:nth-child(2) mark::after {
  border-top: 6px solid #ba4741;
  bottom: -7px;
}
.leaderboard ol li:nth-child(3) {
  background: #d7514d;
}
.leaderboard ol li:nth-child(3)::after {
  background: #d7514d;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.11);
}
.leaderboard ol li:nth-child(3) mark::before, .leaderboard ol li:nth-child(3) mark::after {
  border-top: 2px solid #b0433f;
  bottom: -3px;
}
.leaderboard ol li:nth-child(4) {
  background: #cd4b4b;
}
.leaderboard ol li:nth-child(4)::after {
  background: #cd4b4b;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.leaderboard ol li:nth-child(4) mark::before, .leaderboard ol li:nth-child(4) mark::after {
  top: -7px;
  bottom: auto;
  border-top: none;
  border-bottom: 6px solid #a63d3d;
}
.leaderboard ol li:nth-child(5) {
  background: #c24448;
  border-radius: 0 0 10px 10px;
}
.leaderboard ol li:nth-child(5)::after {
  background: #c24448;
  box-shadow: 0 -2.5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0 0 10px 10px;
}
.leaderboard ol li:nth-child(5) mark::before, .leaderboard ol li:nth-child(5) mark::after {
  top: -9px;
  bottom: auto;
  border-top: none;
  border-bottom: 8px solid #993639;
}
.leaderboard ol li:hover {
  z-index: 2;
  overflow: visible;
}
.leaderboard ol li:hover::after {
  opacity: 1;
  -webkit-transform: scaleX(1.06) scaleY(1.03);
          transform: scaleX(1.06) scaleY(1.03);
}
.leaderboard ol li:hover mark::before, .leaderboard ol li:hover mark::after {
  opacity: 1;
  transition: all .35s ease-in-out;
}

.the-most {
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 50vw;
  max-width: 200px;
  padding: 10px;
}
.the-most img {
  max-width: 100%;
}

.contenedor-leaderboard {
    width: 37.5%;
    position: absolute;
    left: 0px;
    top: 23px;
    display: flex;
    justify-content: center;
}

.contenedor-controles {
    width: 37.5%;
    position: absolute;
    left: 0px;
    bottom: 60px;
    display: none;
    justify-content: center;
}
.contenedor-controles-2{
  width:80%;
  background:white;
  border-radius:5px;
  padding:15px;
}
@media(max-width:990px){
  .contenedor_controles_responsive{
  display:flex;
  }
  .contenedor_siguiente_bloque,.ver_intrucciones, .contenedor-controles{
    display:none !important;
  }
  .game{
    height:300px;
    min-width:150px !important;
  }
  .blockrain-start-msg {
   
    font-size: 31px;
    margin-bottom: 16px;
  }
  .blockrain-btn {
    padding: 3px 13px;
  }
  .contenedor_puntos {
    width: 25%;
    position: absolute;
    right: 0px;
    top: 10px;
  }
  .blockrain-score-msg {
    font-size: 8px;
  }
  .contenedor-leaderboard {
    width: 100%;
    position: absolute;
  
    left: 0px;
    top: 23px;
    display: none;
    justify-content: center;
    z-index: 1;
  }
  .leaderboard ol li{
    padding: 8px 10px 8px 50px;
  }
  .leaderboard ol li::before {
    
    position: absolute;
    z-index: 2;
    top: 7px;
  }
  .leaderboard ol li mark {
   
    padding: 7px 10px 18px 50px;
  }
}
@media(max-width:500px){
  .ver_ranking {
    font-family: 'tetris';
    color: white;
    padding-left: ;
    position: absolute;
    bottom: 13px;
    right: 5px;
    font-size: 11px;
    cursor: pointer;
    letter-spacing: 3px;
}
}

@media(max-width:468px){
  .contenedor_controles_responsive{
  display:flex;
  }
  .contenedor_siguiente_bloque,.ver_intrucciones{
    display:none !important;
  }
  .game{
    height:300px;
    min-width:150px !important;
  }
  .blockrain-start-msg {
   
    font-size: 31px;
    margin-bottom: 16px;
  }
  .blockrain-btn {
    padding: 3px 13px;
  }
  .contenedor_puntos {
    width: 25%;
    position: absolute;
    right: 0px;
    top: 10px;
  }
  .contenedor_lineas{
    width:25%;
  }
  .blockrain-score-msg {
    font-size: 8px;
}
  .blockrain-lineas-msg {
    font-size: 8px;
  }


  .blockrain-game-over-msg {
    font-size: 36px;
    line-height: 39px;
    margin-bottom:15px;
  }
  .blockrain-btn.blockrain-game-over-btn {
    font-family: 'tetris';
    letter-spacing: 5px;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    background: #46bddf;
    line-height: 19px;
    text-transform: uppercase;
       padding: 0px 3px;
  }

  .blockrain-score-num , .blockrain-score-nivel, .blockrain-score-lineas{
    font-size: 15px;
    color: white;
  }
  .contenedor_lineas {
   
    top: 55px;
  }

}

.tg  {border-collapse:collapse;border-spacing:0;width:100%;margin-top:10px;} 
.tg td{color:black;font-family: Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;  background-color: rgb(57, 186, 252, 0.4);}
.tg th{ font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg .tg-baqh{text-align:center;vertical-align:middle}
.tg .tg-lqy6{text-align:right;vertical-align:top}
.tg .tg-yw4l{vertical-align:top}
.tg td.decorado, .tg th.decorado {
   font-weight:bold;
        color: black;
   background-color: rgb(222, 65, 93, 0.4);
}
.decorado{
    font-weight:bold;
 
}
.premios-tres{
  text-align: center;
  color:black;
}

.informacion {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 17px;
}

.titutlo_controles b{
  color:#de415d;
}

.titutlo_controles{
  color:black;
}


div.key {
    width: 32px;
    height: 33px;
    padding: 1px;
    margin: 3px;
    float: left;
}

div.key > span
{
  display: block;
  width: 35px;
  height: 35px;
  border: 1px solid #a9a9a9;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  font-size: 12px;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  text-align: center;
  padding-top: 10px;
  color: #7c7c7c;
  -webkit-box-shadow: 0px 3px 0px -2px rgba(255,255,255,1), 0px 2px 0px 0px rgba(169,169,169,1);
  -moz-box-shadow: 0px 3px 0px -2px rgba(255,255,255,1), 0px 2px 0px 0px rgba(169,169,169,1);
  box-shadow: 0px 3px 0px -2px rgba(255,255,255,1), 0px 2px 0px 0px rgba(169,169,169,1);
  cursor: pointer;
}

div.key > span:hover
{
  background-color: #46bddf;
  border: 1px solid #5a88c5;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 3px 0px -2px rgba(117,180,251,1), 0px 2px 0px 0px rgba(90,136,197,1);
  -moz-box-shadow: 0px 3px 0px -2px rgba(117,180,251,1), 0px 2px 0px 0px rgba(90,136,197,1);
  box-shadow: 0px 3px 0px -2px rgba(117,180,251,1), 0px 2px 0px 0px rgba(90,136,197,1);
  cursor: pointer;
}

div.key > span:active
{
  margin-top: 2px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

div.key.special > span {

    padding-top: 12px;
    font-size: 15px;

}

div.key.icon > span
{
  font-size: 14px;
}

.contenedor_teclas {
  
    width: 50%;
    margin-top:10px;
    float: left;
    display: flex;
    justify-content: center;
    padding-top: 40px;
    position: relative;
}

.contenedor_teclas div:first-child {
    position: absolute;
    top: 0;
}
.contenedor_enlace_menu_movil{
  display:none;
}

.label-warning {
    background-color: #fe9126;
    border: 1px solid #e4752b;
    float: left;
    width: 100%;
}

.boton_empezar {
  border-style: solid;
  box-sizing: border-box;
  width: 74px;
  height: 74px;
  border-width: 37px 0px 37px 74px;
  border-color: transparent transparent transparent white;
}

.hidden{
  display: none;
}

.contenedor-juego {
    position: relative;
}

@media(max-width:990px){
  .game{
    width: 50% !important;
    height: 90% !important;
  }
  #margen_movil{
    height: 170px;
  }
}
.disable-dbl-tap-zoom {
  touch-action: manipulation;
}

@media(min-width:991px){
.informacion.label-warning {
margin-top: 250px;
}
}
