html, body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
}

.mob {
  display: block;
}

.desk {
  display: none;
}

.grid {
  padding: 0 25px;
}

.line {
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 1rem 0;
}

.menu__desk {
  -webkit-box-shadow: 0px 1.1109px 8.60946px -3.88815px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1.1109px 8.60946px -3.88815px rgba(0, 0, 0, 0.25);
}

.menu__desk--grid {
  height: 70px;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__desk--items {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.menu__desk--items-item.active a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #F49211;
}

.menu__desk--items-item a {
  padding: 10px 20px;
  font-family: 'Paytone One';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.menu__desk--items-button a {
  padding: 5px 15px;
  font-family: 'Paytone One';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  background: #39AE66;
  border-radius: 26.0204px;
}

.menu__mob {
  -webkit-box-shadow: 0px 1.1109px 8.60946px -3.88815px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1.1109px 8.60946px -3.88815px rgba(0, 0, 0, 0.25);
}

.menu__mob--grid {
  height: 70px;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__mob--grid .sanduiche .menu__mob--bar {
  width: 25px;
  height: 3px;
  background: black;
  margin: 5px 0;
}

.menu__mob--items {
  position: absolute;
  width: 100%;
  background: #FFFFFF;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  height: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  overflow: hidden;
}

.menu__mob--items.open {
  position: absolute;
  height: 240px;
}

.menu__mob--items-item {
  padding: 10px 0;
}

.menu__mob--items-item.active a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #F49211;
}

.menu__mob--items-item a {
  padding: 10px 20px;
  font-family: 'Paytone One';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
}

.menu__mob--items-button {
  padding: 10px 0;
}

.menu__mob--items-button a {
  padding: 5px 15px;
  font-family: 'Paytone One';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #FFFFFF;
  background: #39AE66;
  border-radius: 26.0204px;
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 25vh;
  background-image: url("../images/carrossel_1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 25%;
}

.banner__text {
  padding: 25px;
}

.banner__text--text {
  font-family: 'Paytone One';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  text-align: right;
  color: #FFFFFF;
}

.our__services {
  margin-top: 4rem;
}

.our__services.mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.our__services.desk {
  display: none;
}

.our__services .grid {
  width: 55%;
  padding-right: 0;
}

.our__services--content {
  width: 100%;
}

.our__services--title {
  font-family: 'Paytone One';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
}

.our__services--bar {
  height: 4px;
  width: 50px;
  background-color: #FC9B1B;
}

.our__services--subtitle {
  margin-top: 1rem;
  font-family: 'Paytone One';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.our__services--title-text {
  font-family: 'Paytone One';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #FC9B1B;
}

.our__services--text {
  font-family: 'Paytone One';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.our__services--image {
  width: 45%;
}

.our__services--image img {
  width: 100%;
}

.our__services--button {
  margin-top: 2rem;
}

.our__services--button.button {
  font-family: 'Paytone One';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  background: #39AE66;
  padding: 5px 10px;
  border-radius: 14px;
}

.about__us.desk {
  display: none;
}

.about__us.mob {
  display: block;
}

.about__us--title {
  font-family: 'Paytone One';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
}

.about__us--bar {
  height: 4px;
  width: 50px;
  background-color: #FC9B1B;
}

.about__us--subtitle {
  margin-top: 1rem;
  font-family: 'Paytone One';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
  color: #000000;
}

.about__us--item {
  background: #FAFAFA;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  height: 70vh;
}

.about__us--item-text {
  font-family: 'Paytone One';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #000000;
  padding: 18px;
}

.about__us--image {
  display: block;
  width: auto !important;
  margin: 0 auto;
  padding-top: 18px;
}

.about__us .owl-carousel {
  margin-top: 2rem;
}

.about__us .owl-item > div {
  cursor: pointer;
  margin: 6% 8%;
  -webkit-transition: margin 0.4s ease;
  transition: margin 0.4s ease;
}

.about__us .owl-item.center > div {
  cursor: auto;
  margin: 0;
}

.about__us .owl-item:not(.center) > div:hover {
  opacity: .75;
}

.our__shop--title {
  font-family: 'Paytone One';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
}

.our__shop--bar {
  height: 4px;
  width: 50px;
  background-color: #FC9B1B;
  margin-bottom: 1rem;
}

.our__shop--photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FAFAFA;
  -webkit-box-shadow: 0px 2.8px 2.8px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2.8px 2.8px rgba(0, 0, 0, 0.25);
  border-radius: 28px;
  padding: 15px;
  margin-bottom: 2rem;
}

.our__shop--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.our__shop--map {
  background: #FAFAFA;
  -webkit-box-shadow: 0px 2.8px 2.8px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2.8px 2.8px rgba(0, 0, 0, 0.25);
  border-radius: 28px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.our__shop--map-infos {
  text-align: center;
}

.our__shop--map-infos .title {
  color: #39AE66;
  font-family: 'Paytone One';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 1rem;
}

.our__shop--map-infos .endereco {
  color: #000000;
  font-family: 'Paytone One';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}

.contact__us--title {
  padding-left: 25px;
  font-family: 'Paytone One';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
}

.contact__us--bar {
  margin-left: 25px;
  height: 4px;
  width: 50px;
  background-color: #FC9B1B;
  margin-bottom: 1rem;
}

.contact__us--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.contact__us--content .contact__us--text {
  padding-left: 25px;
  width: 250px;
}

.contact__us--content .contact__us--text-info {
  font-family: 'Paytone One';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

.contact__us--content .contact__us--text-contacts {
  margin-top: 1.5rem;
}

.contact__us--content .contact__us--text-contacts .contact {
  font-family: 'Paytone One';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #A0A0A0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
}

.contact__us--content .contact__us--text-contacts .contact span {
  margin-right: 10px;
}

.contact__us--content .contact__us--image {
  background-image: url("../images/mulher_email.svg");
  height: 120px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 100%;
}

.our__products--title {
  font-family: 'Paytone One';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
}

.our__products--bar {
  height: 4px;
  width: 50px;
  background-color: #FC9B1B;
  margin-bottom: 1rem;
}

.our__products--product {
  height: 200px;
  width: 150px;
  -webkit-filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.25));
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.our__products--product.tempero {
  background-image: url("../images/img_temperos.png");
}

.our__products--product.frutas {
  background-image: url("../images/img_frutas.png");
}

.our__products--product.laticinios {
  background-image: url("../images/img_laticinios.png");
}

.our__products--product.graos {
  background-image: url("../images/img_graos.png");
}

.our__products--product.diversos {
  background-image: url("../images/img_temperos.png");
}

.our__products--product .text {
  font-family: 'Paytone One';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px black;
}

.footer {
  background-color: #EEEEEE;
}

.footer .line-orange {
  height: 7px;
  width: 100%;
  background-color: #FC9B1B;
}

.footer__content {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__content--logo {
  width: 100px;
  height: 70px;
}

.footer__content--logo img {
  width: 100%;
  height: auto;
}

.footer__content--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__content--buttons .btn-criar-conta {
  background: #39AE66;
  border-radius: 5px;
  padding: 10px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}

.footer__content--buttons .btn-entrar {
  background: #FFFFFF;
  border: 1px solid #39AE66;
  border-radius: 5px;
  padding: 10px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #39AE66;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__credits p {
  text-align: center;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  padding-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .mob {
    display: none;
  }
  .desk {
    display: block;
  }
  .line {
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 5rem 0;
  }
  .grid {
    padding: 0 50px;
  }
  .banner {
    height: 35vh;
  }
  .banner__text--text {
    font-size: 28px;
  }
  .our__services.desk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .our__services.mob {
    display: none;
  }
  .our__services--title {
    font-size: 32px;
  }
  .our__services--bar {
    width: 60px;
  }
  .our__services--subtitle {
    font-size: 14px;
  }
  .our__services--title-text {
    font-size: 18px;
    margin-top: 2rem;
  }
  .our__services--text {
    font-size: 14px;
  }
  .our__services--button {
    margin-top: 2rem;
  }
  .our__services--button.button {
    font-size: 18px;
  }
  .about__us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about__us.desk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about__us.mob {
    display: none;
  }
  .about__us--title {
    font-size: 32px;
    text-align: right;
  }
  .about__us--bar {
    margin-left: auto;
  }
  .about__us--subtitle {
    text-align: right;
  }
  .about__us--items {
    width: 55%;
  }
  .about__us--item {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2rem;
  }
  .about__us--text {
    width: 30%;
  }
  .about__us--item-text {
    text-align: start;
    padding: 15px;
  }
  .about__us--image {
    display: block;
    width: auto !important;
    margin: 0 auto;
    padding: 15px;
  }
  .our__shop--title {
    font-size: 32px;
  }
  .our__shop--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .our__shop--map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .our__shop--map-infos {
    text-align: left;
    width: 220px;
    padding-right: 5px;
  }
  .our__shop--map-infos .title {
    font-size: 16px;
  }
  .our__shop--map-infos .endereco {
    font-size: 14px;
    margin-bottom: 1.5rem;
  }
  .our__shop--map-infos .title-yellow {
    color: #FC9B1B;
    font-family: 'Paytone One';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
  }
  .our__shop--map-infos .info {
    font-size: 14px;
    margin-bottom: 1.5rem;
    font-family: 'Paytone One';
    font-style: normal;
    font-weight: 400;
    color: #000000;
  }
  .contact__us--title {
    padding-left: 50px;
    font-size: 32px;
  }
  .contact__us--bar {
    margin-left: 50px;
  }
  .contact__us--content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact__us--content .contact__us--text {
    padding-left: 50px;
  }
  .contact__us--content .contact__us--text-info {
    font-size: 14px;
  }
  .contact__us--content .contact__us--text-contacts {
    margin-top: 1.5rem;
  }
  .contact__us--content .contact__us--text-contacts .contact {
    font-size: 14px;
  }
  .contact__us--content .contact__us--text-contacts .contact span {
    margin-right: 10px;
  }
  .contact__us--content .contact__us--image {
    height: 520px;
  }
  .our__products--items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 4rem;
  }
  .our__products--title {
    font-size: 32px;
  }
  .our__products--product {
    height: 310px;
    width: 210px;
  }
  .our__products--product .text {
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .grid {
    padding: 0 100px;
  }
  .menu__desk--grid {
    padding: 0 100px;
  }
  .banner {
    height: 45vh;
  }
  .contact__us--title {
    padding-left: 100px;
  }
  .contact__us--bar {
    margin-left: 100px;
  }
  .contact__us--content .contact__us--text {
    padding-left: 100px;
  }
}
/*# sourceMappingURL=style.css.map */