.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;
}

body {
  font-family: Montserrat, sans-serif;
  color: #333647;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Bricolage Grotesque', Montserrat, sans-serif;
  color: #333647;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}

h2 {
  font-family: 'Bricolage Grotesque', Montserrat, sans-serif;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

h3 {
  font-family: 'Bricolage Grotesque', Montserrat, sans-serif;
    }

h4 {
  font-family: 'Bricolage Grotesque', Montserrat, sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

.nav-logo {
  width: 54px;
}

.primary-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  padding: 20px 26px;
  -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: 100px;
  background-color: #ffc400;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.07);
  text-decoration: none;
}

.primary-cta.white {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 200px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #ffc400;
}

.primary-cta.white:hover {
  background-color: #ffc400;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  left: -100px;
  max-height: 100vh;
  min-width: 320px;
  padding-top: 10px;
  background-color: transparent;
}

#lang .navigation-dropdown.w--open{
  left: -32px;
  min-width: 130px;
  width: 130px;
}

.nav-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 12px;
  -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;
}

.dropdown-toggle {
  padding: 20px 20px 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333647;
  font-size: 15px;
  font-weight: 700;
}

#lang .dropdown-toggle{
  border: 1px solid #333647;
  border-radius: 50%;
  padding: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 20px 0 0;
}

#lang .dropdown-toggle:hover{
  border-color: #ffc400
}

.dropdown-toggle:hover {
  color: #ffc400;
}

.navigation {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-right {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.nav-link-details {
  color: #333647;
  font-size: 14px;
  white-space: normal;
}

.navigation-mob {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.dropdown-icon {
  width: 100%;
}

.dropdown-wrapper {
  overflow: hidden;
  min-width: 140px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 4px -19px 35px 0 rgba(32, 53, 90, 0.08), 11px 11px 30px -10px rgba(32, 53, 90, 0.15);
}

.dropdown-wrapper.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.dropdown {
  color: #5e727d;
  font-size: 16px;
}

.arrow {
  width: 15px;
}

.brand {
  margin-right: 44px;
}

.dropdown-pointer {
  position: relative;
}

.dropdown-link {
  position: relative;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link:hover {
  background-color: rgba(255, 196, 0, 0.2);
  color: #1b2d45;
}

.nav-menu-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #283338;
  font-size: 15px;
  font-weight: 500;
}

.pointer {
  position: absolute;
  left: 0%;
  top: -3%;
  right: 4%;
  bottom: auto;
  z-index: 20;
  width: 20px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dropdown-title {
  margin-bottom: 2px;
  color: #333647;
  font-size: 15px;
  font-weight: 700;
}

.navigation-container-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-link {
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #333647;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.nav-link:hover {
  color: #ffc400;
}

.nav-link.w--current {
  color: #354fe7;
  font-weight: 600;
}

.nav-link.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #1b2d45;
  white-space: nowrap;
}

.nav-link.white {
  padding-top: 10px;
  color: #6965d0;
}

.navigation-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  color: #a5acb7;
}

.navigation-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.grid-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1.4px solid transparent;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.grid-block:hover {
  border-color: #00dda0;
}

.blue-txt {
  color: #354fe7;
}

.profile-details {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.service-grid {
  margin-top: 40px;
  margin-bottom: 32px;
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature-icon {
  width: 49px;
  margin-right: 16px;
}

.small-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  margin-top: 0px;
  padding: 18px 55px;
  border-radius: 100px;
  background-color: #ffc400;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #333647;
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
}

.button:hover {
  background-color: #6965d0;
  color: #fff;
}

.button.simple {
  margin-top: 20px;
  padding: 10px 0px;
  background-color: transparent;
}

.standard-paragraph {
  margin-top: 10px;
  margin-bottom: 0px;
  color: rgba(86, 96, 115, 0.91);
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0px;
}

.standard-paragraph.center {
  display: block;
  max-width: 650px;
  color: rgba(86, 96, 115, 0.91);
  text-align: center;
}

.standard-paragraph._40-bottom-margin {
  margin-bottom: 40px;
}

.paragraph-basic {
  margin-bottom: 0px;
  color: rgba(86, 96, 115, 0.92);
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
}

.faq-title {
  display: inline-block;
  margin-bottom: 0px;
  color: #6965d0;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.flex-container.left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.horizontal-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.horizontal-flex.top {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.horizontal-flex.cta-call {
  margin-bottom: -162px;
  padding: 60px 60px 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #00c3c3;
  color: #fff;
}

.horizontal-flex.process {
  margin-bottom: 60px;
}

.hero-block {
  position: relative;
  width: 50%;
  padding-top: 20px;
  padding-right: 100px;
}

.hero {
  position: relative;
  padding-top: 160px;
  padding-bottom: 100px;
}

.soluciones {
  margin-right: 25px;
  margin-left: 0px;
  padding: 15px 30px;
  border-radius: 30px;
  background-color: #ffc400;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.soluciones:hover {
  background-color: #a5acb7;
}

.soluciones.aqua {
  background-color: #00c3c3;
}

.soluciones.aqua:hover {
  background-color: #a5acb7;
}

.margin-top {
  margin-top: 40px;
  margin-bottom: 20px;
}

.play-button {
  position: static;
  left: -50px;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-top: 0px;
  margin-left: 0px;
  -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: 100%;
  background-color: #fff;
  background-image: url('../images/play.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  box-shadow: 1px 0 10px 0 rgba(51, 54, 71, 0.23);
  -webkit-transition: all 300ms cubic-bezier(.215, .61, .355, 1);
  transition: all 300ms cubic-bezier(.215, .61, .355, 1);
}

.play-button:hover {
  background-color: #ffc400;
  background-image: url('../images/play-hover.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.video-clips{
  border-radius: 30px;
}

.fondo-hero {
  position: absolute;
  left: auto;
  top: -40px;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 50%;
  height: auto;
  border-bottom-left-radius: 200px;
}

.portafolio {
  margin-top: 100px;
  margin-bottom: 100px;
}

.tri-child {
  width: 30%;
  margin-right: 30px;
  margin-left: 30px;
}

.video {
  border-radius: 40px;
}

.portfolio-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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-radius: 20px;
  background-color: #ffc400;
}

.play-portfolio {
  position: absolute;
  left: 38%;
  top: 31%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-top: 0px;
  margin-left: 0px;
  -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: 100%;
  background-color: #fff;
  box-shadow: 1px 0 10px 0 rgba(51, 54, 71, 0.23);
}

.hover-porfolio {
  position: absolute;
  margin-top: -140px;
  width: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  font-weight: 700;
}

.tags {
  margin-top: -10px;
  color: #a5acb7;
  font-size: 14px;
  text-transform: uppercase;
}

.logos-clientes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.clientes {
  width: 160px;
  margin: 5px 15px 20px;
}

.div-block {
  width: 30%;
}

.primary-cta-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  padding: 20px 26px;
  -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: 100px;
  background-color: #fff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.07);
  text-decoration: none;
}

.primary-cta-2.btn-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-left: 0px;
  padding: 40px 0px 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  font-weight: 600;
  text-align: left;
}

.features-grid-wrapper {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.feature-text {
  margin-bottom: 0px;
  color: rgba(86, 96, 115, 0.7);
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0px;
}

.feature-text-block {
  padding-top: 25px;
  padding-right: 60px;
  padding-bottom: 25px;
}

.feature-image-1 {
  display: block;
  width: 100%;
  max-width: 540px;
}

.content-section {
  padding: 100px 3% 60px;
}

.feature-text-block-2 {
  padding: 25px 0px 25px 60px;
}

.h2 {
  margin-bottom: 14px;
  color: #3e414f;
  font-size: 29px;
  line-height: 1.3;
}

.h2.blue {
  color: #00c3c3;
}

.nav-link-2 {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #5e727d;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #00dda0;
}

.nav-link-2.w--current {
  color: #354fe7;
  font-weight: 600;
}

.nav-link-2.blue-txt {
  color: #6965d0;
  font-weight: 600;
}

.nav-link-2.blue-txt:hover {
  color: #ffc400;
}

.flex-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.blue {
  color: #00c3c3;
}

.yellow {
  color: #ffc400;
}

.purple {
  color: #6965d0;
}

.pink {
  color: #ee71a8;
}

.heading {
  margin-bottom: 20px;
  line-height: 38px;
}

.testimonios {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.testimonio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 60px 40px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(51, 54, 71, 0.23);
}

.img-testimonio {
  width: 80px;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slider {
  width: 70%;
  height: 380px;
  margin-top: 40px;
  background-color: transparent;
}

.profile-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile-image {
  margin-right: 25px;
  border-radius: 100px;
}

.slide {
  padding: 15px 20px 20px;
}

.fondo-testimonios {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 280px;
  background-color: #ffc400;
}

.lightbox-link {
  width: 100px;
  height: 100px;
}

.lightbox-link.play-hero {
  margin-top: -40px;
  margin-left: -50px;
}

.center {
  text-align: center;
}

.section-title {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.grid-wrapper-copy {
  margin-top: 40px;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer {
  padding-top: 220px;
  padding-bottom: 0px;
  background-color: rgba(165, 172, 183, 0.27);
}

.cta {
  position: relative;
  z-index: 999;
  margin-top: 60px;
}

.text-cta {
  width: 60%;
  margin-right: 20px;
}

.white {
  color: #fff;
}

.text-span {
  color: #333647;
}

.footer-link {
  display: block;
  margin-bottom: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333647;
  text-decoration: none;
}

.footer-link:hover {
  color: #6965d0;
  font-weight: 700;
}

.footer-bold {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.footer-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 80px;
}

.redes-block {
  width: 25%;
}

.copy-right {
  margin-top: 40px;
  padding-top: 15px;
  padding-bottom: 5px;
  background-color: #6965d0;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.paragraph {
  text-align: center;
}

.copyright-link {
  color: #ffc400;
  font-weight: 700;
  text-decoration: none;
}

.hero-block-50 {
  position: relative;
  width: 50%;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.big-number {
  color: #ffc400;
  font-size: 70px;
}

.video-reel {
  position: relative;
  margin-top: 80px;
}

.reel {
  overflow: hidden;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  border-radius: 20px;
  box-shadow: 1px 1px 10px 0 rgba(51, 54, 71, 0.26);
}

.fondo-reel {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 15%;
  z-index: -1;
  height: 350px;
  background-color: #ffc400;
}

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

.process-text {
  width: 60%;
  padding-right: 20px;
  padding-left: 20px;
}

.process-img {
  width: 40%;
  padding-right: 20px;
  padding-left: 20px;
}

.spacer {
  height: 20px;
}

.bol {
  margin-top: 20px;
  color: rgba(51, 54, 71, 0.63);
  font-weight: 700;
}

.button-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  min-width: 170px;
  margin-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
}

.circle-contain {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  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;
}

.button-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  -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: 50px;
  background-color: #ffc400;
}

.image-3 {
  position: absolute;
  left: 18px;
  top: 14px;
  bottom: 0px;
  width: 15px;
}

.button-t {
  position: absolute;
  margin-left: 55px;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.button-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
}

.button-wrap-large {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  min-width: 170px;
  margin-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
}

.simple-btn {
  margin-top: 20px;
  padding: 0px 0px 5px;
  background-color: transparent;
  color: #333647;
  font-weight: 700;
  text-decoration: none;
}

.text-block {
  text-decoration: none;
}

.decor-btn {
  width: 0px;
  height: 4px;
  margin-top: 5px;
  border-radius: 8px;
  background-color: #ffc400;
}

.text-block-2 {
  margin-left: -10px;
  padding-right: 10px;
  padding-left: 10px;
}

.banner-center {
  margin-top: 140px;
}

.contacto {
  margin-top: 80px;
}

.grid-contacto {
  width: 100%;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.top-legal {
  margin-top: 100px;
  margin-bottom: 40px;
  padding-top: 59px;
  padding-bottom: 59px;
  background-color: #ffc400;
}

.mobile-banner {
  display: none;
}

@media screen and (min-width: 1280px) {
  .primary-cta {
    padding-left: 4px;
    border-radius: 15px;
  }

  .dropdown-toggle {
    padding-left: 15px;
  }

  .navigation-container {
    max-width: 1250px;
  }

  .button {
    margin-top: 10px;
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 100px;
    background-color: #ffc400;
    font-weight: 700;
  }

  .button:hover {
    background-color: #6965d0;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .horizontal-flex {
    max-width: 1250px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-block {
    width: 50%;
  }

  .hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80vh;
    padding-top: 140px;
    padding-bottom: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-block-50 {
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .nav-logo {
    width: 220px;
  }

  .navigation {
    display: none;
  }

  .navigation-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 85px;
    padding-right: 3%;
    padding-left: 3%;
    -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;
    border-bottom: 1px solid rgba(68, 85, 103, 0.11);
  }

  .mobile-nav-link {
    width: 100%;
  }

  .mobile-nav-link.cta-nav {
    background-color: #00c3c3;
    color: #fff;
    font-weight: 700;
  }

  .mobile-nav {
    padding-top: 15px;
    background-color: #fff;
    box-shadow: 42px 42px 55px 0 rgba(32, 53, 90, 0.09);
  }

  .nav-menu-2 {
    display: none;
  }

  .navigation-container-mob {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu-mob {
    border-radius: 100px;
    background-color: #fafafa;
    color: #000;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #ffc400;
  }

  .navigation-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .grid-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .service-grid {
    width: 100%;
    max-width: 630px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .feature-icon {
    width: 45px;
  }

  .small-blocks {
    margin-bottom: 12px;
  }

  .standard-paragraph {
    font-size: 17px;
  }

  .flex-container.left {
    padding-left: 20px;
  }

  .hero-block {
    padding-right: 60px;
    padding-left: 20px;
  }

  .soluciones {
    margin-right: 10px;
  }

  .tri-child {
    margin-right: 10px;
    margin-left: 10px;
  }

  .clientes {
    width: 130px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .features-grid-wrapper {
    grid-column-gap: 40px;
  }

  .feature-image-block {
    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;
  }

  .content-section {
    padding-top: 0px;
    padding-bottom: 60px;
  }

  .feature-text-block-2 {
    padding-left: 0px;
  }

  .h2 {
    font-size: 23px;
  }

  .grid-wrapper-copy {
    margin-top: 20px;
    grid-column-gap: 40px;
  }

  .cta {
    margin-right: 20px;
    padding-left: 20px;
  }

  .fondo-reel {
    height: 180px;
  }

  .grid-contacto {
    width: 90%;
  }

  .top-legal {
    margin-top: 85px;
  }

  .mobile-banner {
    display: none;
  }

  .steps {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .button {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .horizontal-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .horizontal-flex.top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .horizontal-flex.cta-call {
    padding-right: 20px;
    padding-left: 20px;
  }

  .horizontal-flex.process.mobile-inv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .hero-block {
    width: 100%;
    padding-right: 20px;
  }

  .hero {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .fondo-hero {
    display: none;
  }

  .portafolio {
    margin: 60px 0px 40px;
    padding-right: 40px;
    padding-left: 20px;
  }

  .tri-child {
    width: 90%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    text-align: center;
  }

  .logos-clientes {
    width: 100%;
    margin-bottom: 60px;
    padding-left: 20px;
  }

  .clientes {
    width: 150px;
  }

  .div-block {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .feature-text-block {
    padding-top: 0px;
    padding-right: 0px;
  }

  .feature-image-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .feature-image-block {
    margin-bottom: 0px;
  }

  .content-section {
    padding-bottom: 10px;
  }

  .feature-text-block-2 {
    padding-left: 0px;
  }

  .testimonio {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .slider {
    width: 90%;
    height: 400px;
    margin-top: 20px;
  }

  .lightbox-link.play-hero {
    top: 0
  }

  .section-title {
    width: 90%;
  }

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

  .text-cta {
    width: 90%;
    padding-bottom: 20px;
    text-align: center;
  }

  .footer-block {
    text-align: center;
    margin-right: 0;
  }

  .redes-block {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .hero-block-50 {
    width: 100%;
  }

  .reel {
    width: 90%;
  }

  .process-text {
    width: 90%;
  }

  .process-img {
    width: 90%;
  }

  .mobile-banner {
    display: block;
  }

  #w-node-f828be03aff8-17b71fff{
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 34px;
    line-height: 38px;
  }

  h2 {
    font-size: 29px;
    line-height: 32px;
  }

  .nav-logo {
    width: 170px;
  }

  .grid-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blue-txt {
    text-align: center;
  }

  .button {
    text-align: center;
  }

  .paragraph-basic {
    font-size: 14px;
    line-height: 22px;
  }

  .horizontal-flex.cta-call {
    padding-top: 40px;
    padding-right: 10px;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .soluciones {
    margin-bottom: 20px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .portafolio {
    margin-bottom: 20px;
  }

  .logos-clientes {
    margin-bottom: 20px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .clientes {
    width: 40%;
  }

  .feature-text-block {
    padding-top: 0px;
  }

  .feature-image-block {
    margin-bottom: 0px;
  }

  .content-section {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .feature-text-block-2 {
    padding-top: 0px;
  }

  .testimonios {
    padding-top: 20px;
  }

  .testimonio {
    padding-top: 40px;
    padding-right: 25px;
    padding-left: 25px;
  }

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

  .profile-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .profile-image {
    margin-bottom: 15px;
  }

  .section-title {
    width: 90%;
  }

  .proceso {
    margin-top: 60px;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 38px;
  }

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

  .steps {
    margin-bottom: 20px;
  }
}

#w-node-140ef0d0d291-17b71fff {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-140ef0d0d293-17b71fff {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-140ef0d0d29f-17b71fff {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-140ef0d0d2b4-17b71fff {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f828be03aff8-17b71fff {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f828be03affa-17b71fff {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f828be03b016-17b71fff {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f828be03b018-17b71fff {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c586d04c1550-ca1d4b6c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c586d04c1552-ca1d4b6c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c586d04c1560-ca1d4b6c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c586d04c156e-ca1d4b6c {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c586d04c1550-d424fb48 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c586d04c1552-d424fb48 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c586d04c1560-d424fb48 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c586d04c156e-d424fb48 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.testimonios h2 {
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  #w-node-140ef0d0d293-17b71fff {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-140ef0d0d29f-17b71fff {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  #w-node-f828be03b008-17b71fff {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  #w-node-f828be03b018-17b71fff {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  #w-node-f828be03b019-17b71fff {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  #w-node-c586d04c1560-ca1d4b6c {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  #w-node-c586d04c1560-d424fb48 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  #w-node-abe2db2d6df7-daef55b6 {
    -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-459f2188e3af-daef55b6 {
    -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;
  }
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-regular-webfont.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-bold-webfont.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}