.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.nav-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  padding-right: 24px;
  padding-left: 24px;
  -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;
  background-color: #088950;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -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: transparent;
}

.wrapper.nav-top-wrapper {
  height: 100%;
  -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;
}

.wrapper.nav-bar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-top-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-top-text {
  margin-right: 16px;
  font-size: 12px;
}

.link-white {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.nav-top-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 12px;
  padding-left: 12px;
  -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;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  padding: 5px;
  -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-radius: 50%;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.social-link:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 #5b5b5b;
}

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

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

.nav-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.nav-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  padding-right: 24px;
  padding-left: 24px;
  -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;
}

.nav-link {
  padding: 12px 18px;
  border-radius: 16px;
  -webkit-transition: color 300ms ease, background-color 300ms ease, box-shadow 300ms ease;
  transition: color 300ms ease, background-color 300ms ease, box-shadow 300ms ease;
  color: #111;
}

.nav-link:hover {
  text-decoration: underline;
}

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

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Varela Round', sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}

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

.linkmenu {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.linkmenu:hover {
  border-bottom: 4px none #3a2e6f;
  font-weight: 700;
}

.linkmenu.w--current {
  color: #3a2e6f;
  font-weight: 700;
}

.linkmenu.w--current:hover {
  border: 1px none #000;
}

.image {
  height: auto;
  max-width: 100%;
  margin-top: 100px;
}

.section {
  background-color: #088950;
}

.seccion-video {
  padding-top: 40px;
  padding-bottom: 20px;
}

.heading {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}

.subtitulo {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #3a2e6f;
  font-size: 16px;
  font-weight: 700;
}

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

.footer {
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #3a2e6f;
}

.titulo-footer {
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: right;
}

.call-to-action {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #3a2e6f;
}

.heading-2 {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 42px;
  text-align: center;
}

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

.button {
  border-radius: 7px;
  background-color: #3a2e6f;
  -webkit-transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, opacity 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.button:hover {
  background-color: #211a3e;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.button.blanco {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
}

.heading-3 {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Open Sans', sans-serif;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px none #989898;
}

.container-3.con-productos {
  margin-top: 0px;
}

.section-2 {
  padding-top: 40px;
  padding-bottom: 100px;
  background-color: #ebebeb;
}

.container-4 {
  display: block;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: transparent;
}

.div-block {
  display: block;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 9px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #ababab;
  -webkit-transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, opacity 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
}

.div-block:hover {
  box-shadow: 1px 1px 3px 0 #676464;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.titulo-producto {
  padding-left: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #3a2e6f;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.descrip-producto {
  padding-right: 10px;
  padding-left: 10px;
  color: #212121;
  text-align: center;
}

.image-2 {
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
}

.link {
  display: inline;
  padding-right: 0px;
  border-bottom: 1px solid #3a2e6f;
  -webkit-transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, opacity 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #3a2e6f;
  font-weight: 600;
  text-align: right;
  text-decoration: none;
}

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

.link.blanco {
  color: #fff;
  font-weight: 400;
}

.link.blanco:hover {
  color: #088950;
}

.shop-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}

.no-margin {
  margin: 0px;
}

.link-2 {
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 2px solid #ddd;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  color: #111;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
}

.link-2:hover {
  border-bottom-color: #a5c926;
}

.link-2.arrow-link {
  margin-top: 4px;
  padding-right: 20px;
  background-image: url('../images/arrow-right-mini-icon.svg');
  background-position: 100% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
}

.shop-header-line {
  width: 100%;
  height: 2px;
  margin-top: 32px;
  background-color: #e5e5e5;
}

.shop-header-color {
  width: 136px;
  height: 100%;
  background-color: #a5c926;
}

.div-block-2 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-5 {
  display: block;
  padding-left: 10px;
}

.div-block-3 {
  width: 250px;
  height: 4px;
  background-color: #3a2e6f;
}

.section-3 {
  margin-top: 125px;
}

.slider {
  height: 600px;
}

.section-4 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.container-6 {
  padding-top: 20px;
}

.slider-2 {
  height: 150px;
  background-color: transparent;
}

.slide {
  height: 120px;
}

.slide-2 {
  height: 120px;
}

.mask {
  height: 150px;
}

.slide-nav {
  display: block;
  color: #3a2e6f;
}

.columns {
  height: 120px;
}

.empresas {
  height: 120px;
  text-align: center;
}

.column-3 {
  height: 120px;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

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

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
}

.heading-4 {
  color: #fff;
  font-size: 44px;
  line-height: 60px;
}

.div-block-4 {
  width: 500px;
  margin-top: 70px;
}

.image-3 {
  margin-top: 183px;
}

.image-4 {
  margin-top: 185px;
}

.background-video {
  height: 600px;
  margin-top: 0px;
}

.container-8 {
  height: 600px;
  padding-top: 74px;
}

.section-5 {
  padding-top: 60px;
  padding-bottom: 100px;
}

.bolsas-destacadas {
  padding-top: 40px;
  padding-bottom: 60px;
  background-image: url('../images/FONDO-ecozipper3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.col-destacada {
  -webkit-transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, opacity 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
}

.col-destacada:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.heading-5 {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: 50%;
  width: 100vw;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-6 {
  position: absolute;
  top: 234px;
  z-index: 1000;
}

.section-7 {
  display: block;
  height: 800px;
  padding-bottom: 20px;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  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;
}

.heading-6 {
  margin-top: 10px;
  padding-top: 0px;
  font-family: 'PT Sans', sans-serif;
  color: #3a2e6f;
  font-weight: 400;
  text-align: center;
}

.heading-6.renovando {
  display: inline-block;
  padding: 5px 10px;
  background-color: #3a2e6f;
  color: #fff;
}

.image-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section-8 {
  margin-top: 0px;
  background-color: #3a2e6f;
}

.div-block-5 {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(338deg, rgba(152, 193, 29, 0.24) 21%, rgba(58, 46, 111, 0.43) 74%), url('../images/banner-inicial.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.heading-7 {
  display: inline;
  margin-top: 133px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #3a2e6f;
  color: #fff;
  text-align: center;
}

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

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

.heading-8 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'PT Sans', sans-serif;
  color: #3a2e6f;
  font-size: 24px;
}

.whatsapp {
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease, -webkit-filter 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease, -webkit-filter 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, filter 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, filter 200ms ease, -webkit-transform 200ms ease, -webkit-filter 200ms ease;
}

.whatsapp:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.whatsapp.popup {
  position: fixed;
  left: 0%;
  top: auto;
  right: 2%;
  bottom: 2%;
}

.section-9 {
  margin-top: 127px;
  background-image: url('../images/banner-230px-.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-9.zipper-deslizador {
  background-image: url('../images/banner-zipper-deslizadores.jpg');
  background-position: 50% 0%;
}

.section-9.zipper-presion {
  background-image: url('../images/banner-zipper-presion.jpg');
  background-position: 50% 0%;
}

.section-9.tnt-pp {
  background-image: url('../images/banner-tntpp.jpg');
  background-position: 50% 50%;
}

.section-9.tnt-tnt {
  background-image: url('../images/banner-tnttnt.jpg');
}

.heading-9 {
  display: inline;
  padding-right: 10px;
  padding-left: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3a2e6f), to(#3a2e6f));
  background-image: linear-gradient(180deg, #3a2e6f, #3a2e6f);
  color: #fff;
  text-align: center;
}

.container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.section-10 {
  padding-top: 20px;
  padding-bottom: 40px;
}

.container-11 {
  padding-right: 10px;
  padding-left: 10px;
}

.container-11.contenedor-contacto {
  background-color: #088950;
}

.container-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  background-color: #088950;
}

.image-6 {
  display: inline;
}

.div-block-9 {
  display: inline;
}

.heading-10 {
  display: inline-block;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
}

.div-block-10 {
  margin-left: -24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-11 {
  height: auto;
  margin-top: 114px;
  padding-bottom: 20px;
  background-color: #ebebeb;
  background-image: url('../images/bolsas-ecozipper.png');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: scroll;
}

.container-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-11 {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 58px;
  padding-left: 0vw;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.boton {
  border-radius: 5px;
  background-color: #088950;
  -webkit-transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, opacity 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
}

.boton:hover {
  background-color: #7b9d13;
  box-shadow: 3px 3px 3px 0 #989898;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.boton.violeta {
  margin-left: 0px;
  background-color: #3a2e6f;
  font-family: 'Open Sans', sans-serif;
}

.boton.violeta._20px {
  margin-left: 20px;
}

.div-block-12 {
  display: block;
  width: 350px;
  margin-top: 60px;
  padding-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.div-block-13 {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-7 {
  text-align: right;
}

.dropdown-link {
  font-family: 'Open Sans', sans-serif;
}

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

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

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

.bold-text {
  color: #3a2e6f;
  font-size: 24px;
}

.heading-12 {
  margin-bottom: 20px;
  background-color: #088950;
  color: #fff;
  font-size: 26px;
  text-align: center;
}

.light-tnt {
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.light-tnt:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.text-block-2 {
  font-family: 'Open Sans', sans-serif;
  color: #3a2e6f;
  font-size: 16px;
  font-weight: 600;
}

.div-productos {
  margin-top: 10px;
}

.columna-2 {
  margin-top: 10px;
}

.heading-13 {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #3a2e6f;
  font-size: 24px;
}

.columns-2 {
  padding-left: 10px;
}

.column-4 {
  padding-right: 10px;
}

.field-label {
  font-family: 'Open Sans', sans-serif;
}

.campo:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #088950;
}

.text-block-3 {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: right;
}

.text-block-3._1 {
  margin-top: 0px;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.html-embed {
  padding-right: 10px;
}

.container-14 {
  margin-top: 20px;
}

.text-block-4 {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 300;
}

.div-block-14 {
  display: block;
  margin-top: 10px;
  border-top: 1px solid #777;
}

.text-block-5 {
  display: inline-block;
  float: right;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: right;
}

.link-4 {
  color: #088950;
}

.section-12 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-6 {
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 22px;
}

.link-block-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: transparent;
}

.image-8 {
  background-color: transparent;
  background-clip: border-box;
}

.columns-3 {
  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;
}

.image-9 {
  display: block;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, opacity 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
}

.div-block-15:hover {
  box-shadow: 1px 1px 6px 3px #989898;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.div-block-16 {
  padding-right: 10px;
  padding-left: 10px;
}

.heading-14 {
  font-family: 'Open Sans', sans-serif;
  color: #3a2e6f;
  font-size: 24px;
  line-height: 32px;
}

.paragraph-3 {
  margin-bottom: 40px;
  padding-right: 20px;
  font-size: 18px;
}

.link-violeta {
  font-family: 'Open Sans', sans-serif;
  color: #3a2e6f;
  font-weight: 600;
  text-decoration: none;
}

.link-violeta:hover {
  font-weight: 700;
}

.top1 {
  text-align: left;
}

.image-10 {
  margin-top: -114px;
  text-align: right;
}

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

.productos {
  padding-top: 10px;
  padding-bottom: 40px;
  background-color: transparent;
}

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

.text-block-7 {
  padding-bottom: 10px;
  color: #3a2e6f;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.link-block-5 {
  -webkit-transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, opacity 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  text-decoration: none;
}

.link-block-5:hover {
  box-shadow: 2px 2px 8px 0 #989898;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.columns-4 {
  padding-top: 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;
  -ms-grid-row-align: center;
  align-self: center;
}

.column-6 {
  display: block;
  text-align: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

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

.link-5 {
  margin-top: 19px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #3a2e6f;
  -webkit-transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, opacity 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.link-5:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #3a2e6f;
  background-color: transparent;
  box-shadow: 3px 3px 4px 0 #989898;
  color: #3a2e6f;
}

.section-13 {
  padding: 40px 10px;
}

@media screen and (max-width: 991px) {
  .nav-top {
    padding-right: 8px;
    padding-left: 8px;
  }

  .wrapper.nav-bar-wrapper {
    height: auto;
  }

  .nav-top-info {
    padding-right: 8px;
    padding-left: 8px;
  }

  .nav-top-social {
    padding-right: 8px;
    padding-left: 8px;
  }

  .nav-main {
    height: 64px;
    padding-right: 0px;
    padding-left: 8px;
  }

  .nav-link {
    padding: 16px 24px;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0px;
  }

  .nav-menu-2 {
    padding-right: 0px;
    padding-left: 0px;
    border-top: 1px solid #e5e5e5;
    background-color: #fff;
  }

  .brand {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 20px;
    line-height: 28px;
  }

  .menu-button {
    height: 100%;
    padding: 20px;
    border-left: 1px solid #e5e5e5;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #111;
  }

  .navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .shop-header {
    padding-right: 8px;
    padding-left: 8px;
  }

  .no-margin {
    margin: 0px;
  }

  .section-12 {
    display: none;
  }

  .columns-4 {
    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;
  }

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

@media screen and (max-width: 767px) {
  .nav-top-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .titulo-footer {
    margin-top: 11px;
    text-align: center;
  }

  .container-3.con-productos {
    padding-right: 10px;
    padding-left: 10px;
  }

  .no-margin {
    margin: 0px;
  }

  .link-2.arrow-link {
    margin-top: 0px;
  }

  .container-5 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-6 {
    display: block;
  }

  .slider-2 {
    display: block;
    height: auto;
  }

  .mask {
    height: auto;
  }

  .slide-nav {
    padding-top: 33px;
  }

  .section-11 {
    height: auto;
  }

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

  .div-block-14 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-12 {
    display: none;
  }

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

  .columns-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-5 {
    text-align: center;
  }

  .column-7 {
    text-align: center;
  }

  .columns-6 {
    text-align: center;
  }

  .column-8 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .heading-3 {
    padding-left: 0px;
    font-size: 32px;
  }

  .container-3.con-productos {
    display: block;
  }

  .section-2 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .no-margin {
    margin: 0px;
  }

  .col-destacada {
    text-align: center;
  }

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

  .section-9.zipper-deslizador {
    background-position: 50% 50%;
  }

  .section-9.tnt-tnt {
    background-position: 70% 50%;
    background-size: cover;
  }

  .heading-9 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3a2e6f), to(#3a2e6f));
    background-image: linear-gradient(180deg, #3a2e6f, #3a2e6f);
    font-size: 26px;
  }

  .container-10 {
    padding-top: 20px;
    padding-bottom: 160px;
    -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;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .div-block-11 {
    margin-top: -12px;
  }

  .div-block-14 {
    text-align: center;
  }

  .div-block-15 {
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

.send-ok {
  display:none;
}

.send-error {
  display:none;
}