:root {
  --black: #0d0e13;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

.body {
  background-color: #f5f6f6;
}

.hero {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-around;
  height: 700px;
  min-height: 700px;
  display: block;
  position: relative;
}

.navbar {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(241, 241, 241, .8);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: space-around;
  align-items: center;
  height: 80px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  max-width: 1920px;
  display: flex;
}

.nav-link {
  color: #858585;
  text-align: right;
  letter-spacing: 0;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.nav-link.w--current {
  color: #0048ff;
}

.menu-space {
  height: 80px;
}

.hero-container {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/main-banner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 80px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.body-section {
  padding: 100px 50px;
  position: relative;
}

.div-promo-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  position: relative;
}

.promo-cont {
  background-color: #adadad;
  border-radius: 30px;
  height: 300px;
}

.promo-cont.b {
  background-color: #d6d6d6;
}

.link-promo {
  padding: 5px;
  text-decoration: none;
  position: relative;
}

.grid-small-products {
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.promo-small {
  background-color: #adadad;
  border-radius: 30px;
  height: 200px;
}

.promo-small.b {
  background-color: #d6d6d6;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search {
  max-width: 600px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.search-input {
  border-radius: 30px;
  width: 100%;
  height: 60px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 80px;
  font-family: Droid Sans, sans-serif;
  font-size: 16px;
}

.search-button {
  border-radius: 30px;
  width: 100px;
  height: 60px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-productos {
  padding: 100px 50px;
}

.div-categorias {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.categorias {
  background-color: #e6e6e6;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 300px;
  padding: 0 10px 55px;
  display: flex;
  position: relative;
}

.categorias.b {
  background-color: #d6d6d6;
}

.ad-container {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 30px;
  flex: 1;
  max-width: 1000px;
  height: 560px;
}

.h3 {
  color: #535353;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Exo, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
}

.cat-image {
  max-width: 200px;
  margin-top: -20px;
  margin-bottom: 20px;
  position: relative;
}

.image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-2 {
  max-width: 50px;
}

.brand {
  order: -1;
}

.nav-menu {
  order: 1;
  display: flex;
}

.grid-cat {
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.image-3 {
  width: 100%;
}

.image-4 {
  display: none;
}

.section-2 {
  background-color: #be202e;
  border-bottom: 1px solid #bd8686;
  align-items: center;
  height: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.navbar-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #be202e;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  height: 90px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: opacity .2s;
}

.nav-link-2:hover {
  color: #fff;
  border-bottom: 5px solid #68101a;
}

.nav-link-2.w--current {
  color: #68101a;
  -webkit-text-stroke-color: #68101a;
  border-bottom-color: #68101a;
}

.image-5 {
  vertical-align: bottom;
  display: inline-block;
}

.brand-2 {
  order: -1;
  padding-left: 0;
}

.nav-menu-2 {
  text-align: right;
  order: 1;
  margin-right: -20px;
}

.image-6 {
  width: 100%;
}

.section-3 {
  padding: 100px 50px 130px;
  position: relative;
}

.heading {
  text-align: left;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 48px;
}

.div-block {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  height: 580px;
  display: flex;
  position: relative;
}

.tittles {
  z-index: 1;
  text-align: center;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  position: relative;
}

.div-block-3 {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.button {
  background-color: #be202e;
  border-radius: 5px;
  flex: 0 auto;
  align-self: auto;
  padding: 15px 30px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .2s;
}

.button:hover {
  background-color: #350000;
}

.button.center {
  margin-left: auto;
  margin-right: auto;
}

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.section-4 {
  background-image: url('../images/plato.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.section-5 {
  background-color: #be202e;
  padding: 75px 50px;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  order: 1;
  justify-content: flex-end;
  align-items: center;
  width: 1280px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-6 {
  display: block;
}

.section-6 {
  background-color: #242424;
  align-items: center;
  height: 70px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.link-block {
  justify-content: flex-end;
  display: flex;
}

.div-block-7 {
  background-color: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  width: 1280px;
  max-width: 1280px;
  height: 200px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.texto-blanco {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 48px;
}

.text-block {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.div-footer {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  order: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.second-title {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 32px;
}

.main-tittle {
  color: #fff;
  height: 25px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.info {
  color: #fff;
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.info:hover {
  color: #ffafaf;
}

.div-block-8 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  order: 0;
  display: flex;
}

.big-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.big-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  transition: filter .2s;
}

.big-link:hover {
  filter: brightness(40%);
}

.main-frame {
  box-sizing: content-box;
}

.pic {
  transition: transform .2s;
}

.pic:hover {
  transform: scale(1.1);
}

.pre-nav {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  width: 100%;
  display: flex;
}

.pre-nav.right {
  justify-content: flex-end;
  align-items: center;
}

.prenav-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #797979;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  display: flex;
}

.prenav-button:hover {
  filter: brightness(80%);
}

.text-block-2 {
  color: #fff;
  font-weight: 500;
}

.div-block-10 {
  width: 20px;
  height: 20px;
}

.link-block-2 {
  text-decoration: none;
}

.section-white {
  background-color: #fff;
  padding: 0 50px;
  position: relative;
}

.image-9, .image-10 {
  filter: brightness(200%);
}

.section-7 {
  background-image: url('../images/platanos.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 720px;
  padding-left: 50px;
  padding-right: 50px;
}

.div-header {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-header {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
}

.subtittle {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

.subtittle.max {
  max-width: 40ch;
}

.subtittle.max2 {
  max-width: 50ch;
  margin-top: 0;
}

.div-block-11 {
  background-color: #be1e2d;
  width: 70px;
  height: 5px;
  min-height: 5px;
  margin-bottom: 30px;
}

.div-block-11.productos {
  margin-bottom: 0;
}

.parrafo {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.parrafo.max {
  max-width: 40ch;
  margin-top: 0;
  margin-bottom: 30px;
}

.image-11 {
  min-width: 800px;
}

.image-12 {
  z-index: 0;
  height: 580px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 40%;
  right: auto;
}

.div-auto {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.div-block-12 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.heading-2 {
  text-align: center;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 48px;
}

.productos-grid {
  grid-column-gap: 40px;
  grid-row-gap: 100px;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  display: flex;
  position: relative;
}

.button-2 {
  background-color: #f47721;
  border-radius: 5px;
  flex: 0 auto;
  align-self: center;
  padding: 15px 30px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .2s;
}

.button-2:hover {
  background-color: #ad4700;
}

.div-block-15 {
  background-color: #fff;
  align-self: stretch;
  width: 2px;
  min-height: 100%;
}

.div-prefooter {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-8 {
  height: 100px;
  padding-left: 50px;
  padding-right: 50px;
}

.div-block-16 {
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bread {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 48px;
}

.button-3 {
  color: #727272;
  background-color: rgba(56, 152, 236, 0);
  padding-left: 3px;
  padding-right: 3px;
}

.button-3:hover, .button-3.w--current {
  color: #000;
}

.iner-header-div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.div-hori {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  max-width: 1280px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-copy {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
}

.div-block-17 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-18 {
  width: 300px;
  min-width: 300px;
  height: 300px;
  overflow: hidden;
}

.img {
  transition: transform .2s;
}

.img:hover {
  transform: scale(1.1);
}

.segments-header {
  flex-flow: column;
  order: 0;
  align-items: flex-start;
  display: flex;
}

.view-button {
  color: #333;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 5px;
  flex: 0 auto;
  align-self: auto;
  padding: 15px 30px 15px 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .2s;
}

.view-button:hover {
  background-color: #350000;
}

.view-button.center {
  margin-left: auto;
  margin-right: auto;
}

.link-block-3 {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #333;
  background-color: #fff;
  flex-flow: column;
  align-items: flex-start;
  width: 70%;
  margin-top: -50px;
  padding: 20px 15px 20px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.view {
  z-index: 1;
  text-align: left;
  flex: 0 auto;
  align-self: auto;
  margin-top: 0;
  margin-bottom: auto;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  position: relative;
}

.div-block-19 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-14 {
  width: 6px;
}

.tittles-segemtns {
  z-index: 1;
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  position: relative;
}

.section-header-segments {
  background-color: #fff;
  padding: 0 50px 80px;
  position: relative;
}

.section-4-copy {
  background-image: url('../images/tostadas.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.maduritos {
  background-image: url('../images/madutiros.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.products-div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.div-block-20 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f6f6;
  flex-flow: column;
  min-width: 280px;
  max-width: 320px;
  padding: 40px 40px 120px;
  display: flex;
}

.button-4 {
  color: #333;
  background-color: rgba(56, 152, 236, 0);
  border-bottom: 2px solid #e2e3e3;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.button-4:hover {
  color: #bb2025;
  border-bottom-color: #be202e;
}

.button-4.w--current {
  color: #bb2025;
  border-bottom-color: #bb2025;
}

.titulo-submenu {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.titulo-submenu.max {
  max-width: 40ch;
  margin-top: 0;
  margin-bottom: 30px;
}

.div-block-21 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 120px;
  padding-top: 30px;
  display: flex;
  position: relative;
  overflow: visible;
}

.titulo-producto {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
}

.description-productos {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.dropdown {
  background-color: #f5f6f6;
  width: 100%;
}

.text-block-3 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.dropdown-toggle {
  width: 100%;
}

.icon-3 {
  color: #b6b6b6;
  font-size: 18px;
  position: static;
}

.dropdown-link {
  background-color: #fff;
}

.div-block-22 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  justify-content: space-between;
  display: flex;
}

.div-block-22.bakery {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.div-block-23 {
  justify-content: center;
  align-items: center;
  min-width: 35%;
  display: flex;
}

.div-block-23.bakery {
  min-width: 50%;
}

.div-block-24 {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  padding: 40px 40px 40px 0;
  display: flex;
}

.small-parrafo {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.small-parrafo.max {
  max-width: 40ch;
  margin-top: 0;
  margin-bottom: 30px;
}

.div-block-25 {
  cursor: pointer;
  background-color: #f5f6f6;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 20px;
  display: flex;
}

.div-block-26 {
  width: 100%;
  overflow: hidden;
}

.text-span {
  color: #00a80b;
  font-weight: 500;
}

.text-span-2 {
  color: #ff5e00;
  font-weight: 500;
}

.small-parrafo-copy {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.small-parrafo-copy.max {
  max-width: 40ch;
  margin-top: 0;
  margin-bottom: 30px;
}

.small-parrafo-copy.red {
  color: #bb2025;
}

.dropdown-2 {
  background-color: #f5f6f6;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: block;
}

.dropdown-toggle-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
}

.div-block-27 {
  width: 100%;
  height: 20px;
}

.div-block-28 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.div-block-29 {
  flex-flow: column;
  display: flex;
}

.tajadas {
  background-image: url('../images/tajadas.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.net {
  color: #fff;
  text-align: left;
  background-color: #979797;
  border-radius: 10px;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 8px 15px 7px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

.net.max {
  max-width: 40ch;
  margin-top: 0;
  margin-bottom: 30px;
}

.slide {
  background-image: url('../images/platanos.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-left: 50px;
  padding-right: 50px;
}

.slide._2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0)), url('../images/Banner2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.slider {
  height: 720px;
}

.slide-nav {
  font-size: 15px;
}

@media screen and (max-width: 991px) {
  .hero {
    height: 500px;
    min-height: 500px;
  }

  .navbar {
    padding-right: 30px;
  }

  .div-promo-container {
    margin-top: -30px;
  }

  .categorias {
    padding-bottom: 60px;
  }

  .h3 {
    font-size: 20px;
    line-height: 22px;
  }

  .menu-button {
    order: 1;
  }

  .icon {
    color: #fff;
    font-size: 30px;
  }

  .nav-link-2 {
    color: #000;
    border-bottom-width: 3px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link-2:hover {
    color: #a0a0a0;
  }

  .nav-menu-2 {
    background-color: #eee;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading {
    font-size: 36px;
    line-height: 42px;
  }

  .div-block-2 {
    height: 500px;
  }

  .texto-blanco {
    font-size: 36px;
    line-height: 38px;
  }

  .div-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .div-block-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .menu-button-2 {
    order: 1;
  }

  .menu-button-2.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .image-7 {
    margin-bottom: 20px;
  }

  .icon-2 {
    color: #fff;
    font-size: 34px;
  }

  .section-7 {
    height: 500px;
  }

  .heading-header {
    font-size: 50px;
    line-height: 50px;
  }

  .div-block-11 {
    flex: none;
  }

  .parrafo {
    font-size: 20px;
    line-height: 24px;
  }

  .parrafo.max {
    font-size: 24px;
  }

  .image-12 {
    min-width: 760px;
    height: 500px;
  }

  .heading-2 {
    font-size: 36px;
  }

  .productos-grid {
    grid-column-gap: 60px;
    grid-row-gap: 120px;
  }

  .div-block-14 {
    min-width: 200px;
    max-width: 320px;
  }

  .div-block-15 {
    width: 100%;
    height: 2px;
    margin-bottom: 20px;
  }

  .section-8 {
    height: 60px;
  }

  .bread {
    font-size: 24px;
  }

  .iner-header-div {
    flex-flow: wrap;
    height: auto;
  }

  .heading-copy {
    font-size: 36px;
    line-height: 42px;
  }

  .link-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 80%;
    margin-top: -30px;
  }

  .div-block-19 {
    margin-bottom: 5px;
  }

  .tittles-segemtns {
    font-size: 20px;
    line-height: 24px;
  }

  .products-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: auto;
  }

  .div-block-20 {
    min-width: 260px;
    padding-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-4 {
    font-size: 16px;
    line-height: 18px;
  }

  .titulo-submenu {
    font-size: 20px;
    line-height: 24px;
  }

  .titulo-submenu.max, .titulo-producto {
    font-size: 24px;
  }

  .div-block-22.bakery {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-23 {
    min-width: 30%;
  }

  .div-block-23.bakery {
    min-width: 35%;
  }

  .div-block-24 {
    padding-right: 0;
  }

  .small-parrafo {
    font-size: 16px;
    line-height: 20px;
  }

  .small-parrafo.max {
    font-size: 24px;
  }

  .small-parrafo-copy {
    font-size: 18px;
    line-height: 22px;
  }

  .small-parrafo-copy.max {
    font-size: 24px;
  }

  .image-15 {
    width: 100%;
  }

  .net {
    font-size: 14px;
    line-height: 16px;
  }

  .net.max {
    font-size: 24px;
  }

  .slide {
    padding-left: 100px;
    padding-right: 100px;
  }

  .slider {
    height: 500px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: 300px;
    min-height: 300px;
  }

  .hero-container {
    border-radius: 20px;
  }

  .promo-cont {
    border-radius: 20px;
    height: 160px;
  }

  .grid-small-products {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .promo-small {
    border-radius: 20px;
    height: 100px;
  }

  .categorias {
    border-radius: 20px;
    height: 220px;
    padding-bottom: 40px;
  }

  .cat-image {
    max-width: 150px;
  }

  .grid-cat {
    grid-template-columns: 1fr 1fr;
  }

  .image-5 {
    max-width: 240px;
  }

  .section-3 {
    padding-top: 50px;
  }

  .heading {
    margin-top: 0;
    font-size: 26px;
    line-height: 28px;
  }

  .div-block-2 {
    height: 400px;
  }

  .tittles {
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .button {
    font-size: 16px;
    line-height: 16px;
  }

  .section-4 {
    height: 400px;
  }

  .div-block-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-7 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .texto-blanco {
    font-size: 26px;
    line-height: 30px;
  }

  .text-block {
    font-size: 11px;
    line-height: 14px;
  }

  .second-title {
    font-size: 24px;
    line-height: 26px;
  }

  .main-tittle {
    height: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .info {
    font-size: 16px;
    line-height: 20px;
  }

  .big-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .big-link {
    width: 40px;
  }

  .pre-nav {
    width: 100px;
  }

  .pre-nav.right {
    width: 100%;
    min-width: 300px;
  }

  .text-block-2 {
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-10 {
    width: 10px;
  }

  .image-7 {
    max-width: 120px;
  }

  .image-8 {
    max-width: 80px;
  }

  .section-white {
    padding-top: 0;
  }

  .section-7 {
    height: 300px;
  }

  .heading-header {
    font-size: 26px;
    line-height: 28px;
  }

  .subtittle {
    font-size: 20px;
    line-height: 24px;
  }

  .subtittle.max {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-11 {
    width: 50px;
    height: 3px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .div-block-11.productos {
    margin-top: 0;
  }

  .parrafo {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .parrafo.max {
    font-size: 16px;
  }

  .image-12 {
    min-width: 600px;
    height: 400px;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 24px;
  }

  .productos-grid {
    grid-row-gap: 120px;
    margin-top: 20px;
  }

  .div-block-14 {
    justify-content: flex-start;
    align-items: center;
    max-width: 200px;
    min-height: 320px;
  }

  .button-2 {
    font-size: 16px;
    line-height: 16px;
  }

  .section-8 {
    height: 60px;
  }

  .bread {
    font-size: 16px;
    line-height: 20px;
  }

  .button-3 {
    font-size: 11px;
  }

  .button-3.w--current {
    font-size: 11px;
    line-height: 11px;
  }

  .iner-header-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .div-hori {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .heading-copy {
    margin-top: 0;
    font-size: 26px;
    line-height: 28px;
  }

  .div-block-18 {
    width: 180px;
    min-width: 180px;
    height: 180px;
  }

  .view-button {
    font-size: 16px;
    line-height: 16px;
  }

  .link-block-3 {
    width: 90%;
    margin-top: -20px;
  }

  .view {
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-19 {
    margin-bottom: 0;
  }

  .image-14 {
    width: 4px;
  }

  .tittles-segemtns {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .section-header-segments {
    padding-top: 0;
  }

  .section-4-copy, .maduritos {
    height: 400px;
  }

  .products-div {
    flex-flow: column;
    height: auto;
  }

  .div-block-20 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 20px;
  }

  .button-4 {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 0;
    font-size: 14px;
  }

  .titulo-submenu {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .titulo-submenu.max {
    font-size: 16px;
  }

  .div-block-21 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 100px;
    padding-top: 20px;
  }

  .titulo-producto {
    font-size: 24px;
    line-height: 20px;
  }

  .small-parrafo {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .small-parrafo.max {
    font-size: 16px;
  }

  .small-parrafo-copy {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .small-parrafo-copy.max {
    font-size: 16px;
  }

  .div-block-28 {
    width: 100%;
  }

  .tajadas {
    height: 400px;
  }

  .net {
    margin-bottom: 10px;
    padding-top: 6px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 16px;
  }

  .net.max {
    font-size: 16px;
  }

  .slide {
    padding-left: 50px;
    padding-right: 50px;
  }

  .slider {
    height: 300px;
  }

  .right-arrow, .left-arrow {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-section {
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .promo-cont {
    height: 160px;
  }

  .link-promo {
    padding: 2px;
  }

  .grid-small-products {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .promo-small {
    height: 80px;
  }

  .section-productos {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .categorias {
    height: 100px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .h3 {
    font-size: 12px;
    line-height: 16px;
  }

  .cat-image {
    max-width: 70px;
    margin-bottom: 10px;
  }

  .grid-cat {
    grid-row-gap: 30px;
  }

  .image-3 {
    display: none;
  }

  .image-4 {
    width: 100%;
    display: inline-block;
  }

  .section-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding: 10px 20px;
  }

  .navbar-2 {
    height: 70px;
    padding-left: 20px;
    padding-right: 0;
  }

  .image-5 {
    max-width: 160px;
  }

  .brand-2 {
    padding-left: 0;
  }

  .section-3 {
    padding: 50px 20px 180px;
  }

  .heading {
    text-align: center;
    line-height: 28px;
  }

  .div-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: center;
    height: auto;
  }

  .div-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
  }

  .button {
    padding: 12px 20px;
    font-size: 14px;
  }

  .section-4 {
    height: 360px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-5 {
    padding: 50px 20px;
  }

  .section-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-7 {
    width: 100%;
    height: auto;
  }

  .texto-blanco {
    font-size: 24px;
    line-height: 30px;
  }

  .text-block {
    line-height: 13px;
  }

  .second-title {
    font-size: 18px;
    line-height: 22px;
  }

  .info {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-8 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .big-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    margin-bottom: 40px;
    margin-right: 0;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .pre-nav {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .pre-nav.right {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    display: flex;
  }

  .prenav-button {
    min-width: 130px;
  }

  .text-block-2 {
    font-size: 11px;
    line-height: 14px;
  }

  .div-block-10 {
    width: 5px;
  }

  .image-8 {
    max-width: 70px;
  }

  .icon-2 {
    font-size: 28px;
  }

  .section-white {
    padding: 50px 20px 0;
    overflow: hidden;
  }

  .image-9 {
    max-width: 14px;
  }

  .image-10 {
    max-width: 16px;
  }

  .section-7 {
    height: 360px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subtittle.max {
    max-width: 22ch;
  }

  .image-12 {
    min-width: 560px;
    height: 360px;
    margin-top: 60px;
    position: relative;
    left: auto;
  }

  .div-auto {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .productos-grid {
    grid-column-gap: 20px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    align-items: center;
    margin-top: 20px;
  }

  .div-block-14 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 280px;
    min-height: auto;
    margin-bottom: 40px;
  }

  .section-8 {
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bread {
    text-align: center;
    font-size: 13px;
    line-height: 16px;
  }

  .button-3 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 10px;
  }

  .button-3.w--current {
    font-size: 10px;
    line-height: 10px;
  }

  .iner-header-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .image-13 {
    margin-bottom: 25px;
  }

  .div-hori {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .heading-copy {
    text-align: center;
    font-size: 24px;
    line-height: 26px;
  }

  .div-block-18 {
    width: 200px;
    min-width: 200px;
    height: 200px;
  }

  .view-button {
    padding: 12px 20px;
    font-size: 14px;
  }

  .tittles-segemtns {
    font-size: 20px;
  }

  .section-header-segments {
    padding: 20px 20px 0;
  }

  .section-4-copy, .maduritos {
    height: 360px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .products-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
    height: auto;
    padding-top: 0;
  }

  .button-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .titulo-submenu {
    font-size: 18px;
  }

  .div-block-21 {
    justify-content: flex-start;
    align-items: center;
    height: 190px;
    padding-top: 40px;
  }

  .titulo-producto {
    text-align: center;
    font-size: 24px;
    line-height: 16px;
  }

  .description-productos {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-top: 0;
  }

  .text-block-3 {
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-22 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: center;
  }

  .div-block-22.bakery {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-23 {
    max-width: 300px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-24 {
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 0;
  }

  .div-block-25 {
    height: auto;
    min-height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tajadas {
    height: 360px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-30 {
    text-align: right;
  }

  .slide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider {
    height: 400px;
  }
}


