/* Hack styles HEADER NEGRO ARC */
.common-main-header {
  position: relative !important;
  background-color: #1b1b1b !important;
}

.--header-fixed-margin {margin-top: 0;}

#content{
  padding-top:0 !important;
}

/*new header: start*/

/* logo */
.common-main-header .logo-header svg path {
  fill: #fff !important;
}

/* text buttons */
.common-main-header .button.ln-button:not([data-variant="subscribe"]) {
  color: #fff !important;
}

/* SingInButton */
.common-main-header #btningresar {
  border-color: #fff !important;
}

/* SubscribeButton */
.common-main-header #sticky-button-text {
  @media (width < 358px) {
    color: #fff !important;
  }
}

/* svgs Buttons */
.common-main-header .button.ln-button:not([data-variant="subscribe"]) path {
  fill: #fff !important;
}

/* remove buttons hover */
.--top-fixed:not(.homepage)
  .header-container
  .common-header
  .common-main-header
  .button.ln-button:hover:not(#btnsuscribite) {
  background: none !important;
}

.common-main-header .right-options .dropdown-toggle .email {
  color: #999 !important;
}

.common-main-header .right-options .avatar {
  background-color: #333 !important;
}

/*new header: end*/

.--header-fixed-margin {
  margin-top: 0 !important;
}

header#header:not(.--unlogged) {
  background: rgb(0 0 0) !important;
  position: relative !important;
}

.ln-dropdown header {
  background-color: #fff !important;
}

a.link {
  text-decoration: none;
}
