/* FONTES */
@import url("https://use.typekit.net/elt5uhe.css");
/* 300, 400, 700, 900 */

/* VARIÁVEIS */
:root {
  --gray:               #D9D9D9;
  --gray-medium:        #C7C7C7;
  --gray-light:         #E8E8E8;
  --gray-dark:          #53565A;
  --blue:               #001D41;
  --white:              #FFFFFF;
  --black:              #000000;
  --black-light:        #1A1A1A;
  --dummy:              #FFCC00;
}


/*  DEFAULT */
.FW011344 { font-family: "sofia-pro", sans-serif; font-weight: 400; font-size: 10px; color: var(--black); }
.FW011344 * { box-sizing: border-box; }
.FW011344 a { text-decoration: none; }
/* DEFAULT */

.FW011344 .container { width: 100%; max-width: 1260px; margin: 0 auto; padding: 0 30px; display: flex; flex-direction: column; position: relative; }
.FW011344 .container.min { max-width: 1056px; }
.FW011344 .container.fluid { flex-direction: row; }
.FW011344 .mobile { display: none !important; }
.FW011344 .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 */
.FW011344 .topo { padding-top: 60px; }
.FW011344 .topo .container { gap: 60px; align-items: center; }
.FW011344 .topo .produto { flex: 1; display: flex; justify-content: flex-end; align-items: center; }
.FW011344 .topo .produto img { width: 100%; max-width: 571px; }
.FW011344 .topo .infos { width: 40%; }
.FW011344 .topo .infos h2 { font-size: 3.5em; font-weight: 300; color: var(--black-light); text-transform: uppercase; line-height: 1; margin-bottom: 65px; margin-top: 0; }
.FW011344 .topo .infos h2 strong { font-size: 1.4571em; font-weight: 900; }
.FW011344 .topo .infos h3 { font-size: 3.5em; font-weight: 900; text-transform: uppercase; color: var(--black-light); margin-bottom: 15px; line-height: 1; margin-top: 0; }
.FW011344 .topo .infos p { font-size: 2em; font-weight: 300; color: var(--black-light); margin-bottom: 0; margin-top: 0; }
.FW011344 .topo .infos p strong { font-weight: 900; }

.FW011344 .funcionalidades { padding-top: 100px; position: relative; }
.FW011344 .funcionalidades .aux-slider { width: 100%; display: flex; }
.FW011344 .funcionalidades .item { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; }
.FW011344 .funcionalidades .item .ico { margin-bottom: 40px; }
.FW011344 .funcionalidades .item h2 { margin: 0 0 20px 0; font-size: 3em; font-weight: 700; min-height: 69px; line-height: 1.136; }
.FW011344 .funcionalidades .item p { margin: 0; font-size: 2em; font-weight: 500; }

.FW011344 .box-foto { margin-top: 40px; position: relative; z-index: 2; }
.FW011344 .box-foto .img { background-repeat: no-repeat; background-position: center; background-size: cover; width: 100%; height: 570px; border-radius: 30px; position: relative; }
.FW011344 .box-foto .chamada { position: absolute; left: 100px; top: 90px; }
.FW011344 .box-foto .chamada h4 { font-size: 3em; font-weight: 400; line-height: 1; color: var(--white); margin-top: 0; margin-bottom: 30px; }
.FW011344 .box-foto .chamada p { font-size: 2em; font-weight: 300; line-height: 1.2; color: var(--white); }
.FW011344 .box-foto .chamada p strong { font-weight: 900; }
.FW011344 .box-foto .chamada .ico { background: var(--white); margin-bottom: 25px; }
.FW011344 .box-foto.agua { margin-top: 0; }
.FW011344 .box-foto.agua .img .chamada { top: 120px; }
.FW011344 .box-foto.agua .img .chamada h4 { font-weight: 900; }

.FW011344 .diferenciais { padding: 60px 0; }
.FW011344 .diferenciais .container { align-items: center; gap: 60px; }
.FW011344 .diferenciais .img { flex: 1; display: flex; justify-content: center; align-items: center; }
.FW011344 .diferenciais .img img { width: 100%; max-width: 662px; }
.FW011344 .diferenciais .infos { width: 35%; display: flex; justify-content: center; align-items: flex-start; flex-direction: column; gap: 100px; }
.FW011344 .diferenciais .infos .chamada { font-size: 3em; font-weight: 900; line-height: 1; }
.FW011344 .diferenciais .infos .txt { font-size: 2em; font-weight: 300; line-height: 1.2; }
.FW011344 .diferenciais .infos .txt strong { font-weight: 900; }
.FW011344 .diferenciais .infos .ico { margin-bottom: 20px; }
.FW011344 .diferenciais .infos .aux { display: flex; justify-content: flex-start; align-items: center; gap: 30px; margin-bottom: 20px; }
.FW011344 .diferenciais .infos .aux .ico { margin: 0; }
.FW011344 .diferenciais .infos .aux .chamada { margin-top: -10px; }
.FW011344 .diferenciais.lamina { padding: 0; margin-top: -240px; overflow: hidden; }
.FW011344 .diferenciais.lamina .img img { width: 100%; max-width: 458px; }
.FW011344 .diferenciais.lamina .infos { width: 42%; padding-top: 120px; }
.FW011344 .diferenciais.base .infos { width: 45%; align-items: flex-end; padding-bottom: 50px; }
.FW011344 .diferenciais.base .img { margin-top: -260px; }
.FW011344 .diferenciais.base .img img { width: 100%; max-width: 565px; }

.FW011344 .eficiencia { padding: 260px 0 180px 0; overflow: hidden; }
.FW011344 .eficiencia .container .holder { background: var(--gray); border-radius: 100px; padding: 15px; display: flex; justify-content: center; align-items: flex-end; }
.FW011344 .eficiencia .top { position: absolute; left: 0; top: 0; width: 100%; text-align: left; transform: translate(15%,-50%); }
.FW011344 .eficiencia .top img { width: 100%; max-width: 673px; }
.FW011344 .eficiencia .aux-img { width: 50%; display: flex; justify-content: center; align-items: flex-start; }
.FW011344 .eficiencia .img { transform: translate(12%,10%); margin-bottom: -120px; }
.FW011344 .eficiencia .img img { width: 100%; max-width: 458px; }
.FW011344 .eficiencia .infos { flex: 1; display: flex; justify-content: flex-end; align-items: flex-end; flex-direction: column; gap: 20px; text-align: right; margin-right: -30px; padding-bottom: 120px; }
.FW011344 .eficiencia .infos .chamada { font-size: 3em; font-weight: 900; line-height: 1; margin-bottom: 10px; }
.FW011344 .eficiencia .infos .txt { font-size: 2em; font-weight: 300; }
.FW011344 .eficiencia .infos .txt strong { font-weight: 900; }

.FW011344 .box { padding-top: 15px; position: relative; z-index: 2; }
.FW011344 .box .holder { display: flex; justify-content: center; align-items: center; background: var(--gray); border-radius: 30px; padding: 15px 15px 0 15px; }
.FW011344 .box .img { width: 65%; margin-top: -140px; display: flex; justify-content: center; align-items: flex-start; }
.FW011344 .box .img img { width: 100%; max-width: 262px; }
.FW011344 .box .infos { flex: 1; display: flex; justify-content: center; align-items: flex-start; flex-direction: column; color: var(--black-light);  }
.FW011344 .box .infos .aux { display: flex; justify-content: flex-start; align-items: center; gap: 20px; margin-bottom: 30px; }
.FW011344 .box .infos h2 { font-size: 3em; font-weight: 900; line-height: 1; margin: -5px 0 0 0; }
.FW011344 .box .infos p { font-size: 2em; font-weight: 300; margin: 0 0 20px 0; }
.FW011344 .box .infos p strong { font-weight: 900; }
.FW011344 .box .infos p:last-child { margin-bottom: 0; }
.FW011344 .box .infos .ico { background: var(--blue); }


.FW011344 .laminas { margin-bottom: 60px; }
.FW011344 .laminas.first { margin-bottom: 150px; }
.FW011344 .laminas .chamada { font-size: 3em; font-weight: 900; text-align: center; margin-bottom: 80px; }
.FW011344 .laminas .hld { position: relative; }
.FW011344 .laminas .hld .infos { position: absolute; left: 0; top: 0; margin-top: -65px; width: 100%; z-index: 2; pointer-events: none; }
.FW011344 .laminas .hld .infos .img { position: relative; z-index: 2; margin-left: -15px; pointer-events: none; }
.FW011344 .laminas .hld .infos .txt { position: absolute; left: 100px; top: 20px; width: 60%; background: var(--blue); font-size: 3em; font-weight: 900; color: var(--white); padding: 0 50px 0 250px; height: 95px; display: flex; justify-content: flex-start; align-items: center; border-radius: 0 50px 50px 0; box-shadow: 28px 17px 75px -4px rgba(0, 0, 0, 0.30); }
.FW011344 .laminas .slide { display: flex; justify-content: center; align-items: center; background: var(--gray); border-radius: 30px; margin-bottom: 40px; padding-top: 150px; }
.FW011344 .laminas .slide .img { width: 25%; display: flex; justify-content: center; align-items: center; margin-bottom: -40px; }
.FW011344 .laminas .slide .info { flex: 1; padding-left: 25%; display: flex; justify-content: center; align-items: center; padding-bottom: 100px; }
.FW011344 .laminas .slide .info .aux { font-size: 2em; font-weight: 300; }
.FW011344 .laminas .slide .info .aux strong { font-weight: 900; }
.FW011344 .laminas .nav-slider { position: absolute; right: 60px; top: 40px; display: flex; justify-content: flex-end; align-items: center; gap: 10px; }
.FW011344 .laminas .nav-slider .arrow { cursor: pointer; }
.FW011344 .laminas .nav-slider .arrow.prev img { transform: scaleX(-1); }


.FW011344 .acessorios { overflow: hidden; margin: 0 calc(((100vw - 1248px)/2)*(-1)); width: 100vw; }
.FW011344 .acessorios { overflow: hidden; margin-top: -60px; margin-bottom: 60px; }
.FW011344 .acessorios .hld-slider { margin: 0 calc(((100vw - 1200px)/2)*(-1)); width: 100vw; padding-top: 50px; position: relative; }
.FW011344 .acessorios .hld-slider .slide .container { flex-direction: row; align-items: center; gap: 60px; }
.FW011344 .acessorios .hld-slider .slide .img { aspect-ratio: 387/422; width: 387px; border-radius: 30px; background: var(--blue); background-repeat: no-repeat; background-position: bottom center; background-size: contain; }
.FW011344 .acessorios .hld-slider .slide .info h3 { font-size: 3em; font-weight: 900; color: var(--black-light); margin: 0 0 30px 0; }
.FW011344 .acessorios .hld-slider .slide .info p { font-size: 2em; font-weight: 300; color: var(--black-light); margin: 0; }
.FW011344 .acessorios .hld-slider .slide .info p strong { font-weight: 900; }
.FW011344 .acessorios .hld-slider .nav-slider { position: absolute; right: calc((100vw - 1200px)/2); bottom: 0; display: flex; justify-content: flex-end; align-items: center; gap: 10px; }
.FW011344 .acessorios .hld-slider .nav-slider .arrow { cursor: pointer; }
.FW011344 .acessorios .hld-slider .nav-slider .arrow.prev img { transform: scaleX(-1); }


.FW011344 .medidas { padding: 130px 0 50px 0; }
.FW011344 .medidas .container { align-items: center; }
.FW011344 .medidas .aux-mobile { width: 55%; display: flex; justify-content: flex-start; align-items: center; }
.FW011344 .medidas .img { width: 100%; display: flex; justify-content: center; align-items: center; }
.FW011344 .medidas .img img { width: 100%; max-width: 661px; }
.FW011344 .medidas .infos { flex: 1; display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column; gap: 70px; }
.FW011344 .medidas .infos h3 { font-size: 3em; font-weight: 900; line-height: 1; margin: 0 0 40px 0; }
.FW011344 .medidas .infos p { font-size: 2em; font-weight: 500; margin: 0; }
.FW011344 .medidas .infos .selo { padding-left: 100px; }

.FW011344 .banner { padding-top: 80px; }
.FW011344 .banner .hld { background: var(--blue); border-radius: 20px 20px 0 0; padding: 60px 30px; display: flex; justify-content: center; align-items: center; }
.FW011344 .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%;
  }
  .FW011344 {
    margin: 0 -1rem;
  }
  .FW011344 .acessorios { margin: 0; }
}
/* DEFAULT */

/* MEDIA QUERY */
@media (max-width: 1399.98px) {
    /* XL */
}

@media (max-width: 1259.98px) {
    /* LG */
    .FW011344 .diferenciais.lamina .infos { width: 45%; }

    .FW011344 .box-foto.agua .img .chamada { top: 90px; left: 60px; }

    .FW011344 .box .img { width: 50%; }
    .FW011344 .diferenciais.base .img { margin-top: -240px; }

    .FW011344 .laminas .slide .img { width: 30%; }
    .FW011344 .laminas .hld .infos .txt { padding: 0 50px 0 180px; width: 70%; }

    .FW011344 .diferenciais.base .infos { width: 40%; }

    .FW011344 .acessorios .hld-slider { margin: 0 -30px; width: calc(100% + 60px); }
    .FW011344 .acessorios .hld-slider .slick-list { padding: 0 30px; }
}

@media (max-width: 991.98px) {
	/* MD */
    .FW011344 .container { padding: 0 15px; }
    .FW011344 .container.fluid { flex-direction: column; }

    .FW011344 .mobile { display: block !important; }
    .FW011344 .desktop { display: none !important; }

    .FW011344 .topo .container { gap: 30px; align-items: center; }
    .FW011344 .topo .infos { width: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; }
    .FW011344 .topo .infos .aux-mobile { display: flex; justify-content: center; align-items: center; gap: 20px; margin-bottom: 30px; }
    .FW011344 .topo .infos h2 { margin-bottom: 0; margin-top: 10px; }
    .FW011344 .topo .infos h3 { font-size: 2.4em; text-transform: none; margin-bottom: 0; }
    .FW011344 .topo .infos .selo { margin-bottom: 0; }

    .FW011344 .funcionalidades { padding: 60px 0 30px 0; }
    .FW011344 .funcionalidades .aux-slider { display: block; }
    .FW011344 .funcionalidades .item { flex: unset; width: unset; flex-direction: row; justify-content: center; text-align: left; gap: 30px; }
    .FW011344 .funcionalidades .item .ico { margin-bottom: 0; }
    .FW011344 .funcionalidades .item .info { width: 175px; }
    .FW011344 .funcionalidades .item p { font-size: 2.4em; font-weight: 700; }

    .FW011344 .box-foto .container { padding: 0; }
    .FW011344 .box-foto .img { height: 750px; }
    .FW011344 .box-foto .img .chamada { top: 200px; }
    .FW011344 .box-foto .img .chamada h4 { font-weight: 900; }
    .FW011344 .box-foto.agua .img { height: 400px; }

    .FW011344 .box-foto.agua .chamada { position: relative; left: unset; top: unset; width: 100%; text-align: center; margin-top: 60px; }
    .FW011344 .box-foto.agua .chamada h4 { color: var(--black-light); margin-bottom: 0; font-weight: 900; }
    .FW011344 .box-foto.agua .chamada p { color: var(--black-light); }
    .FW011344 .box-foto.agua .chamada .aux { display: flex; justify-content: center; align-items: center; gap: 20px; }
    .FW011344 .box-foto.agua .chamada .ico { background: var(--black-light); margin-bottom: 0; }

    .FW011344 .box { padding-top: 80px; }
    .FW011344 .box .container { padding: 0; }
    .FW011344 .box .holder { display: flex; flex-direction: column-reverse; position: relative; padding: 45px 15px 0 15px; }
    .FW011344 .box .img { width: 100%; margin-top: 0; margin-left: 0; }
    .FW011344 .box .img.mobile { display: flex !important; justify-content: center; }
    .FW011344 .box .infos h3 { font-size: 2.4em; }
    .FW011344 .box .infos p { text-align: center; }
    .FW011344 .box .infos { margin-bottom: 60px; }
    .FW011344 .box .infos .aux { text-align: center; margin-top: 30px; }

    .FW011344 .diferenciais .infos { width: 100%; align-items: center; gap: 60px; }
    .FW011344 .diferenciais .infos .info { display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; }
    .FW011344 .diferenciais .infos .chamada { font-size: 2.4em; margin-bottom: 10px; }
    .FW011344 .diferenciais.lamina .container { gap: 0; }
    .FW011344 .diferenciais.lamina .infos { padding-top: 0; width: 100%; margin-bottom: 60px; }
    .FW011344 .diferenciais.lamina .infos .aux .chamada { margin: 0; }
    .FW011344 .diferenciais.lamina .img { margin-right: -60px; }
    .FW011344 .diferenciais.base .container { flex-direction: column-reverse; }
    .FW011344 .diferenciais.base .img { margin-top: -250px; }
    .FW011344 .diferenciais.base .infos { width: 100%; align-items: center; }
    .FW011344 .diferenciais.base .infos .ico { background: var(--blue); }
    .FW011344 .diferenciais.base .infos .aux { text-align: left; }
    .FW011344 .diferenciais.base .infos .aux .chamada { margin: 0; }

    .FW011344 .laminas .hld .infos { position: relative; }

    .FW011344 .laminas.first { margin-bottom: 60px; }
    .FW011344 .laminas .chamada { margin-bottom: 30px; }
    .FW011344 .laminas .hld .infos { osition: relative; left: unset; top: unset; margin-top: 0; display: flex; flex-direction: column-reverse; margin-bottom: 15px; }
    .FW011344 .laminas .hld .infos .img { margin-left: 0; display: flex; justify-content: center; align-items: center; margin-top: 50px; }
    .FW011344 .laminas .hld .infos .txt { position: relative; left: unset; top: unset; width: 100%; font-size: 2.4em; padding: 0 50px; height: 60px; justify-content: center; border-radius: 50px; }
    .FW011344 .laminas .slick-track { display: flex !important; }
    .FW011344 .laminas .slide { margin-bottom: 0; padding: 30px; flex-direction: column; height: inherit !important; }
    .FW011344 .laminas .slide .img { width: 100%; margin-bottom: 0; }
    .FW011344 .laminas .slide .info { padding-left: 0; padding-bottom: 15px; text-align: center; }
    .FW011344 .laminas .nav-slider { right: 0; top: unset; bottom: 180px; padding: 0 15px; justify-content: space-between; width: 100%;  }

    .FW011344 .eficiencia { padding: 200px 0 0 0; }
    .FW011344 .eficiencia .top { transform: translate(8%,-50%); }
    .FW011344 .eficiencia .container .holder { background: none; border-radius: 0; padding: 0; position: relative; }
    .FW011344 .eficiencia .container .holder:before { content: ''; position: absolute; left: 12%; top: 0; width: 76%; height: 100%; background: var(--gray); border-radius: 70px; }
    .FW011344 .eficiencia .img { transform: translate(5%,25%); margin-bottom: -45px; }
    .FW011344 .eficiencia .infos { justify-content: center; text-align: center; margin-right: 0; padding-bottom: 0; padding-top: 190px; }
    .FW011344 .eficiencia .infos .aux { display: flex; justify-content: center; align-items: center; gap: 20px; text-align: left; margin-bottom: 30px; }
    .FW011344 .eficiencia .infos .chamada { font-size: 2.4em; margin-bottom: 0; }

    .FW011344 .acessorios .hld-slider { margin: 0 -15px; width: calc(100% + 30px); }
    .FW011344 .acessorios .hld-slider .slick-list { padding: 0 15px; }
    .FW011344 .acessorios .hld-slider .slide .container { flex-direction: column; gap: 30px; }
    .FW011344 .acessorios .hld-slider .slide .info { text-align: center; padding-bottom: 60px; }
    .FW011344 .acessorios .hld-slider .slick-dots { display: flex; justify-content: center; align-items: center; list-style: none; gap: 6px; padding: 0; width: 60px; height: 30px; background: var(--gray-light); border-radius: 50px; margin: 0; position: absolute; left: 50%; bottom: 0; transform: translate(-50%); }
    .FW011344 .acessorios .hld-slider .slick-dots li { margin: 0; padding: 0; line-height: 0; }
    .FW011344 .acessorios .hld-slider .slick-dots li button { padding: 0; font-size: 0; border: none; background: var(--gray-medium); width: 6px; height: 6px; border-radius: 50%; cursor: pointer; transition: all 0.3s ease; }
    .FW011344 .acessorios .hld-slider .slick-dots li.slick-active button { width: 9px; height: 9px; background: var(--white); }

    .FW011344 .medidas { padding: 0 0 50px 0; }
    .FW011344 .medidas .aux-mobile { width: 80%; position: relative; }
    .FW011344 .medidas .aux-mobile .selo { position: absolute; right: 0; top: 0; width: 50%; display: flex !important; justify-content: center; align-items: center; }
    .FW011344 .medidas .aux-mobile .selo img { width: 50%; }
    .FW011344 .medidas .container { align-items: center; flex-direction: column-reverse; }
    .FW011344 .medidas .infos { justify-content: center; text-align: center; margin-bottom: 60px; }
    .FW011344 .medidas .infos h3 { font-size: 2.4em; }

    .FW011344 .banner { padding-top: 0; }
}

@media (max-width: 767.98px) {
	/* XS */
    .FW011344 .topo .infos h2 { font-size: 3em; }
    
    .FW011344 .box-foto .img .chamada { top: 100px; left: 30px; }

    .FW011344 .banner .hld { padding: 20px; width: calc(100% + 30px); margin: 0 -15px; }
    .FW011344 .banner .hld img { width: 60%; }
}

@media (max-width: 575.98px) {
    /* XXS */
    .FW011344 .ico { width: 50px; }
    .FW011344 .ico img { max-height: 25px; max-width: 25px; }

    /*.FW011344 .topo .container { padding: 0 5px; }*/
    /*.FW011344 .topo .produto img { width: 50%; }*/
    .FW011344 .topo .infos h2 { font-size: 1.8em; margin-top: 2px; }
    .FW011344 .topo .infos h3 { font-size: 2em; }
    .FW011344 .topo .infos p { font-size: 1.4em; }
    .FW011344 .topo .infos .aux-mobile { gap: 10px; }

    /*.FW011344 .funcionalidades { padding-top: 0; }*/
    .FW011344 .funcionalidades .item { gap: 10px; }
    .FW011344 .funcionalidades .item .info { width: 145px; }
    .FW011344 .funcionalidades .item p { font-size: 2em; }

    .FW011344 .diferenciais .infos .chamada { font-size: 2em; }
    .FW011344 .diferenciais .infos .txt { font-size: 1.4em; }
    .FW011344 .diferenciais .infos .aux { gap: 15px; }
    .FW011344 .diferenciais.lamina { margin-top: -140px; }
    .FW011344 .diferenciais.lamina .img { margin-right: -40px; }
    .FW011344 .diferenciais.lamina .img img { width: 80%; }
    .FW011344 .diferenciais.base { padding-bottom: 0; }
    .FW011344 .diferenciais.base .img { margin-top: -160px; }

    .FW011344 .box-foto .img { height: 420px; }
    .FW011344 .box-foto .img .chamada { top: 60px; }
    .FW011344 .box-foto .chamada h4 { font-size: 2em; }
    .FW011344 .box-foto .chamada p { font-size: 1.4em; }
/*
    .FW011344 .box-foto .img { height: 195px; }
    .FW011344 .box-foto .img .chamada { font-size: 2.2em; right: 25px; bottom: 15px; }
*/
    .FW011344 .box { padding-top: 30px }
    .FW011344 .box .img img { width: 60%; }
    .FW011344 .box .holder { border-radius: 35px; }
    .FW011344 .box .infos h2 { font-size: 2.2em; }
    .FW011344 .box .infos h3 { font-size: 2em; }
    .FW011344 .box .infos p { font-size: 1.4em; }
    .FW011344 .box .infos.mobile { left: 45%; }


    .FW011344 .eficiencia { padding: 120px 0 50px 0; }
    .FW011344 .eficiencia .top { transform: translate(4%, -50%); }
    .FW011344 .eficiencia .aux-img { width: 80%; }
    .FW011344 .eficiencia .container { padding: 0; }
    .FW011344 .eficiencia .container .holder:before { width: 74%; left: 13%; border-radius: 35px; }
    .FW011344 .eficiencia .img { transform: translate(15%, 20%); margin-bottom: -40px; }
    .FW011344 .eficiencia .img img { width: 80%; }
    .FW011344 .eficiencia .infos { padding-top: 120px; }
    .FW011344 .eficiencia .infos .chamada { font-size: 2em; }
    .FW011344 .eficiencia .infos .txt { font-size: 1.4em; }


    .FW011344 .laminas .chamada { font-size: 2em; }
    .FW011344 .laminas .hld .infos .img img { width: 60%; }
    .FW011344 .laminas .hld .infos .txt { padding: 0 15px; font-size: 2em; }
    .FW011344 .laminas .slide .info .aux { font-size: 1.2em; }
    .FW011344 .laminas .slide { padding: 30px 15px; }
    .FW011344 .laminas .nav-slider { padding: 0 5px; }

    .FW011344 .acessorios .hld-slider .slide { margin: 0 15px; }
    .FW011344 .acessorios .container { padding: 0; }
    .FW011344 .acessorios .hld-slider .slide .info h3 { font-size: 2em; }
    .FW011344 .acessorios .hld-slider .slide .info p { font-size: 1.2em; }
    .FW011344 .acessorios .hld-slider .slide .img { width: 100%; }
    .FW011344 .acessorios .hld-slider .slide .info { width: calc(100% + 20px); margin: 0 -10px; }

    .FW011344 .medidas .infos h3 { font-size: 2em; }
    .FW011344 .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) { .FW011344 { background: rgba(255,55,155,0.5); } }
@media (max-width: 1259.98px) { .FW011344 { background: rgba(255,155,55,0.5); } }
@media (max-width: 991.98px) { .FW011344 { background: rgba(155,255,55,0.5); } }
@media (max-width: 767.98px) { .FW011344 { background: rgba(155,55,255,0.5); } }
@media (max-width: 575.98px) { .FW011344 { background: rgba(55,155,255,0.5); } }
*/