.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;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 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-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

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

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -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(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.centered-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-left: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.call-to-action {
  position: static;
  display: block;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  -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;
}

.call-to-action.feature-prof {
  display: block;
  height: auto;
  background-color: #eeeef0;
}

.call-to-action.fgss2635tf {
  height: 100%;
  background-color: #eeeef0;
}

.feature-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  margin-bottom: 0px;
  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: transparent;
  background-image: linear-gradient(295deg, #000, hsla(0, 0%, 100%, 0)), url('../images/19_FG_White_Transitional_V1_01_914.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-x;
}

.feature-section.professional-banner {
  height: 550px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: linear-gradient(108deg, #1e1e1e 32%, hsla(0, 0%, 100%, 0)), url('../images/banner-v5-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.feature-section.professional-banner.prof-2 {
  background-image: linear-gradient(108deg, #1e1e1e 23%, hsla(0, 0%, 100%, 0)), url('../images/banner-v1.jpg');
  background-position: 0px 0px, 100% 50%;
}

.feature-section.topo-p-02 {
  background-image: linear-gradient(85deg, #000, hsla(0, 0%, 100%, 0)), url('../images/18_FG_LillianMaple_OA1_848.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-x;
}

.feature-section.topo-p-02.grad-02 {
  background-image: linear-gradient(267deg, #000 23%, hsla(0, 0%, 100%, 0) 76%), url('../images/19_FG_White_Transitional_V1_01_914.jpg');
  background-position: 0px 0px, 0% 100%;
  background-size: auto, 990px;
  background-repeat: repeat, no-repeat;
}

.feature-section.topo-p-02.grad-02.fgss2635tf-topo {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(29%, #000), color-stop(77%, hsla(0, 0%, 100%, 0))), url('../images/bg-topo.jpg');
  background-image: linear-gradient(270deg, #000 29%, hsla(0, 0%, 100%, 0) 77%), url('../images/bg-topo.jpg');
  background-position: 0px 0px, 0% 80%;
  background-size: auto, 920px;
}

.feature-section.topo-p-02.grad-02.fftr2021ts-topo {
  background-image: linear-gradient(273deg, #000 23%, hsla(0, 0%, 100%, 0) 82%), url('../images/FF_FFEH3054US_FFID2458US_V1_815.jpeg');
  background-position: 0px 0px, 0% 73%;
}

.feature-section.topo-p-02.grad-02.fftr2021ts-topo.mobile {
  height: 70vh;
  background-image: linear-gradient(79deg, rgba(16, 16, 16, 0.98) 36%, hsla(0, 0%, 100%, 0) 67%), url('../images/FOE72T2IUX_ambientado.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.feature-section.topo-p-02.grad-02.fftr2021ts-topo.mobile.mobile-2 {
  height: 700px;
}

.feature-section.ffef3054ts-topo {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-image: linear-gradient(82deg, #000 21%, hsla(0, 0%, 100%, 0) 74%), url('../images/FF_FF_EF_MV_V1_02_17_714-2.jpeg');
  background-position: 0px 0px, 100% 100%;
  background-repeat: repeat, no-repeat;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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;
}

.feature-image-mask {
  width: auto;
  margin-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.feature-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.gallery {
  margin-right: 100px;
  margin-left: 100px;
  padding-top: 30px;
  padding-bottom: 100px;
}

.gallery.galeria-prof {
  display: none;
  overflow: hidden;
}

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 3fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 3fr 20px 3fr 20px 3fr 20px 3fr;
  grid-template-columns: 3fr 3fr 3fr 3fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
  padding-left: 0px;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid rgba(0, 0, 0, 0.39);
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

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

.image {
  display: block;
}

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

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  width: 50%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-grid-container.professional-cards-banner {
  width: auto;
  padding-right: 0px;
  font-weight: 500;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 65%;
  height: auto;
  padding-top: 27%;
  border-radius: 0%;
  background-color: transparent;
}

.cards-image-mask.cards-banner {
  width: auto;
  margin-right: 0px;
  padding-top: 100%;
  border-radius: 15%;
  background-color: #ee405a;
  background-image: linear-gradient(41deg, #323333, #4d4d4d, #ee405a 44%);
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 40%;
  height: auto;
  max-width: none;
  padding: 0px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.cards-image.banner-padding-image {
  width: 100%;
  padding: 15px;
}

.div-block {
  display: none;
  width: 100%;
  margin-top: 40px;
  margin-right: 0px;
  margin-left: 0px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block.cards-professional-b {
  display: block;
  width: 50%;
  margin-top: 20px;
}

.div-block.cards-professional-b.p2-b-cards {
  display: block;
}

.div-block-2 {
  display: block;
  width: 390px;
  padding-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-2.div-banner-width {
  width: 55%;
}

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

.cards-grid-container-2 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-top: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.video {
  width: auto;
  margin-top: 40px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 40px 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  text-align: left;
}

.div-block-5._07 {
  width: 100%;
  padding: 20px 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #ee405a;
  text-align: left;
}

.div-block-5._07.div-white-prof {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-5.banner-img-text-2-div {
  display: block;
  width: 100%;
  margin-top: 0px;
  padding: 40px 100px;
  -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;
  text-align: left;
}

.div-block-5.banner-img-text-2-div.div-store-more {
  width: 100%;
  margin-top: 0px;
  padding: 100px;
}

.div-block-5.banner-img-text-2-div.text-cajones {
  padding-right: 45px;
  padding-left: 45px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.div-block-5.banner-img-text-2-div.banner-div-sec-1 {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-5.banner-img-text-2-div.banner-div-sec-1.div-text-cont-1 {
  padding-right: 20px;
  padding-left: 20px;
}

.div-block-5.banner-img-text-2-div.crisp-text {
  padding-right: 50px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-5.div-adjustable {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: right;
}

.div-block-5.div-5-1 {
  height: auto;
  padding-right: 116px;
  padding-left: 116px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-5.puerta-text-div {
  padding-right: 65px;
  padding-left: 65px;
}

.div-block-5.cajon-div {
  padding-right: 49px;
  padding-left: 49px;
}

.div-block-5.las-puertas-text {
  padding-right: 98px;
  padding-left: 98px;
}

.div-block-5.puertas-store {
  width: 100%;
  padding: 100px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.div-block-5.puertas-text {
  padding-right: 29px;
  padding-left: 29px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-5.space-estande-padding {
  padding: 40px 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.div-block-5.reloj-tezt {
  padding: 0px 0px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.image-2 {
  width: auto;
}

.image-2.card1-prof {
  display: none;
}

.column {
  display: block;
  overflow: auto;
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/FGHB2868TF-F6_734.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}

.column:hover {
  background-image: url('../images/FGHB2868TF-F5_734.jpeg'), url('../images/FGHB2868TF-F6_734.jpeg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, repeat-x;
}

.column.org {
  height: 100%;
  background-image: url('../images/FG4H2272UF-F4_833.jpg');
  background-position: 0% 100%;
  background-size: 510px;
  background-repeat: no-repeat;
}

.column.org.produto-03 {
  background-image: url('../images/FGHB2868TF-F2_732.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.column.org.produto-03.dobra-03-pro02 {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-image: url('../images/FGHB2868TF-EffortlessGlide_736.jpeg');
  background-position: 50% 50%;
}

.column.org.produto-03.dobra-03-pro02.img-cajon {
  background-image: url('../images/FFTR2021TS-F7_702.jpeg');
}

.column.org.produto-03.store-mote-img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-image: url('../images/FGSS2635TF-F9_Loaded_706.jpeg');
}

.column.org.produto-03.store-mote-img.colum-pureair {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.column.org.banner-img-prof {
  background-image: url('../images/IMG-S1.jpg');
  background-size: cover;
}

.column.org.banner-img-prof.sec-2-prof {
  background-image: url('../images/Sec-1.jpg');
  background-position: 50% 50%;
}

.column.org.banner-img-prof.bg-prof-1-sec-1-img {
  background-image: url('../images/S1-FPID2498SF-OLH_631.jpg');
}

.column.tw-colum {
  background-image: url('../images/08_FG4H2272UF_2510_JL_v5.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat-x;
}

.column.colun-open {
  background-image: url('../images/07_FG4H2272UF_2354-2_JL_v5-1.jpeg');
  background-position: 50% 50%;
  background-size: auto;
}

.column.colun-open.filtro-hielo-colum {
  background-image: url('../images/FGHB2868TF-WaterFilter_installed_706.jpeg');
}

.column.colun-open.stante-colum {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -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: rgba(50, 51, 51, 0.7);
  background-image: none;
}

.column.colun-sistem {
  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;
  background-color: #fff;
}

.column.colun-sistem.bg-primary-4 {
  background-color: #ee405a;
  background-image: none;
}

.column.colun-sistem.bg-white-prof {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.column.bg-first-image-prof {
  display: block;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/IMG-S4.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.column.smudge-proof-img {
  background-image: url('../images/FGSS2635TF-SP_710.jpeg');
  background-position: 0% 50%;
  background-size: cover;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 380px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns.swap {
  height: 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;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.columns.swap.interior-colun {
  height: 380px;
}

.columns.swap.interior-colun.sec-6-cols {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.columns.bg-white-sec2 {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  background-color: #fff;
}

.columns.colum-bg-white {
  height: 100%;
}

.columns.colum-bg-white.prof-bg-white {
  background-color: #fff;
}

.columns.colum-bg-primary.banner-img-text-2 {
  height: 100%;
  background-image: none;
}

.columns.colum-bg-primary.banner-img-text-2.colum-sec-1 {
  height: 100%;
}

.columns.colum-bg-primary.banner-img-text-2.recu-coluns {
  height: 100%;
}

.columns.puerta-colum {
  height: 100%;
}

.columns.gran-colum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 670px;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.columns.sec-5-cols-desk {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.feature-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 57px;
  -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;
  background-color: #fff;
  color: #323333;
}

.feature-section-2.bg-primary {
  background-color: #ee405a;
}

.feature-section-2.section-tw {
  background-color: #ee405a;
}

.flex-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.grid {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 40px;
  padding-right: 60px;
  padding-left: 60px;
  grid-template-areas: ". Area"
    ". Area"
    ". Area"
    ". Area";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  color: #ee405a;
}

.grid.fgss2635tf {
  padding-top: 0px;
  padding-right: 140px;
  padding-left: 140px;
  grid-auto-flow: column;
  grid-auto-columns: 0.25fr;
  grid-auto-rows: 0px;
  grid-column-gap: 24px;
  grid-row-gap: 17px;
  -ms-grid-columns: 0.5fr 0.5fr 0.5fr;
  grid-template-columns: 0.5fr 0.5fr 0.5fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.grid.prof-2-caract-grid {
  -ms-grid-columns: 1fr 1.75fr 1fr;
  grid-template-columns: 1fr 1.75fr 1fr;
}

.image-3 {
  width: 70%;
  height: 100%;
}

.image-3.fgss2635tf-img {
  width: 100%;
}

.image-3.img-carac-sec {
  width: 100%;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -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;
}

.container.prof-conta-feature {
  display: block;
  -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-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;
}

.heading {
  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;
  font-size: 23px;
  text-align: right;
}

.feature-section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 125px;
  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;
}

.flex-container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-7 {
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #ee405a;
}

.heading-2 {
  border-bottom: 0px solid #ee405a;
  font-weight: 500;
  text-align: center;
}

.heading-2.div-prof-comprar {
  text-align: center;
}

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

.body-2 {
  overflow: visible;
  font-family: Gotham, sans-serif;
}

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

.heading-3 {
  color: #ee405a;
}

.heading-4 {
  margin-top: 10px;
  color: #ee405a;
}

.paragraph {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}

.paragraph-2 {
  font-size: 12px;
}

.paragraph-3 {
  color: #323333;
  font-size: 12px;
}

.paragraph-4 {
  color: #323333;
}

.paragraph-4.professionalbanner-text {
  color: #fff;
  font-size: 25px;
  line-height: 31px;
  font-weight: 300;
}

.paragraph-5 {
  padding-top: 10px;
  color: #ee405a;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}

.paragraph-6 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 31px;
  font-weight: 400;
  text-align: left;
}

.paragraph-6.paragrafo-banner {
  padding-left: 10px;
  text-align: left;
}

.paragraph-6.ffef3054ts {
  text-align: left;
}

.container-2 {
  padding-left: 71px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.container-2.head-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: right;
}

.container-2.head-02.ffef3054ts {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.heading-5 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #ee405a;
  font-size: 50px;
  text-align: left;
}

.heading-5.title-banner {
  margin-top: 10px;
}

.heading-5.ffef3054ts {
  text-align: left;
}

.image-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.image-4.tag-frigidaire {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  max-width: 100%;
}

.paragraph-7 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.paragraph-7.text-pure {
  text-align: left;
}

.paragraph-7.text-open {
  color: #323333;
  text-align: left;
}

.paragraph-7.text-open.filtro-text {
  color: #fff;
  line-height: 25px;
  text-align: left;
}

.paragraph-7.text-open.text-stant {
  color: #323333;
  text-align: right;
}

.paragraph-7.text-sw {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.paragraph-7.text-sw.banner-card-text-2p {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: Gotham, sans-serif;
  color: #323333;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.paragraph-7.text-sw.banner-card-text-2p.col-banner-1-text {
  font-family: Gotham, sans-serif;
  color: #fff;
  font-weight: 300;
}

.paragraph-7.text-sw.banner-card-text-2p.col-banner-1-text.banner-text-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.paragraph-7.text-sw.banner-card-text-2p.sitsten-text {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Gotham, sans-serif;
  color: #fff;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
}

.paragraph-7.tex-07 {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: Gotham, sans-serif;
  color: #323333;
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

.paragraph-7.store-more-text {
  font-family: Gotham, sans-serif;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
}

.bold-text {
  color: #fff;
  font-size: 32px;
  text-align: right;
}

.bold-text._03 {
  color: #fff;
  font-size: 31px;
  font-weight: 700;
}

.bold-text._03.ner-img-card-b {
  color: #ee405a;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  text-align: right;
}

.bold-text._03.ner-img-card-b.col-banner-1-title {
  color: #fff;
}

.bold-text._03.ner-img-card-b.sisten-text {
  display: block;
  color: #fff;
  font-size: 26px;
  line-height: 35px;
  text-align: left;
}

.bold-text._03.reloj-text {
  color: #323333;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
}

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

.heading-6.banner-img-card-text-2-h {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  -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;
  color: #323333;
  font-size: 30px;
  line-height: 38px;
  text-align: left;
}

.heading-6.banner-img-card-text-2-h.siten-text {
  color: #fff;
  text-align: left;
}

.heading-6.store-more-text {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 30px;
  text-align: left;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 37px;
  text-align: left;
}

.bold-text-2 {
  color: #fff;
  font-size: 32px;
  line-height: 33px;
}

.bold-text-2.interior-text {
  color: #323333;
  font-size: 31px;
  text-align: left;
}

.bold-text-2.text-video {
  color: #323333;
}

.text-block {
  text-align: right;
}

.text-block.paragraph-7 {
  color: #fff;
}

.text-block.paragraph-7.interior-text {
  color: #323333;
  line-height: 25px;
  text-align: left;
}

.text-block.paragraph-7.text-crispseal {
  color: #323333;
}

.heading-8 {
  color: #323333;
  font-size: 32px;
  line-height: 36px;
  text-align: right;
}

.heading-8.text-07 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 20px;
  -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;
  color: #ee405a;
  font-size: 28px;
  text-align: left;
}

.heading-8.filtro-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: left;
}

.heading-8.filtro-align.calientes-text {
  font-size: 24px;
  line-height: 26px;
  text-align: center;
}

.heading-8.text-puerta {
  text-align: left;
}

.heading-8.text-stante {
  color: #fff;
}

.bold-text-3 {
  color: #333;
  font-size: 30px;
}

.bold-text-3._07 {
  color: #ee405a;
  font-size: 28px;
  line-height: 39px;
  font-weight: 500;
  text-align: left;
}

.bold-text-3._07.r-r {
  color: #323333;
  font-size: 17px;
}

.bold-text-3._07.title-white {
  color: #fff;
  text-align: left;
}

.bold-text-3.filtro-text {
  color: #fff;
  font-size: 31px;
  line-height: 38px;
  text-align: left;
}

.bold-text-3.text-estante {
  color: #323333;
}

.heading-9 {
  font-size: 32px;
  line-height: 36px;
  text-align: right;
}

.text-block-2 {
  text-align: right;
}

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

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 30px;
  padding-left: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.column-2.tw-bg {
  border-right: 1px solid #000;
  background-image: url('../images/08_FG4H2272UF_2510_JL_v5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-2.text-smudge {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 640px;
  height: 380px;
  margin-right: 0px;
  margin-left: 0px;
  -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: 1px solid #000;
  background-color: #fff;
}

.columns-2.colun-pure {
  width: 800px;
  height: 230px;
  margin-top: 13px;
  margin-bottom: 13px;
}

.columns-2.colun-pure.smudge-colums {
  width: 800px;
  height: 290px;
  -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-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.columns-2.colun-pure.filtro-coluns {
  height: 440px;
}

.text-span {
  font-family: 'Custom fresh', sans-serif;
  font-size: 43px;
}

.bold-text-4 {
  color: #ee405a;
  font-weight: 400;
}

.banner-text-img-2 {
  height: 100%;
}

.banner-text-img-2.bg-white {
  height: 400px;
  padding-bottom: 0px;
}

.banner-text-img-2.bg-white.div-cont-2 {
  height: 500px;
}

.banner-text-img-2.bg-white.div-cont-2.colum-sec-2.mobile-col-sec-2 {
  height: 400px;
}

.banner-text-img-2.puerta-colum {
  height: 400px;
}

.banner-text-img-2.store-more-saction {
  margin-bottom: 0px;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.column-3.colun-sistem02 {
  height: 100%;
  padding-left: 0px;
  background-image: url('../images/IMG-S2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.column-3.colun-sistem02.dobra-04 {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-image: url('../images/08_FG4H2272UF_2510_JL_v5.jpg');
  background-position: 50% 50%;
}

.column-3.colun-sistem02.bg-white-prof {
  background-image: url('../images/IMG-S9.jpg');
}

.column-3.colun-sistem02.bg-white-prof.sec-2-prof-2 {
  background-image: url('../images/Sec-2.jpg');
  background-position: 50% 50%;
}

.column-3.filtro-column {
  height: 100%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.column-3.filtro-column.estante-bg {
  background-color: #fff;
}

.column-3.filtro-hielo {
  height: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-color: #ee405a;
}

.column-3.smodge-colum {
  height: 100%;
  background-color: #323333;
}

.section-2 {
  height: 330px;
}

.background-video {
  width: 100%;
  height: 330px;
}

.section-3 {
  display: block;
  height: 100%;
}

.background-video-2 {
  z-index: 9999;
  width: auto;
  height: 380px;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 40px;
  padding-left: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.section-4 {
  height: 449px;
}

.section-4.bg-primary.banner-img-text-3 {
  height: 400px;
}

.section-4.bg-primary.banner-img-text-3.dobra-03 {
  height: 400px;
}

.column-5 {
  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;
  background-color: #ee405a;
}

.column-5.banner-img-text-2-col2 {
  padding-right: 48px;
  padding-left: 48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background-color: #fff;
}

.column-5.banner-img-text-2-col2.produto-03 {
  height: 100%;
  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-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  text-align: left;
}

.column-5.banner-img-text-2-col2.produto-03.even-temp {
  height: 100%;
  padding-right: 40px;
  padding-left: 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-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-color: #ee405a;
}

.column-5.banner-img-text-2-col2.produto-03.even-temp.desktop {
  padding-left: 0px;
}

.column-5.banner-img-text-2-col2.produto-03.store-more {
  height: 100%;
  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-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-color: #ee405a;
}

.column-5.banner-img-text-2-col2.col-1-primary {
  background-color: #ee405a;
}

.background-video-3 {
  height: 380px;
  background-color: transparent;
}

.text-span-2 {
  font-family: 'Custom fresh', sans-serif;
  font-size: 38px;
}

.img-tw {
  max-width: 60%;
}

.bold-text-5 {
  color: #ee405a;
  text-align: right;
}

.heading-10 {
  text-align: left;
}

.column-6 {
  height: 100%;
  border-left: 1px solid #000;
  background-image: url('../images/FG4H2272UF-CP_829.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}

.column-6.cesta-img {
  background-image: url('../images/FGHB2868TF-DispenserGraphics_all_LIT_737.jpeg');
  background-size: cover;
}

.column-6.cesta-img.img-smudge {
  background-image: url('../images/FGHB2868TF-F13_734.jpeg');
}

.column-6.cesta-img.img-smudge.smudge-div {
  display: block;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px solid #000;
  background-image: none;
}

.heading-11 {
  display: inline-block;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  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;
  border-bottom: 2px solid #ee405a;
}

.bold-text-6 {
  color: #ee405a;
}

.bold-text-7 {
  color: #ee405a;
}

.image-5 {
  position: relative;
  left: -144px;
  top: 96px;
  border: 1px solid #000;
}

.heading-12 {
  margin-bottom: 0px;
  color: #fff;
  font-weight: 300;
}

.heading-12.card-prof-2-title-3 {
  font-size: 11px;
}

.heading-13 {
  color: #fff;
  font-weight: 300;
}

.heading-13.card-prof-2-title-2 {
  font-size: 11px;
}

.heading-14 {
  color: #fff;
  font-weight: 300;
}

.heading-14.card-prof-2-title-1 {
  font-size: 11px;
}

.heading-15 {
  margin-top: 0px;
  color: #c2c2c2;
  font-weight: 400;
}

.text-span-3 {
  font-family: 'Custom fresh', sans-serif;
  font-size: 50px;
}

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

.hero {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ee405a;
}

.flex-container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.hero-image-mask {
  display: block;
  width: 100%;
  margin-left: 40px;
  text-align: center;
}

.hero-image {
  width: 50%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
  font-size: 23px;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-12 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.hero-2 {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-image-mask-2 {
  width: 100%;
  margin-left: 40px;
}

.hero-image-mask-2.div-img-table {
  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;
}

.hero-image-2 {
  width: 70%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-block-14 {
  width: 100%;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 20px;
  background-color: #ee405a;
}

.div-block-15 {
  width: 100%;
  height: 300px;
  margin-right: 0px;
  margin-left: 0px;
  border-style: solid;
  border-width: 4px;
  border-color: #ee405a;
}

.div-block-15.table-prof-div {
  height: 400px;
  padding-right: 10px;
  padding-left: 10px;
}

.heading-18 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}

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

.paragraph-8 {
  padding: 20px 10px;
}

.div-block-17.table-w-prof {
  width: 50%;
}

.prof-section-2 {
  display: block;
  overflow: visible;
  height: 400px;
}

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

.div-block-18.div-prof {
  display: block;
  width: 100%;
  text-align: center;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  -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-bottom: 2px solid #ee405a;
  text-align: center;
}

.div-block-20 {
  display: block;
  width: auto;
  padding-right: 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.38);
}

.heading-19 {
  margin-top: 10px;
  color: #ee405a;
  font-size: 23px;
  font-weight: 700;
}

.heading-20 {
  margin-top: 10px;
  color: #ee405a;
  font-size: 23px;
}

.paragraph-9 {
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
}

.heading-21 {
  margin-top: 10px;
  color: #ee405a;
  font-size: 23px;
}

.paragraph-10 {
  color: #020202;
  font-size: 15px;
  font-weight: 300;
}

.paragraph-11 {
  color: #000;
  font-size: 15px;
  font-weight: 300;
}

.div-block-21 {
  padding-right: 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.38);
}

.div-block-22 {
  padding-right: 15px;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-3 {
  padding-right: 5px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-family: Lato, sans-serif;
  font-size: 11px;
}

.div-block-23 {
  width: 100%;
  height: 322px;
  background-image: url('../images/IMG-S1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-clip: border-box;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-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;
}

.heading-22 {
  margin-top: 0px;
  color: #ee405a;
  text-align: left;
}

.column-7 {
  height: 100%;
  margin-bottom: -64px;
}

.text-span-4 {
  color: #323333;
}

.section-video {
  height: 600px;
  padding-bottom: 10px;
}

.section-video.video-prof-2 {
  height: 600px;
}

.section-video.video-prof-2.prof-2-video-bg.sec-bg-prof-2p-video.version-3-video {
  height: 650px;
}

.section-video.bg-video-tela3.bg-tela-4-video {
  height: 650px;
}

.heading-23 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}

.paragraph-12 {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.heading-24 {
  margin-top: 60px;
}

.heading-25 {
  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;
  font-size: 23px;
  text-align: right;
}

.heading-26 {
  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;
  font-size: 23px;
  text-align: right;
}

.div-block-24 {
  width: 15%;
  border-style: solid;
  border-width: 0px 0px 2px;
  border-color: #ee405a;
  border-radius: 0px;
}

.info-right {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.heading-27 {
  font-size: 32px;
  line-height: 36px;
  text-align: center;
}

.heading-28 {
  font-size: 18px;
  line-height: 24px;
}

.heading-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 20px;
  line-height: 28px;
  text-align: right;
}

.heading-30 {
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}

.heading-31 {
  text-align: right;
}

.heading-32 {
  text-align: right;
}

.column-8 {
  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;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 89px;
  padding-left: 89px;
  -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-33 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}

.text-block-4 {
  color: #ee405a;
  font-size: 12px;
}

.collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.heading-34 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  background-color: #ee405a;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.collection-list {
  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;
}

.heading-35.right {
  text-align: right;
}

.heading-35.right.titulo-7 {
  font-size: 16px;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25px;
  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;
}

.info-img-centro {
  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;
}

.container-5 {
  padding-left: 0px;
}

.div-block-25 {
  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;
  text-align: center;
}

.div-block-25.div-b-comp {
  width: 100%;
  -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;
  text-align: center;
}

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

.div-block-26.carc-div-img {
  width: 100%;
}

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

.container-6 {
  padding: 20px 40px;
  text-align: left;
}

.column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-image: url('../images/IMG-S3.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.column-10.bg-section-6-prim {
  background-image: url('../images/IMG-S5.jpg');
}

.column-10.bg-section-6-prim.bg-sec-8-img {
  background-image: url('../images/IMG-S7.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.column-10.bg-section-6-prim.bg-sec-8-img.sec-6-primary-img {
  background-position: 50% 0%;
  background-size: cover;
}

.column-10.bg-section-6-prim.bg-sec-8-img.sec-6-primary-img.sec-6-col-prof-1-img-6 {
  background-image: url('../images/FPID2498SF-OLH_631.jpg');
  background-position: 50% 0%;
}

.column-10.bg-section-6-prim.prof-2-sec-5-img {
  background-image: url('../images/Sec-5.jpg');
  background-position: 50% 50%;
}

.column-10.img-3-product-2 {
  background-image: url('../images/Sec-3.jpg');
}

.column-11 {
  display: block;
  height: 100%;
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: transparent;
}

.columns-4 {
  display: block;
  height: 100%;
  background-color: #ee405a;
}

.columns-4.bg-white-colum {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #fff;
}

.div-block-29 {
  display: block;
  height: auto;
  padding: 20px;
  -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;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100.00015380882333%;
  -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;
}

.heading-39 {
  color: #fff;
  font-size: 28px;
}

.heading-39.bg-white-h1 {
  color: #ee405a;
}

.paragraph-13 {
  padding-top: 10px;
  color: #fff;
  font-size: 17px;
  line-height: 27px;
  font-weight: 300;
}

.paragraph-13.bg-white-pra {
  color: #ee405a;
}

.section-5 {
  height: 400px;
}

.section-5.bg-primary-section4 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.section-5.bg-primary-section4.bg-section-6.bg-sec-8-prim {
  height: 500px;
}

.section-5.bg-primary-section4.bg-section-6.bg-sec-8-prim.mobile-sec-final {
  display: block;
  overflow: visible;
  height: 550px;
}

.section-5.bg-primary-section4.bg-section-6.bg-sec-8-prim.mobile-sec-final.product-2-section-final {
  display: none;
}

.section-5.bg-primary-section4.sec-3-prof-1 {
  display: none;
}

.text-block-5 {
  padding-top: 10px;
  color: #ee405a;
  font-size: 17px;
  font-weight: 300;
}

.bold-text-8 {
  font-size: 28px;
}

.section-6 {
  height: 400px;
}

.section-6.prof-section-6.prof-2-sec-4-h.sec-colum-prof-2-sec-4 {
  height: 350px;
}

.section-6.bg-whote-sec-6.sec-5-prof-1 {
  display: none;
}

.section-6.sec-9-white.prof-sec-9-2 {
  display: none;
}

.columns-5 {
  display: block;
  height: 100%;
  -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;
}

.column-12 {
  height: 100%;
  background-image: url('../images/IMG-S4.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.column-12.bg-white-prof-6 {
  background-image: url('../images/IMG-S6.jpg');
  background-position: 50% 50%;
}

.column-12.bg-white-prof-6.prof-2-sec-6-img {
  background-image: url('../images/Sec-6.jpg');
}

.column-12.sec-9-bg-white {
  background-image: url('../images/IMG-S8.jpg');
  background-position: 50% 50%;
}

.column-12.prof2-sec-4-img {
  background-image: url('../images/Sec-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #ee405a;
}

.column-13.prof-2-sec-4-text {
  border-width: 0px;
}

.column-13.prof-2-sec-6-text {
  border-width: 0px;
}

.column-13.prof-1-col-13-b {
  border-width: 4px 0px;
}

.column-13.prof-1-col-13-b.prof-1-sec-4-col-text-b {
  border-bottom-width: 4px;
}

.column-13.prof-1-sec-final-col {
  border-width: 4px;
}

.column-13.prof-1-sec-final-col.prof-1-sec-final-b-col {
  border-width: 0px;
}

.column-13.sec-5-prof-1-col-limp {
  border-width: 0px;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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-30.div-sect-white-7 {
  display: block;
}

.div-block-30.sec-9-white-div {
  display: block;
}

.container-8 {
  display: block;
  height: auto;
  padding-right: 20px;
  padding-left: 40px;
  -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-40 {
  color: #ee405a;
  font-size: 30px;
}

.text-block-6 {
  color: #323333;
  font-size: 17px;
  line-height: 28px;
  font-style: normal;
  font-weight: 500;
}

.div-block-31 {
  width: 15%;
  height: auto;
  border-bottom: 4px solid #ee405a;
}

.div-block-32 {
  width: 99.999759944996%;
  padding-bottom: 40px;
}

.div-block-32.div-galeria--title {
  width: 80%;
}

.dobra-03-pro02 {
  padding-top: 150px;
  padding-right: 0px;
  padding-bottom: 150px;
  background-image: url('../images/FGHB2868TF-F2_732.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.bold-text-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #323333;
  font-weight: 500;
  text-align: left;
}

.bold-text-9.text-twin {
  color: #fff;
  text-align: left;
}

.sub-banner {
  padding-left: 10px;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
}

.paragraph-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #ee405a;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.95);
}

.heading-41 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.image-6 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 999999;
  display: block;
  overflow: hidden;
  height: auto;
  padding-right: 41px;
  padding-left: 41px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.background-video-4 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 450px;
  height: 290px;
}

.background-video-5 {
  position: relative;
  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;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-right: 1px solid #000;
}

.background-video-6 {
  position: static;
  top: 7px;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: auto;
  border-right: 1px solid #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-carac-prof {
  width: 99.999759944996%;
}

.div-carac-prof.div-2-carac {
  width: 100%;
}

.heading-42 {
  font-size: 23px;
  text-align: right;
}

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

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
}

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

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

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.heading-43 {
  font-size: 23px;
}

.heading-44 {
  font-size: 20px;
}

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

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  text-align: center;
}

.div-block-44 {
  width: 100%;
  text-align: center;
}

.div-block-45 {
  width: 80%;
}

.div-block-45.esp-produ-prof {
  display: none;
}

.div-block-46 {
  border-bottom: 4px solid #ee405a;
}

.div-block-47 {
  width: 15%;
}

.heading-48 {
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 0px;
  border-color: #ee405a;
  color: #323333;
  font-size: 21px;
  font-weight: 300;
}

.heading-49 {
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  color: #ee405a;
  font-size: 22px;
}

.container-9 {
  display: none;
  padding-left: 40px;
}

.heading-51 {
  padding-top: 10px;
  color: snow;
  font-size: 28px;
}

.paragraph-15 {
  color: #fff;
  font-size: 17px;
  line-height: 27px;
  font-weight: 300;
}

.pureair-img {
  height: 100%;
  background-image: url('../images/FGSS2635TF-AirFilter_out_706.jpeg');
  background-position: 50% 50%;
  background-size: auto;
}

.column-14 {
  height: 100%;
}

.column-14.almacen-img {
  background-image: url('../images/FGSS2635TF-F3_Empty_706.jpeg');
  background-position: 50% 50%;
  background-size: auto;
  opacity: 1;
}

.column-14.almacen-img:hover {
  background-image: url('../images/FGSS2635TF-F3_Loaded_706.jpeg');
}

.text-block-7 {
  font-family: Gotham, sans-serif;
  color: #ee405a;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
}

.text-block-7.ffef3054ts-topo-text {
  text-align: left;
}

.filtro-section {
  height: 100%;
}

.cajones-img {
  height: 100%;
  background-image: url('../images/FGSS2635TF-F2_Loaded_706.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.cajones-img.fftr2021ts {
  height: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-image: url('../images/PSAAOV17BIE0000P.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-49 {
  display: block;
  padding: 0px 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #ee405a;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
}

.heading-52 {
  color: #ee405a;
  font-size: 14px;
  font-weight: 400;
}

.heading-53 {
  font-size: 14px;
}

.image-7 {
  height: auto;
}

.container-10 {
  padding-left: 40px;
}

.container-11 {
  padding-left: 0px;
}

.gallery-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container-2 {
  padding-top: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.gallery-grid-container-2 {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.gallery-thumbnail-2 {
  width: 100%;
  height: 100%;
  padding-left: 0px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-block-50 {
  border-bottom: 4px solid #ee405a;
}

.div-block-50.div--g {
  width: 10%;
  border-bottom-width: 2px;
}

.div-block-51 {
  width: 15%;
  border-bottom: 1px solid #000;
}

.div-block-51.div1-g {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom-width: 0px;
}

.gallery-div {
  width: 100%;
  text-align: center;
}

.prof2-video {
  height: 100%;
}

.bold-text-12 {
  font-size: 20px;
}

.bold-text-13 {
  font-size: 20px;
}

.bold-text-14 {
  font-size: 20px;
}

.bold-text-15 {
  font-size: 20px;
}

.bold-text-16 {
  font-size: 20px;
}

.bold-text-17 {
  font-size: 20px;
}

.bold-text-18 {
  font-size: 20px;
}

.background-video-7 {
  height: 100%;
}

.img-puertas-reversibles {
  height: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-color: #fff;
  background-image: url('../images/FFTR2021TS-OEH_702.png');
  background-position: 50% -10%;
  background-size: 430px;
  background-repeat: no-repeat;
}

.img-gran-ancho {
  height: 100%;
  background-image: url('../images/FFTR2021TS-F5_702.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.img-gran-ancho.sec-5-col-img {
  background-image: url('../images/global-2-section.jpg');
  background-position: 50% 0%;
}

.column-15 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.column-16 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.column-17 {
  height: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-image: url('../images/FFTR2021TS-F2_702.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-17.section-1 {
  background-image: url('../images/PSAAOV190FE00009.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-18 {
  height: 100%;
  background-image: url('../images/FFTR2021TS-F7_702.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-18.sec-3-col-img {
  background-image: url('../images/PSAAOV17BIE0000X.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-7 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.heading-55 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  text-align: left;
}

.text-block-8 {
  font-family: Montserrat, sans-serif;
  color: #eeeef0;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.columns-6 {
  height: 380px;
  border: 1px solid #000;
}

.column-19 {
  height: 100%;
  background-image: url('../images/FFEF3054TS-HOV_712.jpeg');
  background-position: 50% 71%;
  background-size: 300px;
  background-repeat: no-repeat;
}

.column-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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-right: 1px solid #000;
  background-color: #ee405a;
  color: transparent;
}

.container-13 {
  max-width: 70%;
}

.column-21 {
  height: 100%;
  background-image: url('../images/FFEF3054TS_34V_3_814.jpeg');
  background-position: 50% 72%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-9 {
  font-family: Montserrat, sans-serif;
  color: #323333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.text-block-9.cocina-text {
  color: #fff;
}

.column-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 102px;
  padding-left: 102px;
  -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-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-color: #ee405a;
}

.column-23 {
  height: 100%;
  background-image: url('../images/FFEF3054TS-Pie_715.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
}

.container-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-8 {
  width: 80%;
}

.columns-7 {
  height: 300px;
}

.column-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 15px;
  -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: #ee405a;
}

.column-26 {
  height: 100%;
  background-color: #f3f3f3;
}

.column-27 {
  height: 100%;
  background-color: #ee405a;
}

.column-28 {
  height: 100%;
  background-color: #323333;
}

.image-9 {
  width: 60%;
}

.column-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 21px;
  padding-left: 21px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.section-8 {
  display: none;
}

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

.bold-text-19 {
  font-size: 18px;
}

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

.bold-text-22 {
  font-size: 20px;
}

.bold-text-23 {
  font-size: 20px;
  line-height: 25px;
}

.bold-text-23.titulo-7-bold {
  font-size: 18px;
}

.div-block-53 {
  width: 320px;
}

.columns-8 {
  height: 100%;
}

.column-30 {
  height: 100%;
  background-image: url('../images/PSAAOV170PE0002Z.jpeg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.column-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  padding-right: 100px;
  padding-left: 100px;
  -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;
}

.text-block-10 {
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.columns-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.column-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-image: url('../images/PSABOV190FE00002.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-color: #fff;
}

.text-block-11 {
  font-family: Gotham, sans-serif;
  color: #323333;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.div-block-55 {
  width: 100%;
  padding: 100px;
}

.text-branco {
  margin-top: 0px;
}

.bold-text-25 {
  color: #ee405a;
}

.section-9 {
  padding-top: 114px;
  padding-bottom: 114px;
}

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

.text-block-12 {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.container-16 {
  padding-right: 126px;
  padding-left: 126px;
}

.columns-10 {
  height: 400px;
}

.column-34 {
  height: 100%;
  background-image: url('../images/FGMV17WNVF-F7_901-1.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.text-block-13 {
  font-size: 16px;
  font-weight: 300;
}

.div-block-56 {
  width: 50%;
}

.section-11 {
  height: 400px;
}

.heading-57 {
  color: #ee405a;
}

.image-10 {
  width: 85%;
  opacity: 1;
}

.section-12 {
  height: 400px;
}

.section-13 {
  height: 400px;
}

.columns-11 {
  height: 100%;
}

.column-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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: #ee405a;
}

.column-37 {
  height: 100%;
  background-image: url('../images/PSAAOV170PE0002Z.jpeg');
  background-position: 50% 0%;
  background-size: auto;
}

.div-block-57 {
  width: 100%;
  padding: 100px;
}

.heading-58 {
  color: #fff;
}

.text-block-14 {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

.bold-text-29 {
  font-size: 30px;
}

@media screen and (min-width: 1440px) {
  .div-block-5.banner-img-text-2-div {
    width: 100%;
    margin-top: 0px;
    padding: 40px 100px;
  }

  .div-block-5.banner-img-text-2-div.div-store-more {
    width: 100%;
    margin-top: 0px;
    padding: 100px;
  }

  .div-block-5.puertas-store {
    width: 100%;
    padding: 100px;
  }

  .grid.fgss2635tf {
    -ms-grid-columns: 0.5fr 0.5fr 0.5fr;
    grid-template-columns: 0.5fr 0.5fr 0.5fr;
  }

  .paragraph-7.text-sw.banner-card-text-2p {
    font-size: 20px;
    line-height: 35px;
  }

  .paragraph-7.text-sw.banner-card-text-2p.sitsten-text {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    line-height: 35px;
  }

  .paragraph-7.store-more-text {
    font-size: 20px;
    line-height: 35px;
  }

  .bold-text._03 {
    font-size: 30px;
  }

  .bold-text._03.ner-img-card-b {
    font-size: 30px;
    line-height: 45px;
  }

  .bold-text._03.ner-img-card-b.sisten-text {
    font-size: 30px;
    line-height: 45px;
  }

  .heading-6.banner-img-card-text-2-h {
    font-size: 35px;
    line-height: 45px;
  }

  .heading-6.store-more-text {
    font-size: 35px;
    line-height: 45px;
  }

  .column-5.banner-img-text-2-col2.produto-03 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-5.banner-img-text-2-col2.produto-03.store-more {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-35 {
    font-size: 20px;
  }

  .heading-35.right {
    font-size: 16px;
  }

  .heading-35.right.titulo-7 {
    font-size: 10px;
  }

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

  .bold-text-22 {
    font-size: 20px;
  }

  .bold-text-23 {
    font-size: 20px;
  }

  .bold-text-23.titulo-7-bold {
    font-size: 20px;
    line-height: 25px;
  }

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

  .div-block-54 {
    width: 100%;
    padding: 40px 100px;
  }

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

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

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

  .div-block-55 {
    width: 100%;
    padding: 100px;
  }

  .text-branco {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-57 {
    font-size: 28px;
    line-height: 45px;
  }

  .heading-57.sec-4-titulo-2 {
    font-size: 30px;
  }

  .image-10 {
    width: 80%;
  }

  .column-36 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-57 {
    width: 100%;
    padding: 100px;
  }

  .heading-58 {
    font-size: 30px;
    line-height: 45px;
  }

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

@media screen and (max-width: 991px) {
  .centered-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .call-to-action {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .feature-section.topo-p-02.grad-02.fftr2021ts-topo.mobile.mobile-2 {
    height: 700px;
  }

  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

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

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .cards-grid-container-2 {
    grid-column-gap: 20px;
  }

  .div-block-5 {
    padding-right: 128px;
    padding-left: 128px;
  }

  .div-block-5._07 {
    padding: 0px 48px 40px 30px;
  }

  .div-block-5._07.div-white-prof {
    height: auto;
    padding-top: 20px;
  }

  .div-block-5._07.div-white-prof.bg-white-height {
    height: auto;
    padding-top: 0px;
  }

  .div-block-5.banner-img-text-2-div {
    width: 90%;
    margin-top: 0px;
    padding-right: 6px;
    padding-left: 6px;
    -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;
    text-align: right;
  }

  .div-block-5.banner-img-text-2-div.div-store-more {
    width: 90%;
    padding-right: 16px;
    padding-left: 0px;
  }

  .div-block-5.banner-img-text-2-div.text-cajones {
    padding-right: 64px;
    padding-left: 64px;
  }

  .div-block-5.div-adjustable {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-5.div-5-1 {
    padding-right: 42px;
    padding-left: 42px;
  }

  .div-block-5.cajon-div {
    padding-right: 29px;
    padding-left: 29px;
  }

  .div-block-5.puertas-store {
    width: 100%;
    padding: 0px 20px 20px 60px;
  }

  .div-block-5.space-estande-padding {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-5.reloj-tezt {
    padding: 0px 0px 20px;
  }

  .div-block-6 {
    overflow: visible;
  }

  .column {
    overflow: hidden;
    height: 100%;
  }

  .column.org {
    height: auto;
    background-size: cover;
  }

  .column.org.produto-03.dobra-03-pro02.img-cajon {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .column.org.banner-img-prof.bg-prof-1-sec-1-img {
    background-position: 50% 50%;
  }

  .column.org.img-tab {
    background-size: 380px;
  }

  .column.colun-open.filtro-hielo-colum {
    height: 100%;
  }

  .column.colun-sistem.bg-white-prof {
    height: auto;
  }

  .column.bg-first-image-prof {
    height: auto;
  }

  .columns.swap.interior-colun {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 350px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .columns.bg-white-sec2 {
    display: block;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .columns.colum-bg-primary.banner-img-text-2 {
    height: 350px;
  }

  .columns.gran-colum {
    height: 440px;
  }

  .feature-section-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .grid {
    padding-right: 30px;
    padding-left: 30px;
  }

  .grid.fgss2635tf {
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
  }

  .image-3 {
    width: 60%;
    padding-bottom: 20px;
  }

  .container {
    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;
    text-align: center;
  }

  .paragraph-5 {
    margin-bottom: 40px;
  }

  .heading-5.title-banner {
    margin-top: 10px;
  }

  .paragraph-7.text-sw {
    font-size: 17px;
  }

  .paragraph-7.text-sw.banner-card-text-2p {
    text-align: left;
  }

  .paragraph-7.text-sw.banner-card-text-2p.col-banner-1-text {
    text-align: left;
  }

  .paragraph-7.text-sw.banner-card-text-2p.sitsten-text {
    line-height: 23px;
    text-align: left;
  }

  .bold-text._03 {
    font-size: 24px;
  }

  .bold-text._03.ner-img-card-b {
    font-size: 24px;
    text-align: left;
  }

  .bold-text._03.ner-img-card-b.col-banner-1-title {
    display: block;
    -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;
    text-align: left;
  }

  .bold-text._03.ner-img-card-b.sisten-text {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
  }

  .bold-text._03.reloj-text {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-6.banner-img-card-text-2-h {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .heading-7 {
    text-align: left;
  }

  .text-block.paragraph-7 {
    text-align: center;
  }

  .text-block.paragraph-7.interior-text {
    text-align: left;
  }

  .bold-text-3.filtro-text {
    font-size: 24px;
  }

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

  .column-2.text-smudge {
    padding-right: 28px;
    padding-left: 28px;
  }

  .column-2.text-smudge.smudge-margin {
    padding-right: 4px;
  }

  .columns-2.colun-pure.smudge-colums {
    width: 100%;
  }

  .banner-text-img-2 {
    height: 100%;
  }

  .banner-text-img-2.bg-white {
    height: 600px;
  }

  .banner-text-img-2.bg-white.div-cont-2.colum-sec-2 {
    height: 650px;
  }

  .banner-text-img-2.bg-white.div-cont-2.colum-sec-2.mobile-col-sec-2 {
    height: 350px;
  }

  .column-3.filtro-hielo {
    height: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .section-3 {
    height: 100%;
  }

  .background-video-2 {
    height: 440px;
  }

  .column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .section-4 {
    height: auto;
  }

  .section-4.bg-primary.banner-img-text-3 {
    height: 300px;
  }

  .section-4.bg-primary.banner-img-text-3.dobra-03 {
    height: 300px;
  }

  .section-4.bg-primary.banner-img-text-3.section-pureair {
    height: 340px;
  }

  .column-5.banner-img-text-2-col2.produto-03 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-5.banner-img-text-2-col2.produto-03.even-temp {
    height: 100%;
    padding-top: 40px;
    padding-right: 61px;
    padding-left: 61px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-5.banner-img-text-2-col2.produto-03.store-more {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-5.banner-img-text-2-col2.produto-03.cajones-text {
    padding-right: 29px;
    padding-left: 29px;
  }

  .column-5.banner-img-text-2-col2.col-1-primary {
    text-align: left;
  }

  .heading-16 {
    margin-top: 40px;
  }

  .flex-container-4 {
    padding-top: 20px;
  }

  .div-block-12 {
    text-align: left;
  }

  .hero-image-mask-2.div-img-table {
    width: 40%;
  }

  .hero-image-2 {
    width: 90%;
  }

  .prof-section-2 {
    height: auto;
  }

  .heading-19 {
    font-size: 20px;
  }

  .heading-20 {
    font-size: 20px;
  }

  .paragraph-9 {
    font-size: 14px;
  }

  .heading-21 {
    font-size: 20px;
  }

  .paragraph-10 {
    font-size: 14px;
  }

  .paragraph-11 {
    font-size: 14px;
  }

  .div-block-23 {
    height: 321px;
  }

  .container-4 {
    height: auto;
  }

  .column-7 {
    height: auto;
  }

  .section-video.video-prof-2.prof-2-video-bg.sec-bg-prof-2p-video.version-3-video.bg-video-1-desktop {
    height: 600px;
  }

  .info-left {
    font-size: 14px;
  }

  .heading-28 {
    font-size: 17px;
  }

  .heading-29 {
    font-size: 17px;
  }

  .heading-30 {
    font-size: 17px;
    text-align: left;
  }

  .heading-31 {
    font-size: 17px;
    line-height: 24px;
  }

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

  .columns-3 {
    padding: 26px;
  }

  .heading-33 {
    font-size: 12px;
  }

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

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

  .column-10 {
    height: 350px;
    background-size: cover;
  }

  .column-10.bg-section-6-prim.bg-sec-8-img {
    height: 500px;
  }

  .column-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }

  .columns-4 {
    height: auto;
  }

  .div-block-29.div-sec-8-prim {
    display: block;
  }

  .section-5 {
    height: 350px;
  }

  .section-5.bg-primary-section4.bg-section-6.bg-sec-8-prim {
    height: 500px;
  }

  .section-6 {
    height: 350px;
  }

  .section-6.sec-9-white {
    height: 400px;
  }

  .columns-5 {
    height: 100%;
  }

  .column-12 {
    height: 350px;
  }

  .column-12.sec-9-bg-white {
    height: 400px;
  }

  .column-12.prof2-sec-4-img {
    background-position: 0% 50%;
  }

  .column-13 {
    height: 100%;
  }

  .div-block-37 {
    -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;
    text-align: left;
  }

  .div-block-40 {
    text-align: left;
  }

  .div-block-41 {
    text-align: right;
  }

  .column-14.almacen-img {
    background-size: cover;
  }

  .filtro-section {
    height: 100%;
  }

  .cajones-img.fftr2021ts {
    background-size: auto 475px;
  }

  .heading-53 {
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .gallery-grid-container-2 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .img-puertas-reversibles {
    background-image: url('../images/FFTR2021TS-OEH_702.png');
    background-position: 50% -30%;
    background-size: 340px;
  }

  .column-24 {
    padding-top: 40px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .image-9 {
    width: 70%;
  }

  .column-29 {
    height: 100%;
    padding-top: 40px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .bold-text-22 {
    text-align: left;
  }

  .div-block-54 {
    width: 90%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-32 {
    background-size: auto;
  }

  .div-block-55 {
    width: 80%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-11 {
    height: 370px;
  }

  .image-10 {
    width: 90%;
  }

  .section-12 {
    height: 300px;
  }

  .bold-text-27 {
    font-size: 24px;
  }

  .bold-text-28 {
    font-size: 24px;
  }

  .section-13 {
    height: 370px;
  }

  .div-block-57 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .centered-container {
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .call-to-action {
    padding: 40px 0px 0px;
  }

  .feature-section {
    height: 460px;
    padding: 40px 20px 62px 49px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-position: 0px 0px, 100% 40%;
    background-size: auto, auto 620px;
  }

  .feature-section.professional-banner.prof-2 {
    background-position: 0px 0px, 50% 50%;
  }

  .feature-section.topo-p-02.grad-02.fftr2021ts-topo.mobile {
    height: 80vh;
    padding-right: 45px;
    background-image: linear-gradient(356deg, #0b0b0b 20%, hsla(0, 0%, 100%, 0) 69%), url('../images/FOE72T2IUX_ambientado.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .feature-section.topo-p-02.grad-02.fftr2021ts-topo.mobile.mobile-2 {
    background-position: 0px 0px, 89% 61%;
    background-size: auto, auto;
  }

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

  .feature-image-mask {
    margin-right: 0px;
  }

  .feature-image {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .gallery {
    margin-right: 65px;
    margin-left: 65px;
    padding: 20px;
  }

  .gallery-grid-container {
    max-width: none;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .gallery-thumbnail {
    width: 110%;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .footer {
    padding: 40px 20px;
  }

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

  .cards-section {
    padding: 40px 20px;
  }

  .cards-section.classe-div {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cards-grid-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .cards-grid-container.professional-cards-banner {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cards-image-mask {
    width: 50%;
    padding-top: 40%;
  }

  .cards-image-mask.cards-banner {
    width: 100%;
    height: 100%;
  }

  .cards-image {
    width: 70%;
  }

  .cards-image.banner-padding-image {
    width: 100%;
    height: 100%;
  }

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

  .div-block.cards-professional-b {
    margin-left: 0px;
    padding-left: 0px;
  }

  .div-block-2 {
    padding-right: 0px;
  }

  .div-block-2.div-banner-width {
    display: block;
    width: 90%;
    padding-left: 20px;
  }

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

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

  .cards-grid-container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    padding-top: 60px;
    -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-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .div-block-5 {
    padding: 40px 10px 62px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

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

  .div-block-5.banner-img-text-2-div {
    display: block;
    padding: 50px 20px;
    -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;
    text-align: center;
  }

  .div-block-5.banner-img-text-2-div.div-store-more {
    padding: 50px 20px;
  }

  .div-block-5.banner-img-text-2-div.banner-div-sec-1.div-text-cont-1 {
    text-align: center;
  }

  .div-block-5.banner-img-text-2-div.crisp-text {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-5.div-adjustable {
    height: 100%;
    padding: 50px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-5.div-5-1 {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-5.filtro-text {
    padding-right: 65px;
    padding-left: 65px;
  }

  .div-block-5.puertas-store {
    padding: 50px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-5.puertas-text {
    padding: 50px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-5.space-estande-padding {
    padding: 50px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column {
    height: 300px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .column.org {
    display: block;
    height: 400px;
    background-position: 50% 100%;
    background-size: 450px;
  }

  .column.org.produto-03.dobra-03-pro02 {
    height: 300px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .column.org.produto-03.dobra-03-pro02.img-cajon {
    height: 380px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    background-image: url('../images/FFTR2021TS-F7_702.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .column.org.img-tab {
    background-position: 58% 100%;
  }

  .column.colun-open {
    height: 460px;
  }

  .column.colun-open.filtro-hielo-colum {
    height: 330px;
  }

  .column.colun-open.stante-colum {
    height: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .column.colun-sistem {
    height: auto;
  }

  .column.smudge-proof-img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .columns.swap.interior-colun {
    height: 100%;
  }

  .columns.bg-white-sec2 {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .columns.colum-bg-primary.banner-img-text-2 {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .columns.colum-bg-primary.banner-img-text-2.recu-coluns {
    width: 100%;
    height: 100%;
  }

  .columns.sec-5-cols-desk {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .feature-section-2 {
    padding: 60px 20px 20px;
  }

  .flex-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .grid {
    padding-right: 20px;
    padding-left: 20px;
    grid-column-gap: 31px;
    grid-row-gap: 0px;
    -ms-grid-rows: auto 0px auto 0px auto 0px auto;
    grid-template-areas: ". Area"
      ". Area"
      ". Area"
      ". Area";
    -ms-grid-columns: 1fr 31px 1fr 31px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-3 {
    width: 100%;
  }

  .feature-section-3 {
    padding: 40px 20px;
  }

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

  .div-block-7 {
    padding: 10px;
  }

  .paragraph-6 {
    font-size: 22px;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .heading-5 {
    font-size: 40px;
  }

  .heading-5.title-banner {
    margin-top: 10px;
    text-align: left;
  }

  .image-4 {
    width: 280px;
    max-width: 100%;
  }

  .paragraph-7 {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }

  .paragraph-7.text-pure {
    line-height: 22px;
  }

  .paragraph-7.text-open {
    text-align: center;
  }

  .paragraph-7.text-open.filtro-text {
    text-align: center;
  }

  .paragraph-7.text-open.text-stant {
    text-align: center;
  }

  .paragraph-7.text-sw {
    line-height: 22px;
    text-align: center;
  }

  .paragraph-7.text-sw.banner-card-text-2p {
    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;
    text-align: center;
  }

  .paragraph-7.text-sw.banner-card-text-2p.col-banner-1-text {
    text-align: center;
  }

  .paragraph-7.text-sw.banner-card-text-2p.col-banner-1-text.banner-text-1 {
    text-align: center;
  }

  .paragraph-7.text-sw.banner-card-text-2p.sitsten-text {
    text-align: center;
  }

  .paragraph-7.tex-07 {
    line-height: 22px;
    text-align: center;
  }

  .paragraph-7.store-more-text {
    text-align: center;
  }

  .bold-text._03 {
    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;
    text-align: center;
  }

  .bold-text._03.ner-img-card-b {
    text-align: center;
  }

  .bold-text._03.ner-img-card-b.col-banner-1-title {
    text-align: center;
  }

  .bold-text._03.ner-img-card-b.sisten-text {
    text-align: center;
  }

  .heading-6 {
    padding-bottom: 20px;
  }

  .heading-6.banner-img-card-text-2-h {
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 38px;
    text-align: center;
  }

  .heading-6.store-more-text {
    padding-bottom: 0px;
  }

  .heading-7 {
    font-size: 32px;
  }

  .bold-text-2.interior-text {
    font-size: 30px;
    text-align: center;
  }

  .text-block.paragraph-7 {
    line-height: 22px;
  }

  .text-block.paragraph-7.interior-text {
    text-align: center;
  }

  .heading-8.text-07 {
    padding-right: 67px;
    padding-left: 67px;
    text-align: center;
  }

  .heading-8.filtro-align {
    text-align: center;
  }

  .heading-8.text-puerta {
    text-align: center;
  }

  .heading-8.text-stante {
    text-align: center;
  }

  .bold-text-3._07 {
    text-align: center;
  }

  .bold-text-3._07.title-white {
    text-align: center;
  }

  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-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;
  }

  .column-2 {
    padding-right: 19px;
    padding-left: 19px;
  }

  .column-2.text-smudge {
    padding-right: 10px;
    padding-left: 17px;
  }

  .columns-2.colun-pure {
    width: 100%;
    height: 190px;
  }

  .columns-2.colun-pure.smudge-colums {
    height: 250px;
  }

  .columns-2.colun-pure.smudge-colums.tab-smudge {
    height: 170px;
  }

  .bold-text-4 {
    font-size: 36px;
  }

  .banner-text-img-2 {
    height: 100%;
  }

  .banner-text-img-2.bg-white {
    height: auto;
  }

  .banner-text-img-2.bg-white.div-cont-2.colum-sec-2.mobile-col-sec-2 {
    height: auto;
  }

  .banner-text-img-2.puerta-colum {
    height: 100%;
  }

  .column-3.colun-sistem02 {
    height: 500px;
  }

  .column-3.colun-sistem02.dobra-04 {
    height: 310px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .column-3.colun-sistem02.bg-white-prof {
    height: 400px;
  }

  .column-3.filtro-column.estante-bg {
    height: 80%;
    padding-top: 48px;
    padding-bottom: 48px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .column-3.filtro-hielo {
    padding: 10px 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .column-3.smodge-colum {
    height: 250px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .section-3 {
    display: block;
    height: 100%;
  }

  .background-video-2 {
    height: 330px;
  }

  .column-4 {
    height: 100%;
    padding: 20px 10px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .section-4.bg-primary {
    display: block;
  }

  .section-4.bg-primary.banner-img-text-3 {
    height: 100%;
  }

  .section-4.bg-primary.banner-img-text-3.dobra-03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section-4.bg-primary.banner-img-text-3.section-pureair {
    height: 100%;
  }

  .column-5.banner-img-text-2-col2.produto-03 {
    padding: 10px 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .column-5.banner-img-text-2-col2.produto-03.even-temp {
    height: 300px;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .column-5.banner-img-text-2-col2.produto-03.even-temp.desktop {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-5.banner-img-text-2-col2.produto-03.store-more {
    padding: 10px 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .bold-text-6 {
    font-size: 22px;
    line-height: 25px;
  }

  .bold-text-7 {
    font-size: 22px;
  }

  .heading-13 {
    font-size: 13px;
  }

  .heading-14 {
    font-size: 14px;
  }

  .hero {
    padding: 40px 20px;
  }

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

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .hero-image {
    width: 30%;
  }

  .hero-2 {
    padding: 40px 20px;
  }

  .hero-image-mask-2 {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .hero-image-mask-2.div-img-table {
    width: 80%;
  }

  .hero-image-2 {
    width: 100%;
  }

  .div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: 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;
  }

  .div-block-20 {
    display: block;
    width: 100%;
    margin-left: 0px;
    padding-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .heading-19 {
    font-size: 16px;
    line-height: 25px;
  }

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

  .paragraph-9 {
    font-size: 11px;
    line-height: 18px;
  }

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

  .paragraph-10 {
    font-size: 11px;
    line-height: 18px;
  }

  .paragraph-11 {
    font-size: 11px;
    line-height: 18px;
  }

  .div-block-21 {
    width: 100%;
    padding-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-22 {
    width: 100%;
    padding-right: 10px;
  }

  .div-block-23 {
    height: 250px;
  }

  .section-video.video-prof-2.prof-2-video-bg.sec-bg-prof-2p-video {
    height: 300px;
  }

  .section-video.video-prof-2.prof-2-video-bg.sec-bg-prof-2p-video.version-3-video.bg-video-1-desktop {
    height: 450px;
  }

  .section-video.bg-video-tela3 {
    height: 400px;
  }

  .section-video.bg-video-tela3.bg-tela-4-video {
    height: 500px;
  }

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

  .paragraph-12 {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
  }

  .heading-28 {
    font-size: 14px;
    line-height: 16px;
  }

  .heading-29 {
    font-size: 14px;
    line-height: 16px;
  }

  .heading-30 {
    font-size: 14px;
    line-height: 16px;
    text-align: left;
  }

  .heading-31 {
    font-size: 14px;
    line-height: 16px;
  }

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

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

  .heading-33 {
    font-size: 10px;
  }

  .text-block-4 {
    font-size: 10px;
  }

  .heading-34 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
  }

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

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

  .heading-37 {
    margin-top: 0px;
    font-size: 22px;
    line-height: 25px;
  }

  .heading-38 {
    line-height: 25px;
  }

  .container-6 {
    padding: 40px;
  }

  .column-10 {
    height: 400px;
  }

  .column-10.bg-section-6-prim.bg-sec-8-img {
    height: 500px;
  }

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

  .paragraph-13 {
    text-align: center;
  }

  .section-5 {
    height: auto;
  }

  .section-5.bg-primary-section4.bg-section-6.bg-sec-8-prim.mobile-sec-final {
    height: auto;
  }

  .section-6 {
    height: auto;
  }

  .section-6.prof-section-6.prof-2-sec-4-h.sec-colum-prof-2-sec-4 {
    height: auto;
  }

  .section-6.sec-9-white {
    height: auto;
  }

  .columns-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }

  .column-12 {
    height: 300px;
  }

  .column-12.bg-white-prof-6.prof-2-sec-6-img {
    height: 400px;
    background-position: 50% 0%;
  }

  .column-12.sec-9-bg-white {
    height: 450px;
    background-position: 50% 50%;
  }

  .column-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }

  .column-13.prof-2-sec-6-text {
    border-bottom-width: 0px;
  }

  .column-13.prof-1-sec-final-col.prof-1-sec-final-b-col {
    border-left-width: 0px;
  }

  .container-8 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .bold-text-9 {
    padding-right: 18px;
    padding-left: 18px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .bold-text-9.text-twin {
    text-align: center;
  }

  .div-block-33 {
    text-align: center;
  }

  .sub-banner {
    font-size: 22px;
    font-weight: 300;
  }

  .image-6 {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .heading-45 {
    padding-left: 10px;
  }

  .div-block-45.esp-produ-prof {
    width: 100%;
  }

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

  .paragraph-15 {
    text-align: center;
  }

  .pureair-img {
    height: 310px;
  }

  .column-14.almacen-img {
    height: 370px;
  }

  .filtro-section {
    height: 100%;
  }

  .cajones-img {
    height: 350px;
  }

  .cajones-img.fftr2021ts {
    height: 300px;
    background-size: auto 570px;
  }

  .div-block-49 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .list-item {
    height: auto;
    padding-top: 3px;
    padding-bottom: 3px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-52 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 11px;
  }

  .heading-53 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 11px;
    font-weight: 500;
  }

  .gallery-2 {
    padding: 40px 20px;
  }

  .gallery-grid-container-2 {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .img-puertas-reversibles {
    height: 330px;
    padding-bottom: 0px;
    background-position: 50% -20%;
    background-size: 340px;
  }

  .img-gran-ancho {
    height: 300px;
  }

  .column-17 {
    height: 300px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .column-17.section-1 {
    height: 350px;
  }

  .column-18 {
    height: 300px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .column-18.sec-3-col-img {
    height: 350px;
  }

  .bold-text-19 {
    font-size: 15px;
    line-height: 20px;
  }

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

  .bold-text-21 {
    font-size: 15px;
    line-height: 20px;
  }

  .bold-text-22 {
    font-size: 15px;
    line-height: 20px;
  }

  .bold-text-23 {
    font-size: 15px;
    line-height: 20px;
  }

  .bold-text-24 {
    font-size: 15px;
  }

  .div-block-53 {
    width: 255px;
  }

  .columns-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-30 {
    height: 350px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .column-31 {
    padding: 82px 48px;
    text-align: center;
  }

  .div-block-54 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-10 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .columns-9 {
    height: 100%;
  }

  .column-32 {
    height: 380px;
  }

  .column-33 {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .text-block-11 {
    text-align: center;
  }

  .div-block-55 {
    width: 90%;
  }

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

  .columns-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-34 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-10 {
    height: 100%;
  }

  .section-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-10 {
    width: 100%;
  }

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

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

  .text-block-14 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .centered-container {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }

  .centered-container.prof-call-con {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .centered-container.galeria-cont-prof {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .call-to-action {
    padding-top: 0px;
  }

  .call-to-action.professional-call {
    height: auto;
    padding-top: 40px;
  }

  .call-to-action.feature-prof {
    height: auto;
  }

  .feature-section {
    padding: 24px 20px;
    background-image: linear-gradient(62deg, rgba(0, 0, 0, 0.83), hsla(0, 0%, 100%, 0)), url('../images/18_FG_LillianMaple_OA1_848.jpg');
    background-position: 0px 0px, 95% 30%;
    background-size: auto, auto 530px;
    background-repeat: repeat, repeat-x;
  }

  .feature-section.professional-banner {
    height: auto;
    background-position: 0px 0px, 75% 50%;
  }

  .feature-section.topo-p-02 {
    background-image: linear-gradient(27deg, #000, hsla(0, 0%, 100%, 0)), url('../images/18_FG_LillianMaple_OA1_848.jpg');
    background-position: 0px 0px, 95% 50%;
    background-size: auto, 940px;
    background-repeat: repeat, repeat-x;
  }

  .feature-section.topo-p-02.grad-02 {
    background-image: linear-gradient(333deg, #000, hsla(0, 0%, 100%, 0)), url('../images/19_FG_White_Transitional_V1_01_914.jpg');
    background-position: 0px 0px, 6% 100%;
    background-size: auto, 890px;
    background-repeat: repeat, repeat-x;
  }

  .feature-section.topo-p-02.grad-02.fgss2635tf-topo {
    background-position: 0px 0px, 15% 84%;
    background-size: auto, 800px;
  }

  .feature-section.topo-p-02.grad-02.fgss2635tf-topo.mobile {
    background-image: linear-gradient(345deg, #000 18%, hsla(0, 0%, 100%, 0) 51%), url('../images/bg-topo.jpg');
    background-position: 0px 0px, 15% 84%;
    background-size: auto, 800px;
    background-repeat: repeat, repeat-x;
  }

  .feature-section.topo-p-02.grad-02.fftr2021ts-topo {
    background-position: 0px 0px, 34% 92%;
  }

  .feature-section.topo-p-02.grad-02.fftr2021ts-topo.mobile {
    padding-right: 20px;
    background-image: linear-gradient(2deg, #000 12%, hsla(0, 0%, 100%, 0) 66%), url('../images/FOE72T2IUX_ambientado.jpg');
    background-position: 0px 0px, 90% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .feature-section.topo-p-02.grad-02.fftr2021ts-topo.mobile.mobile-2 {
    height: 540px;
    background-image: linear-gradient(2deg, #080808 12%, hsla(0, 0%, 100%, 0) 66%), url('../images/FOE72T2IUX_ambientado.jpg');
    background-position: 0px 0px, 89% -150%;
    background-size: auto, auto 680px;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .feature-image {
    max-width: 100%;
    min-width: 38%;
  }

  .gallery {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 0px;
    padding-bottom: 35px;
  }

  .gallery.galeria-prof {
    padding-top: 20px;
    padding-left: 20px;
  }

  .gallery-grid-container {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    grid-template-areas: ". ."
      ". ."
      "Area Area";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .gallery-lightbox {
    width: auto;
  }

  .gallery-thumbnail {
    width: 100%;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

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

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

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .cards-section.classe-div {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .cards-grid-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cards-grid-container.professional-cards-banner {
    width: auto;
    -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;
  }

  .cards-grid-container.professional-cards-banner.ptof-2-cards-banner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cards-image-mask {
    display: block;
    width: 100%;
    padding-top: 30%;
    -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;
  }

  .cards-image-mask.cards-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 100% 0% 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .cards-image {
    left: 33%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: inline-block;
    width: 30%;
  }

  .cards-image.banner-padding-image {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    overflow: visible;
    width: 100%;
    height: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 15px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block {
    width: 100%;
  }

  .div-block.cards-professional-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-2 {
    width: 100%;
    padding-right: 0px;
  }

  .div-block-2.div-banner-width {
    width: 100%;
    text-align: center;
  }

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

  .div-block-4 {
    width: auto;
  }

  .cards-grid-container-2 {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 10px 0px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .div-block-5 {
    padding-right: 10px;
    padding-bottom: 50px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -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;
  }

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

  .div-block-5._07.div-white-prof.bg-white-height {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .div-block-5.banner-img-text-2-div {
    padding: 20px 10px;
  }

  .div-block-5.banner-img-text-2-div.div-store-more {
    padding: 20px 10px;
  }

  .div-block-5.banner-img-text-2-div.text-cajones {
    padding-right: 47px;
    padding-left: 47px;
  }

  .div-block-5.banner-img-text-2-div.text-cajones.cajones-text-mobile {
    padding-right: 23px;
    padding-left: 23px;
  }

  .div-block-5.banner-img-text-2-div.banner-div-sec-1.div-text-cont-1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .div-block-5.banner-img-text-2-div.crisp-text {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .div-block-5.div-adjustable {
    padding: 20px 10px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .div-block-5.div-5-1 {
    padding: 28px 10px;
  }

  .div-block-5.puerta-text-div {
    padding-right: 15px;
    padding-left: 15px;
  }

  .div-block-5.cajon-div {
    padding-right: 19px;
    padding-left: 19px;
  }

  .div-block-5.filtro-text {
    padding-right: 19px;
    padding-left: 19px;
  }

  .div-block-5.las-puertas-text {
    padding-right: 4px;
    padding-left: 4px;
  }

  .div-block-5.puertas-store {
    padding: 20px 10px;
  }

  .div-block-5.puertas-text {
    padding-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-5.space-estande-padding {
    padding: 20px 10px;
  }

  .column {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .column.org {
    height: 290px;
    background-size: 290px;
    background-clip: border-box;
  }

  .column.org.produto-03 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .column.org.produto-03.dobra-03-pro02 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .column.org.produto-03.dobra-03-pro02.img-cajon {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .column.org.produto-03.store-mote-img.colum-pureair {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .column.org.img-tab {
    background-size: 280px;
  }

  .column.colun-open {
    height: 380px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .column.colun-open.filtro-hielo-colum {
    display: block;
    height: 280px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .column.colun-open.stante-colum {
    height: 80%;
  }

  .column.colun-sistem {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .column.smudge-proof-img {
    height: 270px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background-position: 0% 50%;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 99%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .columns.swap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .columns.swap.interior-colun {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .columns.swap.interior-colun.sec-6-cols.sec-6-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .columns.bg-white-sec2 {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .columns.colum-bg-white {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .columns.colum-bg-white.prof-bg-white {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns.colum-bg-primary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .columns.colum-bg-primary.banner-img-text-2 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .columns.colum-bg-primary.banner-img-text-2.colum-sec-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .columns.sec-5-cols-desk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feature-section-2 {
    height: 100%;
    padding-top: 34px;
  }

  .grid {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    grid-auto-columns: 1fr;
    grid-template-areas: ". Area Area"
      ". Area Area"
      ". Area Area"
      ". Area Area"
      ". Area Area"
      ". Area Area"
      ". Area Area"
      ". Area Area";
    -ms-grid-columns: 0.75fr 0.25fr 0.75fr;
    grid-template-columns: 0.75fr 0.25fr 0.75fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid.fgss2635tf {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .image-3 {
    display: block;
    width: 100%;
  }

  .heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 18px;
    text-align: center;
  }

  .feature-section-3 {
    padding-bottom: 0px;
  }

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

  .paragraph-5 {
    font-size: 13px;
    text-align: center;
  }

  .paragraph-6 {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }

  .paragraph-6.paragrafo-banner {
    text-align: center;
  }

  .heading-5 {
    line-height: 45px;
    text-align: center;
  }

  .heading-5.title-banner {
    margin-top: 0px;
    line-height: 50px;
    text-align: center;
  }

  .image-4 {
    width: 200px;
  }

  .paragraph-7 {
    font-size: 12px;
    line-height: 20px;
  }

  .paragraph-7.text-pure {
    text-align: center;
  }

  .paragraph-7.text-open.filtro-text {
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph-7.text-sw {
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph-7.text-sw.banner-card-text-2p {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }

  .paragraph-7.text-sw.banner-card-text-2p.col-banner-1-text.banner-text-1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .paragraph-7.text-sw.banner-card-text-2p.sitsten-text {
    line-height: 25px;
  }

  .paragraph-7.store-more-text {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }

  .bold-text._03 {
    font-size: 25px;
    line-height: 33px;
    font-weight: 700;
  }

  .bold-text._03.ner-img-card-b {
    font-size: 25px;
    line-height: 30px;
  }

  .bold-text._03.ner-img-card-b.col-banner-1-title {
    font-size: 20px;
    text-align: center;
  }

  .bold-text._03.ner-img-card-b.sisten-text {
    font-size: 23px;
    line-height: 30px;
  }

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

  .heading-6.banner-img-card-text-2-h {
    margin-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .heading-6.store-more-text {
    padding-bottom: 0px;
  }

  .heading-7 {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }

  .bold-text-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .bold-text-2.interior-text {
    font-size: 25px;
    line-height: 33px;
  }

  .text-block.paragraph-7 {
    padding-right: 35px;
    padding-left: 35px;
  }

  .text-block.paragraph-7.interior-text {
    font-size: 15px;
    line-height: 25px;
    text-align: center;
  }

  .heading-8.text-07 {
    padding-right: 10px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
  }

  .heading-8.filtro-align {
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 33px;
    text-align: center;
  }

  .bold-text-3._07 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .bold-text-3.filtro-text {
    font-size: 25px;
    line-height: 33px;
    text-align: center;
  }

  .div-block-8 {
    padding-bottom: 0px;
  }

  .column-2.text-smudge.smudge-margin {
    padding-right: 20px;
    padding-left: 20px;
  }

  .columns-2.colun-pure {
    width: 100%;
    height: auto;
    padding-top: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-2.colun-pure.smudge-colums {
    height: 330px;
    padding-top: 0px;
  }

  .columns-2.colun-pure.smudge-colums.tab-smudge {
    height: 410px;
  }

  .columns-2.colun-pure.filtro-coluns {
    height: 100%;
  }

  .bold-text-4 {
    font-size: 26px;
  }

  .banner-text-img-2 {
    height: auto;
  }

  .banner-text-img-2.bg-white {
    display: block;
    padding-bottom: 0px;
  }

  .column-3 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .column-3.colun-sistem02 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .column-3.colun-sistem02.dobra-04 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .column-3.colun-sistem02.bg-white-prof {
    height: 300px;
  }

  .column-3.colun-sistem02.bg-white-prof.sec-2-prof-2 {
    background-position: 50% 50%;
  }

  .column-3.colun-sistem02.bg-white-prof.sec-2-prof-2.img-prof-2-col-2 {
    background-position: 50% 50%;
  }

  .column-3.filtro-column.estante-bg {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .column-3.filtro-hielo {
    padding: 40px 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .column-3.smodge-colum {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .background-video {
    height: 180px;
  }

  .section-3 {
    height: 100%;
  }

  .background-video-2 {
    height: 185px;
  }

  .column-4 {
    padding: 40px 10px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .section-4.bg-primary.banner-img-text-3.dobra-03 {
    height: auto;
  }

  .column-5.banner-img-text-2-col2.produto-03 {
    padding: 40px 10px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .column-5.banner-img-text-2-col2.produto-03.even-temp {
    height: auto;
    padding: 40px 10px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .column-5.banner-img-text-2-col2.produto-03.even-temp.desktop {
    height: 300px;
  }

  .column-5.banner-img-text-2-col2.produto-03.store-more {
    padding: 40px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .column-6 {
    height: 320px;
    margin-top: 23px;
  }

  .column-6.cesta-img {
    height: 185px;
  }

  .column-6.cesta-img.img-smudge {
    height: 320px;
    margin-top: 0px;
  }

  .column-6.cesta-img.img-smudge.smudge-div {
    border-top: 1px solid #000;
  }

  .heading-11 {
    font-size: 22px;
    line-height: 30px;
  }

  .div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    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-12 {
    font-size: 12px;
  }

  .heading-12.card-prof-2-title-3 {
    font-size: 13px;
    text-align: center;
  }

  .heading-13 {
    font-size: 13px;
  }

  .heading-13.card-prof-2-title-2 {
    font-size: 11px;
    text-align: center;
  }

  .heading-14 {
    font-size: 14px;
  }

  .heading-14.card-prof-2-title-1 {
    font-size: 14.5px;
    text-align: center;
  }

  .heading-15 {
    color: #f7f7f7;
  }

  .heading-16 {
    font-size: 31px;
    text-align: center;
  }

  .flex-container-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .hero-image-mask {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-image {
    width: 60%;
  }

  .heading-17 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 25px;
  }

  .div-block-11 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .hero-image-mask-2.div-img-table {
    width: 100%;
    padding-top: 20px;
  }

  .div-block-14.table-prof-list {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-16 {
    width: auto;
  }

  .div-block-17 {
    padding-top: 40px;
  }

  .div-block-17.table-w-prof {
    width: 100%;
  }

  .div-block-18 {
    display: block;
    -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;
    text-align: center;
  }

  .div-block-18.div-prof {
    width: 100%;
  }

  .div-block-19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35%;
    -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;
    text-align: center;
  }

  .div-block-20 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    border-right-width: 0px;
  }

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

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

  .paragraph-9 {
    text-align: center;
  }

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

  .paragraph-10 {
    text-align: center;
  }

  .paragraph-11 {
    text-align: center;
  }

  .div-block-21 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    border-right-width: 0px;
  }

  .div-block-22 {
    padding-bottom: 20px;
  }

  .div-block-23 {
    height: 220px;
  }

  .column-7 {
    margin-bottom: -80px;
  }

  .section-video {
    height: 300px;
  }

  .section-video.video-prof-2.prof-2-video-bg {
    height: 300px;
  }

  .section-video.video-prof-2.prof-2-video-bg.sec-bg-prof-2p-video {
    height: 250px;
  }

  .section-video.video-prof-2.prof-2-video-bg.sec-bg-prof-2p-video.version-3-video.bg-video-1-desktop {
    height: 250px;
  }

  .section-video.bg-video-tela3 {
    height: 300px;
  }

  .section-video.bg-video-tela3.bg-tela-4-video {
    height: 300px;
  }

  .heading-23 {
    font-size: 30px;
    line-height: 33px;
    font-weight: 700;
    text-align: center;
  }

  .paragraph-12 {
    font-size: 15px;
    line-height: 25px;
    text-align: center;
  }

  .heading-25 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
  }

  .heading-26 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 18px;
    text-align: center;
  }

  .div-block-24 {
    width: 35%;
  }

  .info-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .info-right.right-mobile {
    display: none;
  }

  .info-left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-27 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-28 {
    font-size: 13px;
    line-height: 15px;
    text-align: center;
  }

  .heading-29 {
    font-size: 10px;
    line-height: 12px;
  }

  .heading-30 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
  }

  .heading-31 {
    font-size: 10px;
    line-height: 12px;
    text-align: left;
  }

  .heading-32 {
    font-size: 13px;
    line-height: 12px;
    text-align: center;
  }

  .column-8 {
    margin-bottom: 30px;
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .columns-3 {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .heading-34 {
    font-size: 15px;
  }

  .heading-35 {
    font-size: 13px;
    line-height: 12px;
    text-align: center;
  }

  .heading-35.right {
    text-align: center;
  }

  .heading-36 {
    margin-top: 30px;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
  }

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

  .column-9 {
    display: block;
    margin-top: 39px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .info-img-centro {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
  }

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

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

  .div-block-26 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-27 {
    overflow: hidden;
    width: auto;
    height: auto;
  }

  .container-6 {
    padding: 0px 20px;
  }

  .column-10 {
    height: 300px;
    -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;
  }

  .column-10.img-3-product-2 {
    background-position: 50% 50%;
  }

  .column-11 {
    height: auto;
  }

  .heading-39 {
    overflow: hidden;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-39.sec-8-tilte {
    padding-bottom: 0px;
  }

  .paragraph-13 {
    font-size: 15px;
    line-height: 25px;
  }

  .section-5.bg-primary-section4.bg-section-6.bg-sec-8-prim {
    height: auto;
  }

  .section-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .section-6.prof-section-6.prof-2-sec-4-h.sec-colum-prof-2-sec-4 {
    height: auto;
  }

  .section-6.sec-9-white {
    height: auto;
  }

  .columns-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-12 {
    display: block;
    height: 300px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .column-12.sec-9-bg-white {
    height: 250px;
    background-size: cover;
  }

  .column-12.prof2-sec-4-img {
    background-position: 100% 50%;
  }

  .column-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }

  .column-13.prof-2-sec-6-text {
    border-width: 0px;
  }

  .column-13.prof-1-sec-final-col.prof-1-sec-final-b-col {
    border-bottom-width: 0px;
  }

  .container-8 {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

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

  .heading-40.title-sec-7-white {
    line-height: 30px;
  }

  .text-block-6 {
    font-size: 15px;
    line-height: 24px;
  }

  .div-block-31 {
    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;
    text-align: center;
  }

  .div-block-32.div-galeria--title {
    width: 100%;
  }

  .bold-text-9 {
    -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-size: 15px;
    text-align: center;
  }

  .sub-banner {
    margin-bottom: 0px;
    font-size: 18px;
    text-align: center;
  }

  .heading-41 {
    font-size: 12px;
  }

  .image-6 {
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .div-carac-prof.div-2-carac {
    width: 100%;
    padding-top: 20px;
  }

  .heading-42 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
  }

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

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

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

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

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

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

  .heading-43 {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 25px;
  }

  .heading-44 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 25px;
  }

  .heading-45 {
    font-size: 22px;
  }

  .heading-46 {
    font-size: 22px;
    text-align: center;
  }

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

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

  .div-block-44 {
    text-align: center;
  }

  .heading-47 {
    margin-bottom: 0px;
    font-size: 18px;
  }

  .div-block-45.esp-produ-prof {
    width: 100%;
  }

  .div-block-46 {
    display: block;
    width: 25%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #ee405a;
  }

  .div-block-47 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
    text-align: center;
  }

  .heading-50 {
    display: block;
    width: 100%;
    -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-size: 22px;
    line-height: 28px;
    text-align: center;
  }

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

  .container-9 {
    display: block;
    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;
  }

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

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

  .sec-9-title-white {
    line-height: 30px;
  }

  .bold-text-10 {
    line-height: 25px;
  }

  .bold-text-11 {
    font-size: 20px;
    text-align: center;
  }

  .pureair-img {
    height: 290px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .column-14.almacen-img {
    height: 200px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    background-size: cover;
  }

  .text-block-7 {
    text-align: center;
  }

  .filtro-section {
    height: 100%;
  }

  .cajones-img {
    height: 220px;
  }

  .cajones-img.fftr2021ts {
    height: 300px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background-size: cover;
  }

  .image-7 {
    margin-left: 5px;
    padding-left: 0px;
  }

  .container-10 {
    padding-left: 0px;
  }

  .container-11 {
    padding-left: 0px;
  }

  .container-12 {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .centered-container-2 {
    padding-top: 20px;
    text-align: left;
  }

  .gallery-grid-container-2 {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .div-block-50 {
    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;
    text-align: center;
  }

  .div-block-50.div--g {
    width: 29%;
  }

  .div-block-51 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    padding-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;
    border-bottom-width: 0px;
    text-align: center;
  }

  .div-block-51.div1-g {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .heading-54 {
    font-size: 25px;
    text-align: center;
  }

  .bold-text-12 {
    font-size: 16px;
  }

  .bold-text-13 {
    font-size: 16px;
  }

  .bold-text-14 {
    font-size: 16px;
    line-height: 25px;
  }

  .bold-text-15 {
    font-size: 16px;
    line-height: 25px;
  }

  .bold-text-16 {
    font-size: 16px;
    line-height: 25px;
  }

  .bold-text-17 {
    font-size: 16px;
  }

  .bold-text-18 {
    font-size: 16px;
  }

  .img-puertas-reversibles {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background-position: 50% -100%;
    background-size: 270px;
  }

  .img-gran-ancho.sec-5-col-img {
    height: 450px;
  }

  .column-17 {
    height: 190px;
  }

  .column-17.section-1 {
    height: 190px;
    background-image: url('../images/PSAAOV190FE00009.jpeg');
  }

  .column-18 {
    height: 350px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .column-18.sec-3-col-img {
    height: 300px;
    background-size: auto 460px;
  }

  .bold-text-19 {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
  }

  .bold-text-20 {
    font-size: 15px;
    text-align: center;
  }

  .bold-text-21 {
    font-size: 13px;
  }

  .bold-text-23.titulo-7-bold {
    font-size: 15px;
    line-height: 25px;
  }

  .bold-text-24 {
    font-size: 14px;
  }

  .column-30 {
    height: 300px;
  }

  .column-31 {
    padding: 58px 0px;
  }

  .div-block-54 {
    width: 95%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-block-10 {
    font-size: 14px;
    line-height: 22px;
  }

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

  .column-32 {
    height: 248px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background-size: auto 340px;
  }

  .column-33 {
    height: 300px;
  }

  .text-block-11 {
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-55 {
    width: 90%;
  }

  .bold-text-25 {
    font-size: 25px;
    line-height: 33px;
  }

  .section-9 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-16 {
    padding-right: 33px;
    padding-left: 33px;
  }

  .bold-text-26 {
    font-size: 25px;
    line-height: 33px;
  }

  .heading-57 {
    font-size: 25px;
    line-height: 33px;
  }

  .section-12 {
    height: 100%;
  }

  .section-13 {
    height: 100%;
  }

  .column-36 {
    height: 300px;
  }

  .column-37 {
    height: 300px;
    background-size: auto 790px;
  }

  .div-block-57 {
    width: 85%;
    padding-right: 0px;
    padding-left: 0px;
  }
}

#w-node-efa54e5563a5-3775a04c {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ff4aee437751-3775a04c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  -ms-grid-column: 2;
  grid-area: Area;
}

@media screen and (max-width: 767px) {
  #w-node-ff4aee437751-3775a04c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    -ms-grid-column: 3;
  }
}

@media screen and (max-width: 479px) {
  .gallery-grid-container>#w-node-ff4aee437751-3775a04c {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-ff4aee437751-3775a04c {
    -ms-grid-row: 1;
    -ms-grid-row-span: 8;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
}

#w-node-5625f9e86492-3775a04c {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-4d03bc1d5a35-3775a04c {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-00e59d313501-3775a04c {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-5132caa8bb64-3775a04c {
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-533edfc1dead-3775a04c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-533edfc1deaf-3775a04c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-533edfc1deb4-3775a04c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-533edfc1deb6-3775a04c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-efa54e5563a5-3775a04c {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-15dfe5b287d0-e5b287be {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-15dfe5b287d2-e5b287be {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-15dfe5b287d7-e5b287be {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-15dfe5b287d9-e5b287be {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-533edfc1dea3-3775a04c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-533edfc1deaa-3775a04c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-533edfc1deb1-3775a04c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-efa54e5563a5-3775a04c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-1e5a9ba4e74b-3775a04c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-0ea92e8e50a5-3775a04c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-15dfe5b287c6-e5b287be {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-15dfe5b287cd-e5b287be {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-15dfe5b287d4-e5b287be {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Custom fresh';
  src: url('../fonts/Custom-Fresh.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '1';
  src: url('../fonts/GothamMedium_1.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothambook';
  src: url('../fonts/GothamBook.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype'), url('../fonts/Gotham-XLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-UltraItalic.otf') format('opentype'), url('../fonts/Gotham-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-XLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}