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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
}

h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #001d30;
  font-size: 32px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

p {
  margin-bottom: 10px;
  line-height: 28px;
}

.body {
  background-color: #f1f1f3;
  background-image: url('../images/Banner-header_cut2x.png');
  background-position: 50% 0%;
  background-size: 1360px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.head {
  min-height: 50px;
  background-color: #f1f1f3;
  text-transform: uppercase;
}

.nav-link {
  padding-right: 50px;
  padding-left: 50px;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  padding-top: 7px;
}

.container-1100 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-1100.container-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  background-color: #f1f1f3;
}

.image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-clip: border-box;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-hero {
  height: 700px;
  margin-top: 50px;
}

.subtitle {
  color: #504f4f;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.subtitle.left {
  text-transform: none;
}

.paragraph {
  max-width: 75ch;
  margin-right: auto;
  margin-left: auto;
  line-height: 28px;
  text-align: center;
}

.paragraph.white-left {
  position: relative;
  max-width: none;
  margin-right: auto;
  margin-left: 0px;
  color: #fff;
  text-align: left;
}

.paragraph.white-center {
  color: #fff;
}

.paragraph.left {
  max-width: 40ch;
  margin-right: 0px;
  margin-left: 0px;
  text-align: left;
}

.paragraph.left.large {
  max-width: none;
}

.heading {
  margin-top: 30px;
  font-size: 50px;
  line-height: 55px;
}

.heading.blu {
  color: #001d30;
}

.heading-2 {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #0093d1;
  font-size: 40px;
}

.heading-2.white-left {
  max-width: 19ch;
  margin-right: auto;
  margin-left: 0px;
  color: #fff;
  font-size: 44px;
  line-height: 50px;
  text-align: left;
}

.heading-2.white-center {
  color: #fff;
  font-size: 44px;
  line-height: 50px;
}

.heading-2.black {
  color: #000;
}

.section {
  min-height: 820px;
}

.section.mappa {
  background-image: url('../images/Banner1_Mappa-3D.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.multifloor {
  background-image: url('../images/Banner2_Background.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.carpet {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(80, 79, 79, 0.56)), to(rgba(0, 29, 48, 0))), url('../images/Aertecnica_Tubò_Robo-TR900L_No-Carpet-Mop.jpg');
  background-image: linear-gradient(180deg, rgba(80, 79, 79, 0.56), rgba(0, 29, 48, 0)), url('../images/Aertecnica_Tubò_Robo-TR900L_No-Carpet-Mop.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.wrapper-sx_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 88px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  text-align: left;
}

.heading-3 {
  margin-bottom: 30px;
  line-height: 41px;
}

.grid {
  margin-top: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-3 {
  position: absolute;
  z-index: 0;
}

.div-block-2 {
  padding: 20px 50px 20px 20px;
  background-image: url('../images/Fumetto.svg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
}

.heading-4 {
  color: #fff;
}

.container-img-piantina {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_white {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
}

._40_60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper-testo-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper-img-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-4 {
  width: 100%;
  text-align: right;
  -o-object-fit: contain;
  object-fit: contain;
}

.h3blue {
  margin-bottom: 30px;
  color: #0093d1;
  font-size: 28px;
  line-height: 36px;
  text-align: left;
}

._60_40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.he_white {
  color: #fff;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #0093d1;
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.button.large {
  width: 350px;
  margin: 0px 10px;
}

.button.full {
  width: 100%;
}

.button_whitetext {
  color: #fff;
  letter-spacing: 1.5px;
}

.container-1101 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.left {
  text-align: left;
}

.h4blue {
  margin-top: 20px;
  color: #0093d1;
  text-transform: uppercase;
}

.wrapper-dx_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
}

.section_blue {
  background-color: #55708a;
}

.container-1102 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin: 120px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/Banner5_allergeni.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-5 {
  width: 100%;
  max-width: 90%;
}

.grid-2 {
  margin-top: 40px;
  margin-bottom: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ico {
  margin-right: 16px;
  line-height: 30px;
}

.wrapper_griglia-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #0093d1;
  text-align: center;
}

.container-1103 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-14 {
  width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-6 {
  padding: 22px;
}

.grid-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-16 {
  width: 33%;
  min-height: 40px;
  margin-right: 40px;
}

.logo-alexa {
  margin-right: 15px;
  text-align: left;
}

.badge-loghi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-20 {
  width: 100%;
}

.feauture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feauture_ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feauture_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #504f4f;
}

.feauture_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.feaurture_sub {
  font-size: 12px;
}

.feauture_title {
  font-size: 14px;
}

.grid-4 {
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-21 {
  height: 1px;
  background-color: #504f4f;
}

.line {
  height: 1px;
  margin-top: 50px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(80, 79, 79, 0.33);
  background-color: rgba(80, 79, 79, 0.38);
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-22 {
  width: 30%;
  text-align: center;
}

.div-block-23 {
  width: 70%;
}

.address {
  color: #504f4f;
  font-size: 14px;
  text-align: center;
}

.container-1104 {
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faq_block {
  display: none;
  margin-top: 70px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-25 {
  display: block;
}

.faq_col {
  width: 50%;
  margin-right: 30px;
}

.faq_question {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq_ico {
  display: block;
  width: 10%;
  margin-right: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}

.faq_line {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #7393b1;
}

.faq_open-btn {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-right: 0px;
  cursor: pointer;
}

.faq_open-btn.close {
  display: block;
}

.testo-domanda {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.testo-domanda.margin-top {
  margin-top: 0px;
}

.faq_answer {
  display: block;
  overflow: visible;
  margin-top: 0px;
  font-size: 16px;
  line-height: 26px;
  text-transform: none;
}

.faq_close {
  display: none;
  cursor: pointer;
}

.faq_close-btn {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  padding-right: 0px;
  cursor: pointer;
}

.faq_icon {
  position: relative;
  left: 0px;
  top: 0px;
  width: 10%;
  margin-right: 0px;
}

.blu {
  color: #001d30;
}

.wrapper-centro_section {
  color: #fff;
  text-align: center;
}

.heading-5 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.button-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 50px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #0093d1;
  color: #fff;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-large.large {
  width: 350px;
  margin: 0px 10px;
}

.button-large.full {
  width: 100%;
}

.button-span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #0093d1;
  color: #fff;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-span.large {
  width: 350px;
  margin: 0px 10px;
}

.button-span.full {
  width: 100%;
}

.container-img-app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-google {
  margin-right: 15px;
  text-align: left;
}

.logo-wifi {
  text-align: left;
}

.superscript {
  position: relative;
  top: -7px;
  font-size: 13px;
}

.superscript-title {
  position: relative;
  top: -16px;
  font-size: 22px;
}

.image-7 {
  display: none;
}

.image-8 {
  display: none;
}

.image-9 {
  display: none;
}

.image-10 {
  display: none;
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section {
    min-height: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .section_white {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-4 {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .div-block-9 {
    width: 40%;
    margin-bottom: 15px;
    margin-left: 20px;
  }

  .image-5 {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .feauture {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .feauture_ico {
    display: block;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .feauture_text {
    margin-right: 0px;
    font-size: 16px;
  }

  .feauture_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-1104 {
    margin-right: auto;
    margin-left: auto;
  }

  .faq_block {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 35px;
  }

  p {
    font-size: 14px;
    line-height: 22px;
  }

  .body {
    background-position: 50% -10%;
    background-size: 1180px;
  }

  .nav-link {
    display: none;
  }

  .brand {
    width: 120px;
    padding-left: 0px;
  }

  .container-1100 {
    overflow: visible;
    margin-right: 19px;
    margin-left: 19px;
  }

  .container-1100.banner_responsive {
    margin-top: 350px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #000;
    text-align: left;
  }

  .container-1100.banner_responsive-2 {
    margin-top: 390px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #000;
    text-align: left;
  }

  .subtitle.left.centrato {
    text-align: center;
  }

  .paragraph {
    line-height: 22px;
  }

  .paragraph.left {
    max-width: none;
  }

  .heading {
    font-size: 35px;
    line-height: 39px;
  }

  .heading-2.white-left {
    margin-top: 0px;
    font-size: 40px;
  }

  .heading-2.centrato {
    text-align: center;
  }

  .section {
    min-height: auto;
    background-color: #fff;
  }

  .section.mappa {
    background-position: 50% 0%;
    background-size: contain;
  }

  .section.multifloor {
    background-position: 50% 0%;
    background-size: contain;
  }

  .section.carpet {
    background-image: url('../images/Aertecnica_Tubò_Robo-TR900L_No-Carpet-Mop.jpg');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .wrapper-sx_section {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    color: #000;
  }

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

  .div-block-2 {
    padding-right: 20px;
    background-color: #55708a;
    background-image: none;
    color: #fff;
  }

  .section_white {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  ._40_60 {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .wrapper-testo-40 {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .wrapper-img-60 {
    width: 100%;
  }

  .h3blue {
    margin-bottom: 10px;
  }

  ._60_40 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .he_white {
    color: #000;
    font-size: 23px;
    text-align: left;
  }

  .div-block-6 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-7 {
    width: 100%;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .left {
    margin-top: 0px;
  }

  .left.black {
    color: #000;
    font-size: 40px;
  }

  .h4blue {
    margin-bottom: 0px;
  }

  .wrapper-dx_section {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-9 {
    width: 100%;
    margin: 0px;
    padding: 30px 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .div-block-10 {
    width: 100%;
    height: 200px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .div-block-11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-2 {
    padding-right: 20px;
    padding-left: 20px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper_griglia-2 {
    padding: 15px 15px 5px;
  }

  .container-1103 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-14 {
    width: 50%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-15 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .div-block-16 {
    margin-right: 0px;
  }

  .badge-loghi {
    width: 100%;
    margin-bottom: 30px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .div-block-18 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-19 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .feauture_text {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .grid-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .line {
    width: auto;
    height: 1px;
    margin-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    border-width: 0px;
    background-color: rgba(80, 79, 79, 0.47);
  }

  .footer {
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .address {
    margin-top: 10px;
  }

  .container-1104 {
    padding: 30px 20px;
  }

  .blu.left.centrato {
    text-align: center;
  }

  .wrapper-centro_section {
    color: #000;
    text-align: left;
  }

  .button-large {
    margin-bottom: 10px;
  }

  .black {
    margin-top: 0px;
    color: #000;
    font-size: 40px;
    text-align: left;
  }

  .button-span {
    margin-bottom: 10px;
  }

  .container-1105 {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-6 {
    display: none;
  }

  .heading-7 {
    display: none;
  }

  .container-img-app {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .container-1100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-1100.banner_responsive {
    margin-top: 50px;
  }

  .container-1100.banner_responsive-2 {
    margin-top: 50px;
  }

  .section-hero {
    height: 600px;
    margin-top: 30px;
  }

  .subtitle.left.centrato {
    font-size: 14px;
  }

  .heading.blu {
    font-size: 20px;
    line-height: 30px;
  }

  .section.mappa {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .section.multifloor {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .section.carpet {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .nav-menu {
    display: block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .button {
    display: block;
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

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

  .div-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 2px;
    padding-left: 2px;
  }

  .logo-alexa {
    margin-right: 0px;
  }

  .badge-loghi {
    height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .feauture {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 12px;
  }

  .feauture_ico {
    margin-bottom: 0px;
  }

  .feauture_text {
    text-align: left;
  }

  .feauture_block {
    width: 100%;
  }

  .feauture_title {
    font-size: 12px;
  }

  .blu.left.centrato {
    font-size: 30px;
    line-height: 34px;
  }

  .logo-google {
    margin-right: 0px;
  }

  .superscript {
    font-size: 11px;
  }

  .superscript-title {
    top: -12px;
    font-size: 19px;
  }

  .image-7 {
    display: block;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .image-8 {
    display: block;
  }

  .image-9 {
    display: block;
  }

  .image-10 {
    display: block;
  }
}

#w-node-_63637cb6-f37c-6955-e154-c2dcb576d9e6-28e29436 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_41c9cd13-bcf5-4519-e1c1-03c29164cae7-28e29436 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

