/* 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:        #636569;
  --gray-light:         #E8E8E8;
  --gray-lighter:       #F6F6F6;
  --gray-dark:          #53565A;
  --white:              #FFFFFF;
  --black:              #000000;
  --black-light:        #1A1A1A;
  --yellow:             #FFA400;
  --dummy:              #FFCC00;
}



.FW011412 { font-family: "UniSans", sans-serif; font-weight: 400; font-size: 10px; color: var(--black); }
.FW011412 * { box-sizing: border-box; }
.FW011412 a { text-decoration: none; }

.FW011412 .container { width: 100%; max-width: 1260px; margin: 0 auto; padding: 0 30px; display: flex; flex-direction: column; position: relative; }
.FW011412 .container.min { max-width: 1056px; }
.FW011412 .container.fluid { flex-direction: row; }
.FW011412 .mobile { display: none !important; }
.FW011412 .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 */
.FW011412 .topo { padding-top: 30px; }
.FW011412 .topo .container { gap: 60px; align-items: flex-end; }
.FW011412 .topo .produto { flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.FW011412 .topo .produto img { height: auto; max-width: 100%; }
.FW011412 .topo .infos { width: 50%; }
.FW011412 .topo .infos h2 { font-size: 3.9em; font-weight: 800; color: var(--black-light); text-transform: uppercase; line-height: 1; margin-bottom: 50px; margin-top: 0; display: inline-block; position: relative; }
.FW011412 .topo .infos h2 span { font-size: 0.7435em; font-weight: 500; }
.FW011412 .topo .infos h2 strong { font-size: 1.7435em; font-weight: 800; }
.FW011412 .topo .infos h3 { font-size: 4em; font-weight: 700; color: var(--black-light); margin-bottom: 15px; line-height: 1; margin-top: 0; }
.FW011412 .topo .infos p { font-size: 2em; font-weight: 500; color: var(--black-light); margin-bottom: 50px; margin-top: 0; }
.FW011412 .topo .infos .selo { margin-bottom: 120px; }

.FW011412 .funcionalidades { padding-top: 100px; position: relative; }
.FW011412 .funcionalidades .aux-slider { width: 100%; display: flex; }
.FW011412 .funcionalidades .item { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; }
.FW011412 .funcionalidades .item .ico { margin-bottom: 40px; }
.FW011412 .funcionalidades .item h2 { margin: 0 0 20px 0; font-size: 3.3em; font-weight: 700; line-height: 1.136; }
.FW011412 .funcionalidades .item p { margin: 0; font-size: 1.8em; font-weight: 500; }

.FW011412 .box { padding: 150px 0; }
.FW011412 .box .holder { display: flex; justify-content: center; align-items: center; background: var(--gray); gap: 60px; border-radius: 100px 100px 0 0; }
.FW011412 .box .img { width: 50%; margin-top: -50px;  display: flex; justify-content: center; align-items: flex-start; }
.FW011412 .box .img img { height: auto; max-width: 100%; }
.FW011412 .box .infos { flex: 1; display: flex; justify-content: center; align-items: flex-end; flex-direction: column; color: var(--black-light); }
.FW011412 .box .infos h3 { font-size: 4em; font-weight: 700; line-height: 1; margin-bottom: 50px; margin-top: 0; }
.FW011412 .box .infos p { font-size: 2em; font-weight: 500; margin: 0; }
.FW011412 .box .bar { background: var(--black-light); border-radius: 0 0 100px 100px; padding: 100px 60px 0 60px; display: flex; justify-content: center; align-items: flex-start; }
.FW011412 .box .bar .info { flex: 1; font-size: 4em; font-weight: 500; color: var(--white); text-transform: uppercase; text-align: right; }
.FW011412 .box .bar .info strong { font-weight: 700; }
.FW011412 .box .bar .selos { width: 65%; display: flex; justify-content: center; align-items: flex-start; gap: 70px; margin-bottom: -70px; }
.FW011412 .box .bar .selos .selo { background: var(--yellow); border-radius: 20px; padding: 5px; min-width: 180px; }
.FW011412 .box .bar .selos .selo .txt { width: 100%; text-align: center; font-size: 2em; text-transform: uppercase; font-weight: 700; color: var(--black-light); margin: 15px 0; }
.FW011412 .box .bar .selos .selo .icone { background: var(--white); border-radius: 17px; padding: 20px 0; display: flex; justify-content: center; align-items: center; }
.FW011412 .box .bar .selos .selo .icone .ico { width: 100px; }

.FW011412 .caracteristicas { margin: 0 0 80px 0; }
.FW011412 .caracteristicas .chamada { font-size: 2.5em; font-weight: 500; line-height: 1; position: absolute; left: 150px; top: 0; }
.FW011412 .caracteristicas .chamada strong { text-transform: uppercase; }
.FW011412 .caracteristicas .hld-img { position: relative; width: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; margin-top: 150px; }
.FW011412 .caracteristicas .hld-img .img { width: 100%; display: flex; justify-content: center; align-items: center; }
.FW011412 .caracteristicas .hld-img .img img { height: auto; max-width: 100%; }
.FW011412 .caracteristicas .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; }
.FW011412 .caracteristicas .hld-img .bts .bt { position: absolute; pointer-events: all; border: none; }
.FW011412 .caracteristicas .hld-img .bts .bt a { position: relative; z-index: 2; }
.FW011412 .caracteristicas .hld-img .bts .bt a img { transition: all 0.3s ease; }
.FW011412 .caracteristicas .hld-img .bts .bt .pop-up { font-size: 1.6em; line-height: 1.2; color: var(--black-light); background: var(--gray); border-radius: 100px; white-space: nowrap; position: absolute; opacity: 1; max-width: 0; overflow: hidden; pointer-events: none; padding: 10px 0; transition: all 0.3s ease; }
.FW011412 .caracteristicas .hld-img .bts .bt .pop-up.l1 { top: -10px; }
.FW011412 .caracteristicas .hld-img .bts .bt .pop-up.l2 { top: -20px; }
.FW011412 .caracteristicas .hld-img .bts .bt .pop-up.left { right: 15px; }
.FW011412 .caracteristicas .hld-img .bts .bt .pop-up.right { left: 15px; }
.FW011412 .caracteristicas .hld-img .bts .bt.selected { z-index: 3; }
.FW011412 .caracteristicas .hld-img .bts .bt.selected img { transform: rotate(-45deg); }
.FW011412 .caracteristicas .hld-img .bts .bt.selected .pop-up { opacity: 1; max-width: 350px; pointer-events: all; padding: 10px 30px; }
.FW011412 .caracteristicas .hld-img .bts .bt-1 { left: 7%; top: 17%; }
.FW011412 .caracteristicas .hld-img .bts .bt-2 { left: 8%; top: 8%; }
.FW011412 .caracteristicas .hld-img .bts .bt-3 { left: 35%; top: -2%; }
.FW011412 .caracteristicas .hld-img .bts .bt-4 { left: 31%; top: 11%; }
.FW011412 .caracteristicas .hld-img .bts .bt-5 { left: 26%; top: 25%; }
.FW011412 .caracteristicas .hld-img .bts .bt-6 { left: 55%; top: 39%; }
.FW011412 .caracteristicas .hld-img .bts .bt-7 { left: 69%; top: 52%; }
.FW011412 .caracteristicas .hld-img .bts .bt-8 { left: 67%; top: 64%; }
.FW011412 .caracteristicas .aux-slider { display: none; }

.FW011412 .box-img .holder { display: flex; justify-content: center; align-items: center; background: var(--black-light); border-radius: 50px; gap: 60px; }
.FW011412 .box-img .img { width: 45%; background: var(--gray-medium); border-radius: 50px 0 0 50px; }
.FW011412 .box-img .img img { height: auto; max-width: 100%; margin-bottom: -40px; }
.FW011412 .box-img .infos { flex: 1; display: flex; justify-content: center; align-items: flex-start; flex-direction: column; color: var(--white); }
.FW011412 .box-img .aux { display: flex; justify-content: flex-start; align-items: center; gap: 30px; margin-bottom: 30px; }
.FW011412 .box-img .ico { background: var(--white); }
.FW011412 .box-img h3 { font-size: 4em; font-weight: 700; line-height: 1; margin: 0; }
.FW011412 .box-img p { font-size: 2em; font-weight: 500; margin: 0; }

.FW011412 .desempenho { padding: 350px 0; overflow: hidden; }
.FW011412 .desempenho .container .holder { background: var(--gray); border-radius: 100px; padding: 150px 15px 15px 15px; display: flex; justify-content: center; align-items: flex-end; }
.FW011412 .desempenho .top { position: absolute; left: 50%; top: 0; width: 100%; transform: translate(-35%,-50%); }
.FW011412 .desempenho .top img { height: auto; max-width: 100%; }
.FW011412 .desempenho .aux-img { width: 50%; }
.FW011412 .desempenho .img { margin: 0 0 -60% -40%; }
.FW011412 .desempenho .img img { height: auto; max-width: 100%; }
.FW011412 .desempenho .infos { flex: 1; display: flex; justify-content: flex-end; align-items: flex-start; flex-direction: column; gap: 20px; padding-bottom: 120px; }
.FW011412 .desempenho .infos .chamada { font-size: 3em; font-weight: 700; }
.FW011412 .desempenho .infos .txt { font-size: 2em; font-weight: 500; }

.FW011412 .diferenciais { padding: 60px 0; }
.FW011412 .diferenciais .container { align-items: center; gap: 60px; }
.FW011412 .diferenciais .img { flex: 1; display: flex; justify-content: center; align-items: center; }
.FW011412 .diferenciais .img img { height: auto; max-width: 100%; }
.FW011412 .diferenciais .infos { width: 35%; display: flex; justify-content: center; align-items: flex-start; flex-direction: column; gap: 100px; }
.FW011412 .diferenciais .infos .chamada { font-size: 3.3em; font-weight: 700; }
.FW011412 .diferenciais .infos .txt { font-size: 2em; font-weight: 500; }
.FW011412 .diferenciais .infos .ico { margin-bottom: 20px; }
.FW011412 .diferenciais.alcas { margin-top: -150px; }
.FW011412 .diferenciais.alcas .img { margin-right: -250px; }
.FW011412 .diferenciais.alcas .img img { height: auto; max-width: 100%; }
.FW011412 .diferenciais.alcas .infos { padding-bottom: 300px; }
.FW011412 .diferenciais.itens { padding: 0; }
.FW011412 .diferenciais.itens .container { gap: 0; }
.FW011412 .diferenciais.itens .infos { width: 60%; }
.FW011412 .diferenciais.itens .infos .aux { display: flex; justify-content: center; align-items: flex-start; flex-direction: column; gap: 50px; }
.FW011412 .diferenciais.itens .img img { height: auto; max-width: 100%; }

.FW011412 .ideal { padding-top: 40px; }
.FW011412 .ideal .hld { background: var(--black-light); border-radius: 30px; display: flex; justify-content: center; align-items: flex-start; padding: 45px 0 45px 45px; }
.FW011412 .ideal .infos { color: var(--white); flex: 1; }
.FW011412 .ideal .infos h3 { font-size: 4em; font-weight: 700; text-transform: uppercase; line-height: 1; margin: 0; }
.FW011412 .ideal .infos p { font-size: 2em; font-weight: 500; margin: 0; }
.FW011412 .ideal .aux { width: 70%; position: relative; }
.FW011412 .ideal .aux .slider-ideal { width: 100%; overflow: hidden; position: relative; }
.FW011412 .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%); }
.FW011412 .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%); }
.FW011412 .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; }
.FW011412 .ideal .aux .slider-ideal .slide:after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 30.51%, rgba(0, 0, 0, 0.80) 100%); }
.FW011412 .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; }
.FW011412 .ideal .aux .slider-ideal .slide .info .chamada { font-size: 2.5em; font-weight: 700; color: var(--white); text-transform: uppercase; }
.FW011412 .ideal .aux .slider-ideal .slide .info .txt { font-size: 2.5em; color: var(--white); }
.FW011412 .ideal .aux .slider-ideal .slick-list { padding: 0 30px; }
.FW011412 .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; }
.FW011412 .ideal .nav-slider .arrow { cursor: pointer; pointer-events: all; }
.FW011412 .ideal .nav-slider .arrow.prev img { transform: scaleX(-1); }

.FW011412 .acessorios { padding-top: 100px; overflow: hidden; margin: 0 calc(((100vw - 1248px)/2)*(-1)); width: 100vw; }
.FW011412 .acessorios h2 { font-size: 3.4em; text-transform: uppercase; text-align: center; margin: 0; }
.FW011412 .acessorios .hld-slider { margin: 0 calc(((100vw - 1200px)/2)*(-1)); width: 100vw; padding-top: 50px; }
.FW011412 .acessorios .hld-slider .slide { margin-right: 15px; }
.FW011412 .acessorios .hld-slider .slide .img { width: 100%; display: flex; justify-content: center; align-items: center; position: relative; height: 279px; padding: 20px 0; transition: all 0.3s ease; }
.FW011412 .acessorios .hld-slider .slide .img img { height: auto; max-width: 100%; position: relative; z-index: 2; }
.FW011412 .acessorios .hld-slider .slide .img:before { content: ''; position: absolute; left: 50%; top: 50%; width: 66%; transform: translate(-50%,-50%); aspect-ratio: 1.15/1; background: var(--gray); border-radius: 20px; transition: all 0.3s ease; }
.FW011412 .acessorios .hld-slider .slide .info { font-size: 2.5em; font-weight: 700; color: var(--black-light); text-transform: uppercase; text-align: center; padding-top: 0px; height: 80px; transition: all 0.3s ease; }
.FW011412 .acessorios .hld-slider .slide.center .img { padding: 0; }
.FW011412 .acessorios .hld-slider .slide.center .img:before { width: 90%; max-width: 270px; }
.FW011412 .acessorios .hld-slider .slide.center .info { padding-top: 20px; }
.FW011412 .acessorios .hld-slider .slick-list { padding: 0 calc((100vw - 1200px)/2); }
.FW011412 .acessorios .hld-slider .slick-dots { display: none; justify-content: center; align-items: center; list-style: none; gap: 9px; padding: 0; width: 100px; height: 37px; margin: 0; position: absolute; left: 50%; top: -50px; transform: translate(-50%); }
.FW011412 .acessorios .hld-slider .slick-dots li { margin: 0; padding: 0; line-height: 0; }
.FW011412 .acessorios .hld-slider .slick-dots li button { padding: 0; font-size: 0; border: none; background: var(--gray-lighter); width: 9px; height: 9px; border-radius: 50%; cursor: pointer; transition: all 0.3s ease; }
.FW011412 .acessorios .hld-slider .slick-dots li.slick-active button { width: 13px; height: 13px; background: var(--gray-medium); }

.FW011412 .medidas { padding: 130px 0 50px 0; }
.FW011412 .medidas .container { align-items: center; }
.FW011412 .medidas .aux-mobile { width: 50%; display: flex; justify-content: flex-start; align-items: center; }
.FW011412 .medidas .img { width: 100%; display: flex; justify-content: center; align-items: center; }
.FW011412 .medidas .img img { height: auto; max-width: 100%; }
.FW011412 .medidas .infos { flex: 1; display: flex; justify-content: center; align-items: center; }
.FW011412 .medidas .infos h3 { font-size: 3.3em; line-height: 1; margin: 0 0 20px 0; }
.FW011412 .medidas .infos p { font-size: 2em; font-weight: 500; margin: 0; }

.FW011412 .banner { padding-top: 80px; }
.FW011412 .banner .hld { background: var(--black-light); border-radius: 20px 20px 0 0; padding: 60px 30px; display: flex; justify-content: center; align-items: center; }
.FW011412 .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%;
  }
  .FW011412 {
    margin: 0 -1rem;
  }
  .FW011412 .acessorios { margin: 0; }
}
/*  DEFAULT */

/* MEDIA QUERY */
@media (max-width: 1399.98px) {
    /* XL */
}

@media (max-width: 1259.98px) {
    /* LG */
    .FW011412 .acessorios .hld-slider { margin: 0 -30px; width: calc(100% + 60px); }
    .FW011412 .acessorios .hld-slider .slick-list { padding: 0 30px; }

    .FW011412 .box .img { width: 45%; }
    .FW011412 .box .holder { padding-top: 30px; }
    .FW011412 .box .bar .info { font-size: 3em; }
    .FW011412 .box .bar .selos { gap: 50px; }

    .FW011412 .box-img .infos h3 { font-size: 3em; }

    .FW011412 .diferenciais .infos { width: 40%; }

    .FW011412 .ideal .infos h3 { font-size: 3em; }
}

@media (max-width: 991.98px) {
	/* MD */
    .FW011412 .container { padding: 0 15px; }
    .FW011412 .container.fluid { flex-direction: column; }

    .FW011412 .mobile { display: block !important; }
    .FW011412 .desktop { display: none !important; }

    .FW011412 .topo .container { gap: 30px; align-items: center; }
    .FW011412 .topo .produto { justify-content: center; }
    .FW011412 .topo .infos { width: 100%; }
    .FW011412 .topo .infos .aux-mobile { display: flex; justify-content: center; align-items: center; gap: 20px; margin-bottom: 30px; }
    .FW011412 .topo .infos h2 { font-size: 2.8em; margin-bottom: 0; margin-top: 10px; }
    .FW011412 .topo .infos .selo { margin-bottom: 0; }

    .FW011412 .funcionalidades { padding-top: 20px; }
    .FW011412 .funcionalidades .aux-slider { display: block; }
    .FW011412 .funcionalidades .item { flex: unset; width: unset; flex-direction: row; justify-content: center; align-items: center; text-align: left; gap: 30px; }
    .FW011412 .funcionalidades .item .ico { margin-bottom: 0; }
    .FW011412 .funcionalidades .item .info { width: 245px; min-height: 75px; display: flex; justify-content: flex-start; align-items: center; }
    .FW011412 .funcionalidades .item h2 { margin: 0; }

    .FW011412 .infos-txt { text-align: center; padding: 60px 0; }
    .FW011412 .infos-txt h3 { font-size: 2.4em; margin: 30px 0; }
    .FW011412 .infos-txt p { font-size: 2em; margin: 0; }

    .FW011412 .box { padding-top: 30px; }
    .FW011412 .box .container { padding: 0; align-items: center; }
    .FW011412 .box .holder { flex-direction: column-reverse; position: relative; padding: 0 15px; width: 70%; border-radius: 70px; }
    .FW011412 .box .img { width: calc(100% + 75px); margin-top: -25px; margin-right: -75px; text-align: right; }
    .FW011412 .box .bar { flex-direction: column; padding: 120px 15px 0 15px; width: 70%; margin-top: -70px; }
    .FW011412 .box .bar .info { flex: unset; width: 100%; text-align: center; margin-bottom: 30px; }
    .FW011412 .box .bar .selos { width: 100%; gap: 30px; margin-bottom: -150px; }

    .FW011412 .caracteristicas { margin-top: 0; padding-top: 60px; }
    .FW011412 .caracteristicas .chamada { position: relative; left: 0; text-align: center; top: unset; line-height: 1.2; }
    .FW011412 .caracteristicas .chamada strong { text-transform: unset; }
    .FW011412 .caracteristicas .hld-img { display: none; }
    .FW011412 .caracteristicas .aux-slider { display: block; margin: 30px -15px; width: calc(100% + 30px); position: relative; }
    .FW011412 .caracteristicas .aux-slider .slider-caracteristicas { width: 100%; }
    .FW011412 .caracteristicas .aux-slider .slider-caracteristicas .slick-list { padding: 0 100px; }
    .FW011412 .caracteristicas .aux-slider .slider-caracteristicas .slide { display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 30px; }
    .FW011412 .caracteristicas .aux-slider .slider-caracteristicas .slide .img { aspect-ratio: 70/86; width: 80%; border-radius: 20px; background-repeat: no-repeat; background-position: center; background-size: cover; background-color: var(--gray); }
    .FW011412 .caracteristicas .aux-slider .slider-caracteristicas .slide .info { font-size: 2em; text-align: center; }
    .FW011412 .caracteristicas .aux-slider .slider-caracteristicas .slide .info strong { text-transform: uppercase; }
    .FW011412 .caracteristicas .aux-slider .slider-caracteristicas .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%); }
    .FW011412 .caracteristicas .aux-slider .slider-caracteristicas .slick-dots li { margin: 0; padding: 0; line-height: 0; }
    .FW011412 .caracteristicas .aux-slider .slider-caracteristicas .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; }
    .FW011412 .caracteristicas .aux-slider .slider-caracteristicas .slick-dots li.slick-active button { width: 9px; height: 9px; }
    .FW011412 .caracteristicas .aux-slider .nav-slider { position: absolute; left: 0; top: calc(50% - 60px); width: 100%; padding: 0 70px; display: flex; justify-content: space-between; align-items: center; pointer-events: none; }
    .FW011412 .caracteristicas .aux-slider .nav-slider .arrow { cursor: pointer; pointer-events: all; }
    .FW011412 .caracteristicas .aux-slider .nav-slider .arrow.prev img { transform: scaleX(-1); }

    .FW011412 .box-img .container { align-items: center; }
    .FW011412 .box-img .holder { flex-direction: column; width: 70%; }
    .FW011412 .box-img .img { width: 100%; border-radius: 50px 50px 0 0; }
    .FW011412 .box-img .infos { padding: 30px 0 60px 0; text-align: center; }
    .FW011412 .box-img .aux.mobile { display: flex !important; margin: 0 0 30px 0; }
    .FW011412 .box-img .aux .ico { background: var(--black); }
    .FW011412 .box-img .aux h3 { font-size: 3em; }

    .FW011412 .desempenho { padding: 30vw 0 47vw 0; }
    .FW011412 .desempenho .container .holder { flex-direction: column-reverse; align-items: center; border-radius: 70px; padding: 200px 15px 15px 15px; text-align: center; }
    .FW011412 .desempenho .top { transform: translate(-46%,-50%); }
    .FW011412 .desempenho .top img { width: 90%; }
    .FW011412 .desempenho .aux-img { width: 60%; }
    .FW011412 .desempenho .img { margin: 0 0 -90% -25%; }
    .FW011412 .desempenho .infos { padding-bottom: 30px; }
    .FW011412 .desempenho .infos .chamada { font-size: 2.4em; margin-bottom: 30px; }
    .FW011412 .desempenho.mobile .img { margin: 0 0 -90% 0; }

    .FW011412 .diferenciais .infos { width: 100%; align-items: center; gap: 60px; }
    .FW011412 .diferenciais .infos .info { display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; }
    .FW011412 .diferenciais .infos .chamada { font-size: 2.4em; margin-bottom: 10px; }
    .FW011412 .diferenciais.alcas { margin-top: 0; }
    .FW011412 .diferenciais.alcas .container { flex-direction: column-reverse; }
    .FW011412 .diferenciais.alcas .infos { padding-bottom: 30px; }
    .FW011412 .diferenciais.alcas .img { margin-right: 0; justify-content: flex-end; }
    .FW011412 .diferenciais.alcas .img img { width: 85%; }
    .FW011412 .diferenciais.itens .infos .info.mobile { display: flex !important; }

    .FW011412 .ideal .container { padding: 0; }
    .FW011412 .ideal .hld { flex-direction: column; padding: 45px; }
    .FW011412 .ideal .infos { padding-left: 30px; }
    .FW011412 .ideal .aux { width: calc(100% + 90px); margin: 30px -45px 0 -45px; }
    .FW011412 .ideal .aux .slider-ideal:after { width: 30px; background: linear-gradient(to right,  rgba(26,26,26,0) 0%,rgba(26,26,26,1) 100%); }
    .FW011412 .ideal .aux .slider-ideal .slick-list { padding: 0 0 0 30px; }
    .FW011412 .ideal .nav-slider { padding: 0 45px; }

    .FW011412 .acessorios .hld-slider { margin: 0 -15px; width: calc(100% + 30px); }
    .FW011412 .acessorios .hld-slider .slick-dots { display: flex; }
    .FW011412 .acessorios .hld-slider .slick-track { padding: 0 0 0 25%; }

    .FW011412 .medidas { padding: 100px 0 50px 0; }
    .FW011412 .medidas .aux-mobile { width: 80%; }
    .FW011412 .medidas .container { align-items: center; }  
    .FW011412 .medidas .infos { justify-content: center; text-align: center; margin-bottom: 60px; }
    .FW011412 .medidas .infos h3 { font-size: 2.4em; }

    .FW011412 .banner { padding-top: 0; }
}

@media (max-width: 767.98px) {
	/* XS */
    .FW011412 .topo .infos h2 { font-size: 2.2em; }
    .FW011412 .topo .infos .selo img { width: 120px; }

    .FW011412 .funcionalidades .item .info { width: 145px; }
    .FW011412 .funcionalidades .item h2 { font-size: 2.4em; }

    .FW011412 .box { padding-top: 60px; }
    .FW011412 .box .holder { width: 70%; border-radius: 50px; }
    .FW011412 .box .img { width: calc(100% + 75px); margin-right: -75px; }
    .FW011412 .box .bar { padding: 70px 15px 0 15px; width: 70%; margin-top: -35px; border-radius: 0 0 50px 50px; }
    .FW011412 .box .bar .info { font-size: 2.4em; margin: 0; }
    .FW011412 .box .bar .selos { gap: 30px; margin-bottom: -140px; transform: scale(0.7); }

    .FW011412 .infos-txt { padding: 0; }

    .FW011412 .box-img .aux h3 { font-size: 2.4em; }

    .FW011412 .caracteristicas .aux-slider .nav-slider .arrow img { width: 29px; }

    .FW011412 .desempenho { padding: 35vw 0 57vw 0; }
    .FW011412 .desempenho .container .holder { padding: 160px 15px 15px 15px; }
    .FW011412 .desempenho .aux-img { width: 75%; }
    
    .FW011412 .acessorios .hld-slider .slick-list { padding: 0 !important; }
    .FW011412 .acessorios .hld-slider .slick-dots { gap: 6px; padding: 0 10px; height: 30px; top: -30px; }
    .FW011412 .acessorios .hld-slider .slick-dots li button { width: 6px; height: 6px; }
    .FW011412 .acessorios .hld-slider .slick-dots li.slick-active button { width: 10px; height: 10px; }
    .FW011412 .acessorios .hld-slider .slide .info { font-size: 2em; }

    .FW011412 .banner .hld { padding: 20px; width: calc(100% + 30px); margin: 0 -15px; }
    .FW011412 .banner .hld img { width: 60%; }
}

@media (max-width: 575.98px) {
    /* XXS */
    .FW011412 .ico { width: 50px; }
    .FW011412 .ico img { max-height: 25px; max-width: 25px; }

    .FW011412 .topo .container { padding: 0 5px; }
    .FW011412 .topo .produto img { width: 50%; }
    .FW011412 .topo .infos h2 { font-size: 1.8em; margin-top: 2px; }
    .FW011412 .topo .infos h3 { font-size: 2em; }
    .FW011412 .topo .infos p { font-size: 1.4em; }
    .FW011412 .topo .infos .aux-mobile { gap: 10px; }
    .FW011412 .topo .infos .selo { margin-bottom: 14px; }
    .FW011412 .topo .infos .selo img { width: 60px; }

    .FW011412 .infos-txt h3 { font-size: 2em; }
    .FW011412 .infos-txt p { font-size: 1.4em; }

    .FW011412 .funcionalidades { padding-top: 0; }
    .FW011412 .funcionalidades .item { gap: 10px; }
    .FW011412 .funcionalidades .item .info { width: 150px; }
    .FW011412 .funcionalidades .item h2 { font-size: 2em; }

    .FW011412 .box { padding-bottom: 100px; }
    .FW011412 .box .holder { border-radius: 35px; }
    .FW011412 .box .infos h2 { font-size: 2em; }
    .FW011412 .box .infos h3 { font-size: 2em; }
    .FW011412 .box .infos p { font-size: 1.4em; }
    .FW011412 .box .holder { width: calc(100% - 30px); }
    .FW011412 .box .img { width: calc(100% + 10px); margin-right: 0; }
    .FW011412 .box .bar { width: calc(100% - 30px); }
    .FW011412 .box .bar .selos { margin-bottom: -115px; }
    .FW011412 .box .bar .selos .selo { min-width: 150px; }
    .FW011412 .box .bar .selos .selo .txt { font-size: 1.6em; }
    .FW011412 .box .bar .selos .selo .icone .ico { width: 90px; }
    .FW011412 .box .bar .selos .selo .icone .ico img { max-height: 40px; max-width: 40px; }

    .FW011412 .caracteristicas { margin: 0px 0 30px 0; }
    .FW011412 .caracteristicas .chamada { font-size: 1.8em; }
    .FW011412 .caracteristicas .aux-slider .slider-caracteristicas .slick-list { padding: 0 15px; }
    .FW011412 .caracteristicas .aux-slider .slider-caracteristicas .slide .info { font-size: 1.4em; }
    .FW011412 .caracteristicas .aux-slider .nav-slider { padding: 0 10px; }

    .FW011412 .box-img .holder { width: calc(100% - 30px); }

    .FW011412 .desempenho { padding: 40vw 0 64vw 0; }
    .FW011412 .desempenho .container { padding: 0; }
    .FW011412 .desempenho .container .holder { border-radius: 35px; padding: 0; }
    .FW011412 .desempenho .top img { width: 100%; }
    .FW011412 .desempenho .img { transform: translate(10%, 0); margin-bottom: -200px; }
    .FW011412 .desempenho .img img { width: 80%; }
    .FW011412 .desempenho .infos { padding-top: 120px; }
    .FW011412 .desempenho .infos .chamada { font-size: 2em; }
    .FW011412 .desempenho .infos .txt { font-size: 1.4em; }
    .FW011412 .desempenho .aux-img { width: 90%; }
    .FW011412 .desempenho.mobile { padding: 40vw 0 80vw 0; }

    .FW011412 .diferenciais { padding: 0 0 30px 0; }
    .FW011412 .diferenciais .infos .chamada { font-size: 2em; }
    .FW011412 .diferenciais .infos .txt { font-size: 1.4em; }
    .FW011412 .diferenciais.itens .infos { width: 100%; }
    .FW011412 .diferenciais.itens .infos .aux { gap: 30px; }
    .FW011412 .diferenciais.itens .img { margin-top: -30px; }
    .FW011412 .diferenciais.itens .infos.mobile { margin-top: -30px; }
    .FW011412 .diferenciais.alcas .img { justify-content: center; }
    .FW011412 .diferenciais.alcas .img img { width: 100%; }

    .FW011412 .ideal .hld { padding: 20px; border-radius: 20px; }
    .FW011412 .ideal .infos { padding-left: 15px; }
    .FW011412 .ideal .infos h3 { font-size: 2em; }
    .FW011412 .ideal .infos p { font-size: 1.4em; }
    .FW011412 .ideal .aux { width: calc(100% + 30px); margin: 20px -15px 0 -15px; }
    .FW011412 .ideal .nav-slider { padding: 0 15px; }
    .FW011412 .ideal .nav-slider .arrow img { width: 30px; }
    .FW011412 .ideal .aux .slider-ideal .slick-list { padding: 0 30px !important; }
    .FW011412 .ideal .aux .slider-ideal .slide { margin-right: 15px; }
    .FW011412 .ideal .aux .slider-ideal .slide .info .chamada { font-size: 2em; }

    .FW011412 .acessorios { padding-top: 50px; }
    .FW011412 .acessorios h2 { font-size: 2em; }
    .FW011412 .acessorios .hld-slider .slide { margin-right: 0; }
    .FW011412 .acessorios .hld-slider .slide .info { font-size: 1.6em; }
    .FW011412 .acessorios .hld-slider .slick-list { padding: 0 !important; }
    .FW011412 .acessorios .hld-slider .slick-track { padding: 0; }

    .FW011412 .medidas  { padding: 50px 0; }
    .FW011412 .medidas .infos h3 { font-size: 2em; }
    .FW011412 .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; }