/* FONTES */
@import url("https://use.typekit.net/elt5uhe.css");

/* VARIAVEIS */
:root {
  --blue: #3496B8;
  --gray: #53565A;
  --gray-medium: #C7C7C7;
  --gray-light: #D9D9D9;
  --gray-dark: #252525;
  --white: #FFFFFF;
  --black: #1A1A1A;
  --dummy: #FFCC00;
  --gray-lighter: #F6F6F6;
  --black-light: #1A1A1A;
  --yellow: #FFA400;
}

/* GERAL */
.FW012068 { font-family: "arboria", sans-serif; font-weight: 400; font-size: 10px; color: var(--black); }
.FW012068 * { box-sizing: border-box; }
.FW012068 a { text-decoration: none; }
.FW012068 .container { width: 100%; max-width: 1260px; margin: 0 auto; padding: 0 30px; display: flex; flex-direction: column; position: relative; }
.FW012068 .container.fluid { flex-direction: row; }
.FW012068 .mobile { display: none !important; }
.FW012068 .container.min { max-width: 1056px; }
.FW012068 .ico { flex-shrink: 0; width: 70px; aspect-ratio: 1/1; border-radius: 10px; background: var(--black); display: flex; justify-content: center; align-items: center; }

/* CUSTOM */
.FW012068 .tip .container { justify-content: center; }
.FW012068 .tip .brand { padding: 15px 40px; border-radius: 0 0 10px 10px; background: var(--black); }

.FW012068 .topo { padding-top: 115px; }
.FW012068 .topo .assinatura { position: absolute; left: 40%; top: 0; width: 60%; }
.FW012068 .topo .assinatura img { max-width: 100%; height: auto; }
.FW012068 .topo .fogaca { width: 100%; display: flex; justify-content: center; align-items: center; padding-top: 20px; }
.FW012068 .topo .fogaca img { max-width: 100%; height: auto; }
.FW012068 .topo .produto { position: absolute; left: 48%; bottom: -10%; width: calc(50% - 30px); display: flex; justify-content: center; align-items: center; }
.FW012068 .topo .produto img { max-width: 100%; height: auto; }

.FW012068 .funcionalidades { padding-top: 140px; position: relative; }
.FW012068 .funcionalidades .aux-slider { width: 100%; display: flex; }
.FW012068 .funcionalidades .item { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; }
.FW012068 .funcionalidades .item .info.mobile { display: none; }
.FW012068 .funcionalidades .item .ico { background: var(--black); margin-bottom: 40px; }
.FW012068 .funcionalidades .item h2 { margin: 0 0 20px 0; font-size: 2.2em; line-height: 1.136; text-transform: uppercase; }
.FW012068 .funcionalidades .item p { margin: 0; font-size: 2em; }

.FW012068 .box-imagem { padding-top: 60px; position: relative; z-index: 2; }
.FW012068 .box-imagem .img { width: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; border-radius: 70px; height: 684px; position: relative; z-index: 2; }
.FW012068 .box-imagem .infos { padding-top: 70px; border-radius: 0 0 70px 70px; margin-top: -70px; background: var(--gray); }
.FW012068 .box-imagem .infos .aux { display: flex; justify-content: center; align-items: center; gap: 60px; padding: 50px 30px; }
.FW012068 .box-imagem .infos .info { color: var(--white); flex: 1; display: flex; justify-content: flex-start; align-items: center; gap: 30px; padding-left: 11%; }
.FW012068 .box-imagem .infos .info.txt { width: 45%; flex: unset; justify-content: flex-start; padding: 0; }
.FW012068 .box-imagem .infos .info .ico { background: var(--black); }
.FW012068 .box-imagem .infos .info h3 { font-size: 3em; font-weight: 400; text-transform: uppercase; line-height: 1; margin: -5px 0 0 0; }
.FW012068 .box-imagem .infos .info p { font-size: 2em; margin: 0; }

.FW012068 .box-destaque .holder { display: flex; justify-content: center; align-items: center; gap: 40px; position: relative; }
.FW012068 .box-destaque .holder:before { content: ''; position: absolute; left: 0; top: -70px; width: 100%; height: calc(100% + 70px); background: var(--blue); border-radius: 0 0 70px 70px; }
.FW012068 .box-destaque .infos { width: 40%; color: var(--white);  position: relative; z-index: 2; }
.FW012068 .box-destaque .infos h2 { font-size: 3.6em; font-weight: 400; text-transform: uppercase; line-height: 1.2; margin: 0 0 30px 0; }
.FW012068 .box-destaque .infos h3 { font-size: 5em; margin: 0 0 50px 0; }
.FW012068 .box-destaque .infos h4 { font-size: 3em; line-height: 1.2; font-weight: 400; text-transform: uppercase; margin: 0; }
.FW012068 .box-destaque .infos p { font-size: 2em; margin: 0 0 -5px 0; }
.FW012068 .box-destaque .img { flex: 1; margin-top: -40px; display: flex; justify-content: flex-end; align-items: flex-start; position: relative; z-index: 2; }
.FW012068 .box-destaque .img img { height: auto; max-width: 100%; }

.FW012068 .destaque { padding: 60px 0; }
.FW012068 .destaque .container { align-items: center; position: relative; }
.FW012068 .destaque .infos { width: 40%; }
.FW012068 .destaque .infos .ico { background: var(--black); margin-bottom: 25px; }
.FW012068 .destaque .infos h3 { font-size: 3em; font-weight: 400; text-transform: uppercase; line-height: 1.2; margin: 0 0 30px 0; }
.FW012068 .destaque .infos p { font-size: 2em; margin: 0 0 30px 0; }
.FW012068 .destaque .infos h4 { font-size: 3em; line-height: 1.2; margin: 60px 0 0 0; }
.FW012068 .destaque .infos .aux { display: flex; justify-content: flex-start; align-items: center; gap: 30px; margin-bottom: 25px; }
.FW012068 .destaque .infos .aux .ico { margin: 0; }
.FW012068 .destaque .infos .aux h3 { margin: 0; }
.FW012068 .destaque .chamada { font-size: 3em; font-weight: 700; }
.FW012068 .destaque .img { flex: 1; margin-top: 30px; display: flex; justify-content: flex-end; align-items: center; }
.FW012068 .destaque .img img { height: auto; max-width: 100%; }
.FW012068 .destaque.alerta { padding: 90px 0 0 0; }
.FW012068 .destaque.alerta .infos { position: absolute; left: 3%; top: 50%; z-index: 2; }
.FW012068 .destaque.alerta .info-float { position: absolute; left: 40%; top: 70px; font-size: 2em; font-weight: 500; line-height: 1.2; text-align: right; }

.FW012068 .box { position: relative; z-index: 2; }
.FW012068 .box .holder { display: flex; justify-content: center; align-items: center; background: var(--gray-light); border-radius: 70px; overflow: hidden; gap: 30px; }
.FW012068 .box .img { width: 50%; display: flex; justify-content: center; align-items: flex-start; }
.FW012068 .box .img img { max-width: 100%; height: auto; }
.FW012068 .box .infos { flex: 1; display: flex; justify-content: center; align-items: center; flex-direction: column; }
.FW012068 .box .infos .aux { display: flex; justify-content: flex-start; align-items: center; gap: 30px; margin-bottom: 30px; }
.FW012068 .box .infos h2 { font-size: 3em; font-weight: 500; line-height: 1.2; text-transform: uppercase; margin: 15px 0 30px 0; }
.FW012068 .box .infos h2 strong { font-weight: 900; } 
.FW012068 .box .infos p { font-size: 2em; margin: 0; }
.FW012068 .box.design .holder { gap: 60px; }
.FW012068 .box.design .img { justify-content: center; padding-top: 50px; }
.FW012068 .box.design .infos { align-items: flex-start; }

.FW012068 .antiaderente { padding-bottom: 150px; }
.FW012068 .antiaderente .container { gap: 30px; }
.FW012068 .antiaderente .hld-img { flex: 1; position: relative; }
.FW012068 .antiaderente .hld-img:before { content: ''; position: absolute; left: 0; top: -70px; width: 100%; height: calc(100% + 70px); background: var(--black); border-radius: 0 0 500px 500px; }
.FW012068 .antiaderente .hld-img .txt { font-size: 3em; color: var(--white); padding-top: 45px; line-height: 1; position: relative; z-index: 2; display: flex; justify-content: center; align-items: center; width: 100%; }
.FW012068 .antiaderente .hld-img .img { position: relative; z-index: 2; margin: 70px 0 -200px 0; display: flex; justify-content: center; align-items: center; }
.FW012068 .antiaderente .infos { width: 45%; padding-top: 140px; display: flex; justify-content: center; align-items: flex-start; }
.FW012068 .antiaderente .infos .ico { background: var(--black); margin-bottom: 20px; }
.FW012068 .antiaderente .infos .chamada { font-size: 3em; font-weight: 400; text-transform: uppercase; line-height: 1; margin: 0 0 25px 0; }
.FW012068 .antiaderente .infos .txt { font-size: 2em; margin: 0; }
.FW012068 .antiaderente .infos .info-potencia { margin-top: 70px; }
.FW012068 .antiaderente .infos .info-potencia h3 { font-size: 3em; text-transform: uppercase; margin: 0; }
.FW012068 .antiaderente .infos .info-potencia p { font-size: 2em; margin: 0; }

.FW012068 .caracteristicas { margin: 100px 0 30px 0; }
.FW012068 .caracteristicas .container { align-items: center; justify-content: flex-end; }
.FW012068 .caracteristicas .chamada { position: absolute; left: 13%; top: 0; font-size: 2.5em; font-weight: 500; line-height: 1; flex: 1; text-transform: uppercase; }
.FW012068 .caracteristicas .chamada strong { text-transform: uppercase; }
.FW012068 .caracteristicas .hld-img { position: relative; width: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; padding-top: 150px; }
.FW012068 .caracteristicas .hld-img .img { width: 100%; display: flex; justify-content: center; align-items: center; }
.FW012068 .caracteristicas .hld-img .img img { height: auto; max-width: 100%; }
.FW012068 .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; }
.FW012068 .caracteristicas .hld-img .bts .bt { position: absolute; pointer-events: all; border: none; }
.FW012068 .caracteristicas .hld-img .bts .bt a { position: relative; z-index: 2; }
.FW012068 .caracteristicas .hld-img .bts .bt a img { transition: all 0.3s ease; }
.FW012068 .caracteristicas .hld-img .bts .bt .pop-up { font-size: 2em; 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; padding: 10px 0; transition: all 0.3s ease; }
.FW012068 .caracteristicas .hld-img .bts .bt .pop-up.l1 { top: -12px; }
.FW012068 .caracteristicas .hld-img .bts .bt .pop-up.l2 { top: -22px; }
.FW012068 .caracteristicas .hld-img .bts .bt .pop-up.l3 { top: -34px; }
.FW012068 .caracteristicas .hld-img .bts .bt .pop-up.left { right: 15px; }
.FW012068 .caracteristicas .hld-img .bts .bt .pop-up.right { left: 15px; }
.FW012068 .caracteristicas .hld-img .bts .bt.selected { z-index: 3; }
.FW012068 .caracteristicas .hld-img .bts .bt.selected img { transform: rotate(-45deg); }
.FW012068 .caracteristicas .hld-img .bts .bt.selected .pop-up { opacity: 1; max-width: 350px; pointer-events: all; padding: 10px 30px 12px 30px; }
.FW012068 .caracteristicas .hld-img .bts .bt-1 { left: 21%; top: 15%; }
.FW012068 .caracteristicas .hld-img .bts .bt-2 { left: 23%; top: 42%; }
.FW012068 .caracteristicas .hld-img .bts .bt-3 { left: 15%; top: 88%; }
.FW012068 .caracteristicas .hld-img .bts .bt-4 { left: 87%; top: 17%; }
.FW012068 .caracteristicas .hld-img .bts .bt-5 { left: 70%; top: 55%; }
.FW012068 .caracteristicas .aux-slider { display: none; }

.FW012068 .saude { padding: 60px 0; }
.FW012068 .saude .container { gap: 60px; align-items: center; }
.FW012068 .saude .img { width: calc(50% + 30px); display: flex; justify-content: center; align-items: center; }
.FW012068 .saude .img img { max-width: 100%; height: auto; }
.FW012068 .saude .infos { flex: 1; }
.FW012068 .saude .infos .ico { flex-shrink: 0; width: 70px; aspect-ratio: 1/1; border-radius: 10px; background: var(--black); display: flex; justify-content: center; align-items: center; margin-bottom: 20px; }
.FW012068 .saude .infos h2 { font-size: 3.5em; text-transform: uppercase; line-height: 1; margin: 0 0 10px 0; }
.FW012068 .saude .infos h3 { font-size: 2.6em; text-transform: uppercase; line-height: 1; margin: 30px 0 30px 0; }
.FW012068 .saude .infos p { font-size: 2em; margin: 0 0 20px 0; }
.FW012068 .saude .infos .bt { display: flex; margin-top: 30px; border: none; }
.FW012068 .saude .infos .bt a { font-size: 1.8em; font-weight: 700; line-height: 1; text-transform: uppercase; color: var(--white); padding: 12px 20px 15px 20px; border-radius: 10px; background: var(--black); transition: all 0.3s ease; }
.FW012068 .saude .infos .bt a:hover { background: var(--blue); }

.FW012068 .garantia { padding-top: 50px; }
.FW012068 .garantia .container { align-items: center; gap: 60px; }
.FW012068 .garantia .aux-mobile { width: 60%; display: flex; justify-content: flex-start; align-items: center; }
.FW012068 .garantia .img { width: 100%; display: flex; justify-content: flex-start; align-items: center; }
.FW012068 .garantia .img img { max-width: 100%; height: auto; }
.FW012068 .garantia .selo.mobile { display: none; }
.FW012068 .garantia .infos { flex: 1; display: flex; justify-content: flex-end; align-items: center; }
.FW012068 .garantia .infos h3 { font-size: 2.6em; text-transform: uppercase; line-height: 1; margin: 30px 0 20px 0; }
.FW012068 .garantia .infos p { font-size: 2em; margin: 0; }
.FW012068 .garantia .infos .mobile { display: none; }

.FW012068 .banner { padding-top: 80px; }
.FW012068 .banner a .img { aspect-ratio: 1197/618; border-radius: 20px; overflow: hidden; position: relative; }
.FW012068 .banner a .img img { min-width: 100%; height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); transition: all 0.3s ease; }
.FW012068 .banner a:hover .img img { transform: translate(-50%, -50%) scale(1.03); }


/*  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%;
  }
  .FW012068 {
    margin: 0 -1rem;
  }
}
/* DEFAULT */
/* MEDIA QUERY */
@media (max-width: 1399.98px) {
  /* XL */
}

@media (max-width: 1259.98px) {
  /* LG */
  .FW012068 .topo .produto { padding: 0 10%; }

  .FW012068 .box-imagem .infos .info { padding-left: 0; }
  .FW012068 .box-imagem .infos .info.txt { width: 43%; }

  .FW012068 .antiaderente .container { gap: 0px; }

  .FW012068 .caracteristicas .chamada { left: 50px; }
  
  .FW012068 .saude .img { width: 45%; }

  .FW012068 .garantia .img { width: 100%; }
  .FW012068 .garantia .aux-mobile { width: 45%; }
}
@media (max-width: 991.98px) {
  /* MD */
  .FW012068 .container { padding: 0 15px; }
  .FW012068 .container.fluid { flex-direction: column; }

  .FW012068 .mobile { display: block !important; }
  .FW012068 .desktop { display: none !important; }

  .FW012068 .tip .container { flex-direction: row; }

  .FW012068 .topo { padding-top: 18vw; overflow: hidden; padding-bottom: 60px; }
  .FW012068 .topo .assinatura { left: 0; top: -12vw; width: 100%; display: flex; justify-content: center; align-items: center; }
  .FW012068 .topo .assinatura img { max-width: 75%; }
  .FW012068 .topo .produto { width: 50%; justify-content: flex-start; }

  .FW012068 .funcionalidades { padding: 0 0 60px 0; }
  .FW012068 .funcionalidades .aux-slider { display: block; }
  .FW012068 .funcionalidades .item { flex: unset; width: unset; flex-direction: row; justify-content: center; text-align: left; gap: 30px; }
  .FW012068 .funcionalidades .item .ico { margin-bottom: 0; }
  .FW012068 .funcionalidades .item .info { width: 270px; }

  .FW012068 .box-imagem .container { padding: 0; }
  .FW012068 .box-imagem .chamada { flex-direction: column; gap: 30px; text-align: center; }
  .FW012068 .box-imagem .chamada .titulo strong { font-size: 1em; }
  .FW012068 .box-imagem .chamada .txt { line-height: 1.2; }
  .FW012068 .box-imagem .img { height: 640px; background-position: right center; }
  .FW012068 .box-imagem { padding-top: 0; }
  .FW012068 .box-imagem .infos .aux { flex-direction: column; gap: 30px; }
  .FW012068 .box-imagem .infos .info { width: 100%; flex: unset; justify-content: center; gap: 30px; }
  .FW012068 .box-imagem .infos .info.txt { width: 100%; justify-content: center; text-align: center; }
  
  .FW012068 .box-destaque .container { padding: 0; }
  .FW012068 .box-destaque .holder { flex-direction: column-reverse; }
  .FW012068 .box-destaque .holder:before { top: -120px; height: calc(100% + 120px); }
  .FW012068 .box-destaque .infos { width: 100%; text-align: center; padding: 40px 0; }

  .FW012068 .destaque { width: 100%; }
  .FW012068 .destaque .infos { width: 100%; margin-left: 0; text-align: center; }
  .FW012068 .destaque .infos .aux { display: flex; justify-content: center; align-items: center; gap: 40px; text-align: left; margin-bottom: 30px; }
  .FW012068 .destaque .infos .ico { margin: 0; }
  .FW012068 .destaque .infos h3 { margin: -5px 0 0 0; }
  .FW012068 .destaque .img { text-align: center; justify-content: center; margin: 40px 0; flex: unset; width: 100%; }
  .FW012068 .destaque .aux { display: flex; justify-content: center; align-items: center; gap: 40px; margin-bottom: 40px; }
  .FW012068 .destaque .txt { text-align: center; }
  .FW012068 .destaque .aux-mobile { display: flex; justify-content: center; align-items: center; gap: 40px; margin-bottom: 40px; }
  .FW012068 .destaque .aux-mobile h3 { text-align: left; }

  .FW012068 .destaque.alerta { padding: 60px 0 0 0; }
  .FW012068 .destaque.alerta .infos { position: relative; left: unset; top: unset; }
  .FW012068 .destaque.alerta .img { margin-bottom: -5px; }
  
  .FW012068 .box .container { padding: 0; }
  .FW012068 .box .holder { flex-direction: column-reverse; }
  .FW012068 .box .infos { text-align: center; margin-bottom: 60px; }
  .FW012068 .box .infos .aux { justify-content: center; }
  .FW012068 .box .img { width: 100%; justify-content: flex-end; }
  .FW012068 .box .aux-mobile { display: flex; justify-content: center; align-items: center; gap: 40px; }
  .FW012068 .box .aux-mobile h2 { text-align: left; }
  .FW012068 .box.touch .holder { align-items: flex-start; }
  .FW012068 .box.touch .infos { width: 100%; margin: 60px 0 -60px 0; }
  .FW012068 .box.touch .img.mobile { width: 70%; display: flex !important; justify-content: flex-start; }
  .FW012068 .box.design .holder { flex-direction: column; background: var(--gray); }
  .FW012068 .box.design .img { background: var(--gray-medium); }
  .FW012068 .box.design .infos { color: var(--white); }

  .FW012068 .antiaderente { padding-bottom: 30px; }
  .FW012068 .antiaderente .container { flex-direction: column-reverse; }
  .FW012068 .antiaderente .hld-img:before { width: 75%; left: -15px; }
  .FW012068 .antiaderente .hld-img .txt { width: calc(75% - 30px); }
  .FW012068 .antiaderente .hld-img .img img { margin: 0 0 -30px 60px; }
  .FW012068 .antiaderente .infos { width: 100%; padding-top: 200px; }
  .FW012068 .antiaderente .infos .aux { display: flex; justify-content: center; align-items: center; gap: 30px; margin: 60px 0 30px 0; }
  .FW012068 .antiaderente .infos .ico { margin: 0; }
  .FW012068 .antiaderente .infos .chamada { margin: 0; }
  .FW012068 .antiaderente .infos .txt { text-align: center; }
  .FW012068 .antiaderente .infos .info-potencia { text-align: center; margin-top: 30px; }
  .FW012068 .antiaderente .infos .info-potencia .chamada { font-size: 2em; }

  .FW012068 .caracteristicas { margin-top: 0; padding-top: 60px; margin-bottom: 60px; }
  .FW012068 .caracteristicas .chamada { position: relative; left: 0; text-align: center; top: unset; line-height: 1.2; }
  .FW012068 .caracteristicas .chamada strong { text-transform: unset; }
  .FW012068 .caracteristicas .hld-img { display: none; }
  .FW012068 .caracteristicas .aux-slider { display: block; margin: 30px -15px; width: calc(100% + 30px); position: relative; }
  .FW012068 .caracteristicas .aux-slider .slider-caracteristicas { width: 100%; }
  .FW012068 .caracteristicas .aux-slider .slider-caracteristicas .slick-list { padding: 0 100px; }
  .FW012068 .caracteristicas .aux-slider .slider-caracteristicas .slide { display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 30px; }
  .FW012068 .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; }
  .FW012068 .caracteristicas .aux-slider .slider-caracteristicas .slide .info { font-size: 2em; text-align: center; }
  .FW012068 .caracteristicas .aux-slider .slider-caracteristicas .slide .info strong { text-transform: uppercase; }
  .FW012068 .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%); }
  .FW012068 .caracteristicas .aux-slider .slider-caracteristicas .slick-dots li { margin: 0; padding: 0; line-height: 0; }
  .FW012068 .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; }
  .FW012068 .caracteristicas .aux-slider .slider-caracteristicas .slick-dots li.slick-active button { width: 9px; height: 9px; }
  .FW012068 .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; }
  .FW012068 .caracteristicas .aux-slider .nav-slider .arrow { cursor: pointer; pointer-events: all; }
  .FW012068 .caracteristicas .aux-slider .nav-slider .arrow.prev img { transform: scaleX(-1); }

  .FW012068 .saude .img { width: 60%; }
  .FW012068 .saude .infos { text-align: center; }
  .FW012068 .saude .infos h3 { margin: 0 0 10px 0; }
  .FW012068 .saude .infos .bt { justify-content: center; }

  .FW012068 .garantia .selo.mobile { text-align: center; margin: 30px 0; }
  .FW012068 .garantia .aux-mobile { width: 100%; align-items: center; flex-direction: column; }
  .FW012068 .garantia .img { flex: 1; display: flex; justify-content: center; align-items: center; }
  .FW012068 .garantia .infos { justify-content: center; text-align: center; }

  .FW012068 .banner { padding-top: 40px; }
  .FW012068 .banner a .img { width: calc(100% + 30px); margin: 0 -15px; border-radius: 0; }
  .FW012068 .banner a:hover .img img { transform: translate(-50%, -50%); }
}
@media (max-width: 767.98px) {
  /* XS */
  .FW012068 .topo .fogaca { padding-top: 40px; }
  
  .FW012068 .experiencia .hld-img .txt { font-size: 2.6em; }

  .FW012068 .box-imagem .img { height: 500px; }

  .FW012068 .box .container { padding: 0; }

  .FW012068 .antiaderente .hld-img .txt { font-size: 2.6em; }
  .FW012068 .antiaderente .hld-img .img img { max-width: 90%; margin: 50px 0 -30px 30px; }

  .FW012068 .caracteristicas .aux-slider .nav-slider .arrow img { width: 29px; }
}
@media (max-width: 575.98px) {
  /* XXS */
  .FW012068 .tip .brand { padding: 10px 20px; }
  .FW012068 .tip .brand img { width: 90px; }

  .FW012068 .ico { width: 50px !important; }
  .FW012068 .ico img { max-height: 25px; max-width: 25px; }

  .FW012068 .topo  { padding-bottom: 30px; }
  .FW012068 .topo .assinatura img { width: 90%; }
  .FW012068 h3 { font-size: 2em !important; }
  .FW012068 p { font-size: 1.4em !important; }

  .FW012068 .funcionalidades { padding-top: 0; padding-bottom: 30px; }
  .FW012068 .funcionalidades .container { padding: 0 10px; }
  .FW012068 .funcionalidades .item { gap: 10px; }
  .FW012068 .funcionalidades .item .info { width: 190px; }

  .FW012068 .box-imagem .img { border-radius: 35px; height: 235px; }
  .FW012068 .box-imagem .chamada { border-radius: 35px; height: 240px; gap: 15px; padding: 100px 0 30px 0; }
  .FW012068 .box-imagem .chamada .titulo { font-size: 2em; }
  .FW012068 .box-imagem .chamada .txt { font-size: 1.6em; }
  .FW012068 .box-imagem .infos { border-radius: 0 0 35px 35px; }
  .FW012068 .box-imagem .infos .info { gap: 15px; }
  .FW012068 .box-imagem .infos .aux { padding: 30px 0; }

  .FW012068 .box .holder { border-radius: 35px; }
  .FW012068 .box .infos h2 { font-size: 2.2em; }
  .FW012068 .box .infos h3 { font-size: 2em; }
  .FW012068 .box .infos p { font-size: 1.4em; }
  .FW012068 .box .aux-mobile { gap: 20px; }
  .FW012068 .box.touch .infos { margin: 30px 0 -30px 0; }
  .FW012068 .box.touch .img.mobile { width: 90%; }
  .FW012068 .box.design .holder { gap: 30px; }
  .FW012068 .box.design .img { padding: 5% 5% 0 5%; }
  .FW012068 .box.design .infos { margin-bottom: 40px; }

  .FW012068 .box-destaque .infos h2 { font-size: 2.2em; }
  .FW012068 .box-destaque .infos h4 { font-size: 2.4em; }

  .FW012068 .antiaderente { overflow: hidden; margin-top: -35px; padding-bottom: 0; }
  .FW012068 .antiaderente .container { padding: 0; }
  .FW012068 .antiaderente .hld-img .txt { padding-top: 60px; width: calc(85% - 30px); font-size: 1.6em; line-height: 1.2; }
  .FW012068 .antiaderente .hld-img .img { margin: 70px 0 -30px 0; }
  .FW012068 .antiaderente .hld-img .img img { width: 90%; margin: 0 0 -30px 0; }
  .FW012068 .antiaderente .hld-img:before { width: 85%; }
  .FW012068 .antiaderente .infos { padding-top: 70px; }
  .FW012068 .antiaderente .infos .aux { gap: 15px; margin: 30px 0; }
  .FW012068 .antiaderente .infos .ico { width: 50px; }
  .FW012068 .antiaderente .infos .chamada { font-size: 2em; }
  .FW012068 .antiaderente .infos .txt { font-size: 1.4em; }
  .FW012068 .antiaderente .infos .info-potencia .chamada { font-size: 1.4em; }

  .FW012068 .destaque .img img { width: 100%; }
  .FW012068 .destaque .infos { margin-top: 15px; }
  .FW012068 .destaque .infos .aux { gap: 20px; margin-bottom: 15px; }
  .FW012068 .destaque .chamada { font-size: 2em; text-align: center; }
  .FW012068 .destaque .aux { gap: 20px; }
  .FW012068 .destaque .aux-mobile { gap: 20px; margin-bottom: 20px; }
  .FW012068 .destaque.alerta { padding-top: 30px; }
  .FW012068 .destaque.alerta .img { margin-top: 20px; }

  .FW012068 .caracteristicas { margin: 0px 0 30px 0; }
  .FW012068 .caracteristicas .chamada { font-size: 1.8em; }
  .FW012068 .caracteristicas .aux-slider .slider-caracteristicas .slick-list { padding: 0 15px; }
  .FW012068 .caracteristicas .aux-slider .slider-caracteristicas .slide .info { font-size: 1.4em; }
  .FW012068 .caracteristicas .aux-slider .nav-slider { padding: 0 10px; }

  .FW012068 .saude { padding-top: 0; }
  .FW012068 .saude .img { width: 80%; }

  .FW012068 .garantia { padding-top: 0; }
  .FW012068 .garantia .container { gap: 30px; }
  .FW012068 .garantia .selo.mobile img { width: 100px; }
}


/* 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; }