* {
  margin: 0;
  padding: 0;
}

body {
  background: #f2f2f2;
}

canvas {
  display: block;
  margin: 40px auto 20px;
  border: 1px solid #333;
  box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.8);

}

.center-game {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  height: 70%;
  left: 10%;
  right: 10%;
  top: 20%;
}

p,
a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 19px;
  color: #777;
  display: block;
  width: 400px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
}

.info {
  margin: 14px auto;
  text-align: justify;
  font-size: 18px;
  color: #999;
}

a {
  color: #3377ee;
}

@media screen and (min-width: 767px) {
  #drop_zone {

    border: 2px dashed #bbb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 25px;
    text-align: center;
    font: 20pt bold 'Vollkorn';
    color: #bbb;
  }
}

@media screen and (max-width: 767px) {
  .areadragdrop {
    visibility: hidden;
    /* margin: 0;
  position: absolute; */
    top: 30%;
    left: 40%;
  }
}

@media screen and (min-width: 767px) {
  .posicaoBotoes {
    visibility: hidden;
  }
}


.areabotoes {
  position: absolute;
  bottom: 2%;

  left: 10%;
  right: 10%;
  touch-action: manipulation;
}

.setas {
  width: 100%;
  touch-action: manipulation;
  pointer-events: none;
}

.contador {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  height: 1%;
  left: 40%;
  right: 40%;
  top: 20%;
  font-size: 30px;


}

.numerosContador {
  color: #120f1d8a;
}

.areaMapas {
  margin: 0;
  position: absolute;
  top: 10%;
  right: 2%;

}

.mascara{
  background-color: white;
  background-image:
    linear-gradient(45deg, #ccc 25%, transparent 25%),
    linear-gradient(-45deg, #ccc 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #ccc 75%),
    linear-gradient(-45deg, transparent 75%, #ccc 75%);
  background-size:20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  visibility: hidden;
}

@media only screen and (min-width: 768px) {
  .modalQuestion{
    background-color: white;
      -webkit-border-radius: 1px !important;
      -moz-border-radius: 1px !important;
      border-radius: 30px !important; 
      border-color: black;
      border: 5px solid black;
      position: absolute;
      top: 40%;
      left: 40%;
      right: 40%;
      bottom: 40%;
  }
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .modalQuestion {
    background-color: white;
      -webkit-border-radius: 1px !important;
      -moz-border-radius: 1px !important;
      border-radius: 30px !important; 
      border-color: black;
      border: 5px solid black;
      position: absolute;
      top: 30%;
    left: 10%;
    right: 10%;
    width: 80%;
  }
}

.areaLinkEditor{
  visibility: hidden;
}

@media only screen and (min-width: 768px) {
  .areaLinkEditor{
    visibility: visible;
    margin: 0;
    position: absolute;
    top: 15%;
    left: 1%;
  }
}