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

.body {
  background-color: #fff;
  font-family: 'Proxima Nova', sans-serif;
  color: #ff8200;
  font-size: 15px;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 625px;
  -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: #ff8200;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 100%;
  padding: 40px 30px 40px 50px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  height: 100%;
  padding-top: 20px;
  padding-right: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/Front-View.png');
  background-position: 50% -50%;
  background-size: 700px;
  background-repeat: no-repeat;
}

.image {
  display: block;
  width: 200px;
}

.heading {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
}

.image-2 {
  width: 475px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 600px;
  -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-3 {
  width: 50%;
  height: 100%;
  background-image: url('../images/7.--Encimera-Mademsa-M-EE45ED-A-ambientada-2000x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 40px 60px;
  -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;
  background-color: #9a5394;
}

.heading-2 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}

.image-3 {
  width: 350px;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 700px;
  -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-5 {
  width: 50%;
  height: 100%;
  background-color: #ff8200;
  background-image: url('../images/Perspectiva-Nicho-con-cambio-de-perillas.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-6 {
  width: 50%;
  height: 100%;
  background-color: transparent;
}

.div-block-7 {
  width: 100%;
  height: 55%;
  background-image: url('../images/AdobeStock_294378419_Preview.jpeg');
  background-position: 25% 70%;
  background-size: 1000px;
  background-repeat: no-repeat;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45%;
  padding: 30px 49px 30px 50px;
  -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;
  background-color: #9a5394;
}

.heading-3 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}

.image-4 {
  width: 325px;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 550px;
  -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: #32cdc8;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  height: 100%;
  -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-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-5 {
  position: relative;
  width: 750px;
  max-width: 100%;
  margin-right: 0px;
  margin-left: -50px;
}

.tabs {
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  margin-bottom: 30px;
  -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;
}

.tab-link-tab-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #ff8200;
  font-family: 'Font Awesome', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 900;
}

.tab-link-tab-2.w--current {
  background-color: #ff8200;
  color: #ff8200;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-content {
  width: 100%;
}

.tab-pane-tab-1 {
  width: 100%;
}

.tab-pane-tab-2 {
  width: 100%;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.000026%;
  height: 275px;
  margin-bottom: 10px;
  padding: 40px 50px 40px 40px;
  -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;
  background-color: #ff8200;
  color: #fff;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
  text-transform: uppercase;
}

.paragraph {
  margin-bottom: 0px;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
}

.tab-link-tab-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #ff8200;
  font-family: 'Font Awesome', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 900;
}

.tab-link-tab-1.w--current {
  background-color: #ff8200;
  color: #ff8200;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff8200;
}

.grid {
  width: 90%;
  height: auto;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-column-gap: 35px;
  grid-row-gap: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-12 {
  position: absolute;
  right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  width: 140px;
}

.esp-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 575px;
  -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: url('../images/Perspectiva-con-cambio-de-perillas.png');
  background-position: 50% 50%;
  background-size: 575px;
  background-repeat: no-repeat;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-7 {
  width: 100%;
}

.tabela {
  width: 375px;
  padding-top: 0px;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}

.image-8 {
  width: 225px;
  margin-bottom: 10px;
}

.tabela-nome {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
  text-align: left;
}

.heading-5 {
  margin-top: 8px;
  margin-bottom: 0px;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
}

.grid-2 {
  width: 100%;
  height: auto;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-size: 12px;
  line-height: 15px;
}

.tabela-medida {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  text-align: right;
}

.image-9 {
  display: none;
  width: 200px;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

@media screen and (min-width: 1280px) {
  .div-block {
    padding-right: 40px;
  }

  .tabs {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .div-block {
    padding-left: 80px;
  }

  .heading {
    font-size: 40px;
    line-height: 50px;
  }

  .image-2 {
    margin-right: 10px;
  }

  .section {
    height: 700px;
  }

  .div-block-7 {
    background-size: 1100px;
  }

  .div-block-8 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .image-5 {
    width: 775px;
    margin-left: -65px;
  }

  .tabs {
    width: 85%;
    margin-left: 0px;
  }

  .div-block-11 {
    padding-right: 60px;
  }

  .esp-img {
    background-position: 50% 50%;
    background-size: 650px;
  }

  .tabela {
    width: 400px;
  }
}

@media screen and (min-width: 1920px) {
  .header {
    height: 850px;
  }

  .div-block {
    padding-right: 50px;
    padding-left: 125px;
  }

  .div-block-2 {
    padding-top: 30px;
    padding-right: 50px;
    background-size: 900px;
  }

  .image {
    width: 275px;
  }

  .heading {
    font-size: 50px;
    line-height: 60px;
  }

  .image-2 {
    width: 600px;
  }

  .section {
    height: 800px;
  }

  .div-block-4 {
    padding-right: 100px;
    padding-left: 100px;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .image-3 {
    width: 450px;
  }

  .section-2 {
    height: 850px;
  }

  .div-block-7 {
    background-position: 25% 75%;
    background-size: 1400px;
  }

  .div-block-8 {
    padding-right: 80px;
    padding-left: 80px;
  }

  .heading-3 {
    font-size: 40px;
    line-height: 50px;
  }

  .image-4 {
    width: 425px;
  }

  .section-3 {
    height: 750px;
  }

  .image-5 {
    width: 950px;
    margin-left: -80px;
  }

  .tabs {
    width: 80%;
  }

  .tab-link-tab-2 {
    width: 30px;
    height: 30px;
  }

  .div-block-11 {
    height: 350px;
    padding-right: 80px;
    padding-left: 60px;
  }

  .heading-4 {
    font-size: 50px;
    line-height: 60px;
  }

  .paragraph {
    font-size: 35px;
    line-height: 45px;
  }

  .tab-link-tab-1 {
    width: 30px;
    height: 30px;
  }

  .grid {
    height: 775px;
    margin-bottom: 60px;
    -ms-grid-columns: 1.25fr 1fr;
    grid-template-columns: 1.25fr 1fr;
  }

  .div-block-12 {
    right: 60px;
  }

  .image-6 {
    width: 175px;
  }

  .esp-img {
    height: 725px;
    background-size: 950px;
  }

  .div-block-14 {
    -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;
  }

  .tabela {
    width: 450px;
  }

  .image-8 {
    width: 275px;
  }

  .tabela-nome {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-5 {
    font-size: 20px;
    line-height: 25px;
  }

  .tabela-medida {
    font-size: 15px;
    line-height: 20px;
  }

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

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

@media screen and (max-width: 991px) {
  .header {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block {
    width: 100%;
    height: auto;
    padding-right: 60px;
    -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-2 {
    width: 100%;
    height: 400px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-position: 50% 40%;
    background-size: 650px;
  }

  .image {
    display: none;
  }

  .heading {
    text-align: center;
  }

  .div-block-4 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section-2 {
    height: 700px;
  }

  .div-block-7 {
    height: 50%;
    background-position: 25% 80%;
    background-size: auto;
  }

  .div-block-8 {
    height: 50%;
    padding: 40px;
  }

  .section-3 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

  .image-5 {
    width: 700px;
    margin-top: -25px;
    margin-left: 0px;
  }

  .tabs {
    width: 65%;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-11 {
    height: 300px;
    margin-bottom: 0px;
    padding-right: 40px;
    padding-bottom: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-4 {
    text-align: center;
  }

  .section-4 {
    padding-bottom: 30px;
  }

  .grid {
    width: 90%;
    height: auto;
    margin-bottom: 50px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-12 {
    right: auto;
  }

  .image-6 {
    width: 125px;
  }

  .esp-img {
    height: 425px;
    background-position: 50% 50%;
    background-size: 550px;
  }

  .div-block-14 {
    -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;
  }

  .tabela {
    width: 425px;
  }

  .image-8 {
    width: 250px;
  }

  .image-9 {
    display: block;
  }

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

@media screen and (max-width: 767px) {
  .div-block {
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-2 {
    height: 400px;
    background-position: 50% 40%;
    background-size: 600px;
  }

  .image {
    width: 200px;
  }

  .heading {
    margin-top: 0px;
  }

  .section {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .div-block-4 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-2 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-7 {
    height: 350px;
    background-position: 25% 75%;
    background-size: 950px;
  }

  .div-block-8 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-5 {
    width: 600px;
  }

  .tabs {
    width: 80%;
  }

  .tabs-menu {
    margin-bottom: 15px;
  }

  .div-block-11 {
    height: 300px;
  }

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

  .paragraph {
    text-align: center;
  }

  .esp-img {
    background-size: 500px;
  }

  .tabela {
    width: 400px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    padding: 20px;
  }

  .div-block-2 {
    height: 225px;
    background-position: 50% 40%;
    background-size: 325px;
  }

  .image {
    width: 155px;
  }

  .heading {
    font-size: 21px;
    line-height: 32px;
  }

  .image-2 {
    width: 300px;
  }

  .div-block-3 {
    height: 350px;
  }

  .div-block-4 {
    padding-right: 30px;
    padding-left: 30px;
  }

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

  .image-3 {
    width: 250px;
  }

  .div-block-5 {
    height: 300px;
  }

  .div-block-7 {
    height: 225px;
    background-size: 650px;
  }

  .div-block-8 {
    padding-right: 30px;
    padding-left: 30px;
  }

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

  .image-4 {
    width: 250px;
  }

  .image-5 {
    width: 99%;
  }

  .tabs {
    width: 90%;
  }

  .div-block-11 {
    width: 90%;
    height: 225px;
    padding: 30px 20px;
  }

  .heading-4 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph {
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    text-align: left;
  }

  .grid {
    grid-row-gap: 20px;
  }

  .esp-img {
    height: 250px;
    background-position: 50% 50%;
    background-size: 285px;
  }

  .tabela {
    width: 250px;
  }

  .image-8 {
    width: 200px;
  }

  .image-9 {
    width: 175px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6281fefd-4fe4-4931-a450-7eaa8edb649d-9c8eb639 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Extrabold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-RegularIt.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-LightIt.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-SemiboldIt.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}