html, body {
  height: 100%;
  margin: 0;
  border: none;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #525257;
}

.leaflet-popup-content-wrapper {
  color: #525257;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
}

#llMap {
  height: calc(100% - 58px);
  z-index: 1;
}
.leaflet-tile-pane {
  -webkit-filter: grayscale(60%) contrast(90%) brightness(110%);
  /*-webkit-filter: url(#mapfilter);*/
  /*filter: url(#mapfilter);*/
}
header {
  background-color: #ffdf57;
  padding-left: 8px;
  height: 58px;
  box-shadow: 0 -3px 12px 3px rgba(0,0,0,0.5);
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
header button, header div, header h1 {
  display: inline-block;
}
header h1 {
  margin: 0;
  font-size: 18px;
}

@media (min-width: 768px) {
  header h1 {
    font-size: 28px;
  }
}
header img {
  margin-right: 6px;
}
.open-nav {
  background-color: transparent;
  border: none;
  border-radius: 30px;
  width: 44px;
  height: 44px;
  cursor: pointer;
}
.open-nav:active,
.open-nav:focus {
  outline: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.logo {
  font-family: 'Damion', cursive;
  font-size: 32px;
  color: #16AF63;
}
.logo .last-word {
  font-size: 48px;
}
.nav-side {
  position: absolute;
  display: block;
  overflow: auto;
  top: 0;
  left: 0;
  box-sizing: border-box;
  height: 100%;
  width: 80%;
  max-width: 300px;
  background: white;
  padding: 18px;
  z-index: 4;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .5s; /* Safari */
  transition: transform .5s;
  box-shadow: 0 0 8px rgba(0,0,0,.35);
}

.nav-side .nav-header {
  background-color:  #ffdf57;
  display:  flex;
  align-items: center;
}
.nav-header-title {
  margin-left: 12px;
}
.nav-side .nav-header img {
  height: 100%;
}
.nav-side ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
}
.nav-side li {
  padding: 2px 0 0;
  font-weight: 500;
  font-size: 12px;
  margin: 4px 0;
  vertical-align: middle;
  cursor: pointer;
}
.nav-side li.active {
  color: #222;
}
.ico {
  display: inline-block;
  margin-right: 12px;
  height: 36px;
  width: 36px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  border-radius: 4px;
}
.nav-side li.active .ico{
  background-color: #09afa7;

}

.nav-side li.active .ico.covid{
  background-color: #d93855;

}

.nav-side li.active .ico.gripe{
  background-color: #525257;

}
.nav-side li.active .ico img {
  -webkit-filter: invert(100%)contrast(3);
  filter: invert(100%)contrast(3);
}
hr {
  border-width: 0;
  border-color: #ccc;
  border-style: solid;
  border-top-width: 1px;
  margin: 10px -18px 22px;
}
.links li {
  min-height: 36px;
  /*padding-left: 52px;*/
}
.links a {
  color: inherit;
  text-decoration: none;
}
.ico img {
  height: 40px;
  position: absolute;
  top: -2px;
  left: -2px;
}
.nav-side.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform .5s; /* Safari */
  transition: transform .5s;
}
.nav-header {
  box-sizing: content-box;
  background-color: lightgrey;
  width: 100%;
  height: 80px;
  margin-top: -18px;
  margin-left: -18px;
  padding: 18px;
  margin-bottom: 10px;
}
.nav-side + #llMap:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0;
  transition: opacity .8s;
  z-index: 9999;
  pointer-events: none;
}
.open + #llMap:before {
  opacity: 0.6;
  transition: opacity .8s;
  pointer-events: auto;
}
.open + #llMap + .endereco {
  -webkit-filter: brightness(50%);
  transition: filter .8s;
  -webkit-transition: -webkit-filter .8s;
}
.endereco {
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  top: 78px;
  left: 20px;
  width: calc(100% - 40px);
  transition: filter .8s;
  -webkit-transition: -webkit-filter .8s;
  pointer-events: none;
}
.endereco input[type="text"] {
  height: 44px;
  width: calc(100% - 60px);
  max-width: 360px;
  box-sizing: border-box;
  border: none;
  padding: 12px;
  padding-left: 40px;
  border-radius: 4px;
  font-size: 0.9em;
  font-size: 0.9rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2),0 -1px 0px rgba(0,0,0,0.02);
  margin-bottom: 6px;
  pointer-events: auto;
}
.endereco:before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background: url("../images/pesquisa.svg") no-repeat;
  background-size: cover;
  position: absolute;
  top: 12px;
  left: 12px;
  opacity: 0.2;
}
.endereco .localizar {
  position: relative;
  top: 1px;
  color: white;
  font-size: 1em;
  font-size: 1rem;
  font-weight: 500;
  height: 44px;
  width: 54px;
  background-color: #09afa7;
  padding: 12px;
  border: none;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2),0 -1px 0px rgba(0,0,0,0.02);
  display: inline-block;
  pointer-events: auto;
  cursor: pointer;
  /*display: none;*/
}
.endereco .localizar:focus,
.endereco .localizar:active {

}
.endereco input.focus+.dropdown-menu+.numero+.localizar {
    display: inline-block;
}
.dropdown-menu {
  position: absolute;
  pointer-events: auto;
  top: 0;
  left: 0;
  z-index: 1000;
  display: block;
  /*display: none;*/
  float: left;
  width: 100%;
  /*max-height: 80%;*/
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2),0 -1px 0px rgba(0,0,0,0.02);
  box-shadow: 0 2px 4px rgba(0,0,0,0.2),0 -1px 0px rgba(0,0,0,0.02);
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
h1, h2, h3, h4, h5, h6, b, strong {
  font-weight: 700;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  margin-right: 4px;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 4px;
  color: white !important;
  background-color: #09AFA7;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2),0 -1px 0px rgba(0,0,0,0.02);
}
.btn:last-of-type {
  margin-right: 0;
}

.btn-disabled {
  cursor: not-allowed;
  background-color: #aaa;
  max-width: 156px;
  white-space: normal;
  line-height: 1;
}
.local-coleta-popup-footer{

}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.leaflet-popup-content-wrapper {
  box-sizing: content-box;
  padding: 1px;
  text-align: left;
  border-radius: 4px;
  width: 300px;
  margin-top: 70px;
  font-family: 'Lato', sans-serif;
}
.leaflet-popup-content {
  box-sizing: content-box;
  margin-right: 40px;
}
.leaflet-popup-content h4 {
  box-sizing: content-box;
  margin: 0;
}
.leaflet-popup-content h2 {
  box-sizing: content-box;
  margin-top: 6px;
  margin-bottom: 12px;
  line-height: 1.2;
}
.leaflet-popup-content p {
  box-sizing: content-box;
  margin: 0;
}
.leaflet-popup-content .local-coleta-popup p:last-of-type {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
}
.leaflet-popup-content .local-coleta-popup .ico {
  margin-top: -10px;
  background-color: #;
}
.leaflet-popup-content .local-coleta-popup .ico img {
  height: 60px;
  left: -7px
}
.local-coleta-popup-footer {
    margin-right: -20px;
}
.leaflet-popup-close-button {
  box-sizing: content-box;
  font-size: 28px !important;
  padding: 12px !important;
  top:70px !important;
}

@media (max-width: 767px) {
  .hidden-mobile {
    display:  none;
  }
}

@media (min-width: 768px) {
  .hidden-large {
    display:  none;
  }
}
