.elementor-34786 .elementor-element.elementor-element-47978e8{--display:flex;}/* Start custom CSS for html, class: .elementor-element-39b3b3c */.dlac-kit{
  --red:#8e3329;
  --orange:#b86a2b;
  --green:#586a37;
  --cream:#f7f1e7;
  --cream2:#fbf8f2;
  --brown:#52372c;
  --text:#39332e;

  width:100%;
  max-width:980px;
  margin:30px auto;
  padding:22px;
  box-sizing:border-box;
  font-family:Arial, sans-serif;
  color:var(--text);
  background:#fff;
  border:1px solid #e2d6c8;
  border-radius:18px;
}


/* INTRO */

.dlac-intro{
  padding:34px 28px;
  text-align:center;
  background:var(--cream);
  border-radius:15px;
}

.dlac-kicker{
  display:block;
  margin-bottom:8px;
  color:#9a742d;
  font-size:10px;
  font-weight:800;
  letter-spacing:2px;
}

.dlac-intro h2{
  margin:0 0 10px;
  color:var(--brown);
  font-family:Georgia, serif;
  font-size:30px;
  font-weight:500;
}

.dlac-subtitle{
  max-width:720px;
  margin:0 auto;
  font-size:15px;
  line-height:1.55;
  color:#5a5049;
}

.dlac-main-badges{
  display:flex;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
  margin-top:18px;
}

.dlac-main-badges span{
  padding:7px 12px;
  background:#fff;
  border:1px solid #ded1c1;
  border-radius:999px;
  color:#684b3d;
  font-size:10px;
  font-weight:700;
}


/* SUMMARY */

.dlac-summary{
  display:grid;
  grid-template-columns:1.3fr .7fr;
  gap:15px;
  margin-top:18px;
}

.dlac-summary-text,
.dlac-summary-highlight{
  padding:22px;
  border-radius:13px;
}

.dlac-summary-text{
  background:#fffaf4;
  border:1px solid #e8ded3;
}

.dlac-summary-text > span{
  color:#897057;
  font-size:9px;
  font-weight:800;
  letter-spacing:1.2px;
}

.dlac-summary-text h3{
  margin:6px 0 8px;
  color:#173f37;
  font-size:19px;
}

.dlac-summary-text p{
  margin:0;
  font-size:13px;
  line-height:1.6;
}

.dlac-summary-highlight{
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:#4d3a31;
  color:#fff;
}

.dlac-summary-highlight strong{
  font-size:15px;
  line-height:1.4;
}

.dlac-summary-highlight p{
  margin:6px 0 0;
  font-size:12px;
  color:rgba(255,255,255,.75);
}


/* PRODUSE */

.dlac-products{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:18px;
}

.dlac-product{
  position:relative;
  padding:21px;
  border-radius:13px;
  background:#fff;
  border:1px solid #e4dbd1;
}

.dlac-product:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:5px;
  border-radius:13px 13px 0 0;
}

.dlac-product--red:before{
  background:var(--red);
}

.dlac-product--orange:before{
  background:var(--orange);
}

.dlac-product--green:before{
  background:var(--green);
}

.dlac-number{
  margin-bottom:15px;
  font-family:Georgia,serif;
  font-size:26px;
  color:#b7aa9c;
}

.dlac-product-title span{
  display:block;
  font-size:8px;
  font-weight:800;
  letter-spacing:1px;
  color:#887768;
}

.dlac-product-title h3{
  margin:4px 0 9px;
  color:#173f37;
  font-size:19px;
}

.dlac-product > p{
  margin:0 0 17px;
  font-size:12px;
  line-height:1.55;
  color:#56504a;
}

.dlac-product-use{
  padding-top:12px;
  border-top:1px solid #ece3d9;
}

.dlac-product-use strong{
  display:block;
  margin-bottom:4px;
  font-size:10px;
  color:#514239;
}

.dlac-product-use span{
  font-size:10px;
  line-height:1.4;
  color:#746b64;
}


/* INGREDIENTE NECESARE */

.dlac-needs{
  margin-top:18px;
  padding:25px;
  background:#f8f4ed;
  border-radius:13px;
}

.dlac-section-head span{
  display:block;
  margin-bottom:4px;
  color:#8a755e;
  font-size:9px;
  font-weight:800;
  letter-spacing:1.3px;
}

.dlac-section-head h3{
  margin:0 0 20px;
  color:#503b30;
  font-size:20px;
}

.dlac-needs-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:8px;
}

.dlac-needs-grid div{
  padding:13px 7px;
  text-align:center;
  background:#fff;
  border:1px solid #e7ddd1;
  border-radius:9px;
}

.dlac-needs-grid strong{
  display:block;
  color:#173f37;
  font-size:12px;
}

.dlac-needs-grid span{
  display:block;
  margin-top:3px;
  font-size:9px;
  color:#736a62;
}


/* RETETA */

.dlac-recipe{
  margin-top:18px;
  padding:27px;
  background:#342d28;
  border-radius:13px;
  color:#fff;
}

.dlac-section-head--light span{
  color:#cdb27c;
}

.dlac-section-head--light h3{
  color:#fff;
}

.dlac-recipe-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.dlac-step{
  padding:19px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.11);
  border-radius:10px;
}

.dlac-step-no{
  width:30px;
  height:30px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:12px;
  background:#d3a651;
  border-radius:50%;
  color:#30261f;
  font-weight:800;
  font-size:12px;
}

.dlac-step h4{
  margin:0 0 8px;
  color:#fff;
  font-size:15px;
}

.dlac-step p{
  margin:0;
  color:rgba(255,255,255,.76);
  font-size:11px;
  line-height:1.6;
}


/* REZULTAT */

.dlac-result{
  margin-top:18px;
  padding:28px;
  text-align:center;
  background:#fff8ed;
  border:1px solid #eadbc8;
  border-radius:13px;
}

.dlac-result > span{
  display:block;
  color:#a16d32;
  font-size:9px;
  font-weight:800;
  letter-spacing:1.4px;
}

.dlac-result h3{
  margin:8px 0;
  color:#6e3027;
  font-family:Georgia,serif;
  font-size:22px;
  font-weight:500;
}

.dlac-result p{
  max-width:680px;
  margin:0 auto;
  color:#5c554e;
  font-size:12px;
  line-height:1.55;
}

.dlac-result-badges{
  display:flex;
  justify-content:center;
  gap:15px;
  margin-top:17px;
}

.dlac-result-badges strong{
  font-size:11px;
  color:#544038;
}


/* TABLET */

@media(max-width:800px){

  .dlac-products{
    grid-template-columns:1fr;
  }

  .dlac-summary{
    grid-template-columns:1fr;
  }

  .dlac-needs-grid{
    grid-template-columns:repeat(3,1fr);
  }

  .dlac-recipe-grid{
    grid-template-columns:1fr;
  }
}


/* MOBIL */

@media(max-width:520px){

  .dlac-kit{
    padding:14px;
  }

  .dlac-intro{
    padding:24px 16px;
  }

  .dlac-intro h2{
    font-size:24px;
  }

  .dlac-subtitle{
    font-size:13px;
  }

  .dlac-needs-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .dlac-result-badges{
    flex-wrap:wrap;
  }
}/* End custom CSS */