@media screen and (max-width: 767px) {
  header img {
    max-width: 70px;
  }
}

#hero {
  background: none;
  min-height: auto !important;
}
#hero:before, #hero:after {
  display: none;
}
#hero img {
  max-width: 100%;
}
@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;
  }
}

#secondary {
  position: relative;
  margin-top: -600px;
  z-index: 2;
  left: -130px;
}
#secondary > .row {
  align-items: flex-start;
}
#secondary .form-text {
  padding-top: 30px;
  background: rgba(242, 242, 242, 0.85);
  border-radius: 1rem;
  position: relative;
  top: 200px;
}
@media only screen and (max-width: 1440px) {
  #secondary {
    margin-top: -450px;
    left: -150px;
  }
}
@media only screen and (max-width: 1199px) {
  #secondary {
    left: 0;
    margin-top: -250px;
  }
  #secondary > .row {
    flex-direction: column;
  }
  #secondary .order-1 {
    order: 1 !important;
  }
  #secondary .order-2 {
    order: 2 !important;
  }
  #secondary .form-text {
    top: 0;
    flex: 0 0 auto;
    width: calc(58.33333333% - 48px);
    left: 24px;
  }
}
@media only screen and (max-width: 991px) {
  #secondary .form-text {
    width: calc(66.66666667% - 48px);
  }
}
@media only screen and (max-width: 767px) {
  #secondary {
    margin-top: 0;
  }
  #secondary .form-text {
    width: calc(100% - 48px);
  }
}

.card-form {
  background: rgba(242, 242, 242, 0.85);
  display: block;
  min-height: auto !important;
}
.card-form form > div {
  background: none;
}
.card-form form .emptyContainer {
  padding: 10px 0 !important;
}

.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;
  }
}

@media only screen and (min-width: 1199px) {
  .thankyou #secondary > .row {
    align-items: center;
  }
}
.thankyou #secondary .form-text {
  top: 0;
}
