/* FONTES */
@font-face { font-family: UniSans; src: url(https://lojawap.vteximg.com.br/arquivos/Uni_Sans_Light.ttf.css); font-weight: 300; }
@font-face { font-family: UniSans; src: url(https://lojawap.vteximg.com.br/arquivos/Uni_Sans.ttf.css); font-weight: 400; }
@font-face { font-family: UniSans; src: url(https://lojawap.vteximg.com.br/arquivos/Uni_Sans_Book.ttf.css); font-weight: 500; }
@font-face { font-family: UniSans; src: url(https://lojawap.vteximg.com.br/arquivos/Uni_Sans_SemiBold.ttf.css); font-weight: 600; }
@font-face { font-family: UniSans; src: url(https://lojawap.vteximg.com.br/arquivos/Uni_Sans_Bold.ttf.css); font-weight: 700; }
@font-face { font-family: UniSans; src: url(https://lojawap.vteximg.com.br/arquivos/Uni_Sans_Heavy.ttf.css); font-weight: 800; }




/* VARIÁVEIS */
:root {
  --gray:               #D9D9D9;
  --gray-medium:        #C7C7C7;
  --gray-light:         #E8E8E8;
  --gray-dark:          #53565A;
  --gray-alpha:         rgba(83, 86, 90, 0.60);
  --green:              #30A9B2;
  --white:              #FFFFFF;
  --black:              #000000;
  --black-light:        #1A1A1A;
  --dummy:              #FFCC00;
}


/* GERAL */
.FW012528 { font-family: "UniSans", sans-serif; font-weight: 400; font-size: 10px; color: var(--black); }
.FW012528 * { box-sizing: border-box; }
.FW012528 a { text-decoration: none; }

.FW012528 .container { width: 100%; max-width: 1260px; margin: 0 auto; padding: 0 30px; display: flex; flex-direction: column; position: relative; }
.FW012528 .container.min { max-width: 1068px; }
.FW012528 .container.fluid { flex-direction: row; }
.FW012528 .mobile { display: none !important; }
.FW012528 .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 */
.FW012528 .topo { padding: 60px 0; overflow: hidden; }
.FW012528 .topo .container { gap: 30px; align-items: center; }
.FW012528 .topo .produto { flex: 1; display: flex; justify-content: center; align-items: center; }
.FW012528 .topo .produto img { max-width: 180px; }
.FW012528 .topo .infos { width: 50%; }
.FW012528 .topo .infos h2 { font-size: 3.2em; font-weight: 500; color: var(--black-light); text-transform: uppercase; line-height: 1; margin-bottom: 40px; margin-top: 0; }
.FW012528 .topo .infos h2 span { font-size: 1.4666em; }
.FW012528 .topo .infos h2 strong { font-size: 1.90625em; font-weight: 800; }
.FW012528 .topo .infos h3 { font-size: 4em; font-weight: 700; color: var(--black-light); margin-bottom: 15px; line-height: 1; margin-top: 0; }
.FW012528 .topo .infos p { font-size: 2em; font-weight: 500; color: var(--black-light); margin-bottom: 20px; margin-top: 0; }

.FW012528 .funcionalidades { padding-top: 30px; position: relative; }
.FW012528 .funcionalidades .aux-slider { width: 100%; display: flex; }
.FW012528 .funcionalidades .item { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; }
.FW012528 .funcionalidades .item .ico { margin-bottom: 40px; }
.FW012528 .funcionalidades .item h2 { margin: 0 0 20px 0; font-size: 3.3em; font-weight: 700; line-height: 1.136; }
.FW012528 .funcionalidades .item p { margin: 0; font-size: 1.8em; font-weight: 500; }

.FW012528 .box { padding-top: 100px; }
.FW012528 .box .holder { display: flex; background: var(--gray); border-radius: 100px; overflow: hidden; }
.FW012528 .box .img { width: 50%; background-repeat: no-repeat; background-position: center; background-size: cover; }
.FW012528 .box .infos { flex: 1; display: flex; justify-content: center; align-items: center; flex-direction: column; color: var(--black-light); padding: 190px 0; }
.FW012528 .box .infos h3 { font-size: 4em; font-weight: 700; line-height: 1; margin-bottom: 80px; margin-top: 0; }
.FW012528 .box .infos p { font-size: 2.5em; font-weight: 500; margin: 0; }

.FW012528 .diferenciais { padding-top: 60px; }
.FW012528 .diferenciais .container { align-items: center; gap: 120px; }
.FW012528 .diferenciais .img { flex: 1; display: flex; justify-content: flex-end; align-items: flex-end; }
.FW012528 .diferenciais .img img { max-width: 353px; }
.FW012528 .diferenciais .infos { width: 43%; display: flex; justify-content: center; align-items: flex-start; flex-direction: column; gap: 100px; }
.FW012528 .diferenciais .infos .chamada { font-size: 3.3em; font-weight: 700; margin-bottom: 15px; }
.FW012528 .diferenciais .infos .txt { font-size: 2em; font-weight: 500; }
.FW012528 .diferenciais .infos .ico { margin-bottom: 30px; }
.FW012528 .diferenciais.imagem { padding-top: 0; }
.FW012528 .diferenciais.imagem .container:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--gray); border-radius: 100px; }
.FW012528 .diferenciais.imagem .img { position: relative; z-index: 2; width: 60%; display: flex; justify-content: center; align-items: center; flex: unset; padding-top: 60px; margin-bottom: -350px; }
.FW012528 .diferenciais.imagem .img img { width: 100%; max-width: 501px; }
.FW012528 .diferenciais.oscilacao .container { align-items: flex-end; }
.FW012528 .diferenciais.oscilacao .img { width: 40%; display: flex; justify-content: center; align-items: center; flex: unset; margin-top: -650px; }
.FW012528 .diferenciais.oscilacao .img img { width: 100%; max-width: 376px; }
.FW012528 .diferenciais.oscilacao .infos { width: 45%; padding-bottom: 60px; align-items: flex-end; }

.FW012528 .box-foto .img { background-repeat: no-repeat; background-position: top right; background-size: contain; background-color: var(--green); width: 100%; height: 530px; border-radius: 100px; position: relative; display: flex; }
.FW012528 .box-foto .img .chamada { width: 60%; display: flex; justify-content: center; align-items: center; flex-direction: column; color: var(--white); }
.FW012528 .box-foto .img .chamada h2 { font-size: 3em; font-weight: 500; text-transform: uppercase; margin: 0 0 50px 0; }
.FW012528 .box-foto .img .chamada h3 { font-size: 4em; font-weight: 700; margin: 0 0 20px 0; }
.FW012528 .box-foto .img .chamada p { font-size: 2.5em; font-weight: 500; margin: 0; }

.FW012528 .chamada-destaque { padding: 60px 0; }
.FW012528 .chamada-destaque .container { flex-direction: row; justify-content: center; gap: 50px; }
.FW012528 .chamada-destaque h2 { font-size: 3em; margin: 0; }
.FW012528 .chamada-destaque p { font-size: 2em; font-weight: 500; line-height: 1.2; margin: 0; }

.FW012528 .medidas { padding: 100px 0 0 0; }
.FW012528 .medidas .container { gap: 60px; }
.FW012528 .medidas .aux-mobile { width: 50%; display: flex; justify-content: flex-start; align-items: center; }
.FW012528 .medidas .img { width: 100%; display: flex; justify-content: center; align-items: center; }
.FW012528 .medidas .img img { width: 100%; max-width:383px; }
.FW012528 .medidas .infos { flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.FW012528 .medidas .infos h3 { font-size: 3.3em; line-height: 1.2; margin: 0 0 20px 0; }
.FW012528 .medidas .infos p { font-size: 2em; font-weight: 500; margin: 0; }

.FW012528 .banner { padding-top: 80px; }
.FW012528 .banner .hld { background: var(--black-light); border-radius: 20px 20px 0 0; padding: 60px 30px; display: flex; justify-content: center; align-items: center; }
.FW012528 .banner .hld img { width: 100%; max-width: 430px; }


/*  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%;
  }
  .FW012528 {
    margin: 0 -1rem;
  }
}
/* DEFAULT */

/* MEDIA QUERY */
@media (max-width: 1399.98px) {
    /* XL */
}

@media (max-width: 1259.98px) {
    /* LG */

    .FW012528 .medidas .aux-mobile { width: 45%; }
}

@media (max-width: 991.98px) {
	/* MD */
    .FW012528 .container { padding: 0 15px; }
    .FW012528 .container.fluid { flex-direction: column; }

    .FW012528 .mobile { display: block !important; }
    .FW012528 .desktop { display: none !important; }

    .FW012528 .topo .container { gap: 30px; align-items: center; }
    .FW012528 .topo .infos { width: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; }
    .FW012528 .topo .infos .aux-mobile { display: flex; justify-content: center; align-items: center; gap: 20px; margin-bottom: 30px; }
    .FW012528 .topo .infos h2 { margin-bottom: 0; }
    .FW012528 .topo .infos h3 { font-size: 2.4em; }

    .FW012528 .funcionalidades { padding-top: 20px; }
    .FW012528 .funcionalidades .aux-slider { display: block; }
    .FW012528 .funcionalidades .item { flex: unset; width: unset; flex-direction: row; justify-content: center; text-align: left; gap: 30px; }
    .FW012528 .funcionalidades .item .ico { margin-bottom: 0; }
    .FW012528 .funcionalidades .item .info { width: 220px; }
    .FW012528 .funcionalidades .item p { font-size: 2.4em; font-weight: 700; }

    .FW012528 .box { padding-top: 80px; }
    .FW012528 .box .container { padding: 0; }
    .FW012528 .box .holder { flex-direction: column-reverse; position: relative; }
    .FW012528 .box .img { width: 100%; aspect-ratio: 1/1.2; }
    .FW012528 .box .infos { padding: 60px 0; text-align: center; }
    .FW012528 .box .infos h3 { font-size: 3em; margin-bottom: 30px; }

    .FW012528 .diferenciais .container { flex-direction: column-reverse; gap: 60px; }
    .FW012528 .diferenciais .infos { width: 100%; align-items: center; gap: 60px; }
    .FW012528 .diferenciais .infos .info { display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; }
    .FW012528 .diferenciais .infos .chamada { font-size: 2.4em; margin-bottom: 10px; }
    .FW012528 .diferenciais.imagem .container:before { display: none; }
    .FW012528 .diferenciais.imagem .img { width: 100%; padding: 30px 0 0 30px; margin-bottom: 0; }
    .FW012528 .diferenciais.oscilacao { padding-top: 0; }
    .FW012528 .diferenciais.oscilacao .img { width: 100%; margin-top: 0px; }
    .FW012528 .diferenciais.oscilacao .img img { width: 30%; }
    .FW012528 .diferenciais.oscilacao .infos { width: 100%; padding-bottom: 100px; align-items: center; }
    
    .FW012528 .box-foto .container { padding: 0; }
    .FW012528 .box-foto .img { background-image: none !important; display: flex; justify-content: center; align-items: center; border-radius: 35px 35px 0 0; height: auto; padding: 60px 0; }
    .FW012528 .box-foto .img.mobile { display: flex !important; justify-content: center; border-radius: 0 0 35px 35px; position: relative; margin: 0; padding: 0; }
    .FW012528 .box-foto .img.mobile img { width: 45%; max-width: 474px; }
    .FW012528 .box-foto .img .chamada { text-align: center; }
    .FW012528 .box-foto .img .chamada h2 { font-size: 2.4em; }
    .FW012528 .box-foto .img .chamada h3 { font-size: 3em; }
    .FW012528 .box-foto .img .chamada p { font-size: 2em; }

    .FW012528 .chamada-destaque .container { flex-direction: column; gap: 30px; align-items: center; text-align: center; }

    .FW012528 .medidas { padding: 0 0 50px 0; }
    .FW012528 .medidas .aux-mobile { width: 80%; }
    .FW012528 .medidas .container { align-items: center; flex-direction: column-reverse; }
    .FW012528 .medidas .infos { justify-content: center; text-align: center; margin-bottom: 60px; }
    .FW012528 .medidas .infos h3 { font-size: 2.4em; }

    .FW012528 .banner { padding-top: 0; }
}

@media (max-width: 767.98px) {
	/* XS */
    .FW012528 .box .infos p { font-size: 2em; }

    .FW012528 .banner .hld { padding: 20px; width: calc(100% + 30px); margin: 0 -15px; }
    .FW012528 .banner .hld img { width: 60%; }
}

@media (max-width: 575.98px) {
    /* XXS */
    .FW012528 .ico { width: 50px; }
    .FW012528 .ico img { max-height: 25px; max-width: 25px; }

    .FW012528 .topo .container { padding: 0 5px; }
    .FW012528 .topo .produto img { width: 80%; }
    .FW012528 .topo .infos h2 { font-size: 1.8em; margin-top: 2px; }
    .FW012528 .topo .infos h3 { font-size: 2em; }
    .FW012528 .topo .infos p { font-size: 1.4em; }
    .FW012528 .topo .infos .aux-mobile { gap: 10px; }

    .FW012528 .funcionalidades { padding-top: 0; }
    .FW012528 .funcionalidades .item { gap: 10px; }
    .FW012528 .funcionalidades .item .info { width: 165px; }
    .FW012528 .funcionalidades .item p { font-size: 1.8em; }

    .FW012528 .box { padding-top: 60px; }
    .FW012528 .box .holder { border-radius: 35px; }
    .FW012528 .box .infos { padding: 30px 0; }
    .FW012528 .box .infos h2 { font-size: 2.2em; }
    .FW012528 .box .infos h3 { font-size: 2em; }
    .FW012528 .box .infos p { font-size: 1.4em; }
    .FW012528 .box .infos.mobile { left: 45%; }

    .FW012528 .box-foto .img .chamada { width: 100%; }
    .FW012528 .box-foto .img .chamada h2 { font-size: 2.2em; }
    .FW012528 .box-foto .img .chamada p { font-size: 1.6em; }

    .FW012528 .chamada-destaque { padding-bottom: 30px; }
    .FW012528 .chamada-destaque h2 { font-size: 2.4em; }
    .FW012528 .chamada-destaque p { font-size: 1.4em; }

    .FW012528 .diferenciais { padding-top: 30px; }
    .FW012528 .diferenciais .img { justify-content: center; }
    .FW012528 .diferenciais .img img { width: 80%; }
    .FW012528 .diferenciais .infos .chamada { font-size: 2em; }
    .FW012528 .diferenciais .infos .txt { font-size: 1.4em; }

    .FW012528 .medidas .infos { padding-top: 0; margin-bottom: 0; }
    .FW012528 .medidas .infos h3 { font-size: 2em; }
    .FW012528 .medidas .infos p { font-size: 1.4em; }
}



/* SLICK SLIDER */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none;  -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }


/* AUX */
/*
@media (max-width: 1399.98px) { .FW012528 { background: rgba(255,55,155,0.5); } }
@media (max-width: 1259.98px) { .FW012528 { background: rgba(255,155,55,0.5); } }
@media (max-width: 991.98px) { .FW012528 { background: rgba(155,255,55,0.5); } }
@media (max-width: 767.98px) { .FW012528 { background: rgba(155,55,255,0.5); } }
@media (max-width: 575.98px) { .FW012528 { background: rgba(55,155,255,0.5); } }
*/