.elementor-4863 .elementor-element.elementor-element-d4efb20{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS *//* =========================
FIX HEADER NO CELULAR (SEM MEXER NO HTML)
========================= */
@media (max-width: 767px){
  header .max-w-6xl{
    flex-wrap: wrap;
    gap: 10px;
  }

  header .max-w-6xl > div:first-child{
    flex: 1 1 100%;
    min-width: 0;
  }

  header .max-w-6xl > div:last-child{
    width: 100%;
  }

  #header-cta{
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 16px !important;
    font-size: 14px !important;
    line-height: 1.15 !important;
    white-space: normal;
  }

  header h1{
    font-size: 16px !important;
    line-height: 1.15 !important;
  }
}/* End custom CSS */