  /* Mobile */
  @media (max-width: 1023px) {
    .cafe-arrow.left {
          left: -70px;
      }
      .cafe-arrow.right {
          right: -90px;
      }

    .jugo-header {
      font-size: 24px;
      font-weight: bold;
    }

    .promo-row {
      width: 90%;
      margin: 0 auto;
    }

    .promo-row:nth-child(1) {
      margin-bottom: 40px;
    }

    .promo-text h3 {
      font-size: 24px;
    }

    .promo-text p {
      font-size: 16px;
    }

    .carousel-arrow {
      width: 48px;
      height: 48px;
      font-size: 32px;
      top: 40%;
      transform: translateY(-40%);
    }

    .carousel-arrow.left {
        left: 10px;
    }

    .carousel-arrow.right {
        right: 10px;
    }

    .carousel-slide img {
        height: auto;          /* altura tipo banner */
    }

    .bebidas-grid-title {
      color: #799B3C;
      font-weight: bolder;
      padding: 10px 8px;
      font-size: 24px;
    }

    .logo img {
      width: 200px;
    }
  }