.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section.intro {
  background-image: linear-gradient(#00000080, #00000080), url('../images/slider-lavanderia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
}

.section.pad-top {
  padding-top: 100px;
}

.section.pad-top.pad-bottom {
  padding-bottom: 100px;
}

.section.pad-top.pad-bottom.sfondo-chiari {
  background-color: #f3f6fb;
}

.section.pad-top.pad-bottom.sfondo-chiari.m-top {
  margin-top: 150px;
}

.section.pad-top.pad-bottom.m-top {
  margin-top: 100px;
}

.container.container-esteso {
  flex: 1;
}

.body {
  font-family: Montserrat, sans-serif;
}

.h1 {
  color: #fff;
  font-family: Syne, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 75px;
}

.servizi-hero {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  max-width: 920px;
  margin-top: 28px;
  display: flex;
}

.servizio-hero {
  grid-column-gap: 16px;
  align-items: center;
  width: 50%;
  min-height: 94px;
  background-color: #fffffff2;
  border: 1px solid #ffffffb3;
  border-radius: 15px;
  padding: 15px 20px;
  box-shadow: 0 12px 30px #0003;
  display: flex;
}

.servizio-hero-icona {
  flex: none;
  width: 54px;
  height: 54px;
}

.servizio-hero strong, .servizio-hero span {
  display: block;
}

.servizio-hero strong {
  color: #0a7ae8;
  font-family: Syne, sans-serif;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
}

.servizio-hero span {
  color: #333;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}

.h1.titolo-breadcrumb {
  color: #333;
  margin-bottom: 0;
}

.grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.grid.grid-right {
  align-items: center;
}

.grid.grid-left {
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
}

.grid.grid-contatti {
  grid-template-columns: 1fr 1fr;
}

.h2 {
  margin-bottom: 25px;
  font-family: Syne, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 55px;
}

.h2.m-top {
  margin-top: 50px;
}

.h2.center {
  text-align: center;
}

.p {
  line-height: 22px;
}

.p.intro-lavasecco {
  margin-top: 10px;
  margin-bottom: 30px;
}

.indirizzo-sede {
  color: #333;
  border-left: 4px solid #0a7ae8;
  margin-top: -10px;
  margin-bottom: 30px;
  padding: 12px 16px;
  font-style: normal;
}

.img {
  width: 100%;
}

.mappa {
  position: relative;
  z-index: 0;
  isolation: isolate;
  overflow: hidden;
  height: 550px;
}

.mappa iframe,
.mappa .leaflet-tile-pane {
  filter: grayscale(1);
}

.mappa.home {
  height: 550px;
}

.box-lavanderia {
  background-color: #333;
  border-radius: 15px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.box-lavanderia.blu {
  background-color: #0a7ae8;
}

.text-laundry {
  color: #fff;
  line-height: 18px;
}

.text-laundry.m-bottom {
  margin-bottom: 15px;
}

.h4 {
  color: #fff;
  font-family: Syne, sans-serif;
  font-weight: 600;
}

.head-lavanderia {
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
  padding-bottom: 0;
}

.blocchi-lavanderie {
  z-index: 2;
  width: min(90svw, 1500px);
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.blocchi-lavanderie.m-bottom {
  margin-bottom: 100px;
}

.footer {
  background-color: #333;
  padding-top: 100px;
  padding-bottom: 20px;
  position: relative;
}

.griglia-footer {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding: 0;
}

.widget-footer {
  width: 100%;
}

.titolo-footer {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Syne, sans-serif;
  font-weight: 600;
}

.griglia-lavanderie {
  width: min(90svw, 1500px);
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.griglia-lavanderie > .w-layout-cell {
  height: 100%;
}

.p-footer {
  color: #fff;
  font-size: 12px;
}

.copyright {
  color: #fff;
  text-align: center;
  border-top: 1px solid #fff;
  margin-top: 20px;
  padding-top: 20px;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
}

.top-bar {
  background-color: #0a7ae8;
  padding: 15px 50px;
}

.titolo-alto {
  color: #fff;
  font-family: Syne, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.social-topbar {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-social {
  width: 25px;
  height: 25px;
}

.columns {
  align-items: center;
  display: flex;
}

.menu-header {
  padding: 12px 50px;
}

.menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 70%;
  display: flex;
}

.link-brand {
  width: 230px;
}

.navbar {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.azioni-menu {
  justify-content: flex-end;
  width: 30%;
  display: flex;
}

.link-menu {
  font-family: Syne, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.link-menu:hover {
  color: #0a7ae8;
}

.dropdown-menu {
  font-family: Syne, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.dropdown-link {
  font-family: Syne, sans-serif;
  font-size: 16px;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.breadcrumb {
  text-align: center;
  background-color: #f4f8fb;
  padding-top: 100px;
  padding-bottom: 100px;
}

.list-link {
  font-family: Syne, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.span-bread {
  color: #097ae9;
  background-color: #0000;
}

.link-breadcrumb {
  color: #333;
  text-decoration: none;
}

.blocco-servizio {
  margin-bottom: 20px;
  display: flex;
}

.icona-servizio {
  width: 15%;
}

.testo-servizio {
  width: 85%;
}

.icona-servizio-svg {
  width: 100px;
}

.icona-servizio-svg.icona-forbici {
  width: 100px;
  height: 70px;
}

.titolo-servizio {
  font-family: Syne, sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 27px;
}

.form-block {
  height: 100%;
  padding: 20px;
  box-shadow: 0 2px 15px -2px #0000001a;
}

.label {
  font-family: Syne, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.field {
  margin-bottom: 15px;
}

.btn-form {
  color: #fff;
  text-transform: uppercase;
  background-color: #097ae9;
}

.icona-contatti {
  width: 70px;
}

.linea-contatti {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icona-contatti-box {
  width: 20%;
}

.text-contatti {
  width: 80%;
  font-family: Syne, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.link {
  color: #333;
  text-decoration: none;
}

.titolo-form {
  margin-bottom: 25px;
  font-family: Syne, sans-serif;
  font-weight: 600;
}

.grid-servizi {
  margin-top: 40px;
}

.grid-servizi.servizio-singolo {
  justify-content: center;
  display: flex;
}

.box-servizio {
  border: 1px solid #333;
  border-radius: 15px;
  min-height: 350px;
  padding: 20px;
}

.img-servizio {
  width: 70px;
  height: 70px;
}

.orario {
  text-align: center;
  background-color: #097ae9;
  padding: 40px 100px;
}

.info-orari {
  color: #fff;
  font-family: Syne, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
}

.colonna-prezzi {
  border: 1px solid #333;
  border-radius: 15px;
  padding: 20px;
}

.colonna-prezzi.m-top {
  margin-top: 50px;
}

.td {
  border-radius: 15px;
  justify-content: space-between;
  padding: 10px 20px;
  display: flex;
}

.td.odd {
  background-color: #f3f7fb;
}

.td.center {
  justify-content: center;
}

.nome {
  font-family: Syne, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.prezzo {
  font-family: Syne, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.titolo-colonna-prezzi {
  font-family: Syne, sans-serif;
  font-weight: 600;
}

.link-footer {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.btn {
  color: #fff;
  background-color: #0a7ae8;
  border-radius: 8px;
  margin-top: 15px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Syne, sans-serif;
  font-size: 18px;
}

.box-lavanderia > .btn {
  align-self: flex-start;
  margin-top: auto;
}

.btn.black {
  background-color: #333;
}

.bottone {
  color: #fff;
  background-color: #0a7ae8;
  border-radius: 15px;
  margin-top: 30px;
  padding: 20px 60px;
  font-family: Syne, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}

.bottone:hover {
  background-color: #333;
}

.box-azione-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icona-azione-header {
  border: 1px solid #0a7ae8;
  border-radius: 100%;
  width: 60px;
  padding: 5px;
}

.image {
  width: 100%;
}

.titolo-cta {
  margin-bottom: 1px;
  font-family: Syne, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}

.link-cta {
  color: #333;
  font-size: 20px;
  font-weight: 300;
}

.link-cta-a {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}

.text-block {
  margin-top: 10px;
}

.copertina {
  background-color: #000;
  width: 100%;
}

.blocchi-lavanderie .copertina {
  aspect-ratio: 1200 / 630;
  object-fit: cover;
}

.copertina-logo {
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background-color: #fff;
  padding: 18px;
}

.gallery-cedegolo {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
  display: grid;
}

.gallery-cedegolo .copertina {
  height: 520px;
  object-fit: cover;
}

.hero-cedegolo {
  height: 560px;
  object-fit: cover;
  object-position: center 28%;
}

.logo-val-grande {
  width: 300px;
}

.box-telefono {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.icona-telefono {
  border: 1px solid #097ae9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
}

.i-icona-telefono {
  width: 40px;
  height: 40px;
}

.testo-telefono {
  color: #333;
  font-size: 25px;
  line-height: 25px;
}

.link-telefono {
  color: #303030;
  text-decoration: none;
}

.link-telefono:hover {
  color: #097ae9;
}

.box-contatti {
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.nav-menu-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .h1 {
    font-size: 50px;
    line-height: 55px;
  }

  .mappa.home {
    height: 550px;
  }

  .box-lavanderia {
    padding: 20px 10px;
  }

  .menu {
    justify-content: space-between;
    width: 100%;
  }

  .azioni-menu {
    display: none;
  }

  .nome, .prezzo {
    font-size: 16px;
    line-height: 16px;
  }
}

@media screen and (max-width: 767px) {
  .section.intro {
    height: auto;
    min-height: 660px;
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .servizi-hero {
    flex-direction: column;
  }

  .servizio-hero {
    width: 100%;
    min-height: 82px;
  }

  .servizio-hero-icona {
    width: 46px;
    height: 46px;
  }

  .servizio-hero strong {
    font-size: 17px;
    line-height: 20px;
  }

  .grid-servizi.servizio-singolo .column {
    width: 100%;
  }

  .section.intro {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1 {
    font-size: 40px;
    line-height: 45px;
  }

  .grid.grid-contatti {
    grid-template-columns: 1fr;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-bar, .menu-header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .box-servizio {
    min-height: 1px;
    margin-bottom: 20px;
  }

  .orario {
    padding-left: 20px;
    padding-right: 20px;
  }

  .info-orari {
    font-size: 35px;
    line-height: 40px;
  }

  .colonna-prezzi {
    margin-bottom: 20px;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .gallery-cedegolo {
    grid-template-columns: 1fr;
  }

  .gallery-cedegolo .copertina {
    height: auto;
  }

  .hero-cedegolo {
    height: 360px;
  }

  .section.pad-top.pad-bottom {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .h1 {
    font-size: 45px;
    line-height: 48px;
  }

  .h1.titolo-breadcrumb {
    font-size: 40px;
    line-height: 40px;
  }

  .grid.grid-right {
    grid-template-columns: 1.5fr;
  }

  .grid.grid-left {
    grid-template-columns: 1fr;
  }

  .h2 {
    font-size: 40px;
    line-height: 45px;
  }

  .footer {
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .copyright {
    padding-top: 10px;
    font-size: 10px;
  }

  .top-bar {
    padding-left: 5px;
    padding-right: 5px;
  }

  .titolo-alto {
    font-size: 10px;
    display: none;
  }

  .menu-header {
    padding: 10px 5px;
  }

  .menu {
    align-items: center;
  }

  .link-brand {
    width: 150px;
  }

  .breadcrumb {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .icona-servizio {
    width: 20%;
  }

  .testo-servizio {
    width: 80%;
  }

  .form-block {
    padding: 10px;
  }

  .icona-contatti {
    width: 40px;
  }

  .text-contatti {
    font-size: 20px;
  }

  .colonna-prezzi {
    padding: 10px;
  }

  .td, .td.odd {
    padding-left: 5px;
    padding-right: 5px;
  }

  .bottone {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    line-height: 18px;
  }

  .container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block {
    font-size: 18px;
    line-height: 18px;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_91955d15-fe58-1006-a63b-df5f311d34f0-cab4ffbf {
  grid-template-rows: auto;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

#w-node-_3200a43c-1035-258d-ffcc-55b25d0e1064-5d0e1062 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-db1975c6-2ce3-b369-2ef3-926330038b66-838190f8 {
  grid-template-rows: auto;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media screen and (max-width: 991px) {
  #w-node-_91955d15-fe58-1006-a63b-df5f311d34f0-cab4ffbf, #w-node-db1975c6-2ce3-b369-2ef3-926330038b66-838190f8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_91955d15-fe58-1006-a63b-df5f311d34f0-cab4ffbf, #w-node-db1975c6-2ce3-b369-2ef3-926330038b66-838190f8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3200a43c-1035-258d-ffcc-55b25d0e1064-5d0e1062 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}
