/* 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;
  --white:              #FFFFFF;
  --black:              #000000;
  --black-light:        #1A1A1A;
  --dummy:              #FFCC00;
}


/* GERAL */
.FW011892 { font-family: 'UniSans', sans-serif; font-weight: 400; font-size: 10px; color: var(--black); }
.FW011892 * { box-sizing: border-box; }
.FW011892 a { text-decoration: none; }
.FW011892 .container { width: 100%; max-width: 1260px; margin: 0 auto; padding: 0 30px; display: flex; flex-direction: column; position: relative; }
.FW011892 .container.min { max-width: 1056px; }
.FW011892 .container.fluid { flex-direction: row; }
.FW011892 .mobile { display: none !important; }
.FW011892 .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 */
.FW011892 .topo { padding-top: 30px; }
.FW011892 .topo .container { align-items: flex-end; }
.FW011892 .topo .produto { flex: 1; display: flex; justify-content: center; align-items: center; }
.FW011892 .topo .produto img { height: auto; max-width: 100%; }
.FW011892 .topo .infos { width: calc(40% + 50px); }
.FW011892 .topo .infos h2 { font-size: 4.4em; font-weight: 500; color: var(--black-light); text-transform: uppercase; line-height: 1; margin-bottom: 65px; margin-top: 0; }
.FW011892 .topo .infos h2 strong { font-weight: 800; font-size: 1.3636em; }
.FW011892 .topo .infos h3 { font-size: 4em; font-weight: 700; color: var(--black-light); margin-bottom: 15px; line-height: 1; margin-top: 0; }
.FW011892 .topo .infos p { font-size: 2em; font-weight: 500; color: var(--black-light); margin-bottom: 50px; margin-top: 0; }

.FW011892 .funcionalidades { padding-top: 70px; position: relative; }
.FW011892 .funcionalidades .aux-slider { width: 100%; display: flex; }
.FW011892 .funcionalidades .item { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; }
.FW011892 .funcionalidades .item .ico { margin-bottom: 40px; }
.FW011892 .funcionalidades .item h2 { margin: 0 0 20px 0; font-size: 3.3em; font-weight: 700; line-height: 1.136; }
.FW011892 .funcionalidades .item p { margin: 0; font-size: 1.8em; font-weight: 500; }

.FW011892 .box { padding-top: 100px; }
.FW011892 .box .holder { display: flex; justify-content: center; align-items: center; background: var(--gray); border-radius: 100px; padding: 50px 30px 0 30px; }
.FW011892 .box .img { width: 60%; display: flex; justify-content: center; align-items: flex-start; }
.FW011892 .box .img img { height: auto; max-width: 100%; }
.FW011892 .box .infos { flex: 1; display: flex; justify-content: center; align-items: center; flex-direction: column; color: var(--black-light); margin-bottom: 30px; }
.FW011892 .box .infos h2 { font-size: 3em; font-weight: 500; text-transform: uppercase; line-height: 1; margin-bottom: 60px; margin-top: 0; }
.FW011892 .box .infos h3 { font-size: 4em; font-weight: 700; line-height: 1; margin-bottom: 20px; margin-top: 0; }
.FW011892 .box .infos p { font-size: 2em; font-weight: 500; margin: 0; }

.FW011892 .box-slider { padding-top: 30px; }
.FW011892 .box-slider .holder { background: var(--gray); border-radius: 100px; padding: 60px; }
.FW011892 .box-slider .holder h2 { font-size: 3em; font-weight: 400; line-height: 1; margin: 0; text-align: center; }
.FW011892 .box-slider .holder .slider { margin-top: 60px; }
.FW011892 .box-slider .holder .slider .slide { display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 30px; }
.FW011892 .box-slider .holder .slider .slide .img img { height: auto; max-width: 100%; }
.FW011892 .box-slider .holder .slider .slide .txt { font-size: 2.5em; font-weight: 500; text-align: center; }

.FW011892 .diferenciais { padding: 60px 0; }
.FW011892 .diferenciais .container { align-items: center; gap: 60px; }
.FW011892 .diferenciais .img { flex: 1; display: flex; justify-content: center; align-items: center; }
.FW011892 .diferenciais .img img { height: auto; max-width: 100%; }
.FW011892 .diferenciais .infos { width: 35%; display: flex; justify-content: center; align-items: flex-start; flex-direction: column; gap: 100px; }
.FW011892 .diferenciais .infos .chamada { font-size: 3.3em; font-weight: 700; margin-bottom: 10px; }
.FW011892 .diferenciais .infos .txt { font-size: 2em; font-weight: 500; }
.FW011892 .diferenciais .infos .ico { margin-bottom: 20px; }
.FW011892 .diferenciais.controle .infos { width: 35%; align-items: flex-start; }
.FW011892 .diferenciais.coletor { margin-top: -200px; }
.FW011892 .diferenciais.coletor .container { gap: 30px; }
.FW011892 .diferenciais.coletor .infos { width: 40%; align-items: center; }
.FW011892 .diferenciais.escova { padding-top: 100px; }
.FW011892 .diferenciais.escova .infos { width: 40%; align-items: flex-end; }

.FW011892 .eficiencia { padding: 300px 0; overflow: hidden; margin-top: -150px; }
.FW011892 .eficiencia .container .holder { background: var(--gray); border-radius: 100px; padding: 15px; display: flex; justify-content: center; align-items: flex-end; }
.FW011892 .eficiencia .top { position: absolute; left: 0; top: 0; width: 100%; display: flex; justify-content: flex-start; align-items: center; transform: translate(50px,-50%); }
.FW011892 .eficiencia .top img { height: auto; max-width: 100%; }
.FW011892 .eficiencia .bottom { position: absolute; left: 0; bottom: 0; width: 100%; display: flex; justify-content: center; align-items: center; transform: translate(25px,50%); }
.FW011892 .eficiencia .bottom img { height: auto; max-width: 100%; }
.FW011892 .eficiencia .aux-img { margin-top: -200px; margin-left: -200px; }
.FW011892 .eficiencia .img { transform: translate(15%,-32%); }
.FW011892 .eficiencia .img img { height: auto; max-width: 100%; }
.FW011892 .eficiencia .infos { width: 55%; display: flex; justify-content: flex-end; align-items: flex-start; flex-direction: column; gap: 10px; padding: 20px 0 350px 100px; }
.FW011892 .eficiencia .infos .ico { margin-top: 120px; }
.FW011892 .eficiencia .infos .chamada { font-size: 3em; font-weight: 700; margin-top: 20px; }
.FW011892 .eficiencia .infos .txt { font-size: 2em; font-weight: 500; }

.FW011892 .eficiencia.design  { padding: 260px 0 350px 0; margin-top: 0; }
.FW011892 .eficiencia.design .aux-img { margin-top: -230px; }
.FW011892 .eficiencia.design .img { transform: translate(33%,45%); margin-bottom: 0; }
.FW011892 .eficiencia.design .infos { align-items: flex-end; text-align: right; padding: 0 50px 100px 0; }
.FW011892 .eficiencia.design .infos .chamada { margin-top: 0; }

.FW011892 .ideal { padding-top: 40px; }
.FW011892 .ideal .hld { background: var(--black-light); border-radius: 30px; display: flex; justify-content: center; align-items: flex-start; padding: 45px 0 45px 45px; }
.FW011892 .ideal .infos { color: var(--white); flex: 1; }
.FW011892 .ideal .infos h3 { font-size: 4em; font-weight: 700; text-transform: uppercase; line-height: 1; margin: 0; }
.FW011892 .ideal .infos p { font-size: 2em; font-weight: 500; margin: 0; }
.FW011892 .ideal .aux { width: 70%; position: relative; }
.FW011892 .ideal .aux .slider-ideal { width: 100%; overflow: hidden; position: relative; }
.FW011892 .ideal .aux .slider-ideal:before { content: ''; position: absolute; left: 0; top: 0; width: 30px; height: 100%; z-index: 2; background: linear-gradient(to right,  rgba(26,26,26,1) 0%,rgba(26,26,26,0) 100%); }
.FW011892 .ideal .aux .slider-ideal:after { content: ''; position: absolute; right: 0; top: 0; width: 58px; height: 100%; z-index: 2; background: linear-gradient(to right,  rgba(26,26,26,0) 0%,rgba(26,26,26,1) 50%); }
.FW011892 .ideal .aux .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; }
.FW011892 .ideal .aux .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; }
.FW011892 .ideal .aux .slider-ideal .slide .info .chamada { font-size: 2.5em; font-weight: 700; color: var(--white); text-transform: uppercase; }
.FW011892 .ideal .aux .slider-ideal .slide .info .txt { font-size: 2.5em; color: var(--white); }
.FW011892 .ideal .aux .slider-ideal .slick-list { padding: 0 30px; }
.FW011892 .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; }
.FW011892 .ideal .nav-slider .arrow { cursor: pointer; pointer-events: all; }
.FW011892 .ideal .nav-slider .arrow.prev img { transform: scaleX(-1); }

.FW011892 .utensilios { margin: 60px 0; }
.FW011892 .utensilios .chamada { font-size: 2.5em; font-weight: 500; line-height: 1; position: absolute; left: 100px; top: 0; }
.FW011892 .utensilios .chamada strong { text-transform: uppercase; }
.FW011892 .utensilios .hld-img { position: relative; width: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; margin-top: 100px; }
.FW011892 .utensilios .hld-img .img { width: 100%; display: flex; justify-content: center; align-items: center; }
.FW011892 .utensilios .hld-img .img img { max-width: 100%; height: auto; }
.FW011892 .utensilios .hld-img .bts { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; flex-wrap: wrap;  justify-content: center;  align-items: center;  pointer-events: none; }
.FW011892 .utensilios .hld-img .bts .bt { position: absolute; pointer-events: all; }
.FW011892 .utensilios .hld-img .bts .bt a { position: relative; z-index: 2; }
.FW011892 .utensilios .hld-img .bts .bt a img { transition: all 0.3s ease; }
.FW011892 .utensilios .hld-img .bts .bt .pop-up { font-size: 2em; font-weight: 700; line-height: 1.2; color: var(--white); background: rgba(83, 86, 90, 0.60); backdrop-filter: blur(5px); border-radius: 100px; white-space: nowrap; position: absolute; opacity: 1; max-width: 0; overflow: hidden; pointer-events: none; transition: all 0.3s ease; }
.FW011892 .utensilios .hld-img .bts .bt .pop-up.l1 { top: -12px; }
.FW011892 .utensilios .hld-img .bts .bt .pop-up.l2 { top: -25px; }
.FW011892 .utensilios .hld-img .bts .bt .pop-up.left { padding: 10px 0 12px 0; right: 15px; }
.FW011892 .utensilios .hld-img .bts .bt .pop-up.right { padding: 10px 0 12px 0; left: 15px; }
.FW011892 .utensilios .hld-img .bts .bt.selected { z-index: 3; }
.FW011892 .utensilios .hld-img .bts .bt.selected img { transform: rotate(-45deg); }
.FW011892 .utensilios .hld-img .bts .bt.selected .pop-up { opacity: 1; max-width: 350px; pointer-events: all; padding: 10px 30px 12px 30px; }
.FW011892 .utensilios .hld-img .bts .bt.selected .pop-up.left { padding: 10px 30px 12px 30px; text-align: right; }
.FW011892 .utensilios .hld-img .bts .bt.selected .pop-up.right { padding: 10px 30px 12px 30px; }
.FW011892 .utensilios .aux-slider { display: none; }
.FW011892 .utensilios .hld-img .bts .bt-1 { left: 49%; top: 13%; }
.FW011892 .utensilios .hld-img .bts .bt-2 { left: 45%; top: 18%; }
.FW011892 .utensilios .hld-img .bts .bt-3 { left: 68%; top: 51%; }
.FW011892 .utensilios .hld-img .bts .bt-4 { left: 68%; top: 59%; }
.FW011892 .utensilios .hld-img .bts .bt-5 { left: 75%; top: 59%; }
.FW011892 .utensilios .hld-img .bts .bt-6 { left: 74%; top: 67%; }
.FW011892 .utensilios .hld-img .bts .bt-7 { left: 35%; top: 68%; }
.FW011892 .utensilios .hld-img .bts .bt-8 { left: 68%; top: 73%; }
.FW011892 .utensilios .hld-img .bts .bt-9 { left: 77.5%; top: 73%; }

.FW011892 .medidas .container { align-items: center; gap: 60px; }
.FW011892 .medidas .aux-mobile { width: 50%; display: flex; justify-content: flex-start; align-items: center; }
.FW011892 .medidas .img { width: 100%; display: flex; justify-content: center; align-items: center; }
.FW011892 .medidas .img img { height: auto; max-width: 100%; }
.FW011892 .medidas .infos { flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.FW011892 .medidas .infos h3 { font-size: 3.3em; line-height: 1; margin: 0 0 20px 0; }
.FW011892 .medidas .infos p { font-size: 2em; font-weight: 500;  }

.FW011892 .banner { padding-top: 80px; }
.FW011892 .banner .hld { background: var(--black-light); border-radius: 20px 20px 0 0; padding: 60px 30px; display: flex; justify-content: center; align-items: center; }
.FW011892 .banner .hld img { height: auto; max-width: 100%; }


/*  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%;
  }
  .FW011892 {
    margin: 0 -1rem;
  }
}
/*  DEFAULT */

/* MEDIA QUERY */
@media (max-width: 1399.98px) {
    /* XL */
}

@media (max-width: 1259.98px) {
    /* LG */
    .FW011892 .diferenciais.coletor .infos { width: 42%; }
}

@media (max-width: 991.98px) {
	/* MD */
    .FW011892 .container { padding: 0 15px; }
    .FW011892 .container.fluid { flex-direction: column; }

    .FW011892 .mobile { display: block !important; }
    .FW011892 .desktop { display: none !important; }

    .FW011892 .topo .container { gap: 30px; align-items: center; }
    .FW011892 .topo .infos { width: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; }
    .FW011892 .topo .infos .aux-mobile { display: flex; justify-content: center; align-items: center; gap: 20px; margin-bottom: 30px; }
    .FW011892 .topo .infos h2 { margin-bottom: 0; margin-top: 10px; }
    .FW011892 .topo .infos .selo { margin-bottom: 0; }

    .FW011892 .funcionalidades { padding-top: 20px; }
    .FW011892 .funcionalidades .aux-slider { display: block; }
    .FW011892 .funcionalidades .item { flex: unset; width: unset; flex-direction: row; justify-content: center; text-align: left; gap: 30px; }
    .FW011892 .funcionalidades .item .ico { margin-bottom: 0; }
    .FW011892 .funcionalidades .item .info { width: 240px; }
    .FW011892 .funcionalidades .item h2 { margin: 0; }
    .FW011892 .funcionalidades .item p { font-size: 2.4em; font-weight: 700; }

    .FW011892 .box { padding-top: 80px; }
    .FW011892 .box .container { padding: 0; }
    .FW011892 .box .holder { flex-direction: column-reverse; position: relative; padding: 0 15px 45px 15px; }
    .FW011892 .box .img { width: 100%; margin: 30px 0 30px 0; text-align: center; padding-right: 0; }
    .FW011892 .box .infos h3 { font-size: 2.4em; }
    .FW011892 .box .infos.mobile { position: absolute; left: 100px; top: 45px; }
    .FW011892 .box .infos .aux { text-align: center; margin-top: 30px; }

    .FW011892 .diferenciais .infos { width: 100%; align-items: center; gap: 60px; }
    .FW011892 .diferenciais .infos .info { display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; }
    .FW011892 .diferenciais .infos .chamada { font-size: 2.4em; margin-bottom: 10px; }
    .FW011892 .diferenciais .img img { width: 100%; margin: 0; }
    .FW011892 .diferenciais.controle { margin-top: 30px; }
    .FW011892 .diferenciais.controle .infos { width: 100%; align-items: center; }
    .FW011892 .diferenciais.coletor { margin-top: 0; }
    .FW011892 .diferenciais.coletor .infos { width: 100%; margin-top: 30px; }
    .FW011892 .diferenciais.escova .container { flex-direction: column-reverse; }
    .FW011892 .diferenciais.escova .infos { width: 100%; align-items: center; }
    
    .FW011892 .eficiencia { padding: 150px 0 30px 0; }
    .FW011892 .eficiencia .top { transform: translate(0,-60%); width: 70%; margin-left: 16%; }
    .FW011892 .eficiencia .bottom { bottom: unset; top: 0; transform: translate(0,-40%); width: 70%; margin-left: 16%; }
    .FW011892 .eficiencia .container .holder { background: none; border-radius: 0; padding: 0; margin: 150px 0; position: relative; }
    .FW011892 .eficiencia .container .holder:before { content: ''; position: absolute; left: 12%; top: 0; width: 76%; height: 100%; background: var(--gray); border-radius: 70px; }
    .FW011892 .eficiencia .aux-img { margin-top: -170px; margin-left: -100px; }
    .FW011892 .eficiencia .img { transform: translate(10%,35%) scale(0.8); margin-bottom: 0; }
    .FW011892 .eficiencia .infos { width: 100%; justify-content: center; align-items: center; text-align: center; margin-right: 0; padding: 30px 0; }
    .FW011892 .eficiencia .infos.mobile { display: flex !important; }
    .FW011892 .eficiencia .infos .ico { margin-top: 0; }
    .FW011892 .eficiencia .infos .chamada { font-size: 2.4em; margin-bottom: 30px; }
    .FW011892 .eficiencia.design { padding: 60px 0; }
    .FW011892 .eficiencia.design .infos { padding: 120px 0 0 0; text-align: center; align-items: center; }
    .FW011892 .eficiencia.design .aux-img { margin-top: -300px; }
    .FW011892 .eficiencia.design .img { transform: translate(10%,45%) scale(0.8); }

    .FW011892 .box-slider .holder { padding: 40px 0; }
    .FW011892 .box-slider .holder .slider { padding-bottom: 70px; }
    .FW011892 .box-slider .holder .slick-dots { display: flex; justify-content: center; align-items: center; list-style: none; gap: 6px; padding: 0; height: 30px; margin: 0; position: absolute; left: 50%; bottom: 0; transform: translate(-50%); }
    .FW011892 .box-slider .holder .slick-dots li { margin: 0; padding: 0; line-height: 0; }
    .FW011892 .box-slider .holder .slick-dots li button { padding: 0; font-size: 0; border: none; background: var(--gray-medium); width: 6px; height: 6px; border-radius: 50%; cursor: pointer; transition: all 0.3s ease; }
    .FW011892 .box-slider .holder .slick-dots li.slick-active button { background: var(--white); width: 9px; height: 9px; }

    .FW011892 .ideal .container { padding: 0; }
    .FW011892 .ideal .hld { flex-direction: column; padding: 45px; }
    .FW011892 .ideal .infos { padding-left: 30px; }
    .FW011892 .ideal .aux { width: calc(100% + 90px); margin: 30px -45px 0 -45px; }
    .FW011892 .ideal .aux .slider-ideal:after { width: 30px; background: linear-gradient(to right,  rgba(26,26,26,0) 0%,rgba(26,26,26,1) 100%); }
    .FW011892 .ideal .aux .slider-ideal .slick-list { padding: 0 0 0 30px; }
    .FW011892 .ideal .nav-slider { padding: 0 45px; }

    .FW011892 .utensilios { margin-top: 0; padding-top: 60px; }
    .FW011892 .utensilios .chamada { position: relative; left: 0; text-align: center; top: unset; }
    .FW011892 .utensilios .hld-img { display: none; }
    .FW011892 .utensilios .aux-slider { display: block; margin: 30px -15px; width: calc(100% + 30px); position: relative; }
    .FW011892 .utensilios .aux-slider .slider-utensilios { width: 100%; }
    .FW011892 .utensilios .aux-slider .slider-utensilios .slide { display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 30px; }
    .FW011892 .utensilios .aux-slider .slider-utensilios .slide .img { aspect-ratio: 70/86; width: 80%; border-radius: 20px; background-repeat: no-repeat; background-position: center; background-size: cover; }
    .FW011892 .utensilios .aux-slider .slider-utensilios .slide .info { font-size: 2em; text-align: center; }
    .FW011892 .utensilios .aux-slider .slider-utensilios .slide .info strong { text-transform: uppercase; }
    .FW011892 .utensilios .aux-slider .slider-utensilios .slick-dots { display: flex; justify-content: center; align-items: center; list-style: none; gap: 6px; padding: 0; width: 110px; height: 30px; background: var(--gray-light); border-radius: 50px; margin: 0; position: absolute; left: 50%; top: 20px; transform: translate(-50%); }
    .FW011892 .utensilios .aux-slider .slider-utensilios .slick-dots li { margin: 0; padding: 0; line-height: 0; }
    .FW011892 .utensilios .aux-slider .slider-utensilios .slick-dots li button { padding: 0; font-size: 0; border: none; background: var(--gray-medium); width: 6px; height: 6px; border-radius: 50%; cursor: pointer; transition: all 0.3s ease; }
    .FW011892 .utensilios .aux-slider .slider-utensilios .slick-dots li.slick-active button { width: 9px; height: 9px; }
    .FW011892 .utensilios .aux-slider .nav-slider { position: absolute; left: 0; top: calc(50% - 60px); width: 100%; padding: 0 15px; display: flex; justify-content: space-between; align-items: center; pointer-events: none; }
    .FW011892 .utensilios .aux-slider .nav-slider .arrow { cursor: pointer; pointer-events: all; }
    .FW011892 .utensilios .aux-slider .nav-slider .arrow img { width: 29px; }
    .FW011892 .utensilios .aux-slider .nav-slider .arrow.prev img { transform: scaleX(-1); }

    .FW011892 .medidas { padding: 0 0 50px 0; }
    .FW011892 .medidas .aux-mobile { width: 80%; }
    .FW011892 .medidas .container { align-items: center; }
    .FW011892 .medidas .infos { justify-content: center; text-align: center; margin-bottom: 60px; }
    .FW011892 .medidas .infos h3 { font-size: 2.4em; }

    .FW011892 .banner { padding-top: 0; }
}

@media (max-width: 767.98px) {
	/* XS */
    .FW011892 .eficiencia .img { transform: translate(10%,35%) scale(0.6); }
    .FW011892 .eficiencia .aux-img { margin-top: -280px; }
    .FW011892 .eficiencia .container .holder { margin: 100px 0; }
    .FW011892 .eficiencia.design .aux-img { margin-top: -360px; }
    .FW011892 .eficiencia.design .infos { padding: 150px 0 0 0; }

    .FW011892 .box .infos.mobile { left: 60px; }

    .FW011892 .banner .hld { padding: 20px; width: calc(100% + 30px); margin: 0 -15px; }
    .FW011892 .banner .hld img { width: 60%; }
}

@media (max-width: 575.98px) {
    /* XXS */
    .FW011892 .ico { width: 50px; }
    .FW011892 .ico img { max-height: 25px; max-width: 25px; }

    .FW011892 .topo .container { padding: 0 5px; }
    .FW011892 .topo .produto { justify-content: center; }
    .FW011892 .topo .produto img { width: 90%; }
    .FW011892 .topo .infos h2 { font-size: 2.4em; margin-top: 2px; }
    .FW011892 .topo .infos h3 { font-size: 2em; }
    .FW011892 .topo .infos p { font-size: 1.4em; }
    .FW011892 .topo .infos .selo img { width: 80px; }

    .FW011892 .funcionalidades { padding-top: 0; }
    .FW011892 .funcionalidades .item { gap: 10px; }
    .FW011892 .funcionalidades .item .info { width: 145px; }
    .FW011892 .funcionalidades .item h2 { font-size: 2em; }

    .FW011892 .box { padding-top: 60px; }
    .FW011892 .box .holder { border-radius: 35px; padding-bottom: 0; }
    .FW011892 .box .infos .aux { margin-top: 0; }
    .FW011892 .box .infos h2 { font-size: 2em; }
    .FW011892 .box .infos h3 { font-size: 2em; }
    .FW011892 .box .infos p { font-size: 1.4em; }
    .FW011892 .box .infos.mobile { left: 15px; }

    .FW011892 .box-slider .container { padding: 0; }
    .FW011892 .box-slider .holder { border-radius: 35px; padding: 30px 0; }
    .FW011892 .box-slider .holder h2 { font-size: 1.6em; }
    .FW011892 .box-slider .holder .slider .slide .txt { font-size: 2em; }
    .FW011892 .box-slider .holder .slider .slide .img { padding: 0 15px; }

    .FW011892 .eficiencia { padding: 160px 0 0 0; }
    .FW011892 .eficiencia .container { padding: 0; }
    .FW011892 .eficiencia .container .holder { margin: 100px 0 130px 0; }
    .FW011892 .eficiencia .container .holder:before { width: 90%; left: 5%; border-radius: 35px; }
    .FW011892 .eficiencia .img { margin-bottom: -40px; transform: translate(15%,25%); }
    .FW011892 .eficiencia .img img { width: 70%; }
    .FW011892 .eficiencia .top { width: calc(100% - 60px); margin-left: 30px; }
    .FW011892 .eficiencia .bottom { width: 100%; left: 3%; margin-left: 0; }
    .FW011892 .eficiencia .infos { padding-top: 0; }
    .FW011892 .eficiencia .infos .chamada { font-size: 2em; margin-top: 20px; margin-bottom: 10px; }
    .FW011892 .eficiencia .infos .txt { font-size: 1.4em; }
    .FW011892 .eficiencia .aux-img { margin-top: 30px; margin-left: 0; }
    .FW011892 .eficiencia.design { padding-top: 0; }
    .FW011892 .eficiencia.design .container .holder { margin: 100px 0 70px 0; }
    .FW011892 .eficiencia.design .infos { padding-top: 20px; }
    .FW011892 .eficiencia.design .img { transform: translate(20%,90%); }
    .FW011892 .eficiencia.design .img img { width: 65%; }
    .FW011892 .eficiencia.design .aux-img { margin-top: -260px; padding-bottom: 220px; }

    .FW011892 .ideal .hld { padding: 20px; border-radius: 20px; }
    .FW011892 .ideal .infos { padding-left: 15px; }
    .FW011892 .ideal .infos h3 { font-size: 2em; }
    .FW011892 .ideal .infos p { font-size: 1.4em; }
    .FW011892 .ideal .aux { width: calc(100% + 30px); margin: 20px -15px 0 -15px; }
    .FW011892 .ideal .nav-slider { padding: 0 15px; }
    .FW011892 .ideal .nav-slider .arrow img { width: 30px; }
    .FW011892 .ideal .aux .slider-ideal .slick-list { padding: 0 30px !important; }
    .FW011892 .ideal .aux .slider-ideal .slide { margin-right: 15px; }
    .FW011892 .ideal .aux .slider-ideal .slide .info .chamada { font-size: 2em; }

    .FW011892 .diferenciais { padding: 30px 0; }
    .FW011892 .diferenciais .container { gap: 30px; }
    .FW011892 .diferenciais .infos .chamada { font-size: 2em; }
    .FW011892 .diferenciais .infos .txt { font-size: 1.4em; }
    .FW011892 .diferenciais.escova { padding-top: 30px; }

    .FW011892 .utensilios { margin: 0px 0 30px 0; }
    .FW011892 .utensilios .chamada { font-size: 1.6em; }
    .FW011892 .utensilios .aux-slider .slider-utensilios .slide .info { font-size: 1.4em; }

    .FW011892 .medidas { padding: 0 0 50px 0; }
    .FW011892 .medidas .infos { margin-bottom: 0; }
    .FW011892 .medidas .infos h3 { font-size: 1.8em; }
    .FW011892 .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; }