/* 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:        #C7C7C7;
  --gray-light:         #E8E8E8;
  --gray-dark:          #53565A;
  --blue:              #06132B;
  --white:              #FFFFFF;
  --black:              #000000;
  --black-light:        #1A1A1A;
  --dummy:              #FFCC00;
}


/* GERAL */
.FW009885 { font-family: "UniSans", sans-serif; font-weight: 400; font-size: 10px; color: var(--black); }
.FW009885 * { box-sizing: border-box; }
.FW009885 a { text-decoration: none; }

.FW009885 .container { width: 100%; max-width: 1260px; margin: 0 auto; padding: 0 30px; display: flex; flex-direction: column; position: relative; }
.FW009885 .container.min { max-width: 1056px; }
.FW009885 .container.fluid { flex-direction: row; }
.FW009885 .mobile { display: none !important; }
.FW009885 .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 */
.FW009885 .topo { padding-top: 30px; }
.FW009885 .topo .container { gap: 30px; align-items: flex-end; }
.FW009885 .topo .produto { flex: 1; display: flex; justify-content: center; align-items: center; }
.FW009885 .topo .produto img { width: 100%; max-width: 717px; }
.FW009885 .topo .infos { width: 35%; padding-bottom: 30px; }
.FW009885 .topo .infos h2 { font-size: 3.9em; font-weight: 500; color: var(--black-light); text-transform: uppercase; line-height: 1; margin-bottom: 65px; margin-top: 0; }
.FW009885 .topo .infos h2 strong { font-size: 1.5128em; font-weight: 800; }
.FW009885 .topo .infos h3 { font-size: 4em; font-weight: 700; color: var(--black-light); margin-bottom: 15px; line-height: 1; margin-top: 0; }
.FW009885 .topo .infos p { font-size: 2em; font-weight: 500; color: var(--black-light); margin-bottom: 50px; margin-top: 0; }
.FW009885 .topo .infos .selo { margin-bottom: 90px; }
.FW009885 .topo .infos .obs { font-size: 1.4em; }

.FW009885 .funcionalidades { padding-top: 50px; position: relative; }
.FW009885 .funcionalidades .aux-slider { width: 100%; display: flex; }
.FW009885 .funcionalidades .item { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; }
.FW009885 .funcionalidades .item .ico { margin-bottom: 30px; }
.FW009885 .funcionalidades .item h2 { margin: 0 0 20px 0; font-size: 3.3em; font-weight: 700; line-height: 1.136; }
.FW009885 .funcionalidades .item p { margin: 0; font-size: 1.8em; font-weight: 500; }

.FW009885 .box { padding-top: 100px; }
.FW009885 .box .holder { display: flex; justify-content: center; align-items: center; background: var(--black); border-radius: 100px; padding: 30px; }
.FW009885 .box .img { width: 70%; margin: -30px 0 -50px -10%; display: flex; justify-content: center; align-items: flex-start; }
.FW009885 .box .img img { width: 100%; max-width: 695px; }
.FW009885 .box .infos { flex: 1; display: flex; justify-content: center; align-items: flex-end; flex-direction: column; color: var(--white); }
.FW009885 .box .infos .ico { background: var(--white); margin-bottom: 30px; }
.FW009885 .box .infos h2 { font-size: 3em; font-weight: 500; text-transform: uppercase; line-height: 1; margin-bottom: 60px; margin-top: 0; }
.FW009885 .box .infos h3 { font-size: 4em; font-weight: 700; line-height: 1; margin-bottom: 20px; margin-top: 0; }
.FW009885 .box .infos p { font-size: 2em; font-weight: 500; margin: 0; }

.FW009885 .box.no-bg { padding-top: 50px; }
.FW009885 .box.no-bg .holder { background: none; border-radius: 0; padding: 0; }
.FW009885 .box.no-bg .infos { margin-right: -20%; color: var(--black-light); }
.FW009885 .box.no-bg .img { width: 80%; margin: 0; }
.FW009885 .box.no-bg .img img { width: 100%; max-width: 684px; }

.FW009885 .diferenciais .container { align-items: center; gap: 60px; }
.FW009885 .diferenciais .img { flex: 1; display: flex; justify-content: center; align-items: center; }
.FW009885 .diferenciais .img img { width: 100%; }
.FW009885 .diferenciais .infos { width: 40%; display: flex; justify-content: center; align-items: flex-start; flex-direction: column; gap: 100px; }
.FW009885 .diferenciais .infos .chamada { font-size: 4em; font-weight: 700; line-height: 1; margin-bottom: 25px; }
.FW009885 .diferenciais .infos .txt { font-size: 2em; font-weight: 500; }
.FW009885 .diferenciais .infos .ico { margin-bottom: 20px; }
.FW009885 .diferenciais.tempo { margin-top: -200px; }
.FW009885 .diferenciais.tempo .img img { max-width: 470px; }
.FW009885 .diferenciais.tempo .infos { padding-top: 200px; }
.FW009885 .diferenciais.temperatura { margin: 100px 0; }
.FW009885 .diferenciais.temperatura .img img { max-width: 660px; }
.FW009885 .diferenciais.temperatura .infos { width: 40%; align-items: flex-end; }
.FW009885 .diferenciais.temperatura .infos .chamada { font-size: 3.3em; }
.FW009885 .diferenciais.vapor { padding-top: 100px; }
.FW009885 .diferenciais.vapor .container { align-items: flex-start; }
.FW009885 .diferenciais.vapor .infos { width: 52%; padding-bottom: 100px; position: relative; z-index: 3; }
.FW009885 .diferenciais.vapor .infos .chamada { margin-bottom: 10px; }
.FW009885 .diferenciais.vapor .img { position: relative; z-index: 2; margin: -70px -28% 0 0; }
.FW009885 .diferenciais.vapor .img img { max-width: 731px; position: absolute; top: 0; right: 0; }
.FW009885 .diferenciais.antirespingo { padding-top: 50px; }
.FW009885 .diferenciais.antirespingo .container { align-items: flex-end; }
.FW009885 .diferenciais.antirespingo .infos { padding-bottom: 30px; width: 35%; align-items: flex-end; }
.FW009885 .diferenciais.antirespingo .img img { max-width: 692px; }
.FW009885 .diferenciais.led { padding-top: 100px; }
.FW009885 .diferenciais.led .infos { align-items: center; }
.FW009885 .diferenciais.led .img img { max-width: 635px; }
.FW009885 .diferenciais.itens { padding-top: 100px; }
.FW009885 .diferenciais.itens .infos { flex: 1; width: auto; margin: 0 -50px; }
.FW009885 .diferenciais.itens .img { flex: 1; }
.FW009885 .diferenciais.itens .img img { max-width: 445px; }
.FW009885 .diferenciais.itens .selo { margin-left: -15%; }
.FW009885 .diferenciais.cabo { padding-top: 100px; }
.FW009885 .diferenciais.cabo .infos { align-items: flex-end; }
.FW009885 .diferenciais.cabo .img img { max-width: 635px; }

.FW009885 .destaque .img { width: 100%; height: 660px; background-repeat: no-repeat; background-position: center; background-size: cover; border-radius: 70px; position: relative; z-index: 2; }
.FW009885 .destaque .infos { padding-top: 70px; border-radius: 0 0 70px 70px; margin-top: -70px; background: var(--blue); }
.FW009885 .destaque .infos .aux { display: flex; justify-content: center; align-items: center; gap: 60px; padding: 50px 30px; }
.FW009885 .destaque .infos .info { color: var(--white); flex: 1; display: flex; justify-content: flex-start; align-items: center; gap: 65px; padding-left: 11%; }
.FW009885 .destaque .infos .info.txt { width: 45%; flex: unset; justify-content: flex-start; padding: 0; }
.FW009885 .destaque .infos .info .ico { flex-shrink: 0; width: 70px; aspect-ratio: 1/1; background: var(--white); border-radius: 10px; display: flex; justify-content: center; align-items: center; }
.FW009885 .destaque .infos .info h3 { font-size: 4em; text-transform: uppercase; line-height: 1; margin: 0; }
.FW009885 .destaque .infos .info p { font-size: 2em; font-weight: 500; margin: -5px 0 0 0; }

.FW009885 .funcoes .container .holder { background: var(--gray); border-radius: 100px; padding: 115px 30px 0 30px;  }
.FW009885 .funcoes .img { transform: translate(15%,20%); margin-bottom: -200px; }
.FW009885 .funcoes .img img { width: 100%; max-width: 501px; }
.FW009885 .funcoes .infos { flex: 1; display: flex; justify-content: flex-end; align-items: flex-end; flex-direction: column; gap: 20px; text-align: right; position: relative; z-index: 2; }
.FW009885 .funcoes .infos .chamada { font-size: 3.3em; font-weight: 700; }
.FW009885 .funcoes .infos .txt { font-size: 2em; font-weight: 500; }
.FW009885 .funcoes .infos.right { width: 45%; margin-left: 55%; flex: unset; text-align: left; justify-content: flex-start; align-items: flex-start; }
.FW009885 .funcoes .infos.full { margin-top: 300px; padding-right: 95px; }
.FW009885 .funcoes .bottom { width: 100%; display: flex; justify-content: flex-end; align-items: center; transform: translate(5%,40%); margin-top: -17%; }
.FW009885 .funcoes .bottom img { width: 90%; max-width: 804px; }

.FW009885 .ideal { padding-top: 40px; }
.FW009885 .ideal .container { padding: 0; }
.FW009885 .ideal .slider-ideal { width: 100%; overflow: hidden; position: relative; }
.FW009885 .ideal .slider-ideal:before { content: ''; position: absolute; left: 0; top: 0; width: 30px; height: 100%; z-index: 2; background: linear-gradient(to right,  rgba(245,245,245,1) 0%,rgba(245,245,245,0) 100%); }
.FW009885 .ideal .slider-ideal:after { content: ''; position: absolute; right: 0; top: 0; width: 58px; height: 100%; z-index: 2; background: linear-gradient(to right,  rgba(245,245,245,0) 0%,rgba(245,245,245,1) 50%); }
.FW009885 .ideal .slider-ideal .slide { aspect-ratio: 367/511; background-repeat: no-repeat; background-position: center; background-size: cover; margin-right: 30px; border-radius: 20px; display: flex; justify-content: center; align-items: flex-end; position: relative; overflow: hidden; }
.FW009885 .ideal .slider-ideal .slide .info { padding-bottom: 30px; display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; gap: 30px; position: relative; z-index: 2; }
.FW009885 .ideal .slider-ideal .slide .info .chamada { font-size: 2.5em; font-weight: 700; color: var(--white); text-transform: uppercase; }
.FW009885 .ideal .slider-ideal .slide .info .txt { font-size: 2.5em; color: var(--white); }
.FW009885 .ideal .slider-ideal .slick-list { padding: 0 30px; }
.FW009885 .ideal .nav-slider { position: absolute; left: 0; top: calc(50% - 20px); width: 100%; padding: 0 70px 0 45px; display: flex; justify-content: space-between; align-items: center; pointer-events: none; }
.FW009885 .ideal .nav-slider .arrow { cursor: pointer; pointer-events: all; }
.FW009885 .ideal .nav-slider .arrow.prev img { transform: scaleX(-1); }

.FW009885 .medidas { padding: 100px 0 0 0; }
.FW009885 .medidas .container { align-items: center; gap: 30px; }
.FW009885 .medidas .aux-mobile { width: 55%; display: flex; justify-content: flex-start; align-items: center; }
.FW009885 .medidas .img { width: 100%; display: flex; justify-content: center; align-items: center; }
.FW009885 .medidas .img img { width: 100%; max-width: 567px; }
.FW009885 .medidas .infos { flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.FW009885 .medidas .infos h3 { font-size: 3.3em; line-height: 1; margin: 0 0 20px 0; }
.FW009885 .medidas .infos p { font-size: 2em; font-weight: 500; margin: 0; }

.FW009885 .banner { padding-top: 80px; }
.FW009885 .banner .hld { background: var(--black-light); border-radius: 20px 20px 0 0; padding: 60px 30px; display: flex; justify-content: center; align-items: center; }
.FW009885 .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%;
  }
  .FW009885 {
    margin: 0 -1rem;
  }
}
/* DEFAULT */

/* MEDIA QUERY */
@media (max-width: 1399.98px) {
    /* XL */
}

@media (max-width: 1259.98px) {
    /* LG */
    .FW009885 .destaque .infos .info { padding-left: 30px; }
    .FW009885 .funcoes .infos.full { margin-top: 200px; }

    .FW009885 .diferenciais.antirespingo { padding-top: 100px; }
    .FW009885 .diferenciais.antirespingo .infos { width: 42%; }
    .FW009885 .box .img { margin-top: -20px; }
}


@media (max-width: 991.98px) {
	/* MD */
    .FW009885 .container { padding: 0 15px; }
    .FW009885 .container.fluid { flex-direction: column; }

    .FW009885 .mobile { display: block !important; }
    .FW009885 .desktop { display: none !important; }

    .FW009885 .topo .container { gap: 30px; align-items: center; }
    .FW009885 .topo .infos { width: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; }
    .FW009885 .topo .infos .aux-mobile { display: flex; justify-content: center; align-items: center; gap: 20px; margin-bottom: 30px; }
    .FW009885 .topo .infos h2 { margin-bottom: 0; margin-top: 10px; }
    .FW009885 .topo .infos h3 { font-size: 2.4em; }
    .FW009885 .topo .infos .selo { margin-bottom: 0; }

    .FW009885 .funcionalidades { padding-top: 20px; }
    .FW009885 .funcionalidades .aux-slider { display: block; }
    .FW009885 .funcionalidades .item { flex: unset; width: unset; flex-direction: row; justify-content: center; text-align: left; gap: 30px; }
    .FW009885 .funcionalidades .item .ico { margin-bottom: 0; }
    .FW009885 .funcionalidades .item .info { width: 345px; }
    .FW009885 .funcionalidades .item p { font-size: 2.4em; font-weight: 700; }

    .FW009885 .box { padding-top: 120px; }
    .FW009885 .box .container { padding: 0; }
    .FW009885 .box .holder { flex-direction: column; position: relative; padding: 0 15px 45px 15px; }
    .FW009885 .box .img { width: 100%; margin: 50px 0 -80px 0; text-align: center; }
    .FW009885 .box .infos h3 { font-size: 2.4em; }
    .FW009885 .box .infos.mobile { position: absolute; left: 100px; top: 45px; }
    .FW009885 .box .infos .aux { text-align: center; margin-top: 30px; display: flex; justify-content: center; align-items: center; flex-direction: column; }

    .FW009885 .box.no-bg .img { margin: 0; }
    .FW009885 .box.no-bg .infos .aux { position: absolute; left: 0; top: 0; width: 60%; }
    .FW009885 .box.no-bg .infos.mobile { position: relative; left: unset; top: unset; width: 100%; text-align: center; margin: 0; }

    .FW009885 .diferenciais .infos { width: 100% !important; align-items: center; gap: 60px; }
    .FW009885 .diferenciais .infos .info { display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; }
    .FW009885 .diferenciais .infos .chamada { font-size: 2.4em; margin-bottom: 10px; }
    .FW009885 .diferenciais.tempo { margin-top: 50px; }
    .FW009885 .diferenciais.tempo .infos { padding-top: 0; }
    .FW009885 .diferenciais.temperatura { margin: 50px 0; }
    .FW009885 .diferenciais.temperatura .container { flex-direction: column-reverse; }
    .FW009885 .diferenciais.temperatura .infos { align-items: center; }
    .FW009885 .diferenciais.vapor { padding-top: 50px; }
    .FW009885 .diferenciais.vapor .container { flex-direction: column-reverse; gap: 0; }
    .FW009885 .diferenciais.vapor .img { margin: -120px 0 0 0; width: 100%; }
    .FW009885 .diferenciais.vapor .img img { right: unset; left: 30px; width: calc(100% - 30px); }
    .FW009885 .diferenciais.vapor .infos { padding-bottom: 30px; }
    .FW009885 .diferenciais.antirespingo { padding-top: 0; }
    .FW009885 .diferenciais.antirespingo .container { align-items: center; }
    .FW009885 .diferenciais.antirespingo .infos { align-items: center; }
    .FW009885 .diferenciais.led { padding-top: 30px; }
    .FW009885 .diferenciais.led .container { flex-direction: column-reverse; }
    .FW009885 .diferenciais.itens .container { gap: 0; }
    .FW009885 .diferenciais.itens .img { margin-top: 30px; position: relative; }
    .FW009885 .diferenciais.itens .selo { position: absolute; margin: 0; right: -30%; top: 0; }
    .FW009885 .diferenciais.cabo .infos { align-items: center; }

    .FW009885 .destaque .container { padding: 0; }
    .FW009885 .destaque .img { height: 425px; }
    .FW009885 .destaque .infos .aux { flex-direction: column; gap: 30px; }
    .FW009885 .destaque .infos .info { gap: 40px; flex-direction: column; padding: 0; }
    .FW009885 .destaque .infos .info.txt { width: 100%; text-align: center; justify-content: center; }

    .FW009885 .funcoes { padding: 400px 0 80px 0; }
    .FW009885 .funcoes .container .holder { background: none; border-radius: 0; padding: 500px 0 0 0; position: relative;}
    .FW009885 .funcoes .container .holder:before { content: ''; position: absolute; left: 15px; top: 0; width: calc(100% - 30px); height: 100%; background: var(--gray); border-radius: 70px; }
    .FW009885 .funcoes .infos { justify-content: center; text-align: center; }
    .FW009885 .funcoes .infos .chamada { font-size: 2.4em; margin-bottom: 30px; }
    .FW009885 .funcoes .infos.right { width: 100%; margin: 0; text-align: center; ustify-content: center; align-items: center; }
    .FW009885 .funcoes .infos.full { padding: 0; margin-top: 200px; }
    .FW009885 .funcoes .bottom { align-items: center; transform: translate(-3%,40%); }

    .FW009885 .ideal .container { padding: 0; }
    .FW009885 .ideal .hld { flex-direction: column; padding: 45px; }
    .FW009885 .ideal .infos { padding-left: 30px; }
    .FW009885 .ideal .aux { width: calc(100% + 90px); margin: 30px -45px 0 -45px; }
    .FW009885 .ideal .aux .slider-ideal:after { width: 30px; background: linear-gradient(to right,  rgba(26,26,26,0) 0%,rgba(26,26,26,1) 100%); }
    .FW009885 .ideal .aux .slider-ideal .slick-list { padding: 0 0 0 30px; }
    .FW009885 .ideal .nav-slider { padding: 0 45px; }


    .FW009885 .medidas { padding: 100px 0 50px 0; }
    .FW009885 .medidas .aux-mobile { width: 80%; }
    .FW009885 .medidas .container { align-items: center; flex-direction: column-reverse; }
    .FW009885 .medidas .infos { justify-content: center; text-align: center; margin-bottom: 60px; }
    .FW009885 .medidas .infos h3 { font-size: 2.4em; }

    .FW009885 .banner { padding-top: 0; }
}

@media (max-width: 767.98px) {
	/* XS */
    .FW009885 .topo .infos h2 { font-size: 3em; }
    .FW009885 .topo .infos .selo img { width: 120px; }

    .FW009885 .funcionalidades .item .info { width: 330px; }
    .FW009885 .box .infos.mobile { left: 60px; }

    .FW009885 .funcoes .container .holder { padding: 65% 0 0 0;  }

    .FW009885 .diferenciais.itens .selo { width: 40%; right: -10%; }

    .FW009885 .banner .hld { padding: 20px; width: calc(100% + 30px); margin: 0 -15px; }
    .FW009885 .banner .hld img { width: 60%; }
}

@media (max-width: 575.98px) {
    /* XXS */
    .FW009885 .ico { width: 50px; }
    .FW009885 .ico img { max-height: 25px; max-width: 25px; }

    .FW009885 .topo .container { padding: 0 5px; }
    .FW009885 .topo .produto img { width: 50%; }
    .FW009885 .topo .infos h2 { font-size: 1.8em; margin-top: 2px; }
    .FW009885 .topo .infos h3 { font-size: 2em; }
    .FW009885 .topo .infos p { font-size: 1.4em; }
    .FW009885 .topo .infos .aux-mobile { gap: 10px; }
    .FW009885 .topo .infos .selo img { width: 60px; }


    .FW009885 .funcionalidades { padding-top: 0; }
    .FW009885 .funcionalidades .item { gap: 10px; }
    .FW009885 .funcionalidades .item .info { width: 235px; }
    .FW009885 .funcionalidades .item p { font-size: 1.7em; }

    .FW009885 .box { padding-top: 30px; }
    .FW009885 .box .holder { border-radius: 35px; padding-top: 30px; }
    .FW009885 .box .infos .aux { margin: 0; }
    .FW009885 .box .infos h2 { font-size: 1.8em; margin: 0; }
    .FW009885 .box .infos h3 { font-size: 2em; margin-bottom: 10px; }
    .FW009885 .box .infos p { font-size: 1.4em; }
    .FW009885 .box .infos.mobile { left: 15px; }

    .FW009885 .box.no-bg .infos.mobile { margin-top: 30px; }

    .FW009885 .funcoes { padding: 170px 0 50px 0; }
    .FW009885 .funcoes .container { padding: 0; }
    .FW009885 .funcoes .container .holder:before { border-radius: 35px; }
    .FW009885 .funcoes .infos.full { margin-top: 100px; }
    .FW009885 .funcoes .infos .chamada { font-size: 2em; margin-bottom: 0; }
    .FW009885 .funcoes .infos .txt { font-size: 1.4em; }

    .FW009885 .destaque .infos { border-radius: 0 0 35px 35px; }
    .FW009885 .destaque .infos .info { gap: 20px; }
    .FW009885 .destaque .infos .info h3 { font-size: 2em; }
    .FW009885 .destaque .infos .info p { font-size: 1.4em; }
    .FW009885 .destaque .infos .info .ico { width: 50px; }
    .FW009885 .destaque .infos .aux { padding: 30px 0; }
    .FW009885 .destaque .img { height: 180px; border-radius: 35px; }


    .FW009885 .ideal .hld { padding: 20px; border-radius: 20px; }
    .FW009885 .ideal .infos { padding-left: 15px; }
    .FW009885 .ideal .infos h3 { font-size: 2em; }
    .FW009885 .ideal .infos p { font-size: 1.4em; }
    .FW009885 .ideal .aux { width: calc(100% + 30px); margin: 20px -15px 0 -15px; }
    .FW009885 .ideal .nav-slider { padding: 0 15px; }
    .FW009885 .ideal .nav-slider .arrow img { width: 30px; }
    .FW009885 .ideal .aux .slider-ideal .slick-list { padding: 0 30px !important; }
    .FW009885 .ideal .aux .slider-ideal .slide { margin-right: 15px; }

    .FW009885 .diferenciais { padding: 0 0 30px 0; }
    .FW009885 .diferenciais .container { gap: 30px; }
    .FW009885 .diferenciais .infos .chamada { font-size: 2em !important; }
    .FW009885 .diferenciais .infos .txt { font-size: 1.4em; }

    .FW009885 .diferenciais.itens .selo { right: 2%; }

    .FW009885 .diferenciais.vapor .container { padding: 0; }
    .FW009885 .diferenciais.vapor .img { margin: -20% 0 0 0; }

    .FW009885 .medidas { padding: 50px 0; }
    .FW009885 .medidas .infos h3 { font-size: 2em; }
    .FW009885 .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; }



/* AUX */
/*
@media (max-width: 1399.98px) { .FW009885 { background: rgba(255,55,155,0.5); } }
@media (max-width: 1259.98px) { .FW009885 { background: rgba(255,155,55,0.5); } }
@media (max-width: 991.98px) { .FW009885 { background: rgba(155,255,55,0.5); } }
@media (max-width: 767.98px) { .FW009885 { background: rgba(155,55,255,0.5); } }
@media (max-width: 575.98px) { .FW009885 { background: rgba(55,155,255,0.5); } }
*/