@media (max-width: 1350px) {
  .component-best-seller ul {
    flex-wrap: wrap;
  }

  .mosaico {
    height: auto;
  }
  .grid-row {
    flex-direction: column;
  }

  .mosaico img.img-1 {
    height: 350px;
  }

  .mosaico img.img-2 {
    height: 350px;
  }
}

@media (max-width: 1199px) {
  .beauty h1 {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .banner-home {
    background-image: url("../../../images/banner-home-mobile.webp");
  }

  .banner-home h1 {
    text-align: left;
    width: 60%;
  }

  .beauty h1 {
    width: 70%;
  }

  .beauty {
    background-image: url("../../../images/beauty-mobile.webp");
  }
}

@media (max-width: 767px) {
  .logo img {
    width: 200px;
  }

  .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
  }
  .title h2 {
    font-weight: 300;
    font-size: 32px;
  }

  .nav-bar {
    justify-content: center !important;
  }

  .title {
    padding: 0 0 24px 24px;
  }
}

@media (max-width: 639px) {
  .component-best-seller ul {
    justify-content: center !important;
  }
}

@media (max-width: 425px) {
  .banner-home {
    height: 345px;
  }

  .banner-home h1 {
    text-align: left;
    width: 100%;
    font-size: 32px;
  }

  .banner-home .btn-default {
    width: 216px;
  }
  .valores-about {
    padding: 32px 0;
  }

  .beauty {
    height: 291px;
  }

  .beauty h1 {
    font-size: 24px !important;
    width: 100%;
  }

  .beauty .btn-default {
    width: 216px;
  }
  .instagram h1 {
    font-size: 24px;
    padding: 16px;
  }

  .mosaico img.img-1 {
    height: 178px;
  }

  .mosaico img.img-2 {
    height: 178px;
  }
  .title {
    padding: 50px 0 0 10px;
  }
}
