:root {
  --green: #64a3a7;
  --orange: #ec6707;
}

@font-face {
  font-family: 'Acumin';
  src: url('../fonts/AcuminPro-UltraBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Acumin';
  src: url('../fonts/AcuminProWide-Medium.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Acumin';
  src: url('../fonts/AcuminProWide-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: 'Acumin', sans-serif;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.background-video {
  height: 85vh;
  margin-top: 0;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.botoncotiza {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ec6707;
  border-radius: 6px;
  width: 120px;
  margin-left: 25px;
  padding: 9px 10px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.botoncotiza:hover {
  background-color: var(--green);
  color: #fff;
}

.botoncotiza:active {
  background-color: #43464d;
}

.div-block {
  background-image: linear-gradient(#1a50c38c, #00040aa8);
  height: 100%;
}

.image {
  width: 200px;
}

.image-2 {
  width: 100%;
}

.waLink {
  color: #3898EC;
  font-size: 24px;
  text-decoration: none;
}

.waLink:hover {
  color: #ec6707;
}

.navbar {
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #ec670754;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 10vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu-2 {
  align-items: center;
  display: flex;
}

.navlink {
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
  /* font-family: Exo, sans-serif; */
}

.navlink.last {
  text-align: center;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.navlink.last.w--current {
  color: #646161;
  text-align: center;
}

.section {
  padding: 12vh 7%;
  display: none;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.heading2 {
  color: #ec6707;
  font-family: Rimouski Sb, sans-serif;
}

.heading2._2 {
  color: #ec6707;
}

.paragraph {
  font-family: Exo, sans-serif;
}

.section-2 {
  padding: 12vh 7%;
  display: none;
}

.gallery-overview {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  text-align: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-2 {
  font-family: Exo, sans-serif;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 67px;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  height: 34vh;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.text-block {
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 300;
  font-family: 'Acumin', sans-serif;
}

.div-block-4 {
  flex-flow: column;
  justify-content: center;
  width: 42%;
  height: 100%;
  line-height: 25px;
  display: flex;
  font-family: 'Acumin', sans-serif;
  font-weight: 700;
}

.div-block-5 {
  background-color: #ec670700;
  background-image: linear-gradient(270deg, #ec670700, #ec6707 62%);
  width: 30%;
  height: 2px;
}

.mask {
  height: 100%;
}

.section-3 {
  padding: 12vh 7%;
  /* font-family: Exo, sans-serif; */
  display: none;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  color: #ec6707;
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  border-radius: 6px;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.heading-3 {
  text-align: center;
  width: 100%;
  /* font-family: Rimouski Sb, sans-serif; */
  font-weight: 400;
}

.text-span, .text-span-2 {
  color: var(--orange);
}

.div-block-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.slide {
  height: 100%;
}

.section-4 {
  padding: 12vh 7%;
  display: none;
}

.div-block-7 {
  background-color: #eff0ee;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 22%;
  height: auto;
  /* font-family: Exo, sans-serif; */
  display: flex;
  box-shadow: 0 0 11px 3px #0003;
}

.link {
  color: #201f1f;
  text-align: center;
  margin-bottom: 11px;
  text-decoration: none;
}

.text-block-2 {
  color: var(--orange);
  margin-top: 11px;
  margin-bottom: 11px;
  font-size: 16px;
}

.div-block-8 {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.image-3 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  display: block;
  overflow: visible;
}

.lightboxlink {
  width: 100%;
}

.section-5 {
  padding: 12vh 7%;
  display: none;
}

.section-6 {
  width: 24%;
  height: 300px;
}

.div-block-9 {
  width: 24%;
  height: 32vh;
}

.div-block-10 {
  background-image: url('../images/22758_79.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 25vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-11 {
  background-color: #ec670700;
  background-image: url('../images/cardText.png');
  background-position: 0 0;
  background-size: auto;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
  height: 13vh;
  transform: rotate(0);
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-13 {
  background-color: var(--orange);
  border: 5px solid #fff;
  border-radius: 100px;
  width: 5vw;
  height: 5vw;
  margin-top: -74px;
}

.image-4 {
  width: 12vw;
}

.image-4.color {
  filter: none;
  width: 100%;
}

.brand {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 223px;
  display: flex;
}

.section-7 {
  background-color: #faf7f700;
  background-image: linear-gradient(#fcf7f79c, #fcf7f79c), url('../images/grey-white-geometric-abstract-background-free-vector.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: auto;
  padding: 12vh 0% 0;
  display: block;
}

.div-block-14 {
  background-color: #dcdfdf;
  height: 8vh;
  display: none;
}

.itemcontainer {
  color: #f7f4f4;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 3vh 7%;
  display: flex;
}

.itemcontainer.flip {
  background-color: #0000;
  flex-flow: row-reverse wrap;
}

.textcontainer {
  width: 53%;
  height: auto;
  padding-left: 0%;
}

.imgcontainer {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  object-fit: cover;
  background-color: #c7c6c500;
  background-image: url('../images/PUNTO-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #d6d5d4;
  border-radius: 6px;
  width: 38vw;
  height: 41vh;
  padding: 8px;
}

.imgcontainer._2 {
  background-image: url('../images/PUNTO-02.png');
  background-position: 50%;
  background-size: cover;
}

.imgcontainer._3 {
  background-image: url('../images/PUNTO-03.png');
  background-position: 50%;
  background-size: cover;
}

.imgcontainer._4 {
  box-sizing: border-box;
  box-shadow: none;
  object-fit: fill;
  object-position: 50% 50%;
  background-image: url('../images/PUNTO-04.png');
  background-position: 50%;
  background-size: cover;
}

.imgcontainer._5 {
  object-fit: cover;
  background-image: url('../images/PUNTO-05.png');
  background-position: 50%;
  background-size: cover;
}

.imgcontainer._6 {
  background-image: url('../images/PUNTO-06.png');
  background-position: 50%;
  background-size: cover;
}

.imgcontainer._7 {
  background-image: url('../images/PUNTO-07.png');
  background-position: 50%;
  background-size: cover;
  width: 39%;
  padding: 8px;
}

.imgcontainer._8 {
  color: #f7f4f4;
  background-image: url('../images/PUNTO-08.png');
  background-position: 50%;
  background-size: cover;
}

.imgcontainer._9 {
  background-image: url('../images/PUNTO-9.png');
  background-position: 50%;
  background-size: cover;
}

.imgcontainer._10 {
  background-image: url('../images/PUNTO-10.png');
  background-position: 50%;
  background-size: cover;
}

.imgcontainer._1 {
  width: 34vw;
}

.text-block-3 {
  z-index: 100;
  background-color: var(--green);
  color: #f8f9f9;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 15vh;
  padding: 23px 12px;
  /* font-family: Rimouski Sb, sans-serif; */
  font-size: 24px;
  display: flex;
  position: relative;
  box-shadow: 7px 0 #64a3a773;
}

.div-block-15 {
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.heading-4 {
  border-bottom: 1px none var(--orange);
  color: #302f2f;
  text-align: left;
  background-color: #faf8f700;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
  margin-left: 0;
  padding-bottom: 6px;
  padding-left: 0;
  padding-right: 0;
  /* font-family: Exo, sans-serif; */
  font-size: 20px;
  line-height: 28px;
}

.bold-text {
  color: #222121;
  font-weight: 400;
}

.paragraph-2 {
  color: #535252;
  width: 100%;
  margin-top: 17px;
  padding-left: 0;
  padding-right: 0;
  /* font-family: Exo, sans-serif; */
  font-size: 16px;
  line-height: 20px;
  display: none;
}

.div-block-16 {
  margin-left: 57px;
}

.div-block-17 {
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  margin-left: 57px;
  display: flex;
}

.body {
  background-color: #fff0;
}

.div-block-18 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1px;
  display: flex;
}

.image-5 {
  filter: grayscale();
  width: 35px;
}

.image-5.color {
  filter: none;
  width: 2vw;
}

.div-block-19 {
  flex-flow: column;
  width: 22px;
  display: flex;
}

.footer-dark {
  color: #dbdada;
  background-color: #3a3b3c;
  border-bottom: 1px #e4ebf3;
  padding: 50px 7% 15px;
  /* font-family: Exo, sans-serif; */
  display: block;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #d9d9da;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link2 {
  color: #d9d9da;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--orange);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  color: #dbdada;
  background-color: #e4ebf340;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  width: auto;
  height: auto;
  font-size: 14px;
  line-height: 16px;
  display: block;
}

.div-block-20 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-6 {
  width: 16vw;
}

.socialimage {
  filter: invert();
}

.div-block-21 {
  background-color: var(--orange);
  border-radius: 6px;
  width: 20%;
  height: 5px;
}

.flagimg {
  width: 30px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.div-block-22 {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  margin-left: 14px;
  display: flex;
}

.heading-5 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 8px;
  /* font-family: Rimouski Sb, sans-serif; */
  display: flex;
}

.productos {
  text-align: center;
  height: auto;
  margin-top: 87px;
  padding: 10vh 7% 12vh;
  /* font-family: Exo, sans-serif; */
  position: relative;
}

.sectiontitle {
  color: #ec6707;
  text-align: center;
  margin-bottom: 0;
  /* font-family: Exo, sans-serif; */
  font-size: 2.2vw;
}

.subtitle {
  text-align: center;
  width: 100%;
  /* margin-top: 5vh; */
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 67px;
  /* font-family: Exo, sans-serif; */
  font-size: 24px;
  font-weight: 500;
}

.subtitle.smarttips {
  text-align: center;
  width: 100%;
  margin-top: 0;
  padding: 44px 0% 6vh;
  font-size: 23px;
}

.bold-text-2 {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
}

.productswrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
}

.productcard {
  background-color: #aeb1b169;
  border: 1px solid #ec67073d;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-start;
  width: 23%;
  height: 70vh;
  padding: 8px;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: visible;
}

.productcard:hover {
  box-shadow: 0 0 2px 2px #0000005e;
}

.image-7 {
  box-sizing: border-box;
  vertical-align: baseline;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  display: inline-block;
  overflow: visible;
}

.img {
  object-fit: cover;
  margin-bottom: 0;
  display: block;
}

.productlightbox {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 6px;
  width: 100%;
  height: 28vh;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.heading-6 {
  font-size: 17px;
}

.producttitle {
  text-align: center;
  height: auto;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  display: block;
  overflow: hidden;
}

.link-2 {
  background-color: var(--orange);
  color: #fdfcfc;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  flex-flow: row;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.imglight {
  box-sizing: border-box;
  object-fit: cover;
  background-color: #f8f6f6;
  border: 1px solid #ec670761;
  border-radius: 6px;
  width: 100%;
  height: 28vh;
  display: block;
  overflow: hidden;
}

.image-8 {
  width: 14px;
}

.wrapperlink {
  background-color: var(--orange);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  display: none;
}

.prodlink {
  background-color: var(--orange);
  color: #fbf8f8;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  width: 100%;
  margin-left: 0;
  padding: 8px;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.body-2 {
  background-image: linear-gradient(#faf9f978, #faf9f978), url('../images/5594016-e1656071131636.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  overflow: visible;
}

.dropdown-list {
  background-color: #fdfbfb;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.text-span-3 {
  color: var(--orange);
}

.text-block-4 {
  margin-bottom: 63px;
  font-size: 38px;
  text-align: center;
  line-height: 37px;
}

.bold-text-3 {
  font-size: 29px;
}

.imalogo01 {
  width: 10vw;
  margin-right: 13px;
}

.youtube {
  display: none;
}

.videoswrapper {
  background-color: var(--orange);
  justify-content: center;
  align-items: center;
  padding: 12vh 7% 10vh;
  display: flex;
}

.youtubevideo {
  border-radius: 6px;
  width: auto;
  height: auto;
  margin-top: 0;
}

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

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

.link-block {
  color: #cac8c8;
  margin-top: 12px;
  text-decoration: none;
}

.image-9 {
  width: 100px;
}

.productlight {
  width: 100%;
  height: 28vh;
  display: none;
}

.text-block-7 {
  text-align: center;
  margin-bottom: 7vh;
  /* font-family: Exo, sans-serif; */
  font-size: 22px;
  font-weight: 600;
}

.text-block-8 {
  color: #141414;
  margin-left: 7px;
  /* font-family: Exo, sans-serif; */
  font-size: 1vw;
  font-weight: 700;
}

.div-block-23 {
  flex-flow: column;
  width: 9vw;
  display: flex;
}

.picswrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.image-10 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 4px;
  width: 32%;
  height: 43vh;
}

.div-block-24 {
  margin-top: 15px;
}

.div-block-25 {
  background-color: var(--orange);
  justify-content: center;
  align-items: center;
  padding-top: 6vh;
  padding-bottom: 6vh;
  display: flex;
}

.div-block-25.footer {
  margin-top: 6vh;
}

.div-block-26 {
  width: 45%;
}

.div-block-27 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-28 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.text-block-10 {
  margin-left: 9px;
  font-size: 21px;
  font-weight: 600;
  line-height: 22px;
}

.image-11 {
  object-fit: cover;
}

.categorieswrapper {
  margin-top: 32px;
}

.image-12 {
  display: none;
  overflow: hidden;
}

.div-block-29 {
  margin-bottom: 28px;
  padding-left: 7%;
  padding-right: 7%;
}

.section-8 {
  border-top: 1px solid #ec670752;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 65px;
  padding: 6vh 7% 12vh;
  display: flex;
}

.tipswrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.tipcontainer {
  background-color: #d5d4d4;
  border: 1px solid #0000000f;
  border-radius: 6px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 40px;
  padding: 36px;
  display: flex;
}

.heading-7 {
  text-align: center;
  border-bottom: 1px #0a0a0a12;
  height: auto;
  margin-top: 0;
  margin-bottom: 37px;
  padding-bottom: 8px;
  /* font-family: Exo, sans-serif; */
  font-size: 19px;
  font-weight: 400;
  line-height: 22px;
}

.gallery-overview-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block-2 {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature-2 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.gallery-grid-2 {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.youtube-2, .image-13 {
  margin-bottom: 18px;
}

.lightbox-link {
  margin-bottom: 20px;
}

.lightbox-link-2 {
  background-color: #f6f3f3;
  margin-bottom: 20px;
}

.body-3 {
  background-image: linear-gradient(#f8f5f5cf, #f8f5f5cf), url('../images/fondo.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.image-14 {
  border-radius: 6px;
}

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

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

.column-5 {
  padding-left: 20px;
}

.lightbox-link-3 {
  width: 100%;
}

.section-9 {
  height: auto;
  margin-top: 65px;
  padding: 12vh 7% 6vh;
}

.form {
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  margin-bottom: -38px;
  font-size: 16px;
  display: flex;
}

.submit-button {
  border-radius: 6px;
  width: auto;
  padding: 27px;
  /* font-family: Exo, sans-serif; */
  font-size: 18px;
  overflow: visible;
}

.menu {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: #d6b3b300;
  flex-flow: column;
  place-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 4px;
  /* font-family: Exo, sans-serif; */
  display: flex;
}

.item {
  color: #2f2e2e;
  background-color: #dad8d8;
  border-radius: 6px;
  flex: 0 auto;
  width: auto;
  max-width: 0;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 13px;
  font-size: 15px;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.link-block-2 {
  width: 100px;
  height: 30px;
}

.item2 {
  color: #252525;
  background-color: #dbd8d800;
  border: 1px solid #868585;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  max-height: none;
  margin-bottom: 2px;
  padding: 7px;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.arrow {
  z-index: 10000;
  margin-bottom: 10px;
  margin-left: -100%;
  margin-right: 10px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.image-15 {
  width: 60px;
}

.image-16 {
  width: 70px;
}

.image-17 {
  width: 34px;
  margin-bottom: 12px;
  margin-right: 5px;
}

.text-block-11 {
  height: 144px;
  /* font-family: Exo, sans-serif; */
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
}

.div-block-30 {
  border: 2px solid var(--orange);
  background-color: #ec670700;
  background-image: none;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 23px;
  display: flex;
  position: sticky;
  top: 75px;
}

.gallery-overview-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block-3 {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature-3 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.gallery-grid-3 {
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-3 {
  width: 100%;
}

.gallery-image-3.shadow-two {
  border-radius: 6px;
}

.gallery-scroll {
  background-color: #f5f7fa00;
  border-bottom: 1px #e4ebf3;
  margin-bottom: 99px;
  padding: 0;
  position: relative;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.navbar-2 {
  background-color: #fff;
  border-bottom: 1px solid #ec670733;
  justify-content: center;
  align-items: center;
  height: 6vh;
  margin-top: 10vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu-3 {
  background-color: #fff;
  width: 26%;
  height: 84vh;
  max-height: none;
  margin-top: 16vh;
  padding-left: 5px;
  padding-right: 5px;
  /* font-family: Exo, sans-serif; */
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: auto;
  box-shadow: 2px 2px 5px #0003;
  width: auto;
}

.menu-button-3 {
  background-color: var(--orange);
  border-radius: 6px;
  padding: 5px 10px;
  display: flex;
}

.menu-button-3.w--open {
  background-color: var(--orange);
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5px 10px;
  display: flex;
}

.div-block-31 {
  color: #f6f3f3;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-12 {
  margin-right: 12px;
  /* font-family: Exo, sans-serif; */
  font-size: 15px;
}

.lightbox {
  margin-bottom: 22px;
}

.div-block-32 {
  flex-flow: column;
  justify-content: space-between;
  align-items: baseline;
  width: 25%;
  display: flex;
}

.div-block-33 {
  flex-flow: wrap;
  display: flex;
}

.image-18 {
  width: 76px;
}

.div-block-34 {
  border-radius: 6px;
  margin-bottom: 33px;
}

.heading-8 {
  text-align: center;
  /* font-family: Exo, sans-serif; */
  font-size: 22px;
  font-weight: 400;
}

.section-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 65px;
  padding: 6vh 7%;
  display: flex;
}

.image-19 {
  width: 100%;
  margin-bottom: 100px;
}

.image-20 {
  margin-top: 50px;
  margin-bottom: 100px;
}

.image-21, .image-22, .image-23, .image-24 {
  margin-bottom: 100px;
}

.section-11 {
  margin-top: 65px;
  padding: 6vh 7% 10vh;
}

.kitwrapper {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.kit {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #d4d3d3;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 30%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-3 {
  text-align: center;
  /* font-family: Exo, sans-serif; */
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.button {
  text-align: center;
  border-radius: 6px;
  /* font-family: Exo, sans-serif; */
}

.column-6 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.columns {
  border-top: 1px solid #0000001a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding-top: 25px;
  display: flex;
}

.columns-2 {
  width: 100%;
  margin-bottom: 24px;
}

/* .slide-nav-2 {
  font-family: Exo, sans-serif;
} */

.slide-2 {
  background-image: url('../images/PUNTO-10.png');
  background-position: 50%;
  background-size: cover;
}

.slide-3, .slide-4, .slide-5, .slide-6, .slide-7, .slide-8, .slide-9, .slide-10, .slide-11, .slide-12, .slide-13, .slide-14, .slide-15, .slide-16, .slide-17, .slide-18, .slide-19, .slide-20, .slide-21 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

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

.slide-23, .slide-24, .slide-25 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-26 {
  background-color: #b81212;
}

.slide-27, .slide-28, .slide-29, .slide-30 {
  background-color: #b91212;
}

.slide-31 {
  background-color: #df1616;
}

.slide-32, .slide-33 {
  background-color: #e01616;
}

.slide-34, .slide-35, .slide-36, .slide-37, .slide-38, .slide-39, .slide-40, .slide-41, .slide-42, .slide-43, .slide-44, .slide-45, .slide-46, .slide-47 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-35 {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-bottom: 63px;
  display: flex;
}

.sticky {
  align-self: auto;
  width: auto;
  height: 100%;
}

.div-block-36 {
  width: 73%;
  margin-left: 2%;
}

.columns-3 {
  flex: 1;
  align-self: auto;
  width: 100%;
  margin-bottom: 34px;
  display: flex;
}

.image-25 {
  box-sizing: border-box;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.slide-nav-3, .slide-nav-4 {
  object-fit: fill;
}

.slide-nav-5 {
  object-fit: contain;
}

.slide-nav-6, .slide-nav-7 {
  object-fit: cover;
}

.slide-nav-8, .slide-nav-9 {
  object-fit: fill;
}

.slide-nav-10, .slide-nav-11 {
  object-fit: cover;
}

.slide-nav-12, .slide-nav-13 {
  object-fit: fill;
}

.slide-nav-14, .slide-nav-15 {
  object-fit: contain;
}

.slide-nav-16, .slide-nav-17 {
  object-fit: fill;
}

.slide-nav-18 {
  object-fit: contain;
}

.slide-nav-19, .slide-nav-20 {
  object-fit: cover;
}

.slider-2 {
  border-radius: 6px;
  height: 44vh;
}

.div-block-37 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-2 {
  display: none;
}

.kitswrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 58px;
  display: flex;
}

.div-block-38 {
  background-color: white;
  border: 1px solid #00000029;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-start;
  width: 31%;
  height: auto;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.heading-9 {
  color: #f8f6f6;
  text-align: center;
  background-color: #ec6707;
  background-image: linear-gradient(#ec6707ad, #ec6707ad), url('../images/5594016-e1656071131636.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-top: 0;
  padding: 7px;
  /* font-family: Exo, sans-serif; */
  font-size: 26px;
  font-weight: 400;
}

.paragraph-4 {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  /* font-family: Exo, sans-serif; */
  font-size: 16px;
  font-weight: 300;
}

.paragraph-5 {
  text-align: left;
  height: auto;
  margin-bottom: 46px;
  padding-left: 10px;
  padding-right: 10px;
  /* font-family: Exo, sans-serif; */
  line-height: 20px;
  overflow: hidden;
}

.paragraph-5-last {
  text-align: left;
  height: auto;
  margin-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  /* font-family: Exo, sans-serif; */
  line-height: 20px;
  overflow: hidden;
}

.bold-text-4 {
  text-align: left;
}

.div-block-39 {
  background-color: #e2e1e1;
  height: 2px;
  margin-bottom: 13px;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}

.text-block-13 {
  color: #ec6707;
  margin-right: 6px;
  /* font-family: Exo, sans-serif; */
  font-size: 14px;
  font-weight: 700;
}

.div-block-40 {
  justify-content: center;
  margin-top: 28px;
  margin-bottom: 14px;
  margin-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.datamailwrapper {
  box-sizing: border-box;
  aspect-ratio: auto;
  flex-flow: row;
  justify-content: center;
  /* font-family: Exo, sans-serif; */
  display: flex;
}

.text-block-14 {
  text-align: center;
  margin-bottom: 8px;
  /* font-family: Exo, sans-serif; */
  font-size: 16px;
  font-weight: 600;
}

.code-embed {
  flex-flow: column;
  justify-content: flex-start;
  width: 47%;
  height: auto;
  display: flex;
}

.text-block-15 {
  text-align: center;
  line-height: 14px;
}

.pdfimg {
  border-radius: 6px;
  width: 100%;
  height: auto;
}

.columns-4 {
  width: 100%;
}

.column-7, .column-8, .column-9 {
  padding-left: 20px;
  padding-right: 20px;
}

.copyright {
  text-align: center;
}

.code-embed-2 {
  font-size: 16px;
}

.kitimg {
  outline-offset: 0px;
  border-radius: 6px;
  outline: 1px #333;
  margin-bottom: 12px;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 0 0 4px #00000036;
}

.code-embed-3 {
  cursor: pointer;
}

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

.slide-nav-21 {
  padding-top: 45px;
  font-size: 9px;
  display: block;
  inset: auto 0% 0%;
}

.slider-3 {
  border-radius: 6px;
  height: auto;
  margin-bottom: 19px;
  margin-left: 10px;
  margin-right: 10px;
}

.sliderimg {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  position: relative;
  overflow: visible;
}

.icon {
  width: auto;
}

.columns-5 {
  width: 100%;
  margin-bottom: 22px;
}

.div-block-42 {
  border: 1px solid #00000030;
  border-radius: 6px;
  justify-content: space-around;
  align-items: center;
  height: 37px;
  margin-bottom: 10px;
  display: flex;
}

.textfield {
  color: #232323;
  /* font-family: Exo, sans-serif; */
  font-size: 15px;
}

.checkbox-label, .checkbox-label-2 {
  color: #333333a8;
  /* font-family: Exo, sans-serif; */
  font-size: 15px;
}

.fieldlabel {
  margin-bottom: 2px;
  /* font-family: Exo, sans-serif; */
  font-size: 15px;
  font-weight: 500;
}

.fieldlabel._2 {
  margin-bottom: 19px;
}

.text-field {
  color: #111010;
  border-radius: 6px;
  /* font-family: Exo, sans-serif; */
}

.radiotext, .radio-button-label {
  font-family: Exo, sans-serif;
  font-size: 15px;
}

.select {
  color: #222121;
  border-radius: 6px;
  /* font-family: Exo, sans-serif; */
  font-size: 15px;
}

.select._2 {
  background-color: var(--orange);
  color: #1e1d1d;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.subinputs {
  background-color: #f3f3f3;
  border-radius: 6px;
  margin-top: -10px;
  margin-bottom: 18px;
  padding: 4px 10px 6px;
  display: block;
}

.subinputs._2 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 6px;
}

.text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12 {
  color: var(--orange);
}

.div-block-43 {
  background-color: #fff;
  border: 1px solid #0003;
  border-radius: 6px;
  height: 38px;
}

.checks {
  border-top: 1px solid #0003;
  justify-content: flex-start;
  padding-top: 4px;
  padding-bottom: 0;
  display: flex;
}

.check {
  /* margin-right: 46px; */
  font-size: 40px;
}

.check2 {
  margin-right: 46px; 
}

/* .radiobutton {
  font-family: Exo, sans-serif;
} */

.textarea {
  color: #202020;
  /* font-family: Exo, sans-serif; */
}

.submit-button-2 {
  border-radius: 6px;
  margin-top: 0;
  padding: 20px;
  /* font-family: Exo, sans-serif; */
}

.div-block-44 {
  justify-content: center;
  align-items: center;
  margin-top: 47px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .background-video {
    height: 48vh;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .botoncotiza {
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 181px;
    margin-top: 12px;
    margin-bottom: 24px;
    margin-left: 16px;
    padding-bottom: 12px;
    display: flex;
    position: relative;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .image-2 {
    width: 100%;
  }

  .navbar {
    padding-left: 2%;
    padding-right: 2%;
  }

  .nav-menu-2 {
    background-color: #ffffff;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
    padding-bottom: 20px;
    padding-top: 45px;
    display: flex;
    z-index: 10000;
  }

  .navlink {
    width: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
  }

  .navlink.last {
    text-align: center;
    flex-flow: row;
    display: block;
  }

  .container {
    max-width: 728px;
  }

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .heading-3 {
    /* font-family: Exo, sans-serif; */
    font-size: 34px;
    line-height: 25px;
  }

  .image-4.color {
    width: 100%;
  }

  .brand {
    justify-content: center;
    align-items: center;
    width: 202px;
  }

  .itemcontainer {
    padding-left: 2%;
    padding-right: 2%;
  }

  .textcontainer {
    width: 54%;
  }

  .imgcontainer._3 {
    width: 42vw;
  }

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

  .paragraph-2 {
    font-size: 14px;
  }

  .div-block-16 {
    margin-left: 38px;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-wrapper {
    justify-content: space-between;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .div-block-20 {
    justify-content: center;
    align-items: flex-start;
  }

  .flagimg {
    margin-right: 11px;
  }

  .div-block-22 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .productos {
    padding-left: 2%;
    padding-right: 2%;
  }

  .sectiontitle {
    font-size: 35px;
  }

  .subtitle.smarttips {
    width: 100%;
    font-size: 19px;
    line-height: 27px;
  }

  .productcard {
    width: 31%;
  }

  .text-block-4 {
    text-align: center;
    margin-bottom: 16px;
    font-size: 30px;
    line-height: 37px;
  }

  .bold-text-3 {
    /* font-family: Rimouski Sb, sans-serif; */
    font-size: 23px;
    line-height: 30px;
  }

  .imalogo01 {
    width: 11vw;
  }

  .videoswrapper {
    padding-top: 6vh;
    padding-bottom: 6vh;
  }

  .column {
    padding-left: 0;
  }

  .column-2 {
    padding-right: 0;
  }

  .menu-button-2 {
    background-color: #f8f6f6;
  }

  .menu-button-2.w--open {
    color: #252424;
    background-color: #fff;
  }

  .dropdown-toggle {
    display: block;
  }

  .dropdown-toggle-2 {
    vertical-align: middle;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
  }

  .text-block-5 {
    display: inline-block;
  }

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

  .text-block-8 {
    font-size: 1.7vw;
    line-height: 17px;
  }

  .div-block-23 {
    width: 21vw;
  }

  .image-10 {
    width: 32%;
    height: 21vh;
  }

  .div-block-26 {
    width: 60%;
  }

  .div-block-28 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-10 {
    margin-left: 0;
    font-size: 12px;
  }

  .div-block-29, .section-8 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .container-3 {
    max-width: 728px;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

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

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

  .column-5 {
    padding-left: 10px;
  }

  .lightbox-link-3 {
    width: auto;
  }

  .section-9 {
    height: auto;
    padding-left: 2%;
    padding-right: 2%;
  }

  .item2 {
    justify-content: center;
    align-items: center;
    width: 80vw;
    height: auto;
    max-height: none;
  }

  .text-block-11, .div-block-30 {
    height: auto;
  }

  .container-4 {
    max-width: 728px;
  }

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

  .gallery-grid-3 {
    grid-template-rows: auto;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .section-10, .section-11 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .div-block-38 {
    width: 46%;
  }

  .code-embed {
    width: 100%;
  }

  .div-block-41 {
    text-align: left;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-10 {
    padding-left: 0;
  }

  .column-11 {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .background-video {
    height: 36vh;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .image-2 {
    width: 100%;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gallery-overview, .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .image-4 {
    width: 26vw;
  }

  .image-4.color {
    width: 100%;
  }

  .brand {
    width: 208px;
  }

  .itemcontainer {
    flex-flow: column;
  }

  .textcontainer {
    width: 100%;
  }

  .imgcontainer {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-size: contain;
    width: 100%;
    margin-top: 28px;
  }

  .imgcontainer._2 {
    background-size: contain;
  }

  .imgcontainer._3 {
    background-size: contain;
    width: 100%;
  }

  .imgcontainer._4, .imgcontainer._5, .imgcontainer._6 {
    background-size: contain;
  }

  .imgcontainer._7 {
    background-size: contain;
    width: 100%;
  }

  .imgcontainer._8, .imgcontainer._9, .imgcontainer._10 {
    background-size: contain;
  }

  .imgcontainer._1 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    width: 100%;
  }

  .text-block-3 {
    height: 12vh;
    padding: 7px;
    font-size: 18px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .div-block-20 {
    justify-content: center;
    align-items: center;
  }

  .image-6 {
    width: 26vw;
  }

  .div-block-21 {
    width: 17%;
    height: 4px;
  }

  .sectiontitle {
    font-size: 35px;
  }

  .subtitle {
    font-size: 20px;
    line-height: 27px;
  }

  .productcard {
    width: 47%;
  }

  .producttitle {
    font-size: 18px;
  }

  .text-block-4 {
    font-size: 23px;
    line-height: 29px;
  }

  .bold-text-3 {
    font-size: 17px;
    line-height: 17px;
  }

  .imalogo01 {
    width: 19vw;
  }

  .videoswrapper {
    padding-left: 2%;
    padding-right: 2%;
  }

  .youtubevideo {
    margin-bottom: 23px;
  }

  .column {
    padding-right: 0;
  }

  .column-2 {
    padding-left: 0;
  }

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

  .text-block-8 {
    font-size: 2.2vw;
  }

  .div-block-23 {
    width: 21vw;
  }

  .image-10 {
    width: 32%;
  }

  .div-block-25 {
    padding-left: 2%;
    padding-right: 2%;
  }

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

  .div-block-28 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .text-block-10 {
    margin-left: 9px;
  }

  .gallery-overview-2 {
    padding: 60px 15px;
  }

  .gallery-wrapper-2 {
    grid-auto-flow: row;
  }

  .gallery-grid-2 {
    justify-items: stretch;
  }

  .item2 {
    width: 80vw;
    max-height: none;
  }

  .div-block-30 {
    margin-bottom: 32px;
  }

  .gallery-overview-3 {
    padding: 60px 15px;
  }

  .gallery-grid-3 {
    grid-template-rows: auto;
  }

  .gallery-scroll {
    margin-bottom: 0;
    padding: 60px 15px;
  }

  .columns-3 {
    flex-flow: column;
  }

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

@media screen and (max-width: 479px) {
  
  .div-block-3 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .background-video {
    height: 63vh;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .image-2 {
    width: 100%;
  }

  .container {
    max-width: none;
  }

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

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .image-4 {
    width: 37vw;
  }

  .image-4.color {
    width: 100%;
  }

  .brand {
    width: 200px;
  }

  .text-block-3 {
    height: 7vh;
  }

  .div-block-15 {
    flex-flow: column;
  }

  .heading-4, .bold-text {
    line-height: 22px;
  }

  .div-block-16, .div-block-17 {
    margin-left: 0;
  }

  .container-2 {
    max-width: none;
  }

  .image-6 {
    width: 46vw;
  }

  .sectiontitle {
    font-size: 33px;
  }

  .subtitle {
    font-size: 18px;
    line-height: 23px;
  }

  .subtitle.smarttips {
    line-height: 27px;
  }

  .productcard {
    width: 100%;
  }

  .producttitle {
    font-size: 17px;
  }

  .imalogo01 {
    width: 27vw;
  }

  .text-block-8 {
    font-size: 3.7vw;
  }

  .div-block-23 {
    width: 35vw;
  }

  .picswrapper {
    flex-flow: column;
  }

  .image-10 {
    width: 100%;
    height: 29vh;
    margin-bottom: 18px;
  }

  .container-3 {
    max-width: none;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .container-4 {
    max-width: none;
  }

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

  .gallery-grid-3 {
    grid-template-rows: auto;
  }

  .gallery-scroll {
    margin-bottom: 0;
    padding-top: 0;
  }

  .columns-3 {
    flex-flow: column;
  }

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

  .paragraph-5 {
    margin-bottom: 52px;
  }
}

#w-node-_7c0739bb-ea87-ac1c-fe59-a8ad66d35b3d-6859850a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c0739bb-ea87-ac1c-fe59-a8ad66d35b42-6859850a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7c0739bb-ea87-ac1c-fe59-a8ad66d35b46-6859850a, #w-node-_7c0739bb-ea87-ac1c-fe59-a8ad66d35b50-6859850a, #w-node-_7c0739bb-ea87-ac1c-fe59-a8ad66d35b55-6859850a, #w-node-_162d95b5-2ebe-5607-dafd-fa679a46816f-6859850a, #w-node-_162d95b5-2ebe-5607-dafd-fa679a468181-6859850a, #w-node-_162d95b5-2ebe-5607-dafd-fa679a468182-6859850a, #w-node-_162d95b5-2ebe-5607-dafd-fa679a468183-6859850a, #w-node-_162d95b5-2ebe-5607-dafd-fa679a468184-6859850a, #w-node-_162d95b5-2ebe-5607-dafd-fa679a468185-6859850a, #w-node-_162d95b5-2ebe-5607-dafd-fa679a468186-6859850a, #w-node-_162d95b5-2ebe-5607-dafd-fa679a468187-6859850a, #w-node-_162d95b5-2ebe-5607-dafd-fa679a468188-6859850a, #w-node-_162d95b5-2ebe-5607-dafd-fa679a468189-6859850a, #w-node-_162d95b5-2ebe-5607-dafd-fa679a46818a-6859850a, #w-node-_6888adf5-bf86-3b0e-dc4c-afc5775b42c9-6859850a, #w-node-_6888adf5-bf86-3b0e-dc4c-afc5775b42d3-6859850a, #w-node-_6888adf5-bf86-3b0e-dc4c-afc5775b42dd-6859850a, #w-node-_0f3b03a6-5914-2b92-414f-44557c14604d-7c146046, #w-node-_0f3b03a6-5914-2b92-414f-44557c146061-7c146046, #w-node-_20ebb5d0-b51f-3209-15ed-e096b598ffac-b598ffa5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20ebb5d0-b51f-3209-15ed-e096b598ffb6-b598ffa5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-_20ebb5d0-b51f-3209-15ed-e096b598ffb7-b598ffa5, #w-node-_20ebb5d0-b51f-3209-15ed-e096b598ffb8-b598ffa5, #access-dash.w-node-_20ebb5d0-b51f-3209-15ed-e096b598ffba-b598ffa5, #w-node-_20ebb5d0-b51f-3209-15ed-e096b598ffbb-b598ffa5, #lead-retrieval.w-node-_20ebb5d0-b51f-3209-15ed-e096b598ffbc-b598ffa5, #w-node-_20ebb5d0-b51f-3209-15ed-e096b598ffbd-b598ffa5, #w-node-_20ebb5d0-b51f-3209-15ed-e096b598ffc0-b598ffa5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20ebb5d0-b51f-3209-15ed-e096b598ffc9-b598ffa5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#lead-retrieval.w-node-_20ebb5d0-b51f-3209-15ed-e096b598ffca-b598ffa5, #w-node-_20ebb5d0-b51f-3209-15ed-e096b598ffcb-b598ffa5, #w-node-_20ebb5d0-b51f-3209-15ed-e096b598ffce-b598ffa5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20ebb5d0-b51f-3209-15ed-e096b598ffd7-b598ffa5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#lead-retrieval.w-node-_20ebb5d0-b51f-3209-15ed-e096b598ffd8-b598ffa5, #w-node-_20ebb5d0-b51f-3209-15ed-e096b598ffd9-b598ffa5, #w-node-_20ebb5d0-b51f-3209-15ed-e096b598ffdc-b598ffa5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20ebb5d0-b51f-3209-15ed-e096b598ffee-b598ffa5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#lead-retrieval.w-node-_20ebb5d0-b51f-3209-15ed-e096b598ffef-b598ffa5, #w-node-_20ebb5d0-b51f-3209-15ed-e096b598fff0-b598ffa5, #w-node-_20ebb5d0-b51f-3209-15ed-e096b598fff3-b598ffa5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20ebb5d0-b51f-3209-15ed-e096b598fffc-b598ffa5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#lead-retrieval.w-node-_20ebb5d0-b51f-3209-15ed-e096b598fffd-b598ffa5, #w-node-_20ebb5d0-b51f-3209-15ed-e096b598fffe-b598ffa5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_7c0739bb-ea87-ac1c-fe59-a8ad66d35b3d-6859850a, #w-node-_162d95b5-2ebe-5607-dafd-fa679a46816f-6859850a, #w-node-_20ebb5d0-b51f-3209-15ed-e096b598ffac-b598ffa5, #w-node-_20ebb5d0-b51f-3209-15ed-e096b598ffc0-b598ffa5, #w-node-_20ebb5d0-b51f-3209-15ed-e096b598ffce-b598ffa5, #w-node-_20ebb5d0-b51f-3209-15ed-e096b598ffdc-b598ffa5, #w-node-_20ebb5d0-b51f-3209-15ed-e096b598fff3-b598ffa5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7c0739bb-ea87-ac1c-fe59-a8ad66d35b3d-6859850a, #w-node-_7c0739bb-ea87-ac1c-fe59-a8ad66d35b42-6859850a, #w-node-_162d95b5-2ebe-5607-dafd-fa679a46816f-6859850a, #w-node-_20ebb5d0-b51f-3209-15ed-e096b598ffac-b598ffa5, #w-node-_20ebb5d0-b51f-3209-15ed-e096b598ffb6-b598ffa5, #w-node-_20ebb5d0-b51f-3209-15ed-e096b598ffc0-b598ffa5, #w-node-_20ebb5d0-b51f-3209-15ed-e096b598ffc9-b598ffa5, #w-node-_20ebb5d0-b51f-3209-15ed-e096b598ffce-b598ffa5, #w-node-_20ebb5d0-b51f-3209-15ed-e096b598ffd7-b598ffa5, #w-node-_20ebb5d0-b51f-3209-15ed-e096b598ffdc-b598ffa5, #w-node-_20ebb5d0-b51f-3209-15ed-e096b598ffee-b598ffa5, #w-node-_20ebb5d0-b51f-3209-15ed-e096b598fff3-b598ffa5, #w-node-_20ebb5d0-b51f-3209-15ed-e096b598fffc-b598ffa5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


/* @font-face {
  font-family: 'Meragen Personal Use';
  src: url('../fonts/MERAGEN-PERSONAL-USE.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rimouski Sb';
  src: url('../fonts/rimouski-sb.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Supermolot';
  src: url('../fonts/Supermolot-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
} */