.widget h3, .legend h3 { 
    color:#006453 ; 
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 0px;
    width: 210px;
    text-align:center;
  }

  .as-box h3 { 
    color:#006453 ; 
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 0px;
    width: 210px;
    text-align:center;
  }

  .widget{
    width: 210px;
  }
  .video {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.2%;
  }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .btn-control {
    position: absolute;
    width: 29px;
    height: 29px;
    top: 100px;
    left: 10px;
    display: block;
    padding: 0;
    outline: none;
    border: 0;
    box-sizing: border-box;
    background-color: white;
    background-image:url(https://gis.gpscoin.io/hexagonosAsignados/img/IPFS-MONEDA-29.png);
    background-repeat:no-repeat;
    background-position:center;
    border-radius: 4px;
}

.btn-control:hover {
    background-color: #4ea0da;
}
#info {
  position: absolute;
  background-color: white;
  height: 100%;
  width: 100%;
  border: #006464;
  border-top-width: 2px;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-style: solid;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-left-width: 2px;
  border-left-style: solid;
  margin-right: auto;
  line-height: 20;
  text-align: center;
  font-size: large;
  font-family: "Montserrat",sans-serif;
  color: #212529e6;
}

.mensaje {
/*  margin: auto; */
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: normal
}

.mapboxgl-popup-content {
  background-color: #ffffffc4;
  }

.as-panel__element {
  max-width: 250px;
}