.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;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
}

.wraper2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.wraper2.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 220px;
  padding-bottom: 220px;
}

.wraper2.categorias {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-menu {
  float: left;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.navbar {
  background-color: #505050;
}

.nav-link {
  font-family: 'Open Sans', sans-serif;
  color: #ccc;
  text-transform: uppercase;
}

.section {
  background-image: url('../images/madera.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.image {
  height: 250px;
  margin-right: auto;
  margin-left: auto;
}

.section-2 {
  padding-top: 140px;
  padding-bottom: 140px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/isadca.wixsite.com796b9ae6b20285bc992014459a55fc33a999a78b8mv2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/isadca.wixsite.com796b9ae6b20285bc992014459a55fc33a999a78b8mv2.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.heading {
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 50px;
  border-bottom: 1px solid #c6a450;
  font-family: 'Open Sans', sans-serif;
  color: #c6a450;
  text-align: center;
}

.paragraph {
  max-width: 550px;
  margin: 60px auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.heading-2 {
  max-width: 350px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  border-top: 1px solid #c6a450;
  color: #c6a450;
  font-size: 28px;
  text-align: center;
}

.heading-3 {
  width: 400px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c6a450;
  color: #c6a450;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.list {
  display: -ms-grid;
  display: grid;
  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;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: minmax(250px, 250px) minmax(250px, 250px);
  grid-template-columns: minmax(250px, 250px) minmax(250px, 250px);
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 250px;
  min-width: 250px;
}

.image-2 {
  width: 100%;
}

.div-block {
  margin-top: 40px;
  padding-bottom: 60px;
}

.section-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/isadca.wixsite.com94bc3ec7bc825c4e6ca746c659189cea83.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/isadca.wixsite.com94bc3ec7bc825c4e6ca746c659189cea83.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider {
  height: 600px;
}

.footer {
  background-color: #6a6458;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 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;
}

.image-3 {
  width: 130px;
}

.brand {
  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-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  max-width: 1200px;
  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;
}

.section-4 {
  height: auto;
  margin-bottom: 10px;
}

.div-block-4 {
  border: 1px none #000;
}

.link {
  margin-right: 30px;
  margin-left: 30px;
  font-family: Montserrat, sans-serif;
  color: #474747;
  text-decoration: none;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -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-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -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-5.derecha {
  -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-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/SGN_CAPRICCIO-1.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.componente-categorias {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.linkcategorias {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 400px;
  background-image: url('../images/SGN_capriccio-175.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  text-decoration: none;
}

.linkcategorias:hover {
  box-shadow: 3px 3px 10px 6px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.div-block-7 {
  display: -ms-grid;
  display: grid;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  justify-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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 auto;
  grid-template-rows: auto auto;
}

.image-4 {
  width: 25px;
  float: right;
}

.link-account {
  margin-left: 20px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.productos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.heading-4 {
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-bottom: 1px none #8f8f8f;
  font-family: Montserrat, sans-serif;
  color: #474747;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.productowrapper {
  position: relative;
  width: 25%;
  height: auto;
  margin: 10px 0px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #353535;
  text-decoration: none;
}

.productowrapper:hover {
  -webkit-transform: translate(0px, -5px) scale(1.02);
  -ms-transform: translate(0px, -5px) scale(1.02);
  transform: translate(0px, -5px) scale(1.02);
}

.productowrapper.gift-box {
  width: auto;
  padding-bottom: 0px;
}

.hovercategorias {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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.35);
}

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

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 400;
}

.link-2 {
  margin-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Montserrat, sans-serif;
  color: #474747;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.slider-2 {
  width: 100%;
  height: 100%;
}

.slide {
  background-image: url('../images/SGN_CAPRICCIO-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/SGN_CAPRICCIO-5-min.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/SGN_CAPRICCIO-3-min.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/SGN_CAPRICCIO-2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.navbar-2 {
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.div-block-10 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.nav-link-2 {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Montserrat, sans-serif;
  color: #474747;
}

.nav-link-2.w--current {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #333;
  font-weight: 600;
}

.menu-icon {
  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;
}

.menu-icon-line-top {
  height: 2px;
  border-radius: 1px;
  background-color: #2c3340;
}

.menu-icon-line-middle {
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  border-radius: 1px;
  background-color: #2c3340;
}

.menu-icon-line-bottom {
  height: 2px;
  border-radius: 1px;
  background-color: #2c3340;
}

.div-block-12 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-13 {
  width: 100%;
  height: 200px;
  padding-top: 100%;
  background-image: url('../images/SGN_capriccio-175.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-13.cajas {
  height: 200px;
  background-image: url('../images/SGN_CAPRICCIO_AGOSTO-192.jpg');
  background-position: 0% 50%;
}

.div-block-13.cajas._2 {
  height: 200px;
  background-image: url('../images/SGN_CAPRICCIO_AGOSTO-163.jpg');
}

.div-block-13.cajas._3 {
  height: 200px;
  background-image: url('../images/SGN_CAPRICCIO_AGOSTO-120.jpg');
}

.div-block-13.cajas._4 {
  height: 200px;
  background-image: url('../images/SGN_CAPRICCIO_AGOSTO-71.jpg');
}

.div-block-13.gift {
  background-image: url('../images/SGN_CAPRICCIO_AGOSTO-206.jpg');
}

.container-productos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -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-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.componente-categoria {
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-15 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-16 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
}

.brand-3 {
  display: none;
}

.link-carrito {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #222;
  text-decoration: none;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  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: 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;
}

.image-7 {
  width: 25px;
  height: 25px;
}

.divimagencategoria {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/SGN_capriccio-175.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.divimagencategoria._2 {
  background-image: url('../images/SGN_capriccio-209.jpg');
  background-position: 50% 50%;
}

.divimagencategoria._3 {
  background-image: url('../images/SGN_capriccio-92.jpg');
  background-position: 50% 50%;
}

.divimagencategoria._4 {
  background-image: url('../images/SGN_CAPRICCIO1050.jpg');
}

.search {
  width: 27px;
  float: right;
}

.link-search {
  margin-left: 20px;
}

.titulo-producto {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.titulo-producto.caja {
  font-weight: 300;
}

.precio {
  margin-top: 10px;
  color: #333;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.precio.descuento {
  color: #c7341d;
}

.precio.tachado {
  margin-bottom: -10px;
  color: #949494;
  font-size: 16px;
  text-decoration: line-through;
}

.div-block-19 {
  overflow: hidden;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.div-block-19:hover {
  box-shadow: 3px 3px 12px 5px rgba(0, 0, 0, 0.2);
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  max-width: 1760px;
  margin: 0px auto;
  -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: 1px solid #c5c5c5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/SGN_CAPRICCIO-5-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/SGN_CAPRICCIO-5-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-8 {
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
  background-color: #bfdbda;
}

.telefono {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-telefono {
  margin-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Montserrat, sans-serif;
  color: #474747;
  text-decoration: none;
}

.image-9 {
  width: 100px;
}

.section-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -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 #d8d8d8;
}

.link-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 100%;
  padding: 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;
}

.heading-6 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  text-shadow: 1px 1px 12px #000;
}

.submit-button {
  width: 100%;
  height: 45px;
  border-radius: 50px;
  background-color: #fff;
  color: #494949;
}

.text-field {
  height: 45px;
  border-radius: 35px;
  text-align: center;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1800px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 10px 20px;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 600px;
  margin-right: 10px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #d4d4d4;
}

.map {
  width: 50%;
  height: 600px;
  margin-left: 10px;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}

.text-block-2 {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 200;
  text-align: center;
}

.tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
}

.nuestros-favoritos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1800px;
  margin: 40px auto;
  padding-right: 10px;
  padding-left: 10px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block-3 {
  position: absolute;
  left: 51%;
  top: -30%;
  right: auto;
  bottom: auto;
  padding-right: 5px;
  padding-left: 6px;
  border: 1px solid #333;
  border-radius: 20px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 15px;
}

.wrap {
  position: relative;
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.details-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-price-detail {
  display: inline-block;
  margin: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 42px;
}

.product-price-detail.tachado {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #969696;
  font-size: 24px;
  text-decoration: line-through;
}

.product-dimension-text {
  display: inline-block;
  margin-right: 5px;
  opacity: 0.7;
}

.big-paragraph {
  font-family: Montserrat, sans-serif;
  color: rgba(29, 31, 46, 0.7);
  font-size: 16px;
  line-height: 30px;
}

.product-dimensions-wrap {
  width: 460px;
  padding-left: 60px;
}

.label {
  position: static;
  display: block;
  opacity: 0.6;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.label.cc-product-details {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.label.cc-subheadline {
  margin-right: 15px;
  margin-left: 15px;
}

.label.cc-subheadline._2 {
  margin-top: 40px;
}

.label.cc-contact-form-label {
  margin-bottom: 10px;
}

.product-details-wrap {
  width: 460px;
  margin-right: 20px;
}

.product-image {
  position: relative;
  width: 460px;
  height: 460px;
  margin-right: 20px;
  background-image: url('../images/SGN_capriccio-175.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.product-image.caja {
  background-image: url('../images/SGN_CAPRICCIO-3-min.jpg');
}

.product-dimension-text-value {
  display: inline-block;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
  color: rgba(29, 31, 46, 0.7);
}

.product-dimensions-list {
  font-family: Montserrat, sans-serif;
  list-style-type: disc;
}

.product-main-details {
  width: 460px;
  padding-left: 60px;
}

.product-head-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.heading-8 {
  font-family: Montserrat, sans-serif;
  font-size: 36px;
}

.form-2 {
  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;
}

.button {
  width: 50px;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1d1f2e;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field-2 {
  width: 50px;
  height: 100%;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.button-2 {
  width: 150px;
  height: 50px;
  margin-top: 0px;
  margin-left: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #1d1f2e;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.select-field {
  width: 320px;
  margin-bottom: 10px;
}

.sugerencias {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 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-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;
}

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

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  margin-right: 20px;
  margin-bottom: 40px;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 40px;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  padding-top: 20px;
  padding-bottom: 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;
}

.text-block-5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.text-block-4 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.text-block-6 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.text-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.text-block-8 {
  font-size: 20px;
  text-align: center;
}

.button-3 {
  width: 50%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: #c6a450;
  text-align: center;
}

.text-block-4-copy {
  margin-right: 40px;
  margin-left: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

.div-block-30 {
  height: 200px;
  margin-right: 40px;
  margin-left: 40px;
  background-image: url('../images/SGN_CAPRICCIO_AGOSTO-19.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-30._2 {
  height: 200px;
  margin-left: 40px;
  background-image: url('../images/SGN_CAPRICCIO_AGOSTO-206.jpg');
}

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

.link-2-copy {
  margin-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Montserrat, sans-serif;
  color: #474747;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.about-image-section-wrap {
  margin-bottom: 130px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-wrap {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  text-align: center;
}

.about-section-1 {
  padding-left: 60px;
}

.about-section-2 {
  padding-right: 60px;
}

.about-image-2 {
  width: 100%;
  height: 100%;
  min-height: 380px;
  background-image: url('../images/SGN_CAPRICCIO-21.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.about-head-pic {
  display: block;
  width: 100%;
  height: 320px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  background-image: url('../images/SGN_CAPRICCIO-3-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-deco-line {
  display: inline-block;
  width: 30px;
  height: 1px;
  margin-bottom: 15px;
  background-color: #ececed;
}

.subheadline-deco-line {
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #ececed;
}

.about-image {
  width: 100%;
  height: 100%;
  min-height: 380px;
  background-image: url('../images/rgnseSWk.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.paragraph-3 {
  color: rgba(29, 31, 46, 0.7);
  line-height: 20px;
  font-weight: 500;
}

.wrap-overlayed {
  position: relative;
  z-index: 1;
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.content {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
}

.content.cc-overlayed-content {
  position: static;
  top: -110px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
}

.subheadline-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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;
  text-align: center;
}

.error-message {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #a25f4b;
  color: #fff;
}

.contact-form-link {
  color: #1d1f2e;
  font-size: 18px;
  line-height: 30px;
}

.contact-form-link:hover {
  color: #a25f4b;
}

.big-paragraph-2 {
  font-family: Montserrat, sans-serif;
  color: rgba(29, 31, 46, 0.7);
  font-size: 18px;
  line-height: 30px;
}

.contact-form-headline {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 30px;
}

.contact-form-headline.home {
  max-width: 400px;
  margin-bottom: 40px;
  color: #474747;
  text-align: center;
}

.contact-form-wrap {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(210, 210, 213, 0.5);
  background-color: #fff;
  font-family: Montserrat, sans-serif;
}

.message-form {
  margin-bottom: 0px;
}

.dark-button {
  position: relative;
  z-index: 50;
  display: inline-block;
  padding: 18px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #1d1f2e;
  box-shadow: none;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, box-shadow 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, box-shadow 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.dark-button:hover {
  background-color: #2f3247;
  box-shadow: 0 3px 8px 0 rgba(29, 31, 46, 0.15);
  opacity: 0.96;
  color: #fff;
}

.contact-form-success-icon {
  margin-top: 0px;
  margin-bottom: 10px;
}

.office-headline {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
}

.contact-form-info {
  margin-bottom: 40px;
}

.contact-form-info.home {
  text-align: center;
}

.page-headline-wrap {
  display: block;
  width: 70%;
  margin: 100px auto;
  text-align: center;
}

.page-headline-wrap.cc-overlayed-headline {
  width: 60%;
  margin-top: 0px;
  margin-bottom: 40px;
}

.form-wrap {
  width: 65%;
  margin-right: 60px;
  padding-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-right: 1px solid rgba(210, 210, 213, 0.3);
}

.form-wrap.home {
  width: 100%;
  padding-right: 0px;
  border-right-style: none;
}

.contact-form-success-message {
  border: 1px solid #ececed;
  background-color: #fafafa;
}

.text-field-3 {
  display: block;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  border: 1px solid #e5e5e7;
  border-radius: 0px;
  -webkit-transition: border 400ms ease, color 400ms ease;
  transition: border 400ms ease, color 400ms ease;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

.text-field-3:hover {
  border-color: rgba(29, 31, 46, 0.5);
}

.text-field-3:active {
  border-color: #1d1f2e;
}

.text-field-3:focus {
  border-color: #1d1f2e;
}

.text-field-3::-webkit-input-placeholder {
  color: rgba(29, 31, 46, 0.3);
}

.text-field-3:-ms-input-placeholder {
  color: rgba(29, 31, 46, 0.3);
}

.text-field-3::-ms-input-placeholder {
  color: rgba(29, 31, 46, 0.3);
}

.text-field-3::placeholder {
  color: rgba(29, 31, 46, 0.3);
}

.text-field-3.cc-textarea {
  height: 100px;
}

.heading-9 {
  font-family: Montserrat, sans-serif;
}

.heading-10 {
  margin-bottom: 40px;
}

.cartwraper {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  width: 350px;
  margin-right: -350px;
  border-left: 1px solid #474747;
  background-color: #fff;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.2);
  font-family: Montserrat, sans-serif;
}

.div-block-33 {
  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 #474747;
}

.text-block-10 {
  font-weight: 600;
}

.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;
}

.menu-icon-line-top-copy {
  height: 2px;
  border-radius: 1px;
  background-color: #2c3340;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-icon-line-bottom-copy {
  height: 2px;
  margin-top: -2px;
  border-radius: 1px;
  background-color: #2c3340;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.text-field-4 {
  width: 320px;
  margin-bottom: 15px;
}

.field-label-2 {
  margin-bottom: 4px;
}

.field-label-3 {
  margin-bottom: 4px;
}

.field-label-4 {
  margin-bottom: 4px;
}

.cartwrapper {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  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: Montserrat, sans-serif;
}

.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;
}

.div-block-38 {
  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;
}

.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);
}

.text-block-11 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.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;
}

.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/SGN_capriccio-175.jpg');
  background-position: 50% 50%;
  background-size: 125px;
}

.foto-carrito._1 {
  background-image: url('../images/SGN_CAPRICCIO_AGOSTO-71.jpg');
}

.div-block-41 {
  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;
}

.nombre-carrito {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.precio-carrito {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.eliminar-de-carrito {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  color: #a0a0a0;
  font-weight: 400;
}

.text-field-5 {
  width: 40px;
  margin-right: 10px;
  margin-bottom: 0px;
  text-align: center;
}

.form-block {
  margin-right: 10px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.form-3 {
  height: 100%;
}

.div-block-42 {
  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;
}

.div-block-43 {
  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;
}

.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: #1d1f2e;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-align: center;
}

.div-block-44 {
  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;
}

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

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-48 {
  height: 300px;
  min-width: 300px;
  margin: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/SGN_CAPRICCIO_AGOSTO-19.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-11 {
  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;
}

.button-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-6 {
  margin-bottom: 0px;
  padding: 15px 40px;
  border-radius: 10px;
  background-color: #1d1f2e;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.3);
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 200;
}

.button-6:hover {
  box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.3);
}

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

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-52 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.button-7 {
  position: absolute;
  left: 0%;
  top: 3%;
  right: auto;
  bottom: auto;
  display: block;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 0px;
  background-color: #333755;
  text-align: center;
}

.ejemplo-giftbox {
  width: 20%;
  height: 100%;
  min-width: 300px;
  margin: 10px;
  padding-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #000;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #353535;
  text-decoration: none;
}

.ejemplo-giftbox:hover {
  -webkit-transform: translate(0px, -5px) scale(1.02);
  -ms-transform: translate(0px, -5px) scale(1.02);
  transform: translate(0px, -5px) scale(1.02);
}

.ejemplo-giftbox.gift-box {
  width: auto;
  padding-bottom: 0px;
}

.descripcion-caja {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 200;
  text-align: center;
}

.descripcion-caja.caja {
  font-weight: 300;
}

.fotocaja {
  width: 100%;
  height: 200px;
  background-image: url('../images/SGN_CAPRICCIO_AGOSTO-206.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.fotocaja.cajas {
  background-image: url('../images/SGN_CAPRICCIO_AGOSTO-192.jpg');
  background-position: 0% 50%;
}

.fotocaja.cajas._2 {
  background-image: url('../images/SGN_CAPRICCIO_AGOSTO-163.jpg');
}

.fotocaja.cajas._3 {
  background-image: url('../images/SGN_CAPRICCIO_AGOSTO-120.jpg');
}

.fotocaja.cajas._4 {
  background-image: url('../images/SGN_CAPRICCIO_AGOSTO-71.jpg');
}

.fotocaja.gift {
  background-image: url('../images/SGN_CAPRICCIO_AGOSTO-206.jpg');
}

.div-block-53 {
  margin-top: 40px;
}

.image-10 {
  width: 200px;
  height: 200px;
}

.div-block-54 {
  width: 200px;
  height: 180px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  background-image: url('../images/SGN_CAPRICCIO_AGOSTO-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-cerrar-carrito {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  background-color: transparent;
}

.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;
}

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

.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-14 {
  font-size: 16px;
  text-align: center;
}

.thumbnailproducto {
  width: 80px;
  height: 80px;
  margin-top: 10px;
  margin-right: 10px;
  background-image: url('../images/SGN_capriccio-175.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  margin-top: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.searchwrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999999;
  display: none;
  -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.65);
  opacity: 0;
}

.form-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.searchfield {
  height: 45px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.submit-button-2 {
  height: 45px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #1d1f2e;
}

.cerrar-search {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: 30px;
  margin-right: 30px;
  -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;
}

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

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

.icon-cerrar-search {
  width: 30px;
  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;
}

.div-block-58 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.form-block-2 {
  position: relative;
  z-index: 10;
}

.div-cerrar-search {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.section-12 {
  padding: 10px 20px;
}

.wrapper-productos-y-filtros {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper-filtros {
  width: 290px;
  padding-right: 20px;
}

.icon-5 {
  position: relative;
  margin-right: 0px;
  color: #43464d;
}

.link-submenu {
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.link-submenu:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.link-submenu.w--current {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-15 {
  color: #43464d;
  font-size: 12px;
  font-weight: 500;
}

.dropdown-2 {
  height: 100%;
  margin-right: 25px;
  margin-left: 25px;
  padding-left: 0px;
}

.dropdown-list-2 {
  position: relative;
}

.dropdown-list-2.w--open {
  position: fixed;
  left: 0%;
  top: 105px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 20px 20px 0px;
  -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;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  background-color: #f7f7f7;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 120px;
  margin-bottom: 10px;
  background-image: url('../images/SGN_CAPRICCIO-21.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.navigation-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 25px;
  margin-left: 25px;
  padding: 9px 0px;
  -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;
  opacity: 0.6;
  color: #43464d;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.navigation-item.drop {
  margin-right: 5px;
  margin-left: 0px;
}

.dropdown-toggle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.brand-4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.componente-dos-fotos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1800px;
  padding: 10px 20px;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  margin-right: 10px;
  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: 1px solid #c5c5c5;
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.heading-11 {
  width: 100%;
  max-width: 600px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #474747;
  font-weight: 400;
}

.imagen-imagentexto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  min-height: 500px;
  margin-left: 10px;
  padding: 20px;
  -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;
  background-image: url('../images/About-Image-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.paragraph-4 {
  max-width: 600px;
  font-family: Montserrat, sans-serif;
  color: #474747;
  line-height: 25px;
  text-align: justify;
}

.componente-contacto {
  max-width: 1800px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.containercontacto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 20px;
  margin-left: 20px;
}

.divformacontacto {
  width: 50%;
  margin-left: 10px;
  padding: 60px;
  border: 1px solid #c5c5c5;
}

.divtextocontacto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 10px;
  padding-top: 30px;
  padding-right: 60px;
  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: 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;
}

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

.heading-12 {
  color: #474747;
  font-weight: 500;
  text-align: center;
}

.section-texto {
  max-width: 1800px;
  padding: 10px 20px;
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 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;
  border: 1px solid #c5c5c5;
  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/SGN_CAPRICCIO1050.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/SGN_CAPRICCIO1050.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.heading-13 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.paragraph-5 {
  max-width: 1000px;
  color: #fff;
  line-height: 25px;
  text-align: center;
}

.componente-video {
  padding: 10px 20px;
}

.heading-14 {
  margin-top: 40px;
  font-weight: 500;
  text-align: center;
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -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;
  border: 1px solid #c5c5c5;
}

.text-block-16 {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.video {
  margin-top: 40px;
}

.componenteinstagram {
  padding: 10px 20px;
}

.instagramcontainer {
  margin-top: 20px;
  margin-bottom: 20px;
}

.divinstagramposts {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.post-image {
  position: relative;
  height: 0px;
  padding-top: 100%;
  background-image: url('../images/dreamstime_m_2205216.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.postwrapper {
  margin: 10px;
}

.postlink {
  width: 25%;
}

.componente-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blogpostswrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-block-9 {
  width: 25%;
  margin-bottom: 60px;
  padding: 0px 10px;
  color: #888;
  text-decoration: none;
}

.div-block-64 {
  padding-top: 100%;
  background-image: url('../images/About-Image-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.text-block-17 {
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

.text-block-18 {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  color: #474747;
  font-size: 16px;
  font-weight: 600;
}

.text-block-19 {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  line-height: 25px;
}

.button-8 {
  margin-right: auto;
  margin-left: auto;
  padding: 15px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #474747;
  background-color: #ececec;
  color: #474747;
}

.text-block-20 {
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  font-weight: 600;
}

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

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

.section-16 {
  padding-top: 20px;
  padding-bottom: 60px;
}

.categoria {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
}

.categoria.subcategoria {
  padding-left: 20px;
}

.aplicar-filtros {
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #7e7e7e;
  background-color: #fff;
  color: #7e7e7e;
}

.lista-subcategorias {
  margin-top: 0px;
  margin-bottom: 0px;
}

.field-label {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.categorias {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 20px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lista-categorias {
  margin-top: 0px;
  margin-bottom: 0px;
}

.borrar-filtros {
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #7e7e7e;
  background-color: #fff;
  color: #7e7e7e;
}

.form-5 {
  font-family: Montserrat, sans-serif;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-9 {
  width: 100%;
  margin-top: 10px;
  padding: 15px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #474747;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #474747;
  text-align: center;
  text-transform: uppercase;
}

.form-block-3 {
  margin-bottom: 10px;
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  margin-bottom: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.link-block-10.pintrest {
  background-image: url('../images/pinterest-3.svg');
}

.link-block-10.youtube {
  background-image: url('../images/youtube-5.svg');
  background-repeat: no-repeat;
}

.link-block-10.twitter {
  background-image: url('../images/twitter.svg');
  background-repeat: no-repeat;
}

.sociales {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.sociales.bottom {
  margin-top: 0px;
}

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

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: 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;
  font-family: Montserrat, sans-serif;
}

.link-3 {
  margin: 5px 15px;
  color: #474747;
  text-decoration: none;
}

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

.link-4 {
  margin-right: 10px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #474747;
  line-height: 50px;
  text-decoration: none;
}

.div-block-69 {
  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-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.div-block-70 {
  width: 40%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-71 {
  width: 40%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-66-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  margin-bottom: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.div-block-18-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-66-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-66-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.div-block-72 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-21 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-top: 10px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d1f2e;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.text-block-21.producto {
  z-index: auto;
  margin-left: 20px;
}

.container-productos-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-15-copy {
  margin-bottom: 40px;
  text-align: center;
}

.div-block-73 {
  width: 80%;
}

.div-block-74 {
  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;
}

.div-block-75 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: transparent;
}

.heading-16 {
  margin-top: 10px;
  font-weight: 400;
}

.div-block-76 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-17 {
  color: #a3a3a3;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.div-block-77 {
  height: 350px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/dreamstime_m_2205216.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-78 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
}

.paragraph-6 {
  line-height: 30px;
}

.list-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: disc;
}

.list-item-6 {
  padding-right: 5px;
  padding-left: 5px;
  color: #8a8787;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  list-style-type: none;
}

.componentefaq {
  padding-top: 10px;
  padding-bottom: 10px;
}

.faqwrapper {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.faqitem {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
  border-radius: 5px;
}

.faqtitle {
  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;
  cursor: pointer;
}

.heading-18 {
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  color: #7a7a7a;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.faqcontent {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
}

.text-block-22 {
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
}

.paragraph-7 {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 20px;
  color: #474747;
  line-height: 25px;
}

.heading-18-copy {
  margin-top: 20px;
  margin-right: 15px;
  margin-bottom: 10px;
  color: #7a7a7a;
  font-size: 40px;
  font-style: normal;
  font-weight: 100;
  text-transform: uppercase;
}

.image-11 {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.imagenizq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  min-height: 500px;
  margin-right: 10px;
  margin-left: 0px;
  padding: 20px;
  -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;
  background-image: url('../images/About-Image-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.imagender {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  min-height: 500px;
  margin-left: 10px;
  padding: 20px;
  -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;
  background-image: url('../images/About-Image-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.componente-logos {
  padding: 10px 20px;
}

.link-block-12 {
  width: 150px;
  height: 60px;
  margin: 15px 10px;
  background-image: url('../images/Logo-Capriccio.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-79 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -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;
  border: 1px solid #c5c5c5;
}

.componente-imagen-con-link {
  padding: 10px 20px;
}

.imagen-con-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
  padding: 40% 0px 0px;
  -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: 1px solid #c5c5c5;
  background-image: url('../images/SGN_CAPRICCIO_AGOSTO-71.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.heading-19 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.componente-imagen-con-hover {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.hoverimagen {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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: 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.35);
}

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

.text-block-23 {
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.linkimagenconhover {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 400px;
  background-image: url('../images/SGN_capriccio-175.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  text-decoration: none;
}

.linkimagenconhover:hover {
  box-shadow: 3px 3px 10px 6px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.divimagenhover {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/SGN_capriccio-175.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.divimagenhover._2 {
  background-image: url('../images/SGN_capriccio-209.jpg');
  background-position: 50% 50%;
}

.divimagenhover._3 {
  background-image: url('../images/SGN_capriccio-92.jpg');
  background-position: 50% 50%;
}

.divimagenhover._4 {
  background-image: url('../images/SGN_CAPRICCIO1050.jpg');
}

.grid-imagen-con-hover {
  display: -ms-grid;
  display: grid;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  justify-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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 auto;
  grid-template-rows: auto auto;
}

.section-17 {
  padding: 10px 20px;
}

.componenteproductwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  margin: 0px auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-80 {
  padding-top: 40px;
  padding-bottom: 40px;
  border: 1px solid #c5c5c5;
}

.heading-20 {
  color: #1d1f2e;
}

.paragraph-8 {
  width: 70%;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .menu-button {
    float: left;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .image {
    padding-right: 40px;
    padding-left: 40px;
  }
  .brand {
    margin-left: 10px;
  }
  .icon {
    color: #fff;
    font-size: 30px;
  }
  .div-block-6 {
    height: 70vh;
  }
  .linkcategorias {
    height: 300px;
  }
  .div-block-8 {
    width: 20%;
    padding-right: 20px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .productos {
    position: relative;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .productowrapper {
    width: 25%;
    min-width: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .link-2 {
    display: block;
  }
  .navbar-2 {
    z-index: 999;
  }
  .div-block-10 {
    display: none;
  }
  .nav-menu-2 {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    background-color: #fff;
  }
  .nav-link-2 {
    padding: 20px;
  }
  .menu-button-2 {
    z-index: 99999999999;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: transparent;
  }
  .menu-button-2.w--open {
    background-color: transparent;
    color: #2c3340;
  }
  .menu-icon-line-bottom {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .div-block-13 {
    height: auto;
    padding-top: 100%;
  }
  .div-block-13._2 {
    background-image: url('../images/SGN_capriccio-209.jpg');
  }
  .div-block-13._3 {
    background-image: url('../images/SGN_CAPRICCIO1050.jpg');
  }
  .div-block-13._4 {
    background-image: url('../images/SGN_capriccio-92.jpg');
  }
  .div-block-13.gift {
    height: 200px;
  }
  .container-productos {
    width: 100vw;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-15 {
    width: 100%;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-16 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .logomobile {
    height: 100%;
  }
  .div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .brand-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-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;
  }
  .div-block-18 {
    display: none;
  }
  .div-block-20 {
    background-image: url('../images/SGN_CAPRICCIO-5-min.jpg');
  }
  .section-8 {
    z-index: 999;
  }
  .telefono {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    -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-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 1px solid #c5c5c5;
  }
  .link-telefono {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .section-9 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .div-block-22 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-23 {
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-bottom: 40px;
  }
  .map {
    width: 100%;
    height: 400px;
    margin-left: 0px;
  }
  .heading-7 {
    margin-top: 40px;
  }
  .tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .nuestros-favoritos {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .wrap {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .details-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    text-align: center;
  }
  .product-price-detail {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
  }
  .big-paragraph {
    text-align: left;
  }
  .product-dimensions-wrap {
    width: 40%;
    padding-left: 0px;
  }
  .label.cc-product-details {
    text-align: left;
  }
  .product-details-wrap {
    width: 70%;
    margin-right: 20px;
    margin-bottom: 50px;
  }
  .product-image {
    width: 100%;
    height: auto;
    margin-right: 20px;
    margin-bottom: 0px;
    padding-top: 100%;
  }
  .paragraph-2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
  }
  .product-dimensions-list {
    padding-left: 0px;
    text-align: center;
    list-style-type: none;
  }
  .product-main-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .product-head-section {
    margin-bottom: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .heading-8 {
    margin-top: 10px;
    font-size: 30px;
    text-align: left;
  }
  .sugerencias {
    padding-top: 0px;
  }
  .list-item-2 {
    text-align: left;
  }
  .list-item-3 {
    text-align: left;
  }
  .list-item-4 {
    text-align: left;
  }
  .list-item-5 {
    text-align: left;
  }
  .div-block-28 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .div-block-31 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .link-2-copy {
    display: block;
  }
  .about-image-section-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .about-section-1 {
    padding-left: 0px;
    text-align: center;
  }
  .about-section-2 {
    padding-right: 0px;
    text-align: center;
  }
  .about-image-2 {
    width: 100%;
    height: 320px;
    min-height: none;
    margin-bottom: 30px;
  }
  .about-head-pic {
    width: 100%;
  }
  .about-image {
    width: 100%;
    height: 320px;
    min-height: none;
    background-position: 50% 50%;
  }
  .paragraph-3 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .wrap-overlayed {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .error-message {
    width: auto;
  }
  .contact-form-headline {
    margin-bottom: 40px;
  }
  .contact-form-wrap {
    -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;
  }
  .page-headline-wrap.cc-overlayed-headline {
    width: 80%;
  }
  .form-wrap {
    width: auto;
    margin-right: 0px;
    margin-bottom: 60px;
    padding-right: 0px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(210, 210, 213, 0.3);
    border-right-style: none;
    text-align: center;
  }
  .form-wrap.home {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .contact-details-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -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;
    text-align: center;
  }
  .cartwraper {
    border-left-color: #c5c5c5;
  }
  .div-block-33 {
    height: 70px;
    -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;
    border-bottom-color: #c5c5c5;
  }
  .text-block-10 {
    color: #474747;
  }
  .menu-icon-line-bottom-copy {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .div-block-36 {
    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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .cartwrapper {
    display: none;
  }
  .div-block-46 {
    width: 100%;
  }
  .ejemplo-giftbox {
    width: 30%;
    min-width: 0px;
  }
  .fotocaja {
    height: 150px;
  }
  .fotocaja._2 {
    background-image: url('../images/SGN_capriccio-209.jpg');
  }
  .fotocaja._3 {
    background-image: url('../images/SGN_CAPRICCIO1050.jpg');
  }
  .fotocaja._4 {
    background-image: url('../images/SGN_capriccio-92.jpg');
  }
  .fotocaja.gift {
    height: 200px;
  }
  .div-block-54 {
    width: 2px;
    margin-bottom: 20px;
    padding-top: 100%;
  }
  .div-block-55 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-56 {
    width: 100%;
  }
  .div-block-57 {
    width: 50%;
  }
  .wrapper-filtros {
    position: absolute;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
  }
  .icon-5 {
    position: relative;
    display: none;
    margin-left: 5px;
  }
  .dropdown-2 {
    margin-right: auto;
    margin-left: auto;
  }
  .dropdown-list-2.w--open {
    width: 100vw;
  }
  .navigation-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    padding: 15px 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    font-size: 11px;
    text-align: center;
  }
  .navigation-item:hover {
    background-color: #f7f8f9;
  }
  .navigation-item:active {
    background-color: #eef0f3;
  }
  .navigation-item.drop {
    display: block;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .dropdown-toggle-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dropdown-toggle-2.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-60 {
    width: 100%;
  }
  .div-block-61 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .imagen-imagentexto {
    width: 100%;
    height: auto;
    min-height: 300px;
  }
  .divformacontacto {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    padding-right: 40px;
    padding-left: 40px;
    -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;
  }
  .divtextocontacto {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-14 {
    margin-top: 0px;
  }
  .div-block-63 {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .video {
    margin-top: 20px;
  }
  .postlink {
    width: 33.33%;
  }
  .link-block-9 {
    width: 33.33%;
  }
  .categoria {
    cursor: pointer;
  }
  .div-block-66 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-66.mobine {
    padding-right: 10px;
    padding-left: 10px;
  }
  .sociales.mobile {
    padding-top: 10px;
    padding-left: 20px;
  }
  .link-block-11 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: 86px;
    margin-left: 30px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/filter.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .div-block-18-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;
  }
  .container-productos-copy {
    margin-right: 10px;
    margin-left: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-73 {
    width: 100%;
  }
  .div-block-74 {
    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;
  }
  .div-block-75 {
    z-index: 9999;
    display: none;
  }
  .imagenizq {
    width: 100%;
    height: auto;
    min-height: 300px;
  }
  .imagender {
    width: 100%;
    height: auto;
    min-height: 300px;
  }
  .imagen-con-link {
    padding-top: 50%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .hoverimagen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-23 {
    color: #fff;
  }
  .linkimagenconhover {
    height: 300px;
  }
  .componenteproductwrapper {
    width: auto;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .div-block-80 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-20 {
    margin-bottom: 20px;
  }
  .paragraph-8 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .paragraph {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-6 {
    height: 50vh;
  }
  .componente-categorias {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .linkcategorias {
    height: 250px;
  }
  .div-block-7 {
    height: auto;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .div-block-8 {
    width: 30%;
  }
  .productos {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .productowrapper {
    width: 50%;
  }
  .heading-5 {
    font-size: 32px;
  }
  .navbar-2 {
    height: 80px;
  }
  .menu-button-2 {
    z-index: 5;
  }
  .menu-icon {
    margin-right: 2px;
    margin-left: 2px;
  }
  .div-block-13 {
    height: 140px;
  }
  .div-block-13.cajas {
    height: 150px;
  }
  .div-block-13.cajas._2 {
    height: 150px;
  }
  .div-block-13.cajas._3 {
    height: 150px;
  }
  .div-block-13.cajas._4 {
    height: 150px;
  }
  .container-productos {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .logomobile {
    height: 100%;
  }
  .div-block-17 {
    width: 30%;
  }
  .brand-3 {
    width: 40%;
    height: 100%;
  }
  .link-search {
    display: none;
  }
  .titulo-producto {
    font-size: 14px;
  }
  .div-block-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-9 {
    height: auto;
    padding-top: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .link-block-8 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .wrap {
    width: auto;
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .details-section {
    margin-right: 10px;
    margin-left: 10px;
  }
  .product-price-detail {
    font-size: 26px;
  }
  .big-paragraph {
    font-size: 12px;
  }
  .product-dimensions-wrap {
    width: 100%;
    margin-left: 10px;
  }
  .product-details-wrap {
    width: 100%;
    margin-right: 10px;
  }
  .product-image {
    height: auto;
    margin-bottom: 0px;
    padding-top: 100%;
  }
  .product-main-details {
    width: 100%;
    max-width: none;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .product-head-section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .heading-8 {
    margin-top: 0px;
    font-size: 26px;
    line-height: 30px;
  }
  .div-block-28 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .text-block-7 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .button-3 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .text-block-4-copy {
    margin-right: 20px;
    margin-left: 20px;
  }
  .div-block-30._2 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .div-block-31 {
    width: 100%;
  }
  .content-wrap {
    width: 90%;
  }
  .wrap-overlayed {
    padding-right: 4%;
    padding-left: 4%;
  }
  .error-message {
    font-size: 14px;
    line-height: 22px;
  }
  .contact-form {
    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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .contact-form-wrap {
    padding: 40px;
  }
  .page-headline-wrap {
    width: 90%;
  }
  .page-headline-wrap.cc-overlayed-headline {
    width: auto;
    max-width: none;
  }
  .contact-details-wrap {
    margin-bottom: -30px;
  }
  .text-field-3 {
    width: auto;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
  .text-field-3::-webkit-input-placeholder {
    text-align: center;
  }
  .text-field-3:-ms-input-placeholder {
    text-align: center;
  }
  .text-field-3::-ms-input-placeholder {
    text-align: center;
  }
  .text-field-3::placeholder {
    text-align: center;
  }
  .text-field-3.cc-textarea {
    margin-bottom: 20px;
  }
  .icon-cerrar {
    margin-right: 2px;
    margin-left: 2px;
  }
  .cartwrapper {
    z-index: 9999999;
    width: 400px;
  }
  .div-block-49 {
    width: 70%;
  }
  .button-6 {
    margin-bottom: 0px;
    padding: 10px 20px;
    font-size: 18px;
  }
  .div-block-52 {
    width: 50%;
  }
  .ejemplo-giftbox {
    width: 45%;
  }
  .descripcion-caja {
    font-size: 14px;
  }
  .fotocaja {
    height: 140px;
  }
  .div-block-54 {
    width: 100px;
    height: 100px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
  }
  .div-block-55 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-57 {
    width: 100%;
    margin-bottom: 40px;
  }
  .icon-cerrar-search {
    margin-right: 2px;
    margin-left: 2px;
  }
  .wrapper-filtros {
    display: none;
  }
  .div-block-60 {
    height: auto;
  }
  .div-block-61 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .imagen-imagentexto {
    height: auto;
    min-height: 350px;
    margin-top: 20px;
    margin-left: 0px;
  }
  .containercontacto {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .divformacontacto {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }
  .divtextocontacto {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .postlink {
    width: 50%;
  }
  .link-block-9 {
    width: 50%;
  }
  .sociales {
    margin-top: 20px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-69 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-18-copy {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-66-copy {
    margin-left: 0px;
  }
  .div-block-66-copy-copy {
    margin-left: 0px;
  }
  .container-productos-copy {
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-74 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -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;
  }
  .imagenizq {
    height: auto;
    min-height: 350px;
    margin-top: 0px;
    margin-left: 0px;
  }
  .imagender {
    height: auto;
    min-height: 350px;
    margin-top: 20px;
    margin-left: 0px;
  }
  .componente-imagen-con-hover {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .hoverimagen {
    padding: 20px;
  }
  .text-block-23 {
    margin-top: 0px;
    font-size: 12px;
  }
  .linkimagenconhover {
    height: 250px;
  }
  .grid-imagen-con-hover {
    height: auto;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .componenteproductwrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .paragraph-8 {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .wraper2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wraper2.home {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .heading {
    max-width: 350px;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 30px;
  }
  .heading-2 {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 22px;
  }
  .list {
    max-width: 300px;
    grid-template-columns: minmax(250px, 250px) repeat(auto-fit, minmax(250px, 250px));
  }
  .container {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-6 {
    height: 40vh;
  }
  .componente-categorias {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .linkcategorias {
    height: 180px;
  }
  .div-block-7 {
    padding-right: 15px;
    padding-left: 15px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .link-account {
    display: none;
  }
  .div-block-8 {
    width: 35%;
  }
  .productos {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-4 {
    margin: 0px 20px 10px 10px;
    font-size: 24px;
  }
  .productowrapper {
    width: 50%;
    min-width: 100px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .hovercategorias {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .heading-5 {
    font-size: 30px;
    text-align: center;
  }
  .div-block-13 {
    height: auto;
    padding-top: 100%;
  }
  .div-block-13._2 {
    height: 110px;
  }
  .div-block-13._3 {
    height: 110px;
  }
  .div-block-13.cajas {
    height: 100px;
  }
  .div-block-13.cajas._2 {
    height: 100px;
  }
  .div-block-13.cajas._3 {
    height: 100px;
  }
  .div-block-13.cajas._4 {
    height: 100px;
  }
  .container-productos {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-17 {
    width: 35%;
    padding-left: 0px;
  }
  .brand-3 {
    width: 30%;
  }
  .link-search {
    display: none;
  }
  .titulo-producto {
    margin-top: 10px;
    font-size: 14px;
  }
  .precio {
    margin-top: 5px;
    font-size: 14px;
  }
  .div-block-20 {
    height: 250px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .image-9 {
    height: 100%;
  }
  .section-9 {
    height: auto;
    -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;
  }
  .link-block-8 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-6 {
    font-size: 24px;
  }
  .form {
    margin-right: 20px;
    margin-left: 20px;
  }
  .nuestros-favoritos {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .wrap {
    width: auto;
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .details-section {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-price-detail {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .product-dimensions-wrap {
    margin-left: 0px;
  }
  .product-details-wrap {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .product-image {
    padding-top: 100%;
  }
  .product-main-details {
    padding-left: 0px;
  }
  .product-head-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-2 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .button {
    width: 33%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-25 {
    width: 100%;
    height: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-field-2 {
    width: 33%;
  }
  .button-2 {
    width: auto;
    margin-top: 0px;
    margin-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 12px;
  }
  .select-field {
    width: 100%;
  }
  .div-block-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
  }
  .div-block-28 {
    margin-top: 20px;
  }
  .div-block-29 {
    padding-top: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-block-5 {
    margin-top: 10px;
  }
  .text-block-6 {
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
    font-size: 12px;
  }
  .div-block-30 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .div-block-31 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .icon-2 {
    margin-right: 5px;
  }
  .icon-3 {
    margin-left: 5px;
  }
  .wrap-overlayed {
    padding-right: 4%;
    padding-left: 4%;
  }
  .contact-form-wrap {
    padding: 40px 30px;
  }
  .contact-details-wrap {
    margin-bottom: -30px;
  }
  .heading-10 {
    font-size: 28px;
  }
  .text-field-4 {
    width: 100%;
  }
  .field-label-2 {
    text-align: left;
  }
  .field-label-3 {
    text-align: left;
  }
  .field-label-4 {
    text-align: left;
  }
  .cartwrapper {
    width: 100vw;
    max-width: 400px;
  }
  .div-block-43 {
    background-color: #fff;
  }
  .div-block-49 {
    width: 80%;
  }
  .button-6 {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
  }
  .div-block-52 {
    width: 100%;
  }
  .ejemplo-giftbox {
    width: 100%;
    min-width: 100px;
    margin-right: 5px;
    margin-left: 5px;
    padding-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .ejemplo-giftbox.gift-box {
    width: 100%;
  }
  .descripcion-caja {
    margin-top: 10px;
    font-size: 14px;
  }
  .fotocaja {
    height: 150px;
  }
  .div-block-54 {
    width: 100px;
    height: 100px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
  }
  .div-block-55 {
    -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;
  }
  .wrapper-productos-y-filtros {
    margin-top: 0px;
  }
  .componente-dos-fotos {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-60 {
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .imagen-imagentexto {
    height: auto;
    min-height: 300px;
    background-position: 50% 50%;
  }
  .paragraph-4 {
    margin-bottom: 0px;
  }
  .containercontacto {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .divformacontacto {
    padding-right: 20px;
    padding-left: 20px;
  }
  .divtextocontacto {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-62 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .postlink {
    width: 100%;
  }
  .link-block-9 {
    width: 100%;
    margin-bottom: 40px;
  }
  .sociales.bottom {
    margin-top: 20px;
    margin-left: 0px;
  }
  .div-block-67 {
    padding-right: 0px;
  }
  .div-block-68 {
    width: 100%;
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .link-3 {
    margin-left: 15px;
  }
  .link-block-11 {
    margin-top: 60px;
    margin-left: 10px;
  }
  .div-block-70 {
    width: 100%;
  }
  .div-block-71 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-18-copy {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-66-copy {
    margin-left: 0px;
  }
  .div-block-66-copy-copy {
    margin-left: 0px;
  }
  .container-productos-copy {
    margin-top: 50px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .imagenizq {
    height: auto;
    min-height: 300px;
    background-position: 50% 50%;
  }
  .imagender {
    height: auto;
    min-height: 300px;
    background-position: 50% 50%;
  }
  .link-block-12 {
    width: 40%;
  }
  .componente-imagen-con-hover {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .hoverimagen {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .linkimagenconhover {
    height: 200px;
  }
  .grid-imagen-con-hover {
    padding-right: 15px;
    padding-left: 15px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .section-17 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .componenteproductwrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-80 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .heading-20 {
    margin-top: 0px;
    font-size: 28px;
    line-height: 30px;
  }
  .paragraph-8 {
    font-size: 14px;
    line-height: 25px;
  }
}

#w-node-37dfdb407ae6-aa3b1122 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-37dfdb407aec-aa3b1122 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-37dfdb407aee-aa3b1122 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-37dfdb407aef-aa3b1122 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-37dfdb407af2-aa3b1122 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-37dfdb407af4-aa3b1122 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d5b7847de83a-3a3b1123 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-37dfdb407ae6-aa3b1122 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-37dfdb407aec-aa3b1122 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-37dfdb407aee-aa3b1122 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@font-face {
  font-family: 'Amostelysignature';
  src: url('../fonts/AmostelySignature.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}