.elementor-378 .elementor-element.elementor-element-8cb3580{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-evenly;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-378{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-378 .elementor-element.elementor-element-8cb3580{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-8cb3580 */.hl-page{
  width:100vw;
  margin-left:calc(50% - 50vw);
  font-family:'Poppins',sans-serif;
  color:#101010;
  background:#fffaf6;
  overflow:hidden;
}

.hl-page *{
  box-sizing:border-box;
}

.hl-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:52px;
  padding:0 30px;
  border-radius:7px;
  font-weight:800;
  font-size:14px;
  text-decoration:none;
  transition:.25s ease;
}

.hl-btn-main{
  color:#fff;
  background:linear-gradient(135deg,#c85f18,#b94f12);
  box-shadow:0 10px 24px rgba(185,79,18,.22);
}

.hl-btn-outline{
  color:#b94f12;
  border:1.5px solid #c85f18;
  background:rgba(255,255,255,.55);
}

/* HERO */

.hl-hero{
  width:100%;
  min-height:690px;
  position:relative;
  display:grid;
  grid-template-columns:minmax(430px,520px) 1fr;
  align-items:center;
  gap:20px;
  padding:72px 0 62px 64px;
  background:
    radial-gradient(circle at 86% 46%, rgba(214,161,92,.15), transparent 34%),
    linear-gradient(90deg,#fffaf6 0%,#fffaf6 42%,#f7eee6 100%);
  overflow:hidden;
}

.hl-hero-text{
  width:100%;
  max-width:520px;
  position:relative;
  z-index:3;
}

.hl-hero-text > span,
.hl-deliver > span,
.hl-portfolio > span,
.hl-pricing > span{
  color:#c25216;
  font-size:12px;
  font-weight:900;
  letter-spacing:.9px;
  text-transform:uppercase;
}

.hl-hero-text h1{
  margin:22px 0 24px;
  font-size:50px;
  line-height:1.13;
  letter-spacing:-2.6px;
  font-weight:900;
  color:#050505;
}

.hl-hero-text h1 strong{
  color:#c25216;
}

.hl-hero-text p{
  max-width:490px;
  font-size:16px;
  line-height:1.72;
  font-weight:600;
  color:#111;
  margin:0;
}

.hl-hero-buttons{
  display:flex;
  gap:18px;
  margin-top:34px;
}

.hl-hero-benefits{
  display:grid;
  grid-template-columns:repeat(4,max-content);
  align-items:center;
  column-gap:30px;
  margin-top:46px;
  white-space:nowrap;
}

.hl-hero-benefits div{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:max-content;
}

.hl-hero-benefits img{
  width:32px;
  height:32px;
  object-fit:contain;
  display:block;
  flex-shrink:0;
}

.hl-hero-benefits span{
  display:block;
  color:#111;
  font-size:12px;
  line-height:1.12;
  font-weight:800;
  letter-spacing:-.2px;
}

.hl-hero-image{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:flex-end;
  align-items:center;
  min-height:520px;
  overflow:visible;
}

.hl-hero-image img{
  width:min(1050px,64vw);
  max-width:none;
  height:auto;
  display:block;
  transform:translateX(18px);
  filter:drop-shadow(0 30px 40px rgba(51,33,20,.18));
}

/* LOGOS */

.hl-logos{
  padding:34px 0 38px;
  background:#fff;
  text-align:center;
}

.hl-logos p{
  color:#b86624;
  font-size:13px;
  font-weight:800;
  margin:0 0 28px;
}

.hl-logo-track{
  overflow:hidden;
  width:100%;
  position:relative;
}

.hl-logo-slide{
  display:flex;
  width:max-content;
  gap:95px;
  animation:logosMove 60s linear infinite;
}

.hl-logo-slide img{
  flex:0 0 auto;
  max-height:40px;
  max-width:150px;
  object-fit:contain;
  filter:grayscale(1);
}

@keyframes logosMove{
  0%{transform:translate3d(0,0,0);}
  100%{transform:translate3d(-33.333%,0,0);}
}

/* DELIVER */

.hl-deliver{
  padding:58px 72px 50px;
  text-align:center;
  background:linear-gradient(180deg,#fffaf6 0%,#f6eee7 100%);
}

.hl-deliver h2{
  font-size:43px;
  line-height:1.15;
  font-weight:900;
  letter-spacing:-1.4px;
  margin:12px 0 46px;
}

.hl-deliver h2 strong{
  color:#c56824;
}

.hl-deliver-grid{
  max-width:1320px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(7,1fr);
}

.hl-deliver-grid div{
  min-height:105px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border-right:1px solid #e3d5c8;
}

.hl-deliver-grid div:last-child{
  border-right:none;
}

.hl-deliver-grid img{
  width:46px;
  height:46px;
  object-fit:contain;
  margin-bottom:14px;
}

.hl-deliver-grid p{
  margin:0;
  font-size:15px;
  line-height:1.35;
  font-weight:800;
}

/* PRICING */

.hl-pricing{
  padding:62px 72px 50px;
  background:#fffaf6;
  text-align:center;
}

.hl-price-grid{
  max-width:1180px;
  margin:34px auto 0;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:36px;
}

.hl-price-card{
  position:relative;
  padding:42px 42px 36px;
  background:#fffdfb;
  border:1px solid #dfcbb9;
  border-radius:10px;
  text-align:left;
  min-height:430px;
}

.hl-featured{
  border:2px solid #c56824;
}

.hl-badge{
  position:absolute;
  top:-19px;
  left:50%;
  transform:translateX(-50%);
  width:max-content;
  min-width:190px;
  height:44px;
  padding:0 28px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#bd7130;
  color:#fff;
  border-radius:999px;
  font-size:13px;
  line-height:1;
  font-weight:900;
  white-space:nowrap;
  text-align:center;
}

.hl-icon img{
  width:46px;
  height:46px;
  object-fit:contain;
  display:block;
  margin-bottom:16px;
}

.hl-price-card h3{
  margin:0;
  font-size:22px;
}

.hl-price-card p{
  color:#333;
  line-height:1.5;
  margin:8px 0 24px;
}

.hl-price-card h4{
  margin:0 0 28px;
  font-size:44px;
  font-weight:900;
}

.hl-price-card ul{
  list-style:none;
  padding:0;
  margin:0 0 38px;
}

.hl-price-card li{
  margin-bottom:11px;
  font-size:15px;
}

.hl-price-card li:before{
  content:"✓";
  color:#c56824;
  font-weight:900;
  margin-right:10px;
}

.hl-price-card a{
  display:flex;
  align-items:center;
  justify-content:center;
  height:48px;
  border:1px solid #c56824;
  color:#b65f22;
  text-decoration:none;
  font-weight:800;
  border-radius:5px;
}

.hl-price-card a.active{
  background:linear-gradient(135deg,#c9792b,#a85822);
  color:#fff;
}

.hl-payment{
  color:#b86624;
  font-weight:800;
  font-size:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
}

.hl-payment img{
  width:20px;
  height:20px;
}

/* PORTFOLIO */

.hl-portfolio{
  padding:58px 72px 42px;
  background:#f8efe7;
  text-align:center;
}

.hl-portfolio h2{
  font-size:43px;
  line-height:1.15;
  margin:8px 0 14px;
  font-weight:900;
}

.hl-portfolio h2 strong{
  color:#b85f22;
}

.hl-portfolio > p{
  font-size:16px;
  line-height:1.6;
  margin-bottom:38px;
}

.hl-portfolio-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:48px;
  text-align:left;
}

.hl-portfolio-grid img{
  width:100%;
  display:block;
  margin-bottom:18px;
}

.hl-portfolio-grid h3{
  display:inline-block;
  margin:0 14px 8px 0;
  font-size:20px;
}

.hl-portfolio-grid small{
  background:#fff;
  border:1px solid #edd9c9;
  color:#ad5e23;
  padding:6px 14px;
  border-radius:999px;
}

.hl-portfolio-grid p{
  line-height:1.6;
  margin-top:8px;
}

/* SECTORS */

.hl-sectors{
  padding:30px 72px;
  background:#f1dfcf;
  text-align:center;
}

.hl-sectors p{
  margin:0 0 22px;
  color:#b86624;
  font-size:13px;
  font-weight:900;
}

.hl-sectors div{
  display:grid;
  grid-template-columns:repeat(7, auto);
  align-items:center;
  justify-content:center;
  gap:42px;
}

.hl-sectors span{
  font-weight:700;
  color:#4a3428;
  display:flex;
  align-items:center;
  gap:9px;
  white-space:nowrap;
}

.hl-sectors img{
  width:24px;
  height:24px;
  object-fit:contain;
}

/* TESTIMONIALS */

.hl-testimonials{
  padding:44px 0 46px;
  background:#fffaf6;
  text-align:center;
  overflow:hidden;
}

.hl-testimonials > p{
  color:#b86624;
  font-size:13px;
  font-weight:900;
  margin:0 0 28px;
}

.hl-testimonial-window{
  overflow:hidden;
  max-width:100%;
  margin:0 auto;
  padding:0 84px;
}

.hl-testimonial-track{
  display:flex;
  gap:26px;
  width:max-content;
  padding:0;
  animation:scrollTestimonials 38s linear infinite;
}

.hl-testimonial-window:hover .hl-testimonial-track{
  animation-play-state:paused;
}

.hl-testimonial-card{
  width:300px;
  min-height:330px;
  background:#fffdfb;
  border:1px solid #e6d7ca;
  border-radius:12px;
  padding:28px;
  flex-shrink:0;
  text-align:left;
}

.hl-testimonial-card img{
  width:62px;
  height:62px;
  border-radius:50%;
  object-fit:cover;
  margin-bottom:14px;
}

.hl-testimonial-card h3{
  margin:0;
  font-size:18px;
  font-weight:800;
}

.hl-testimonial-card small{
  color:#666;
  display:block;
  margin:4px 0;
  font-size:13px;
}

.hl-testimonial-card div{
  color:#c56824;
  margin:12px 0;
  font-size:15px;
}

.hl-testimonial-card p{
  font-size:15px;
  line-height:1.7;
  margin:0;
  color:#333;
}

@keyframes scrollTestimonials{
  from{transform:translateX(0);}
  to{transform:translateX(-50%);}
}

/* FORMULÁRIO FINAL CORRIGIDO */

.hl-final-form{
  width:calc(100% - 96px);
  max-width:1320px;
  margin:0 auto 48px;
  border-radius:16px;
  overflow:hidden;
  background:
    linear-gradient(rgba(22,13,8,.90),rgba(22,13,8,.90)),
    url("https://hlmarketingdigital.com/wp-content/uploads/2026/06/ChatGPT-Image-23-de-jun.-de-2026-02_18_03.webp");
  background-size:cover;
  background-position:center;
  color:#fff;
}

.hl-final-inner{
  min-height:335px;
  padding:34px 72px 30px;
  display:grid;
  grid-template-columns:430px 610px;
  gap:62px;
  align-items:start;
  justify-content:center;
}

.hl-final-left{
  width:430px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  height:100%;
}

.hl-final-left span{
  display:block;
  color:#e98228;
  font-weight:900;
  font-size:14px;
  line-height:1;
  letter-spacing:.4px;
  margin-bottom:12px;
}

.hl-final-left h2{
  font-size:31px;
  line-height:1.32;
  letter-spacing:-1px;
  font-weight:900;
  margin:0 0 18px;
  max-width:430px;
}

.hl-final-left h2 strong{
  color:#e98228;
}

.hl-final-left ul{
  list-style:none;
  padding:0;
  margin:0 0 9px;
}

.hl-final-left li{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
  font-size:15px;
  font-weight:800;
  line-height:1.2;
}

.hl-final-left li:before{
  content:"✓";
  color:#e98228;
  font-weight:900;
}

.hl-google{
  margin-top:0;
  display:grid;
  grid-template-columns:48px auto;
  column-gap:18px;
  align-items:center;
}

.hl-google img{
  width:48px;
  height:48px;
  object-fit:contain;
  grid-row:1 / 3;
}

.hl-google-info{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.hl-google-stars{
  display:flex;
  align-items:center;
  gap:14px;
  color:#ffc74a;
  font-size:25px;
  font-weight:900;
  line-height:1;
  white-space:nowrap;
}

.hl-google-stars b{
  color:#fff;
  font-size:28px;
}

.hl-google p{
  margin:7px 0 0;
  color:#fff;
  font-size:12px;
  line-height:1.3;
  max-width:330px;
}

.hl-form{
  width:610px !important;
  max-width:610px !important;
  display:flex !important;
  flex-direction:column;
  justify-content:flex-start;
  gap:8px;
  padding-top:4px;
  margin:0 !important;
}

.hl-form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}

.hl-form input,
.hl-form select,
.hl-form textarea{
  width:100%;
  border:none;
  border-radius:5px;
  background:#fffaf6;
  padding:0 14px;
  font-family:'Poppins',sans-serif;
  font-size:13px;
  font-weight:700;
  color:#111;
  outline:none;
}

.hl-form input,
.hl-form select{
  height:47px;
}

.hl-form textarea{
  height:110px;
  padding-top:15px;
  resize:none;
}

.hl-form button{
  height:48px;
  border:none;
  border-radius:5px;
  background:linear-gradient(90deg,#e86f12,#cf5b0c);
  color:#fff;
  font-size:14px;
  font-weight:900;
  font-family:'Poppins',sans-serif;
  cursor:pointer;
}

.hl-form-security,
.hl-form small{
  margin-top:7px;
  color:#fff;
  font-size:12px;
  line-height:1.3;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:10px;
  text-align:left;
}

.hl-form-security img,
.hl-form small img{
  width:15px;
  height:15px;
  flex-shrink:0;
}

/* RESPONSIVO */

@media(max-width:1200px){
  .hl-sectors div{
    grid-template-columns:repeat(4, auto);
    gap:32px 42px;
  }

  .hl-final-inner{
    grid-template-columns:390px 560px;
    gap:42px;
    padding:34px 38px;
  }

  .hl-final-left{
    width:390px;
  }

  .hl-final-left h2{
    font-size:30px;
    max-width:390px;
  }

  .hl-form{
    width:560px !important;
    max-width:560px !important;
  }
}

@media(max-width:1024px){
  .hl-hero{
    min-height:auto;
    grid-template-columns:1fr;
    padding:54px 24px 36px;
    text-align:left;
    gap:32px;
  }

  .hl-hero-text{
    max-width:100%;
  }

  .hl-hero-text h1{
    font-size:40px;
    line-height:1.16;
    letter-spacing:-1.3px;
  }

  .hl-hero-text p{
    font-size:15px;
    line-height:1.7;
  }

  .hl-hero-buttons{
    flex-wrap:wrap;
  }

  .hl-hero-benefits{
    grid-template-columns:repeat(2,max-content);
    gap:18px 24px;
    margin-top:32px;
  }

  .hl-hero-image{
    min-height:auto;
    justify-content:center;
  }

  .hl-hero-image img{
    width:100%;
    max-width:720px;
    transform:none;
  }

  .hl-deliver,
  .hl-pricing,
  .hl-portfolio,
  .hl-sectors{
    padding-left:24px;
    padding-right:24px;
  }

  .hl-deliver-grid{
    grid-template-columns:repeat(2,1fr);
    gap:20px;
  }

  .hl-deliver-grid div{
    border-right:none;
  }

  .hl-price-grid,
  .hl-portfolio-grid{
    grid-template-columns:1fr;
  }

  .hl-final-form{
    width:calc(100% - 40px);
    max-width:100%;
    margin:0 auto 40px;
  }

  .hl-final-inner{
    min-height:auto;
    padding:34px 24px;
    grid-template-columns:1fr;
    gap:32px;
  }

  .hl-final-left{
    width:100%;
  }

  .hl-final-left h2{
    font-size:30px;
    max-width:100%;
  }

  .hl-google{
    margin-top:0;
  }

  .hl-form{
    width:100% !important;
    max-width:100% !important;
  }

  .hl-form-row{
    grid-template-columns:1fr;
  }

  .hl-testimonial-window{
    padding:0 24px;
  }
}

@media(max-width:768px){
  .hl-sectors div{
    grid-template-columns:repeat(2, auto);
    gap:24px 32px;
  }

  .hl-final-left h2{
    font-size:28px;
  }

  .hl-google{
    grid-template-columns:48px 1fr;
    column-gap:16px;
  }

  .hl-google img{
    width:48px;
    height:48px;
  }

  .hl-google-stars{
    font-size:20px;
    gap:10px;
  }

  .hl-google-stars b{
    font-size:20px;
  }

  .hl-google p{
    font-size:13px;
  }
}/* End custom CSS */