.brand {
  width: 310px;
  background-image: url('../images/logo-1.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.brand.w--current {
  height: 55px;
}

.navbar {
  position: fixed;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000;
}

.navbarlink {
  font-family: Montserrat, sans-serif;
  color: #fff;
  letter-spacing: 2px;
}

.navbarlink:hover {
  color: #fff;
  text-decoration: underline;
}

.navbarlink:active {
  color: #fff;
}

.navbarlink:focus {
  font-family: Montserrat, sans-serif;
  color: #fff;
  letter-spacing: 2px;
  text-decoration: underline;
}

.navbarlink:visited {
  color: #fff;
}

.navbarlink.w--current {
  display: inline-block;
  color: #fff;
}

.navbarlink.w--current:focus {
  color: #fff;
  font-weight: 400;
}

.hero {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999999999999;
  width: 100%;
  height: 35px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e4e8eb), to(#e4e8eb));
  background-image: linear-gradient(180deg, #e4e8eb, #e4e8eb);
}

.link {
  position: static;
  padding-top: 8px;
  padding-right: 22px;
  float: right;
  font-family: Montserrat, sans-serif;
  color: #000;
  letter-spacing: 2px;
}

.text-block {
  float: right;
}

.paragraph {
  padding-top: 8px;
  padding-right: 22px;
  float: right;
  font-family: Montserrat, sans-serif;
  color: #000;
}

.section-2 {
  height: 446px;
  background-image: url('../images/slider_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.div-block {
  width: 400px;
  height: 446px;
  margin-left: 50px;
  padding-top: 110px;
}

.heading {
  font-family: Montserrat, sans-serif;
  color: #000;
  letter-spacing: 2px;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 32px;
}

.section-3 {
  margin-top: 120px;
}

.titoli_sezioni {
  font-family: Montserrat, sans-serif;
  color: #000;
  text-align: center;
  letter-spacing: 2px;
}

.slide {
  background-image: url('../images/Slider_2.png'), url('../images/slider_1_tablet.png');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  opacity: 1;
}

.slider_top {
  display: none;
  height: 446px;
  margin-top: 80px;
}

.heading-2 {
  margin-top: 280px;
  color: #000;
  text-align: center;
}

.slide-2 {
  background-image: url('../images/slider_2_tablet.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/slider_3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.brand_section {
  height: 120px;
  margin-top: 70px;
  margin-bottom: 70px;
  padding-top: 0px;
  background-color: transparent;
}

.div-block-2 {
  width: 75%;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

.heading-3 {
  margin-top: 178px;
  margin-left: -114px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-3 {
  height: 120px;
  background-color: #e4e8eb;
  box-shadow: 14px 14px 20px 0 rgba(0, 0, 0, 0.5);
}

.logo-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 120px;
  margin-right: auto;
  margin-left: auto;
  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;
  background-color: #e4e8eb;
  box-shadow: 14px 14px 20px 0 rgba(0, 0, 0, 0.5);
}

.logo_smart {
  width: 120px;
  height: 120px;
  margin-right: 40px;
  margin-left: 40px;
  float: left;
  background-image: url('../images/Logo_Smart.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.logo_jeep {
  width: 120px;
  height: 120px;
  margin-right: 40px;
  margin-left: 40px;
  float: left;
  background-image: url('../images/Logo_Jeep.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.logo_fiat {
  width: 120px;
  height: 120px;
  margin-right: 40px;
  margin-left: 40px;
  float: left;
  background-image: url('../images/Logo_Fiat.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.logo_audi {
  width: 120px;
  height: 120px;
  margin-right: 40px;
  margin-left: 40px;
  float: left;
  background-image: url('../images/Logo_Audi.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.logo_brand {
  display: block;
  height: 120px;
  -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;
}

.chi_siamo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 446px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.heading-4 {
  width: 90%;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 38px;
  text-align: left;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.paragraph-3 {
  width: 48vw;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 140px;
  padding-left: 140px;
  text-align: justify;
}

.slider {
  display: block;
  width: 50%;
  height: 446px;
  margin-right: 0px;
  float: right;
  clear: none;
}

.slide-4 {
  float: left;
  background-image: url('../images/Slider-piccolo_1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 446px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slide-5 {
  background-image: url('../images/Slider-piccolo_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-5 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
}

.header {
  display: block;
  padding-top: 0px;
}

.service_section {
  margin-top: 70px;
  margin-bottom: 70px;
}

.heading-6 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 40px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.icon_loans {
  margin-right: 0px;
  margin-left: 40px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon_loans_dx {
  margin-left: 40px;
  background-image: url('../images/Loans-icon_dx.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon_loans_sx {
  margin-right: 40px;
  background-image: url('../images/Loans-icon_sx.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.paragraph-4 {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  text-align: center;
  letter-spacing: 2px;
}

.div-block-4 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 35px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e4e8eb), to(#e4e8eb));
  background-image: linear-gradient(180deg, #e4e8eb, #e4e8eb);
}

.section-4 {
  height: 1000px;
}

.gallery {
  display: none;
  height: auto;
  padding-top: 0px;
  clear: left;
  -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;
}

.div-block-5 {
  width: 33.333333333333336vw;
  height: 400px;
  float: left;
  background-image: url('../images/Fiat-500X-modello-2018.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-6 {
  width: 33.333333333333336vw;
  height: 400px;
  float: left;
  background-image: url('../images/jeep-renegade-my2019-front-view-1.jpg');
  background-position: 100% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-7 {
  width: 33.333333333333336vw;
  height: 400px;
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-8 {
  width: 33.333333333333336vw;
  height: 400px;
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-9 {
  width: 33.333333333333336vw;
  height: 400px;
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-10 {
  width: 33.333333333333336vw;
  height: 400px;
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-7 {
  width: 100%;
  height: 80px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 40px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.div-block-11 {
  width: auto;
  padding-top: 0px;
}

.div-block-12 {
  width: 960px;
  height: 350px;
  margin-top: 30px;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  height: 350px;
  margin-top: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image_wrapper {
  position: relative;
  overflow: hidden;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/Fiat-500X-modello-2018.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  cursor: pointer;
}

.image:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.image.due {
  background-image: url('../images/audi-a1-sb-2018-front-view.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image.tre {
  background-image: url('../images/jeep-renegade-my2019-front-view-1.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 800px;
  margin-top: 35px;
  -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-14 {
  width: 400px;
  height: 400px;
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-15 {
  width: 400px;
  height: 400px;
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-16 {
  width: 400px;
  height: 400px;
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.contenitore_img {
  width: 1230px;
  height: auto;
  margin-top: 0px;
}

.img_1 {
  width: 400px;
  height: 400px;
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.img_2 {
  position: relative;
  z-index: 3;
  width: 400px;
  height: 296px;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  float: left;
  border-radius: 20px;
  background-image: url('../images/WhatsApp-Image-2020-07-01-at-10.35.04-1.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
  cursor: pointer;
}

.img_3 {
  position: relative;
  z-index: 3;
  width: 400px;
  height: 296px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  float: left;
  border-radius: 20px;
  background-image: url('../images/WhatsApp-Image-2020-07-01-at-10.35.04-3.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
  cursor: pointer;
}

.img_4 {
  position: relative;
  z-index: 2;
  width: 400px;
  height: 296px;
  margin-bottom: 15px;
  float: left;
  border-radius: 20px;
  background-image: url('../images/WhatsApp-Image-2020-07-01-at-10.34.19.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
  cursor: pointer;
}

.img_5 {
  position: relative;
  z-index: 2;
  width: 400px;
  height: 296px;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  float: left;
  border-radius: 20px;
  background-image: url('../images/WhatsApp-Image-2020-07-01-at-10.35.04-2.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
  cursor: pointer;
}

.div-block-17 {
  position: relative;
  z-index: 3;
  width: 400px;
  height: 296px;
  margin-bottom: 15px;
  float: left;
  border: 1px none #000;
  border-radius: 20px;
  background-image: url('../images/WhatsApp-Image-2020-07-01-at-10.35.04-5.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
  cursor: pointer;
}

.div-block-17:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.img_6 {
  position: relative;
  z-index: 2;
  width: 400px;
  height: 296px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  float: left;
  border-radius: 20px;
  background-image: url('../images/WhatsApp-Image-2020-07-01-at-10.35.04-4.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
  cursor: pointer;
}

.img_7 {
  position: relative;
  z-index: 1;
  width: 400px;
  height: 296px;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  float: left;
  border-radius: 20px;
  background-image: url('../images/WhatsApp-Image-2020-07-01-at-10.35.04.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
  cursor: pointer;
}

.img_8 {
  position: relative;
  z-index: 1;
  width: 400px;
  height: 296px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  float: left;
  border-radius: 20px;
  background-image: url('../images/WhatsApp-Image-2020-07-01-at-10.35.05-2.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
  cursor: pointer;
}

.img_9 {
  position: relative;
  z-index: 1;
  width: 400px;
  height: 296px;
  margin-bottom: 15px;
  float: left;
  border-radius: 20px;
  background-image: url('../images/WhatsApp-Image-2020-07-01-at-10.35.05-1.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
  cursor: pointer;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 350px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.banner_3 {
  margin-top: 70px;
  margin-bottom: 140px;
}

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 120px;
  margin-right: auto;
  margin-left: auto;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e4e8eb), to(#e4e8eb));
  background-image: linear-gradient(180deg, #e4e8eb, #e4e8eb);
  box-shadow: 14px 14px 20px 0 rgba(0, 0, 0, 0.5);
}

.div-block-18 {
  width: 120px;
  height: 60px;
  background-image: url('../images/AutoScout24_logo-01.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.heading-8 {
  margin-left: 30px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 28px;
  text-align: left;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.cosa-dicono-di-noi {
  height: auto;
  margin-top: auto;
}

.citazioni {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 400px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.slider-2 {
  width: 100%;
  height: 400px;
}

.block-quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 400px;
  margin: 0px auto;
  -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: 1px none #000;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 400;
  text-align: center;
}

.text-block-2 {
  position: absolute;
  left: 25%;
  top: 40%;
  right: auto;
  bottom: auto;
  width: 50px;
  height: 50px;
  font-family: Arizonia, sans-serif;
  color: #000;
  font-size: 100px;
  line-height: 0px;
}

.text-block-2.cit_1 {
  left: 16%;
  width: auto;
  height: auto;
  font-size: 300px;
}

.text-block-2.cit_2 {
  left: auto;
  top: 60%;
  right: 16%;
  bottom: 0%;
  width: auto;
  height: auto;
  font-size: 300px;
}

.venditori {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 400px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e4e8eb), to(#e4e8eb));
  background-image: linear-gradient(180deg, #e4e8eb, #e4e8eb);
}

.column {
  height: 400px;
}

.column-2 {
  height: 400px;
}

.venditore_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 350px;
  margin-right: 40px;
  clear: none;
  -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-radius: 20px;
  background-color: #e4e8eb;
}

.venditore_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 350px;
  margin-left: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #e4e8eb;
}

.heading-9 {
  position: static;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #000;
  text-align: center;
}

.div-block-19 {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/icon_venditori-01.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.heading-10 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 28px;
  text-align: center;
  letter-spacing: 2px;
}

.paragraph-5 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.paragraph-6 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.heading-11 {
  color: #000;
  font-size: 28px;
  text-align: center;
  letter-spacing: 2px;
}

.heading-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  margin-top: 0px;
  float: none;
  -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;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
}

.div-block-20 {
  width: 200px;
  height: 240px;
}

.paragraph-7 {
  display: block;
  -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;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
}

.orari {
  width: 100px;
  height: 240px;
  margin-right: 30px;
  float: left;
}

.div-block-21 {
  width: 210px;
  height: 240px;
  float: left;
}

.heading-13 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-8 {
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.contatti {
  width: 210px;
  height: 240px;
  margin-right: 30px;
  margin-left: 30px;
  float: left;
}

.div-block-22 {
  width: 200px;
  height: 240px;
  float: left;
}

.heading-14 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-9 {
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.venditori_footer {
  width: 160px;
  height: 240px;
  margin-right: 30px;
  margin-left: 30px;
  float: left;
}

.email {
  width: 240px;
  height: 240px;
  margin-left: 30px;
  float: left;
}

.heading-15 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-10 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 850px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.div-block-24 {
  position: static;
  display: block;
  width: 300px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-radius: 0px 0px 12px 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.div-block-25 {
  display: block;
  width: 80px;
  height: 80px;
  float: left;
  background-image: url('../images/Logo_Smart.png');
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.div-block-26 {
  width: 150px;
  height: 80px;
  margin-right: 40px;
  padding-left: 20px;
  float: left;
  border-style: solid;
  border-width: 0px 0px 0px 2px;
  border-color: #000;
}

.heading-16 {
  width: 90px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

.div-block-27 {
  width: 80px;
  float: right;
}

.heading-17 {
  width: 100px;
  height: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
}

.paragraph-11 {
  width: 100px;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
}

.footer_prova {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  margin-top: 35px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-color: #000;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 220px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-12 {
  width: 150px;
  margin-right: 40px;
  float: left;
  clear: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.heading-18 {
  width: 150px;
  margin-top: 0px;
  margin-right: 40px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}

.heading-19 {
  width: 150px;
  margin-top: 0px;
  margin-right: 40px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}

.paragraph-13 {
  width: 150px;
  margin-right: 40px;
  float: left;
  clear: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
}

.div-block-28 {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 100px;
  background-color: #fff;
}

.tendina {
  width: 300px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px 0px 12px 12px;
  background-color: #fff;
}

.campo-prezzo {
  display: none;
  width: 150px;
  height: 80px;
  margin-right: 40px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 20px;
  float: left;
  border-left: 2px solid #000;
}

.logo-smart_tendina {
  width: 80px;
  height: 80px;
  float: left;
  background-image: url('../images/Logo_Smart.png');
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.div-block-29 {
  width: 80px;
  height: 80px;
  float: left;
}

.logo-fiat_tendina {
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  background-image: url('../images/Logo_Fiat.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.logo-jeep_tendina {
  width: 80px;
  height: 80px;
  float: left;
  background-image: url('../images/Logo_Jeep.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.paragraph-14 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
}

.paragraph-15 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
}

.div-block-30 {
  width: 80px;
  height: 80px;
}

.logo-audi_tendina {
  width: 80px;
  height: 80px;
  float: left;
  background-image: url('../images/Logo_Audi.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.paragraph-16 {
  margin-top: 10px;
}

.paragraph-17 {
  margin-top: 10px;
}

.paragraph-18 {
  margin-top: 10px;
}

.paragraph-19 {
  margin-top: 10px;
}

.paragraph-20 {
  margin-top: 10px;
}

.paragraph-21 {
  margin-top: 10px;
}

.paragraph-22 {
  margin-top: 10px;
}

.heading-20 {
  width: 150px;
  margin-top: 0px;
  margin-right: 40px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}

.paragraph-23 {
  width: 150px;
  margin-right: 0px;
  float: left;
  clear: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
}

.heading-21 {
  width: 150px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}

.paragraph-24 {
  width: 150px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 530px;
  -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-32 {
  display: none;
  width: 150px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-5 {
  display: none;
  height: 405px;
  margin-top: 70px;
  margin-bottom: 70px;
  -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-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 640px;
  height: 350px;
  -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;
}

.div-block-34 {
  width: 150px;
}

.div-block-35 {
  width: 150px;
}

.contatti_footer {
  width: 150px;
  margin-right: 40px;
  margin-left: 40px;
}

.orari_footer {
  width: 150px;
}

.div-block-36 {
  width: 250px;
  height: 150px;
  margin-right: 100px;
}

.logo_footer {
  width: 200px;
  height: 120px;
  margin-right: 80px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/logo-1.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-6 {
  height: 600px;
  margin-top: 50px;
}

.mappa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  margin-top: 35px;
  -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;
}

.div-block-37 {
  width: 80%;
  height: 80%;
  margin-right: auto;
  margin-left: auto;
}

.map {
  width: 100%;
  height: 100%;
}

.tendina_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  text-decoration: none;
}

.tendina_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #fff;
  text-decoration: none;
}

.tendina_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #fff;
  text-decoration: none;
}

.tendina_4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #fff;
  text-decoration: none;
}

.tendina_5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #fff;
  text-decoration: none;
}

.tendina_6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #fff;
  text-decoration: none;
}

.tendina_7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #fff;
  text-decoration: none;
}

.tendina_8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #fff;
  text-decoration: none;
}

.tendina_9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #fff;
  text-decoration: none;
}

.nav-link {
  display: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link:active {
  text-decoration: underline;
}

.nav-link:focus {
  font-family: Montserrat, sans-serif;
  color: #fff;
  letter-spacing: 2px;
  text-decoration: underline;
  text-transform: uppercase;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 120px;
  margin: 0px auto;
  -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;
  background-color: #e4e8eb;
  box-shadow: 14px 14px 20px 0 rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.link-block-2 {
  cursor: pointer;
}

.slide-6 {
  background-image: url('../images/Slider-piccolo_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-7 {
  background-image: url('../images/Slider-piccolo_4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-block-3 {
  cursor: pointer;
}

.link-block-4 {
  cursor: pointer;
}

.link-block-5 {
  cursor: pointer;
}

.link-block-6 {
  cursor: pointer;
}

.link-block-7 {
  cursor: pointer;
}

.link-block-8 {
  cursor: pointer;
}

.link-block-9 {
  cursor: pointer;
}

.link-block-10 {
  float: left;
  cursor: pointer;
}

.right-arrow {
  display: block;
  overflow: hidden;
}

.left-arrow {
  display: block;
}

.parco-auto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 446px;
  margin: 80px auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.slide-8 {
  background-image: url('../images/car-dealer-showing-an-offer-to-his-happy-clients-VG29YW3.jpg');
  background-position: 65% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-9 {
  background-image: url('../images/salesman-showing-new-car-to-couple-LCUSVAD-1.jpg');
  background-position: 30% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-7 {
  height: 446px;
  margin-top: 80px;
  background-image: url('../images/Slider_2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-top {
  height: 446px;
  margin-top: 80px;
  background-image: url('../images/banner-desktop-x2_1.png'), url('../images/banner-desktop-x2.png');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
}

.div-block-38 {
  width: 80%;
  height: 60px;
  margin-top: 20px;
  background-color: transparent;
}

.paragraph-25 {
  display: block;
  width: 90%;
  margin-bottom: 0px;
  margin-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-top: 1px none #000;
  border-bottom: 1px none #000;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 60px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

.div-block-39 {
  width: 50%;
  height: 446px;
  background-image: url('../images/foto-parco-auto.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading_chi-siamo {
  width: 48vw;
  padding-left: 140px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pharagraph_parco-auto_2 {
  width: 90%;
  margin-bottom: 0px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 60px;
  font-style: italic;
  font-weight: 400;
}

.heading-22 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 80px;
  margin-top: 53px;
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
}

.link-block-11 {
  width: auto;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  float: left;
  border-radius: 0px;
}

.link-block-12 {
  width: 296px;
  height: 296px;
  margin-right: 15px;
  margin-left: 7.5px;
  float: left;
  border-radius: 0px;
}

.link-block-13 {
  width: 296px;
  height: 296px;
  float: left;
  border-radius: 0px;
}

.image-2 {
  width: 296px;
  height: 296px;
  border-radius: 20px;
}

.image-3 {
  width: 296px;
  height: 296px;
  border-radius: 20px;
}

.image-4 {
  width: 296px;
  height: 296px;
  border-radius: 20px;
}

.tendina_10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

.div-block-40 {
  width: 296px;
  height: 296px;
  float: none;
  border-radius: 20px;
  background-color: #000;
}

.img_10 {
  width: 400px;
  height: 296px;
  margin-right: 0px;
  margin-left: 0px;
  float: left;
  border-radius: 20px;
  background-color: #000;
  background-image: url('../images/WhatsApp-Image-2020-07-01-at-10.35.05.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-41 {
  width: 296px;
  height: 296px;
  float: left;
}

.img_11 {
  position: static;
  z-index: 2;
  width: 400px;
  height: 296px;
  margin-right: 15px;
  margin-left: 15px;
  float: left;
  border-radius: 20px;
  background-color: #000;
  background-image: url('../images/WhatsApp-Image-2020-07-01-at-10.35.05-4.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-42 {
  width: 296px;
  height: 296px;
}

.img_12 {
  position: static;
  z-index: 0;
  width: 400px;
  height: 296px;
  float: left;
  border-radius: 20px;
  background-color: #000;
  background-image: url('../images/WhatsApp-Image-2020-07-01-at-10.35.05-3.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-43 {
  width: 296px;
  height: 296px;
  margin-right: 15px;
  margin-left: 7.5px;
}

.div-block-44 {
  width: 296px;
  height: 296px;
  margin-left: 0px;
  border-radius: 20px;
  background-color: #000;
}

.div-block-45 {
  width: 270px;
  height: 80px;
}

.tendina_11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #fff;
  text-decoration: none;
}

.tendina_12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #fff;
  text-decoration: none;
}

.heading-23 {
  width: 100px;
  height: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

.paragraph-26 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-24 {
  width: 100px;
  height: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
}

.paragraph-27 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
}

.heading-25 {
  width: 100px;
  height: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
}

.paragraph-28 {
  margin-top: 10px;
  color: #000;
}

.left-arrow-2 {
  display: block;
}

.right-arrow-2 {
  display: block;
}

.gallery-mobile {
  display: none;
  height: auto;
  padding-top: 0px;
  clear: left;
  -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;
}

.header-landscape {
  display: none;
  padding-top: 0px;
}

.hero-landscape {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999999999999;
  display: none;
  width: 100%;
  height: 35px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e4e8eb), to(#e4e8eb));
  background-image: linear-gradient(180deg, #e4e8eb, #e4e8eb);
}

.navbarlink-mobile {
  display: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  letter-spacing: 2px;
}

.navbarlink-mobile:hover {
  color: #fff;
  text-decoration: underline;
}

.navbarlink-mobile:active {
  color: #fff;
}

.navbarlink-mobile:focus {
  font-family: Montserrat, sans-serif;
  color: #fff;
  letter-spacing: 2px;
  text-decoration: underline;
}

.navbarlink-mobile:visited {
  color: #fff;
}

.navbarlink-mobile.w--current {
  display: inline-block;
  color: #fff;
}

.navbarlink-mobile.w--current:focus {
  color: #fff;
  font-weight: 400;
}

.navbarlink-desktop {
  font-family: Montserrat, sans-serif;
  color: #fff;
  letter-spacing: 2px;
}

.navbarlink-desktop:hover {
  color: #fff;
  text-decoration: underline;
}

.navbarlink-desktop:active {
  color: #fff;
}

.navbarlink-desktop:focus {
  font-family: Montserrat, sans-serif;
  color: #fff;
  letter-spacing: 2px;
  text-decoration: underline;
}

.navbarlink-desktop:visited {
  color: #fff;
}

.navbarlink-desktop.w--current {
  display: inline-block;
  color: #fff;
}

.navbarlink-desktop.w--current:focus {
  color: #fff;
  font-weight: 400;
}

.gallery_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  clear: left;
  -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;
}

.logo-opel_tendina {
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  background-image: url('../images/Logo_Audi.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.galleria-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  margin-bottom: 70px;
  padding-right: 0px;
  padding-left: 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;
}

.heading-26 {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
}

.div-block-46 {
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.contenitore-img-1 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 296px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.img-sx {
  width: 400px;
  margin-right: auto;
  margin-left: 0px;
  border-radius: 20px;
  background-image: url('../images/Fiat.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
}

.img-centro {
  width: 400px;
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 20px;
  background-image: url('../images/Fiat-2.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-dx {
  width: 400px;
  margin-left: auto;
  border-radius: 20px;
  background-image: url('../images/Fiat-4.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contenitore-img-2 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 296px;
  margin-top: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.img-sx-2 {
  width: 400px;
  margin-right: auto;
  margin-left: 0px;
  border-radius: 20px;
  background-image: url('../images/Audi.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-centro-2 {
  width: 400px;
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 20px;
  background-image: url('../images/Fiat-5.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-dx-2 {
  width: 400px;
  margin-left: auto;
  border-radius: 20px;
  background-image: url('../images/Fiat-6.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contenitore-img-3 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 296px;
  margin-top: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.img-sx-3 {
  width: 400px;
  margin-right: auto;
  margin-left: 0px;
  border-radius: 20px;
  background-image: url('../images/Jeep.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-centro-3 {
  width: 400px;
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 20px;
  background-image: url('../images/Fiat-8.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-dx-3 {
  width: 400px;
  margin-left: auto;
  border-radius: 20px;
  background-image: url('../images/Fiat-9.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contenitore-img-4 {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 296px;
  margin-top: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.img-sx-4 {
  width: 400px;
  margin-right: auto;
  margin-left: 0px;
  border-radius: 20px;
  background-image: url('../images/Fiat-7.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-centro-4 {
  width: 400px;
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 20px;
  background-image: url('../images/Jeep-2.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-dx-4 {
  width: 400px;
  margin-left: auto;
  border-radius: 20px;
  background-image: url('../images/Jeep-3.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .navbarlink {
    color: #000;
    text-align: center;
  }

  .slide {
    background-image: url('../images/Slider_2.png'), url('../images/slider_1_tablet.png');
    background-position: 50% 50%, 50% 50%;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .slider_top {
    height: 235px;
  }

  .slide-2 {
    background-image: url('../images/slider_2_tablet.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .logo_smart {
    margin-right: 10px;
    margin-left: 10px;
  }

  .logo_jeep {
    margin-right: 10px;
    margin-left: 0px;
  }

  .logo_fiat {
    margin-right: 10px;
    margin-left: 10px;
  }

  .logo_audi {
    margin-right: 0px;
    margin-left: 10px;
  }

  .chi_siamo {
    display: block;
    height: 795px;
  }

  .heading-4 {
    width: 80vw;
    float: none;
    font-size: 30px;
    text-align: left;
  }

  .paragraph-3 {
    width: 80vw;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    clear: none;
  }

  .slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
    margin-top: 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;
  }

  .slide-4 {
    width: 80vw;
  }

  .div-block-3 {
    display: block;
    width: 100%;
    height: 300px;
  }

  .slide-5 {
    width: 80vw;
  }

  .heading-6 {
    font-size: 30px;
  }

  .paragraph-4 {
    font-size: 16px;
  }

  .div-block-4 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e4e8eb), to(#e4e8eb));
    background-image: linear-gradient(180deg, #e4e8eb, #e4e8eb);
  }

  .gallery {
    display: none;
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
  }

  .heading-7 {
    position: relative;
    z-index: 11;
    height: 80px;
    margin-bottom: 0px;
    background-color: #fff;
  }

  .div-block-11 {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 768px;
    margin-top: 30px;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #fff;
  }

  .image_wrapper {
    clear: left;
  }

  .image {
    position: relative;
    float: left;
  }

  .image.due {
    position: static;
  }

  .image.tre {
    position: relative;
  }

  .contenitore_img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    height: auto;
    margin-top: 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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .img_2 {
    z-index: 9;
    width: 400px;
    height: 300px;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
    float: left;
  }

  .img_3 {
    z-index: 8;
    width: 400px;
    height: 300px;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
  }

  .img_4 {
    z-index: 7;
    width: 400px;
    height: 300px;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
    float: left;
  }

  .img_5 {
    z-index: 6;
    width: 400px;
    height: 300px;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
  }

  .div-block-17 {
    z-index: 10;
    width: 400px;
    height: 300px;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
  }

  .img_6 {
    z-index: 5;
    width: 400px;
    height: 300px;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
  }

  .img_7 {
    z-index: 4;
    width: 400px;
    height: 300px;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
  }

  .img_8 {
    z-index: 3;
    width: 400px;
    height: 300px;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
  }

  .img_9 {
    z-index: 2;
    display: block;
    width: 400px;
    height: 300px;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
  }

  .footer {
    background-color: #000;
  }

  .heading-8 {
    width: 400px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .cosa-dicono-di-noi {
    width: 100vw;
    height: auto;
    margin-bottom: 20px;
  }

  .citazioni {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    height: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .slider-2 {
    width: 100%;
    height: 400px;
  }

  .text-block-2.cit_1 {
    display: none;
  }

  .text-block-2.cit_2 {
    display: none;
  }

  .div-block-28 {
    height: 50px;
  }

  .paragraph-16 {
    color: #000;
  }

  .paragraph-18 {
    color: #000;
  }

  .paragraph-19 {
    color: #000;
  }

  .paragraph-20 {
    color: #000;
  }

  .paragraph-21 {
    color: #000;
  }

  .paragraph-22 {
    color: #000;
  }

  .link-block-10 {
    display: block;
  }

  .right-arrow {
    display: none;
  }

  .left-arrow {
    display: none;
  }

  .parco-auto {
    display: block;
    height: 795px;
    margin-bottom: 0px;
  }

  .slide-8 {
    width: 80vw;
  }

  .slide-9 {
    width: 80vw;
  }

  .banner-top {
    background-image: url('../images/banner-desktop-x2_1.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
  }

  .div-block-39 {
    width: 80vw;
  }

  .heading_chi-siamo {
    width: 80vw;
    padding-left: 0px;
    text-align: center;
  }

  .pharagraph_parco-auto_2 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .img_10 {
    position: relative;
    z-index: 1;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
  }

  .img_11 {
    position: static;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
  }

  .img_12 {
    margin-bottom: 20px;
  }

  .link-block-14 {
    display: block;
  }

  .gallery-mobile {
    display: block;
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
  }

  .link-block-15 {
    width: auto;
    height: auto;
  }

  .hero-landscape {
    display: none;
  }

  .navbarlink-mobile {
    display: block;
    color: #000;
    text-align: center;
  }

  .navbarlink-mobile.w--current {
    display: block;
  }

  .navbarlink-desktop {
    display: none;
    color: #000;
    text-align: center;
  }

  .gallery_2 {
    display: none;
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
  }

  .contenitore-img-1 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .img-sx {
    height: 296px;
    margin-right: 0px;
    margin-bottom: auto;
  }

  .img-centro {
    height: 296px;
    margin: 15px 0px;
  }

  .img-dx {
    height: 296px;
    margin-top: auto;
    margin-left: 0px;
  }

  .contenitore-img-2 {
    height: auto;
    -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;
  }

  .img-sx-2 {
    height: 296px;
    margin-right: 0px;
    margin-bottom: auto;
  }

  .img-centro-2 {
    height: 296px;
    margin: 15px 0px;
  }

  .img-dx-2 {
    height: 296px;
    margin-bottom: auto;
    margin-left: 0px;
  }

  .contenitore-img-3 {
    height: auto;
    -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;
  }

  .img-sx-3 {
    height: 296px;
    margin-right: 0px;
    margin-bottom: auto;
  }

  .img-centro-3 {
    height: 296px;
    margin: 15px 0px;
  }

  .img-dx-3 {
    height: 296px;
    margin-top: auto;
    margin-left: 0px;
  }

  .contenitore-img-4 {
    height: auto;
    -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;
  }

  .img-sx-4 {
    height: 296px;
    margin-right: 0px;
    margin-bottom: auto;
  }

  .img-centro-4 {
    height: 296px;
    margin: 15px 0px;
  }

  .img-dx-4 {
    height: 296px;
    margin-top: auto;
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    display: block;
  }

  .navbarlink {
    color: #000;
    text-align: center;
  }

  .hero {
    display: none;
    margin-right: auto;
    margin-left: auto;
  }

  .link {
    display: block;
    padding-right: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slide {
    background-image: url('../images/Slider_2.png'), url('../images/slider_1_smartphone.png');
    background-position: 50% 50%, 50% 50%;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .slider_top {
    height: 235px;
  }

  .slide-2 {
    background-image: url('../images/slider_2_smartphone.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .brand_section {
    display: block;
    height: auto;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .container-2 {
    margin-right: 40px;
    margin-left: 40px;
  }

  .logo-section {
    height: auto;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo_smart {
    width: 80px;
    margin-right: 5px;
    margin-left: 5px;
    background-size: 70px 70px;
  }

  .logo_jeep {
    width: 80px;
    margin-right: 5px;
    background-size: 70px 70px;
  }

  .logo_fiat {
    width: 80px;
    margin-right: 5px;
    margin-left: 5px;
    background-size: 70px 70px;
  }

  .logo_audi {
    width: 80px;
    margin-left: 5px;
    background-size: 70px 70px;
  }

  .chi_siamo {
    height: auto;
  }

  .heading-4 {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
  }

  .paragraph-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider {
    margin-top: 30px;
  }

  .div-block-3 {
    height: auto;
  }

  .header {
    display: none;
  }

  .service_section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .heading-6 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-4 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 10px;
    line-height: 22px;
  }

  .gallery {
    display: none;
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding-top: 0px;
    padding-bottom: 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;
  }

  .heading-7 {
    height: 80px;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 10px;
    font-size: 16px;
    line-height: 44px;
  }

  .div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin: 0px auto 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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .contenitore_img {
    width: 400px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .img_2 {
    z-index: 9;
    margin-right: auto;
    margin-left: auto;
  }

  .img_3 {
    z-index: 8;
    margin-right: auto;
    margin-left: auto;
  }

  .img_4 {
    z-index: 7;
    margin-right: auto;
    margin-left: auto;
  }

  .img_5 {
    z-index: 6;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-17 {
    z-index: 10;
    width: 400px;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .img_6 {
    z-index: 5;
    margin-right: auto;
    margin-left: auto;
  }

  .img_7 {
    z-index: 4;
    margin-right: auto;
    margin-left: auto;
  }

  .img_8 {
    position: relative;
    z-index: 3;
    margin-right: auto;
    margin-left: auto;
  }

  .img_9 {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0px auto 80px;
  }

  .footer {
    height: 650px;
    margin-top: 60px;
  }

  .banner_3 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .heading-8 {
    width: 210px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .cosa-dicono-di-noi {
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .citazioni {
    height: auto;
  }

  .slider-2 {
    height: auto;
  }

  .block-quote {
    width: 80%;
    font-size: 14px;
  }

  .container-4 {
    height: auto;
    -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;
  }

  .div-block-28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -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;
  }

  .paragraph-16 {
    color: #000;
  }

  .paragraph-18 {
    color: #000;
  }

  .paragraph-19 {
    color: #000;
  }

  .paragraph-20 {
    color: #000;
  }

  .paragraph-21 {
    color: #000;
  }

  .paragraph-22 {
    color: #000;
  }

  .orari_footer {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .logo_footer {
    height: 100px;
    margin-right: auto;
    margin-left: auto;
  }

  .parco-auto {
    height: auto;
    margin-top: 0px;
  }

  .banner-top {
    background-image: url('../images/banner-mobile-x2.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .paragraph-25 {
    font-size: 16px;
  }

  .pharagraph_parco-auto_2 {
    margin-top: 0px;
    font-size: 16px;
  }

  .heading-22 {
    height: 50px;
    font-size: 16px;
  }

  .img_10 {
    position: relative;
    z-index: 1;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
  }

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

  .img_12 {
    margin-bottom: 20px;
  }

  .gallery-mobile {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding-top: 0px;
    padding-bottom: 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;
  }

  .header-landscape {
    position: -webkit-sticky;
    position: sticky;
    top: 35px;
    z-index: 999999999999;
    display: block;
  }

  .hero-landscape {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .navbarlink-mobile {
    display: block;
    color: #000;
    text-align: center;
  }

  .navbarlink-desktop {
    color: #000;
    text-align: center;
  }

  .gallery_2 {
    display: none;
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding-top: 0px;
    padding-bottom: 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;
  }
}

@media screen and (max-width: 479px) {
  .brand.w--current {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    float: none;
  }

  .navbar {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -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;
  }

  .hero {
    display: block;
  }

  .link {
    position: static;
    padding-right: 0px;
    font-size: 12px;
  }

  .paragraph {
    padding-right: 0px;
    font-size: 12px;
  }

  .slide {
    background-image: url('../images/Slider_smartphone_portrait.png'), url('../images/slider_1_smartphone_portrait.png');
    background-position: 50% 50%, 50% 50%;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .slider_top {
    height: 446px;
  }

  .slide-2 {
    background-image: url('../images/slider_2_smartphone_portrait.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .brand_section {
    height: auto;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: auto;
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 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;
  }

  .logo-section {
    display: block;
    width: 80vw;
    height: auto;
    padding: 20px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logo_smart {
    display: block;
    width: 50%;
    height: 80px;
    margin-right: 0px;
    margin-left: 0px;
    clear: none;
    -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;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-size: 70px;
  }

  .logo_jeep {
    display: block;
    width: 50%;
    height: 80px;
    margin-right: 0px;
    float: left;
    clear: left;
    background-size: 80px;
  }

  .logo_fiat {
    width: 50%;
    height: 80px;
    margin-right: 0px;
    margin-left: 0px;
    clear: left;
    background-size: 90px;
  }

  .logo_audi {
    width: 50%;
    height: 80px;
    margin-left: 0px;
    clear: none;
    background-size: 80px;
  }

  .logo_brand {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .chi_siamo {
    height: auto;
    margin-top: 0px;
    float: none;
  }

  .heading-4 {
    display: block;
    margin-top: 20px;
    padding-top: 0px;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-3 {
    font-size: 14px;
    text-align: center;
  }

  .slider {
    margin-bottom: 0px;
  }

  .div-block-3 {
    margin-top: 0px;
  }

  .header {
    position: static;
    display: block;
    margin-top: 30px;
  }

  .service_section {
    margin-top: 35px;
  }

  .heading-6 {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-4 {
    margin-top: 20px;
    line-height: 20px;
  }

  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -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;
  }

  .gallery {
    display: none;
    width: 90%;
    height: auto;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .heading-7 {
    width: 100%;
    height: 40px;
    padding-top: 0px;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-11 {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
  }

  .contenitore_img {
    width: 220px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .img_2 {
    z-index: 10;
    width: 220px;
    height: 200px;
    margin-bottom: 80px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .img_3 {
    z-index: 9;
    width: 220px;
    height: 200px;
    margin-bottom: 80px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .img_4 {
    z-index: 8;
    width: 220px;
    height: 200px;
    margin-bottom: 80px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .img_5 {
    z-index: 7;
    width: 220px;
    height: 200px;
    margin-bottom: 80px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .div-block-17 {
    z-index: 11;
    width: 220px;
    height: 200px;
    margin-bottom: 80px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .img_6 {
    z-index: 6;
    width: 220px;
    height: 200px;
    margin-bottom: 80px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .img_7 {
    z-index: 5;
    width: 220px;
    height: 200px;
    margin-bottom: 80px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .img_8 {
    z-index: 4;
    width: 220px;
    height: 200px;
    margin-bottom: 80px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .img_9 {
    z-index: 3;
    width: 220px;
    height: 200px;
    margin-bottom: 80px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .footer {
    height: auto;
  }

  .banner_3 {
    height: auto;
  }

  .banner {
    height: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-8 {
    width: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .cosa-dicono-di-noi {
    height: auto;
  }

  .block-quote {
    height: 400px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-17 {
    width: auto;
    float: none;
    font-size: 16px;
  }

  .paragraph-11 {
    width: auto;
    float: none;
    clear: none;
  }

  .container-4 {
    height: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
    -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-28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .campo-prezzo {
    width: 100px;
    clear: none;
  }

  .paragraph-16 {
    color: #000;
  }

  .paragraph-18 {
    color: #000;
  }

  .paragraph-19 {
    color: #000;
  }

  .paragraph-20 {
    color: #000;
  }

  .paragraph-21 {
    color: #000;
  }

  .paragraph-22 {
    color: #000;
  }

  .logo_footer {
    height: 100px;
    margin-right: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .tendina_1 {
    width: 270px;
  }

  .tendina_2 {
    width: 270px;
  }

  .tendina_3 {
    width: 270px;
  }

  .tendina_4 {
    width: 270px;
  }

  .tendina_5 {
    width: 270px;
  }

  .tendina_6 {
    width: 270px;
  }

  .tendina_7 {
    width: 270px;
  }

  .tendina_8 {
    width: 270px;
  }

  .tendina_9 {
    width: 270px;
  }

  .link-block {
    height: auto;
    padding: 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .parco-auto {
    height: auto;
    line-height: 20;
  }

  .banner-top {
    margin-top: 110px;
    background-image: url('../images/banner-mobile-x2.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .paragraph-25 {
    width: 100%;
    font-size: 15px;
    line-height: 24px;
  }

  .heading_chi-siamo {
    margin-top: 0px;
    font-size: 16px;
    line-height: 24px;
  }

  .pharagraph_parco-auto_2 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 24px;
  }

  .heading-22 {
    height: 40px;
    font-size: 16px;
    line-height: 24px;
  }

  .tendina_10 {
    width: 270px;
  }

  .img_10 {
    z-index: 2;
    width: 220px;
    height: 200px;
    margin-bottom: 80px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .img_11 {
    position: relative;
    z-index: 1;
    width: 220px;
    height: 200px;
    margin-bottom: 80px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .img_12 {
    width: 220px;
    height: 200px;
    margin-bottom: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .tendina_11 {
    width: 270px;
  }

  .link-block-14 {
    display: block;
  }

  .left-arrow-2 {
    display: none;
  }

  .right-arrow-2 {
    display: none;
  }

  .slide-10 {
    height: 400px;
  }

  .slide-nav {
    display: none;
  }

  .menu-button {
    margin-left: 10px;
    padding-right: 0px;
  }

  .gallery-mobile {
    display: block;
    width: 90%;
    height: auto;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .header-landscape {
    position: static;
    display: none;
    margin-top: 30px;
  }

  .hero-landscape {
    display: none;
  }

  .gallery_2 {
    display: none;
    width: 90%;
    height: auto;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .galleria-img {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .contenitore-img-1 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .img-sx {
    width: 100%;
  }

  .img-centro {
    width: 100%;
  }

  .img-dx {
    width: 100%;
  }

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

  .img-sx-2 {
    width: 100%;
  }

  .img-centro-2 {
    width: 100%;
  }

  .img-dx-2 {
    width: 100%;
  }

  .contenitore-img-3 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .img-sx-3 {
    width: 100%;
  }

  .img-centro-3 {
    width: 100%;
  }

  .img-dx-3 {
    width: 100%;
  }

  .contenitore-img-4 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .img-sx-4 {
    width: 100%;
  }

  .img-centro-4 {
    width: 100%;
  }

  .img-dx-4 {
    width: 100%;
  }
}

