/* FONTES */
@import url("https://use.typekit.net/elt5uhe.css");


/* VARIÁVEIS */
:root {
  --blue:               #77C5D5;
  --gray:               #53565A;
  --gray-medium:        #C7C7C7;
  --gray-light:         #E8E8E8;
  --gray-dark:          #252525;
  --white:              #FFFFFF;
  --black:              #1A1A1A;
  --black-pure:         #000000;
  --dummy:              #FFCC00;
}


/*  DEFAULT */
.FW012760 { font-family: "arboria", sans-serif; font-weight: 400; font-size: 10px; color: var(--black); }
.FW012760 * { box-sizing: border-box; }
.FW012760 a { text-decoration: none; }
/*  DEFAULT */

.FW012760 .container { width: 100%; max-width: 1260px; margin: 0 auto; padding: 0 30px; display: flex; flex-direction: column; position: relative; }
.FW012760 .container.fluid { flex-direction: row; }
.FW012760 .mobile { display: none; }
.FW012760 .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 */
.FW012760 .tip .container { justify-content: center; }
.FW012760 .tip .brand { padding: 15px 40px; border-radius: 0 0 10px 10px; background: var(--black); }

.FW012760 .topo { padding-top: 115px; }
.FW012760 .topo .assinatura { position: absolute; left: 40%; top: 0; width: 50%; }
.FW012760 .topo .assinatura img { width: 100%; max-width: 581px; }
.FW012760 .topo .fogaca { width: 100%; display: flex; justify-content: center; align-items: center; padding-top: 20px; }
.FW012760 .topo .fogaca img { width: 100%; max-width: 1148px; }
.FW012760 .topo .produto { position: absolute; left: 50%; bottom: -6%; width: calc(40% - 30px); display: flex; justify-content: center; align-items: center; }
.FW012760 .topo .produto img { width: 100%; max-width: 266px; }

.FW012760 .funcionalidades { padding-top: 140px; position: relative; }
.FW012760 .funcionalidades .aux-slider { width: 100%; display: flex; }
.FW012760 .funcionalidades .item { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; }
.FW012760 .funcionalidades .item .ico { background: var(--gray-dark); margin-bottom: 40px; }
.FW012760 .funcionalidades .item h2 { margin: 0 0 20px 0; font-size: 2.2em; line-height: 1.136; text-transform: uppercase; }
.FW012760 .funcionalidades .item p { margin: 0; font-size: 2em; }

.FW012760 .ambientada { padding-top: 70px; }
.FW012760 .ambientada .img { width: 100%; height: 510px; background-repeat: no-repeat; background-position: center; background-size: cover; border-radius: 70px; position: relative; z-index: 2; }
.FW012760 .ambientada .img h2 { font-size: 3em; line-height: 1.2; color: var(--white); margin: 75px 0 0 75px; text-transform: uppercase; }
.FW012760 .ambientada .infos { padding-top: 70px; border-radius: 0 0 70px 70px; margin-top: -70px; background: var(--gray-dark); }
.FW012760 .ambientada .infos .aux { display: flex; justify-content: center; align-items: center; gap: 60px; padding: 50px 30px; }
.FW012760 .ambientada .infos .info { color: var(--white); flex: 1; display: flex; justify-content: flex-start; align-items: center; gap: 30px; padding-left: 10%; }
.FW012760 .ambientada .infos .info.mobile { display: none; }
.FW012760 .ambientada .infos .info.txt { width: 50%; flex: unset; justify-content: flex-start; padding: 0; }
.FW012760 .ambientada .infos .info .ico { background: var(--white); }
.FW012760 .ambientada .infos .info h3 { font-size: 3em; font-weight: 400; text-transform: uppercase; line-height: 1; margin: -5px 0 0 0; }
.FW012760 .ambientada .infos .info h3 span { font-weight: 700; }
.FW012760 .ambientada .infos .info p { font-size: 2em; margin: 0; }
.FW012760 .ambientada.alt { padding-top: 25px; position: relative; z-index: 2; }
.FW012760 .ambientada.alt .img { width: 100%; height: auto; aspect-ratio: 12/10; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
.FW012760 .ambientada.alt .infos { padding-top: 0; margin-top: 0; background: var(--gray-dark); position: relative; z-index: 2; }
.FW012760 .ambientada.alt .infos .info.txt { width: 42%; }
.FW012760 .ambientada.alt .niveis { padding: 120px 0 50px 0; border-radius: 0 0 70px 70px; margin-top: -70px; background: var(--gray-dark); display: flex; justify-content: center; align-items: center; gap: 70px; }
.FW012760 .ambientada.alt .niveis .divisoria { width: 1px; height: 88px; background: var(--white); margin-top: 15px; }
.FW012760 .ambientada.alt .niveis .chamada { font-size: 4.1em; color: var(--white); line-height: 1; text-transform: uppercase; text-align: center; }
.FW012760 .ambientada.alt .niveis .chamada strong { font-size: 1.7317em; }

.FW012760 .modos { padding-top: 30px; }
.FW012760 .modos .container { align-items: center; }
.FW012760 .modos .infos { width: 40%; margin-left: 60px; }
.FW012760 .modos .infos .aux { display: flex; justify-content: flex-start; align-items: center; gap: 30px; margin-bottom: 30px; }
.FW012760 .modos .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; }
.FW012760 .modos .infos h3 { font-size: 3em; font-weight: 400; text-transform: uppercase; line-height: 1.2; margin: -10px 0 0 0; }
.FW012760 .modos .infos p { font-size: 2em; margin: 0; }
.FW012760 .modos .infos h4 { font-size: 3em; line-height: 1.2; margin: 60px 0 0 0; }
.FW012760 .modos .chamada { font-size: 3em; font-weight: 700; }
.FW012760 .modos .img { flex: 1; margin-top: 30px; display: flex; justify-content: flex-start; align-items: center; }
.FW012760 .modos .img img { width: 100%; max-width: 533px; }

.FW012760 .laminas { padding-top: 300px; }
.FW012760 .laminas .holder { background: var(--gray); border-radius: 70px; display: flex; justify-content: center; align-items: center; padding: 0 30px 0 100px; }
.FW012760 .laminas .infos { width: 50%; padding: 50px 0; }
.FW012760 .laminas .infos .titulo { display: flex; justify-content: flex-start; align-items: center; gap: 40px; margin-bottom: 40px; }
.FW012760 .laminas .infos .ico { background: var(--white); }
.FW012760 .laminas .infos .ico.mobile { display: none; }
.FW012760 .laminas .infos h3 { font-size: 3em; font-weight: 400; color: var(--white); text-transform: uppercase; line-height: 1.2; margin: -10px 0 0 0; }
.FW012760 .laminas .infos p { font-size: 2em; margin: 0; color: var(--white); }
.FW012760 .laminas .infos h4 { font-size: 3em; line-height: 1.2; margin: 60px 0 0 0; }
.FW012760 .laminas .img { flex: 1; margin-top: -49%; margin-bottom: 50px; display: flex; justify-content: center; align-items: center; }
.FW012760 .laminas .img img { width: 100%; max-width: 508px; }

.FW012760 .laminas.alt { padding-top: 550px; overflow: hidden; }
.FW012760 .laminas.alt .holder { background: var(--black); }
.FW012760 .laminas.alt .infos { width: 40%; padding: 50px 0; display: flex; justify-content: center; align-items: flex-start; flex-direction: column; gap: 80px; }
.FW012760 .laminas.alt .infos .titulo { gap: 20px; margin-bottom: 20px; }
.FW012760 .laminas.alt .img { justify-content: flex-end; }
.FW012760 .laminas.alt .img.mobile { display: none; }
.FW012760 .laminas.alt .img img { width: 100%; max-width: 606px; transform: translate(15%); }

.FW012760 .experiencia .container { gap: 30px; }
.FW012760 .experiencia .hld-img { flex: 1; position: relative; }
.FW012760 .experiencia .hld-img:before { content: ''; position: absolute; left: 0; top: -70px; width: calc(100% - 80px); height: calc(100% + 70px); background: var(--black-pure); border-radius: 0 0 500px 500px; }
.FW012760 .experiencia .hld-img .txt { font-size: 3em; color: var(--white); padding-top: 70px; line-height: 1; position: relative; z-index: 2; display: flex; justify-content: center; align-items: center; width: calc(100% - 80px); }
.FW012760 .experiencia .hld-img .img { position: relative; z-index: 2; text-align: right; }
.FW012760 .experiencia .hld-img .img img { margin: 0 0 -68% -7%; width: 140%; max-width: 968px; }
.FW012760 .experiencia .infos { width: 40%; padding: 220px 0 0 30px; }
.FW012760 .experiencia .infos .aux {display: flex; justify-content: flex-start; align-items: center; gap: 30px; }
.FW012760 .experiencia .infos .ico { background: var(--black-pure); margin-bottom: 25px; }
.FW012760 .experiencia .infos .chamada { font-size: 3em; text-transform: uppercase; line-height: 1.2; margin: 0 0 25px 0; }
.FW012760 .experiencia .infos .txt { font-size: 2em; margin: 0; }

.FW012760 .box { padding: 15px 0; }
.FW012760 .box .img { width: 100%; height: 500px; background-repeat: no-repeat; background-position: center; background-size: cover; border-radius: 70px; position: relative; z-index: 2; }
.FW012760 .box .infos { padding-top: 0; border-radius: 20px; margin-top: 0; background: var(--gray); }
.FW012760 .box .infos .aux { display: flex; justify-content: center; align-items: center; gap: 30px; padding: 50px 0; }
.FW012760 .box .infos .info { color: var(--white); flex: 1; display: flex; justify-content: flex-start; align-items: center; gap: 30px; padding-left: 11%; }
.FW012760 .box .infos .info.txt { width: 50%; flex: unset; justify-content: flex-start; padding: 0; }
.FW012760 .box .infos .info .ico { background: var(--white); }
.FW012760 .box .infos .info .ico.mobile { display: none; }
.FW012760 .box .infos .info.txt.mobile { display: none; }
.FW012760 .box .infos .info h3 { font-size: 3em; font-weight: 400; text-transform: uppercase; line-height: 1; margin: -5px 0 0 0; }
.FW012760 .box .infos .info h3 span { font-weight: 700; }
.FW012760 .box .infos .info p { font-size: 2em; margin: 0; }

.FW012760 .receitas { overflow: hidden; margin: 0 calc(((100vw - 1248px)/2)*(-1)); width: 100vw; }
.FW012760 .receitas { overflow: hidden; }
.FW012760 .receitas .infos .aux { display: flex; justify-content: center; align-items: center; gap: 60px; padding: 50px 30px; }
.FW012760 .receitas .infos .info { flex: 1; display: flex; justify-content: flex-start; align-items: center; gap: 65px; padding-left: 11%; }
.FW012760 .receitas .infos .info.txt { width: 45%; flex: unset; justify-content: flex-start; padding: 0; }
.FW012760 .receitas .infos .info .ico { background: var(--blue); }
.FW012760 .receitas .infos .info h3 { font-size: 3em; font-weight: 400; text-transform: uppercase; line-height: 1; margin: -5px 0 0 0; }
.FW012760 .receitas .infos .info h3 span { font-weight: 700; }
.FW012760 .receitas .infos .info p { font-size: 2em; margin: 0; }
.FW012760 .receitas .slider-receitas { margin: 0 calc(((100vw - 1200px)/2)*(-1)); width: 100vw; }
.FW012760 .receitas .slider-receitas .slide { aspect-ratio: 389/765; background-repeat: no-repeat; background-position: center; background-size: cover; margin-right: 15px; border-radius: 20px; display: flex; justify-content: center; align-items: flex-end; position: relative; overflow: hidden; }
.FW012760 .receitas .slider-receitas .slide:before { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 50%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 30.51%, rgba(0, 0, 0, 0.80) 100%); }
.FW012760 .receitas .slider-receitas .slide .info { padding-bottom: 50px; display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; gap: 30px; position: relative; z-index: 2; }
.FW012760 .receitas .slider-receitas .slide .info .chamada { font-size: 2.5em; font-weight: 700; color: var(--white); text-transform: uppercase; }
.FW012760 .receitas .slider-receitas .slide .info .txt { font-size: 2.5em; color: var(--white); }
.FW012760 .receitas .slider-receitas .slick-list { padding: 0 calc((100vw - 1200px)/2); }
.FW012760 .receitas .nav-slider { position: absolute; left: 0; top: calc(50% - 43px); width: 100%; padding: 0 81px 0 66px; display: flex; justify-content: space-between; align-items: center; pointer-events: none; }
.FW012760 .receitas .nav-slider .arrow { cursor: pointer; pointer-events: all; }
.FW012760 .receitas .nav-slider .arrow.prev img { transform: scaleX(-1); }

.FW012760 .saude { margin: 100px 0 60px 0; }
.FW012760 .saude .container { gap: 60px; align-items: center; }
.FW012760 .saude .img { width: calc(50% + 30px); display: flex; justify-content: center; align-items: center; }
.FW012760 .saude .img img { width: 100%; max-width: 589px; }
.FW012760 .saude .infos { flex: 1; }
.FW012760 .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; }
.FW012760 .saude .infos h2 { font-size: 3.5em; text-transform: uppercase; line-height: 1; margin: 0 0 10px 0; }
.FW012760 .saude .infos h3 { font-size: 2.6em; text-transform: uppercase; line-height: 1; margin: 30px 0 30px 0; }
.FW012760 .saude .infos p { font-size: 2em; margin: 0 0 20px 0; }
.FW012760 .saude .infos .bt { display: flex; margin-top: 30px; border: none; }
.FW012760 .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; }
.FW012760 .saude .infos .bt a:hover { background: var(--blue); }

.FW012760 .garantia { padding-top: 50px; }
.FW012760 .garantia .container { align-items: center; }
.FW012760 .garantia .aux-mobile { width: 50%; display: flex; justify-content: flex-start; align-items: center; }
.FW012760 .garantia .img { width: 100%; display: flex; justify-content: center; align-items: center; }
.FW012760 .garantia .img img { width: 100%; max-width: 434px; }
.FW012760 .garantia .infos { flex: 1; display: flex; justify-content: flex-end; align-items: center; }
.FW012760 .garantia .infos h3 { font-size: 2.6em; text-transform: uppercase; line-height: 1; margin: 30px 0 20px 0; }
.FW012760 .garantia .infos p { font-size: 2em; margin: 0 0 20px 0; }

.FW012760 .banner { padding-top: 80px; }
.FW012760 .banner a .img { aspect-ratio: 1197/618; border-radius: 20px; overflow: hidden; position: relative; }
.FW012760 .banner a .img img { min-width: 100%; height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); transition: all 0.3s ease; }
.FW012760 .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%;
  }
  .FW012760 {
    margin: 0 -1rem;
  }
  .FW012760 .receitas { margin: 0; }
}
/* DEFAULT */


/* MEDIA QUERY */
@media (max-width: 1399.98px) {
    /* XL */
}

@media (max-width: 1259.98px) {
    /* LG */
    .FW012760 .topo { padding-top: 18vw; overflow: hidden; padding-bottom: 60px; }
    .FW012760 .topo .assinatura { left: 0; top: -12vw; width: 100%; display: flex; justify-content: center; align-items: center; }
    .FW012760 .topo .assinatura img { width: 75%; }
    .FW012760 .topo .produto { bottom: -9%; width: 52%; }
    .FW012760 .topo .produto img { width: 92%; }

    .FW012760 .funcionalidades { padding-top: 80px; }

    .FW012760 .ambientada .infos .aux { gap: 20px; }
    .FW012760 .ambientada .infos .info { gap: 20px; padding-left: 0; }
    .FW012760 .ambientada .infos .info.txt { width: 60%; }
    .FW012760 .ambientada.alt .infos .info.txt { width: 52%; }

    .FW012760 .box .infos .aux { gap: 20px; }
    .FW012760 .box .infos .info { gap: 20px; padding-left: 50px; }
    .FW012760 .box .infos .info.txt { width: 46%; }

    .FW012760 .receitas .infos .aux { gap: 20px; }
    .FW012760 .receitas .infos .info { gap: 20px; padding-left: 0; }
    .FW012760 .receitas .infos .info.txt { width: 52%; }
    .FW012760 .receitas .slider-receitas { margin: 0 -30px; width: calc(100% + 60px); }
    .FW012760 .receitas .slider-receitas .slick-list { padding: 0 30px; }
    .FW012760 .receitas .slider-receitas .slide .info .txt { font-size: 2.2em; }
    .FW012760 .receitas .nav-slider { padding: 0 51px 0 36px; }

    .FW012760 .laminas .infos .titulo { gap: 20px; }
    .FW012760 .laminas .holder { padding: 0 30px 0 60px; }
    .FW012760 .laminas.alt .infos { width: 50%; }
    .FW012760 .laminas.alt .img img { width: 140%; margin: 0 -20%; transform: none; }

    .FW012760 .seguranca .holder { gap: 30px; }
    .FW012760 .seguranca .holder .img { width: 45%; }

    .FW012760 .modos .infos { margin-left: 0; }

    .FW012760 .experiencia .hld-img .img { width: 100%; }
    .FW012760 .experiencia .infos { width: 45%; padding-left: 0; }

    .FW012760 .saude .img { width: 45%; }

    .FW012760 .garantia .aux-mobile { width: 42%; }
}

@media (max-width: 991.98px) {
	/* MD */
    .FW012760 .container { padding: 0 15px; }
    .FW012760 .container.fluid { flex-direction: column; }

    .FW012760 .mobile { display: block; }
    .FW012760 .desktop { display: none !important; }

    .FW012760 .tip .container { flex-direction: row; }

    .FW012760 .topo { padding-top: 24vw; }
    .FW012760 .topo .assinatura { top: -20vw; }
    .FW012760 .topo .produto { width: 30%; left: 58%; }

    .FW012760 .ambientada .img { height: auto; aspect-ratio: 10/11; }
    .FW012760 .ambientada .infos .aux { flex-direction: column; }
    .FW012760 .ambientada .infos .info { gap: 40px; }
    .FW012760 .ambientada .infos .info.mobile { display: flex; }
    .FW012760 .ambientada .infos .info.txt { width: 100%; text-align: center; justify-content: center; }
    
    .FW012760 .ambientada.alt { padding-top: 0; }
    .FW012760 .ambientada.alt .infos { width: calc(100% + 30px); margin: 0 -15px; }
    .FW012760 .ambientada.alt .infos .info.txt { width: 100%; }

    .FW012760 .box { padding: 0; }
    .FW012760 .box .infos { background: none; }
    .FW012760 .box .infos .aux { flex-direction: column; }
    .FW012760 .box .infos .info { color: var(--black); justify-content: center; padding-left: 0; }
    .FW012760 .box .infos .info.txt { width: 100%; justify-content: center; text-align: center; }
    .FW012760 .box .infos .info .ico.mobile { display: flex; }
    .FW012760 .box .infos .info.txt.mobile { display: flex; }
    .FW012760 .box .infos .info .ico { background: var(--black); display: flex; }

    .FW012760 .funcionalidades { padding-top: 20px; }
    .FW012760 .funcionalidades .aux-slider { display: block; }
    .FW012760 .funcionalidades .item { flex: unset; width: unset; flex-direction: row; justify-content: center; text-align: left; gap: 30px; }
    .FW012760 .funcionalidades .item .info { width: 230px; }
    .FW012760 .funcionalidades .item .ico { margin-bottom: 0; }

    .FW012760 .receitas { overflow: hidden; }
    .FW012760 .receitas .infos { flex-direction: column; gap: 30px; }
    .FW012760 .receitas .infos .aux { flex-direction: column; gap: 30px; }
    .FW012760 .receitas .infos .info { gap: 40px; }
    .FW012760 .receitas .infos .info.txt { width: 100%; justify-content: center; }
    .FW012760 .receitas .infos p { text-align: center; }
    .FW012760 .receitas .slider-receitas .slide { aspect-ratio: 6/10; }

    .FW012760 .modos { padding-top: 80px; }
    .FW012760 .modos .container { flex-direction: column-reverse; }
    .FW012760 .modos .infos { width: 100%; margin-left: 0; text-align: center; }
    .FW012760 .modos .infos .aux { display: flex; justify-content: center; align-items: center; gap: 40px; text-align: left; margin-bottom: 30px; }
    .FW012760 .modos .infos .ico { margin: 0; }
    .FW012760 .modos .infos h3 { margin: -5px 0 0 0; }
    .FW012760 .modos .img { justify-content: center; margin: 40px 0; }
    .FW012760 .modos .img img { width: 70%; }

    .FW012760 .laminas { padding-top: 50px; overflow: hidden; }
    .FW012760 .laminas .holder { padding: 0 30px; flex-direction: column; background: none; position: relative; }
    .FW012760 .laminas .holder:before { content: ''; position: absolute; left: -15px; bottom: 0; width: calc(100% + 30px); height: 30%; background: var(--gray-dark); }
    .FW012760 .laminas .infos { width: 100%; padding: 0 0 50px 0; display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; }
    .FW012760 .laminas .infos .titulo { gap: 40px; margin-bottom: 25px; text-align: left; }
    .FW012760 .laminas .infos .ico { background: var(--black); display: flex; }
    .FW012760 .laminas .infos .ico.mobile { display: flex; }
    .FW012760 .laminas .infos h3 { color: var(--black); }
    .FW012760 .laminas .infos p { color: var(--black); }
    .FW012760 .laminas .img { margin: 0; position: relative; z-index: 2; padding-top: 80px; }
    .FW012760 .laminas .img .selo { position: absolute; right: -180px; top: 0; }
    .FW012760 .laminas .img img { width: 70%; }

    .FW012760 .laminas.alt { padding-top: 50px; }
    .FW012760 .laminas.alt .holder:before { display: none; }
    .FW012760 .laminas.alt .infos { width: 100%; align-items: center; }
    .FW012760 .laminas.alt .infos .ico { background: var(--white); display: flex; }
    .FW012760 .laminas.alt .infos h3 { color: var(--white); }
    .FW012760 .laminas.alt .infos p { color: var(--white); }
    .FW012760 .laminas.alt .infos .titulo { justify-content: center; }
    .FW012760 .laminas.alt .img.mobile { display: flex; justify-content: center; align-items: center; margin-top: 30px; }
    .FW012760 .laminas.alt .img.mobile img { width: 60%; }

    .FW012760 .experiencia .hld-img:before { width: 75%; left: -15px; }
    .FW012760 .experiencia .hld-img .txt { width: calc(75% - 30px); }
    .FW012760 .experiencia .hld-img .img { display: flex; justify-content: center; align-items: center; }
    .FW012760 .experiencia .hld-img .img img { max-width: 618px; margin: 70px 0 -200px 0; }
    .FW012760 .experiencia .infos { width: 100%; padding: 200px 0 0 0; }
    .FW012760 .experiencia .infos .aux { display: flex; justify-content: center; align-items: center; gap: 40px; margin-bottom: 40px; }
    .FW012760 .experiencia .infos .txt { text-align: center; }
    .FW012760 .experiencia .infos .ico { margin: 0; }
    .FW012760 .experiencia .infos .chamada { margin: -5px 0 0 0; }
    .FW012760 .experiencia .infos .txt br { display: block; }

    .FW012760 .saude .img { width: 60%; }
    .FW012760 .saude .infos { text-align: center; }
    .FW012760 .saude .infos h3 { margin: 0 0 10px 0; }
    .FW012760 .saude .infos .bt { justify-content: center; }

    .FW012760 .garantia .selo { text-align: center; margin-bottom: 30px; }
    .FW012760 .garantia .aux-mobile { width: 100%; align-items: center; flex-direction: column; margin-top: 60px; }
    .FW012760 .garantia .img { flex: 1; display: flex; justify-content: center; align-items: center; }
    .FW012760 .garantia .infos { justify-content: center; text-align: center; }

    .FW012760 .banner { padding-top: 40px; }
    .FW012760 .banner a .img { width: calc(100% + 30px); margin: 0 -15px; border-radius: 0; }
    .FW012760 .banner a:hover .img img { transform: translate(-50%, -50%); }
}

@media (max-width: 767.98px) {
	/* XS */
    .FW012760 .experiencia .hld-img .img img { width: 100%; max-width: 526px; }
    .FW012760 .experiencia .hld-img .txt { font-size: 2.6em; }
    .FW012760 .experiencia .hld-img .txt br { display: none; }

    .FW012760 .laminas .img img { width: 60%; }
    .FW012760 .laminas .img .selo { right: -100px; }
}

@media (max-width: 575.98px) {
    /* XXS */
    .FW012760 .ico { width: 50px; }
    .FW012760 .ico img { max-width: 30px; max-height: 30px; }

    .FW012760 .tip .brand { padding: 10px 20px; }
    .FW012760 .tip .brand img { width: 90px; }

    .FW012760 .topo .assinatura img { width: 90%; }
    .FW012760 .funcionalidades { padding-top: 0; }
    .FW012760 .funcionalidades .item { gap: 15px; }
    .FW012760 .funcionalidades .item .info { width: 165px; }

    .FW012760 .ambientada .infos { border-radius: 0 0 35px 35px; }
    .FW012760 .ambientada .infos .info { gap: 20px; justify-content: center; }
    .FW012760 .ambientada .infos .aux { padding: 30px 15px; }
    .FW012760 .ambientada .img { border-radius: 35px; }
    .FW012760 .ambientada .img h2 { font-size: 2em; margin: 30px 0 0 30px; }
    .FW012760 .ambientada.alt .niveis { border-radius: 0 0 35px 35px; }
    .FW012760 .ambientada.alt .niveis .chamada { font-size: 2.8em; }
    .FW012760 .ambientada.alt .niveis .temperatura { display: flex; justify-content: center; align-items: center; }
    .FW012760 .ambientada.alt .niveis .temperatura img { width: 80%; }

    .FW012760 .box .infos { border-radius: 0 0 35px 35px; }
    .FW012760 .box .infos .info { gap: 20px; }
    .FW012760 .box .infos .aux { padding: 30px 15px; }
    .FW012760 .box .img { height: 300px; border-radius: 35px; }
    
    .FW012760 .receitas { padding-top: 30px; }
    .FW012760 .receitas .infos { margin-bottom: 40px; }
    .FW012760 .receitas .infos .info { gap: 20px; }
    .FW012760 .receitas .infos .aux { gap: 15px; padding: 30px 0; }
    .FW012760 .receitas .nav-slider { display: none; }
    .FW012760 .receitas .slider-receitas .slick-list { padding: 0 30px 0 40px !important; }
    .FW012760 .receitas .slider-receitas .slide .info { padding-bottom: 20px; transform: scale(0.7); }

    .FW012760 .modos .img img { width: 70%; }
    .FW012760 .modos .infos { margin-top: 15px; }
    .FW012760 .modos .infos .aux { gap: 20px; margin-bottom: 15px; }
    .FW012760 .modos .chamada { font-size: 2em; text-align: center; }

    .FW012760 .laminas { padding-top: 0; }
    .FW012760 .laminas .holder { border-radius: 35px; padding: 0 15px; }
    .FW012760 .laminas .img .selo { right: -15px; }
    .FW012760 .laminas .img .selo img { width: 100px; }
    .FW012760 .laminas .infos .titulo { gap: 20px; }
    .FW012760 .laminas.alt .img.mobile { margin-top: 0; }
    .FW012760 .laminas.alt .img.mobile img { width: 90%; }

    .FW012760 .experiencia { overflow: hidden; margin-top: -70px; }
    .FW012760 .experiencia .container { padding: 0 10px; }
    .FW012760 .experiencia .hld-img .txt { padding-top: 100px; width: calc(85% - 30px); font-size: 2em; }
    .FW012760 .experiencia .hld-img .img img { margin: 35px 0 -115px 0; width: 150%; }
    .FW012760 .experiencia .hld-img:before { width: 85%; }
    .FW012760 .experiencia .infos { padding: 115px 0 0 0; }
    .FW012760 .experiencia .infos .holder-slider { width: calc(100% + 30px); margin: 0 -15px; }
    .FW012760 .experiencia .infos .aux { gap: 20px; margin-bottom: 20px; }
    .FW012760 .experiencia .infos .chamada { font-size: 2em; }
    .FW012760 .experiencia .infos .txt { font-size: 1.4em; }
    .FW012760 .experiencia .infos .holder-slider .slider-funcoes .slide .chamada { font-size: 2em; }
    .FW012760 .experiencia .infos .holder-slider .slider-funcoes .slide .txt { font-size: 1.4em; padding: 0 15px; }

    .FW012760 .saude { margin: 30px 0 0 0; }
    .FW012760 .saude .container { gap: 30px; }
    .FW012760 .saude .img { width: 80%; }

    .FW012760 .garantia .aux-mobile { margin-top: 30px; }
    .FW012760 .garantia .selo.mobile img { width: 100px; }

    .FW012760 h3 { font-size: 2em !important; }
    .FW012760 p { font-size: 1.4em !important; }
}



/* 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) { .FW012760 { background: rgba(255,55,155,0.5); } }
@media (max-width: 1259.98px) { .FW012760 { background: rgba(255,155,55,0.5); } }
@media (max-width: 991.98px) { .FW012760 { background: rgba(155,255,55,0.5); } }
@media (max-width: 767.98px) { .FW012760 { background: rgba(155,55,255,0.5); } }
@media (max-width: 575.98px) { .FW012760 { background: rgba(55,155,255,0.5); } }
*/