/*
 * 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);
*/
.pd-section {
  display: block;
}
.pd-section--no-margin {
  margin-top: 0;
  margin-bottom: 0;
}
.pd-section--small {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .pd-section--small {
    margin: 2rem 0;
  }
}
@media (min-width: 1025px) {
  .pd-section--small {
    margin: 3rem 0;
  }
}
.pd-section--medium {
  margin: 3rem 0;
}
@media (min-width: 768px) {
  .pd-section--medium {
    margin: 5rem 0;
  }
}
@media (min-width: 1025px) {
  .pd-section--medium {
    margin: 6.25rem 0;
  }
}
.pd-section--big {
  margin: 5rem 0;
}
@media (min-width: 768px) {
  .pd-section--big {
    margin: 6.25rem 0;
  }
}
@media (min-width: 1025px) {
  .pd-section--big {
    margin: 12.5rem 0;
  }
}
.pd-section--no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.pd-section--padding-small {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .pd-section--padding-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1025px) {
  .pd-section--padding-small {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.pd-section--padding-medium {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .pd-section--padding-medium {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1025px) {
  .pd-section--padding-medium {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.pd-section--padding-big {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .pd-section--padding-big {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 1025px) {
  .pd-section--padding-big {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }
}
.pd-section--with-bg {
  background-repeat: no-repeat;
  background-size: cover;
}
.pd-section:first-child, .pd-section.first-active-section {
  margin-top: 0;
}
.pd-section__wrapper > :first-child, .pd-section__wrapper--no-margin > * {
  margin-top: 0;
}
.pd-section__wrapper--small > * {
  margin-top: 1rem;
}
.pd-section__wrapper--medium > * {
  margin-top: 1.5rem;
}
@media (min-width: 1025px) {
  .pd-section__wrapper--medium > * {
    margin-top: 2.5rem;
  }
}
.pd-section__wrapper--big > * {
  margin-top: 2.5rem;
}
@media (min-width: 1025px) {
  .pd-section__wrapper--big > * {
    margin-top: 3.5rem;
  }
}
.pd-section__wrapper--extra-big > * {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .pd-section__wrapper--extra-big > * {
    margin-top: 6.25rem;
  }
}
@media (min-width: 1025px) {
  .pd-section__wrapper--extra-big > * {
    margin-top: 12.5rem;
  }
}

@media (min-width: 1025px) {
  #adn-section,
  #adn-section-plan {
    padding-right: 15rem;
    padding-left: 15rem;
  }
}
@media (max-width: 1279px) {
  #adn-section,
  #adn-section-plan {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 479px) {
  #adn-section-small {
    padding-top: 6rem;
  }
}
@media (min-width: 1025px) {
  #adn-section-small {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  #adn-image-padding-top {
    padding-top: 2rem;
  }
}
@media (max-width: 767px) {
  #adn-image-padding-top {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}

#two-center-buttons .pd-section__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 479px) {
  #two-center-buttons .pd-section__wrapper {
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
  }
}
#two-center-buttons .pd-section__wrapper .pd-button-container {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding: 1.5rem;
}
@media (max-width: 479px) {
  #two-center-buttons .pd-section__wrapper .pd-button-container {
    padding: 0.7rem;
  }
}

#adn-premium-benefits {
  margin-top: -2rem;
  padding-top: 3rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  #adn-premium-benefits {
    margin-top: -7rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}

@media (max-width: 479px) {
  #adn-premium-logontext {
    padding-bottom: 6rem;
  }
}

#adn-ecosistema {
  margin-top: -4rem;
}

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