@media screen and (min-width: 23.4375rem) {
  header.menu {
    width: 100%;
  }
  .menu__title-img {
    width: 60%;
  }
  .menu__hamburguer-img {
    height: 15px;
    width: 22px;
  }
  .menu__title-img {
    width: 7.5rem;
  }
  .menu__icon-x {
    width: 0.9375rem;
  }
  .menu__title {
    font-size: clamp(2rem, 1.5em + 4vw, 9rem);
  }
  .main {
    width: 100%;
  }
  .main__img {
    width: 100%;
  }
  .main__title {
    font-size: clamp(1.625rem, 1em + 4vw, 10rem);
  }
  .main__description {
    font-size: clamp(0.875rem, 0.7em + 1vw, 5rem);
  }
  article.products {
    width: 90%;
  }
  .products__title {
    bottom: 15px;
    left: 43px;
    font-size: 1.1875rem;
  }
  .footer {
    width: 100%;
  }
  .footer__logo-img {
    width: 10.625rem;
  }
  .footer__list {
    font-size: 1.1875rem;
    padding-left: 0;
  }
}
@media screen and (min-width: 31.25rem) {
  header.menu {
    width: 100%;
  }
  .menu__title-img {
    width: 12.5rem;
  }
  .menu__hamburguer-img {
    height: 18px;
    width: 27px;
  }
  .menu__nav {
    gap: 7rem;
  }
  .menu__icon-x {
    width: 1.25rem;
  }
  .menu__list {
    font-size: 1.125rem;
    gap: 1.6875rem;
  }
  .menu__link::after {
    bottom: -12px;
  }
  .menu__title {
    font-size: clamp(2.6875rem, 1em + 5.5vw, 15rem);
    width: 80%;
  }
  .main {
    width: 100%;
  }
  .main__img {
    width: 100%;
  }
  .main__title {
    font-size: clamp(2.5rem, 1em + 3vh, 15rem);
  }
  .main__link {
    padding: 0.625rem 3.125rem;
    font-size: 1.25rem;
  }
  .main__description {
    font-size: clamp(1.125rem, 0.9em + 0.8vw, 10rem);
    line-height: 2rem;
  }
  article.products {
    width: 90%;
    height: auto;
  }
  .products__title {
    bottom: 30px;
    left: 64px;
    font-size: 1.5625rem;
  }
  .footer {
    width: 100%;
  }
  .footer__logo-img {
    width: 12.5rem;
  }
  .footer__list {
    font-size: 1.375rem;
  }
  .footer__date {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 62rem) {
  header.menu {
    position: relative;
    width: 100%;
    background: url("../images/desktop/image-hero.jpg") no-repeat;
    background-size: cover;
    padding: 3.75rem 9.375rem;
    gap: 0;
    height: 27.5625rem;
  }
  .menu__nav {
    padding: 0;
    gap: 0;
    width: 0;
    height: 0;
    top: 4.1875rem;
    left: 509px;
    opacity: 1;
  }
  .menu__title-img {
    width: 8.125rem;
  }
  .menu__hamburguer-img {
    display: none;
  }
  #menu-title {
    display: none;
  }
  .menu__icon-x {
    display: none;
  }
  .menu__list {
    flex-flow: row nowrap;
    padding: 0 0 0 3.4375rem;
  }
  .menu__list-item {
    text-transform: capitalize;
    font-size: 0.875rem;
  }
  .main__info {
    padding: 0 7rem;
  }
  .menu__title {
    position: absolute;
    padding-left: 1.875rem;
    top: 10.0625rem;
    width: 26.875rem;
    line-height: 2.8125rem;
    font-size: clamp(2rem, 1em + 3vw, 10rem);
  }
  .main__section {
    position: relative;
    display: flex;
  }
  .main__img-title {
    position: absolute;
    align-self: flex-end;
    background-color: white;
    width: 25rem;
    right: 20px;
  }
  .main__img {
    width: 80%;
    margin-left: 8.625rem;
  }
  .main__title {
    font-size: 1.875rem;
    padding-right: 6.25rem;
  }
  .main__description {
    font-size: 0.84375rem;
    margin-bottom: 0;
    width: 24.8125rem;
  }
  .main__section2 {
    margin-top: 5rem;
    padding-bottom: 1.875rem;
  }
  .main__info {
    display: flex;
    padding-left: 7.5rem;
  }
  .main__title {
    margin-left: 0.3125rem;
  }
  .main__link {
    padding: 0.625rem 2.1875rem;
    height: 2.5rem;
    font-size: 0.8125rem;
    bottom: 58px;
    left: 50.625rem;
  }
  .mini-wrapper {
    width: 80%;
    margin-left: 9.6875rem;
    margin-bottom: 9.375rem;
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-template-rows: auto;
    gap: 1rem;
    grid-template-areas: "earth  arcade    soccer    gridd" " fa   borealis  curiosity  fisheye";
  }
  article.products {
    margin: 0;
    background-color: rgba(0, 0, 0, 0);
    height: 100%;
    width: 100%;
  }
  article.products .products__img:hover {
    transition: all 0.4s ease-in-out;
    opacity: 0.2;
  }
  article.products:hover {
    cursor: pointer;
    color: black;
  }
  article.products .products--earth {
    grid-area: earth;
  }
  article.products .products--arcade {
    grid-area: arcade;
  }
  article.products .products--soccer {
    grid-area: soccer;
  }
  article.products .products--grid {
    grid-area: gridd;
  }
  article.products .products--vr {
    grid-area: fa;
  }
  article.products .products--borealis {
    grid-area: borealis;
  }
  article.products .products--curiosity {
    grid-area: curiosity;
  }
  article.products .products--fisheye {
    grid-area: fisheye;
  }
  article.products picture {
    overflow: hidden;
  }
  .products__title {
    pointer-events: none;
    bottom: 25px;
    left: 24px;
    font-size: 1.25rem;
  }
  .footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.5rem 0 1.25rem 9.375rem;
  }
  .footer__link {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
  }
  .footer__logo-img {
    width: 9.375rem;
    margin-bottom: 0;
  }
  .footer__list {
    flex-flow: row nowrap;
    font-size: 0.9375rem;
    margin-top: 2rem;
  }
  .footer__icons {
    margin-top: 0;
    padding-right: 3.75rem;
  }
  .footer__icons-list {
    justify-content: flex-end;
  }
  .footer__date {
    font-size: 0.9375rem;
    text-align: left;
  }
}
@media screen and (min-width: 75rem) {
  body {
    background-color: white;
  }
  header.menu {
    width: 100%;
    height: 33.3125rem;
  }
  .menu__title-img {
    width: 11.25rem;
  }
  .menu__list {
    padding: 0 0 0 13.75rem;
  }
  .menu__title {
    top: 11.875rem;
    font-size: 3.4rem;
    line-height: 3.5rem;
    width: 32.1875rem;
  }
  .main {
    width: 73.75rem;
  }
  .main__img-title {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
    width: 35rem;
    bottom: 0px;
    height: 16.875rem;
  }
  .main__img {
    width: 37.5rem;
  }
  .main__title {
    font-size: 2.1875rem;
    padding: 2.8125rem 0 0 3.875rem;
    text-align: left;
  }
  .main__description {
    padding-left: 4.375rem;
    width: 31.25rem;
  }
  .main__section2 {
    width: 73.75rem;
    padding-bottom: 3.125rem;
  }
  .main__title--position {
    padding-left: 1.875rem;
  }
  .main__link {
    left: 988px;
    bottom: 50px;
  }
  .mini-wrapper {
    margin-top: 2.5rem;
    width: 56.5625rem;
  }
  .products__title {
    font-size: 1.75rem;
    left: 32px;
    bottom: 32px;
  }
  .footer {
    width: 100%;
    padding: 1.875rem 7.5rem;
  }
  .footer__logo-img {
    margin-left: 2.5rem;
  }
  .footer__list {
    margin-left: 2.5rem;
  }
  .footer__icons {
    padding: 0;
  }
}

/*# sourceMappingURL=mq-style.css.map */
