:root {
  --white: #fff;
  --black: #000;
  --gray: #8e969d;
  --montserrat: Montserrat, sans-serif;
  --light: 300;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section-home {
  width: 100vw;
  height: 100vh;
}

.background-video {
  background-image: linear-gradient(#0000001a, #0000001a);
  height: 100%;
}

.navbar-style {
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: fixed;
}

.navbar-logo {
  max-width: 50%;
}

.nav-link {
  color: var(--white);
  text-decoration: none;
  -webkit-text-decoration-color: var(--white);
  text-decoration-color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.nav-link:visited, .nav-link.w--current {
  color: var(--white);
}

.nav-link.btn-contacto {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  color: #000;
  border-radius: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  display: flex;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container {
  flex: 1;
  width: 100vw;
  max-width: 100vw;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.h1-style {
  mix-blend-mode: exclusion;
  margin-top: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 70px;
}

.h1-style.white-text {
  color: var(--white);
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 80vw;
  height: 100%;
  display: flex;
}

.h3-style {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.h3-style.white-text {
  color: var(--white);
  line-height: 40px;
}

.scroll-text {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  position: static;
}

.div-scroll-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 5% 10% auto;
}

.paragraph {
  max-width: 72.7813px;
  margin-bottom: 0;
}

.scroll-arrow {
  max-width: 30px;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.track {
  width: 100vw;
  height: 900vw;
}

.footer {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  mix-blend-mode: exclusion;
  border-top: 1px solid #8e969d;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.container-3 {
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20%;
  padding-right: 20%;
  display: flex;
}

.footer-link {
  color: var(--gray);
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-decoration: none;
  position: static;
}

.link-block {
  flex: 0 auto;
  order: 0;
  text-decoration: none;
  position: static;
  left: 0;
}

.image {
  max-width: 70%;
}

.section-nosotros {
  background-image: url('../images/vsq-background01.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
}

.container-generic {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 80vw;
  height: 100vh;
  max-height: 100vh;
  display: flex;
}

.container-2-copy {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 80vw;
  height: 100%;
  display: flex;
}

.h2-style {
  color: var(--white);
  mix-blend-mode: exclusion;
  margin-top: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 70px;
}

.section-servicios {
  background-image: url('../images/vsq-background02.jpg');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
}

.div-block {
  width: 50%;
  padding-left: 10%;
  padding-right: 5%;
}

.container-servicios {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  padding-left: 0;
  display: flex;
}

.block-black {
  background-color: var(--black);
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 40px;
  display: flex;
}

.vsquare-wrap {
  width: 100vw;
  height: 100vh;
  overflow: scroll;
}

.code-embed {
  display: none;
}

.section-contacto {
  background-image: url('../images/vsq-background03.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
}

.form-block {
  width: 60%;
}

.field-label {
  font-family: var(--montserrat);
  color: var(--white);
  font-weight: 300;
}

.text-field {
  background-color: var(--gray);
  border: 1px #000;
  border-radius: 20px;
}

.btn-style {
  border: 1px solid var(--white);
  background-color: var(--black);
  font-family: var(--montserrat);
  border-radius: 100px;
  font-weight: 300;
}

.background-video-nosotros {
  background-image: linear-gradient(#0000001a, #0000001a);
  height: 100%;
}

.body {
  background-color: var(--black);
}

.section-home-copy {
  width: 100vw;
  height: 100vh;
}

.section-nosotros01 {
  background-color: var(--black);
  background-image: url('../images/vsq-background04.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  height: 100vh;
}

.paragraph-style {
  font-family: var(--montserrat);
  color: var(--white);
  text-align: justify;
  width: 60vw;
  max-width: none;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.container-nosotros02 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80vw;
  height: 100%;
  display: flex;
}

.vsquare-logo-img01 {
  margin-bottom: 100px;
}

.slider-testimonials {
  background-color: #0000;
  height: 100%;
  display: flex;
}

.icon-slider {
  color: var(--white);
  object-fit: contain;
  width: 40px;
}

.no-margins {
  color: #9b9b9b;
  margin-top: 0;
  margin-bottom: 0;
}

.main-container {
  width: 100%;
  max-width: 1600px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-testimonial {
  font-family: var(--montserrat);
  color: var(--white);
  font-size: 32px;
  line-height: 130%;
}

.image-wrap-testimonials-4 {
  width: auto;
  height: 560px;
  position: relative;
  overflow: hidden;
}

.flex-heading-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: clip;
}

.flex-heading-left.mg-bottom-100 {
  margin-bottom: 100px;
}

.texto-titulo {
  color: #9b9b9b;
  font-size: 20px;
}

.block-testimonial {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 740px;
  padding: 40px;
  display: flex;
}

.image-testimonials {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.carousel-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.carousel-button.testimonial-left {
  color: #24201f;
  width: auto;
  position: absolute;
  inset: auto auto 0% 543px;
}

.carousel-button.testimonial-right {
  color: #24201f;
  width: auto;
  position: absolute;
  inset: auto auto 0% 590px;
}

.text-block {
  font-family: var(--montserrat);
  color: var(--white);
  font-size: 16px;
}

.text-block.paragraph-style {
  width: auto;
}

.section-equipo {
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.abstract-heading {
  object-fit: contain;
  width: 52px;
  height: 52px;
  margin-top: 4px;
  display: block;
}

.slide-nav-hidden {
  display: none;
}

.grid-testimonials {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.right-person-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-mision {
  background-image: url('../images/vsq-background05.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  height: 100vh;
}

.master-expandable-big {
  grid-row-gap: 0px;
  font-family: var(--montserrat);
  color: var(--white);
  flex-direction: column;
  display: flex;
}

.expandable-top-big {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.main-container-2 {
  width: 100%;
  max-width: 1600px;
  margin-bottom: 140px;
  padding-left: 24px;
  padding-right: 24px;
}

.expandable-bottom-big {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.grid-master-values {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
}

.h3-expandable-big {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}

.text-expanabdle-botton {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
}

.limit-wrap-feature {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 740px;
  display: flex;
}

.section-valores {
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.plus-line-big {
  background-color: var(--white);
  border-radius: 1px;
  width: 18px;
  height: 2px;
}

.plus-line-big.vertical {
  position: absolute;
  transform: rotate(-90deg);
}

.big-text {
  font-family: var(--montserrat);
  color: var(--white);
  font-size: 32px;
  line-height: 130%;
  font-weight: var(--light);
}

.plus-expand-master-big {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.expandable-single-big {
  border-top: 1px solid var(--gray);
  cursor: pointer;
  padding: 26px 0;
}

.background-video-servicios {
  background-image: linear-gradient(#0000001a, #0000001a);
  height: 100%;
}

.item-01 {
  background-image: url('../images/Web-1920-–-11.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding: 5vw;
  display: flex;
}

.item-container {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 5vw;
  display: flex;
}

.item-02 {
  background-image: url('../images/Web-1920-–-13.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding: 5vw;
  display: flex;
}

.item-03 {
  background-image: url('../images/Web-1920-–-14.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding: 5vw;
  display: flex;
}

.item-04 {
  background-image: url('../images/Web-1920-–-15.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding: 5vw;
  display: flex;
}

.item-05 {
  background-image: url('../images/Web-1920-–-16.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding: 5vw;
  display: flex;
}

.item-06 {
  background-image: url('../images/Web-1920-–-17.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding: 5vw;
  display: flex;
}

.item-07 {
  background-image: url('../images/Web-1920-–-18.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding: 5vw;
  display: flex;
}

.item-08 {
  background-image: url('../images/Web-1920-–-19.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding: 5vw;
  display: flex;
}

.item-09 {
  background-image: url('../images/Web-1920-–-20.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding: 5vw;
  display: flex;
}

.columns {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.div-hover {
  width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: clip;
}

.h3-white {
  font-family: var(--montserrat);
  color: #fff;
}

.link-portafolio {
  color: #ededed;
  text-decoration: underline;
  position: absolute;
  inset: auto 0% 10% 5%;
}

.heading-2 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.main-container-3 {
  perspective: 1000px;
  width: 100vw;
  max-width: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-portafolio {
  display: block;
}

.div-block-2 {
  text-align: left;
  background-color: #9b9b9b;
  width: 25%;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-description {
  background-color: var(--black);
  opacity: 0;
  width: auto;
  height: auto;
  padding: 0;
  transition: opacity .2s;
  position: absolute;
  overflow: visible;
}

.div-description:hover {
  opacity: .9;
  mix-blend-mode: normal;
}

.paragraph-white {
  color: #ededed;
  font-family: Montserrat, sans-serif;
}

.h4-type {
  color: #9b9b9b;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
}

.column {
  padding: 10px;
}

.background-video-portfolio {
  background-image: linear-gradient(#0000001a, #0000001a);
  height: 100%;
}

.div-row-container {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-portafolio-backup {
  display: block;
}

.div-hover-2 {
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.main-container-4 {
  width: 100%;
  max-width: 90vw;
  margin-bottom: 140px;
  padding-left: 0;
  padding-right: 0;
}

.section-portafolio-2 {
  margin-top: 100px;
  margin-bottom: 0;
}

.div-block-3 {
  text-align: left;
  background-color: #9b9b9b;
  width: 25%;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-description-2 {
  background-color: var(--black);
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  transition: opacity .2s;
  position: absolute;
}

.div-description-2:hover {
  opacity: .9;
  mix-blend-mode: normal;
}

.image-portfolio {
  width: 100%;
}

.whatsapp-btn {
  background-color: var(--black);
  border-radius: 100px;
  padding: 15px;
  position: fixed;
  inset: auto 2% 7% auto;
  box-shadow: 0 2px 5px #0003;
}

@media screen and (min-width: 1920px) {
  .script-clientify {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .section-home {
    height: 100vh;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .frame {
    flex-flow: column;
  }

  .track {
    height: auto;
  }

  .div-block {
    width: 100%;
  }

  .container-servicios {
    flex-flow: column;
  }

  .block-black {
    width: 100%;
    height: 50%;
  }

  .section-home-copy, .section-nosotros01 {
    height: 70vh;
  }

  .paragraph-style {
    width: 90vw;
  }

  .container-nosotros02 {
    max-width: 100%;
  }

  .image-wrap-testimonials-4 {
    width: 100%;
  }

  .block-testimonial {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .carousel-button.testimonial-left {
    left: 52%;
  }

  .carousel-button.testimonial-right {
    left: 62%;
  }

  .section-equipo {
    margin-top: 100px;
  }

  .grid-testimonials {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-master-values {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
  }

  .big-text {
    font-size: 24px;
  }

  .item-01, .item-02, .item-03, .item-04, .item-05, .item-06, .item-07, .item-08, .item-09 {
    height: 50vh;
  }

  .body-2 {
    background-color: var(--black);
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    height: 100vh;
  }

  .block-black {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 100px;
  }

  .form-block {
    width: 90%;
  }

  .section-nosotros01 {
    height: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .paragraph-style {
    width: 80vw;
  }

  .image-wrap-testimonials-4 {
    width: 60%;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-heading-left.mg-bottom-100 {
    margin-bottom: 72px;
  }

  .flex-heading-left.mg-bottom-100.center-landscape {
    flex-flow: column;
    margin-bottom: 72px;
  }

  .block-testimonial {
    text-align: center;
    align-items: center;
  }

  .carousel-button.testimonial-left {
    inset: 30% auto auto 0%;
  }

  .carousel-button.testimonial-right {
    inset: 30% 0% auto auto;
  }

  .section-equipo {
    height: auto;
    margin-top: 146px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .abstract-heading {
    width: 48px;
    height: 48px;
  }

  .grid-testimonials {
    text-align: center;
    flex-direction: column;
    display: flex;
  }

  .right-person-small.no-image-person {
    justify-content: flex-start;
    align-items: center;
  }

  .section-mision {
    height: auto;
  }

  .text-expanabdle-botton {
    font-size: 16px;
    line-height: 140%;
  }

  .section-valores {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-2 {
    display: none;
  }

  .body-2 {
    background-color: var(--black);
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h1-style {
    font-size: 40px;
    line-height: 50px;
  }

  .h1-style.white-text {
    font-size: 45px;
  }

  .h3-style.white-text {
    font-size: 20px;
    line-height: 30px;
  }

  .h2-style {
    font-size: 35px;
    line-height: 50px;
  }

  .block-black {
    margin-bottom: 100px;
  }

  .form-block {
    width: 90%;
  }

  .paragraph-style {
    text-align: left;
  }

  .slider-testimonials {
    margin-top: 40px;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-testimonial {
    font-size: 26px;
  }

  .image-wrap-testimonials-4 {
    height: 250px;
  }

  .flex-heading-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .flex-heading-left.mg-bottom-100.center-landscape {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .carousel-button.testimonial-left, .carousel-button.testimonial-right {
    width: 48px;
    height: 48px;
  }

  .main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .big-text {
    font-size: 22px;
  }

  .expandable-single-big {
    padding: 16px 0;
  }

  .image-2 {
    display: none;
  }

  .bold-text {
    font-size: 20px;
  }

  .main-container-3, .main-container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .form {
    width: 100%;
  }
}

#w-node-_5142ef3e-d277-24a9-fc03-d093720198d4-07cf5b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_5142ef3e-d277-24a9-fc03-d093720198d6-07cf5b6f {
  align-self: end;
}

#w-node-_5142ef3e-d277-24a9-fc03-d093720198e9-07cf5b6f, #w-node-_5142ef3e-d277-24a9-fc03-d093720198fa-07cf5b6f, #w-node-_5142ef3e-d277-24a9-fc03-d0937201990b-07cf5b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8e3984b6-4bd1-17f9-651d-8518c61f99cb-07cf5b6f {
  align-self: center;
}
