#hero:before {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
@media screen and (max-width: 991px) {
  #hero {
    min-height: 50dvh;
  }
}
@media screen and (max-width: 767px) {
  #hero {
    min-height: 40dvh;
  }
}

#logo-landing {
  position: relative;
  top: -100px;
}
#logo-landing .mobile {
  display: none;
}
@media screen and (min-width: 811px) and (max-width: 991px) {
  #logo-landing {
    visibility: visible;
  }
  #logo-landing img {
    transform: scale(0.55);
    transform-origin: top right;
    position: relative;
    left: 50px;
  }
}
@media screen and (max-width: 810px) {
  #logo-landing {
    top: 0;
  }
  #logo-landing .desktop {
    display: none;
  }
  #logo-landing .mobile {
    display: block;
  }
}

.card-form {
  background: #F2F2F2;
}

.disclaimer {
  font-size: 10px;
}

#thankyou-message {
  flex: 0 0 100%;
  color: #000000;
}

.map {
  visibility: visible;
}
@media screen and (min-width: 1200px) {
  .map .container {
    max-width: 70vw;
  }
}
.map .mappa {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 70%;
}
@media screen and (max-width: 767px) {
  .map .mappa {
    padding-top: 100%;
    margin-bottom: 20px;
  }
}
.map .mappa iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.map .dett-store {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.map .dett-store li {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 10px;
}
.map .dett-store-name {
  font-weight: bold;
  font-size: 2rem;
  border: none !important;
  padding-bottom: 0 !important;
}
.map .dett-store-orari {
  border: none !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .map .dett-store {
    font-size: 1rem;
  }
  .map .dett-store-name {
    font-size: 1.5rem;
  }
}
