/* 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-lighter:       #F2F2F2;
  --gray-dark:          #53565A;
  --gray-alpha:         rgba(83, 86, 90, 0.60);
  --blue:               #D6EDF3;
  --white:              #FFFFFF;
  --black:              #000000;
  --black-light:        #1A1A1A;
  --dummy:              #FFCC00;
}


.FW012535 { font-family: "UniSans", sans-serif; font-weight: 400; font-size: 10px; color: var(--black); }
.FW012535 * { box-sizing: border-box; }
.FW012535 a { text-decoration: none; }

.FW012535 .container { width: 100%; max-width: 1260px; margin: 0 auto; padding: 0 30px; display: flex; flex-direction: column; position: relative; }
.FW012535 .container.min { max-width: 1068px; }
.FW012535 .container.fluid { flex-direction: row; }
.FW012535 .mobile { display: none !important; }
.FW012535 .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 */
.FW012535 .topo { padding: 60px 0; overflow: hidden; }
.FW012535 .topo .container { gap: 30px; align-items: center; }
.FW012535 .topo .produto { flex: 1; display: flex; justify-content: center; align-items: center; }
.FW012535 .topo .produto img { max-width: 427px; }
.FW012535 .topo .infos { width: 50%; }
.FW012535 .topo .infos h2 { font-size: 4.3em; font-weight: 500; color: var(--black-light); text-transform: uppercase; line-height: 1; margin-bottom: 90px; margin-top: 0; }
.FW012535 .topo .infos h2 strong { font-size: 1.16275em; font-weight: 800; }
.FW012535 .topo .infos h3 { font-size: 3em; font-weight: 700; color: var(--black-light); margin-bottom: 15px; line-height: 1; margin-top: 0; }
.FW012535 .topo .infos p { font-size: 2em; font-weight: 500; color: var(--black-light); margin-bottom: 20px; margin-top: 0; }

.FW012535 .funcionalidades { padding-top: 30px; position: relative; }
.FW012535 .funcionalidades .aux-slider { width: 100%; display: flex; }
.FW012535 .funcionalidades .item { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; }
.FW012535 .funcionalidades .item .ico { margin-bottom: 40px; }
.FW012535 .funcionalidades .item h2 { margin: 0 0 20px 0; font-size: 3.3em; font-weight: 700; line-height: 1.136; }
.FW012535 .funcionalidades .item p { margin: 0; font-size: 1.8em; font-weight: 500; }

.FW012535 .box { padding-top: 60px; position: relative; z-index: 2; }
.FW012535 .box .holder { display: flex; background: var(--gray); border-radius: 100px; overflow: hidden; }
.FW012535 .box .img { width: 50%; background-repeat: no-repeat; background-position: center; background-size: contain; }
.FW012535 .box .infos { flex: 1; display: flex; justify-content: center; align-items: center; flex-direction: column; color: var(--black-light); padding: 160px 0; }
.FW012535 .box .infos .ico { margin-bottom: 40px; background: var(--black); }
.FW012535 .box .infos h3 { font-size: 4em; font-weight: 700; line-height: 1; margin-bottom: 40px; margin-top: 0; }
.FW012535 .box .infos p { font-size: 2.5em; font-weight: 500; margin: 0; }
.FW012535 .box.bg { padding-top: 100px; }
.FW012535 .box.bg .img { background-size: cover; }
.FW012535 .box.bg .infos { padding: 160px 0 120px 0; }
.FW012535 .box.nevoa .img { background-position: center bottom; width: 55%; }
.FW012535 .box.painel .img { background-position: right top; }
.FW012535 .box.painel .holder { background: var(--blue); }
.FW012535 .box.painel .infos .ico { background: var(--white); }
.FW012535 .box.intensidade { padding-top: 20px; }
.FW012535 .box.intensidade .holder { overflow: unset; }
.FW012535 .box.intensidade .img { background-position: center top; margin: 40px 0 -120px 0; }
.FW012535 .box.mar { padding: clamp(100px, 20vw, 220px) 0; margin-bottom: -150px; overflow: hidden; }
.FW012535 .box.mar .holder { position: relative; overflow: unset; background: var(--gray-lighter); }
.FW012535 .box.mar .img-fg { width: 50%; }
.FW012535 .box.mar .img-fg img { width: 116%; margin: -35% 0 -45% -9%; }
.FW012535 .box.mar .infos { position: relative; padding: 250px 0; }
.FW012535 .box.mar .infos h3 { font-size: 3em; }
.FW012535 .box.mar .infos p { font-size: 2em; }
.FW012535 .box.mar .infos .el-top { position: absolute; right: -60px; top: 60px; width: 100%; }
.FW012535 .box.mar .infos .el-top img { width: 100%; max-width: 549px; }
.FW012535 .box.mar .infos .el-bottom { position: absolute; left: -100px; bottom: -45px; width: 100%; }
.FW012535 .box.mar .infos .el-bottom img { width: 100%; max-width: 662px; }

.FW012535 .diferenciais .container { align-items: center; gap: 120px; }
.FW012535 .diferenciais .img { flex: 1; display: flex; justify-content: flex-start; align-items: flex-start; padding-left: 110px; }
.FW012535 .diferenciais .infos { width: 43%; display: flex; justify-content: center; align-items: flex-start; flex-direction: column; gap: 100px; }
.FW012535 .diferenciais .infos .chamada { font-size: 3.3em; font-weight: 700; margin-bottom: 15px; }
.FW012535 .diferenciais .infos .txt { font-size: 2em; font-weight: 500; }
.FW012535 .diferenciais .infos .ico { margin-bottom: 30px; }
.FW012535 .diferenciais.ultrassonico .img { margin-top: -100px; }
.FW012535 .diferenciais.ultrassonico .img img { max-width: 496px; }
.FW012535 .diferenciais.display .img { margin-top: -100px; }
.FW012535 .diferenciais.display .img img { max-width: 476px; }
.FW012535 .diferenciais.autonomia .img { margin-top: -100px; }
.FW012535 .diferenciais.autonomia .infos { align-items: flex-end; }
.FW012535 .diferenciais.autonomia .img { padding-left: 0; padding-right: 110px; }
.FW012535 .diferenciais.autonomia .img img { max-width: 425px; }
.FW012535 .diferenciais.reservatorio { margin: -60px 0 100px 0; }
.FW012535 .diferenciais.reservatorio .infos { align-items: flex-end; }
.FW012535 .diferenciais.reservatorio .img { padding-left: 0; padding-right: 110px; }
.FW012535 .diferenciais.reservatorio .img img { max-width: 517px; }

.FW012535 .timer { padding: 180px 0 220px 0; margin-top: -30px; overflow: hidden; }
.FW012535 .timer .container .holder { background: var(--blue); border-radius: 100px; padding: 15px; display: flex; justify-content: flex-start; align-items: flex-start; }
.FW012535 .timer .top { position: absolute; left: 0; top: 0; width: 100%; text-align: left; transform: translate(5%,-45%); }
.FW012535 .timer .top img { width: 100%; max-width: 674px; }
.FW012535 .timer .aux-img { padding-top: 60px; }
.FW012535 .timer .aux-img .img { transform: translate(8%,15%); margin-bottom: -145px; }
.FW012535 .timer .aux-img .img img { width: 100%; max-width: 459px; }
.FW012535 .timer .infos { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: flex-start; flex-direction: column; gap: 20px; padding: 0 0 0 50%; z-index: 2; }
.FW012535 .timer .infos .chamada { font-size: 3em; font-weight: 700; }
.FW012535 .timer .infos .txt { font-size: 2em; font-weight: 500; }

.FW012535 .ideal .hld { background: var(--blue); border-radius: 30px; display: flex; justify-content: center; align-items: flex-start; padding: 45px 0 45px 45px; }
.FW012535 .ideal .infos { flex: 1; }
.FW012535 .ideal .infos h3 { font-size: 4em; font-weight: 700; text-transform: uppercase; line-height: 1; margin: 0; }
.FW012535 .ideal .infos p { font-size: 2em; font-weight: 500; margin: 0; }
.FW012535 .ideal .aux { width: 70%; position: relative; }
.FW012535 .ideal .aux .slider-ideal { width: 100%; overflow: hidden; position: relative; }
.FW012535 .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(214,237,243,1) 0%,rgba(214,237,243,0) 100%); }
.FW012535 .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(214,237,243,0) 0%,rgba(214,237,243,1) 50%); }
.FW012535 .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; }
.FW012535 .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; }
.FW012535 .ideal .aux .slider-ideal .slide .info .chamada { font-size: 2.5em; font-weight: 700; color: var(--white); text-transform: uppercase; }
.FW012535 .ideal .aux .slider-ideal .slide .info .txt { font-size: 2.5em; color: var(--white); }
.FW012535 .ideal .aux .slider-ideal .slick-list { padding: 0 30px; }
.FW012535 .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; }
.FW012535 .ideal .nav-slider .arrow { cursor: pointer; pointer-events: all; }
.FW012535 .ideal .nav-slider .arrow.prev img { transform: scaleX(-1); }


.FW012535 .medidas { padding: 100px 0 0 0; }
.FW012535 .medidas .container { gap: 60px; }
.FW012535 .medidas .aux-mobile { width: 50%; display: flex; justify-content: flex-start; align-items: center; }
.FW012535 .medidas .img { width: 100%; display: flex; justify-content: center; align-items: center; }
.FW012535 .medidas .img img { width: 100%; max-width:558px; }
.FW012535 .medidas .infos { flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.FW012535 .medidas .infos h3 { font-size: 3em; line-height: 1.2; margin: 0 0 20px 0; }
.FW012535 .medidas .infos p { font-size: 2em; font-weight: 500; margin: 0; }
.FW012535 .medidas .infos .selo { margin-top: 30px; }

.FW012535 .banner { padding-top: 80px; }
.FW012535 .banner .hld { background: var(--black-light); border-radius: 20px 20px 0 0; padding: 60px 30px; display: flex; justify-content: center; align-items: center; }
.FW012535 .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%;
  }
  .FW012535 {
    margin: 0 -1rem;
  }
}
/* DEFAULT */

/* MEDIA QUERY */
@media (max-width: 1399.98px) {
    /* XL */
}

@media (max-width: 1259.98px) {
    /* LG */
    .FW012535 .box .infos { padding: 120px 0; }
    .FW012535 .box.intensidade .img { margin-right: -5%; }
    .FW012535 .box.mar .img-fg img { width: 126%; margin: -33% 0 -45% -18%; }

    .FW012535 .diferenciais .container { gap: 30px; }
    .FW012535 .diferenciais .infos { width: 50%; }
    .FW012535 .diferenciais .img { padding-left: 0; }
    .FW012535 .diferenciais.autonomia .img { padding-right: 0; }
    .FW012535 .diferenciais.reservatorio .img { padding-right: 0; }

    .FW012535 .medidas .aux-mobile { width: 45%; }
}

@media (max-width: 991.98px) {
	/* MD */
    .FW012535 .container { padding: 0 15px; }
    .FW012535 .container.fluid { flex-direction: column; }

    .FW012535 .mobile { display: block !important; }
    .FW012535 .desktop { display: none !important; }

    .FW012535 .topo .container { gap: 30px; align-items: center; }
    .FW012535 .topo .infos { width: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; margin-top: 50px; }
    .FW012535 .topo .infos .aux-mobile { display: flex; justify-content: center; align-items: center; gap: 20px; margin-bottom: 30px; }
    .FW012535 .topo .infos h2 { font-size: 3em; margin-bottom: 0; }
    .FW012535 .topo .infos h2 strong { font-size: 1.6129em; }
    .FW012535 .topo .infos h3 { font-size: 2.4em; }

    .FW012535 .funcionalidades { padding-top: 20px; }
    .FW012535 .funcionalidades .aux-slider { display: block; }
    .FW012535 .funcionalidades .item .info { width: 100%; }
    .FW012535 .funcionalidades .item p { font-size: 2.4em; }

    .FW012535 .box { padding-top: 80px; }
    .FW012535 .box .container { padding: 0; }
    .FW012535 .box .holder { flex-direction: column-reverse; position: relative; }
    .FW012535 .box .img { width: 100%; aspect-ratio: 1/0.8; }
    .FW012535 .box .infos { padding: 60px 0; text-align: center; }
    .FW012535 .box .infos .aux { display: flex; justify-content: center; align-items: center; flex-direction: column; }
    .FW012535 .box .infos h3 { font-size: 3em; margin-bottom: 30px; }
    .FW012535 .box .aux-flex .ico { margin-bottom: 0; }
    .FW012535 .box .aux-flex h3 { margin-bottom: 0; }
    .FW012535 .box .aux-flex { display: flex; justify-content: center; align-items: center; gap: 30px; text-align: left; margin-bottom: 30px; }
    .FW012535 .box.bg .infos { padding: 80px 0; }
    .FW012535 .box.bg .img { border-radius: 100px; }
    .FW012535 .box.nevoa .img { width: 100%; }
    .FW012535 .box.painel .img { aspect-ratio: 1080/1046; }
    .FW012535 .box.painel .infos .ico { background: var(--black); }
    .FW012535 .box.intensidade .infos { margin-top: 100px; }
    .FW012535 .box.mar { padding: 80px 0 0 0; }
    .FW012535 .box.mar .img { aspect-ratio: unset; margin: -7vw 0 -26vw 0; }
    .FW012535 .box.mar .img img { width: 100%; }

    .FW012535 .diferenciais .container { flex-direction: column-reverse; gap: 60px; }
    .FW012535 .diferenciais .infos { width: 100%; align-items: center; gap: 60px; }
    .FW012535 .diferenciais .infos .info { display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; }
    .FW012535 .diferenciais .infos .chamada { font-size: 3em; margin-bottom: 30px; }
    .FW012535 .diferenciais .infos .txt { font-size: 2.5em; }
    .FW012535 .diferenciais .infos .aux-flex { display: flex; justify-content: center; align-items: center; gap: 30px; text-align: left; }
    .FW012535 .diferenciais .img.mobile { display: flex !important; }
    .FW012535 .diferenciais.ultrassonico .container { flex-direction: column; }
    .FW012535 .diferenciais.display .container { flex-direction: column; }
    .FW012535 .diferenciais.display .img { margin-top: 0; }
    .FW012535 .diferenciais.autonomia .img { margin-top: 0; }
    .FW012535 .diferenciais.reservatorio { margin-top: 60px; }
    .FW012535 .diferenciais.reservatorio .infos { align-items: center; }
    .FW012535 .diferenciais.autonomia .infos { align-items: center; }

    .FW012535 .timer { padding: 140px 0 0 0; }
    .FW012535 .timer .container { padding: 0; }
    .FW012535 .timer .top { transform: translate(5%,-25%); }
    .FW012535 .timer .aux-img .img { transform: translate(67%,22%); margin-bottom: -75px; }
    .FW012535 .timer .infos { position: relative; left: auto; top: auto; justify-content: center; text-align: center; margin-right: 0; padding: 165px 0 0 0; }
    .FW012535 .timer .infos .chamada { font-size: 3em; margin-bottom: 30px; }
    .FW012535 .timer .infos .txt { font-size: 2.5em; }

    .FW012535 .ideal .container { padding: 0; }
    .FW012535 .ideal .hld { flex-direction: column; padding: 45px; }
    .FW012535 .ideal .infos { padding-left: 30px; }
    .FW012535 .ideal .aux { width: calc(100% + 90px); margin: 30px -45px 0 -45px; }
    .FW012535 .ideal .aux .slider-ideal:after { width: 30px; background: linear-gradient(to right,  rgba(26,26,26,0) 0%,rgba(26,26,26,1) 100%); }
    .FW012535 .ideal .aux .slider-ideal .slick-list { padding: 0 0 0 30px; }
    .FW012535 .ideal .nav-slider { padding: 0 45px; }

    .FW012535 .medidas { padding: 0 0 50px 0; }
    .FW012535 .medidas .aux-mobile { width: 80%; }
    .FW012535 .medidas .container { align-items: center; flex-direction: column-reverse; }
    .FW012535 .medidas .infos { justify-content: center; text-align: center; }
    .FW012535 .medidas .infos h3 { font-size: 2.4em; }

    .FW012535 .banner { padding-top: 0; }
}

@media (max-width: 767.98px) {
	/* XS */
    .FW012535 .box .infos p { font-size: 2em; }

    .FW012535 .banner .hld { padding: 20px; width: calc(100% + 30px); margin: 0 -15px; }
    .FW012535 .banner .hld img { width: 60%; }

    .FW012535 .timer .aux-img .img { transform: translate(35%,22%); }
}

@media (max-width: 575.98px) {
    /* XXS */
    .FW012535 .ico { width: 50px; }
    .FW012535 .ico img { max-height: 25px; max-width: 25px; }

    .FW012535 .topo .container { padding: 0 5px; }
    .FW012535 .topo .produto img { width: 80%; }
    .FW012535 .topo .infos h2 { font-size: 1.8em; margin-top: 2px; }
    .FW012535 .topo .infos h3 { font-size: 2em; }
    .FW012535 .topo .infos p { font-size: 1.8em; }
    .FW012535 .topo .infos .aux-mobile { gap: 10px; }

    .FW012535 .funcionalidades { padding-top: 0; }
    .FW012535 .funcionalidades .item .ico { margin-bottom: 20px; }
    .FW012535 .funcionalidades .item h2 { font-size: 2.4em; }
    .FW012535 .funcionalidades .item p { font-size: 1.8em; }

    .FW012535 .box { padding-top: 60px; }
    .FW012535 .box .holder { border-radius: 35px; }
    .FW012535 .box .infos { padding: 30px 0; }
    .FW012535 .box .infos h2 { font-size: 2.2em; }
    .FW012535 .box .infos h3 { font-size: 2em; }
    .FW012535 .box .infos p { font-size: 1.6em; }
    
    .FW012535 .box .aux-flex { gap: 20px; }
    .FW012535 .box.bg { padding-top: 60px; }
    .FW012535 .box.bg .infos { padding: 40px 0; }
    .FW012535 .box.bg .img { border-radius: 35px; }
    .FW012535 .box.intensidade .img { margin: 20px 0 -50px 0; }
    .FW012535 .box.mar .infos { padding: 100px 0 200px 0; }
    .FW012535 .box.mar .infos h3 { font-size: 2em; }
    .FW012535 .box.mar .infos p { font-size: 1.6em; }

    .FW012535 .timer { padding: 115px 0 50px 0; }
    .FW012535 .timer .container { padding: 0; }
    .FW012535 .timer .aux-img .img { transform: translate(12%, 15%); margin-bottom: -80px; }
    .FW012535 .timer .aux-img .img img { width: 110%; }
    .FW012535 .timer .infos { padding-top: 120px; }
    .FW012535 .timer .infos .chamada { font-size: 2em; }
    .FW012535 .timer .infos .txt { font-size: 1.6em; }

    .FW012535 .ideal { margin-top: 30px; }
    .FW012535 .ideal .hld { padding: 20px; border-radius: 20px; }
    .FW012535 .ideal .infos { padding-left: 15px; }
    .FW012535 .ideal .infos h3 { font-size: 2em; }
    .FW012535 .ideal .infos p { font-size: 1.6em; }
    .FW012535 .ideal .aux { width: calc(100% + 30px); margin: 20px -15px 0 -15px; }
    .FW012535 .ideal .nav-slider { padding: 0 15px; }
    .FW012535 .ideal .nav-slider .arrow img { width: 30px; }
    .FW012535 .ideal .aux .slider-ideal .slick-list { padding: 0 30px !important; }
    .FW012535 .ideal .aux .slider-ideal .slide { margin-right: 15px; }

    .FW012535 .diferenciais { padding-top: 30px; }
    .FW012535 .diferenciais .img { justify-content: center; }
    .FW012535 .diferenciais .img img { width: 80%; }
    .FW012535 .diferenciais .infos .chamada { font-size: 2em; }
    .FW012535 .diferenciais .infos .txt { font-size: 1.6em; }
    .FW012535 .diferenciais.reservatorio { margin: 0 0 50px 0; }

    .FW012535 .medidas .infos { padding-top: 0; margin-bottom: 0; }
    .FW012535 .medidas .infos h3 { font-size: 2em; }
    .FW012535 .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) { .FW012535 { background: rgba(255,55,155,0.5); } }
@media (max-width: 1259.98px) { .FW012535 { background: rgba(255,155,55,0.5); } }
@media (max-width: 991.98px) { .FW012535 { background: rgba(155,255,55,0.5); } }
@media (max-width: 767.98px) { .FW012535 { background: rgba(155,55,255,0.5); } }
@media (max-width: 575.98px) { .FW012535 { background: rgba(55,155,255,0.5); } }
*/