/* HOME EN — Header azul luxury */
.page-template-home-balearic-charter-en-php #masthead.site-header{
  position: sticky;
  top: 0;
  z-index: 9999;
  background-color: #070B16 !important;
  backdrop-filter: none !important;
 -webkit-backdrop-filter: none !important;

  border-bottom: 1px solid rgba(201,162,77,.22);
  box-shadow: 0 12px 34px rgba(0,0,0,.28);
}

/* Interior */
.page-template-home-balearic-charter-en-php #masthead .inside-header{
  min-height: 88px;
  padding: 14px 24px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 22px;
}

/* Compensación para que el hero no quede tapado */
.page-template-home-balearic-charter-en-php #hero{
  padding-top: 88px !important;
}

/* Logo */
.page-template-home-balearic-charter-en-php #masthead .site-logo{
  height: 66px !important;
  width: auto !important;
  display:block !important;
  filter: drop-shadow(0 6px 18px rgba(0,0,0,.28));
}

/* Móvil */
@media (max-width:768px){
  .page-template-home-balearic-charter-en-php #masthead .inside-header{
    min-height: 62px;
    padding: 10px 14px;
  }
  .page-template-home-balearic-charter-en-php #hero{
    padding-top: 62px !important;
  }
  .page-template-home-balearic-charter-en-php #masthead .site-logo{
    height: 42px !important;
  }
}
