/* FONTES */
@import url("https://use.typekit.net/elt5uhe.css");


/* VARIÁVEIS */
:root {
  --wine:               #9D2235;
  --gray:               #53565A;
  --gray-medium:        #C7C7C7;
  --gray-light:         #E8E8E8;
  --gray-dark:          #252525;
  --white:              #FFFFFF;
  --black:              #1A1A1A;
  --dummy:              #FFCC00;
}


/* GERAL */
.FW009592 { font-family: "arboria", sans-serif; font-weight: 400; font-size: 10px; color: var(--black); }
.FW009592 * { box-sizing: border-box; }
.FW009592 a { text-decoration: none; }

.FW009592 .container { width: 100%; max-width: 1260px; margin: 0 auto; padding: 0 30px; display: flex; flex-direction: column; position: relative; }
.FW009592 .container.fluid { flex-direction: row; }

/* CUSTOM */
.FW009592 .tip .container { justify-content: center; }
.FW009592 .tip .brand { padding: 15px 40px; border-radius: 0 0 10px 10px; background: var(--wine); }

.FW009592 .topo { padding-top: 115px; }
.FW009592 .topo .assinatura { position: absolute; left: 40%; top: 0; width: 50%; }
.FW009592 .topo .assinatura img { width: 100%; max-width: 646px; }
.FW009592 .topo .fogaca { width: 100%; display: flex; justify-content: center; align-items: center; padding-top: 20px; }
.FW009592 .topo .fogaca img { width: 100%; max-width: 1148px; }
.FW009592 .topo .panela { position: absolute; left: 50%; bottom: -13%; width: calc(50% - 50px); display: flex; justify-content: center; align-items: center; }
.FW009592 .topo .panela img { width: 100%; max-width: 574px; }

.FW009592 .funcionalidades { padding-top: 140px; position: relative; }
.FW009592 .funcionalidades .aux-slider { width: 100%; display: flex; }
.FW009592 .funcionalidades .item { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; }
.FW009592 .funcionalidades .item .info.mobile { display: none; }
.FW009592 .funcionalidades .item .ico { width: 60px; flex-shrink: 0; aspect-ratio: 1/1; border-radius: 10px; background: var(--wine); display: flex; justify-content: center; align-items: center; margin-bottom: 50px; }
.FW009592 .funcionalidades .item h2 { margin: 0 0 20px 0; font-size: 2.2em; line-height: 1.136; text-transform: uppercase; }
.FW009592 .funcionalidades .item p { margin: 0; font-size: 2em; }

.FW009592 .capacidade { padding-top: 60px; }
.FW009592 .capacidade .panela { display: flex; justify-content: center; align-items: center; }
.FW009592 .capacidade .panela img { width: 100%; max-width: 768px; }
.FW009592 .capacidade .infos { display: flex; justify-content: center; align-items: flex-start; gap: 100px; padding: 80px 30px; border-radius: 20px; background: var(--gray-dark); }
.FW009592 .capacidade .infos .info { color: var(--white); }
.FW009592 .capacidade .infos .info h3 { font-size: 3.8em; font-weight: 400; text-transform: uppercase; line-height: 1; margin: 0; }
.FW009592 .capacidade .infos .info h3 span { font-size: 1.8157em; font-weight: 700; }
.FW009592 .capacidade .infos .info p { font-size: 2.3em; font-weight: 300; margin: 15px 0 0 0; }

.FW009592 .receitas { padding-top: 60px; }
.FW009592 .receitas .infos { display: flex; justify-content: center; align-items: center; gap: 60px; margin-bottom: 60px; }
.FW009592 .receitas .infos .aux { display: flex; justify-content: center; align-items: center; gap: 60px; }
.FW009592 .receitas .infos .ico { width: 70px; aspect-ratio: 1/1; border-radius: 10px; background: var(--wine); display: flex; justify-content: center; align-items: center; }
.FW009592 .receitas .infos h3 { font-size: 3em; font-weight: 400; text-transform: uppercase; line-height: 1; margin: 0; }
.FW009592 .receitas .infos p { font-size: 2em; margin: 0; }
.FW009592 .receitas .slider-receitas { margin: 0 calc(((100vw - 1188px)/2)*(-1)); width: 100vw; }
.FW009592 .receitas .slider-receitas .slide { aspect-ratio: 389/765; background-repeat: no-repeat; background-position: center; background-size: cover; margin-right: 15px; border-radius: 20px; display: flex; justify-content: center; align-items: flex-end; }
.FW009592 .receitas .slider-receitas .slide .info { padding-bottom: 85px; display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 15px; }
.FW009592 .receitas .slider-receitas .slide .info .txt { font-size: 2.5em; font-weight: 700; color: var(--white); text-transform: uppercase; }
.FW009592 .receitas .slider-receitas .slick-list { padding: 0 calc((100vw - 1188px)/2); }
.FW009592 .receitas .nav-slider { position: absolute; left: 0; top: calc(50% + 43px); width: 100%; padding: 0 81px 0 66px; display: flex; justify-content: space-between; align-items: center; pointer-events: none; }
.FW009592 .receitas .nav-slider .arrow { cursor: pointer; pointer-events: all; }
.FW009592 .receitas .nav-slider .arrow.prev img { transform: scaleX(-1); }

.FW009592 .seguranca { padding-top: 15px; }
.FW009592 .seguranca .holder { display: flex; align-items: center; gap: 60px; background: var(--wine); border-radius: 20px; padding: 0 20px 0 20px; }
.FW009592 .seguranca .holder .img { width: calc(50% + 30px); display: flex; justify-content: center; align-items: flex-end; padding-top: 80px; }
.FW009592 .seguranca .holder .img img { width: 100%; max-width: 588px; }
.FW009592 .seguranca .holder .infos { flex: 1; color: var(--white); }
.FW009592 .seguranca .holder .infos .ico { width: 70px; flex-shrink: 0; aspect-ratio: 1/1; border-radius: 10px; background: var(--black); display: flex; justify-content: center; align-items: center; margin-bottom: 15px; }
.FW009592 .seguranca .holder .infos h3 { font-size: 3em; font-weight: 400; text-transform: uppercase; line-height: 1; margin: 0 0 25px 0; }
.FW009592 .seguranca .holder .infos p { font-size: 2em; margin: 0; }

.FW009592 .modos { padding-top: 100px; }
.FW009592 .modos .infos { width: 30%; margin-left: 8%; }
.FW009592 .modos .infos h3 { font-size: 3em; font-weight: 400; text-transform: uppercase; line-height: 1; margin: 0 0 15px 0; }
.FW009592 .modos .infos p { font-size: 2em; margin: 0; }
.FW009592 .modos .holder-slider { margin-top: 85px; }
.FW009592 .modos .holder-slider.mobile { display: none; }
.FW009592 .modos .holder-slider .slider-modos .slide .ico { width: 70px; aspect-ratio: 1/1; border-radius: 10px; background: var(--wine); display: flex; justify-content: center; align-items: center; margin-bottom: 25px; }
.FW009592 .modos .holder-slider .slider-modos .slide .chamada { font-size: 3em; font-weight: 700; text-transform: uppercase; line-height: 1; margin: 0 0 15px 0; }
.FW009592 .modos .holder-slider .slider-modos .slide .txt { font-size: 2em; margin: 0; }
.FW009592 .modos .holder-slider .nav-slider { margin-top: 25px; display: flex; justify-content: flex-start; align-items: center; gap: 15px; pointer-events: none; }
.FW009592 .modos .holder-slider .nav-slider .arrow { cursor: pointer; pointer-events: all; }
.FW009592 .modos .holder-slider .nav-slider .arrow img { width: 29px; }
.FW009592 .modos .holder-slider .nav-slider .arrow.prev img { transform: scaleX(-1); }
.FW009592 .modos .img { flex: 1; margin-right: -60px; }
.FW009592 .modos .img img { width: 100%; max-width: 793px; }

.FW009592 .funcoes { padding-top: 100px; margin-top: -60px; position: relative; z-index: 2; }
.FW009592 .funcoes .container:before { content: ''; position: absolute; left: 30px; top: 0; width: calc(100% - 60px); height: 100%; background: var(--gray); border-radius: 70px; }
.FW009592 .funcoes .infos { width: 40%; }
.FW009592 .funcoes .infos h3 { font-size: 3em; font-weight: 400; text-transform: uppercase; line-height: 1; margin: 0 0 15px 0; }
.FW009592 .funcoes .infos p { font-size: 2em; margin: 0; }
.FW009592 .funcoes .infos .holder-slider { margin: 7vw 0 5vw 0; }
.FW009592 .funcoes .infos .holder-slider .slider-funcoes .slide { color: var(--white); }
.FW009592 .funcoes .infos .holder-slider .slider-funcoes .slide .ico { width: 70px; aspect-ratio: 1/1; border-radius: 10px; background: var(--black); display: flex; justify-content: center; align-items: center; margin-bottom: 25px; }
.FW009592 .funcoes .infos .holder-slider .slider-funcoes .slide .chamada { font-size: 3em; font-weight: 700; text-transform: uppercase; line-height: 1; margin: 0 0 15px 0; }
.FW009592 .funcoes .infos .holder-slider .slider-funcoes .slide .txt { font-size: 2em; margin: 0; }
.FW009592 .funcoes .infos .holder-slider .nav-slider { position: relative; z-index: 2; margin-top: 25px; display: flex; justify-content: flex-start; align-items: center; gap: 15px; pointer-events: none; }
.FW009592 .funcoes .infos .holder-slider .nav-slider .arrow { cursor: pointer; pointer-events: all; }
.FW009592 .funcoes .infos .holder-slider .nav-slider .arrow img { width: 29px; }
.FW009592 .funcoes .infos .holder-slider .nav-slider .arrow.prev img { transform: scaleX(-1); }
.FW009592 .funcoes .img { flex: 1; position: relative; z-index: 2; }
.FW009592 .funcoes .img img { width: 100%; margin-top: -90px; }

.FW009592 .antiaderente .container { gap: 30px; }
.FW009592 .antiaderente .hld-img { flex: 1; position: relative; }
.FW009592 .antiaderente .hld-img:before { content: ''; position: absolute; left: 0; top: -70px; width: calc(100% - 80px); height: calc(100% + 70px); background: var(--black); border-radius: 0 0 500px 500px; }
.FW009592 .antiaderente .hld-img .txt { font-size: 3em; font-weight: 700; color: var(--white); padding-top: 45px; line-height: 1; position: relative; z-index: 2; display: flex; justify-content: center; align-items: center; width: calc(100% - 80px); }
.FW009592 .antiaderente .hld-img .img { position: relative; z-index: 2; text-align: right; }
.FW009592 .antiaderente .hld-img .img img { margin: 50px 20px -140px 0; }
.FW009592 .antiaderente .infos { width: 40%; padding-top: 70px; }
.FW009592 .antiaderente .infos .ico { width: 70px; aspect-ratio: 1/1; border-radius: 10px; background: var(--wine); display: flex; justify-content: center; align-items: center; margin-bottom: 20px; }
.FW009592 .antiaderente .infos .chamada { font-size: 3em; font-weight: 400; text-transform: uppercase; line-height: 1; margin: 0 0 35px 0; }
.FW009592 .antiaderente .infos .txt { font-size: 2em; margin: 0; }

.FW009592 .utensilios { padding-top: 200px; }
.FW009592 .utensilios .chamada { font-size: 2.6em; font-weight: 400; text-transform: uppercase; line-height: 1; position: absolute; left: 65%; top: 0; }
.FW009592 .utensilios .hld-img { position: relative; width: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; }
.FW009592 .utensilios .hld-img .img { width: 100%; display: flex; justify-content: center; align-items: center; }
.FW009592 .utensilios .hld-img .img img { width: 82.5%; }
.FW009592 .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; }
.FW009592 .utensilios .hld-img .bts .bt { position: absolute; pointer-events: all; border: none !important; }
.FW009592 .utensilios .hld-img .bts .bt a { position: relative; z-index: 2; }
.FW009592 .utensilios .hld-img .bts .bt a img { transition: all 0.3s ease; }
.FW009592 .utensilios .hld-img .bts .bt .pop-up { font-size: 2em; line-height: 1.2; color: var(--white); background: var(--wine); border-radius: 100px; white-space: nowrap; position: absolute; top: calc((100% + 8px) * (-1)); opacity: 1; max-width: 0; overflow: hidden; pointer-events: none; transition: all 0.3s ease; }
.FW009592 .utensilios .hld-img .bts .bt .pop-up.left { padding: 20px 0; right: 15px; }
.FW009592 .utensilios .hld-img .bts .bt .pop-up.right { padding: 20px 0; left: 15px; }
.FW009592 .utensilios .hld-img .bts .bt.selected { z-index: 3; }
.FW009592 .utensilios .hld-img .bts .bt.selected img { transform: rotate(-45deg); }
.FW009592 .utensilios .hld-img .bts .bt.selected .pop-up { opacity: 1; max-width: 350px; pointer-events: all; padding: 20px 30px; }
.FW009592 .utensilios .hld-img .bts .bt.selected .pop-up.left { padding: 20px 45px 20px 30px; }
.FW009592 .utensilios .hld-img .bts .bt.selected .pop-up.right { padding: 20px 30px 20px 45px; }
.FW009592 .utensilios .hld-img .bts .bt-1 { left: 59%; top: 8%; }
.FW009592 .utensilios .hld-img .bts .bt-2 { left: 14%; top: 14%; }
.FW009592 .utensilios .hld-img .bts .bt-3 { left: 46%; top: 20%; }
.FW009592 .utensilios .hld-img .bts .bt-4 { left: 72%; top: 25%; }
.FW009592 .utensilios .hld-img .bts .bt-5 { left: 9%; top: 32%; }
.FW009592 .utensilios .hld-img .bts .bt-6 { left: 39%; top: 52%; }
.FW009592 .utensilios .hld-img .bts .bt-7 { left: 37%; top: 62%; }
.FW009592 .utensilios .hld-img .bts .bt-8 { left: 54%; top: 74%; }
.FW009592 .utensilios .hld-img .bts .bt-9 { left: 74%; top: 84%; }
.FW009592 .utensilios .aux-slider { display: none; }

.FW009592 .saude .container { gap: 60px; align-items: center; }
.FW009592 .saude .img { width: calc(50% + 30px); display: flex; justify-content: center; align-items: center; }
.FW009592 .saude .img img { width: 100%; max-width: 589px; }
.FW009592 .saude .infos { flex: 1; }
.FW009592 .saude .infos .ico { width: 70px; aspect-ratio: 1/1; border-radius: 10px; background: var(--black); display: flex; justify-content: center; align-items: center; margin-bottom: 20px; }
.FW009592 .saude .infos h2 { font-size: 3.5em; text-transform: uppercase; line-height: 1; margin: 0 0 10px 0; }
.FW009592 .saude .infos h3 { font-size: 2.6em; text-transform: uppercase; line-height: 1; margin: 30px 0 10px 0; }
.FW009592 .saude .infos p { font-size: 2em; margin: 0 0 20px 0; }
.FW009592 .saude .infos .bt { display: flex; margin-top: 30px; border: none !important; }
.FW009592 .saude .infos .bt a { font-size: 1.8em; font-weight: 700; line-height: 1; text-transform: uppercase; color: var(--white); padding: 10px 20px 12px 20px; border-radius: 10px; background: var(--wine); transition: all 0.3s ease; }
.FW009592 .saude .infos .bt a:hover { background: var(--black); }

.FW009592 .garantia { padding-top: 50px; }
.FW009592 .garantia .container { align-items: center; }
.FW009592 .garantia .aux-mobile { width: 60%; display: flex; justify-content: flex-start; align-items: center; }
.FW009592 .garantia .img { width: 100%; display: flex; justify-content: flex-start; align-items: center; }
.FW009592 .garantia .img img { width: 100%; max-width: 653px; }
.FW009592 .garantia .selo.mobile { display: none; }
.FW009592 .garantia .infos { flex: 1; display: flex; justify-content: flex-end; align-items: center; }
.FW009592 .garantia .infos h3 { font-size: 2.6em; text-transform: uppercase; line-height: 1; margin: 30px 0 20px 0; }
.FW009592 .garantia .infos p { font-size: 2em; margin: 0; }
.FW009592 .garantia .infos p strong { text-transform: uppercase; }

.FW009592 .banner { padding-top: 80px; }
.FW009592 .banner a .img { aspect-ratio: 1197/618; border-radius: 20px; overflow: hidden; position: relative; }
.FW009592 .banner a .img img { min-width: 100%; height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); transition: all 0.3s ease; }
.FW009592 .banner a:hover .img img { transform: translate(-50%, -50%) scale(1.03); }



/* MEDIA QUERY */
@media (max-width: 1399.98px) {
    /* XL */
    .FW009592 .modos .img { margin-right: -30px; }
}
@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%;
  }
  .FW009592 {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 639.98px) {
  .sandbox-product {
    width: 100%;
  }
  .FW009592 {
    margin: 0 -15px;
  }
}

@media (max-width: 1259.98px) {
    /* LG */
    .FW009592 .topo .panela { width: 50%; }

    .FW009592 .receitas .slider-receitas { margin: 0; width: calc(100% + 30px); }
    .FW009592 .receitas .slider-receitas .slick-list { padding: 0 30px 0 0; }

    .FW009592 .seguranca .holder { gap: 30px; }
    .FW009592 .seguranca .holder .img { width: 45%; }

    .FW009592 .modos .infos { width: 35%; margin-left: 0; }

    .FW009592 .utensilios .hld-img .bts .bt .pop-up.right.alter { left: auto; right: 15px; }
    .FW009592 .utensilios .hld-img .bts .bt.selected .pop-up.right.alter { padding: 20px 45px 20px 30px; }

    .FW009592 .saude .img { width: 45%; }
    .FW009592 .garantia .img { width: 55%; }
}

@media (max-width: 991.98px) {
	/* MD */
    .FW009592 {
        margin: 0 -15px;
      }
    .FW009592 .container { padding: 0 15px; }
    .FW009592 .container.fluid { flex-direction: column; }

    .FW009592 .tip .container { flex-direction: row; }

    .FW009592 .topo { padding-top: 18vw; }
    .FW009592 .topo .assinatura { left: 0; top: -12vw; width: 100%; display: flex; justify-content: center; align-items: center; }
    .FW009592 .topo .assinatura img { width: 75%; }
    .FW009592 .topo .panela { bottom: -13%; width: 50%; }

    .FW009592 .funcionalidades { padding-top: 80px; }
    .FW009592 .funcionalidades .aux-slider { display: block; }
    .FW009592 .funcionalidades .item { flex: unset; width: unset; flex-direction: row; justify-content: center; text-align: left; gap: 30px; }
    .FW009592 .funcionalidades .item .info.mobile { display: block; width: 350px; }
    .FW009592 .funcionalidades .item .info.desktop { display: none; }
    .FW009592 .funcionalidades .item .ico { margin-bottom: 0; }

    .FW009592 .capacidade .panela img { width: 90%; }
    .FW009592 .capacidade .infos { width: calc(100% + 30px); margin: 0 -15px; flex-direction: column; align-items: center; gap: 40px; padding: 40px 20vw; border-radius: 0; text-align: center; }
    .FW009592 .capacidade .infos .info p { font-size: 2em; margin: 0; }
    .FW009592 .capacidade .infos .info p br { display: none; }

    .FW009592 .receitas .infos { flex-direction: column; gap: 30px; }
    .FW009592 .receitas .infos .aux { gap: 30px; }
    .FW009592 .receitas .infos p { text-align: center; }
    .FW009592 .receitas .slider-receitas { margin: 0 -15px; width: calc(100% + 30px); }
    .FW009592 .receitas .slider-receitas .slick-list { padding: 0 60px 0 80px; }
    .FW009592 .receitas .slider-receitas .slide { aspect-ratio: 6/10; }

    .FW009592 .seguranca { padding-top: 30px; }
    .FW009592 .seguranca .holder { flex-direction: column; justify-content: center; gap: 0; background: none; border-radius: 0; padding: 0; }
    .FW009592 .seguranca .holder .img { width: 80%; padding-top: 30px; }
    .FW009592 .seguranca .holder .infos { background: var(--wine); width: calc(100% + 30px); margin: 0 -15px; padding: 50px; }
    .FW009592 .seguranca .holder .infos .aux { display: flex; gap: 30px; justify-content: center; margin-bottom: 20px; }
    .FW009592 .seguranca .holder .infos p { text-align: center; }

    .FW009592 .modos { padding-top: 40px; }
    .FW009592 .modos .infos { width: 100%; margin-left: 0; text-align: center; }
    .FW009592 .modos .holder-slider { margin: 0 -15px 60px -15px; width: calc(100% + 30px); position: relative; }
    .FW009592 .modos .holder-slider.mobile { display: block; }
    .FW009592 .modos .holder-slider.desktop { display: none; }
    .FW009592 .modos .holder-slider .slider-modos .slide { display: flex; justify-content: center; align-items: center; flex-direction: column; }
    .FW009592 .modos .holder-slider .slider-modos .slide .aux { display: flex; gap: 30px; }
    .FW009592 .modos .holder-slider .slider-modos .slide .txt { text-align: center; }
    .FW009592 .modos .holder-slider .nav-slider { margin-top: 0; position: absolute; left: 0; top: calc(50% - 20px); width: 100%; justify-content: space-between; gap: 0; padding: 0 20px; }
    .FW009592 .modos .img { margin-right: 0; text-align: center; margin-top: 40px; }
    .FW009592 .modos .img img { width: 80%; }

    .FW009592 .funcoes { padding-top: 30vw; margin-top: 30px; }
    .FW009592 .funcoes .container:before { left: 0; top: -15px; width: 100%; border-radius: 0 0 30px 30px; }
    .FW009592 .funcoes .infos { width: 100%; }
    .FW009592 .funcoes .infos .holder-slider { margin: 30px -20px; width: calc(100% + 30px); }
    .FW009592 .funcoes .infos .holder-slider .slider-funcoes { padding-bottom: 80px; }
    .FW009592 .funcoes .infos .holder-slider .slider-funcoes .slide { padding: 0 40px; display: flex; justify-content: center; align-items: center; flex-direction: column; }
    .FW009592 .funcoes .infos .holder-slider .slider-funcoes .slide .aux { display: flex; gap: 30px; }
    .FW009592 .funcoes .infos .holder-slider .slider-funcoes .slide .txt { text-align: center; }
    .FW009592 .funcoes .infos .holder-slider .nav-slider { display: none; }
    .FW009592 .funcoes .infos .holder-slider .slick-dots { display: flex; justify-content: center; align-items: center; list-style: none; gap: 6px; padding: 0; width: 60px; height: 30px; background: var(--gray-light); border-radius: 50px; margin: 0; position: absolute; left: 50%; bottom: 20px; transform: translate(-50%); }
    .FW009592 .funcoes .infos .holder-slider .slick-dots li { margin: 0; padding: 0; line-height: 0; }
    .FW009592 .funcoes .infos .holder-slider .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; }
    .FW009592 .funcoes .infos .holder-slider .slick-dots li.slick-active button { width: 9px; height: 9px; }
    .FW009592 .funcoes .img { text-align: center; }
    .FW009592 .funcoes .img img { width: 90%; margin-top: -30vw; }

    .FW009592 .antiaderente .hld-img:before { width: 75%; left: -15px; }
    .FW009592 .antiaderente .hld-img .txt { width: calc(75% - 30px); }
    .FW009592 .antiaderente .hld-img .img img { margin: 50px 20px -100px 0; }
    .FW009592 .antiaderente .infos { width: 100%; padding-top: 100px; }
    .FW009592 .antiaderente .infos .aux { display: flex; justify-content: center; align-items: center; gap: 30px; }
    .FW009592 .antiaderente .infos .txt { text-align: center; }

    .FW009592 .utensilios { padding-top: 60px; }
    .FW009592 .utensilios .chamada { position: relative; left: 0; text-align: center; }
    .FW009592 .utensilios .hld-img { display: none; }
    .FW009592 .utensilios .aux-slider { display: block; margin: 30px -15px; width: calc(100% + 30px); position: relative; }
    .FW009592 .utensilios .aux-slider .slider-utensilios { width: 100%; padding-top: 80px; }
    .FW009592 .utensilios .aux-slider .slider-utensilios .slide { display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 30px; }
    .FW009592 .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; }
    .FW009592 .utensilios .aux-slider .slider-utensilios .slide .info { font-size: 2em; text-align: center; }
    .FW009592 .utensilios .aux-slider .slider-utensilios .slide .info strong { text-transform: uppercase; }
    .FW009592 .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%); }
    .FW009592 .utensilios .aux-slider .slider-utensilios .slick-dots li { margin: 0; padding: 0; line-height: 0; }
    .FW009592 .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; }
    .FW009592 .utensilios .aux-slider .slider-utensilios .slick-dots li.slick-active button { width: 9px; height: 9px; }
    .FW009592 .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; }
    .FW009592 .utensilios .aux-slider .nav-slider .arrow { cursor: pointer; pointer-events: all; }
    .FW009592 .utensilios .aux-slider .nav-slider .arrow img { width: 29px; }
    .FW009592 .utensilios .aux-slider .nav-slider .arrow.prev img { transform: scaleX(-1); }

    .FW009592 .saude .img { width: 60%; }
    .FW009592 .saude .desktop { display: none !important; }
    .FW009592 .saude .infos { text-align: center; }
    .FW009592 .saude .infos h3 { margin: 0 0 10px 0; }
    .FW009592 .saude .infos .bt { justify-content: center; }

    .FW009592 .garantia .selo.mobile { display: block; margin-right: -60px; }
    .FW009592 .garantia .selo.desktop { display: none; }
    .FW009592 .garantia .aux-mobile { width: 100%; align-items: flex-start; margin-top: 30px; }
    .FW009592 .garantia .img { flex: 1; margin-top: 60px; }
    .FW009592 .garantia .infos { justify-content: center; text-align: center; }

    .FW009592 .banner a .img { width: calc(100% + 30px); margin: 0 -15px; border-radius: 0; }
    .FW009592 .banner a:hover .img img { transform: translate(-50%, -50%); }
}

@media (max-width: 767.98px) {
	/* XS */
    .FW009592 .antiaderente .hld-img .img img { width: 100%; max-width: 526px; }
    .FW009592 .antiaderente .hld-img .txt { font-size: 2.6em; }
    .FW009592 .antiaderente .hld-img .txt br { display: none; }
}

@media (max-width: 575.98px) {
    /* XXS */
    .FW009592 .tip .brand { padding: 10px 20px; }
    .FW009592 .tip .brand img { width: 90px; }

    .FW009592 .topo .assinatura img { width: 90%; }

    .FW009592 .funcionalidades { padding-top: 40px; }
    .FW009592 .funcionalidades .item { gap: 15px; }
    .FW009592 .funcionalidades .item .ico { width: 50px; }
    .FW009592 .funcionalidades .item .info.mobile br { display: none; }

    .FW009592 .capacidade .infos { padding: 40px; gap: 20px; }

    .FW009592 .receitas { padding-top: 30px; }
    .FW009592 .receitas .infos { margin-bottom: 40px; }
    .FW009592 .receitas .infos .aux { gap: 15px; }
    .FW009592 .receitas .infos .ico { width: 50px; }
    .FW009592 .receitas .nav-slider { display: none; }
    .FW009592 .receitas .slider-receitas .slick-list { padding: 0 30px 0 40px !important; }
    .FW009592 .receitas .slider-receitas .slide .info { padding-bottom: 20px; transform: scale(0.7); }

    .FW009592 .seguranca .holder .infos { padding: 30px 15px; }
    .FW009592 .seguranca .holder .infos .aux { gap: 15px; }
    .FW009592 .seguranca .holder .infos .ico { width: 50px; }
    .FW009592 .seguranca .holder .infos p br { display: none; }

    .FW009592 .modos .img img { width: 100%; }
    .FW009592 .modos .holder-slider .slider-modos .slide { padding: 0 40px; }
    .FW009592 .modos .holder-slider .slider-modos .slide .ico { width: 50px; }
    .FW009592 .modos .holder-slider .slider-modos .slide .aux { gap: 15px; }
    .FW009592 .modos .holder-slider .slider-modos .slide .chamada { font-size: 2em; margin: 5px 0 0 0; }
    .FW009592 .modos .holder-slider .slider-modos .slide .txt { font-size: 1.4em; }
    .FW009592 .modos .holder-slider .nav-slider { padding: 0 10px; }

    .FW009592 .funcoes .container:before { height: calc(100% + 30px); }
    .FW009592 .funcoes .img img { width: 100%; margin-top: -34vw; }
    .FW009592 .funcoes .infos .holder-slider { margin-bottom: 0; }
    .FW009592 .funcoes .infos .holder-slider .slider-funcoes .slide { padding: 0 15px; }
    .FW009592 .funcoes .infos .holder-slider .slider-funcoes .slide .aux { gap: 15px; }
    .FW009592 .funcoes .infos .holder-slider .slider-funcoes .slide .ico { width: 50px; }
    .FW009592 .funcoes .infos .holder-slider .slider-funcoes .slide .chamada { font-size: 2em; }
    .FW009592 .funcoes .infos .holder-slider .slider-funcoes .slide .txt { font-size: 1.4em; }

    .FW009592 .antiaderente { overflow: hidden; margin-top: -15px; }
    .FW009592 .antiaderente .hld-img .txt { padding-top: 60px; width: calc(85% - 30px); }
    .FW009592 .antiaderente .hld-img:before { width: 85%; }

    .FW009592 .antiaderente .infos .aux { gap: 15px; }
    .FW009592 .antiaderente .infos .ico { width: 50px; }
    .FW009592 .antiaderente .infos .chamada { font-size: 2em; margin: 0 0 20px 0; }
    .FW009592 .antiaderente .infos .txt { font-size: 1.4em; }

    .FW009592 .utensilios .chamada { font-size: 2em; }
    .FW009592 .utensilios .aux-slider .nav-slider { padding: 0 5px; top: calc(50% - 15px); }

    .FW009592 .saude .img { width: 80%; }

    .FW009592 .garantia .selo.mobile img { width: 100px; }

    .FW009592 h3 { font-size: 2em !important; }
    .FW009592 p { font-size: 1.4em !important; }
}



/* 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; }