.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

.column-5 {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.form-3 {
  text-align: center;
  background-color: #fff;
  border: 1px #c7c7c7;
  margin-top: 0;
  padding: 20px;
  display: block;
}

.section-5 {
  background-color: #ebebebbf;
  padding-top: 60px;
  padding-bottom: 60px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #afba89;
  border-radius: 0;
  justify-content: center;
  height: 48px;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: transform .3s, box-shadow .3s;
}

.button:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 8px -4px #a5c92680;
}

.button.space {
  background-color: #afba89;
  margin-top: 45px;
}

.full-width {
  width: 100%;
}

.side-image {
  border-radius: 16px;
  width: 100%;
}

.column-3 {
  padding-left: 40px;
}

.title {
  color: #a5c926;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}

.title.white {
  color: #fff;
}

.column-4 {
  padding-top: 47px;
}

.image-2 {
  text-align: center;
  margin-left: 12px;
  margin-right: 8px;
}

.intro {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  margin-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.intro.wide {
  max-width: 800px;
}

.side-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 8.33%;
  padding-right: 8.33%;
  display: flex;
  position: relative;
}

.side-block.no-padding-left {
  padding-left: 0%;
}

.side-block.small-padding-side {
  padding-left: 15px;
  padding-right: 15px;
}

.shop-header {
  color: #111;
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.heading-4 {
  color: #4a3b9f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 43px;
  font-size: 34px;
}

.heading-4.white {
  color: #fff;
  margin-bottom: 18px;
}

.section-3 {
  text-align: center;
  background-color: #4a3b9f;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-3.top {
  background-color: #253041;
  padding-top: 0;
  padding-bottom: 0;
}

.text-grey {
  color: #999;
}

.heading-3 {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 20px #000000fa;
  margin-top: 10px;
  font-size: 32px;
}

.heading-3.monto {
  font-size: 20px;
}

.column-7 {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

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

.wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.submit-button-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #afba89;
  border-radius: 0;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  transition: all .25s;
  box-shadow: 1px 1px 20px #00000052;
}

.submit-button-2:hover {
  color: #fff;
  background-color: #253041;
}

.heading-2 {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 20px #000;
  margin-bottom: 0;
  font-size: 46px;
}

.section-4 {
  background-image: url('../images/78620160PRMA002.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 80px;
  padding-bottom: 80px;
}

.error-message {
  text-align: center;
  background-color: #fff;
  border: 1px solid #8b8b8b;
  margin-top: 0;
  margin-left: 40px;
  padding-top: 89px;
  position: absolute;
  inset: 0;
}

.products {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.input-style-3 {
  color: #2b2b2b;
  background-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #253041;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 7px;
  font-size: 13px;
}

.input-style-3.select {
  background-color: #fff;
}

.input-style-3.select.prefijo {
  box-shadow: none;
  border-right-style: none;
  border-right-color: #0081a5;
  width: 95%;
  height: 90%;
  padding-bottom: 10px;
}

.div-block {
  text-align: center;
  background-color: #fff;
  border-radius: 1000px;
  width: 120px;
  height: 120px;
  margin: auto;
  box-shadow: 0 2px 20px #0000001a;
}

.text-block-15 {
  text-align: center;
  margin-top: 22px;
  margin-bottom: 18px;
  font-size: 16px;
}

.form-block-2 {
  margin-top: 0;
}

.text-block {
  color: #333;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
  font-weight: 500;
}

.side-info {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.no-margin {
  color: #253041;
  margin: 0;
  font-size: 34px;
}

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

.text-block-6 {
  color: #253041;
  margin-top: 20px;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.side-blocks {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.product-card-wrapper {
  flex-direction: column;
  width: 25%;
  padding: 15px;
  display: flex;
}

.divider {
  background-color: #a5c926;
  width: 70px;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 23px;
}

.section {
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 24px;
  display: flex;
}

.section.video-section {
  color: #fff;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/tim-gouw-165547-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-bottom: 112px;
}

.section.haze.no-padding-top {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 80px;
  display: block;
}

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

.div-block-2 {
  background-color: #ebebebbf;
  padding: 20px;
  box-shadow: inset 0 2px 20px #0000001a;
}

.heading-5 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
}

.heading-5.white {
  color: #fff;
  margin-bottom: 11px;
}

.columns {
  margin-bottom: 20px;
}

.section-6 {
  background-color: #4a3b9f;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Importador-de-regalos-Corporativos.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 60px;
  padding-bottom: 80px;
}

.heading-6 {
  color: #fff;
  text-align: center;
  margin-bottom: 31px;
  font-size: 30px;
  line-height: 50px;
}

.heading-7 {
  color: #fff;
  text-align: center;
  margin-bottom: 43px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.container, .container-2 {
  text-align: center;
}

.section-7 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.columns-2 {
  margin-bottom: 20px;
}

.heading-8 {
  margin-bottom: 28px;
  font-size: 32px;
  line-height: 38px;
}

.paragraph {
  margin-bottom: 34px;
  font-size: 15px;
}

.image-4 {
  border: 1px solid #00000017;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.column-8 {
  padding-top: 5px;
  padding-right: 20px;
}

.image-5 {
  box-shadow: 0 2px 20px #00000026;
}

.section-8 {
  background-color: #253041;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-3 {
  background-color: #253041;
}

.text-span {
  background-color: #253041;
  border: 1px solid #fff;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.image-6 {
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-16 {
  color: #253041;
  margin-top: 20px;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.button-2 {
  background-color: #253041;
}

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

@media screen and (max-width: 991px) {
  .form-3 {
    margin-top: -114px;
  }

  .button:hover {
    transform: none;
  }

  .side-image {
    width: 83.33%;
  }

  .intro {
    margin-bottom: 56px;
  }

  .side-block {
    width: 100%;
    margin-bottom: 48px;
  }

  .side-block.no-padding-left {
    padding-left: 8.33%;
  }

  .side-block.small-padding-side, .shop-header {
    padding-left: 8px;
    padding-right: 8px;
  }

  .products {
    padding-left: 12px;
    padding-right: 12px;
  }

  .form-block-2 {
    margin-top: 0;
  }

  .side-info {
    text-align: center;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .no-margin {
    margin: 0;
  }

  .side-blocks {
    flex-wrap: wrap;
    margin-bottom: -48px;
  }

  .side-blocks.mobile-reverse {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .product-card-wrapper {
    width: 50%;
    padding: 20px;
  }

  .section {
    padding: 88px 8px;
  }

  .section.video-section {
    padding-bottom: 80px;
    padding-left: 8.33%;
    padding-right: 8.33%;
  }
}

@media screen and (max-width: 767px) {
  .form-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .products {
    padding-left: 0;
    padding-right: 0;
  }

  .no-margin {
    margin: 0;
  }

  .product-card-wrapper {
    padding: 8px;
  }

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

  .section.video-section {
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 479px) {
  .column-5 {
    margin-bottom: 20px;
  }

  .form-3 {
    margin-top: 0;
  }

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

  .button.space {
    height: 100%;
  }

  .side-image {
    width: 100%;
  }

  .column-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-4 {
    padding-top: 0;
  }

  .side-block {
    padding-left: 0%;
    padding-right: 0%;
  }

  .side-block.no-padding-left {
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-3 {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
  }

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

  .heading-2 {
    text-align: center;
    font-size: 45px;
  }

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

  .no-margin {
    margin: 0;
  }

  .product-card-wrapper {
    width: 100%;
  }

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

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

  .columns {
    margin-bottom: 0;
  }

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

  .heading-6 {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-7 {
    font-size: 18px;
    line-height: 25px;
  }

  .section-7 {
    padding-top: 47px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-2 {
    margin-bottom: 0;
  }

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

  .image-5 {
    margin-bottom: 29px;
  }

  .section-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-span {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
}


