.elementor-13 .elementor-element.elementor-element-2c88f67{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--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;}.elementor-13{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-13 .elementor-element.elementor-element-2c88f67{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-2c88f67 */.hl-clean-header{
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  height:90px;
  background:#fff;
  display:flex;
  align-items:center;
  border-bottom:1px solid rgba(0,0,0,.08);
  box-shadow:0 2px 10px rgba(0,0,0,.04);
  font-family:'Poppins', sans-serif;
  position:relative;
  z-index:9999;
}

.hl-clean-inner{
  width:100%;
  max-width:1060px;
  margin:0 auto;
  padding:0 16px;
  display:flex;
  align-items:center;
  gap:34px;
}

.hl-clean-toggle{
  display:none;
}

.hl-clean-logo-wrap{
  display:flex;
  align-items:center;
  flex:0 0 auto;
}

.hl-clean-logo{
  width:80px;
  height:auto;
  display:block;
}

.hl-clean-menu{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:38px;
  flex:1;
}

.hl-clean-menu a{
  color:#1f1f1f;
  text-decoration:none;
  font-size:14px;
  font-weight:600;
  line-height:1;
  white-space:nowrap;
}

.hl-clean-menu a:hover{
  color:#b97d3d;
}

.hl-clean-right{
  display:flex;
  align-items:center;
  gap:16px;
  flex:0 0 auto;
}

.hl-clean-ebook{
  background:#b97d3d;
  color:#fff !important;
  padding:12px 24px;
  border-radius:8px;
  text-decoration:none;
  font-size:14px;
  font-weight:600;
  line-height:1;
  white-space:nowrap;
}

.hl-clean-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
}

.hl-clean-icon img{
  width:28px;
  height:28px;
  object-fit:contain;
  display:block;
}

/* MOBILE */
@media(max-width:900px){

  .hl-clean-header{
    height:82px;
  }

  .hl-clean-inner{
    max-width:100%;
    height:82px;
    padding:0 12px;
    display:grid;
    grid-template-columns:42px 1fr auto;
    align-items:center;
    gap:8px;
    position:relative;
  }

  .hl-clean-toggle{
    grid-column:1;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    background:transparent;
    border:0;
    padding:0;
    margin:0;
    cursor:pointer;
    z-index:5;
  }

  .hl-clean-toggle img{
    width:24px;
    height:24px;
    object-fit:contain;
    display:block;
  }

  .hl-clean-logo-wrap{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:4;
  }

  .hl-clean-logo{
    width:66px;
  }

  .hl-clean-right{
    grid-column:3;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:8px;
    z-index:5;
  }

  .hl-clean-ebook{
    padding:9px 12px;
    font-size:12px;
    border-radius:7px;
  }

  .hl-clean-icon img{
    width:19px;
    height:19px;
  }

  .hl-clean-menu{
    display:none;
    position:absolute;
    top:82px;
    left:0;
    width:100vw;
    background:#fff;
    flex-direction:column;
    align-items:center;
    gap:0;
    padding:18px 20px 22px;
    box-shadow:0 8px 22px rgba(0,0,0,.08);
    border-bottom:1px solid rgba(0,0,0,.08);
    z-index:9999;
  }

  .hl-clean-header.is-open .hl-clean-menu{
    display:flex;
  }

  .hl-clean-menu a{
    display:block;
    width:100%;
    text-align:center;
    padding:14px 0;
    font-size:15px;
    font-weight:700;
    color:#1f1f1f;
  }
}

/* AJUSTE FINAL HEADER MOBILE */

@media(max-width:900px){

  /* remove fundo/vermelho/rosa ao clicar */
  .hl-clean-toggle,
  .hl-clean-toggle:focus,
  .hl-clean-toggle:active,
  .hl-clean-toggle:hover{
    background:transparent !important;
    border:none !important;
    outline:none !important;
    box-shadow:none !important;
    -webkit-tap-highlight-color:transparent !important;
  }

  .hl-clean-toggle img{
    background:transparent !important;
    border:none !important;
    outline:none !important;
    box-shadow:none !important;
  }

  /* aumenta e ajusta o hambúrguer */
  .hl-clean-toggle{
    width:42px !important;
    height:42px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    padding:0 !important;
    margin-left:2px !important;
  }

  .hl-clean-toggle img{
    width:34px !important;
    height:34px !important;
    object-fit:contain !important;
    display:block !important;
  }

  /* logo mais centrada e um pouco ajustada */
  .hl-clean-logo-wrap{
    position:absolute !important;
    left:51% !important;
    top:50% !important;
    transform:translate(-50%, -50%) !important;
  }

  .hl-clean-logo{
    width:74px !important;
    height:auto !important;
  }

  /* alinha melhor a direita */
  .hl-clean-right{
    gap:9px !important;
    padding-right:4px !important;
  }

  .hl-clean-ebook{
    padding:9px 13px !important;
    font-size:12px !important;
  }

  .hl-clean-icon img{
    width:20px !important;
    height:20px !important;
  }
}/* End custom CSS */