.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #969ca0;
}

.body {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  text-align: center;
}

.text-block {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 10;
  background-color: #fff;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #9e9e9e;
}

.menusection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menusection.izq {
  padding-right: 40px;
}

.menusection.der {
  padding-right: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.logo {
  width: 300px;
  height: 80%;
  background-image: url('../images/Asset-1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo.w--current {
  height: 40px;
  background-image: url('../images/Asset-1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.menulinkswrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #9e9e9e;
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.link {
  margin-right: 10px;
  margin-left: 10px;
  color: #000;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
}

.link:hover {
  font-weight: 500;
}

.link.w--current {
  font-weight: 500;
}

.dropdown {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-toggle:hover {
  font-weight: 500;
}

.dropdown-toggle:focus {
  font-weight: 500;
}

.dropdown-toggle.w--open {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.icon {
  position: relative;
  margin-right: 0px;
  margin-left: 5px;
}

.dropdown-list {
  margin-top: 10px;
}

.dropdown-list.w--open {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 36px;
  margin-top: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  background-color: #fff;
}

.dropdown-link {
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
  text-transform: none;
}

.dropdown-link:hover {
  border-bottom: 1px solid #000;
  line-height: 18px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slide-nav {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  margin-right: 70px;
  margin-bottom: 20px;
}

.slider {
  height: 550px;
}

.slide {
  background-image: url('../images/Asset-3-100.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin-top: 0px;
  font-family: 'EB Garamond', sans-serif;
  color: #fff;
  font-size: 44px;
  font-weight: 400;
}

.text-block-2 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

.button {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 30px;
  margin-left: 70px;
  padding-top: 15px;
  padding-right: 60px;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  background-image: url('../images/Asset-4.svg');
  background-position: 90% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease, color 200ms ease, background-color 200ms ease;
  transition: opacity 200ms ease, color 200ms ease, background-color 200ms ease;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #fff;
  background-image: url('../images/Asset-20.svg');
  color: #000;
}

.link-2 {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.dropdown-toggle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-2 {
  position: relative;
  margin-right: 0px;
  margin-left: 3px;
}

.dropdown-list-2 {
  background-color: #664747;
}

.dropdown-list-2.w--open {
  border-style: solid;
  border-width: 1px;
  border-color: #9e9e9e;
  background-color: #fff;
}

.dropdown-2 {
  margin-right: 5px;
  margin-left: 5px;
}

.div-block-9 {
  width: 25px;
  height: 25px;
  margin-left: 10px;
  background-image: url('../images/Asset-5.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.link-block {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-left: 10px;
  background-image: url('../images/Location.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-block.location {
  width: 20px;
  height: 27px;
  background-image: url('../images/Location.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.link-block.account {
  height: 27px;
  background-image: url('../images/Asset-7.svg');
}

.link-block.cart {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31px;
  height: 27px;
  padding-top: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Asset-8.svg');
  color: #333;
  font-size: 12px;
  line-height: 10px;
  font-weight: 400;
  text-decoration: none;
}

.link-block.menu {
  display: none;
}

.compcategorias {
  padding: 20px 40px 40px;
  border-bottom: 1px solid #9e9e9e;
}

.heading-2 {
  font-family: 'EB Garamond', sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.text-block-3 {
  font-size: 20px;
  font-weight: 300;
}

.text-block-4 {
  font-size: 18px;
  font-weight: 300;
}

.grid {
  margin-top: 40px;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-11 {
  position: relative;
  padding-top: 100%;
  background-image: url('../images/Asset-9-100.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.div-block-12 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  text-transform: uppercase;
}

.compfototexto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #9e9e9e;
}

.compfototexto.tras {
  border-bottom-style: none;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 20px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-15 {
  width: 50%;
  background-image: url('../images/Asset-17-100.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-15._2 {
  min-height: 300px;
  background-image: url('../images/Asset-11-100.jpg');
}

.div-block-15.tras {
  min-height: 400px;
  background-image: url('../images/TP-Bio.jpg');
}

.div-block-16 {
  width: 30px;
  height: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-image: url('../images/Asset-21.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-3 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-align: left;
}

.heading-3._2 {
  font-size: 30px;
  text-align: center;
}

.paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  text-align: left;
  -webkit-column-count: 1;
  column-count: 1;
}

.div-block-18 {
  display: block;
  width: 150px;
  height: 150px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Asset-23.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 60px 16px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #9e9e9e;
  background-color: transparent;
  background-image: url('../images/Asset-20.svg');
  background-position: 90% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #1a1a1a;
  background-image: url('../images/Asset-4.svg');
  color: #fff;
}

.button-2._2 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.compdosfotos {
  padding: 40px;
  border-bottom: 1px solid #9e9e9e;
}

.div-block-20 {
  position: relative;
  padding-top: 70%;
  background-image: url('../images/Asset-17-100.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-21 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.25);
}

.text-block-5 {
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  text-transform: uppercase;
}

.div-block-22 {
  height: 1px;
  background-color: #fff;
}

.div-block-23 {
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.compgaleria {
  height: 330px;
  background-color: transparent;
}

.icon-3 {
  color: #9e9e9e;
}

.icon-4 {
  color: #9e9e9e;
}

.slide-nav-2 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  margin-right: 40px;
  margin-bottom: 20px;
}

.div-block-24 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 60px;
  padding-bottom: 0px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-6 {
  margin-top: 40px;
  font-size: 22px;
  text-transform: uppercase;
}

.text-block-7 {
  max-width: 900px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 30px;
  line-height: 45px;
  font-weight: 400;
  text-align: center;
}

.slide-2 {
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 1px none #9e9e9e;
  border-bottom: 1px none #9e9e9e;
}

.compcategoria {
  margin-top: 0px;
  padding: 40px;
  border-top: 1px solid #9e9e9e;
  border-bottom: 1px none #9e9e9e;
}

.grid-3 {
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
}

.div-block-26 {
  position: relative;
  padding-top: 100%;
  background-image: url('../images/P1256x-100.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.tituloproducto {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.div-block-27 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.precio {
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  text-align: left;
}

.precio.tachado {
  margin-right: 10px;
  text-decoration: line-through;
}

.div-block-28 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.25);
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-right: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-30 {
  width: 35px;
  height: 35px;
  background-image: url('../images/Corazon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-30.fav {
  margin-right: 15px;
}

.div-block-30.bolsa {
  background-image: url('../images/BolsaBlanca.svg');
}

.producto {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

.compdecidir {
  height: 430px;
  background-image: url('../images/Asset-7-100.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'EB Garamond', sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.25);
}

.text-block-10 {
  margin-top: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.button-copy {
  position: relative;
  margin-bottom: 40px;
  margin-left: 0px;
  padding: 15px 60px 15px 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  background-image: url('../images/Asset-4.svg');
  background-position: 93% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease, color 200ms ease, background-color 200ms ease;
  transition: opacity 200ms ease, color 200ms ease, background-color 200ms ease;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-copy:hover {
  background-color: #fff;
  background-image: url('../images/Asset-20.svg');
  color: #000;
}

.footerwrapper {
  padding: 40px;
  background-color: #969ca0;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.3fr 1fr 1fr 1fr;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-11 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 15px;
  text-align: left;
  text-transform: uppercase;
}

.text-field {
  height: 45px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.text-field::-webkit-input-placeholder {
  color: #fff;
}

.text-field:-ms-input-placeholder {
  color: #fff;
}

.text-field::-ms-input-placeholder {
  color: #fff;
}

.text-field::placeholder {
  color: #fff;
}

.submit-button {
  display: block;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #fff;
  color: #9e9e9e;
  text-transform: uppercase;
}

.div-block-34 {
  padding-right: 30px;
  border-right: 1px solid #fff;
}

.text-block-12 {
  margin-top: 40px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  text-align: left;
  text-transform: uppercase;
}

.text-block-12-copy {
  margin-top: 20px;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
}

.text-block-12-copy2 {
  margin-top: 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-align: left;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-right: 1px solid #fff;
}

.div-block-35.last {
  border-right-style: none;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 15px;
  text-transform: uppercase;
}

.link-3 {
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 1px none #fff;
  -webkit-transition: border-width 200ms ease;
  transition: border-width 200ms ease;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.link-3:hover {
  border-bottom-style: solid;
}

.text-block-13 {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-block-2 {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  margin-left: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-image: url('../images/pinterest-4.svg');
  background-position: 50% 50%;
  background-size: 55%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.link-block-2:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.link-block-2.facebook {
  background-image: url('../images/facebook-9.svg');
}

.link-block-2.instagram {
  background-image: url('../images/instagram-7.svg');
}

.link-block-2.linkedin {
  background-image: url('../images/linkedin-2.svg');
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form {
  width: 100%;
}

.div-block-38 {
  display: none;
}

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

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

.div-block-40 {
  padding: 40px;
}

.heading-6 {
  margin-bottom: 50px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
}

.body-2 {
  font-family: Roboto, sans-serif;
}

.select-field {
  border: 1px none #000;
  border-radius: 0px;
  background-color: transparent;
}

.dropdown-toggle-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #9e9e9e;
}

.dropdown-toggle-3.last {
  border-right-style: solid;
}

.icon-5 {
  position: relative;
  margin-right: 0px;
  margin-left: 20px;
}

.text-block-14 {
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-41 {
  display: -ms-grid;
  display: grid;
  margin: 0px auto 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dropdown-3 {
  width: 100%;
}

.right-arrow-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-42 {
  width: 20px;
  height: 30px;
  background-image: url('../images/Flecha-der.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-42.izq {
  background-image: url('../images/Flecha-Iza.svg');
}

.div-block-42.izq.gris {
  background-image: url('../images/Flecha-gris-izq.svg');
}

.div-block-42.gris {
  background-image: url('../images/Flecha-gris-der.svg');
}

.left-arrow-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-15 {
  margin-top: 60px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

.dropdown-list-3.w--open {
  margin-top: 5px;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #9e9e9e;
  background-color: #fff;
}

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

.dropdown-link-2:hover {
  background-color: #eee;
}

.div-block-44 {
  padding: 70px 40px 40px;
}

.div-block-45 {
  display: -ms-grid;
  display: grid;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 39px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1.2fr 1fr;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: -webkit-max-content auto;
  -ms-grid-rows: max-content auto;
  grid-template-rows: -webkit-max-content auto;
  grid-template-rows: max-content auto;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-47 {
  display: -ms-grid;
  display: grid;
  width: 12%;
  padding-right: 10px;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-48 {
  position: relative;
  width: 88%;
}

.div-block-49 {
  padding-top: 100%;
  background-image: url('../images/Asset-9-100.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.div-block-51 {
  padding-top: 100%;
  background-image: url('../images/Asset-9-100.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-51:hover {
  
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.precioproducto {
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 300;
  text-align: left;
}

.precioproducto.tachado {
  margin-right: 10px;
  color: #969696;
  text-decoration: line-through;
}

.paragraph-2 {
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
}

.grid-5 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dropdown-4 {
  margin-right: 0px;
  margin-left: 0px;
}

.dropdown-toggle-4 {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #9e9e9e;
}

.text-block-17 {
  text-transform: uppercase;
}

.text-block-18 {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  font-weight: 100;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  border-style: solid;
  border-width: 1px;
  border-color: #9e9e9e;
}

.text-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 300;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
}

.button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #666;
  color: #fff;
  text-transform: uppercase;
}

.button-3:hover {
  background-color: #1a1a1a;
}

.link-block-3 {
  width: 60px;
  height: 100%;
  margin-left: 15px;
  background-image: url('../images/Heart.svg');
  background-position: 50% 50%;
  background-size: 37px;
  background-repeat: no-repeat;
}

.link-block-3:hover {
  background-image: url('../images/Asset-3.svg');
}

.paragraph-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  text-align: left;
}

.text-span {
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
}

.text-block-20 {
  width: 72%;
  text-align: left;
}

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-55 {
  width: 88%;
}

.text-block-21 {
  font-size: 14px;
  text-align: left;
}

.text-block-21._2 {
  font-size: 12px;
  font-weight: 300;
}

.div-block-56 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-57 {
  width: 70px;
  height: auto;
  margin-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Asset-2.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
}

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.paragraph-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  text-align: left;
}

.div-block-59 {
  height: 36px;
  border-bottom: 1px none #9e9e9e;
}

.div-block-60 {
  padding: 20px 40px;
  border-bottom: 1px solid #9e9e9e;
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  max-width: 20%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-63 {
  width: 60px;
  height: 60px;
  background-image: url('../images/1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-63._2 {
  background-image: url('../images/1_1.svg');
}

.div-block-63._3 {
  background-image: url('../images/3.svg');
}

.div-block-63._4 {
  background-image: url('../images/4.svg');
}

.text-block-22 {
  margin-top: 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.div-block-64 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-block-65 {
  width: 100%;
  padding-top: 40%;
  background-image: url('../images/Asset-10-100.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
}

.text-block-23 {
  max-width: 1200px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
}

.text-block-24 {
  font-size: 30px;
  line-height: 43px;
}

.text-block-25 {
  max-width: 1200px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 28px;
  line-height: 35px;
  font-weight: 400;
}

.text-span-2 {
  font-family: 'EB Garamond', sans-serif;
  line-height: 28px;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-rule-width: 0px;
  column-rule-width: 0px;
}

.div-block-67 {
  padding: 40px;
}

.div-block-68 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-69 {
  position: relative;
  padding-top: 100%;
  padding-left: 0px;
  color: #333;
  text-decoration: none;
}

.div-block-70 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #969ca0;
}

.text-block-26 {
  margin-top: 30px;
  border-bottom: 1px solid #969ca0;
  font-size: 17px;
  line-height: 25px;
  text-align: left;
  text-transform: uppercase;
}

.text-block-27 {
  margin-top: 20px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
}

.div-block-71 {
  margin-left: -20px;
}

.text-block-28 {
  margin-bottom: 40px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.div-block-72 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-image: url('../images/Asset-12-100.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading1 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.colaboracon-wrapper {
  display: -ms-grid;
  display: grid;
  min-height: 500px;
  margin-top: 0px;
  margin-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #9e9e9e;
}

.div-block-23-copy {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-14-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-3 {
  height: 100%;
  min-height: 460px;
}

.right-arrow-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-arrow-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-4 {
  background-image: url('../images/Asset-1-100.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-nav-3 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 20px;
  margin-bottom: 20px;
}

.div-block-73 {
  padding: 40px;
}

.div-block-74 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-5 {
  text-align: left;
}

.div-block-75 {
  padding: 40px;
}

.div-block-76 {
  display: -ms-grid;
  display: grid;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-77 {
  padding-top: 90%;
  border: 1px solid #000;
  background-image: url('../images/Asset-1-100_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-29 {
  font-family: 'EB Garamond', sans-serif;
  font-size: 30px;
  line-height: 40px;
  text-align: left;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block-78 {
  border-bottom: 1px solid #9e9e9e;
  text-align: left;
}

.div-block-79 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #9e9e9e;
}

.div-block-80 {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url('../images/Asset-2_1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  text-decoration: none;
}

.text-block-30 {
  margin-bottom: 10px;
  font-size: 16px;
}

.text-block-31 {
  margin-bottom: 10px;
  font-weight: 300;
}

.text-block-32 {
  margin-bottom: 10px;
}

.text-block-33 {
  font-weight: 300;
}

.div-block-81 {
  padding: 40px 0px;
}

.div-block-82 {
  position: relative;
  margin-top: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 30%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-83 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/Sal.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.imagensinhover {
  position: relative;
  padding-top: 70%;
  background-image: url('../images/Sal.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.imagensinhover._2 {
  background-image: url('../images/Miel2.jpg');
}

.div-block-84 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    padding: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /*
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Sal2.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Sal2.jpg');
    */
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.div-block-84._1 {
  background-image: url('../images/Miel3.jpg');
}

.text-block-34 {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

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

.paragraph-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
  -webkit-column-count: 1;
  column-count: 1;
}

.div-block-86 {
  padding: 40px 40px 0px;
}

.div-block-87 {
  padding-top: 40%;
  background-image: url('../images/TP-Bio.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-88 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.grid-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block-89 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  color: #333;
  text-decoration: none;
}

.text-block-35 {
  font-family: 'EB Garamond', sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.text-block-36 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
}

.text-block-37 {
  max-width: 450px;
  margin-top: 10px;
  font-size: 17px;
  font-style: italic;
  font-weight: 300;
}

.text-block-38 {
  border-bottom: 1px solid transparent;
  font-size: 16px;
  text-transform: uppercase;
}

.div-block-90 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-91 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-92 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/AD.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-93 {
  padding-top: 0px;
  padding-bottom: 40px;
}

.div-block-19-copy {
  padding: 40px;
  border-bottom: 1px none #9e9e9e;
  border-radius: 12px;
}

.button-4 {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #1a1a1a;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.linea-x {
  height: 2px;
  border-radius: 1px;
  background-color: #2c3340;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.linea-x._1 {
  margin-top: -2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.div-block-94 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.cartwrapper {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px solid #c5c5c5;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #333;
}

.div-block-95 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  font-weight: 600;
}

.text-block-39 {
  font-weight: 500;
}

.cart-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c5c5c5;
}

.precio-carrito {
  margin-top: 5px;
  font-weight: 300;
}

.cart-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #c5c5c5;
}

.div-block-96 {
  width: auto;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: left;
}

.foto-carrito {
  width: 80px;
  height: 80px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: url('../images/Asset-9-100.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-97 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.text-block-40 {
  color: #474747;
  text-align: center;
}

.div-block-98 {
  overflow: scroll;
  margin-bottom: 140px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cantidad-carrito-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #c5c5c5;
}

.icon-cerrar {
  width: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block-41 {
  font-size: 16px;
  font-weight: 400;
}

.eliminar-de-carrito {
  margin-top: 5px;
  color: #a0a0a0;
  text-transform: uppercase;
}

.carrito-vacio-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #c5c5c5;
  font-weight: 600;
  text-transform: uppercase;
}

.text-block-42 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.div-block-99 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top: 1px solid #c5c5c5;
}

.carrito {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
}

.cerrar-carrito {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.popup-search {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
}

.cerrarsearch {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}

.div-block-125 {
  width: 40px;
  height: 40px;
  margin-top: 40px;
  margin-right: 40px;
  background-image: url('../images/cancel.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.form-block-3 {
  position: relative;
  z-index: 20;
  width: 50%;
}

.form-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-field-5 {
  height: 60px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
}

.text-field-5::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.8);
}

.text-field-5:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.8);
}

.text-field-5::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.8);
}

.text-field-5::placeholder {
  color: hsla(0, 0%, 100%, 0.8);
}

.submit-button-2 {
  padding-right: 30px;
  padding-left: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
}

.submit-button-2:hover {
  background-color: hsla(0, 0%, 100%, 0.25);
}

.div-block-126 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-127 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 10px;
  margin-left: 10px;
  padding: 10px;
  background-color: #9e9e9e;
}

.text-block-43 {
  color: #fff;
}

.div-block-133 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 20px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-131 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.link-block-7 {
  width: 35px;
  height: auto;
  margin-bottom: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-image: url('../images/next-5.svg');
  background-position: 50% 50%;
  background-size: 18px 18px;
  background-repeat: no-repeat;
}

.link-block-7:hover {
  background-color: #3b1c15;
  background-image: url('../images/next-6.svg');
}

.link-block-7.pre {
  height: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-image: url('../images/left-arrow-1.svg');
}

.link-block-7.pre:hover {
  background-image: url('../images/left-arrow.svg');
}

.div-block-132 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.link-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5f5f5f;
}

.link-block-8:hover {
  background-color: rgba(59, 28, 21, 0.2);
}

.link-block-8.w--current {
  background-color: #9e9e9e;
  color: #fff;
  text-decoration: none;
}

.div-block-134 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-135 {
  padding: 40px;
}

.div-block-136 {
  display: -ms-grid;
  display: grid;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.field-label {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.field-label-2 {
  text-align: left;
}

.submit-button-3 {
  margin-top: 20px;
}

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

.heading-8 {
  margin-bottom: 40px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 28px;
  line-height: 35px;
  font-weight: 400;
}

.text-field-6 {
  margin-bottom: 20px;
}

.form-block-4 {
  padding: 0px 40px 40px;
  border-right: 1px solid #9e9e9e;
}

.form-block-4._2 {
  border-right-style: none;
}

.submit-button-4 {
  margin-top: 20px;
  padding: 15px 20px;
  background-color: #666;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}

.cantidadcarrito {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-left: 20px;
  padding: 2px 3px;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .menusection.izq {
    padding-left: 20px;
  }

  .menusection.der {
    padding-right: 20px;
  }

  .logo {
    width: 250px;
  }

  .menulinkswrapper {
    display: none;
    overflow: hidden;
    height: auto;
    min-height: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .link {
    overflow: visible;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .dropdown {
    overflow: visible;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dropdown-toggle {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .dropdown-list.w--open {
    position: relative;
    overflow: hidden;
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    border-top: 1px solid #9e9e9e;
  }

  .dropdown-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-7 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading {
    text-align: center;
  }

  .div-block-9.mobile {
    margin-right: 10px;
  }

  .link-block.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    background-image: url('../images/menu.svg');
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-3 {
    font-size: 30px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 22px;
  }

  .button-2 {
    font-size: 18px;
  }

  .compgaleria {
    height: 300px;
  }

  .text-block-7 {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
  }

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

  .grid-4 {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-34 {
    border-right-style: none;
  }

  .div-block-35.primero {
    padding-left: 0px;
  }

  .link-3 {
    text-align: left;
  }

  .div-block-38 {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-toggle-3 {
    z-index: 1;
  }

  .dropdown-toggle-3.w--open {
    z-index: 1;
  }

  .dropdown-toggle-3._2 {
    border-right-style: solid;
  }

  .div-block-41 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .dropdown-list-3 {
    z-index: 90;
  }

  .dropdown-list-3.w--open {
    z-index: 99;
    margin-top: 5px;
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #9e9e9e;
    background-color: #fff;
  }

  .dropdown-link-2 {
    z-index: 5;
    background-color: #fff;
  }

  .dropdown-link-2:hover {
    background-color: #eee;
  }

  .div-block-45 {
    -ms-grid-columns: 1.2fr;
    grid-template-columns: 1.2fr;
  }

  .div-block-47 {
    width: 25%;
    padding-right: 0px;
    padding-left: 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-48 {
    width: 75%;
  }

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

  .text-block-22 {
    font-size: 16px;
  }

  .div-block-68 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-block-26 {
    font-size: 15px;
  }

  .text-block-27 {
    font-size: 18px;
  }

  .text-block-28 {
    font-size: 25px;
  }

  .colaboracon-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-76 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-77 {
    display: none;
  }

  .paragraph-copy {
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-89 {
    padding-top: 75%;
  }

  .div-block-89.w--current {
    padding-top: 75%;
  }

  .cartwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-95 {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-99 {
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 140px;
    padding-bottom: 50px;
  }

  .popup-search {
    z-index: 9999;
  }

  .form-block-3 {
    width: 80%;
  }

  .div-block-135 {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .form-block-4 {
    margin-bottom: 0px;
  }

  .form-block-4._2 {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    display: none;
    height: auto;
    min-height: 35px;
  }

  .text-block {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .menusection.izq {
    display: none;
  }

  .logo {
    margin-left: 20px;
  }

  .logo.w--current {
    width: 200px;
    margin-left: 20px;
  }

  .menulinkswrapper {
    display: none;
  }

  .dropdown-list.w--open {
    height: auto;
  }

  .dropdown-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-8 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .heading {
    font-size: 40px;
  }

  .text-block-2 {
    text-align: center;
  }

  .dropdown-toggle-2 {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .dropdown-2 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .link-block.account {
    display: none;
  }

  .link-block.mobile {
    display: none;
  }

  .compcategorias {
    padding-right: 30px;
    padding-left: 30px;
  }

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

  .compfototexto {
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-14 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-15 {
    width: 100%;
    padding-top: 50%;
  }

  .div-block-18 {
    margin-right: 0px;
    margin-left: 0px;
  }

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

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

  .grid-2 {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-6 {
    font-size: 20px;
  }

  .text-block-7 {
    margin-top: 20px;
    font-size: 18px;
  }

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

  .grid-4 {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-34 {
    padding-right: 0px;
    padding-bottom: 15px;
  }

  .div-block-35 {
    padding: 15px 0px;
    border-bottom: 1px solid #fff;
    border-right-style: none;
  }

  .div-block-35.primero {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .div-block-38 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #9e9e9e;
  }

  .div-block-39 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .right-arrow {
    width: 50px;
  }

  .left-arrow {
    width: 50px;
  }

  .dropdown-toggle-3._2 {
    border-right-style: none;
  }

  .dropdown-toggle-3._3 {
    border-right-style: solid;
  }

  .div-block-41 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-61 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-62 {
    width: 33%;
    max-width: none;
  }

  .text-block-22 {
    font-size: 16px;
  }

  .div-block-68 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-28 {
    margin-bottom: 10px;
  }

  .colaboracon-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-23-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-14-copy {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .div-block-89 {
    padding-top: 120%;
  }

  .cartwrapper {
    z-index: 9999999;
    width: 400px;
  }

  .icon-cerrar {
    margin-right: 2px;
    margin-left: 2px;
  }

  .form-block-3 {
    width: 85%;
  }

  .div-block-135 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-136 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form-block-4 {
    border-right-style: none;
  }

  .form-block-4._2 {
    border-bottom: 1px solid #9e9e9e;
  }
}

@media screen and (max-width: 479px) {
  .text-block {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-2 {
    z-index: 999;
  }

  .menulinkswrapper {
    z-index: 999;
    display: none;
  }

  .slide-nav {
    display: none;
    margin-right: 20px;
  }

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

  .text-block-2 {
    text-align: center;
  }

  .button {
    z-index: 5;
    margin-left: 20px;
  }

  .link-block.location {
    display: none;
  }

  .link-block.account {
    display: none;
  }

  .link-block.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .compcategorias {
    padding: 20px;
  }

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

  .text-block-4 {
    font-size: 16px;
    line-height: 22px;
  }

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

  .compfototexto {
    padding-right: 30px;
    padding-left: 30px;
    border-top-style: none;
  }

  .div-block-14 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-18 {
    width: 100px;
    height: 100px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .button-2 {
    margin-bottom: 0px;
    font-size: 16px;
  }

  .button-2._2 {
    display: none;
    margin-top: 30px;
  }

  .compdosfotos {
    padding: 30px;
  }

  .grid-2 {
    grid-row-gap: 20px;
  }

  .div-block-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .compgaleria {
    height: 280px;
  }

  .icon-4 {
    margin-right: 5px;
    margin-left: 5px;
  }

  .slide-nav-2 {
    display: none;
  }

  .div-block-24 {
    padding-right: 50px;
    padding-bottom: 0px;
    padding-left: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block-6 {
    margin-top: 0px;
    font-size: 20px;
  }

  .text-block-7 {
    margin-top: 30px;
    font-size: 16px;
    line-height: 25px;
  }

  .compcategoria {
    padding: 30px 20px;
  }

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

  .tituloproducto {
    font-size: 14px;
  }

  .precio {
    font-size: 12px;
  }

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

  .div-block-36 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-3 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .right-arrow {
    width: 40px;
  }

  .left-arrow {
    width: 40px;
  }

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

  .heading-6 {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .dropdown-toggle-3._2 {
    border-right-style: none;
  }

  .dropdown-toggle-3._3 {
    border-right-style: solid;
  }

  .icon-5 {
    margin-left: 10px;
  }

  .text-block-14 {
    font-size: 12px;
  }

  .right-arrow-2 {
    display: none;
  }

  .div-block-42.gris {
    width: 17px;
  }

  .left-arrow-2 {
    display: none;
  }

  .text-block-15 {
    text-align: center;
  }

  .div-block-43 {
    margin-top: 40px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .div-block-44 {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-46 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-47 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

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

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

  .div-block-53 {
    display: -ms-grid;
    display: grid;
    height: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .button-3 {
    height: 60px;
    margin-left: 0px;
  }

  .div-block-62 {
    width: 50%;
  }

  .text-block-22 {
    font-size: 16px;
  }

  .div-block-68 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .colaboracon-wrapper {
    border-top-style: none;
  }

  .div-block-23-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-14-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .slider-3 {
    min-height: 250px;
  }

  .div-block-73 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-75 {
    padding: 20px;
  }

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

  .div-block-86 {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .div-block-89.w--current {
    padding-top: 120%;
  }

  .div-block-19-copy {
    padding: 30px;
  }

  .cartwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    max-width: 400px;
  }

  .div-block-95 {
    position: relative;
  }

  .foto-carrito {
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block-99 {
    padding-bottom: 50px;
    background-color: #fff;
  }

  .div-block-125 {
    width: 30px;
    height: 30px;
    margin-top: 20px;
    margin-right: 20px;
  }

  .text-field-5 {
    height: 45px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
  }

  .submit-button-2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .link-block-7 {
    height: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .form-block-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

#w-node-05d1bac6fc8f-f86be30e {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-45ff36cdf1d3-36cdf1d1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-adb33b88129a-f86be30e {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-45ff36cdf1d3-36cdf1d1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-adb33b88129a-f86be30e {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-37600de13db5-3fdc31ef {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-6ae042f7c6ad-f86be30e {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-adb33b88129a-f86be30e {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

