
        body{
            font-family: 'Lato', sans-serif;
        }

        h1{
            font-family: 'Lato', sans-serif;
            font-size: 18px;
            text-align: center;
        }

        #map {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
      }

      #locations {
          position: absolute;
      }

      #sidebar {
        position: absolute;
        top: 2%;
        left: 75%;
        bottom: 30%;
        width: 20%;
        height: 25%;
        overflow: auto;
        background: #B4B4B4;
        font-family: 'Lato', sans-serif;
        padding-right: 10px;
        padding-left: 10px;
        opacity: 0.7;
    }    

    #texto1 {
       font-family: 'Lato', sans-serif;
       font-size: 18px;
       padding: 10px;
   }

   #texto2 {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    padding: 10px;
}

.map-overlay {
    font: 12px/20px 'Lato', sans-serif;
    position: absolute;
    width: 20%;
    top: 0;
    left: 0;
    padding: 10px;
}

.map-overlay .map-overlay-inner {
    background-color: #B4B4B4;
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.20);
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 10px;
    opacity: 0.8;
}

.map-overlay h2 {
    line-height: 24px;
    display: block;
    margin: 0 0 10px;
}

.map-overlay .legend .bar {
    height: 10px;
    width: 100%;
    background: linear-gradient(to right, #FCA107, #7F3121);
}

.map-overlay input {
    background-color: transparent;
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 0;
    cursor: ew-resize;
}

.map-overlay-inner fieldset {
    border: none;
    padding: 0;
    margin: 0 0 10px;
}

.map-overlay-inner fieldset:last-child {
    margin: 0;
}

.map-overlay-inner select {
    width: 100%;
}

.map-overlay-inner label {
    display: block;
    font-weight: bold;
    margin: 0 0 5px;
}

.map-overlay-inner button {
    display: inline-block;
    width: 36px;
    height: 20px;
    border: none;
    cursor: pointer;
}

.map-overlay-inner button:focus {
    outline: none;
}

.map-overlay-inner button:hover {
    box-shadow:inset 0 0 0 3px rgba(0, 0, 0, 0.10);
}    

.switch-field1 {
  font-family: 'Rokkitt', cursive;
  padding: 1%;
  overflow: hidden;
}
.switch-field1 input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 5px;
    width: 5px;
    border: 0;
    overflow: hidden;
}

.switch-field1 label {
  float: left;
}

.switch-field1 label {
  display: inline-block;
  width: 110px;
  height: 40px;
  background-color: #000000;
  border-style: solid;
  border: 1px solid #F8F9F9;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-shadow: none;
  display: table-cell;
  vertical-align: middle;
  padding-top: 35px;
  padding-bottom: 20px;
}

.switch-field1 label:hover {
    cursor: pointer;
    border: 1px dashed #BDC3C7;
}

.switch-field1 input[id="switch_3_left"]:checked + label {
  background-color: #1F8EDE;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: bold;
}

.switch-field1 input[id="switch_3_center"]:checked + label {
  background-color: #CF1F1F;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: bold;
}

.switch-field1 input[id="switch_3_right"]:checked + label {
  background-color: #E2B03F;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: bold;
}

.switch-field2 {
  font-family: 'Rokkitt', cursive;
  padding: 1%;
  overflow: hidden;
}
.switch-field2 input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 5px;
    width: 5px;
    border: 0;
    overflow: hidden;
}

.switch-field2 label {
  float: left;
}

.switch-field2 label {
  display: inline-block;
  width: 82px;
  height: 35px;
  background-color: #000000;
  border-style: solid;
  border: 1px solid #F8F9F9;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  text-shadow: none;
  display: table-cell;
  vertical-align: middle;
  padding-top: 35px;
  padding-bottom: 20px;
}

.switch-field2 label:hover {
    cursor: pointer;
    border: 1px dashed #BDC3C7;
}

.switch-field2 input:checked + label {
  background-color: #721F8E;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: bold;
}

.switch-title {
    font-family: 'Rokkitt';
    margin-bottom: 6px;
    font-size: 16px;
}


.legend {
    font-family: 'Rokkitt';
    font-size: 22px;
    background-color: #fff;
    border-radius: 3px;
    bottom: 30px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.10);
    font: 14px/22px 'Dosis', sans-serif;
    padding: 10px;
    position: absolute;
    right: 10px;
    z-index: 1;
}

.legend h4 {
    font-family: 'Rokkitt', cursive;
    font-size: 18px;
    margin: 0 0 10px;
}

.legend div span {
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin-left: 5px;
    width: 10px;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.bar:hover {
  fill: #000000;
}

.axis--x path {
  display: none;
}

svg text.label {
   font-family: 'Lato', sans-serif;
  font-size: 13px;
  fill:black;
  text-anchor: middle;
}

.mapbox-attribution-container {
  bottom: 0;
  left: 5%;
  background-color: #B4B4B4;
  position: absolute;
  display: block;
  margin: 0 10 5;
  opacity: 0.8;
}