.home01 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  max-height: 250px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -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: #292929;
  color: #fff;
}

.centered-container {
  overflow: visible;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.button {
  border-radius: 13px;
  font-family: 'Varela Round', sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.red-buttonb {
  width: 50px;
  height: 50px;
  min-width: 0px;
  margin-right: 10px;
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
  border: 2px solid #000;
  border-radius: 8px;
  background-color: #e83f25;
  font-size: 20px;
  line-height: 35px;
}

.columns {
  position: relative;
  display: block;
  margin-left: 10px;
}

.text-block {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}

.blu-buttonb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  margin-right: 10px;
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
  -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;
  border: 2px solid #000;
  border-radius: 8px;
  background-color: #1719bb;
  font-size: 20px;
  line-height: 35px;
}

.black-button {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
  border: 2px solid #000;
  border-radius: 8px;
  background-color: #131313;
  font-size: 20px;
  line-height: 35px;
}

.yel-buttonb {
  position: static;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
  border: 2px solid #000;
  border-radius: 8px;
  background-color: #dab306;
  font-size: 20px;
  line-height: 35px;
}

.bianc-button {
  width: 50px;
  height: 50px;
  margin-left: 0px;
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
  border: 2px solid #000;
  border-radius: 8px;
  background-color: #f5f5f3;
  font-size: 20px;
  line-height: 35px;
}

.grigio-button {
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
  border: 2px solid #000;
  border-radius: 8px;
  background-color: #7b7b7a;
  font-size: 20px;
  line-height: 35px;
}

.heading {
  padding-bottom: 20px;
}

.html-embed {
  width: 10%;
  height: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.section {
  display: block;
}

.div-block {
  position: static;
}

.container {
  height: 100%;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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-2 {
  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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.html-embed-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.html-embed-3 {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.html-embed-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 700px;
  margin-bottom: 0px;
}

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

.pannello01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 20px;
  padding-top: 0px;
  padding-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.body {
  display: block;
  overflow: visible;
  height: 100.0000012779555%;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: hsla(0, 0%, 100%, 0);
  -o-object-fit: cover;
  object-fit: cover;
}

.black_buto_s {
  width: 50px;
  height: 50px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 8px;
  background-color: #000;
}

.columns-4 {
  width: 100%;
  height: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  background-color: hsla(0, 0%, 93.5%, 0);
}

.hero-overlay {
  display: block;
  height: auto;
  max-height: 0px;
  max-width: 500px;
  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;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6));
  color: #fff;
}

.centered-container-2 {
  display: block;
  padding-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.div-block-4 {
  background-color: #919191;
}

.heading-2 {
  height: 60px;
  margin-bottom: 20px;
  padding-top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  background-color: #000;
  color: #fff;
  font-size: 25px;
  line-height: 60px;
  text-align: center;
}

.text-block-2 {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 10px;
  color: #000;
  font-size: 35px;
  font-weight: 700;
  text-align: left;
}

.column-3 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-5 {
  width: 80%;
  height: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #000;
  border-radius: 0px;
  background-color: #000;
  text-align: center;
}

.descrizione {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  color: #000;
  font-size: 15px;
}

.grigio_but {
  width: 50px;
  height: 50px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 8px;
  background-color: #6d6d6d;
}

.column-4 {
  display: block;
  height: 700px;
  padding-top: 60px;
  padding-right: 0px;
  padding-left: 75px;
  background-color: #e8e8e8;
  -o-object-fit: fill;
  object-fit: fill;
}

.legno-but {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
  border: 2px solid #000;
  border-radius: 8px;
  background-color: #131313;
  background-image: url('../images/icona_legno.jpg');
  background-position: 0px 0px;
  background-size: auto;
  font-size: 20px;
  line-height: 35px;
}

.tondo-but {
  position: static;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
  border: 2px solid #000;
  border-radius: 8px;
  background-color: rgba(218, 179, 6, 0);
  font-size: 20px;
  line-height: 35px;
}

.quad-but {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  margin-right: 10px;
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
  -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;
  border: 2px solid #000;
  border-radius: 20px;
  background-color: rgba(254, 254, 254, 0);
  font-size: 20px;
  line-height: 35px;
}

.div-block-6 {
  position: absolute;
  left: 0%;
  top: 10%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  width: 300px;
  height: 450px;
  min-height: 0px;
  min-width: 0px;
  margin-top: 0px;
  margin-left: 62px;
  padding-right: 0px;
  text-align: left;
}

.div-block-7 {
  position: relative;
  display: block;
}

.pannello02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 20px;
  padding-top: 0px;
  padding-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.pannello03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 20px;
  padding-top: 0px;
  padding-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  .red-buttonb {
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }

  .columns {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    -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;
  }

  .blu-buttonb {
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }

  .black-button {
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }

  .yel-buttonb {
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }

  .bianc-button {
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }

  .heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .paragraph {
    display: block;
  }

  .html-embed-4 {
    width: 100%;
    height: 700px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .pannello01 {
    margin-top: 0px;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }

  .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: 100px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .black_buto_s {
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }

  .columns-4 {
    height: 500px;
    margin-right: 0px;
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: hsla(0, 0%, 93.5%, 0);
  }

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

  .heading-2 {
    padding-bottom: 0px;
    font-size: 30px;
  }

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

  .column-3 {
    height: 800px;
    padding-left: 0px;
  }

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

  .grigio_but {
    width: 30px;
    height: 30px;
  }

  .column-4 {
    position: relative;
    height: 700px;
    padding-top: 25px;
    padding-right: 0px;
    padding-left: 25px;
    background-color: #e8e8e8;
  }

  .legno-but {
    width: 30px;
    height: 30px;
    margin-right: 20px;
    padding-left: 10px;
  }

  .tondo-but {
    width: 35px;
    height: 35px;
    line-height: 20px;
  }

  .quad-but {
    width: 35px;
    height: 35px;
    margin-left: 20px;
    line-height: 20px;
  }

  .div-block-6 {
    width: 270px;
    height: 280px;
    margin-top: -73px;
    margin-left: 22px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .div-block-7 {
    width: 100%;
    height: 100%;
  }

  .pannello02 {
    margin-top: 0px;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }

  .pannello03 {
    margin-top: 0px;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }
}

@media screen and (max-width: 767px) {
  .home01 {
    height: 100vh;
    max-height: 550px;
    padding: 0px 20px;
  }

  .column {
    position: relative;
  }

  .column-2 {
    display: block;
    font-weight: 400;
  }

  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .html-embed-4 {
    height: 100%;
    padding-bottom: 0px;
  }

  .pannello01 {
    height: 50px;
  }

  .body {
    display: block;
  }

  .columns-4 {
    display: block;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .hero-overlay {
    display: block;
    height: 100%;
    max-width: 100%;
    margin-bottom: 0px;
    padding: 0px 20px;
    background-color: hsla(0, 0%, 100%, 0);
    background-image: none;
  }

  .centered-container-2 {
    position: absolute;
    display: block;
    height: 100%;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -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;
    text-align: center;
  }

  .heading-2 {
    padding-bottom: 55px;
  }

  .column-3 {
    margin-top: 57px;
  }

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

  .column-4 {
    display: block;
    height: 100%;
    margin-bottom: -235px;
    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;
  }

  .paragraph-2 {
    height: 100px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .div-block-6 {
    top: 10%;
    width: 290px;
    height: 270px;
    margin-top: -78px;
    margin-bottom: 0px;
    margin-left: 10px;
    border-radius: 0px;
  }
}

@media screen and (max-width: 479px) {
  .home01 {
    max-height: 600px;
  }

  .centered-container {
    text-align: left;
  }

  .red-buttonb {
    width: 25px;
    height: 25px;
  }

  .columns {
    display: block;
  }

  .blu-buttonb {
    width: 25px;
    height: 25px;
  }

  .black-button {
    width: 25px;
    height: 25px;
  }

  .yel-buttonb {
    width: 25px;
    height: 25px;
  }

  .bianc-button {
    width: 25px;
    height: 25px;
  }

  .html-embed-4 {
    position: absolute;
    width: 100%;
    height: 650px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .pannello01 {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: 30px;
    margin-top: -30px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 78px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .black_buto_s {
    width: 25px;
    height: 25px;
  }

  .columns-4 {
    height: 200px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .hero-overlay {
    max-height: 0%;
    max-width: 0px;
    margin-bottom: 0px;
    padding: 0px;
  }

  .centered-container-2 {
    display: block;
    height: 100px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    text-align: left;
  }

  .heading-2 {
    height: 40px;
    margin-top: 0px;
    padding-bottom: 0px;
    font-size: 25px;
    line-height: 40px;
  }

  .text-block-2 {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 18px;
  }

  .column-3 {
    position: absolute;
    height: 200px;
    margin-top: 200px;
  }

  .div-block-5 {
    width: 280px;
    margin-top: 7px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .grigio_but {
    width: 25px;
    height: 25px;
  }

  .column-4 {
    position: relative;
    height: 100%;
    margin-bottom: 0px;
  }

  .paragraph-2 {
    height: 100px;
    margin-top: 0px;
    padding-top: 0px;
  }

  .legno-but {
    width: 25px;
    height: 25px;
  }

  .tondo-but {
    width: 25px;
    height: 25px;
  }

  .quad-but {
    width: 25px;
    height: 25px;
  }

  .div-block-6 {
    top: 1%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    height: 100px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .pannello02 {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: 30px;
    margin-top: -29px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 140px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .pannello03 {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: 30px;
    margin-top: -28px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 110px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }
}