/* FONTES */
@font-face { font-family: UniSans; src: url(https://lojawap.vteximg.com.br/arquivos/Uni_Sans_Light.ttf.css); font-weight: 300; }
@font-face { font-family: UniSans; src: url(https://lojawap.vteximg.com.br/arquivos/Uni_Sans.ttf.css); font-weight: 400; }
@font-face { font-family: UniSans; src: url(https://lojawap.vteximg.com.br/arquivos/Uni_Sans_Book.ttf.css); font-weight: 500; }
@font-face { font-family: UniSans; src: url(https://lojawap.vteximg.com.br/arquivos/Uni_Sans_SemiBold.ttf.css); font-weight: 600; }
@font-face { font-family: UniSans; src: url(https://lojawap.vteximg.com.br/arquivos/Uni_Sans_Bold.ttf.css); font-weight: 700; }
@font-face { font-family: UniSans; src: url(https://lojawap.vteximg.com.br/arquivos/Uni_Sans_Heavy.ttf.css); font-weight: 800; }




/* VARIÁVEIS */
:root {
  --gray:               #D9D9D9;
  --gray-medium:        #A4A4A4;
  --gray-light:         #E8E8E8;
  --gray-lighter:       #F6F6F6;
  --gray-dark:          #53565A;
  --white:              #FFFFFF;
  --black:              #000000;
  --black-light:        #1A1A1A;
  --dummy:              #FFCC00;
}


.FW011487 { font-family: "UniSans", sans-serif; font-weight: 400; font-size: 10px; color: var(--black); }
.FW011487 * { box-sizing: border-box; }
.FW011487 a { text-decoration: none; }

.FW011487 .container { width: 100%; max-width: 1260px; margin: 0 auto; padding: 0 30px; display: flex; flex-direction: column; position: relative; }
.FW011487 .container.min { max-width: 1056px; }
.FW011487 .container.fluid { flex-direction: row; }
.FW011487 .mobile { display: none !important; }
.FW011487 .ico { flex-shrink: 0; width: 60px; aspect-ratio: 1/1; border-radius: 10px; background: var(--black); display: flex; justify-content: center; align-items: center; }

/* CUSTOM */
.FW011487 .topo { padding-top: 60px; }
.FW011487 .topo .container { gap: 60px; align-items: center; }
.FW011487 .topo .produto { flex: 1; display: flex; justify-content: center; align-items: center; margin-left: -25px; }
.FW011487 .topo .produto img { width: 100%; max-width: 612px; }
.FW011487 .topo .infos { width: 46%; }
.FW011487 .topo .infos h2 { font-size: 3.5em; font-weight: 500; color: var(--black-light); text-transform: uppercase; line-height: 1; margin-bottom: 50px; margin-top: 0; }
.FW011487 .topo .infos h2 strong { font-size: 2.2285em; font-weight: 800; }
.FW011487 .topo .infos h3 { font-size: 4em; font-weight: 700; color: var(--black-light); margin-bottom: 15px; line-height: 1; margin-top: 0; }
.FW011487 .topo .infos p { font-size: 2em; font-weight: 500; color: var(--black-light); margin-bottom: 50px; margin-top: 0; }

.FW011487 .funcionalidades { padding-top: 100px; position: relative; }
.FW011487 .funcionalidades .aux-slider { width: 100%; display: flex; }
.FW011487 .funcionalidades .item { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; }
.FW011487 .funcionalidades .item .ico { margin-bottom: 40px; }
.FW011487 .funcionalidades .item h2 { margin: 0 0 20px 0; font-size: 3.3em; font-weight: 700; line-height: 1.136; }
.FW011487 .funcionalidades .item p { margin: 0; font-size: 1.8em; font-weight: 500; }

.FW011487 .box { padding: 150px 0 200px 0; }
.FW011487 .box .holder { display: flex; justify-content: center; align-items: center; background: var(--gray); border-radius: 100px; padding: 15px; }
.FW011487 .box .img { width: 60%; margin: -80px 0 -190px 0; display: flex; justify-content: center; align-items: flex-start; }
.FW011487 .box .img img { width: 100%; max-width: 636px; }
.FW011487 .box .infos { flex: 1; display: flex; justify-content: center; align-items: flex-end; flex-direction: column; color: var(--black-light); }
.FW011487 .box .infos h2 { font-size: 3em; font-weight: 500; text-transform: uppercase; line-height: 1; margin-bottom: 60px; margin-top: 0; }
.FW011487 .box .infos h3 { font-size: 4em; font-weight: 700; line-height: 1; margin-bottom: 20px; margin-top: 0; }
.FW011487 .box .infos p { font-size: 2em; font-weight: 500; margin: 0; }

.FW011487 .diferenciais { padding: 60px 0; }
.FW011487 .diferenciais .container { align-items: center; gap: 60px; }
.FW011487 .diferenciais .img { flex: 1; display: flex; justify-content: center; align-items: center; }
.FW011487 .diferenciais .img img { width: 100%; max-width: 678px; }
.FW011487 .diferenciais .infos { width: 40%; display: flex; justify-content: center; align-items: flex-start; flex-direction: column; gap: 100px; }
.FW011487 .diferenciais .infos .aux {display: flex; justify-content: flex-start; align-items: center; gap: 20px; margin-bottom: 30px; }
.FW011487 .diferenciais .infos .chamada { font-size: 3.3em; font-weight: 700; }
.FW011487 .diferenciais .infos .txt { font-size: 2em; font-weight: 500; }
.FW011487 .diferenciais .infos .ico { margin-bottom: 20px; }
.FW011487 .diferenciais .infos .aux .ico { margin-bottom: 0; }
.FW011487 .diferenciais.vazao { padding-top: 0; }
.FW011487 .diferenciais.valvula { padding: 0; }
.FW011487 .diferenciais.valvula .img img { max-width: 465px; }
.FW011487 .diferenciais.desempenho { padding: 0; }
.FW011487 .diferenciais.desempenho .img { justify-content: flex-start; }
.FW011487 .diferenciais.desempenho .img img { max-width: 591px; }
.FW011487 .diferenciais.desempenho .infos { gap: 0; }
.FW011487 .diferenciais.desempenho .infos .chamada { font-size: 3em; line-height: 1; margin-bottom: 20px; }
.FW011487 .diferenciais.desempenho .infos .txt { font-size: 1.8em; }
.FW011487 .diferenciais.desempenho .badges { display: flex; justify-content: center; align-items: center; background: var(--gray-lighter); border-radius: 30px; width: 100%; padding: 20px 40px; gap: 20px; }
.FW011487 .diferenciais.desempenho .badges .divisoria { width: 1px; height: 120px; flex-shrink: 0; background: var(--gray); }
.FW011487 .diferenciais.itens .img { margin-right: -25px; }
.FW011487 .diferenciais.itens .img img { max-width: 867px; }
.FW011487 .diferenciais.itens .infos { width: 25%; }

.FW011487 .destaques { padding: 250px 0 220px 0; overflow: hidden; }
.FW011487 .destaques .container .holder { background: var(--gray); border-radius: 100px; padding: 15px; display: flex; justify-content: center; align-items: flex-end; }
.FW011487 .destaques .top { position: absolute; left: 0; top: 0; width: 100%; text-align: right; transform: translate(0,-32%); padding-right: 60px; }
.FW011487 .destaques .top img { width: 100%; max-width: 501px; }
.FW011487 .destaques .bottom { position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; transform: translate(0,40%);  }
.FW011487 .destaques .bottom img { width: 100%; max-width: 804px; }
.FW011487 .destaques .infos { flex: 1; display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column; gap: 100px; padding: 120px 0 400px 80px; }
.FW011487 .destaques .infos .chamada { font-size: 3em; font-weight: 700; margin-bottom: 15px; }
.FW011487 .destaques .infos .txt { font-size: 2em; font-weight: 500; }

.FW011487 .ideal { padding: 100px 0; }
.FW011487 .ideal .container { align-items: center; }
.FW011487 .ideal .infos { flex: 1; }
.FW011487 .ideal .infos h3 { font-size: 4em; font-weight: 700; text-transform: uppercase; line-height: 1; margin: 0; }
.FW011487 .ideal .infos p { font-size: 2em; font-weight: 500; margin: 0; }
.FW011487 .ideal .areas { width: 70%; position: relative; display: flex; justify-content: space-between; align-items: center; }
.FW011487 .ideal .areas .area { display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 20px; }
.FW011487 .ideal .areas .area .ico { background: var(--black); width: 100px; }
.FW011487 .ideal .areas .area .txt { font-size: 2em; text-transform: uppercase; font-weight: 700; }

.FW011487 .acessorios { overflow: hidden; margin: 0 calc(((100vw - 1248px)/2)*(-1)); width: 100vw; }
.FW011487 .acessorios h2 { font-size: 3.4em; text-transform: uppercase; text-align: center; }
.FW011487 .acessorios .hld-slider { margin: 0 calc(((100vw - 1200px)/2)*(-1)); width: 100vw; padding-top: 50px; }
.FW011487 .acessorios .hld-slider .slide { margin-right: 15px; }
.FW011487 .acessorios .hld-slider .slide .img { width: 100%; display: flex; justify-content: center; align-items: center; position: relative; height: 279px; padding: 20px 0; transition: all 0.3s ease; }
.FW011487 .acessorios .hld-slider .slide .img img { width: 100%; max-width: 239px; position: relative; z-index: 2; }
.FW011487 .acessorios .hld-slider .slide .img:before { content: ''; position: absolute; left: 50%; top: 50%; width: 50%; transform: translate(-50%,-50%); aspect-ratio: 1/1; background: var(--gray); border-radius: 20px; transition: all 0.3s ease; }
.FW011487 .acessorios .hld-slider .slide .info { font-size: 2.5em; font-weight: 700; color: var(--black-light); text-transform: uppercase; text-align: center; padding-top: 0px; height: 80px; transition: all 0.3s ease; }
.FW011487 .acessorios .hld-slider .slide.center .img { padding: 0; }
.FW011487 .acessorios .hld-slider .slide.center .img:before { width: 90%; max-width: 270px; }
.FW011487 .acessorios .hld-slider .slide.center .info { padding-top: 20px; }

.FW011487 .acessorios .hld-slider .slick-list { padding: 0 calc((100vw - 1200px)/2); }
.FW011487 .acessorios .hld-slider .slick-dots { display: flex; justify-content: center; align-items: center; list-style: none; gap: 9px; padding: 0; width: 100px; height: 37px; margin: 0; position: absolute; left: 50%; top: -50px; transform: translate(-50%); }
.FW011487 .acessorios .hld-slider .slick-dots li { margin: 0; padding: 0; line-height: 0; }
.FW011487 .acessorios .hld-slider .slick-dots li button { padding: 0; font-size: 0; border: none; background: var(--gray-lighter); width: 9px; height: 9px; border-radius: 50%; cursor: pointer; transition: all 0.3s ease; }
.FW011487 .acessorios .hld-slider .slick-dots li.slick-active button { width: 13px; height: 13px; background: var(--gray-medium); }

.FW011487 .galeria-destaques { overflow: hidden; padding-top: 50px; margin: 0 calc(((100vw - 1248px)/2)*(-1)); width: 100vw; }
.FW011487 .galeria-destaques h2 { font-size: 3.4em; text-transform: uppercase; text-align: center; }
.FW011487 .galeria-destaques .hld-slider { margin: 0 calc(((100vw - 1200px)/2)*(-1)); width: 100vw; padding-top: 70px; }
.FW011487 .galeria-destaques .hld-slider .slide { margin-right: 15px; }
.FW011487 .galeria-destaques .hld-slider .slide .img { aspect-ratio: 305/415; width: 100%; border-radius: 20px; background-repeat: no-repeat; background-position: center; background-size: contain; }
.FW011487 .galeria-destaques .hld-slider .slide .info { font-size: 2em; font-weight: 500; color: var(--black-light); text-align: center; margin-top: 20px; }
.FW011487 .galeria-destaques .hld-slider .slide .info strong { font-size: 1.135em; font-weight: 700; text-transform: uppercase; display: inline-block; margin-bottom: 5px; }
.FW011487 .galeria-destaques .hld-slider .slick-list { padding: 0 calc((100vw - 1200px)/2); }
.FW011487 .galeria-destaques .hld-slider .slick-dots { display: none; justify-content: center; align-items: center; list-style: none; gap: 9px; padding: 0; width: 100px; height: 37px; background: var(--gray-light); border-radius: 50px; margin: 0; position: absolute; left: 50%; top: -60px; transform: translate(-50%); }
.FW011487 .galeria-destaques .hld-slider .slick-dots li { margin: 0; padding: 0; line-height: 0; }
.FW011487 .galeria-destaques .hld-slider .slick-dots li button { padding: 0; font-size: 0; border: none; background: var(--gray-medium); width: 9px; height: 9px; border-radius: 50%; cursor: pointer; transition: all 0.3s ease; }
.FW011487 .galeria-destaques .hld-slider .slick-dots li.slick-active button { width: 13px; height: 13px; background: var(--white); }
.FW011487 .galeria-destaques .hld-slider .nav-slider { display: none; }

.FW011487 .medidas { padding: 130px 0 50px 0; }
.FW011487 .medidas .container { align-items: center; }
.FW011487 .medidas .aux-mobile { width: 60%; display: flex; justify-content: flex-start; align-items: center; }
.FW011487 .medidas .img { width: 100%; display: flex; justify-content: center; align-items: center; }
.FW011487 .medidas .img img { width: 100%; max-width: 643px; }
.FW011487 .medidas .infos { flex: 1; display: flex; justify-content: flex-start; align-items: center; padding-left: 5%; }
.FW011487 .medidas .infos h3 { font-size: 3.3em; line-height: 1; margin: 0 0 20px 0; }
.FW011487 .medidas .infos p { font-size: 2em; font-weight: 500; margin: 0; }

.FW011487 .banner { padding-top: 80px; }
.FW011487 .banner .hld { background: var(--black-light); border-radius: 20px 20px 0 0; padding: 60px 30px; display: flex; justify-content: center; align-items: center; }
.FW011487 .banner .hld img { width: 100%; max-width: 430px; }


/*  DEFAULT  */
@media screen and (min-width: 1026px) and (max-width: 1439.98px) {
  .sandbox-product { width: 100%; }
}
@media screen and (min-width: 640px) and (max-width: 1025.98px) {
  .sandbox-product {
    width: 100%;
  }
}
@media screen and (max-width: 639.98px) {
  .sandbox-product {
    width: 100%;
  }
}

@media (max-width: 1248px) {
  .sandbox-product {
    width: 100%;
  }
  .FW011487 {
    margin: 0 -1rem;
  }
  .FW011487 .acessorios { margin: 0; }
  .FW011487 .galeria-destaques { margin: 0; }
}
/*  DEFAULT */

/* MEDIA QUERY */
@media (max-width: 1399.98px) {
    /* XL */
}

@media (max-width: 1259.98px) {
    /* LG */
    .FW011487 .topo .infos h2 { font-size: 3em; }
    .FW011487 .topo .infos h3 { font-size: 3.5em; }
    .FW011487 .topo .infos p { font-size: 1.8em; }

    .FW011487 .diferenciais .infos { width: 50%; }
    .FW011487 .diferenciais.itens .infos { width: 30%; }

    .FW011487 .acessorios .hld-slider { margin: 0 -30px; width: calc(100% + 60px); }
    .FW011487 .acessorios .hld-slider .slick-list { padding: 0 30px; }

    .FW011487 .galeria-destaques .hld-slider { margin: 0 -30px; width: calc(100% + 60px); }
    .FW011487 .galeria-destaques .hld-slider .slick-list { padding: 0 30px; }

    .FW011487 .medidas .aux-mobile { width: 50%; }
}

@media (max-width: 991.98px) {
	/* MD */
    .FW011487 .container { padding: 0 15px; }
    .FW011487 .container.fluid { flex-direction: column; }

    .FW011487 .mobile { display: block !important; }
    .FW011487 .desktop { display: none !important; }

    .FW011487 .topo .container { gap: 30px; align-items: center; }
    .FW011487 .topo .infos { width: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; }
    .FW011487 .topo .infos .aux-mobile { display: flex; justify-content: center; align-items: center; gap: 20px; margin-bottom: 30px; }
    .FW011487 .topo .infos h2 { margin-bottom: 0; margin-top: 10px; }
    .FW011487 .topo .infos h3 { font-size: 2.4em; }
    .FW011487 .topo .infos .selo { margin-bottom: 0; }

    .FW011487 .funcionalidades { padding-top: 20px; }
    .FW011487 .funcionalidades .aux-slider { display: block; }
    .FW011487 .funcionalidades .item { flex: unset; width: unset; flex-direction: row; justify-content: center; text-align: left; gap: 30px; }
    .FW011487 .funcionalidades .item .ico { margin-bottom: 0; }
    .FW011487 .funcionalidades .item .info { width: 225px; }
    .FW011487 .funcionalidades .item p { font-size: 2.4em; font-weight: 700; }
    .FW011487 .funcionalidades .item h2 { font-size: 3em; margin: 0; }

    .FW011487 .box { padding: 50px 0; }
    .FW011487 .box .holder { flex-direction: column-reverse; position: relative; background: none; gap: 30px; }
    .FW011487 .box .img { position: relative; width: 100%; margin: 0; }
    .FW011487 .box .img:before { content: ''; position: absolute; left: 0; top: 7%; width: 100%; height: 69%; border-radius: 50px; background: var(--gray); }
    .FW011487 .box .img img { position: relative; z-index: 2; margin: 0; }
    .FW011487 .box .infos { align-items: center; text-align: center; }

    .FW011487 .diferenciais .infos { width: 100%; align-items: center; gap: 60px; }
    .FW011487 .diferenciais .infos .aux { flex-direction: column; margin-bottom: 10px; }
    .FW011487 .diferenciais .infos .info { display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; }
    .FW011487 .diferenciais.valvula .img img { margin-right: -15%; }
    .FW011487 .diferenciais.desempenho { padding-top: 80px; }
    .FW011487 .diferenciais.desempenho .infos .aux { flex-direction: row; gap: 30px; }
    .FW011487 .diferenciais.desempenho .infos .info { text-align: left; align-items: flex-start; }
    .FW011487 .diferenciais.desempenho .img img { width: 85%; }
    .FW011487 .diferenciais.desempenho .badges.mobile { display: flex !important; width: auto; }
    .FW011487 .diferenciais.itens { padding-top: 100px; }
    .FW011487 .diferenciais.itens .container { flex-direction: column-reverse; } 
    .FW011487 .diferenciais.itens .infos { width: 100%; }
    .FW011487 .diferenciais.itens .img { margin: 0; }
    .FW011487 .diferenciais.itens .img img { width: 90%; }

    .FW011487 .destaques { padding: 50px 0; }
    .FW011487 .destaques .container .holder { border-radius: 50px; align-items: center; flex-direction: column; }
    .FW011487 .destaques .top { position: relative; left: unset; top: unset; text-align: center; transform: none; padding-right: 0; margin-top: -30%; margin-right: -5%; }
    .FW011487 .destaques .top img { width: 60%; }
    .FW011487 .destaques .bottom { position: relative; left: unset; bottom: unset; width: 100%; transform: none; margin-bottom: -30%; margin-right: -8%; }
    .FW011487 .destaques .infos {  text-align: center; gap: 0; padding: 0; }
    .FW011487 .destaques .infos:first-child { padding-bottom: 180px; }
    .FW011487 .destaques .infos:last-child { padding-top: 180px; }

    .FW011487 .ideal .areas { width: 90%; justify-content: space-between; margin-top: 30px; }
    
    .FW011487 .acessorios .hld-slider { margin: 0 -15px; width: calc(100% + 30px); }
    .FW011487 .acessorios .hld-slider .slick-track { padding: 0 0 0 25%; }

    .FW011487 .galeria-destaques .hld-slider .slick-dots { display: flex; }
    .FW011487 .galeria-destaques .hld-slider { margin: 0 -15px; width: calc(100% + 30px); }
    .FW011487 .galeria-destaques .hld-slider .slick-list { padding: 0 15px; }

    .FW011487 .medidas { padding: 100px 0 50px 0; }
    .FW011487 .medidas .aux-mobile { width: 80%; }
    .FW011487 .medidas .container { align-items: center; }
    .FW011487 .medidas .infos { justify-content: center; text-align: center; margin-bottom: 60px; padding: 0; }
    .FW011487 .medidas .infos h3 { font-size: 2.4em; }

    .FW011487 .banner { padding-top: 0; }
}

@media (max-width: 767.98px) {
	/* XS */
    .FW011487 .topo .infos h2 { font-size: 2.4em; }
    .FW011487 .topo .produto img { width: 90%; }
    .FW011487 .topo .infos .selo img { width: 120px; }

    .FW011487 .funcionalidades .item .info { width: 165px; }
    .FW011487 .funcionalidades .item h2 { font-size: 2.4em }

    .FW011487 .box .infos h3 { font-size: 3em; }

    .FW011487 .diferenciais .infos .chamada { font-size: 3em; }

    .FW011487 .ideal .infos h3 { font-size: 3em; }

    .FW011487 .acessorios .hld-slider .slide .info { font-size: 2em; }

    .FW011487 .galeria-destaques .hld-slider .slick-list { padding: 0 !important; }
    .FW011487 .galeria-destaques .hld-slider .slide { margin: 0 100px; }
    .FW011487 .galeria-destaques .hld-slider .slick-dots { gap: 6px; width: 70px; height: 30px; top: -50px; }
    .FW011487 .galeria-destaques .hld-slider .slick-dots li button { width: 6px; height: 6px; }
    .FW011487 .galeria-destaques .hld-slider .slick-dots li.slick-active button { width: 10px; height: 10px; }
    .FW011487 .galeria-destaques .hld-slider .nav-slider { position: absolute; left: 0; top: calc(50% - 60px); width: 100%; padding: 0 30px; display: flex; justify-content: space-between; align-items: center; pointer-events: none; }
    .FW011487 .galeria-destaques .hld-slider .nav-slider .arrow { cursor: pointer; pointer-events: all; }
    .FW011487 .galeria-destaques .hld-slider .nav-slider .arrow.prev img { transform: scaleX(-1); }

    .FW011487 .banner .hld { padding: 20px; width: calc(100% + 30px); margin: 0 -15px; }
    .FW011487 .banner .hld img { width: 60%; }
}

@media (max-width: 575.98px) {
    /* XXS */
    .FW011487 .ico { width: 50px; }
    .FW011487 .ico img { max-height: 25px; max-width: 25px; }

    .FW011487 .topo .container { padding: 0 5px; }
    .FW011487 .topo .produto img { width: 50%; }
    .FW011487 .topo .infos h2 { font-size: 1.4em; margin-top: 2px; }
    .FW011487 .topo .infos h3 { font-size: 2em; }
    .FW011487 .topo .infos p { font-size: 1.4em; }
    .FW011487 .topo .infos .aux-mobile { gap: 10px; }
    .FW011487 .topo .infos .selo img { width: 60px; }

    .FW011487 .funcionalidades { padding-top: 0; }
    .FW011487 .funcionalidades .item { gap: 10px; }
    .FW011487 .funcionalidades .item .info { width: 135px; }
    .FW011487 .funcionalidades .item h2 { font-size: 2em; }

    .FW011487 .box .holder { border-radius: 35px; padding: 0; }
    .FW011487 .box .infos h2 { font-size: 2.2em; }
    .FW011487 .box .infos h3 { font-size: 2em; }
    .FW011487 .box .infos p { font-size: 1.4em; }
    .FW011487 .box .infos.mobile { left: 45%; }
    .FW011487 .box .img img { width: 90%; }
    .FW011487 .box .img:before { border-radius: 35px; }

    .FW011487 .destaques .container .holder { border-radius: 35px; padding: 0 }
    .FW011487 .destaques .top { margin-top: -35%; }
    .FW011487 .destaques .top img { width: 75%; }
    .FW011487 .destaques .infos:first-child { padding-bottom: 120px; }
    .FW011487 .destaques .infos:last-child { padding-top: 120px; }
    .FW011487 .destaques .infos .chamada { font-size: 2em; }
    .FW011487 .destaques .infos .txt { font-size: 1.4em; }

    .FW011487 .diferenciais { padding: 30px 0; }
    .FW011487 .diferenciais .infos .chamada { font-size: 2em; }
    .FW011487 .diferenciais .infos .txt { font-size: 1.4em; }
    .FW011487 .diferenciais.valvula .container { padding: 0; }
    .FW011487 .diferenciais.valvula .img img { width: 80%; }
    .FW011487 .diferenciais.desempenho .container { padding: 0; }
    .FW011487 .diferenciais.desempenho .infos .aux { gap: 10px; }
    .FW011487 .diferenciais.desempenho .infos .chamada { font-size: 2em; }
    .FW011487 .diferenciais.desempenho .infos .txt { font-size: 1.4em; }
    .FW011487 .diferenciais.desempenho .infos .aux .selo img { width: 100px; }
    .FW011487 .diferenciais.desempenho .badges.mobile { margin: 0 15px; padding: 20px 10px; gap: 10px; border-radius: 20px; }
    .FW011487 .diferenciais.desempenho .badges.mobile img { width: calc(50% - 20px); }
    .FW011487 .diferenciais.desempenho .badges .divisoria { height: 80px; }
    .FW011487 .diferenciais.itens { padding-top: 50px; }
    .FW011487 .diferenciais.itens .img img { width: 100%; }

    .FW011487 .ideal { padding: 50px 0; }
    .FW011487 .ideal .container { padding: 0; }
    .FW011487 .ideal .infos h3 { font-size: 2em; }
    .FW011487 .ideal .areas { margin-top: 20px; }
    .FW011487 .ideal .areas .area { gap: 10px; }
    .FW011487 .ideal .areas .area .ico { width: 60px; }
    .FW011487 .ideal .areas .area .txt { font-size: 1.2em; }

    .FW011487 .acessorios h2 { font-size: 2em; }
    .FW011487 .acessorios .hld-slider .slide { margin-right: 0; }
    .FW011487 .acessorios .hld-slider .slide .info { font-size: 1.6em; }
    .FW011487 .acessorios .hld-slider .slick-list { padding: 0 !important; }
    .FW011487 .acessorios .hld-slider .slick-track { padding: 0; }

    .FW011487 .galeria-destaques h2 { font-size: 2em; }
    .FW011487 .galeria-destaques .hld-slider .slide { margin: 0 35px; }
    .FW011487 .galeria-destaques .hld-slider .slide .info { font-size: 1.6em; }
    .FW011487 .galeria-destaques .hld-slider .nav-slider { padding: 0 5px; }
    .FW011487 .galeria-destaques .hld-slider .nav-slider .arrow img { width: 25px; }

    .FW011487 .medidas .infos h3 { font-size: 2em; }
    .FW011487 .medidas .infos p { font-size: 1.4em; }
}



/* SLICK SLIDER */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none;  -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }