/* 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;
}

.FW012767 { font-family: 'UniSans', sans-serif; font-weight: 400; font-size: 10px; color: var(--black); }
.FW012767 * { box-sizing: border-box; }
.FW012767 a { text-decoration: none; }
.FW012767 .container { width: 100%; max-width: 1260px; margin: 0 auto; padding: 0 30px; display: flex; flex-direction: column; position: relative; }
.FW012767 .container.min { max-width: 1056px; }
.FW012767 .container.fluid { flex-direction: row; }
.FW012767 .mobile { display: none !important; }
.FW012767 .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 */
.FW012767 .topo { padding-top: 30px; }
.FW012767 .topo .container { gap: 60px; align-items: flex-end; }
.FW012767 .topo .produto { flex: 1; display: flex; justify-content: flex-end; align-items: center; margin-right: -60px; }
.FW012767 .topo .produto img { max-width: 100%; height: auto; }
.FW012767 .topo .infos { width: 40%; }
.FW012767 .topo .infos h2 { font-size: 3.8em; font-weight: 500; color: var(--black-light); text-transform: uppercase; line-height: 1; margin-bottom: 65px; margin-top: 0; }
.FW012767 .topo .infos h2 strong { font-size: 1.1578em; font-weight: 800; }
.FW012767 .topo .infos h3 { font-size: 4em; font-weight: 700; color: var(--black-light); margin-bottom: 15px; line-height: 1; margin-top: 0; }
.FW012767 .topo .infos p { font-size: 2em; font-weight: 500; color: var(--black-light); margin-bottom: 50px; margin-top: 0; }
.FW012767 .topo .infos .selo { margin-bottom: 80px; }

.FW012767 .funcionalidades { padding-top: 30px; position: relative; }
.FW012767 .funcionalidades .aux-slider { width: 100%; display: flex; }
.FW012767 .funcionalidades .item { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; }
.FW012767 .funcionalidades .item .ico { margin-bottom: 40px; }
.FW012767 .funcionalidades .item h2 { margin: 0 0 20px 0; font-size: 3.3em; font-weight: 700; line-height: 1.136; }
.FW012767 .funcionalidades .item p { margin: 0; font-size: 1.8em; font-weight: 500; }

.FW012767 .box .holder { display: flex; background: var(--gray); border-radius: 100px; padding: 15px; }
.FW012767 .box .img { width: 60%; margin: -85px 0 -40px 0; display: flex; justify-content: center; align-items: center; }
.FW012767 .box .img img { max-width: 100%; height: auto; }
.FW012767 .box .img.bg { width: 50%; margin: 0; background-repeat: no-repeat; background-position: center; background-size: cover; border-radius: 0 100px 100px 0; }
.FW012767 .box .infos { flex: 1; display: flex; justify-content: center; align-items: center; flex-direction: column; color: var(--black-light); }
.FW012767 .box .infos h2 { font-size: 3em; font-weight: 500; text-transform: uppercase; line-height: 1; margin-bottom: 60px; margin-top: 0; }
.FW012767 .box .infos h3 { font-size: 4em; font-weight: 700; line-height: 1; margin-bottom: 20px; margin-top: 0; }
.FW012767 .box .infos p { font-size: 2em; font-weight: 500; margin: 0; }
.FW012767 .box.potencia { padding-top: 180px; }
.FW012767 .box.reservatorio .holder { padding: 0; }
.FW012767 .box.reservatorio .infos { padding: 180px 0; }
.FW012767 .box.reservatorio p { margin-bottom: 25px; }
.FW012767 .box.reservatorio p:last-child { margin-bottom: 0; }

.FW012767 .diferenciais { padding: 60px 0; }
.FW012767 .diferenciais .container { align-items: center; gap: 60px; }
.FW012767 .diferenciais .img { flex: 1; display: flex; justify-content: center; align-items: center; }
.FW012767 .diferenciais .img img { max-width: 100%; height: auto; }
.FW012767 .diferenciais .infos { width: 35%; display: flex; justify-content: center; align-items: flex-start; flex-direction: column; gap: 100px; }
.FW012767 .diferenciais .infos .chamada { font-size: 3.3em; font-weight: 700; }
.FW012767 .diferenciais .infos .txt { font-size: 2em; font-weight: 500; }
.FW012767 .diferenciais .infos .ico { margin-bottom: 20px; }
.FW012767 .diferenciais.itens .img { padding-top: 60px; }

.FW012767 .eficiencia { padding: 450px 0 350px 0; overflow: hidden; }
.FW012767 .eficiencia .container .holder { background: var(--gray); border-radius: 100px; padding: 15px; display: flex; justify-content: center; align-items: flex-end; }
.FW012767 .eficiencia .top { position: absolute; left: 0; top: 0; width: 100%; text-align: left; transform: translate(7%,-60%); }
.FW012767 .eficiencia .top img { max-width: 100%; height: auto; }
.FW012767 .eficiencia .img { transform: translate(15%,20%); margin-bottom: -200px; }
.FW012767 .eficiencia .img img { max-width: 100%; height: auto; }
.FW012767 .eficiencia .infos { flex: 1; display: flex; justify-content: flex-end; align-items: flex-end; flex-direction: column; gap: 20px; text-align: right; margin-right: -60px; padding-bottom: 120px; }
.FW012767 .eficiencia .infos .chamada { font-size: 3em; font-weight: 700; }
.FW012767 .eficiencia .infos .txt { font-size: 2em; font-weight: 500; }

.FW012767 .ideal { padding-top: 40px; }
.FW012767 .ideal .hld { background: var(--black-light); border-radius: 30px; display: flex; justify-content: center; align-items: flex-start; padding: 45px 0 45px 45px; }
.FW012767 .ideal .infos { color: var(--white); flex: 1; }
.FW012767 .ideal .infos h3 { font-size: 4em; font-weight: 700; text-transform: uppercase; line-height: 1; margin: 0; }
.FW012767 .ideal .infos p { font-size: 2em; font-weight: 500; margin: 0; }
.FW012767 .ideal .aux { width: 70%; position: relative; }
.FW012767 .ideal .aux .slider-ideal { width: 100%; overflow: hidden; position: relative; }
.FW012767 .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%); }
.FW012767 .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%); }
.FW012767 .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; }
.FW012767 .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; }
.FW012767 .ideal .aux .slider-ideal .slide .info .chamada { font-size: 2.5em; font-weight: 700; color: var(--white); text-transform: uppercase; }
.FW012767 .ideal .aux .slider-ideal .slide .info .txt { font-size: 2.5em; color: var(--white); }
.FW012767 .ideal .aux .slider-ideal .slick-list { padding: 0 30px; }
.FW012767 .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; }
.FW012767 .ideal .nav-slider .arrow { cursor: pointer; pointer-events: all; }
.FW012767 .ideal .nav-slider .arrow.prev img { transform: scaleX(-1); }

.FW012767 .utensilios { margin: 60px 0; }
.FW012767 .utensilios .chamada { font-size: 2.5em; font-weight: 500; line-height: 1; position: absolute; left: 100px; top: 0; }
.FW012767 .utensilios .chamada strong { text-transform: uppercase; }
.FW012767 .utensilios .hld-img { position: relative; width: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; }
.FW012767 .utensilios .hld-img .img { width: 100%; display: flex; justify-content: center; align-items: center; }
.FW012767 .utensilios .hld-img .img img { max-width: 100%; height: auto; }
.FW012767 .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; }
.FW012767 .utensilios .hld-img .bts .bt { position: absolute; pointer-events: all; border: none; }
.FW012767 .utensilios .hld-img .bts .bt a { position: relative; z-index: 2; }
.FW012767 .utensilios .hld-img .bts .bt a img { transition: all 0.3s ease; }
.FW012767 .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; }
.FW012767 .utensilios .hld-img .bts .bt .pop-up.l1 { top: -12px; }
.FW012767 .utensilios .hld-img .bts .bt .pop-up.l2 { top: -25px; }
.FW012767 .utensilios .hld-img .bts .bt .pop-up.left { padding: 10px 0 12px 0; right: 15px; }
.FW012767 .utensilios .hld-img .bts .bt .pop-up.right { padding: 10px 0 12px 0; left: 15px; }
.FW012767 .utensilios .hld-img .bts .bt.selected { z-index: 3; }
.FW012767 .utensilios .hld-img .bts .bt.selected img { transform: rotate(-45deg); }
.FW012767 .utensilios .hld-img .bts .bt.selected .pop-up { opacity: 1; max-width: 350px; pointer-events: all; padding: 10px 30px 12px 30px; }
.FW012767 .utensilios .hld-img .bts .bt.selected .pop-up.left { padding: 10px 30px 12px 30px; }
.FW012767 .utensilios .hld-img .bts .bt.selected .pop-up.right { padding: 10px 30px 12px 30px; }
.FW012767 .utensilios .aux-slider { display: none; }

.FW012767 .utensilios.gerais .hld-img { margin-top: 150px; }
.FW012767 .utensilios.gerais .hld-img .bts .bt-1 { left: 50%; top: 13%; }
.FW012767 .utensilios.gerais .hld-img .bts .bt-2 { left: 16%; top: 27%; }
.FW012767 .utensilios.gerais .hld-img .bts .bt-3 { left: 54%; top: 26%; }
.FW012767 .utensilios.gerais .hld-img .bts .bt-4 { left: 82%; top: 32%; }
.FW012767 .utensilios.gerais .hld-img .bts .bt-5 { left: 40%; top: 78%; }
.FW012767 .utensilios.gerais .hld-img .bts .bt-6 { left: 34%; top: 81%; }

.FW012767 .utensilios.bocais .infos { flex: 1; display: flex; justify-content: flex-end; align-items: center; }
.FW012767 .utensilios.bocais .infos .chamada { position: relative; font-size: 4em; font-weight: 700; left: unset; top: unset; margin-bottom: 40px; }
.FW012767 .utensilios.bocais .infos .txt { font-size: 2.5em; font-weight: 500; }
.FW012767 .utensilios.bocais .hld-img { width: 60%; }
.FW012767 .utensilios.bocais .hld-img .bts .bt-1 { left: 16%; top: 16%; }
.FW012767 .utensilios.bocais .hld-img .bts .bt-2 { left: 45%; top: 45%; }
.FW012767 .utensilios.bocais .hld-img .bts .bt-3 { left: 79%; top: 38%; }

.FW012767 .medidas { padding: 50px 0; }
.FW012767 .medidas .container { align-items: center; }
.FW012767 .medidas .aux-mobile { width: 60%; display: flex; justify-content: flex-start; align-items: center; }
.FW012767 .medidas .img { width: 100%; display: flex; justify-content: center; align-items: center; }
.FW012767 .medidas .img img { max-width: 100%; height: auto; }
.FW012767 .medidas .infos { flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.FW012767 .medidas .infos h3 { font-size: 3.3em; line-height: 1; margin: 0 0 20px 0; }
.FW012767 .medidas .infos p { font-size: 2em; font-weight: 500; margin: 0; }

.FW012767 .banner { padding-top: 80px; }
.FW012767 .banner .hld { background: var(--black-light); border-radius: 20px 20px 0 0; padding: 60px 30px; display: flex; justify-content: center; align-items: center; }
.FW012767 .banner .hld img { max-width: 100%; height: auto; }



/* MEDIA QUERY */
@media (max-width: 1399.98px) {
    /* XL */
}

@media (max-width: 1259.98px) {
    /* LG */
    .FW012767 .topo .infos h2 { font-size: 3.6em; }
    .FW012767 .topo .infos .selo { margin-bottom: 50px; }
}

@media (max-width: 991.98px) {
	/* MD */
    .FW012767 .container { padding: 0 15px; }
    .FW012767 .container.fluid { flex-direction: column; }

    .FW012767 .mobile { display: block !important; }
    .FW012767 .desktop { display: none !important; }

    .FW012767 .topo .container { gap: 30px; align-items: center; }
    .FW012767 .topo .infos { width: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; }
    .FW012767 .topo .infos .aux-mobile { display: flex; justify-content: center; align-items: center; gap: 20px; margin-bottom: 60px; }
    .FW012767 .topo .infos h2 { margin-bottom: 0; margin-top: 10px; }
    .FW012767 .topo .infos h3 { font-size: 2.4em; }
    .FW012767 .topo .infos .selo { margin-bottom: 0; }
    .FW012767 .topo .produto { margin: 0; }

    .FW012767 .funcionalidades { padding-top: 20px; }
    .FW012767 .funcionalidades .aux-slider { display: block; }
    .FW012767 .funcionalidades .item { flex: unset; width: unset; flex-direction: row; justify-content: center; text-align: left; gap: 30px; }
    .FW012767 .funcionalidades .item .ico { margin-bottom: 0; }
    .FW012767 .funcionalidades .item .info { width: 340px; }
    .FW012767 .funcionalidades .item h2 { margin: 0; }
    .FW012767 .funcionalidades .item p { font-size: 2.4em; font-weight: 700; }

    .FW012767 .box { padding-top: 80px; }
    .FW012767 .box .container { padding: 0; }
    .FW012767 .box .holder { flex-direction: column-reverse; position: relative; padding: 45px 15px; }
    .FW012767 .box .img { width: 100%; margin-top: 0; margin-left: 0; }
    .FW012767 .box .img.bg { width: 100%; aspect-ratio: 1/1.1; border-radius: 100px; }
    .FW012767 .box .infos h3 { font-size: 2.4em; }
    .FW012767 .box .infos.mobile { position: absolute; left: 55%; top: 45px; }
    .FW012767 .box .infos .aux { text-align: center; margin-top: 30px; }

    .FW012767 .box.potencia { padding-top: 100px; }
    .FW012767 .box.reservatorio .infos { padding: 0 0 30px 0; }

    .FW012767 .diferenciais .infos { width: 100%; align-items: center; gap: 60px; }
    .FW012767 .diferenciais .infos .info { display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; }
    .FW012767 .diferenciais .infos .chamada { font-size: 2.4em; margin-bottom: 10px; }

    .FW012767 .eficiencia { padding: 400px 0 80px 0; }
    .FW012767 .eficiencia .container .holder { background: none; border-radius: 0; padding: 0; position: relative; }
    .FW012767 .eficiencia .container .holder:before { content: ''; position: absolute; left: 12%; top: 0; width: 76%; height: 100%; background: var(--gray); border-radius: 70px; }
    .FW012767 .eficiencia .img { transform: translate(5%,20%); margin-bottom: -200px; }
    .FW012767 .eficiencia .infos { justify-content: center; text-align: center; align-items: center; margin-right: 0; padding-bottom: 0; padding-top: 300px; }
    .FW012767 .eficiencia .infos .chamada { font-size: 2.4em; margin-bottom: 30px; }
    .FW012767 .eficiencia .top { transform: translate(3%,-60%); }

    .FW012767 .ideal .container { padding: 0; }
    .FW012767 .ideal .hld { flex-direction: column; padding: 45px; }
    .FW012767 .ideal .infos { padding-left: 30px; }
    .FW012767 .ideal .aux { width: calc(100% + 90px); margin: 30px -45px 0 -45px; }
    .FW012767 .ideal .aux .slider-ideal:after { width: 30px; background: linear-gradient(to right,  rgba(26,26,26,0) 0%,rgba(26,26,26,1) 100%); }
    .FW012767 .ideal .aux .slider-ideal .slick-list { padding: 0 0 0 30px; }
    .FW012767 .ideal .nav-slider { padding: 0 45px; }

    .FW012767 .utensilios { margin-top: 0; padding-top: 60px; }
    .FW012767 .utensilios .chamada { position: relative; left: 0; text-align: center; top: unset; }
    .FW012767 .utensilios .hld-img { display: none; }
    .FW012767 .utensilios .aux-slider { display: block; margin: 30px -15px; width: calc(100% + 30px); position: relative; }
    .FW012767 .utensilios .aux-slider .slider-utensilios { width: 100%; }
    .FW012767 .utensilios .aux-slider .slider-utensilios .slide { display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 30px; }
    .FW012767 .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; }
    .FW012767 .utensilios .aux-slider .slider-utensilios .slide .info { font-size: 2em; text-align: center; }
    .FW012767 .utensilios .aux-slider .slider-utensilios .slide .info strong { text-transform: uppercase; }
    .FW012767 .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%); }
    .FW012767 .utensilios .aux-slider .slider-utensilios .slick-dots li { margin: 0; padding: 0; line-height: 0; }
    .FW012767 .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; }
    .FW012767 .utensilios .aux-slider .slider-utensilios .slick-dots li.slick-active button { width: 9px; height: 9px; }
    .FW012767 .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; }
    .FW012767 .utensilios .aux-slider .nav-slider .arrow { cursor: pointer; pointer-events: all; }
    .FW012767 .utensilios .aux-slider .nav-slider .arrow img { width: 29px; }
    .FW012767 .utensilios .aux-slider .nav-slider .arrow.prev img { transform: scaleX(-1); }

    .FW012767 .utensilios.bocais .infos { justify-content: center; text-align: center; }
    .FW012767 .utensilios.bocais .infos .chamada { font-size: 3em; }
    .FW012767 .utensilios.bocais .infos .txt { font-size: 2em; }
    .FW012767 .utensilios.bocais .aux-slider { margin-top: 60px; }


    .FW012767 .medidas { padding: 50px 0; }
    .FW012767 .medidas .aux-mobile { width: 80%; }
    .FW012767 .medidas .container { align-items: center; flex-direction: column-reverse; }
    .FW012767 .medidas .infos { justify-content: center; text-align: center; margin-bottom: 60px; }
    .FW012767 .medidas .infos h3 { font-size: 2.4em; }

    .FW012767 .banner { padding-top: 0; }
}

@media (max-width: 767.98px) {
	/* XS */
    .FW012767 .topo .infos h2 { font-size: 3em; }
    .FW012767 .topo .infos .selo img { width: 120px; }

    .FW012767 .eficiencia { padding: 350px 0 80px 0; }

    .FW012767 .banner .hld { padding: 20px; width: calc(100% + 30px); margin: 0 -15px; }
    .FW012767 .banner .hld img { width: 60%; }
}

@media (max-width: 575.98px) {
    /* XXS */
    .FW012767 .ico { width: 50px; }
    .FW012767 .ico img { max-height: 25px; max-width: 25px; }

    .FW012767 .topo .container { padding: 0 5px; }

    .FW012767 .topo .infos h2 { font-size: 1.8em; margin-top: 2px; }
    .FW012767 .topo .infos h3 { font-size: 2em; }
    .FW012767 .topo .infos p { font-size: 1.4em; }
    .FW012767 .topo .infos .aux-mobile { gap: 10px; }
    .FW012767 .topo .infos .selo img { width: 60px; }

    .FW012767 .funcionalidades { padding-top: 0; }
    .FW012767 .funcionalidades .item { gap: 10px; }
    .FW012767 .funcionalidades .item .info { width: 205px; }
    .FW012767 .funcionalidades .item h2 { font-size: 2em; }

    .FW012767 .box { padding-top: 30px; }
    .FW012767 .box .holder { border-radius: 35px; }
    .FW012767 .box .infos h2 { font-size: 2.2em; }
    .FW012767 .box .infos h3 { font-size: 2em; }
    .FW012767 .box .infos p { font-size: 1.4em; }
    .FW012767 .box .infos.mobile { left: 45%; }
    .FW012767 .box.potencia { padding-top: 60px; }

    .FW012767 .eficiencia { padding: 170px 0 50px 0; }
    .FW012767 .eficiencia .container { padding: 0; }
    .FW012767 .eficiencia .container .holder:before { width: 74%; left: 13%; border-radius: 35px; }
    .FW012767 .eficiencia .img { transform: translate(15%, 20%); margin-bottom: -40px; }
    .FW012767 .eficiencia .img img { width: 80%; }
    .FW012767 .eficiencia .infos { padding-top: 120px; }
    .FW012767 .eficiencia .infos .chamada { font-size: 2em; }
    .FW012767 .eficiencia .infos .txt { font-size: 1.4em; }

    .FW012767 .ideal .hld { padding: 20px; border-radius: 20px; }
    .FW012767 .ideal .infos { padding-left: 15px; }
    .FW012767 .ideal .infos h3 { font-size: 2em; }
    .FW012767 .ideal .infos p { font-size: 1.4em; }
    .FW012767 .ideal .aux { width: calc(100% + 30px); margin: 20px -15px 0 -15px; }
    .FW012767 .ideal .nav-slider { padding: 0 15px; }
    .FW012767 .ideal .nav-slider .arrow img { width: 30px; }
    .FW012767 .ideal .aux .slider-ideal .slick-list { padding: 0 30px !important; }
    .FW012767 .ideal .aux .slider-ideal .slide { margin-right: 15px; }

    .FW012767 .diferenciais { padding: 30px 0; }
    .FW012767 .diferenciais .container { gap: 30px; }
    .FW012767 .diferenciais .infos .chamada { font-size: 2em; }
    .FW012767 .diferenciais .infos .txt { font-size: 1.4em; }
    .FW012767 .diferenciais.itens .infos .aux { gap: 30px; }
    .FW012767 .diferenciais.itens .img { margin-top: -30px; }

    .FW012767 .utensilios { margin: 0px 0 30px 0; }
    .FW012767 .utensilios .chamada { font-size: 2em; }
    .FW012767 .utensilios .aux-slider .slider-utensilios .slide .info { font-size: 1.4em; }
    .FW012767 .utensilios.bocais .infos .chamada { font-size: 2em; }
    .FW012767 .utensilios.bocais .infos .txt { font-size: 1.4em; }


    .FW012767 .medidas .infos h3 { font-size: 2em; }
    .FW012767 .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) { .FW012767 { background: rgba(255,55,155,0.5); } }
@media (max-width: 1259.98px) { .FW012767 { background: rgba(255,155,55,0.5); } }
@media (max-width: 991.98px) { .FW012767 { background: rgba(155,255,55,0.5); } }
@media (max-width: 767.98px) { .FW012767 { background: rgba(155,55,255,0.5); } }
@media (max-width: 575.98px) { .FW012767 { background: rgba(55,155,255,0.5); } }
*/