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

body {
  color: #333;
  background-color: #eee;
  font-family: Work Sans;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: none;
}

.navbar {
  z-index: 100;
  max-width: 100vw;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 1vh 3vw;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image {
  margin-top: 10px;
  display: block;
}

.heading {
  color: #333;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Worksans, sans-serif;
  font-size: 38px;
  font-weight: 600;
}

.heading.home {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Worksans, sans-serif;
  line-height: 40px;
  overflow: hidden;
}

.boton-formulario {
  color: #2c8f48;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 0;
  padding: 16px 20px;
  font-family: Worksans, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.boton-formulario:hover {
  color: #fff;
  background-color: #1d6632;
}

.boton-formulario:active {
  background-color: #62b178;
}

.hero-section {
  max-width: 100vw;
  min-height: 100vh;
  min-width: auto;
  object-fit: contain;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/rmkt_sobres_03-03-22-8.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 9vh 9vw 5vh;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.grid {
  grid-column-gap: 13px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 20px 0;
}

.heaading-secciones {
  color: #2c8f48;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Worksans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.parrafo-secciones {
  color: #333;
  margin-top: 19px;
  font-size: 14px;
}

.div-secciones {
  background-color: #fff;
  border-radius: 12px;
  padding: 28px 35px;
}

.container-2 {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.divisor {
  height: 2px;
  color: #2c8f48;
  background-color: #2c8f48;
}

.heading-elegir {
  color: #fff;
  margin-top: 0;
  font-size: 40px;
  line-height: 1.4;
}

.paragraph {
  color: #fff;
}

.heading-gracias, .text-block-2 {
  text-align: center;
  font-family: Worksans, sans-serif;
}

.container-3 {
  flex-direction: column;
  align-items: center;
  padding-top: 126px;
  display: flex;
}

.button {
  background-color: #2c8f48;
  border-radius: 8px;
  margin-top: 66px;
  font-family: Worksans, sans-serif;
}

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

.button:active {
  background-color: #62b178;
}

.section-5 {
  max-width: 100vw;
  background-color: #333;
  padding: 33px 110px 33px;
  overflow: hidden;
}

.section-6 {
  height: 80vh;
}

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

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

.heading-2 {
  color: #2c8f48;
  text-align: center;
}

.div-block {
  width: 270px;
  height: 40px;
  max-height: 40px;
  max-width: 300px;
  border-radius: 8px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 10px;
  display: flex;
  position: static;
  bottom: 20px;
  left: 20px;
}

.link-block {
  z-index: 4;
  width: 270px;
  height: 40px;
  max-height: 40px;
  max-width: 300px;
  background-color: #25d366;
  border-radius: 11px;
  margin-bottom: 10px;
  margin-right: 10px;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
}

.link-block:hover {
  background-color: #1ba44e;
}

.link-block:active {
  background-color: #6cc38c;
}

.whatsapp-link-block {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  align-items: stretch;
  justify-items: start;
}

.presupuesto {
  background-color: #2c8f48;
  border-radius: 6px;
  padding: 16px 20px;
  font-size: 18px;
}

.presupuesto:hover {
  background-color: #203a27;
}

.presupuesto:active {
  background-color: #aaadab;
}

.presupuesto.boton-formulario {
  background-color: #fff;
}

.presupuesto.boton-formulario:hover {
  color: #2c8f48;
  background-color: #e1e1e1;
}

.heading-seri-flexo {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.2;
}

.image-2 {
  max-width: 90%;
}

.button-5 {
  background-color: #2c8f48;
  border-radius: 8px;
  padding: 14px 30px;
  font-size: 16px;
}

.html-embed-4 {
  max-width: 100%;
  border-radius: 0;
  overflow: hidden;
}

.text-block-10 {
  color: #fff;
  padding-bottom: 0;
  font-family: Worksans, sans-serif;
  font-size: 16px;
}

.text-block-11 {
  color: #fff;
  padding-top: 23px;
  padding-bottom: 0;
  font-family: Worksans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.button-6 {
  background-color: #2c8f48;
  border-radius: 7px;
  margin-top: 29px;
}

.button-6:hover {
  background-color: #42a75f;
}

.button-6:active {
  background-color: #072c12;
}

.link-block-3 {
  z-index: 1;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  object-fit: contain;
  background-color: #25d366;
  border-radius: 50px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 11px 11px 15px 15px;
  display: block;
  position: fixed;
  bottom: 20px;
  left: 20px;
}

.link-block-3.wap-sobres {
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
}

.image-5 {
  width: 50px;
  height: 50px;
  max-width: 50px;
  flex: 0 auto;
  display: block;
}

.text-block-14 {
  color: #fff;
  padding-left: 9px;
  font-family: Worksans, sans-serif;
  text-decoration: underline;
}

.image-6 {
  width: 20px;
  height: 20px;
}

.div-block-11 {
  background-color: #2c8f48;
  border-radius: 4px;
  padding: 7px 15px;
  display: flex;
}

.nav-link {
  margin-right: 0;
  padding-right: 0;
  font-family: Worksans, sans-serif;
}

.body {
  max-width: 100vw;
  object-fit: fill;
  font-family: Worksans, sans-serif;
  overflow: auto;
}

.section-15 {
  height: 40vh;
  max-width: 100vw;
  background-image: url('../images/bolsas-personalizadas.jpeg');
  /*background-position: 0 0;*/
  background-repeat: repeat-x;
  background-size: contain;
}

.div-block-12 {
  margin-top: 20px;
  display: flex;
}

.link-block-5 {
  padding-right: 0;
}

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

.link-2 {
  color: #fff;
  display: block;
}

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

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.heading-5 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.section-16 {
  flex-direction: column;
  align-items: center;
  padding: 9vh 9vw;
  display: flex;  
}

.section-16.bkg-verde {
  background-color: #2c8f48;
}

.section-16.img {
  background-color: #dddee0;
  padding-bottom: 2vh;
}

.heading-6 {
  color: #2c8f48;
  text-align: center;
}

.image-11 {
  border-radius: 5px;
}

.div-block-15 {
  align-items: center;
  display: flex;
}

.text-block-15 {
  color: #fff;
  margin-left: 20px;
  font-size: 18px;
}

.text-block-15.invert {
  color: #2c8f48;
  margin-left: 20px;
  font-size: 16px;
}

.image-12 {
  padding: 0;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.image-13 {
  padding: 7px;
}

.image-14 {
  padding: 4px;
}

.image-15 {
  padding: 7px;
}

.image-16 {
  padding: 0;
}

.div-block-18, .div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.html-embed-8 {
  margin-top: -20px;
  margin-bottom: 0;
  padding-top: 0;
}

.text-span-2 {
  font-weight: 700;
}

.text-span-5 {
  font-weight: 600;
}

.wap-frise {
  background-color: #2c8f48;
  border-radius: 6px;
  padding: 16px 20px;
  font-size: 18px;
}

@media screen and (min-width: 1280px) {
  .whatsapp-link-block {
    text-decoration: none;
  }

  .grid-8 {
    grid-template-rows: auto;
  }

  .section-15 {
    height: 25vh;

  }

  .html-embed-8 {
    margin-top: 0;
  }
}

@media screen and (min-width: 1920px) {
  .heading {
    font-size: 45px;
  }

  .heading.home {
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 48px;
  }

  .boton-formulario {
    padding: 22px 62px;
    font-size: 25px;
  }

  .hero-section {
    background-image: linear-gradient(rgba(0, 0, 0, .38), rgba(0, 0, 0, .38)), url('../images/rmkt_sobres_03-03-22-8.jpeg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .heaading-secciones {
    font-size: 28px;
  }

  .parrafo-secciones {
    font-size: 20px;
    line-height: 170%;
  }

  .paragraph {
    font-size: 18px;
    line-height: 170%;
  }

  .heading-gracias {
    font-size: 45px;
  }

  .text-block-2 {
    padding-top: 21px;
    font-size: 25px;
  }

  .button {
    padding: 19px 82px;
    font-size: 25px;
  }

  .section-5 {
    padding-bottom: 130px;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 35px;
  }

  .presupuesto {
    padding: 22px 73px;
    font-size: 25px;
  }

  .heading-seri-flexo {
    font-size: 35px;
    line-height: 150%;
  }

  .image-2 {
    max-width: 100%;
  }

  .image-2.small {
    max-width: 80%;
  }

  .button-5 {
    padding: 23px 94px;
    font-size: 25px;
  }

  .html-embed-4 {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .text-block-10 {
    padding-bottom: 9px;
    font-size: 18px;
  }

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

  .link-block-3 {
    width: 420px;
    height: 60px;
    max-height: 60px;
    max-width: 420px;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    font-size: 18px;
    display: flex;
  }

  .link-block-3.wap-sobres {
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
  }

  .image-5 {
    margin-right: 0;
    padding-right: 0;
  }

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

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

  .nav-link {
    font-size: 20px;
  }

  .section-15 {
    height: 40vh;
    max-height: 405px;
    background-image: url('../images/bolsas-personalizadas.jpeg');
    background-position: 0 0;
    background-size: cover;
  }

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

  .heading-6 {
    margin-top: 0;
    font-size: 35px;
  }

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

  .text-block-15.invert {
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-19 {
    align-items: start;
  }
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 30px;
  }

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

  .hero-section {
    background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/rmkt_sobres_03-03-22-8.jpeg');
    background-position: 0 0, 50%;
  }

  .grid {
    grid-column-gap: 7px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .heaading-secciones {
    font-size: 18px;
    line-height: 22px;
  }

  .div-secciones {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-elegir {
    font-size: 26px;
    line-height: 30px;
  }

  .section-5 {
    padding-left: 31px;
    padding-right: 31px;
  }

  .section-15 {
    background-size: cover;    
  }

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

  .grid-8 {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .div-block-3 {
    flex-direction: column;
    align-items: stretch;
    display: block;
  }

  .heading-seri-flexo {
    text-align: center;
    font-size: 26px;
    line-height: 30px;
  }

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

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

  .heading-5 {
    text-align: center;
    margin-bottom: 10px;
    line-height: 24px;
  }

  .heading-6 {
    font-size: 26px;
    top: -60px;
    position: relative;
  }

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

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

  .div-block-17 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

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

  .div-block-20, .div-block-21 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 26px;
  }

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

  .boton-formulario {
    margin-top: -1px;
    font-size: 18px;
  }

  .grid {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 6px;
  }

  .div-secciones {
    max-width: 70%;
  }

  .heading-elegir {
    text-align: left;
  }

  .section-5 {
    padding-top: 35px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block {
    justify-content: center;
  }

  .whatsapp-link-block {
    margin-left: 11px;
  }

  .grid-8 {
    grid-template-columns: minmax(81px, 1fr);
  }

  .div-block-3 {
    align-items: center;
    display: flex;
  }

  .text-block-10, .text-block-11 {
    text-align: center;
  }

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

  .div-block-19 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    position: static;
    left: auto;
    right: auto;
  }
  .image {
    width: 47%;
    height: auto;
  }

  .heading {
    color: #333;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 1.4;
  }

  .heading.home {
    font-size: 30px;
    line-height: 30px;
  }

  .boton-formulario {
    margin-top: 0;
    padding: 13px 32px;
    font-size: 14px;
  }

  .hero-section {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/rmkt_sobres_03-03-22-8.jpeg');
    justify-content: flex-start;
    padding-top: 4vh;
    padding-bottom: 0;
    display: flex;
  }

  .grid {
    grid-template-columns: 1fr;
    align-items: stretch;
    justify-items: stretch;
  }

  .heaading-secciones {
    font-size: 18px;
  }

  .parrafo-secciones {
    font-size: 14px;
    line-height: 150%;
  }

  .div-secciones {
    max-width: 100%;
  }

  .heading-elegir {
    margin-bottom: 21px;
    font-size: 26px;
  }

  .paragraph, .text-block-2 {
    line-height: 150%;
  }

  .section-5 {
    overflow: visible;
  }

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

  .div-block {
    width: 40px;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 4px;
  }

  .link-block {
    width: 60px;
    height: 60px;
    max-height: 60px;
    max-width: 60px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .whatsapp-link-block {
    margin-left: 0;
    font-size: 0;
  }

  .grid-8 {
    object-fit: fill;
    justify-content: stretch;
    justify-items: center;
    margin-top: 27px;
    padding-left: 8px;
    padding-right: 8px;
    overflow: hidden;
  }

  .div-block-3 {
    align-items: center;
    display: flex;
  }

  .heading-seri-flexo {
    text-align: left;
    font-size: 26px;
  }

  .image-2 {
    max-width: 100%;
  }

  .html-embed-4 {
    margin-top: 20px;
    overflow: hidden;
  }

  .link-block-3 {
    z-index: 1;
    position: fixed;
  }

  .div-block-11 {
    margin-bottom: 20px;
  }

  .div-block-13 {
    grid-row-gap: 4px;
  }

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

  .heading-6 {
    font-size: 26px;
    line-height: 30px;
    top: -60px;
    position: relative;
  }

  .div-block-15 {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-block-15 {
    margin-left: 0;
    padding-top: 10px;
  }

  .text-block-15.invert {
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-21 {
    align-items: flex-start;
  }
}

#w-node-_55f30770-8e57-fbeb-2e5f-92e2c8d354da-7714d95e, #w-node-_918559cf-d36d-fae3-ec4a-a5a9f59370bd-7714d95e, #w-node-fde90ab0-2435-019a-186d-f3ff1d7294e2-7714d95e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe90c350-88b6-fc06-612a-22ce0c43e1c7-7714d95e {
  justify-self: end;
}

#w-node-_2648ab54-870f-ddf1-e76f-70a90e0fb6cb-7714d95e {
  align-self: center;
}

#w-node-_9fa976bb-1551-e2fe-f820-c72b60da1522-7714d95e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3557a358-779f-f0bd-8ffd-ddc582dbcf37-5525b090 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c3074908-4c80-4880-eddb-649c5cbc28ab-5525b090 {
  align-self: stretch;
}

@media screen and (min-width: 1920px) {
  #w-node-fe90c350-88b6-fc06-612a-22ce0c43e1c7-7714d95e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-c3074908-4c80-4880-eddb-649c5cbc28ab-5525b090 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_55f30770-8e57-fbeb-2e5f-92e2c8d354da-7714d95e, #w-node-fe90c350-88b6-fc06-612a-22ce0c43e1c7-7714d95e, #w-node-_2648ab54-870f-ddf1-e76f-70a90e0fb6cb-7714d95e {
    justify-self: center;
  }

  #w-node-_9fa976bb-1551-e2fe-f820-c72b60da1522-7714d95e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WORKSANS-SEMIBOLD.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WORKSANS-REGULAR.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WORKSANS-BOLD.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}