  input:invalid {
    border: 1px solid red;
  }

  input:valid {
    border: 1px solid #D2D6DE;
  }

  select:invalid {
    border: 1px solid red;
  }

  select:valid {
    border: 1px solid #D2D6DE;
  }

  .ubicacion-puntos #ubicacion-puntos__mapa{
    width: 100%;
    height: 500px;
    background-color: #9cc0f9;
  }

  #ubicacion-vehiculos__mapa{
    width: 100%;
    height: 500px;
    background-color: #686868;
  }

  .ubicacion-vehiculo-mapa .select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #444;
  }
  
  .ubicacion-vehiculo-mapa .select2-container--default .select2-results__option[aria-selected=true]{
    background-color: #131313;
    color: #fff;
  }

  .ubicacion-vehiculo-mapa .select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #3a3a3a;
    color: #fff;
  }

  .labels-marker {
    background-color: white;
    text-align: center;
    width: 6em;
    white-space: normal;
    top: -33px;
    position: relative;
}

.labels-marker-point {
  background-color: white;
  text-align: center;
  width: 5em;
  border: 1px solid black;
  white-space: normal;
  top: 0px;
  position: relative;
  font-size: 10px !important;
}

.window-info-marker h3{
  font-size: 20px;
  margin: 0;
  font-weight: 700;
}
.window-info-marker h4{
  font-size: 16px;
  margin: 0;
}
.window-info-marker span{
  font-size: 12px;
  display: block
}

.select2-selection__clear{
  display: none;
}