/* Header Desktop */
.header-desktop{
    display: block;
    z-index: 100;
}

header{
			transition: all 0.5s;
  border-bottom: 1px solid #E0E0E0;
		}
.header-section {
padding-bottom: 80px;}

/* */
.header-desktop--fixed{
  position:fixed;
  width:100%;
  z-index:150;
}
.header-popup__active>.container-fluid{
  height: 100vh;
  overflow-y: auto;
}

.shadow-header{
    box-shadow: 0px 3px 20px 0px rgb(0 0 0 / 10%);
}

/*Header Mobile*/
.header-mobile{
  top:0px;
    display: none;
}
  .header-mobile--fixed{
    position:fixed;
    width:100%;
    z-index:150;
  }


/*WhatsApp*/

.wa__btn_popup{
  position: fixed;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  z-index: 999;
}

.wa__btn_popup_icon, .float{
  width: 56px;
  height: 56px;
  background: #2db742;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0px 3px 16px 0px rgba(4, 13, 20, 0.06);
}

.float:before{
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent url(//21139751.fs1.hubspotusercontent-na1.net/hubfs/21139751/raw_assets/public/ZapSign/images/multipurpose/whatsapp_logo.svg) center center no-repeat;
  background-size: 30px auto;
  -webkit-background-size: 30px auto;
  -moz-background-size: 30px auto;
}
.wa__btn_popup .wa__btn_popup_txt{
  opacity: 0;
  position: absolute;
  width:max-content;
  right: 100%;
  background-color: #fff;
  font-size: 12px;
  color: #43474e;
  padding: 7px 12px 7px 12px;
  margin-right: 7px;
  letter-spacing: -0.03em;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 0px 3px 16px 0px rgba(4, 13, 20, 0.06);
  line-height: 1.7;
  transition: all 0.5s ease;
}
.wa__btn_popup:hover .wa__btn_popup_txt{
  opacity: 1;
}



/* Header Pop-up */
.header-popup{
  display: none;
  position: fixed;
  top: -100vh;
  right: 0px;
  height: 100vh;
  width: 100vw;
  transition: all ease 1s;
  z-index: 200;
}

.icons__item {
    cursor: pointer;
}

@media screen and (max-width: 1140px){
#hs_cos_wrapper_widget_1677092499997 .horizontal-menu__anchor {
    font-size: 14px !important;
}
  a.in-btn.in-btn--filled-light {
    min-width: 118px !important;
}
}



@media screen and (max-width: 991px){

  .header-desktop{ display: none; }

  .header-mobile{ display: block; }
  
  .header-popup{ display: block;}
  

  .header-popup__active{
    top: 0px !important;
  }
  .row-fluid-wrapper.row-depth-1.row-number-1.header_mobile-row-0-padding.dnd-section.header_mobile-row-0-vertical-alignment > .row-fluid,
  .row-fluid-wrapper.row-depth-1.row-number-2.header_poup-column-1-row-0-vertical-alignment.dnd-row > .row-fluid {
    display: flex;
}
  
  .span6.widget-span.widget-type-cell.cell_1677077608512-vertical-alignment.dnd-column,
  .span6.widget-span.widget-type-cell.cell_1677080732120-vertical-alignment.dnd-column,
  .span6.widget-span.widget-type-cell.cell_1677080740619-padding.dnd-column.cell_1677080740619-vertical-alignment,
  .span6.widget-span.widget-type-cell.cell_1677080740621-padding.dnd-column.cell_1677080740621-vertical-alignment
  {
    width: 50%;
}
/* edit mode pages and landings page*/
.hs-baymax-editor .header-mobile,
.hs-baymax-editor .header-popup{
  display:none;
}
