html, body {
  margin: 0;
  padding: 2%;
  font-family: 'Roboto', sans-serif;
  overflow: hidden;
}

.container {
   margin: 0 auto;
   width: 100%;
   height:100%;
   max-width:600px;
   /*background-color: rgba(0, 0, 0, 1.00);*/
}

.row {
   display: inline-flex;
   flex-direction: row;
}

.completa {
   width: 100%;
}

.comp9 {
   width: 92%;
}

.medios {
   width: 50% !important;
}

#map {
   height: 250px;
   width: 100%;
}

#my_camera {
   width: 100%;
   height: 250px;
}
.gm-style .gm-style-iw {
   font-weight: 300;
   font-size: 8px;
   overflow: hidden;
}
.respuesta{
   font-size:14px;
   font: 400 Roboto, Arial, sans-serif;
   /*background-color: #013765;
   color: #fff;
   padding: 15px 5px;
   margin-top: -4px;*/
   text-align:center;
}

.letrero{
   height:250px;
   position: relative;
   /*background-color: #ccc;*/
}

.txtHint{
   text-align:center;
   font-weight:bold;
   font-size:14px;
   background-color:#f15c22;
   padding:10px 0;
   color:#fff;
   display:none;
}
.diisL {
   position:absolute;
   font-size: 10px;
   color: #fff;
   width: 98%;
   height:50px;
   line-height: 14px;
   padding: 1%;
   background-color: #000;
   bottom: 0;
   z-index:2;
   display:none;
}

.miscontrols{
   bottom: 20px;
   position:absolute;
}

.button-9 {
    appearance: button;
    backface-visibility: hidden;
    background-color: #00a5cd;
    border-radius: 6px;
    border-width: 0;
    box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .1) 0 2px 5px 0, rgba(0, 0, 0, .07) 0 1px 1px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, sans-serif;
    font-size: 70%;
    height: 50px;
    line-height: 1.15;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: none;
    transform: translateZ(0);
    transition: all .2s, box-shadow .08s ease-in;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 24%;
    margin: 0 2px;

}
.desabilitado{
   opacity: 0.3;
}
.button-9:disabled {
    cursor: default;
}
.button-9:focus {
    box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px;
}
/* CSS */
.button-41 {
    appearance: button;
    backface-visibility: hidden;
    background-color: initial;
    background-image: linear-gradient(-180deg, #00D775, #00BD68);
    border-radius: 6px;
    border-width: 0;
    box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .1) 0 2px 5px 0, rgba(0, 0, 0, .07) 0 1px 1px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, sans-serif;
    font-size: 70%;
    height: 50px;
    line-height: 1.15;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: none;
    transform: translateZ(0);
    transition: all .2s, box-shadow .08s ease-in;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 25%;
    margin: 0 2px;
}
.button-41:hover {
    background: #00bd68;
}

@media only screen and (min-width: 992px) {
  html, body {
    margin: 0;
    padding: 0.5%;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
  }
  
  .container {
    margin: 0 auto;
    width: 600px;
    height:900px;
  }
  .comp9 {
    width: 32%;
  }
}