/*verde*/
/*rosso*/
/*blu*/
/*viola*/
/*giallo*/
/*blu*/
/*bianco*/
/*nero*/
/*Giallo*/
@import url("https://fonts.googleapis.com/css2?family=Courier+Prime:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swap");
h1, h2, h3, h4, h5, h6 {
  font-family: "Courier Prime", monospace;
}

p {
  font-family: "PT Sans Narrow", sans-serif;
}

.logoGP, .logoGPmenu {
  width: 120px;
  height: 20px;
  background-color: #32C200;
  -webkit-mask: url(../img/gp-logo.svg) no-repeat center;
  mask: url(../img/gp-logo.svg) no-repeat center;
  margin-top: 3px;
}

.GCPlogo {
  height: 15px;
  padding-left: 15px;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 480px) {
  .logoGP {
    width: 90px;
    height: 14px;
    margin-top: 8px;
  }

  .GCPlogo {
    height: 12px;
  }
}
#welcome {
  height: 100vh;
  width: 100%;
  margin: 0px;
  padding: 50px 0px;
  position: absolute;
  z-index: 1000;
  background-color: white;
  text-align: center;
}

.logohome {
  max-width: 300px;
}

.steps-wrapper {
  height: 230px;
}

.steps {
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
  background-color: #FFFFFF;
}

#step1 {
  position: absolute;
  z-index: 2;
  width: 51.4%;
  height: 200px;
}

#step1 span {
  cursor: pointer;
  padding: 0px 20px;
}

.steps-title {
  margin-top: -15px !important;
  font-size: 1.2em;
  font-weight: bolder;
}

.steps-title span {
  background-color: #FFFFFF;
  padding: 0px 20px;
  display: inline-block;
}

.step1altro {
  color: #32C200;
}

#step2 {
  width: 100%;
  height: 200px;
}

#selected_city {
  text-transform: uppercase;
}

.email-request {
  display: flex;
}

.input-email {
  border: none;
  border-bottom: solid 2px #000000;
  background-color: #d2d2d2;
  font-weight: 700;
  max-width: 200px;
}

.input-email::placeholder {
  color: #000000;
}

.gomap {
  background-color: #32C200;
  color: #000000;
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  font-size: 1.1em;
  margin-top: -15px;
}

.si, .no {
  font-size: 2em;
  padding: 18px 15px 15px 15px;
  line-height: 15px;
  margin: 20px 30px;
}

.si {
  background-color: #32C200 !important;
}

.no {
  background-color: #FFAE14 !important;
}

@media screen and (max-width: 1165px) {
  .email-request {
    display: block;
  }

  .input-email {
    margin-left: 20px;
    max-width: 300px;
  }
}
@media screen and (max-width: 1020px) {
  #step1 {
    width: 90%;
  }
}
.off-canvas {
  background-color: #FFFFFF !important;
  padding: 20px;
}

.off-canvas.position-left {
  width: 300px;
  transform: translateX(-300px);
}

.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  -ms-transform: translateX(300px);
  transform: translateX(300px);
}

.filtro h5 {
  text-transform: uppercase;
}

.filtro.cibo, .filtro.cibo h5 {
  color: #DE3232 !important;
}

.filtro.economia, .filtro.economia h5 {
  color: #FFAE14 !important;
}

.filtro.mobilita, .filtro.mobilita h5 {
  color: #0064AC !important;
}

.filtro.verde, .filtro.verde h5 {
  color: #8E328E !important;
}

.filtro.home {
  color: #32C200 !important;
  text-align: left !important;
}

.filtro.home label {
  font-size: 1.1em !important;
}

.filter_container {
  display: block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filter_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 17px;
  width: 17px;
}

.filtro.cibo .checkmark {
  border: solid 3px #DE3232 !important;
}

.filtro.economia .checkmark {
  border: solid 3px #FFAE14 !important;
}

.filtro.mobilita .checkmark {
  border: solid 3px #0064AC !important;
}

.filtro.verde .checkmark {
  border: solid 3px #8E328E !important;
}

.filtro.home .checkmark {
  border: solid 3px #32C200 !important;
}

.filtro.cibo .filter_container input:checked ~ .checkmark {
  background-color: #DE3232 !important;
}

.filtro.economia .filter_container input:checked ~ .checkmark {
  background-color: #FFAE14 !important;
}

.filtro.mobilita .filter_container input:checked ~ .checkmark {
  background-color: #0064AC !important;
}

.filtro.verde .filter_container input:checked ~ .checkmark {
  background-color: #8E328E !important;
}

.filtro.home .filter_container input:checked ~ .checkmark {
  background-color: #32C200 !important;
}

html, body, .off-canvas-content, #map_canvas {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

#menubar {
  position: fixed;
  z-index: 100;
  background-color: #FFFFFF;
  width: 100%;
  padding: 10px;
}

.openMenu {
  height: 20px;
  cursor: pointer;
}

.closeMap {
  height: 20px;
  cursor: pointer;
  float: right;
  margin-left: 20px;
  margin-top: 3px;
}

.gm-style .gm-style-iw {
  font-family: "Courier Prime", monospace;
}

.infowindow {
  width: 150px;
}

.infowindow-info p, p.infowindow-category {
  line-height: 1rem;
  margin-bottom: 0px;
}

.infowindow-nome {
  display: inline-block;
  margin: auto;
  padding: 0px 3px;
  font-weight: bolder;
  color: #FFFFFF !important;
  font-weight: bold;
}

.acqua .infowindow-nome, .carrellosostenibile .infowindow-nome {
  background-color: #DE3232 !important;
}

.elettronica .infowindow-nome, .libreria .infowindow-nome, .negoziousato .infowindow-nome, .artigianato .infowindow-nome {
  background-color: #FFAE14 !important;
}

.ciclofficina .infowindow-nome, .sharing .infowindow-nome, .serviziciclisti .infowindow-nome, .colonnina .infowindow-nome {
  background-color: #0064AC !important;
}

.ortourbano .infowindow-nome, .areaverdeattrezzata .infowindow-nome, .ortobotanico .infowindow-nome {
  background-color: #8E328E !important;
}

.infowindow-info {
  padding: 5px;
}

.acqua .infowindow-info, .carrellosostenibile .infowindow-info {
  border: solid 1px #DE3232 !important;
}

.elettronica .infowindow-info, .libreria .infowindow-info, .negoziousato .infowindow-info, .artigianato .infowindow-info {
  border: solid 1px #FFAE14 !important;
}

.ciclofficina .infowindow-info, .sharing .infowindow-info, .serviziciclisti .infowindow-info, .colonnina .infowindow-info {
  border: solid 1px #0064AC !important;
}

.ortourbano .infowindow-info, .areaverdeattrezzata .infowindow-info, .ortobotanico .infowindow-info {
  border: solid 1px #8E328E !important;
}

.infowindow-category {
  font-size: small;
  margin-top: 5px;
}

.acqua .infowindow-category, .carrellosostenibile .infowindow-category {
  color: #DE3232 !important;
}

.elettronica .infowindow-category, .libreria .infowindow-category, .negoziousato .infowindow-category, .artigianato .infowindow-category {
  color: #FFAE14 !important;
}

.ciclofficina .infowindow-category, .sharing .infowindow-category, .serviziciclisti .infowindow-category, .colonnina .infowindow-category {
  color: #0064AC !important;
}

.ortourbano .infowindow-category, .areaverdeattrezzata .infowindow-category, .ortobotanico .infowindow-category {
  color: #8E328E !important;
}

#floating-panel {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #999;
  text-align: center;
  line-height: 30px;
  padding-left: 10px;
}

/*
 #pac-input{
  width: 290px !important; 
  height: 29px !important;
  border-radius: 7px !important;
}*/
#pac-input {
  width: 210px !important;
  height: 29px !important;
  border-radius: 3px !important;
}

@media only screen and (max-width: 600px) {
  #pac-input {
    width: calc(100% - 120px) !important;
    height: 29px !important;
  }
}

/*# sourceMappingURL=app.css.map */
