/* NOTE Mobile P */
@media screen and (min-width: 320px) {
  #home {
    align-self: stretch;
    background: url(../../img/bg/gradient_3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: border-box;
  }

  /* SECTION Display None Mobile */

  #hero_left_svg {
    opacity: 0.5;
  }

  #hero_right_svg {
    display: none;
  }

  /* !SECTION FIM */

  .hero-home-max {
    width: 100%;
    display: flex;
    flex-direction: column;
    max-height: 40.25rem;
    align-items: center;
    z-index: 2;
  }

  .hero-home-left-max {
    max-width: 100%;
    display: flex;
    padding: 1rem;
    flex-direction: column;
  }

  .hero-home-left-content {
    align-self: stretch;

    display: flex;
    max-width: 32.5rem;
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    align-self: stretch;
    margin-left: auto;
  }

  .h1-home {
    color: var(--color-white);
    font-family: var(--font-primary);
    font-size: clamp(2.8rem, 3.4vw, 6rem);
    font-style: normal;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 0.095rem;
    text-transform: none;
  }

  .text-sub-home {
    align-self: stretch;

    color: var(--white, #fff);
    font-variant-numeric: ordinal;

    /* Body/LG/Regular */
    font-family: var(--font-primary);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    /* 1.625rem */
    letter-spacing: -0.0125rem;
  }

  .button-hero-home {
    display: flex;
    width: -webkit-fill-available;
    width: 241px;
    height: 4rem;
    padding: 0rem 2rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border: 0;
    border-radius: 1rem;
    background: var(--color-white);
  }

  .button-hero-home-img {
    color: var(--color-primary-100) !important;
  }

  .button-hero-home-p {
    color: var(--color-primary-100);
    text-align: center;
    font-family: var(--font-primary);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 1.25rem */
    letter-spacing: -0.025rem;
  }

  .hero-home-right {
    max-width: 50%;
  }

  .hero-home-right-img {
    display: none;
  }

  .hero-home-icons-max {
    display: flex;
    max-width: 80rem;
    padding: 1rem;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .hero-home-icons-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
    align-self: stretch;
  }

  .hero-home-icons-row-pre {
    display: flex;
    padding: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex: 1 0 0;
    align-self: stretch;
  }

  .img-icon-home {
    mix-blend-mode: luminosity;
    filter: brightness(50);
    opacity: 0.8;
    width: 11rem;
  }

  #img-icon-leroy {
    height: 4rem;
  }
}

/* NOTE Mobile M */
@media screen and (min-width: 375px) {
  #home {
    align-self: stretch;
    background: url(../../img/bg/gradient_3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: border-box;
  }

  /* SECTION Display None Mobile */

  #hero_left_svg {
    opacity: 0.5;
  }

  #hero_right_svg {
    display: none;
  }

  /* !SECTION FIM */

  .hero-home-max {
    width: 100%;
    display: flex;
    max-height: 40.25rem;
    align-items: center;
    z-index: 2;
  }

  .hero-home-left-max {
    max-width: 100%;
    display: flex;
    padding: 1rem;
    flex-direction: column;
  }

  .hero-home-left-content {
    align-self: stretch;

    display: flex;
    max-width: 32.5rem;
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    align-self: stretch;
    margin-left: auto;
  }

  .h1-home {
    color: var(--color-white);
    font-family: var(--font-primary);
    font-size: clamp(2.8rem, 3.4vw, 6rem);
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0.095rem;
    text-transform: none;
  }

  .text-sub-home {
    align-self: stretch;

    color: var(--white, #fff);
    font-variant-numeric: ordinal;

    /* Body/LG/Regular */
    font-family: var(--font-primary);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    /* 1.625rem */
    letter-spacing: -0.0125rem;
  }

  .button-hero-home {
    display: flex;
    width: -webkit-fill-available;
    width: 241px;
    height: 4rem;
    padding: 0rem 2rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border: 0;
    border-radius: 1rem;
    background: var(--color-white);
  }

  .button-hero-home-img {
    color: var(--color-primary-100) !important;
  }

  .button-hero-home-p {
    color: var(--color-primary-100);
    text-align: center;
    font-family: var(--font-primary);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 1.25rem */
    letter-spacing: -0.025rem;
    color: var(--color-primary-100);
    text-align: center;
    font-family: var(--font-primary);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 1.25rem */
    letter-spacing: -0.025rem;
  }

  .hero-home-right {
    max-width: 50%;
  }

  .hero-home-right-img {
    display: none;
  }

  .hero-home-icons-max {
    display: flex;
    max-width: 80rem;
    padding: 1rem;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .hero-home-icons-row {
    display: flex;
    flex-wrap: wrap;

    align-items: center;
    gap: 1.5rem;
    align-self: stretch;
  }

  .hero-home-icons-row-pre {
    display: flex;
    padding: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex: 1 0 0;
    align-self: stretch;
  }

  .img-icon-home {
    mix-blend-mode: luminosity;
    filter: brightness(50);
    opacity: 0.8;
    width: 11rem;
  }

  #img-icon-leroy {
    height: 4rem;
  }
}

/* NOTE Mobile G */
@media screen and (min-width: 425px) {
  #home {
    align-self: stretch;
    background: url(../../img/bg/gradient_3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: border-box;
  }

  /* SECTION Display None Mobile */

  #hero_left_svg {
    opacity: 0.5;
  }

  #hero_right_svg {
    display: none;
  }

  /* !SECTION FIM */

  .hero-home-max {
    width: 100%;
    display: flex;
    flex-direction: column;
    max-height: 180vh;
    align-items: center;
    z-index: 2;
  }

  .hero-home-left-max {
    max-width: 100%;
    display: flex;
    padding: 1rem;
    flex-direction: column;
  }

  .hero-home-left-content {
    align-self: stretch;

    display: flex;
    max-width: 32.5rem;
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    align-self: stretch;
    margin-left: auto;
  }

  .h1-home {
    color: var(--color-white);
    font-family: var(--font-primary);
    font-size: clamp(2.8rem, 3.4vw, 6rem);
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0.095rem;
    text-transform: none;
  }

  .text-sub-home {
    align-self: stretch;

    color: var(--white, #fff);
    font-variant-numeric: ordinal;

    /* Body/LG/Regular */
    font-family: var(--font-primary);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    /* 1.625rem */
    letter-spacing: -0.0125rem;
  }

  .button-hero-home {
    display: flex;
    width: -webkit-fill-available;
    width: 241px;
    height: 4rem;
    padding: 0rem 2rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border: 0;
    border-radius: 1rem;
    background: var(--color-white);
  }

  .button-hero-home-img {
    color: var(--color-primary-100) !important;
  }

  .button-hero-home-p {
    color: var(--color-primary-100);
    text-align: center;
    font-family: var(--font-primary);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 1.25rem */
    letter-spacing: -0.025rem;
  }

  .hero-home-right {
    max-width: 50%;
  }

  .hero-home-right-img {
    width: -webkit-fill-available;
  }

  .hero-home-icons-max {
    display: flex;
    max-width: 80rem;
    padding: 3rem 0rem 0rem 0rem;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .hero-home-icons-row {
    display: flex;
    flex-wrap: wrap;

    align-items: center;
    gap: 1.5rem;
    align-self: stretch;
  }

  .hero-home-icons-row-pre {
    display: flex;
    padding: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex: 1 0 0;
    align-self: stretch;
  }

  .img-icon-home {
    mix-blend-mode: luminosity;
    filter: brightness(50);
    opacity: 0.8;
    width: 11rem;
  }

  #img-icon-leroy {
    height: 4rem;
  }
}

/* NOTE  Tablet */
@media screen and (min-width: 768px) {
  #home {
    align-self: stretch;
    background: url(../../img/bg/gradient_3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: border-box;
  }

  .hero-home-max {
    width: 100%;
    margin-top: 4rem;
    display: flex;
    flex-direction: row;
    max-height: 40.25rem;
    align-items: center;
    gap: 1.5rem;
    flex-shrink: 0;
    z-index: 2;
  }

  .hero-home-left-max {
    max-width: 50%;
    display: flex;
    padding: 1rem;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 1rem;
    flex: 1 0 0;
  }

  .hero-home-left-content {
    align-self: stretch;

    display: flex;
    max-width: 32.5rem;
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    align-self: stretch;
    margin-left: auto;
  }

  .h1-home {
    color: var(--color-white);
    font-family: var(--font-primary);
    font-size: clamp(2.8rem, 3.4vw, 6rem);
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0.095rem;
    text-transform: none;
  }

  .text-sub-home {
    align-self: stretch;

    color: var(--white, #fff);
    font-variant-numeric: ordinal;

    /* Body/LG/Regular */
    font-family: var(--font-primary);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    /* 1.625rem */
    letter-spacing: -0.0125rem;
  }

  .button-hero-home {
    display: flex;
    width: -webkit-fill-available;
    width: 241px;
    height: 4rem;
    padding: 0rem 2rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border: 0;
    border-radius: 1rem;
    background: var(--color-white);
  }

  .button-hero-home-img {
    color: var(--color-primary-100) !important;
  }

  .button-hero-home-p {
    color: var(--color-primary-100);
    text-align: center;
    font-family: var(--font-primary);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 1.25rem */
    letter-spacing: -0.025rem;
  }

  .hero-home-right {
    max-width: 50%;
  }

  .hero-home-right-img {
    display: flex;
    width: -webkit-fill-available;
  }

  .hero-home-icons-max {
    display: flex;
    max-width: 80rem;
    padding: 1rem;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .hero-home-icons-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
    align-self: stretch;
  }

  .hero-home-icons-row-pre {
    display: flex;
    padding: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex: 1 0 0;
    align-self: stretch;
  }

  .img-icon-home {
    mix-blend-mode: luminosity;
    filter: brightness(50);
    opacity: 0.8;
  }
}

/* NOTE Desktop 1024+ */
@media screen and (min-width: 1024px) {
  #home {
    align-self: stretch;
    background: url(../../img/bg/gradient_3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: border-box;
  }

  .hero-home-max {
    width: 100%;
    margin-top: 4rem;
    display: flex;
    max-height: 40.25rem;
    align-items: center;
    gap: 1.5rem;
    flex-shrink: 0;
    z-index: 2;
  }

  .hero-home-left-max {
    max-width: 50%;
    display: flex;
    padding: 1rem;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 1rem;
    flex: 1 0 0;
  }

  .hero-home-left-content {
    align-self: stretch;

    display: flex;
    max-width: 32.5rem;
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    align-self: stretch;
    margin-left: auto;
  }

  .h1-home {
    color: var(--color-white);
    font-family: var(--font-primary);
    font-size: clamp(3.9rem, 3.4vw, 6rem);
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0.095rem;
    text-transform: none;
  }

  .text-sub-home {
    align-self: stretch;

    color: var(--white, #fff);
    font-variant-numeric: ordinal;

    /* Body/LG/Regular */
    font-family: var(--font-primary);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    /* 1.625rem */
    letter-spacing: -0.0125rem;
  }

  .button-hero-home {
    display: flex;
    width: -webkit-fill-available;
    width: 241px;
    height: 4rem;
    padding: 0rem 2rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border: 0;
    border-radius: 1rem;
    background: var(--color-white);
  }

  .button-hero-home-img {
    color: var(--color-primary-100) !important;
  }

  .button-hero-home-p {
    color: var(--color-primary-100);
    text-align: center;
    font-family: var(--font-primary);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 1.25rem */
    letter-spacing: -0.025rem;
  }

  .hero-home-right {
    max-width: 45rem;
    flex: 1 0 0;
  }

  .hero-home-right-img {
    width: -webkit-fill-available;
  }

  .hero-home-icons-max {
    display: flex;
    max-width: 80rem;
    padding: 1rem;
    flex-direction: column;
    align-items: center;

    padding: 5rem;
  }

  .hero-home-icons-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-self: stretch;
  }

  .hero-home-icons-row-pre {
    display: flex;
    padding: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex: 1 0 0;
    align-self: stretch;
  }

  .img-icon-home {
    mix-blend-mode: luminosity;
    filter: brightness(50);
    opacity: 0.8;
  }

  .img-icon-home.totovs {
    mix-blend-mode: normal !important;
    filter: none !important;
    opacity: 1 !important;
  }
}

.hero-home-icons-row {
  max-width: 60rem;

  gap: 1.5rem 3.5rem;
}