@charset "UTF-8";
/*
 * Colors: Base
\* -------------------------------------------------------------------------- */
/*
 * Colors: System color
\* -------------------------------------------------------------------------- */
/*
 * Colors: Overrides
\* -------------------------------------------------------------------------- */
/*
 * Colors: ADN-club
\* -------------------------------------------------------------------------- */
/** System monospace */
/**
 * Returns a rem value from a number of pixels.
 * Its uses 16px as root font-size
 */
/* -- Not on redesign -- */
/* 1025 is used instead of 1024 because touch devices design is not specified */
/* Scrollbars customization */
/**
 * Returns an url encoded SVG with the given color
 * @param {String} $icon - SVG code
 * @param {String} $color - Final color
 * @return {String} URL encoded svg
 */
/* stylelint-disable function-parentheses-newline-inside */
/* stylelint-enable function-parentheses-newline-inside */
/*
 * https://allyjs.io/tutorials/hiding-elements.html#2017-edition-of-visuallyhidden
 */
/* Mixin to use if touch devices design is specified */
/** Vertical scrollbar with custom color & size
*     @include ad-scrollbars(color, size);
*/
/** Horizontal scrollbar with custom color & size
*     @include ad-scrollbars();
*     @include ad-scrollbars-horizontal(color, size);
*/
/*
* Temporary solution: make ADN menú transparent
*/
/* stylelint-disable selector-class-pattern */
.page-header__transparent-adn-menu .navbar-header__search {
  visibility: hidden;
}
.page-header__transparent-adn-menu .adn-list {
  margin-left: -1rem;
  padding-bottom: 0.5rem;
  background-color: rgb(255, 255, 255);
  transition: background-color 0.35s linear;
}
@media (min-width: 768px) {
  .page-header__transparent-adn-menu .adn-list {
    margin-left: -2rem;
  }
}
@media (min-width: 1025px) {
  .page-header__transparent-adn-menu .adn-list {
    margin-left: 0;
    margin-left: initial;
  }
}
@media (min-width: 1280px) {
  .page-header__transparent-adn-menu .adn-list {
    background-color: transparent;
  }
}
.page-header__transparent-adn-menu .floating-nav-back-button {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="none" ><path fill-rule="evenodd" clip-rule="evenodd" d="M4 11l4.225 4L9 14.267 5.55 11 9 7.733 8.225 7 4 11z" fill="rgb(0, 0, 0)"/><path d="M16 17h1V5h-1v12z" fill="rgb(0, 0, 0)"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5 10.5h8v1H5v-1z" fill="rgb(0, 0, 0)"/></svg>');
}
.page-header__transparent-adn-menu .floating-plp-navigation-item__link_adn {
  background-color: transparent;
  background-color: initial;
}
.page-header__transparent-adn-menu .floating-plp-navigation-item__name_adn {
  color: rgb(0, 0, 0);
}
.page-header__transparent-adn-menu .adn-list .info-link {
  color: rgb(0, 0, 0);
}
.page-header__transparent-adn-menu.page-header__transparent .adn-list {
  background-color: transparent;
}
.page-header__transparent-adn-menu.page-header__transparent .floating-plp-navigation-item__link_adn {
  background-color: transparent;
}

/* stylelint-enable selector-class-pattern */

/*# sourceMappingURL=transparentAdnMenu.css.map*/