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

.heroe {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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 {
  margin-top: 5%;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 5em;
  font-weight: 300;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.links {
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #fff;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  text-decoration: none;
}

.section {
  display: block;
  height: 100vh;
  -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;
}

.section._1 {
  background-image: url("../images/hand-painted-watercolor-background.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.section._2 {
  background-color: #b1957d;
}

.section._3 {
  height: auto;
}

.section.flor {
  height: auto;
  padding-top: 10%;
  padding-bottom: 10%;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 15%;
  padding-left: 15%;
  -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;
}

.container._2 {
  padding-right: 0%;
  padding-left: 0%;
}

.container.flor {
  background-image: url("../images/Recurso-3We.page.png");
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.container.flor.phone {
  display: none;
}

.paragraph {
  margin-top: 2.5%;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.paragraph._2 {
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
}

.paragraph._3 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.grid {
  width: 60%;
  margin-top: 2.5%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.div-block-2 {
  border-left: 0.2px solid #000;
}

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

.grid-2.phone {
  display: none;
}

.div_foto {
  height: 100%;
  background-image: url("../images/NAWe.page.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-2 {
  font-family: "Avoda free trial", sans-serif;
  color: #244441;
  font-size: 4em;
  line-height: 60px;
  font-weight: 300;
  text-align: center;
}

.paragraph-2 {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

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

.boton {
  margin-right: 15px;
  margin-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #9a592d;
  border-radius: 20px;
  background-color: transparent;
  color: #244441;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 5%;
  padding-left: 5%;
  -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-image: url("../images/Color2We.page.png");
  background-position: 50% 50%;
  background-size: cover;
}

.grid-3 {
  width: 100%;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.div-block-4 {
  background-image: url("../images/HaciendaWe.page.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.paragraph-width-medium {
  max-width: 60vw;
  margin-right: auto;
  margin-left: auto;
}

.full-frame-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  padding-right: 5vw;
  padding-bottom: 3vw;
  padding-left: 5vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.full-frame-image-wrapper.homepage {
  background-image: url("../images/panel-mas-05.jpg");
  background-position: 0px 0px;
  background-size: auto;
}

.heading-wrapper {
  padding-bottom: 50px;
}

.heading-wrapper.centered {
  text-align: center;
}

.heading-wrapper.inner-spacing {
  padding-left: 5vw;
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 144px;
}

.section-2.no-bottom-padding {
  padding-bottom: 0px;
}

.container-2 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15%;
  padding-left: 15%;
}

.light {
  display: none;
  color: #fafaf8;
}

.grid-split-section {
  grid-row-gap: 144px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-split-section._2row {
  grid-row-gap: 96px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.button {
  padding: 16px 96px 16px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #3c3a34;
  background-color: #3c3a34;
  background-image: url("../images/dark_btn_arrow.svg");
  background-position: 86% 42%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: background-position 300ms ease;
  transition: background-position 300ms ease;
  color: #fafaf8;
  text-align: left;
  cursor: pointer;
}

.button:hover {
  background-position: 90% 42%;
}

.button.secondary {
  padding-left: 0px;
  border-style: none;
  background-color: transparent;
  background-image: url("../images/light_btn_arrow.svg");
  color: #3c3a34;
}

.feature-paragraph {
  margin-bottom: 0px;
  font-family: "Avoda free trial", sans-serif;
  font-size: 4em;
  line-height: 140%;
  text-align: center;
}

.feature-paragraph.verde {
  margin-bottom: 15px;
  color: #244441;
}

.btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-container.right-padding {
  padding-left: 5%;
}

.heading-8 {
  font-family: Lato, sans-serif;
  font-size: 2em;
  text-align: center;
}

.paragraph-3 {
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: justify;
}

.grid-4 {
  width: 100%;
  padding-top: 10%;
  padding-bottom: 10%;
  grid-column-gap: 25px;
  grid-row-gap: 20px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.js-clock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.js-clock.phone {
  display: none;
}

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal,
    sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.clock-number {
  font-family: Lato, sans-serif;
  color: #9a592d;
  font-size: 4em;
  line-height: 70px;
}

.clock-label {
  margin-right: -5px;
  font-family: "Avoda free trial", sans-serif;
  color: #244441;
  font-size: 2.5em;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-copy {
  display: block;
  height: 100vh;
  -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;
}

.section-copy._1 {
  background-image: url("../images/hand-painted-watercolor-background.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.section-copy._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  background-color: #b1957d;
}

.section-copy._3 {
  height: auto;
}

.d-128-section-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-128-author-text {
  color: #383a47;
  text-transform: none;
}

.browser-dot {
  width: 10px;
  height: 10px;
  margin-right: 3px;
  margin-left: 3px;
  border-radius: 50%;
  background-color: #fc615d;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.demo-arrow-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
  border-radius: 100px;
  background-color: #4d16dd;
  text-decoration: none;
  cursor: pointer;
}

.demo-arrow-wrapper.next {
  margin-right: 10px;
  margin-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.inner-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -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: #e6e7e8;
}

.browser-demo {
  position: relative;
  display: none;
  overflow: hidden;
  width: 500px;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  background-color: #1a1a1a;
  background-image: none;
}

.d-128-3d-card-wrapper {
  position: relative;
  overflow: visible;
  width: 400px;
  height: 300px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  cursor: pointer;
}

.demo-btn-wrapper-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  background-color: #4d16dd;
}

.clone-instructions-panel {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -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;
}

.d-128-content-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #aac6fc;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.learn-ui-panel-right-arrow {
  position: relative;
}

.demo-btn-text {
  position: relative;
  z-index: 1;
  padding: 15px 30px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.33);
  color: #fff;
  font-size: 1.25rem;
  text-decoration: none;
}

.demo-btn-text.f-1 {
  position: static;
  z-index: 1;
  padding: 8px 15px;
  border-style: none;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.demo-btn-text.f-1.ui-design {
  padding-right: 5px;
  padding-left: 5px;
}

.demo-heading.h2 {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  letter-spacing: 1px;
}

.demo-heading.h2.popup {
  display: block;
  padding-right: 40px;
  padding-left: 40px;
  color: #333;
  font-size: 25px;
  line-height: 35px;
}

.demo-heading.h1 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 0px;
  margin-bottom: 9px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 1px;
  text-transform: none;
}

.demo-heading.h1.popup {
  margin-top: 0px;
  color: #333;
  font-size: 50px;
  line-height: 60px;
}

.d-128-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url("../images/Captura-de-Pantalla-2022-05-04-a-las-16.33.00.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.d-128-image._2 {
  background-image: url("../images/abstract-7.png");
  background-size: cover;
}

.d-128-image._3 {
  background-image: url("../images/popularity.png");
  background-size: cover;
}

.demo-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 70px;
  -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: 5px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#4d16dd),
    to(#ff47f9)
  );
  background-image: linear-gradient(90deg, #4d16dd, #ff47f9);
  text-decoration: none;
}

.demo-btn.f-1 {
  margin: 0px;
  padding-top: 0px;
  padding-right: 15px;
  padding-left: 15px;
  border: 1px solid #000;
  border-radius: 25px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#4d16dd),
    to(#ff47f9)
  );
  background-image: linear-gradient(90deg, #4d16dd, #ff47f9);
}

.instructions-wrapper {
  position: absolute;
  left: auto;
  top: -100px;
  right: auto;
  bottom: auto;
  display: none;
  margin-top: auto;
  margin-left: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.panel-button-wrapper {
  width: 150px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.demo-left-arrow-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.browser-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #e2e2e2;
}

.d-128-h3-card-heading {
  margin-bottom: 0px;
  font-family: Inconsolata, monospace;
  color: #383a47;
  font-size: 28px;
  font-weight: 700;
  text-transform: none;
}

.demo-p.main {
  display: block;
  max-width: 350px;
  margin-right: 60px;
  padding-right: 60px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.demo-p.main.popup {
  max-width: none;
  margin-right: 30px;
  margin-bottom: 0px;
  margin-left: 30px;
  padding-right: 50px;
  padding-left: 50px;
  color: #333;
  line-height: 20px;
  text-align: center;
}

.demo-p.arrow {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-bottom: 10px;
  font-size: 19px;
  text-align: left;
}

.learn-ui-panel {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -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;
}

.d-128-image-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  background-color: #f6df49;
}

.d-128-image-wrapper._3 {
  background-color: #7fd6c2;
}

.d-128-image-wrapper._2 {
  background-color: #e0719e;
}

.panel-text-wrapper {
  width: 600px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.demo-right-arrow-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.demo-wrapper {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0%;
  -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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.separator {
  width: 80px;
  height: 2px;
  margin-bottom: 15px;
  background-color: #fff;
}

.separator.popup {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  background-color: #101010;
}

.demo-main-text-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 99;
  display: none;
  width: 500px;
  height: auto;
  margin-top: 100px;
  margin-right: 0px;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.demo-arrow-text {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.d-128-button {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
  background-color: #383a47;
  color: #f3f6e5;
  letter-spacing: 2px;
}

.image-2 {
  position: relative;
  margin-top: 0px;
  margin-right: 0px;
}

.demo-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.image-3 {
  margin-right: 15px;
  margin-left: 15px;
}

.demo-close-div {
  display: block;
}

.demo-close-div.popup {
  position: absolute;
  top: 100px;
  right: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.close-line {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
}

.close-line.rotate {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.close-line.rotate.popup {
  background-color: #333;
}

.close-line.popup {
  background-color: #333;
}

.service-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  -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;
  color: #6b6b6b;
  text-decoration: none;
}

.service-item-wrapper:hover {
  color: #6b6b6b;
}

.home-services-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 100%;
  background-color: transparent;
}

.bg.page-lines-wrapper {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
}

.link-underline-wrapper {
  display: inline-block;
  color: #020202;
  line-height: 1.111em;
  font-weight: 700;
}

.link-underline-wrapper.color-neutral-100 {
  color: #fff;
}

.subtitle {
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: 0.06em;
}

.subtitle.color-neutral-500 {
  color: #b1b1b1;
}

.slide-right-arrow {
  left: auto;
  top: -138px;
  right: 0px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 68px;
  max-height: 68px;
  min-height: 68px;
  min-width: 68px;
  -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-style: solid;
  border-width: 1.5px;
  border-color: #9a592d;
  border-radius: 1000px;
  -webkit-transition: border-color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, transform 300ms ease;
  transition: border-color 300ms ease, transform 300ms ease,
    -webkit-transform 300ms ease;
  font-size: 15px;
  line-height: 1em;
}

.slide-right-arrow:hover {
  border-color: #6b6b6b;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.container-default {
  position: relative;
  z-index: 2;
  max-width: 1291px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.title.color-neutral-100 {
  color: #fff;
}

.title.color-neutral-100.home-services {
  margin-bottom: 36px;
  font-family: "Avoda free trial", sans-serif;
  color: #000;
  font-size: 4em;
  text-align: center;
}

.title.h3-size {
  color: #020202;
  font-size: 28px;
  line-height: 1.286em;
  font-weight: 700;
}

.title.h3-size.home-services {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

.underline-wrapper {
  overflow: hidden;
  width: 100%;
  max-height: 2px;
  min-height: 2px;
  margin-top: 10px;
  background-color: #b1b1b1;
}

.underline-wrapper.dark {
  background-color: #333;
}

.page-lines-outside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 87.5%;
  height: 100%;
  max-width: 1245px;
  min-height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}

.page-lines-outside.dark {
  border-right-color: #333;
  border-left-color: #333;
}

.image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-wrapper.service-item {
  width: 100%;
  margin-bottom: 10px;
}

.underline {
  width: 100%;
  max-height: 2px;
  min-height: 2px;
  background-color: #020202;
}

.underline.bg-neutral-100 {
  background-color: #9a592d;
}

.paragraph-4.service-item {
  margin-bottom: 40px;
}

.paragraph-4.service-item.home-services {
  width: 100%;
  margin-bottom: 20px;
  color: #b1b1b1;
  font-size: 12px;
}

.paragraph-4.color-neutral-400 {
  color: #e6e6e6;
}

.paragraph-4.color-neutral-400.home-services {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 16px;
}

.image.service-item {
  width: 95%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-lines-inside {
  width: 34%;
  height: 100%;
  min-height: 100%;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}

.page-lines-inside.dark {
  border-right-color: #333;
  border-left-color: #333;
}

.slide-nav {
  display: none;
}

.home-service-slide {
  width: 31.4%;
  margin-right: 15px;
  margin-left: 15px;
}

.slide-left-arrow {
  left: auto;
  top: -138px;
  right: 92px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-height: 68px;
  min-height: 68px;
  min-width: 68px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1.5px;
  border-color: #9a592d;
  border-radius: 1000px;
  -webkit-transition: border-color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, transform 300ms ease;
  transition: border-color 300ms ease, transform 300ms ease,
    -webkit-transform 300ms ease;
  color: #244441;
  font-size: 15px;
  line-height: 1em;
}

.slide-left-arrow:hover {
  border-color: #6b6b6b;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.section-3 {
  position: relative;
  z-index: 1;
  padding-top: 144px;
  padding-bottom: 144px;
  background-color: #f2f1ee;
}

.section-3.padding-240px {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section-3.padding-240px.bg-neutral-800 {
  padding: 50px 10%;
  background-color: transparent;
}

.home-services-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-bottom: 67px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block {
  min-height: 20px;
  min-width: 20px;
  background-image: url("../images/arrow-left.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: transparent;
}

.text-block-2 {
  color: #000;
}

.text-block-3 {
  color: #000;
}

.text-block-4 {
  color: #000;
}

.input {
  min-height: 10px;
  margin-bottom: 0px;
  padding: 0px 0px 5px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #b1b1b1;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #020202;
  font-size: 14px;
  line-height: 2.111em;
  font-weight: 300;
}

.input:hover {
  border-bottom-color: #020202;
}

.input:focus {
  border-bottom-color: #020202;
  color: #020202;
}

.input::-webkit-input-placeholder {
  color: #6b6b6b;
}

.input:-ms-input-placeholder {
  color: #6b6b6b;
}

.input::-ms-input-placeholder {
  color: #6b6b6b;
}

.input::placeholder {
  color: #6b6b6b;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 5%;
  font-family: Lato, sans-serif;
  font-size: 65px;
  line-height: 70px;
}

.success-message {
  margin-top: 20px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.error-message {
  margin-top: 20px;
  padding: 20px;
  background-color: #ff282b;
  color: #fff;
  text-align: center;
}

.text-block-5 {
  color: #333;
}

.rvsp {
  height: 100vh;
  background-color: #efebea;
}

.rvsp.tel {
  background-color: transparent;
}

.rvsp.tel {
  background-image: url("../images/Flores2WE.png");
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 80%;
  padding: 5%;
  -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: #fff;
  box-shadow: 1px 1px 3px 0 #000;
}

.contact-form {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.container-3.auto {
  height: 100%;
}

.field-label-2 {
  font-size: 16px;
  font-weight: 500;
}

.contact-form-block {
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bot-n-enviar-formulario {
  border: 1px none #000;
  border-radius: 20px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 10px;
  font-weight: 800;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 5%;
  font-size: 65px;
  line-height: 70px;
}

.icon-button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #f8f8f8;
  font-size: 0.8rem;
  font-weight: 500;
  text-decoration: none;
}

.icon-button-2:hover {
  opacity: 0.65;
}

.icon-button-2.rotate-icon {
  margin-right: 25px;
}

.sandwich-button-text {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 300;
  text-transform: capitalize;
}

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

.section-header {
  margin-bottom: 3.7rem;
  font-weight: 700;
}

.section-header.contact {
  margin-bottom: 0.4rem;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 4em;
}

.submit-button {
  display: block;
  width: 100%;
  margin-top: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.submit-button:hover {
  -webkit-transform: scale3d(1, 1.1, 1);
  transform: scale3d(1, 1.1, 1);
}

.button-icon-2 {
  width: 17px;
}

.error-message-2 {
  width: 100%;
  font-weight: 400;
}

.bottom-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 1px;
  margin-bottom: -2px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 5px;
  background-color: #000;
}

.underline-button {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 14px;
  margin-left: 14px;
  padding: 5px;
  -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;
}

.section-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.1rem;
  -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;
}

.icon-button-text {
  color: #d1d1d1;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
}

.top-line {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1px;
  margin-bottom: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #000;
  direction: rtl;
}

.sandwich-button {
  position: relative;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  color: #000;
  text-decoration: none;
}

.button-icon-outline-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f8f8f8;
  border-radius: 100px;
}

.contact-info-wrap-2 {
  position: relative;
  display: none;
}

.success-message-2 {
  background-color: transparent;
}

.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-back-image {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 7% 20rem;
  -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-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(hsla(0, 0%, 81.3%, 0.32)),
      to(hsla(0, 0%, 81.3%, 0.32))
    ),
    url("../images/K1R0035_Tamara_Velazquez_foto.jpg");
  background-image: linear-gradient(
      180deg,
      hsla(0, 0%, 81.3%, 0.32),
      hsla(0, 0%, 81.3%, 0.32)
    ),
    url("../images/K1R0035_Tamara_Velazquez_foto.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.text-block-8 {
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 3px;
}

.small-slide-header {
  margin-top: 0px;
  margin-bottom: 29px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.2rem;
  line-height: 4rem;
  font-weight: 200;
  text-align: center;
}

.text-field {
  height: 50px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
}

.text-field::-webkit-input-placeholder {
  background-color: transparent;
  color: #fff;
  font-weight: 300;
}

.text-field:-ms-input-placeholder {
  background-color: transparent;
  color: #fff;
  font-weight: 300;
}

.text-field::-ms-input-placeholder {
  background-color: transparent;
  color: #fff;
  font-weight: 300;
}

.text-field::placeholder {
  background-color: transparent;
  color: #fff;
  font-weight: 300;
}

.icon-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.3rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -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: #0e0e0e;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  min-width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #000;
  border-radius: 7px;
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.5);
}

.large-slide-header {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 200;
}

.top-line-wrap {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #000;
}

.text-block-10 {
  min-height: 20px;
  min-width: 20px;
  background-image: url("../images/arrow-right.svg");
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  color: transparent;
}

.image-4 {
  box-shadow: 1px 1px 3px 0 #000;
}

.grid-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.foto1 {
  background-image: url("../images/K1R9728_Tamara_Velazquez_foto.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto2 {
  background-image: url("../images/K1R9743_Tamara_Velazquez_foto.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.foto3 {
  background-image: url("../images/K1R9807_Tamara_Velazquez_foto-1.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.text {
  position: absolute;
  z-index: 999;
}

.paragraph-5 {
  margin-top: 5%;
  padding-top: 5px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.container-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 15%;
  padding-left: 15%;
  -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;
}

.container-copy._2 {
  padding-right: 0%;
  padding-left: 0%;
}

.container-copy.flor {
  background-image: url("../images/Recurso-3We.page.png");
  background-position: 0px 0px;
  background-size: cover;
}

.slider {
  width: 80%;
  height: 100%;
}

.slider.phone {
  display: none;
}

.arrow.close {
  display: none;
}

.slide-4 {
  background-image: url("../images/Copia-de-_K1R0714_Tamara_Velazquez_foto.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url("../images/img-4546_5_179137-158507841074270.jpeg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-nav-2 {
  font-size: 8px;
}

.section-4 {
  background-color: #fff;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2%;
  padding-bottom: 2%;
  -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;
}

.paragraph-copy {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 1.5vw;
  line-height: 160%;
  text-align: center;
}

.link_mesa {
  height: auto;
  margin-right: 15px;
  margin-left: 15px;
}

@media screen and (min-width: 1440px) {
  .section.flor {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container {
    font-size: 25px;
  }

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

  .paragraph._2 {
    font-size: 20px;
    line-height: 35px;
  }

  .heading6 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-2 {
    font-size: 3em;
    line-height: 1em;
  }

  .boton {
    font-size: 16px;
  }

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

  .paragraph-width-medium {
    max-width: 50vw;
  }

  .full-frame-image-wrapper {
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .container-2 {
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .button {
    font-size: 1.4vw;
  }

  .feature-paragraph {
    font-size: 3em;
  }

  .feature-paragraph.verde {
    font-size: 4.5em;
  }

  .card-image {
    width: 100%;
  }

  .heading-8 {
    font-size: 1.5em;
  }

  .paragraph-3 {
    font-size: 20px;
    line-height: 30px;
  }

  .clock-number {
    font-size: 5em;
  }

  .clock-label {
    margin-top: 10px;
  }

  .container-copy {
    font-size: 25px;
  }
}

@media screen and (min-width: 1920px) {
  .section-3 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-3.padding-240px {
    padding-top: 240px;
    padding-bottom: 240px;
  }
}

@media screen and (max-width: 991px) {
  .paragraph-width-medium {
    max-width: 75vw;
  }

  .full-frame-image-wrapper {
    height: 50vh;
  }

  .heading-wrapper {
    padding-bottom: 48px;
  }

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

  .grid-split-section {
    grid-row-gap: 96px;
  }

  .button {
    padding-left: 32px;
    text-align: center;
  }

  .button.secondary {
    padding-left: 32px;
    border-style: solid;
  }

  .feature-paragraph {
    font-size: 3vw;
  }

  .btn-wrapper {
    margin-top: 32px;
  }

  .d-128-section-home {
    overflow: visible;
    clear: both;
  }

  .inner-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .browser-demo {
    width: 500px;
    height: 300px;
    margin-bottom: 100px;
    -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;
  }

  .d-128-3d-card-wrapper {
    margin-bottom: 60px;
  }

  .clone-instructions-panel {
    display: none;
  }

  .demo-heading.h2.popup {
    line-height: 35px;
  }

  .demo-heading.h1.popup {
    line-height: 60px;
  }

  .instructions-wrapper {
    position: relative;
    left: -25px;
    top: 0%;
    margin-top: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .demo-left-arrow-wrapper {
    position: fixed;
  }

  .demo-p.main {
    max-width: 350px;
    margin-bottom: 40px;
    padding-right: 32px;
  }

  .demo-p.main.popup {
    line-height: 20px;
  }

  .learn-ui-panel {
    display: none;
  }

  .demo-right-arrow-wrapper {
    position: fixed;
  }

  .demo-wrapper {
    margin-top: 100px;
    margin-right: 0%;
    margin-bottom: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .demo-main-text-wrapper {
    position: absolute;
    width: 510px;
    margin-top: 100px;
    margin-right: auto;
    margin-left: 40px;
  }

  .image-2 {
    margin-right: 0px;
  }

  .demo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: auto;
    min-height: 100vh;
    clear: both;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slide-right-arrow {
    top: -128px;
  }

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

  .title.color-neutral-100.home-services {
    margin-bottom: 30px;
  }

  .image-wrapper.service-item {
    margin-bottom: 40px;
  }

  .paragraph-4.service-item {
    margin-right: 10px;
    margin-bottom: 35px;
  }

  .home-service-slide {
    width: 48.5%;
    margin-right: 30px;
  }

  .slide-left-arrow {
    top: -128px;
  }

  .section-3 {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .section-3.padding-240px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .home-services-content-top {
    margin-bottom: 60px;
  }

  .sandwich-button-text {
    font-size: 14px;
  }

  .contact-back-image {
    padding-right: 11%;
    padding-left: 11%;
  }

  .form {
    padding-right: 17px;
    padding-left: 17px;
  }

  .large-slide-header {
    font-size: 2.8rem;
  }

  .top-line-wrap {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .paragraph-width-medium {
    max-width: 100%;
  }

  .full-frame-image-wrapper {
    height: 100vh;
  }

  .heading-wrapper {
    padding-bottom: 32px;
  }

  .inner-wrapper {
    overflow: visible;
    width: 100%;
    height: 100%;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .browser-demo {
    width: 400px;
    height: 300px;
    margin-right: 110px;
    margin-bottom: 100px;
    margin-left: 110px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .clone-instructions-panel {
    display: none;
    height: auto;
  }

  .demo-btn-text.f-1 {
    font-size: 12px;
  }

  .demo-heading.h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .demo-heading.h2.popup {
    font-size: 20px;
    line-height: 30px;
  }

  .demo-heading.h1 {
    max-width: 400px;
  }

  .demo-heading.h1.popup {
    max-width: none;
    font-size: 35px;
    line-height: 45px;
  }

  .demo-btn.f-1 {
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .instructions-wrapper {
    margin-left: 0px;
  }

  .demo-p.main {
    max-width: 350px;
    margin-right: 30px;
    padding-right: 0px;
    font-size: 14px;
    line-height: 20px;
  }

  .demo-p.main.popup {
    padding-right: 0px;
    padding-left: 0px;
  }

  .learn-ui-panel {
    display: none;
    height: auto;
  }

  .panel-text-wrapper {
    overflow: visible;
    width: 100%;
    height: 420px;
    margin-top: 150px;
  }

  .demo-wrapper {
    margin-top: 100px;
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
  }

  .demo-main-text-wrapper {
    width: auto;
    margin-right: 0px;
    margin-left: 0%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .demo-container {
    display: block;
    min-height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url("../images/background.svg"),
      -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url("../images/background.svg"),
      linear-gradient(180deg, null, null);
    background-attachment: fixed, scroll;
  }

  .demo-close-div.popup {
    top: 50px;
    right: 50px;
  }

  .service-item-content {
    max-width: 431px;
  }

  .bg.page-lines-wrapper {
    display: none;
  }

  .subtitle {
    margin-bottom: 4px;
    font-size: 25px;
  }

  .slide-right-arrow {
    left: 82px;
    top: -93px;
    right: auto;
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
  }

  .title.color-neutral-100.home-services {
    margin-bottom: 25px;
  }

  .title.h3-size {
    font-size: 26px;
  }

  .image-wrapper.service-item {
    margin-bottom: 35px;
  }

  .paragraph-4.service-item {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .home-service-slide {
    width: 100%;
  }

  .slide-left-arrow {
    left: 0px;
    top: -93px;
    right: auto;
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
  }

  .section-3 {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .section-3.padding-240px {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .home-services-content-top {
    margin-bottom: 120px;
  }

  .contact-form {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .submit-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .button-icon-outline-2 {
    width: 35px;
    height: 35px;
  }

  .small-slide-header {
    line-height: 3rem;
  }

  .form {
    max-width: 450px;
    min-width: 450px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .large-slide-header {
    font-size: 2rem;
    line-height: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .heroe {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 3.5em;
  }

  .section._2 {
    height: auto;
  }

  .section.flor {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .container.flor {
    display: none;
    background-image: url("../images/Recurso-14we.page.png");
    background-position: 0% 0%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .container.flor.phone {
    display: block;
    background-image: url("../images/flo-1we.page.png");
    background-position: 0px 0px;
  }

  .grid-2 {
    display: none;
  }

  .grid-2.phone {
    display: block;
    padding-top: 0%;
    padding-bottom: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div_foto {
    height: 80vh;
  }

  .div_foto._2 {
    height: 70vh;
    background-image: url("../images/Copia-de-_K1R0714_Tamara_Velazquez_foto.jpg");
    background-position: 50% 50%;
  }

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

  .div_info {
    height: 110vh;
  }

  .full-frame-image-wrapper {
    height: 65vh;
    margin-top: 32px;
  }

  .full-frame-image-wrapper.homepage {
    background-image: url("../images/Recurso-5Luum.png"), none;
    background-position: 60% 0%, 50% 50%;
    background-size: cover, cover;
    background-attachment: scroll, fixed;
  }

  .heading-wrapper {
    padding-bottom: 8px;
  }

  .heading-wrapper.centered {
    text-align: left;
  }

  .heading-wrapper.inner-spacing {
    padding-left: 0vw;
  }

  .heading-7 {
    line-height: 18vw;
  }

  .grid-split-section {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .grid-split-section._2row {
    grid-row-gap: 24px;
  }

  .button {
    width: 100%;
    background-position: 80% 50%;
    font-size: 4.5vw;
    font-style: italic;
  }

  .button:hover {
    background-position: 86% 50%;
  }

  .feature-paragraph {
    font-size: 6.5vw;
  }

  .feature-paragraph.verde {
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11vw;
  }

  .content-container {
    margin-bottom: 56px;
  }

  .js-clock {
    display: block;
    padding-bottom: 20%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .js-clock.phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .box {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .clock-number {
    font-size: 50px;
  }

  .clock-label {
    font-size: 14px;
  }

  .section-copy._2 {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .demo-arrow-wrapper {
    margin-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .demo-arrow-wrapper.next {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .inner-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .browser-demo {
    width: 300px;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .d-128-3d-card-wrapper {
    width: 300px;
  }

  .clone-instructions-panel {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: visible;
    width: 100%;
    height: 100%;
  }

  .demo-heading.h2 {
    font-size: 15px;
    line-height: 20px;
  }

  .demo-heading.h2.popup {
    font-size: 15px;
    line-height: 20px;
  }

  .demo-heading.h1 {
    line-height: 28px;
  }

  .demo-heading.h1.popup {
    font-size: 25px;
    line-height: 35px;
  }

  .instructions-wrapper {
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .demo-left-arrow-wrapper {
    width: 50px;
  }

  .demo-p.main {
    max-width: 350px;
    margin-right: 30px;
    margin-bottom: 20px;
    padding-right: 0px;
    font-size: 14px;
  }

  .learn-ui-panel {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: visible;
    width: 100%;
    height: 100%;
  }

  .panel-text-wrapper {
    margin-top: 0px;
  }

  .demo-right-arrow-wrapper {
    width: 50px;
  }

  .demo-wrapper {
    margin-top: 100px;
    margin-right: 0px;
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .demo-main-text-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .demo-arrow-text {
    display: none;
  }

  .image-2 {
    margin-top: 0px;
    margin-right: 0px;
  }

  .image-3 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .service-item-wrapper {
    padding-left: 0px;
  }

  .link-underline-wrapper {
    font-size: 16px;
  }

  .subtitle {
    margin-bottom: 2px;
    font-size: 20px;
  }

  .slide-right-arrow {
    left: 72px;
    top: -78px;
    width: 50px;
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
  }

  .container-default {
    padding-right: 16px;
    padding-left: 16px;
  }

  .title.color-neutral-100.home-services {
    margin-bottom: 20px;
    font-size: 2.5em;
  }

  .title.h3-size {
    font-size: 23px;
  }

  .image-wrapper.service-item {
    margin-bottom: 30px;
  }

  .paragraph-4.service-item {
    margin-bottom: 25px;
  }

  .paragraph-4.color-neutral-400.home-services {
    text-align: left;
  }

  .home-service-slide {
    margin-left: 0px;
  }

  .slide-left-arrow {
    top: -78px;
    width: 50px;
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
  }

  .section-3 {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .section-3.padding-240px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .home-services-content-top {
    margin-bottom: 100px;
  }

  .heading-9 {
    font-size: 30px;
    text-align: center;
  }

  .rvsp.tel {
    height: auto;
  }

  .rvsp.tel {
    height: auto;
  }

  .div-block-5.tel {
    height: auto;
  }

  .contact-form.te {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-3 {
    height: 100%;
  }

  .container-3.auto {
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 5%;
  }

  .heading-10 {
    font-size: 30px;
    text-align: center;
  }

  .icon-button-2 {
    font-size: 0.75rem;
  }

  .sandwich-button-text {
    font-weight: 400;
  }

  .section-header.contact {
    margin-bottom: 1.4rem;
    font-size: 4rem;
  }

  .submit-button {
    margin-top: 75px;
    padding-bottom: 9px;
  }

  .underline-button {
    left: auto;
    top: 4%;
    right: 5%;
    bottom: auto;
  }

  .button-icon-outline-2 {
    margin-right: 6px;
  }

  .contact-back-image {
    padding-right: 4%;
    padding-left: 4%;
  }

  .small-slide-header {
    font-size: 1rem;
  }

  .text-field {
    margin-top: 75px;
    margin-bottom: -58px;
    border-radius: 0px;
  }

  .form {
    width: 100%;
    min-width: auto;
    margin-bottom: 6px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
  }

  .large-slide-header {
    margin-bottom: 17px;
    font-size: 1.8rem;
  }

  .grid-5 {
    display: none;
  }

  .grid-5.phone {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    height: 100%;
    -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;
  }

  .foto1 {
    width: 100%;
    height: 33.33%;
  }

  .foto2 {
    width: 100%;
    height: 33.33%;
  }

  .foto3 {
    width: 100%;
    height: 33.33%;
  }

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

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

  .slider.phone {
    display: block;
  }

  .close {
    display: none;
  }

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

  .slide-2 {
    background-image: url("../images/K1R9743_Tamara_Velazquez_foto.jpg");
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-3 {
    background-image: url("../images/K1R9807_Tamara_Velazquez_foto-1.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .paragraph-copy {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 4vw;
  }

  .link_mesa {
    margin-top: 15px;
    margin-bottom: 15px;
  }

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

#w-node-_5f4ee04d-ea4d-7436-c149-b0f16df1d78b-e0294987 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9f73fa91-6cff-7c2c-e788-0f2bd15f214f-e0294987 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0d416f13-d530-f823-55e1-883bcc09a7db-e0294987 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_718dacd0-94f9-2b92-ce4f-6aaa15a60470-e0294987 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_36ce74ff-cdec-643c-1928-d5c8253803e5-e0294987 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

#w-node-edda6f2a-fe68-4005-fab9-28d4d08b1a53-e0294987 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

#w-node-edda6f2a-fe68-4005-fab9-28d4d08b1a32-e0294987 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0d61c117-9932-6ceb-7690-1e739dd6d821-e0294987 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bae6db4f-150e-8683-3958-e8083717d224-e0294987 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_25ea596f-17a4-4fa5-5c15-a7d91db78c0a-e0294987 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_25ea596f-17a4-4fa5-5c15-a7d91db78c0f-e0294987 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (min-width: 1440px) {
  #w-node-_718dacd0-94f9-2b92-ce4f-6aaa15a60470-e0294987 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-edda6f2a-fe68-4005-fab9-28d4d08b1a32-e0294987 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_0d61c117-9932-6ceb-7690-1e739dd6d821-e0294987 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_25ea596f-17a4-4fa5-5c15-a7d91db78c0a-e0294987 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: "Avoda free trial";
  src: url("../fonts/Avoda-Free-Trial.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Saudagar";
  src: url("../fonts/Saudagar.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
