body {
  background: white;
}

.button-primary {
  background-color: #92261c;
  color: #fff;
}

.button-secondary {
  background-color: #fec335;
  color: #fff;
}

.button {
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  font-weight: 500;
}

/* .spacing {
  margin: 10px 0;
} */
.home-container .top-offers {
  height: 40vh;
  position: relative;
}

@media only screen and (min-width:768px) {
  .home-container .top-offers {
    height: 50vh;
    position: relative;
  }
}

.home-container .top-offers .all-offers-link {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999;
  text-decoration: none;
  color: #fec335;
  border: 1px solid #fec335;
  font-weight: 600;
  border-radius: 10px;
}

.home-container .top-offers .all-offers-link:hover {
  color: white;
  background-color: #fec335;
}

.home-container .top-offers #mobile {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
}

.home-container .top-offers #desktop {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: flex;
}

/* .home-container .top-offers #desktop #desktop-wrapper #CarrosselB {
  display: none;
} */


.home-container .top-offers #mobile #mobile-wrapper,
.home-container .top-offers #desktop #desktop-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
}

.home-container .top-offers #mobile #mobile-wrapper .swiper-slide,
.home-container .top-offers #desktop #desktop-wrapper .swiper-slide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home-container .top-offers #mobile #mobile-wrapper .swiper-slide img {
  max-width: 130px;
  width: 100%;
}

.home-container .top-offers #desktop #desktop-wrapper .swiper-slide img {
  max-width: 150px;
  width: 100%;
}

.home-container .newsletter-container {
  padding: 5px 15px 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  background-color: #fec335;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width:766px) {
  .home-container .newsletter-container {
    padding: 0 10px 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    background-color: #fec335;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  }
}

.home-container .newsletter-container .left-content {
  max-width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-container .newsletter-container .left-content p {
  text-align: center;
  letter-spacing: 0.015em;
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
}

.home-container .newsletter-container .right-content img {
  width: 80px;
}

.home-container .whatsapp-container {
  max-width: 70%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

@media only screen and (min-width:315px) {

  .home-container .whatsapp-container .content,
  .home-container .whatsapp-container .content-button {
    margin-left: 1%;
  }
}

@media only screen and (max-width:766px) {
  .home-container .whatsapp-container {
    max-width: 70%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

.bar {
  width: 100%;
  height: 10vh;
  background: #92261c;
  font-size: 24px;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: white;
  align-items: center;
  justify-content: center;
  display: flex;
}

.home-container .cards-links-container {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.home-container .cards-links-container .card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #92261c;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 200px;
  width: 200px;
  border: 1px solid #92261c;
  border-radius: 10px;
  padding: 10px;
}

.home-container .cards-links-container .card-link:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 200px;
  width: 200px;
  border: 1px solid #92261c;
  background-color: #92261c;
  border-radius: 10px;
  padding: 10px;
}

.home-container .cards-links-container .card-link p {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  text-transform: uppercase;
  height: 50%;
}

.home-container .cards-links-container .card-link i {
  font-size: 6rem;
  margin-bottom: 5px;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-container .sac-container {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #92261c;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.home-container .sac-container>p {
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
}

.home-container .sac-container .sac-card {
  text-decoration: none;
  background-color: #fec335;
  padding: 20px;
  height: 130px;
  min-width: 130px;
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  margin-left: 10px;
}

.home-container .sac-container .sac-card p {
  font-size: 2rem;
  font-weight: 600;
  color: #92261c;
}

.home-container .sac-container .sac-card img {
  width: 50%;
  margin-bottom: 10px;
}

.home-container .contact-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
}

.home-container .contact-container>p {
  font-size: 3rem;
  text-transform: uppercase;
  text-align: center;
  color: #92261c;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.home-container .contact-container .contact-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 450px;
  padding: 0 40px;
}

.home-container .contact-container .contact-content .form-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
}

.home-container .contact-container .contact-content .form-contact input,
.home-container .contact-container .contact-content .form-contact button {
  height: 50px;
  width: 100%;
  padding: 10px;
  font-size: 1.6rem;
}

.home-container .contact-container .contact-content .form-contact button:hover {
  background-color: #92261c;
  color: white;
}

.home-container .contact-container .contact-content .form-contact>div,
.home-container .contact-container .contact-content .form-contact>input,
.home-container .contact-container .contact-content .form-contact textarea {
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
}

.home-container .contact-container .contact-content .form-contact .inline-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.home-container .contact-container .contact-content .form-contact .inline-inputs input {
  font-family: 'Montserrat', sans-serif;
}

.home-container .contact-container .contact-content .form-contact .inline-inputs input:first-child {
  margin-right: 10px;
}

.home-container .contact-container .contact-content .form-contact input,
.home-container .contact-container .contact-content .form-contact textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
}

.home-container .contact-container .contact-content .form-contact textarea {
  height: 150px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.6rem;
  padding: 10px;
  resize: none;
  width: 100%;
}

@media (min-width:1000px) {
  .home-container .contact-container .contact-content .form-contact button {
    margin-left: 5%;
  }

  .home-container .contact-container .contact-content .form-contact>div,
  .home-container .contact-container .contact-content .form-contact>input,
  .home-container .contact-container .contact-content .form-contact textarea {
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    margin-left: 5%;
  }
}

@media (max-width: 600px) {
  .home-container .top-offers {
    height: 40vh;
  }

  .home-container .top-offers .swiper .swiper-wrapper .swiper-slide img {
    max-width: 180px;
    width: 100%;
  }

  /* .home-container .top-offers .swiper .swiper-pagination,
  .home-container .top-offers .swiper .swiper-button-prev,
  .home-container .top-offers .swiper .swiper-button-next {
    display: none;
  } */

  .home-container .newsletter-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-container .newsletter-container .left-content {
    max-width: 100%;
  }

  .home-container .newsletter-container .left-content p {
    font-size: 2rem;
  }

  .home-container .newsletter-container .left-content button {
    width: 100%;
  }

  .home-container .newsletter-container .right-content {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .home-container .newsletter-container .right-content img {
    width: 50px;
  }

  @media only screen and (max-width: 766px) {
    .categoria {
    display: flex !important;
  }
}
  #categorias li a {
    text-decoration: none;
    color: #92261c;
  }
  #divAguarde {
    background-color: #fec335;
  }
  #aguardeContainer {
    text-transform: uppercase;
    color: #fff;
    font-size: 2rem;
    text-align: center;
}

  .home-container .cards-links-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home-container .cards-links-container .card-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100% !important;
    height: 100px !important;
    padding: 10px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .home-container .cards-links-container .card-link:not(:last-child) {
    margin-bottom: 10px;
  }

  .home-container .cards-links-container .card-link p {
    font-size: 2rem !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .home-container .cards-links-container .card-link i {
    font-size: 6rem !important;
    margin: 0 10px;
  }

  .home-container .sac-container>p {
    font-size: 1.8rem;
  }

  .home-container .sac-container .sac-card {
    min-width: 100px;
    width: 100px;
    min-height: 100px;
    height: 100px;
    padding: 10px;
  }
}

@media (max-width: 800px) {
  .home-container .cards-links-container .card-link {
    width: 150px;
    height: 150px;
  }

  .home-container .cards-links-container .card-link p {
    font-size: 1.8rem;
  }

  .home-container .cards-links-container .card-link i {
    font-size: 4rem;
  }
}

@media (max-width: 900px) {
  .home-container .contact-container .contact-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }

  .home-container .contact-container .contact-content img {
    width: 100%;
    margin-bottom: 10px;
  }

  .home-container .contact-container .contact-content .form-contact textarea {
    min-height: 200px !important;
  }
}

/*# sourceMappingURL=home.css.map */

.market-footer .footer-top-content .links-area .links ul a {
  color: white;
}

.market-footer .footer-top-content .links-area .links ul li a:hover {
  color: #92261c;
}