:root {
  --white: white;
  --white-5: #ffffff0d;
  --black: black;
  --secondary-light-dark: #1c1c1c;
  --dark-gray: #adadad;
  --paragraph-grey: #d8d8d8;
  --white-20: #fff3;
  --orange: #fbb666;
  --transparent: #fff0;
  --rojo: #e61d00;
  --color: #f5f5f5;
  --grey: #717171;
  --azul-dark: #0b0d29;
  --black-50: #00000080;
}

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

body {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  background-color: #fff;
  font-size: 16px;
  line-height: 1.1;
}

.navbar {
  background-color: #ddd0;
  border-bottom: 1px solid #068fff;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.responsive-on {
  background-color: #161c24;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
}

.container-lg {
  max-width: 1730px;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-button-wrapper {
  display: flex;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button {
  border: 1px solid var(--white-5);
  background-color: #068fff66;
  padding: 10px 25px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button.dos {
  background-color: var(--white);
}

.button-wrap {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.button-font {
  color: var(--black);
  font-size: 14px;
  font-weight: 500;
}

.button-font.text-color-white {
  color: var(--white);
  font-size: 14px;
  line-height: 1.4;
}

.circle-buton {
  background-color: var(--secondary-light-dark);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding-right: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-arrow {
  object-fit: cover;
  width: 16px;
  position: absolute;
}

.button-arrow._01, .button-arrow._02 {
  width: 12px;
}

.image {
  width: 16px;
}

.button-bg {
  background-color: var(--white);
  border-radius: 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  inset: -17% auto auto -4%;
}

.home-one-hero {
  padding-top: 300px;
  padding-bottom: 260px;
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container.hero-container {
  z-index: 4;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.home-one-hero-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-one-hero-text {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.home-one-hero-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 570px;
  display: flex;
}

.small-heading-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.small-heading {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.small-heading.text-color-blue {
  color: var(--white-5);
  padding-top: 1px;
}

.text-color-white {
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 70px;
}

.text-color-white.margin-top-ten.margin-bottom-off {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 40px;
}

.text-color-white.service-card-gap {
  letter-spacing: -.18px;
  margin-bottom: 0;
  padding-top: 15px;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
}

.text-color-white-para {
  font-size: 18px;
  line-height: 28px;
}

.home-hero-background {
  background-color: var(--secondary-light-dark);
  position: absolute;
  inset: 0%;
}

.home-hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-hero-overlay {
  background-image: linear-gradient(87deg, var(--secondary-light-dark) 8%, #161c24e6 18%, #161c2400);
  position: absolute;
  inset: 0%;
}

.home-one-right {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 550px;
  display: grid;
}

.home-hero-image-wrap {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
  position: relative;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 200px;
}

.home-hero-text-wrap {
  background-color: var(--secondary-light-dark);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
}

.hero-experience-text-wrap {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 198px;
  display: flex;
}

.heading-style-h6 {
  font-size: 20px;
  line-height: 1.4;
}

.heading-style-h6.black {
  color: var(--secondary-light-dark);
}

.heading-style-h6.dos {
  color: var(--black);
}

.experience-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h1 {
  letter-spacing: -2px;
  font-size: 60px;
  font-weight: 500;
  line-height: 70px;
}

.text-block {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.home-one-service {
  padding-top: 120px;
  padding-bottom: 95px;
  position: relative;
}

.background-star {
  position: absolute;
  top: 134px;
  left: 127px;
}

.home-service-main {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-service-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 584px;
  display: flex;
}

.margin-bottom-fourty {
  color: var(--secondary-light-dark);
  text-align: center;
  letter-spacing: -.4px;
  text-transform: capitalize;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.margin-bottom-fourty.tab-margin-bottom-twenty.right {
  text-align: left;
  font-weight: 500;
}

.service-card-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.service-card {
  color: var(--white);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.service-card-image-one {
  object-fit: cover;
}

.service-card-linear {
  z-index: 3;
  pointer-events: none;
  background-image: linear-gradient(#161c2400 17%, #161c24cc);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.service-card-overlay {
  opacity: 0;
  pointer-events: none;
  background-color: #161c24b3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.service-card-text {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.margin-bottom-twenty {
  object-fit: cover;
  margin-bottom: 20px;
}

.margin-bottom-twenty.negro {
  color: var(--secondary-light-dark);
  font-weight: 500;
}

.service-card-text-wrapper {
  padding-right: 40px;
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.service-card-description {
  color: var(--white);
  max-width: 370px;
  overflow: hidden;
}

.home-one-about {
  padding-top: 100px;
  padding-bottom: 120px;
}

.home-one-about-main {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-one-about-left {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 630px;
  display: flex;
}

.about-image-left {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 105px;
  display: flex;
}

.about-left-image-one.image-wrapper {
  position: relative;
  overflow: hidden;
}

.tab-image-full-width {
  object-fit: cover;
}

.tab-image-full-width.dos {
  width: 175px;
}

.image-overlay {
  z-index: 10;
  background-color: var(--white);
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.about-left-image-two.image-wrapper, .about-image-right.image-wrapper {
  position: relative;
  overflow: hidden;
}

.home-one-about-right {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 534px;
  display: flex;
}

.about-right-box-wrapper {
  margin-bottom: 42px;
}

.paragraph {
  color: var(--secondary-light-dark);
  font-size: 20px;
  line-height: 1.4;
}

.home-one-counter {
  background-image: linear-gradient(#161c24b3, #161c24b3), url('../images/cuarta-img.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.home-one-counter-main {
  display: flex;
}

.home-one-counter-column {
  border: 1px solid #068fff66;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 220px 20px;
  display: flex;
}

.home-one-counter-column.counter-col-inactive {
  transition: all .25s ease-in;
}

.home-one-counter-column.counter-col-inactive:hover {
  background-color: #161c24b3;
  width: 120%;
}

.counter-main {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 325px;
  display: flex;
}

.counter-text-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.counter-left {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.counter-left.counter-text-big-box {
  height: 110px;
}

.counter-text {
  letter-spacing: 2px;
  font-size: 100px;
  line-height: 1.18182;
}

.heading-style-h3 {
  font-size: 25px;
  line-height: 1.3;
}

.no-margin {
  font-size: 18px;
  line-height: 28px;
}

.no-margin.gris {
  color: var(--dark-gray);
  font-size: 16px;
  line-height: 1.5;
}

.no-margin.black {
  color: var(--secondary-light-dark);
}

.home-one-work {
  background-color: #f3f9ff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.home-one-work-main-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center start;
  display: grid;
  position: sticky;
  top: 100px;
}

.home-one-work-main-wrap.margin-top-sixty {
  background-color: #f3f9ff;
}

.work-right-text-wrapper {
  flex-flow: column;
  max-width: 530px;
  margin-left: 20%;
  display: flex;
}

.work-heading.margin-bottom-twenty {
  color: var(--secondary-light-dark);
  letter-spacing: -.4px;
  text-transform: capitalize;
  max-width: 490px;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.work-heading.margin-bottom-twenty.large {
  max-width: 500px;
}

.text-span {
  text-underline-offset: -3px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--white-5);
  text-decoration-color: var(--white-5);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-style: solid;
  text-decoration-thickness: 6px;
}

.work-description {
  margin-top: 36px;
  margin-bottom: 15px;
}

.text-block-2 {
  color: var(--secondary-light-dark);
  font-size: 18px;
  font-weight: 500;
}

.body-text-light-color {
  color: var(--secondary-light-dark);
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.border-bottom {
  opacity: 1;
  background-color: #161c24;
  width: 100%;
  height: 1px;
  margin-top: 40px;
}

.border-bottom.border-bottom-top-gap {
  margin-top: 0;
}

.work-left-text-wrapper {
  max-width: 530px;
  margin-right: 20%;
}

.work-bottom-description-two {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.work-two-description-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.work-two-image-wrapper {
  background-color: var(--white-5);
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin-top: 8px;
  display: flex;
}

.work-text-wrapper-two {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: 1;
  max-width: 398px;
  display: flex;
}

.work-right-image-wrapper {
  position: relative;
}

.home-one-testimonios {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.testimonials-ticker {
  display: flex;
  overflow: hidden;
}

.section-title-wrapper-center {
  color: var(--secondary-light-dark);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 480px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.testimonials-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: grid;
}

.testimonial-item {
  background-color: #f9f9fa;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.testimonial-item-inner {
  padding: 30px;
}

.rating-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-bottom: 20px;
  display: flex;
}

.paragraph-2 {
  color: var(--secondary-light-dark);
  margin-top: 10px;
  line-height: 1.5em;
}

.testimonial-author-info-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top: 1px solid #0000001a;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  display: flex;
}

.image-3 {
  border-radius: 100%;
  width: 60px;
  height: 60px;
}

.heading-2 {
  color: var(--secondary-light-dark);
  font-size: 20px;
  line-height: 1.2;
}

.home-one-faq {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.faq-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.section-title-wrapp {
  background-color: var(--white-5);
  background-image: linear-gradient(198deg, var(--white-5) 58%, #003dad);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 410px;
  min-height: 550px;
  padding: 40px 60px 40px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-text-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-3 {
  margin-bottom: 42px;
  font-size: 40px;
  line-height: 50px;
}

.paragraph-3 {
  margin-bottom: 52px;
  line-height: 1.4;
}

.accordion-wrap-column {
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.accordion-item-element {
  background-color: var(--white);
  border: 1px solid #e7f3ff;
  border-radius: 10px;
  flex-flow: column;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  display: flex;
}

.accordion-toggle-item {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding: 5px 0;
  display: flex;
}

.accordion-list {
  background-color: #ddd0;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list-content {
  color: var(--secondary-light-dark);
  margin-bottom: 0;
  line-height: 1.5;
}

.faq-button-wrap {
  border: 1px solid var(--white-5);
  background-color: var(--white-5);
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  display: flex;
}

.horizontal-line-faq {
  background-color: var(--white);
  border-radius: 3px;
  width: 18px;
  height: 3px;
}

.vertical-line-faq-button {
  background-color: var(--white);
  border-radius: 3px;
  width: 3px;
  height: 18px;
  position: absolute;
}

.home-one-resultados {
  padding-bottom: 80px;
  position: relative;
}

.title-flex {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  display: flex;
}

.title-wrap {
  max-width: 590px;
}

.margin-botom-small {
  color: var(--secondary-light-dark);
  text-transform: capitalize;
  max-width: 535px;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.paragraph-4 {
  color: var(--dark-gray);
  margin-top: 10px;
  line-height: 1.5;
}

.compare-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.image-before, .image-after {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.footer {
  padding-top: 120px;
}

.footer-top-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.image-4 {
  width: 60px;
}

.footer-top-social-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-icon-wrapper {
  border: 1px solid #161c2426;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
  position: relative;
}

.social-icon {
  object-fit: cover;
}

.footer-middle {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 120px;
  display: flex;
}

.footer-cell-one {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-flow: column;
  max-width: 280px;
  display: flex;
}

.text-color-black {
  color: var(--dark-gray);
  line-height: 1.5;
}

.footer-cell-two {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 215px;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: var(--secondary-light-dark);
  line-height: 1.5;
  text-decoration: none;
}

.text-block-3 {
  color: var(--secondary-light-dark);
  line-height: 1.5;
}

.body-2 {
  background-color: var(--black);
  color: var(--paragraph-grey);
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7em;
}

.nav-fixed-menu {
  z-index: 900;
  background-color: #0000;
  height: auto;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.black-nav-bg {
  background-color: var(--black);
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav-hero-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1395px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.menu-item-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-glasi {
  height: 35px;
}

.nav-menu-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-shadow-overlay-4 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tablet-menu-4 {
  display: none;
}

.dropdown-menu-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-mobile-3 {
  transition: all .45s ease-in;
  display: none;
}

.border-wrap-3 {
  display: flex;
}

.header-link-item {
  color: var(--paragraph-grey);
  text-align: right;
  letter-spacing: .1em;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.header-link-item.footer {
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}

.header-link-item.footer.left {
  text-align: left;
}

.nav-text-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nan-line {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: auto;
}

.nav-intro-item {
  margin-top: 10px;
  font-weight: 200;
  line-height: 1.2em;
}

.btn-wrap {
  z-index: 2;
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.underline-link-container {
  color: var(--paragraph-grey);
  letter-spacing: .1em;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff40;
  padding-bottom: 6px;
  font-size: 14px;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .45s;
  position: relative;
}

.underline-link-container.hn {
  font-family: Montserrat, sans-serif;
  display: none;
}

.hover-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.hover-fill-line {
  background-color: var(--white);
  width: 100%;
  height: 100%;
}

.button-hero-wrapper {
  flex: none;
  transition: all .5s;
}

.button-primary {
  grid-column-gap: 5px;
  border-bottom: 1px solid var(--white-20);
  color: var(--paragraph-grey);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 49px;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-hover-bg-white {
  z-index: 1;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.clip {
  z-index: 10;
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-banner-text.button-text-bottom {
  position: absolute;
  bottom: -100%;
}

.text-black {
  color: var(--black);
  font-weight: 500;
}

.btn-line-animation {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.vertical-line {
  background-color: var(--white);
  width: 1px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.vertical-line.top-right {
  inset: 0% 0% auto auto;
}

.vertical-line.bottom-left {
  inset: auto auto 0% 0%;
}

.vertical-line.bottom-right {
  inset: auto 0% 0% auto;
}

.horizontal-line {
  background-color: var(--white);
  width: 10px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.horizontal-line.top-r {
  inset: 0% 0% auto auto;
}

.horizontal-line.bottom-l {
  inset: auto auto 0% 0%;
}

.horizontal-line.bottom-r {
  inset: auto 0% 0% auto;
}

.secondary-lines {
  position: absolute;
  inset: 0%;
}

.vertical-scale-big-line {
  background-color: var(--white);
  width: 1px;
  height: 100%;
  position: absolute;
}

.vertical-scale-big-line.t-left {
  width: 1px;
  height: 100%;
  position: absolute;
  inset: -50% auto auto 0%;
}

.vertical-scale-big-line.t-right {
  inset: -50% 0% auto auto;
}

.vertical-scale-big-line.b-left {
  inset: auto auto -50% 0%;
}

.vertical-scale-big-line.b-right {
  inset: auto 0% -50% auto;
}

.horizontal-scale-line-big {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  position: absolute;
}

.horizontal-scale-line-big.bottom-line-left {
  inset: auto auto 0% -50%;
}

.horizontal-scale-line-big.top-line-right {
  inset: 0% -50% auto auto;
}

.horizontal-scale-line-big.bottom-line-right {
  inset: auto -50% 0% auto;
}

.nav-line-white, .line-white {
  background-color: var(--white);
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.home-3-hero {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-3-hero.none {
  display: none;
}

.grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
}

.home-hero-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 90px 15px 150px;
  display: flex;
}

.home-hero-intro {
  z-index: 20;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.home-hero-title {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.banner-title-home-1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 200;
  line-height: 1.2;
}

.accent-description {
  color: var(--white);
  font-size: 18px;
}

.section {
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
}

.section.without-top-spacing {
  padding-top: 0;
}

.section.no-spacing {
  padding-top: 0;
  padding-bottom: 0;
}

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

.section._80px._120px {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.instagram-glasi {
  padding-top: 80px;
  padding-bottom: 40px;
}

.about-nevo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.story-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: auto minmax(200px, 1fr) auto;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center;
  padding-left: 6px;
  padding-right: 6px;
  display: grid;
}

.about-us-image {
  width: 15vw;
  height: 21vw;
  position: relative;
  overflow: hidden;
}

.story-background-wrapper-2 {
  position: absolute;
  inset: 0%;
}

.story-background-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/foto-en-los-aires.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.story-content-2 {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.clip-title-con {
  overflow: hidden;
}

.h2-title-tag {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 200;
  line-height: 1.2em;
}

.about-us-description {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.buttons-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.button-home-5 {
  border: 1px solid var(--white-20);
  color: var(--white);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 15px 20px;
  font-size: 13px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-home-5:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

.grid-advantages {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(15px, 15px) minmax(auto, 1170px) minmax(15px, 15px);
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

.advantages-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.advantages-cards {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.outline-card {
  border: 1px solid var(--white-20);
  margin: -.5px;
  position: relative;
}

.services-card {
  grid-column-gap: 16px;
  grid-row-gap: 120px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  height: 100%;
  min-height: 300px;
  padding: 36px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.background-wrapper {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-cover {
  z-index: 3;
  background-color: var(--black);
  width: 110%;
  height: 110%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 0%;
}

.background-advantages {
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.background-advantages.bg-one {
  background-image: url('../images/tercera-img.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.overlay-advantages {
  background-color: #000000b3;
  position: absolute;
  inset: 0%;
}

.small-subtitle {
  z-index: 10;
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.2em;
  position: relative;
}

.service-card-description {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

.description {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.benefits-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 200;
  line-height: 1.4em;
}

.body-display.small {
  color: var(--paragraph-grey);
  font-size: 14px;
}

.card-right-line {
  flex-flow: column;
  justify-content: space-between;
  width: 1px;
  display: flex;
  position: absolute;
  inset: -1px -1px -1px auto;
}

.vertical-line-fill {
  background-color: var(--white);
  opacity: 1;
  width: 100%;
  height: 10px;
}

.vertical-line-fill.blank {
  opacity: 0;
}

.card-left-line {
  flex-flow: column;
  justify-content: space-between;
  width: 1px;
  display: flex;
  position: absolute;
  inset: -1px auto -1px -1px;
}

.card-bottom-line {
  flex-flow: row;
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto -1px -1px;
}

.horizontal-line-fill {
  background-color: var(--white);
  width: 10px;
  height: 100%;
}

.horizontal-line-fill.blank {
  opacity: 0;
}

.card-top-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: -1px -1px auto;
}

.tablet-title {
  display: flex;
}

.base-container-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container-2.dos {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 80px;
}

.text-animation {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 200;
  line-height: 1.2em;
}

.grid-cards-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

.three-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-link {
  color: var(--black);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-center-info {
  z-index: 20;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.card-title {
  font-size: 35px;
  font-weight: 200;
  line-height: 1.4em;
}

.card-description {
  font-size: 14px;
  font-weight: 200;
  line-height: 1.2em;
}

.card-description._1-3 {
  line-height: 1.3em;
}

.background-video-wrapper {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.bg-photo-glasi {
  background-image: url('../images/foto-en-los-aires.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.dark-video-overlay {
  background-color: #0009;
  position: absolute;
  inset: 0%;
}

.card-cover {
  z-index: 15;
  background-color: var(--white);
  width: 110%;
  height: 110%;
  position: absolute;
  inset: auto;
}

.black-line-vertical {
  z-index: 100;
  background-color: var(--black);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.black-line-vertical.right {
  inset: auto 0% 0% auto;
}

.base-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.dual-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.awards-title {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 200;
  line-height: 1.2em;
}

.awards-buttons-wrapper {
  grid-column-gap: 20px;
  display: flex;
  position: relative;
}

.button-group-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-numbers {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.awards-description {
  margin-bottom: 0;
}

.numbers-grid {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.number-item {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  display: grid;
}

.statistics-numbers {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 200;
  line-height: 1.2em;
}

.slider-section {
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dark-preloader {
  z-index: 1000;
  display: none;
  position: absolute;
  inset: 0%;
}

.project-grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

.preloader-blank {
  background-color: var(--black);
  border-bottom: 1px #8e93a526;
}

.preloader-blank.right {
  width: auto;
  margin-left: -24px;
}

.preloader-blank.left {
  width: 100%;
}

.preloader-columns {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.slider-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slider {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.mask {
  width: 100%;
  overflow: visible;
}

.best-project-slide {
  width: 100%;
}

.slider-background-wrapper {
  justify-content: center;
  margin-bottom: -80px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider-background-full {
  justify-content: center;
  min-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.slider-background {
  background-image: url('../images/foto-en-los-aires.webp');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% auto;
}

.overlay-best-project {
  background-color: #0009;
  position: absolute;
  inset: 0%;
}

.featured-project-content {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  min-height: 900px;
  padding-bottom: 120px;
  display: grid;
  position: relative;
}

.featured-project-info {
  min-height: 625px;
  margin-top: 80px;
  padding-top: 140px;
  padding-bottom: 140px;
  padding-right: 80px;
  display: flex;
}

.featured-project-conetnt-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  max-width: 900px;
  padding-left: 148px;
  display: grid;
}

.hero-intro {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 650px;
  display: grid;
}

.stacked-porftolio-title {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio-2-title {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  font-weight: 200;
  line-height: 1.2em;
}

.slider-arrow {
  justify-content: center;
  align-items: center;
  display: none;
}

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

.slider-line {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 1px;
  margin-left: -1px;
  display: grid;
  position: relative;
}

.top-verticle-line {
  background-color: var(--white-20);
  flex-flow: column;
  justify-content: space-between;
  width: 1px;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.line-fill {
  width: 100%;
  height: 24px;
}

.line-fill.blank {
  background-color: #fff0;
}

.vertical-slider-line-fill {
  background-color: var(--white);
  width: 100%;
  height: 24px;
}

.inner-bottom {
  z-index: 25;
  background-color: var(--black);
  height: 80px;
  position: relative;
}

.main-container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5em;
  padding-right: 5em;
}

.grid-blog-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

.boxed-intro {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.instagram-content {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3.5em;
  display: flex;
}

.say-hi {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 200;
  line-height: 1.2em;
}

.intro-corner-line {
  width: 60px;
  height: 60px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.intro-corner-line.dark {
  border-top: 1px solid var(--white-20);
  border-left: 1px solid var(--white-20);
}

.intro-corner-line.top-right.dark {
  border-right: 1px solid var(--white-20);
  border-left-style: none;
  inset: 0% 0% auto auto;
}

.glisi-card-top-line {
  justify-content: space-between;
  align-items: stretch;
  height: 1px;
  display: flex;
  position: absolute;
  inset: -1px -1px auto;
}

.horizontal-white-line-fill {
  background-color: var(--white);
  width: 24px;
  height: 100%;
}

.blank-top-line {
  width: 0;
  height: 0;
}

.card-glisi-left-line {
  flex-flow: column;
  justify-content: space-between;
  width: 1px;
  display: flex;
  position: absolute;
  inset: -1px auto -1px -1px;
}

.vertical-line-white-fill {
  background-color: var(--white);
  width: 100%;
  height: 24px;
}

.card-white-right-line {
  flex-flow: column;
  justify-content: space-between;
  width: 1px;
  display: flex;
  position: absolute;
  inset: -1px -1px -1px auto;
}

.instagram-main-container {
  min-height: 500px;
  position: relative;
}

.instagram-link {
  overflow: hidden;
}

.instagram-link.image-01 {
  width: 7.5em;
  position: absolute;
  inset: -180px auto auto 0;
}

.instagram-link.image-02 {
  z-index: 2;
  width: 16em;
  position: absolute;
  inset: -140px auto auto 140px;
}

.instagram-link.image-04 {
  width: 23em;
  position: absolute;
  inset: auto auto 56px 32%;
}

.instagram-link.image-03 {
  width: 20em;
  position: absolute;
  inset: auto auto 0 0;
}

.instagram-link.image-05 {
  z-index: 2;
  width: 16em;
  position: absolute;
  inset: 0 21% auto auto;
}

.instagram-link.image-06 {
  width: 17em;
  position: absolute;
  inset: -32% 0 auto auto;
}

.instagram-link.image-07 {
  width: 21em;
  position: absolute;
  inset: auto 48px 0 auto;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.insta-ov {
  position: absolute;
  inset: 0%;
}

.insta-ov.light {
  background-color: #0000001a;
}

.footer-glasi {
  background-color: var(--black);
  text-align: center;
  padding-top: 80px;
  padding-bottom: 40px;
}

.hero-kakao-footer {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.top-footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-left-navigation {
  width: 70%;
}

.footer-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 200;
  line-height: 1.2em;
}

.footer-title.dos {
  text-align: left;
}

.middle-footer-con {
  justify-content: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.footer-kakao-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hero-footer-nav {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
}

.footer-navigation {
  grid-column-gap: 18px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: start end;
  width: auto;
  display: grid;
}

.footer-list {
  flex-flow: column;
  display: flex;
}

.footer-items {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.footer-vert-line {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-end;
  width: 48px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.light-left-line-footer {
  flex-flow: column;
  justify-content: space-between;
  width: 1px;
  display: flex;
  position: absolute;
  inset: -1px auto;
}

.separator-line-fill {
  background-color: var(--white);
  width: 100%;
  height: 24px;
}

.section-bottom-line {
  background-color: var(--white-20);
  justify-content: space-between;
  width: 100%;
  height: 1px;
  display: flex;
}

.horizontal-footer-line {
  background-color: var(--white);
  width: 48px;
  height: 100%;
}

.vertical-line-bottom {
  background-color: var(--white-20);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto;
}

.footer-right-form {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  padding-bottom: 60px;
  display: flex;
}

.nav-footer-item {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  width: auto;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.4em;
}

.footer-description {
  color: var(--dark-gray);
  width: 100%;
  margin-bottom: 30px;
}

.bottom-line-advantages {
  background-color: var(--white-20);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0%;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.rights-wrap {
  grid-column-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link {
  color: var(--white);
  text-decoration: none;
}

.rights-wrapper {
  grid-column-gap: 5px;
  display: flex;
}

.link-2 {
  color: var(--white);
  text-align: center;
  text-decoration: none;
}

.section-gray {
  z-index: 20;
  background-color: var(--secondary-light-dark);
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.pricing-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 600px;
  display: grid;
}

.pricing-grid-content {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1400px;
  display: grid;
}

.about-us-intro {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 160px;
  background-color: var(--secondary-light-dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  padding-top: 140px;
  padding-bottom: 220px;
  display: grid;
  position: relative;
}

.about-glisi-content {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: grid;
  position: relative;
}

.intro-corner {
  border-top: 1px solid var(--white-20);
  border-left: 1px solid var(--white-20);
  width: 60px;
  height: 60px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.intro-corner.bottom-left {
  border-bottom: 1px solid var(--white-20);
  border-top-style: none;
  inset: auto auto 0% 0%;
}

.horizontal-line-fill-white {
  background-color: var(--white);
  width: 24px;
  height: 100%;
}

.blank-line {
  width: 0;
  height: 0;
}

.card-glisi-bottom-line {
  justify-content: space-between;
  align-items: stretch;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto -1px -1px;
}

.centered-about-intro {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stacked-heading {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 200;
  line-height: 1.2em;
}

.about-intro-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.story-text-row {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.story-description {
  width: 50%;
  margin-bottom: 0;
}

.scroll-indicator {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: .875rem;
  line-height: 1.6;
  display: flex;
}

.hero_coordinates {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-transform: uppercase;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding-left: 4rem;
  padding-right: 4rem;
  font-size: .875rem;
  line-height: 1.6;
  display: flex;
  overflow: hidden;
}

.hero_heading-container {
  color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.menu-button_label-container {
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  transition: border-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-button_label-container:hover {
  color: #000;
}

.hero {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100svh;
  min-height: 100svh;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.menu-button_label-visible {
  font-size: 1.25rem;
  line-height: 100%;
}

.hero_component {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 100%;
  height: 90%;
  overflow: hidden;
}

.hero_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 1rem;
  display: flex;
  position: relative;
}

.navbar_menu {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.dos {
  max-width: 1920px;
  height: 100%;
}

.menu-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.c-navbar {
  background-color: #0000;
  flex: 0 auto;
  align-self: stretch;
  width: 100%;
}

.scroll-indictor_icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  display: flex;
  overflow: hidden;
}

.image-5 {
  width: 60rem;
}

.hero_mask {
  z-index: 5;
  background-image: linear-gradient(#1e1e1e66, #1e1e1e66);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbar_component {
  border: 1px solid #eee;
}

.navbar_link {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding: 1rem;
  font-size: .875rem;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navbar_link:hover {
  color: #000;
  background-color: #fff;
}

.navbar_link.up {
  z-index: 9999999;
  position: relative;
}

.navbar_link.dos {
  border-left: 1px solid #fff;
}

.text-block-11 {
  letter-spacing: 3px;
  font-weight: 300;
}

.section_hero {
  flex: 1;
  align-self: stretch;
  width: 100%;
  min-height: 100%;
}

.text-block-10 {
  letter-spacing: 3px;
  font-weight: 300;
}

.navbar_menu-button {
  padding: 0;
}

.header-dos {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}

.navbar_menu-inner-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  display: grid;
}

.navbar_divider {
  background-color: #fff;
  align-self: stretch;
  width: 1px;
}

.navbar_logo-container {
  display: none;
}

.navbar_logo-container.tablet-display-none {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: .85rem;
  padding-bottom: .85rem;
  padding-left: 0;
  transition: all .2s;
  display: flex;
}

.navbar_logo-container.tablet-display-none:hover {
  color: #000;
  padding-top: .85rem;
  padding-bottom: .85rem;
}

.hero_label {
  letter-spacing: 3px;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.6;
  display: flex;
}

.image-7 {
  width: 258px;
  display: block;
}

.grid-global {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
  height: 100%;
}

.grid-global.no-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  height: 100%;
}

.section_navbar {
  width: 100%;
  position: relative;
}

.hero_background-container {
  z-index: -1;
  background-image: url('../images/primeraimagen.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.hero_bottom-container {
  border-top: 1px solid #fff;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.menu-button_label-hidden {
  font-size: 1.25rem;
  line-height: 100%;
  text-decoration: none;
  display: none;
  position: absolute;
}

.padding-global-navbar {
  width: 100%;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.scroll-indicator_text {
  letter-spacing: 3px;
  font-weight: 300;
}

.hero_background {
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero_scroll-indicator-container {
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
}

.navbar_menu-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tr-navbar {
  background-color: #ddd0;
  justify-content: center;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-container {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 2200px;
  height: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.logo-container {
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.logo {
  width: 100px;
}

.div-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.nav-link {
  color: var(--white);
  font-size: 16px;
}

.nav-link.contact {
  color: var(--orange);
}

.body-3 {
  font-family: Montserrat, sans-serif;
}

.hero-homepage {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.hero-image-container {
  z-index: -1;
  background-color: var(--black);
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden;
}

.hero-image {
  opacity: .01;
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.wide-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 85%;
  padding-bottom: 0;
  padding-left: 115px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.hero-content {
  position: relative;
  left: 0;
}

.above-title-text {
  font-size: 28px;
  line-height: 1.1;
}

.title-container {
  border-left: 6px none var(--orange);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
}

.border {
  border-left: 3px solid var(--orange);
  background-color: var(--orange);
  border-radius: 90px;
  flex: 0 auto;
  align-self: center;
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -72px;
}

.heading-1 {
  letter-spacing: 4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5vw;
  font-weight: 300;
  line-height: 1;
}

.paragraph-5 {
  max-width: 480px;
}

.link-3 {
  background-color: var(--orange);
  color: var(--black);
  border-radius: 90px;
  margin-top: 40px;
  padding: 14px 28px;
  font-size: 16px;
  text-decoration: none;
  transition: all .25s ease-in-out;
  display: inline-block;
}

.tr-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.v-footer {
  background-color: var(--black);
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.v-footer.none {
  display: none;
}

.v-navbar {
  z-index: 99;
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.v-container-navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  display: flex;
}

.nav-social {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.nav-link-2 {
  color: var(--white);
  text-transform: uppercase;
  padding: 0 11px;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .25s ease-in-out;
}

.nav-link-2:hover {
  color: var(--rojo);
}

.nav-link-2.w--current {
  color: var(--white);
}

.nav-link-2.w--current:hover {
  color: var(--rojo);
}

.image-8 {
  width: 20px;
}

.image-8:hover {
  border: 1px #000;
}

.image-9, .image-10 {
  width: 30px;
}

.link-icon-social {
  text-decoration: none;
}

.v-hero {
  background-color: var(--black);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100svh;
  padding-top: 200px;
  padding-bottom: 20px;
  display: flex;
}

.v-hero.dos {
  background-image: linear-gradient(90deg, #000 30%, #fff0), url('../images/soluciones-digitales.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 93svh;
  max-height: 95vh;
  padding-top: 200px;
}

.v-hero.dos.asesoramiento {
  background-image: linear-gradient(90deg, #000 30%, #fff0), url('../images/asesoramiento-tecnologico.jpg');
}

.v-hero.dos.ciberseguridad {
  background-image: linear-gradient(90deg, #000 30%, #fff0), url('../images/ciberseguridad.jpg');
}

.v-hero.dos.cloud {
  background-image: linear-gradient(90deg, #000 30%, #fff0), url('../images/cloud-hosting.jpg');
}

.v-hero.dos.dise-o {
  background-color: var(--color);
  color: var(--color);
  background-image: none;
  background-position: 0 0;
  min-height: 100svh;
  max-height: 100vh;
  padding-top: 360px;
}

.v-hero.hero {
  background-image: linear-gradient(90deg, #000 30%, #fff0), url('../images/fondo-pagina-inicio.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100% 100vh;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 170px;
  padding-left: 20px;
  padding-right: 20px;
}

.v-hero.hero.cuatro {
  background-image: linear-gradient(90deg, #000000e6, #000 43%, #0000009e 61%, #8989894a 100%, #fff0), url('../images/ddodosodwos.jpg');
  background-position: 0 0, 100% 0;
  background-size: auto, auto;
  max-width: 100%;
  padding-left: 32px;
  padding-right: 32px;
}

.image-11 {
  width: 58px;
}

.hero-logo {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.image-12 {
  width: 360px;
}

.text-block-12 {
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 1.1;
}

.div-block-2 {
  font-family: Montserrat, sans-serif;
}

.heading-4 {
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 81px;
  font-weight: 500;
  line-height: 1.3;
}

.text-block-13 {
  text-align: center;
  font-size: 37px;
  line-height: 1.3;
}

.iconos-vodafone {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  display: flex;
  overflow: hidden;
}

.iconos-vodafone.dos {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
}

.iconos-vodafone.dos.none {
  display: none;
}

.iconos-vodafone.tres {
  justify-content: space-between;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
}

.iconos-vodafone.tres.none {
  display: none;
}

.image-13 {
  width: 260px;
}

.image-13.dos {
  width: 293px;
}

.image-14 {
  width: 153px;
}

.image-14.dos {
  width: 240px;
}

.section-colaboradores {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-colaboradores.none {
  display: none;
}

.v-container {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.v-container.dise-o {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logos-grid {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logos-grid.padding {
  margin-bottom: 40px;
}

.label-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.label-wrap.dos {
  margin-bottom: 24px;
  overflow: hidden;
}

.logo-banner-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.logo-banner-wrapper.cuatro {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.logo-banner-wrapper.tres {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.tag-line {
  background-color: var(--white);
  border-radius: 5px;
  width: 35px;
  height: 1.5px;
}

.tag-line.horizontal-white-line-fill {
  background-color: var(--white);
}

.tag-line.black {
  background-color: var(--black);
}

.paragraph-6 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  line-height: 1.3em;
}

.logo-icon-wrap {
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  display: flex;
  overflow: hidden;
}

.logo-icon-wrap.relative1 {
  position: relative;
  left: -165px;
}

.logo-banner-image {
  height: 35px;
}

.logo-banner-image.vodafone {
  height: 106px;
}

.logo-banner-image.vodafone.business {
  height: 80px;
}

.logo-banner-image.vodafone.business.none {
  display: none;
}

.logo-banner-image.ppephone {
  height: 47px;
}

.logo-banner-image.masmovil {
  height: 81px;
}

.logo-banner-image.digi {
  height: 41px;
}

.logo-banner-image.lowi {
  height: 32px;
}

.logo-banner-image.trrer {
  height: 55px;
}

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

.numbers-section-wrapper-home-3 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.number-section-right-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.numbers-wrap-home-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-right: 1px solid #00000026;
  flex-flow: column;
  margin-right: 60px;
  padding-right: 40px;
  display: flex;
}

.numbers-wrap-home-3.no-border {
  border-right-style: none;
  margin-right: 0;
  padding-right: 40px;
}

.big-number-wrapper {
  flex: 0 auto;
}

.big-number-home-3 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 1em;
}

.number-description {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.paragraph-large {
  color: var(--secondary-light-dark);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.paragraph-large.grey {
  color: var(--grey);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.section-map {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.map-section-wrapper {
  grid-column-gap: 180px;
  display: flex;
}

.map-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.image-15 {
  object-fit: cover;
  width: 100%;
}

.map-section-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.heading-5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.1em;
}

.paragraph-7 {
  color: var(--grey);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.clients-number-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 10px;
  display: grid;
}

.clients-number-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.big-number {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1em;
}

.heading-6 {
  color: var(--secondary-light-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
}

.buttom-clients-wrapper {
  margin-top: 24px;
}

.link-4 {
  background-color: var(--rojo);
  color: var(--white);
  text-transform: capitalize;
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.link-4:hover {
  color: var(--white);
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 600;
}

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

.top-title-content {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  margin-bottom: 70px;
  display: grid;
}

.title-milestones-wrap-center {
  flex-flow: column;
  padding-right: 20px;
  display: flex;
}

.heading-7 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1em;
}

.paragraph-8 {
  color: var(--grey);
  margin-bottom: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.3em;
}

.milestone-grid {
  grid-column-gap: 100px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.milestone-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #b0b0b080;
  flex-flow: column;
  padding-bottom: 32px;
  display: flex;
  overflow: hidden;
}

.milestone-title {
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.heading-8 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2em;
}

.paragraph-9 {
  color: var(--grey);
  width: 100%;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.section-equipo {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.title-team-wrap-left {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  display: flex;
}

.team-title-wrap {
  max-width: 581px;
}

.heading-9 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1em;
}

.collection-list-team-grid {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  overflow: hidden;
}

.link-team {
  background-image: linear-gradient(#00000069, #00000069);
  width: 100%;
  text-decoration: none;
  transition: all .25s ease-in-out;
  position: relative;
  overflow: hidden;
}

.image-team-about {
  object-fit: cover;
  object-position: 50% 65%;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 595px;
}

.team-overlay {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(0deg, #00000080 18%, #fff0);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.team-name-title {
  color: var(--white);
  letter-spacing: .6px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
}

.text-block-14 {
  color: var(--white);
  text-align: center;
  font-size: 16px;
  text-decoration: none;
}

.section-servicios {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-servicios.soluciones {
  padding-top: 0;
  padding-bottom: 80px;
}

.process-title-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 500px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.heading-10 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.steps-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.process-step {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-process-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 300px;
  display: flex;
  overflow: hidden;
}

.image-process {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 110%;
}

.step-description {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.numbers-small-wrapper {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.numbers-small {
  font-size: 18px;
  font-weight: 500;
}

.title-process-step {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.heading-11 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

.paragraph-10 {
  color: var(--grey);
  font-size: 16px;
  line-height: 1.3em;
}

.home-three-image-section {
  background-color: var(--white);
  overflow: hidden;
}

.home-three-image-wrapper {
  height: 669px;
}

.cta {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-image: linear-gradient(#0009, #0009), url('../images/IMG_8065-en-tamaño-grande.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.heading-12 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 66px;
  font-weight: 600;
  line-height: 1.2;
}

.logo-footer-block {
  border-bottom: 1px solid #b0b0b033;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer-brand {
  text-decoration: none;
}

.footer-logo {
  height: 45px;
}

.footer-links-wrapper.dos {
  align-items: stretch;
}

.white-text {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
}

.footer-link {
  color: var(--paragraph-grey);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.1;
  transition: all .3s ease-in-out;
}

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

.footer-link.dos {
  line-height: 1.4;
}

.footer-social-icons-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-bottom-wrapper {
  border-top: 1px solid #b0b0b033;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
  display: flex;
}

.copyright-links-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-rights-wrapper {
  grid-column-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-5 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.link-6 {
  color: var(--white);
  font-weight: 300;
  text-decoration: none;
  transition: all .25s ease-in-out;
}

.link-6:hover {
  color: var(--rojo);
}

.text-block-15 {
  color: var(--dark-gray);
  font-weight: 300;
}

.image-16 {
  height: 20px;
}

.image-17, .image-18 {
  height: 36px;
}

.text-block-16 {
  color: var(--dark-gray);
  font-family: Montserrat, sans-serif;
}

.loader {
  z-index: 110;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #000;
  border-bottom: 1px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.loader.v {
  display: none;
}

.your-profession {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  display: flex;
  overflow: hidden;
}

.profession-start-text {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.profession-middle-text {
  color: var(--rojo);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.profession-end-text {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.site-title-wrapper {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  position: relative;
  overflow: hidden;
}

.loading-banner {
  background-color: var(--rojo);
  width: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.site-name {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.nav-link-wrapper {
  overflow: hidden;
}

.nav-menu-4 {
  display: flex;
}

.nav-link-3 {
  color: var(--white);
}

.text-block-17 {
  color: var(--white);
  text-align: center;
  font-size: 20px;
  line-height: 1;
}

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

.text-block-18 {
  margin-bottom: 3px;
  font-size: 22px;
  line-height: 22px;
}

.heading-13 {
  width: 70%;
  margin-top: 0;
  margin-bottom: 26px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2em;
}

.heading-13.ase {
  width: 66%;
}

.heading-13.ciber {
  width: 76%;
}

.heading-13.cloud {
  width: 80%;
}

.heading-13.dise-o-web {
  color: var(--black);
  text-align: center;
  letter-spacing: -1px;
  width: 100%;
  margin-bottom: 38px;
  font-size: 86px;
  font-weight: 700;
}

.div-block-3 {
  margin-bottom: 0;
}

.div-block-4 {
  z-index: 1;
  background-image: linear-gradient(0deg, #0006, #7d7d7d00 49%, #fff0);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-spacer {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-14 {
  width: 61%;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  line-height: 1.2em;
}

.section-hero-black {
  background-color: var(--black);
}

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

.section-soluciones.dos {
  padding-left: 80px;
  padding-right: 80px;
}

.section-soluciones.dos.tres {
  padding-bottom: 0;
}

.title-wrapper-soluciones {
  margin-bottom: 56px;
}

.title-wrapper-soluciones.dos {
  margin-bottom: 46px;
}

.title-wrapper-soluciones.dos.tres {
  margin-bottom: 0;
}

.paragraph-11 {
  color: var(--rojo);
  text-align: center;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.paragraph-11.dos.left {
  text-align: left;
}

.paragraph-11.dos.dise-o {
  margin-bottom: 12px;
  font-size: 51px;
  font-weight: 700;
}

.paragraph-11.dos.dise-o.left {
  margin-bottom: 0;
  font-size: 35px;
  line-height: 1.35;
}

.heading-15 {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.2;
}

.heading-15.tres.dos {
  text-align: left;
  font-size: 32px;
  font-weight: 400;
}

.heading-15.tres.dos.dise-o {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
}

.services-soluciones-wrapper {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.item-soluciones {
  background-color: #f0f2f3;
  padding: 30px;
}

.heading-16 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

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

.up-problemas-wrapper {
  margin-bottom: 34px;
}

.section-testimonios {
  background-color: var(--black);
  padding-top: 40px;
  padding-bottom: 60px;
}

.testimonios-up-tittle {
  margin-bottom: 40px;
}

.text-block-19 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.heading-17 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.3;
}

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

.slider-2 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
}

.slide {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-2-testimonios {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1395px;
  padding: 44px 44px 28px;
  display: flex;
}

.div-block-5 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
  margin-bottom: 0;
  display: flex;
}

.image-19 {
  width: 28px;
}

.image-stars {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 34px;
  display: flex;
  overflow: hidden;
}

.paragraph-12 {
  width: 100%;
  margin-bottom: 34px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-style: italic;
  line-height: 1.4;
}

.text-block-20 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.image-20 {
  vertical-align: baseline;
  border-radius: 50%;
  align-self: center;
  max-width: 335px;
  height: 348px;
}

.image-20.dos {
  object-fit: cover;
}

.image-20.dos.tres {
  width: 100%;
}

.image-20.dos.tres.r {
  object-position: 14% 50%;
}

.image-20.dos.tres.l {
  object-position: 87% 50%;
}

.image-20.dos.tres.i {
  object-position: 50% 0%;
}

.image-20.dos.tres.p {
  object-position: 65% 50%;
}

.image-20.dos.tres.t {
  object-position: 47% 50%;
}

.image-20.tres {
  height: 180px;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
  min-height: 53px;
  display: flex;
  overflow: hidden;
}

.left-arrow {
  left: -60px;
}

.right-arrow-2 {
  right: -20px;
}

.text-block-21 {
  color: var(--paragraph-grey);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-7 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.aviso-legal {
  color: var(--dark-gray);
  font-weight: 300;
  text-decoration: none;
  transition: all .25s ease-in-out;
}

.aviso-legal:hover {
  color: var(--white);
}

.section-kit-digital {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-21 {
  width: 86%;
}

.review-wrap {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.review-wrap.dos {
  margin-top: 40px;
}

.review-wrap.separ {
  grid-column-gap: 60px;
}

.review-wrap.separ.one {
  flex-flow: column;
}

.review-wrap.separ.dos {
  grid-column-gap: 50px;
}

.review-left {
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  max-width: 53%;
  display: flex;
}

.review-left.dos {
  order: 1;
}

.review-left.dise-o {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.review-left.dise-o._100 {
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
}

.review-left.dise-o.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.review-left.dise-o.center {
  align-self: flex-end;
}

.paragraph-13 {
  color: var(--black);
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-13.dos {
  margin-bottom: 5px;
}

.paragraph-13.dise-o.center {
  text-align: center;
}

.paragraph-13.dise-o.litle {
  font-size: 14px;
  line-height: 1.4;
}

.review-right {
  aspect-ratio: 309 / 208;
  object-fit: cover;
  width: 100%;
  max-width: 45%;
  position: relative;
  overflow: hidden;
}

.cover-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.bold-text {
  font-weight: 600;
}

.image-22 {
  width: 200px;
}

.code-embed-3 {
  width: 100%;
}

.grid-2-columns {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-2-columns.dos {
  max-width: 1300px;
}

.text-block-25 {
  color: #000;
  text-align: center;
  text-decoration: none;
}

.main-display {
  text-transform: none;
  margin-bottom: 30px;
  font-size: 74px;
  font-weight: 600;
  line-height: 1.1;
}

.main-display.black {
  color: #000;
  font-size: 64px;
}

.main-display.black.dos {
  font-family: Montserrat, sans-serif;
  font-size: 52px;
}

.grid-one-column {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.15fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contacto-image {
  width: 100%;
  max-height: 46.5vh;
  overflow: hidden;
}

.contacto-image.dos {
  max-height: 43vh;
}

.text-block-24 {
  color: #4f33cf;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.text-block-24.margin {
  margin-bottom: 28px;
}

.text-block-24.margin.top {
  margin-bottom: 46px;
}

.image-124 {
  height: 30px;
  margin-bottom: 8px;
}

.image-127 {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.image-127.dos {
  object-position: 50% 50%;
}

.item-contacto {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.item-contacto.dos {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.code-embed-2 {
  color: #000;
  text-decoration: none;
}

.contacto-uno {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.section-regular {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-regular.s-l {
  background-color: var(--black);
}

.text-block-30 {
  color: #000;
  text-decoration: none;
}

.text-block-30.bold {
  padding-bottom: 4px;
  font-weight: 600;
}

.text-block-30.bold.dos {
  padding-bottom: 4px;
}

.hero-contact {
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: 32svh;
  padding-top: 130px;
  display: flex;
  position: relative;
}

.hero-contact.s-l {
  background-color: var(--black);
}

.div-block-19 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

.location-block {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-height: 400px;
  display: flex;
}

.contact-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f7f7f8;
  border: 1px solid #eef0f1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 62px;
  text-decoration: none;
  transition: all .35s ease-in-out;
  display: flex;
}

.container-tran {
  z-index: 10;
  flex: 1;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-tran.dos {
  max-width: 1666px;
}

.column-large {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.h3-heading {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
}

.contact-character-info {
  color: #717384;
  justify-content: flex-end;
  align-items: center;
  padding: 8px 24px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.paragraph-x-small {
  color: #9c9eab;
  white-space: pre-wrap;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.subheading-regular {
  color: #dedfe3;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.subheading-regular.text-color-neutral-white {
  color: #f5f5f5;
}

.text-color-blue {
  color: #7e8ef1;
}

.contact-text-field {
  color: #000;
  background-color: #e3e3e3;
  border: 1px #22242f;
  border-radius: 0;
  margin-bottom: 0;
  padding: 24px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.contact-text-field:active {
  border-color: #333647;
}

.contact-text-field:focus {
  border-color: #45485f;
}

.contact-text-field::placeholder {
  color: #717384;
}

.success-message {
  text-align: center;
  background-color: #86c1a0;
  border-radius: 99px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.contact-links-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  margin-top: 64px;
}

.contact-submit-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--rojo);
  color: #fff;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 18%;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.contact-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.contact-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.contact-header {
  grid-column-gap: 44px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 128px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-checkbox {
  outline-offset: 0px;
  border-style: none;
  border-width: 0;
  border-radius: 8px;
  outline: 2px solid #333647;
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 0;
}

.contact-checkbox.w--redirected-checked {
  background-color: #0000;
  background-image: url('../images/Check.svg');
  background-size: 16px;
}

.contact-field-label {
  color: var(--black);
  letter-spacing: .04em;
  text-transform: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.section-large {
  background-color: #000;
  padding: 100px 5%;
}

.contact-checkbox-field {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 8px;
  display: flex;
}

.error-message {
  text-align: center;
  background-color: #ed5a5a;
  border-radius: 99px;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.contact-checkbox-span {
  color: #7e8ef1;
  text-decoration: underline;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.contact-checkbox-wrapper {
  color: #717384;
  align-items: center;
  padding: 8px 24px;
  display: flex;
}

.contact-card-2 {
  background-color: #11121800;
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  padding: 0;
}

.contact-map {
  width: 100%;
  height: 100%;
}

.paragraph-regular {
  color: #9c9eab;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #dedfe3;
  text-align: center;
  background-color: #0000;
  border: 2px solid #333647;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s, border-color .3s;
  display: inline-flex;
}

.button-outline:hover {
  color: #fff;
  border-color: #fff;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contact-map-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.grid-contact-form {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  width: 100%;
}

.contact-text-area-small {
  color: #000;
  background-color: #e3e3e3;
  border: 1px #22242f;
  border-radius: 0;
  min-height: 120px;
  margin-bottom: 0;
  padding: 20px 24px 20px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.contact-text-area-small:active, .contact-text-area-small:focus {
  border-color: #333647;
}

.contact-text-area-small::placeholder {
  color: #717384;
}

.contact-icon-wrapper {
  border: 2px solid #22242f;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.contact-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #c8c9d0;
  cursor: pointer;
  background-color: #111218;
  border-radius: 24px;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 32px;
  display: flex;
}

.column-regular {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.image-128 {
  width: 100%;
}

.page-wrapper {
  background-color: #fafafa;
  font-size: 1rem;
  line-height: 1.3;
  overflow: clip;
}

.nav-bar {
  z-index: 998;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #00000036;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.container-nav {
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.logo-link {
  z-index: 998;
  position: relative;
}

.nav-logo {
  width: 4em;
}

.button-menu {
  z-index: 999;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.menu-icon {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2em;
  display: flex;
  position: relative;
}

.top-line {
  background-color: #fff;
  width: 2.5em;
  height: 2px;
  position: relative;
  left: 0%;
  right: 0%;
}

.bottom-line {
  background-color: #fff;
  width: 2.5em;
  height: 2px;
  position: relative;
  inset: auto 0% 0%;
}

.nav-content {
  z-index: 888;
  background-color: #010517;
  width: 50vw;
  height: 100dvh;
  padding: 3em 1.5em 1.5em;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-content-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-block {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.nav-link-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-link-item {
  overflow: hidden;
}

.nav-link-wrapper._1 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-bottom: .1em;
  padding-bottom: .25em;
  display: flex;
}

.nav-link-wrapper._2, .nav-link-wrapper._3, .nav-link-wrapper._4 {
  margin-bottom: .1em;
  padding-bottom: .25rem;
}

.nav-link {
  font-size: 2.5rem;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--grey);
}

.menu-overlay {
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  background-color: #00000096;
  position: fixed;
  inset: 0%;
}

.section-hero {
  height: 100svh;
  padding-top: 10em;
  position: relative;
  overflow: hidden;
}

.hero_content {
  border-radius: .3rem;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.hero-content-wrapper {
  z-index: 1;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-top, ._1-column-grid {
  width: 100%;
}

.heading-18 {
  color: var(--black);
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 4.6rem;
  font-weight: 600;
  line-height: 1.3;
}

.hero-bottom {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.hero-cards-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.hero-card {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff0;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  max-width: 35ch;
  min-height: 10em;
  padding: 2em;
  display: flex;
  position: relative;
}

.paragraph-14 {
  letter-spacing: -.05em;
  margin-bottom: 0;
}

.hero-image-wrapper {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-image-overlay {
  background-color: #00000063;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.navbar-solu {
  z-index: 9999;
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 7fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: grid;
}

.logo-wrapper {
  z-index: 9999;
  width: 4rem;
  position: relative;
}

.nav-logo.dos {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.desktop-links {
  grid-column-gap: 1.6rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-link-solu {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
  text-decoration: none;
}

.button-nav {
  z-index: 9999;
  cursor: pointer;
  flex-flow: column;
  display: none;
  position: relative;
  overflow: hidden;
}

.menu-wrapper {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 42px;
  height: 42px;
  display: flex;
}

.menu-bar {
  background-color: #fff;
  width: 100%;
  height: 1.5px;
}

.nav-content-cc {
  z-index: 2;
  background-color: #000;
  width: 100%;
  height: 100svh;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.nav-link-itemcc {
  overflow: hidden;
}

.nav-link-wrapperr {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mobile-nav-link {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 1.5;
  text-decoration: none;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  font-weight: 500;
}

.paragraph-15 {
  opacity: .55;
  color: var(--black);
  text-align: center;
  margin-bottom: 34px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}

.text-block-31 {
  color: var(--black);
}

.text-block-32 {
  color: var(--black);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.text-block-32.center {
  text-align: center;
  max-width: 60%;
}

.text-block-32.center.nosotros {
  max-width: 64%;
  font-size: 20px;
  font-weight: 500;
}

.bold-text-8, .bold-text-9 {
  font-weight: 600;
}

.link-7 {
  color: var(--black);
  border: 1px solid #e61d00;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.image-129 {
  object-fit: contain;
  height: 300px;
}

.body_i-apas {
  color: var(--white);
  background-color: #000;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.hero-section {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.marquee {
  z-index: 1;
  padding-bottom: 74px;
  position: relative;
}

.hero-flex-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee-header {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.header-h1 {
  mix-blend-mode: difference;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 67px;
  font-weight: 500;
  line-height: 1.2;
}

.header-h1.none {
  display: none;
}

.container-i-apas {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.image-macbook {
  background-image: url('../images/Apple_MacBook_Pro__16___2024__Port_til__100121414-removebg-preview-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1200px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.marque-bg {
  min-height: 100svh;
}

.div-block-20 {
  background-color: #1d1d1f;
  padding-top: 120px;
  padding-bottom: 120px;
}

.div-block-21 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-flow: column;
  width: 46%;
  display: flex;
}

.link-8 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  padding: 8px 16px;
  font-size: 18px;
  text-decoration: none;
}

.partners-section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.overflow-hidden {
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.slider-overlay {
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.slider-overlay.right-corner {
  background-image: linear-gradient(270deg, #000, #4f4f4f 40%, #adadad 70%, #fff);
  inset: 0% 0% 0% auto;
}

.slider-overlay.right-corner.right {
  background-image: linear-gradient(90deg, #000, #4f4f4f 0%, #adadad00 0%, #fff0);
  inset: 0% auto 0% 0%;
}

.slider-animation-wrapper {
  width: 200vw;
  transform: translate(-100vw);
}

.partners-grid {
  grid-column-gap: 108px;
  justify-content: space-between;
  padding-bottom: 60px;
  display: flex;
}

.partner-logo {
  filter: none;
  object-fit: cover;
  width: 100%;
  max-width: 180px;
  height: 50px;
}

.section-info {
  background-color: #1d1d1f;
  padding-top: 120px;
  padding-bottom: 120px;
}

.container-ren {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.section-n {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-n.home-3-banner-section {
  background-image: linear-gradient(45deg, var(--azul-dark), #fff0 85%), linear-gradient(to bottom, #060b3d80, #060b3d80), url('../images/Reformas-integrales-de-viviendas-.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 92svh;
  padding-top: 180px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

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

.section-n.servicios.grey {
  background-color: #f8f8f8;
}

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

.section-n.testimonios {
  padding-top: 90px;
  padding-bottom: 70px;
}

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

.section-n.sobre-nosotros {
  background-image: linear-gradient(45deg, var(--azul-dark), #fff0 75%), linear-gradient(to bottom, #060b3d80, #060b3d80), url('../images/Reformas-integrales-de-viviendas-.jpg');
  background-position: 0 0, 0 0, 0 65%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 600px;
  padding-top: 120px;
  padding-bottom: 80px;
  display: flex;
}

.section-n.servicios-narraguel {
  background-image: linear-gradient(45deg, var(--azul-dark), #fff0 75%), linear-gradient(to bottom, #060b3d80, #060b3d80), url('../images/Reformas-integrales-de-viviendas-.jpg');
  background-position: 0 0, 0 0, 50% 65%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 600px;
  padding-top: 120px;
  padding-bottom: 80px;
  display: flex;
}

.section-n.proyectos-n {
  background-image: linear-gradient(45deg, var(--azul-dark), #fff0 75%), linear-gradient(to bottom, #060b3d80, #060b3d80), url('../images/Reformas-integrales-de-viviendas-.jpg');
  background-position: 0 0, 0 0, 0 65%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 600px;
  padding-top: 120px;
  padding-bottom: 80px;
  display: flex;
}

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

.section-n.aviso-legal {
  padding-top: 160px;
}

.container-n {
  width: 100%;
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.home-top-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-top-title {
  width: 52%;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.1;
}

.home-top-title.black {
  color: var(--black);
  width: 100%;
  margin-bottom: 56px;
  font-size: 48px;
}

.heading-19 {
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}

.div-block-23 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.boton-principal {
  background-color: var(--rojo);
  color: var(--white);
  padding: 12px 22px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
}

.boton-principal.white {
  background-color: var(--white);
  color: var(--black);
}

.paragraph-16 {
  width: 43%;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.4;
}

.main-left-title-wrapper {
  width: 55%;
  margin-top: 0;
  margin-bottom: 66px;
  margin-right: auto;
  padding-top: 0;
  padding-left: 36px;
  display: flex;
  position: relative;
}

.main-left-title-wrapper._100 {
  width: 100%;
  margin-bottom: 26px;
}

.main-left-title-wrapper._45 {
  width: 45%;
}

.main-left-title-wrapper._45._100 {
  width: 100%;
  margin-bottom: 36px;
}

.main-left-title-wrapper._45._40 {
  width: 51%;
  margin-bottom: 36px;
}

.vertical-inscription {
  color: var(--rojo);
  text-align: center;
  width: 160px;
  font-size: 15px;
  position: absolute;
  inset: 0% auto 0% -3%;
  transform: rotate(-90deg);
}

.heading-20 {
  color: var(--azul-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.3;
}

.home-6-services-collection {
  width: 100%;
}

.home-6-services-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-11-service-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-image {
  width: 60px;
}

.content-wrapper-home-1.padding-up {
  padding-top: 8px;
}

.h2-service {
  color: var(--azul-dark);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.paragraph-17 {
  color: var(--grey);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.content-wrap {
  grid-column-gap: 60px;
  display: flex;
}

.service-image-item-element {
  background-image: linear-gradient(45deg, var(--azul-dark), #fff0 65%), linear-gradient(to bottom, #060b3d80, #060b3d80), url('../images/WhatsApp-Image-2026-01-21-at-09.05.29.jpeg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex: 1;
}

.home-3-services {
  width: 60%;
}

.home-3-services-list {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-3-service-item {
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-5-info-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  width: 100%;
  display: flex;
}

.about-5-info-wrap-left {
  width: 50%;
}

.about-company {
  position: relative;
}

.paragraph-18 {
  color: var(--grey);
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-18._85 {
  width: 96%;
}

.paragraph-18._85.padding {
  margin-bottom: 32px;
}

.about-5-info-cards-wrapper {
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.about-ruc-company-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 48%;
  padding-right: 10px;
  display: flex;
}

.image-company-ruc {
  height: 70px;
}

.heading-21 {
  color: var(--azul-dark);
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.paragraph-19 {
  color: var(--grey);
  font-size: 16px;
  line-height: 1.5;
}

.about-5-info-wrap-right {
  align-self: flex-end;
  width: 50%;
}

.capabilities-image-about-ruc {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.grid-gallery {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.first-block-collection-item {
  height: 500px;
  position: relative;
}

.project-home-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.project-wrapper {
  background-image: linear-gradient(#060b3d80, #060b3d80);
  position: absolute;
  inset: 0%;
}

.project-wrapper.sin-nada {
  background-image: none;
}

.h2-second-block-gallery {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.h2-two-images-collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h2-second-block-collection-item {
  height: 238px;
  position: relative;
}

.h2-second-block-bottom-collection-item {
  height: 239px;
  position: relative;
}

.section-with-blue-background {
  background-color: var(--rojo);
  background-image: linear-gradient(45deg, var(--azul-dark), #fff0 80%), linear-gradient(to bottom, #060b3d80, #060b3d80), url('../images/WhatsApp-Image-2026-01-21-at-09.05.29.jpeg');
  background-position: 0 0, 0 0, 50% 62%;
  background-size: auto, auto, cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.cta-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-22 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.3;
}

.paragraph-20 {
  width: 44%;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.3;
}

.text-span-3, .text-span-4, .text-span-5, .text-span-6 {
  color: var(--rojo);
}

.home-team-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  width: 100%;
  display: flex;
}

.home-team-content {
  width: 40%;
  padding-right: 0;
}

.text-span-7 {
  color: var(--rojo);
}

.paragraph-21 {
  color: var(--grey);
  font-size: 15px;
}

.home-team-testimonial {
  width: 57%;
}

.home-5-testimonials-slider {
  background-color: #0000;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.home-5-testimonials-mask {
  width: 100%;
  overflow: hidden;
}

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

.home-testimonials-slide {
  flex-flow: column;
  margin-right: 0;
  display: flex;
}

.testimonials-text-wrapper {
  border-left: 3px solid var(--rojo);
  padding: 18px 0 18px 26px;
}

.paragraph-22 {
  color: var(--azul-dark);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.left-arrow-2 {
  width: 50px;
  height: 50px;
  display: none;
  inset: auto auto -20% -1%;
}

.right-arrow-3 {
  color: var(--rojo);
  width: 50px;
  height: 50px;
  display: none;
  inset: auto auto -20% 4%;
}

.testimonials-slider-author {
  justify-content: flex-start;
  align-items: center;
  margin-top: 28px;
  display: flex;
}

.testimonials-slider-image {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  overflow: visible;
}

.heading-23 {
  color: var(--azul-dark);
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.div-block-24 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-130 {
  width: 15px;
}

.icon-3 {
  color: var(--rojo);
  font-size: 26px;
}

.icon-4 {
  font-size: 26px;
}

.div-block-25 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 36px;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-33 {
  color: var(--azul-dark);
  font-size: 22px;
  line-height: 1.2;
}

.text-block-34 {
  color: var(--azul-dark);
}

.div-block-27 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  display: flex;
}

.image-131 {
  width: 140px;
}

.continer-preguntas {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.35fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.flex-wrapper-preguntas {
  flex-flow: column;
  display: flex;
}

.dropdown {
  border: 1px #39385133;
  border-bottom-style: solid;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle {
  border: 1px #393851;
  width: 100%;
  padding: 18px 12px;
}

.dropdown-toggle.w--open {
  padding: 18px 12px;
}

.text-block-35 {
  color: var(--azul-dark);
  font-size: 18px;
  line-height: 1.4;
}

.icon-5 {
  color: var(--azul-dark);
  font-size: 18px;
}

.dropdown-list {
  position: relative;
}

.dropdown-list.w--open {
  background-color: #0000;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
}

.paragraph-23 {
  color: var(--grey);
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.5;
}

.text-span-8 {
  color: var(--rojo);
}

.image-132 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 350px;
  max-height: 350px;
  position: relative;
  top: -16px;
}

.text-span-9 {
  color: var(--rojo);
}

.fixed-presupuesto {
  z-index: 999;
  background-color: var(--rojo);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 12px 18px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 2% 6% auto;
}

.fixed-whatsapp {
  z-index: 9999;
  background-color: #00e676;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .3s;
  display: flex;
  position: fixed;
  inset: auto auto 5.7% 2%;
  box-shadow: 0 0 20px 10px #00e67633;
}

.fixed-whatsapp:hover {
  width: 64px;
  height: 64px;
}

.image-133 {
  width: 38px;
}

.footer-n {
  background-color: var(--white);
  border-top: 1px solid #00000026;
  padding-top: 80px;
  padding-bottom: 30px;
}

.footer-main-wrapper {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.footer-content-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  display: flex;
}

.image-134 {
  width: 100px;
}

.text-block-36 {
  color: var(--azul-dark);
  font-size: 16px;
}

.footer-form-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 74%;
  display: flex;
}

.footer-info-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-37 {
  color: var(--azul-dark);
  padding-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
}

.link-9 {
  color: var(--azul-dark);
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

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

.text-block-38, .text-block-39 {
  color: var(--azul-dark);
  font-size: 15px;
}

.link-10 {
  color: var(--azul-dark);
  font-weight: 600;
  text-decoration: none;
}

.container-sobre-nosotros {
  z-index: 2;
  width: 60%;
  margin-right: auto;
  position: relative;
}

.heading-24 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.25;
}

.paragraph-24 {
  color: var(--white);
  width: 73%;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.heading-25 {
  color: var(--azul-dark);
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.3;
}

.grid-proyectos {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.item-proyect {
  width: 100%;
  min-height: 355px;
  max-height: 355px;
}

.image-135 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.navbar-2 {
  background-color: #fff;
  border-bottom: 1px solid #0000001a;
  position: absolute;
  inset: 0% 0% auto;
}

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

.image-136 {
  width: 70px;
}

.div-block-28 {
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.nav-link-4 {
  padding: 0;
  font-size: 16px;
  transition: all .25s;
}

.nav-link-4:hover {
  color: var(--rojo);
}

.nav-link-4.w--current {
  color: var(--azul-dark);
}

.nav-link-4.border-black.w--current {
  font-size: 16px;
}

.nav-link-4.border-black.w--current:hover {
  color: var(--rojo);
}

.nav-menu-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grid-services {
  grid-column-gap: 66px;
  grid-row-gap: 66px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-26 {
  color: var(--azul-dark);
  margin-top: 0;
  margin-bottom: 18px;
  font-weight: 500;
}

.paragraph-25 {
  color: var(--grey);
  font-size: 18px;
  line-height: 1.5;
}

.image-services {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 295px;
}

.image-services.center {
  object-position: 50% 50%;
}

.flex-aviso-legal {
  flex-flow: column;
  display: flex;
}

.paragraph-26 {
  color: var(--black);
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-26.dos {
  margin-bottom: 44px;
}

.list-item, .body-4 {
  color: var(--black);
  font-size: 16px;
}

.list-item-2, .list-item-3, .list-item-4, .list-item-5 {
  color: var(--black);
}

.list {
  margin-bottom: 56px;
  padding-left: 20px;
}

.list.dos {
  margin-bottom: 26px;
}

.heading-27 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 22px;
  font-weight: 500;
  line-height: 1.3;
}

.paragraph-27 {
  color: var(--black);
  margin-bottom: 44px;
  line-height: 1.5;
}

.paragraph-27.dos {
  margin-bottom: 14px;
}

.body-5 {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .hero_coordinates {
    font-size: .7rem;
  }

  .hero {
    height: 100vh;
  }

  .menu-button_label-visible {
    font-size: 1rem;
  }

  .navbar_menu {
    background-color: #fff;
    flex-flow: column;
    flex: 1;
    align-self: stretch;
    width: 100%;
  }

  .scroll-indictor_icon {
    width: .8rem;
    height: .8rem;
    min-height: 1.5rem;
  }

  .navbar_link {
    color: #000;
    padding: 0;
    font-size: 2rem;
    line-height: 1.6;
  }

  .navbar_menu-button {
    z-index: 2;
    color: #000;
  }

  .image-6 {
    width: 200px;
  }

  .navbar_menu-inner-container {
    background-color: #fff;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    min-height: 100%;
    padding: 8rem 1rem;
    display: flex;
  }

  .navbar_logo-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar_logo-container.tablet-display-none {
    display: none;
  }

  .hero_label {
    font-size: .6rem;
  }

  .grid-global.no-gap {
    grid-column-gap: 0rem;
    grid-row-gap: 1.1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .menu-button_label-hidden {
    color: #000;
    font-size: 1rem;
    display: none;
  }

  .scroll-indicator_text {
    font-size: .7rem;
  }

  .navbar_menu-container {
    z-index: 1;
    background-color: #fff;
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    min-width: 100%;
    height: 100svh;
    max-height: 100svh;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .v-footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-social {
    display: none;
  }

  .nav-link-2 {
    color: var(--black);
    background-color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
  }

  .nav-link-2:hover {
    color: var(--rojo);
  }

  .nav-link-2:active, .nav-link-2:focus, .nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible], .nav-link-2:visited {
    color: var(--black);
  }

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

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

  .number-section-right-column {
    grid-column-gap: 0px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr 1fr;
  }

  .numbers-wrap-home-3 {
    border-right-style: none;
    margin-right: 0;
    padding-right: 24px;
  }

  .map-section-wrapper {
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .map-block {
    width: 100%;
    max-height: 400px;
  }

  .image-15 {
    object-fit: contain;
    max-height: 400px;
  }

  .map-section-content {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    width: 100%;
  }

  .heading-5 {
    font-size: 42px;
  }

  .big-number {
    font-size: 40px;
  }

  .buttom-clients-wrapper {
    margin-top: 20px;
  }

  .link-4, .link-4:hover {
    font-weight: 500;
  }

  .top-title-content {
    grid-column-gap: 26px;
    margin-bottom: 40px;
  }

  .heading-7 {
    font-size: 41px;
  }

  .paragraph-8 {
    font-size: 16px;
  }

  .milestone-grid {
    grid-column-gap: 60px;
  }

  .milestone-wrapper {
    padding-bottom: 24px;
  }

  .milestone-title {
    justify-content: space-between;
    align-items: flex-end;
  }

  .heading-8 {
    font-size: 22px;
  }

  .title-team-wrap-left {
    margin-bottom: 40px;
  }

  .heading-9 {
    font-size: 42px;
  }

  .collection-list-team-grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .image-team-about {
    height: 409px;
  }

  .process-title-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .process-step {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .step-description {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .paragraph-10 {
    font-size: 16px;
  }

  .home-three-image-wrapper {
    height: 584px;
  }

  .heading-12 {
    text-align: center;
    font-size: 41px;
  }

  .logo-footer-block {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .footer-wrapper {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-links-wrapper {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
  }

  .footer-bottom-wrapper {
    margin-top: 30px;
    padding-top: 30px;
  }

  .your-profession {
    font-size: 40px;
    line-height: 50px;
  }

  .nav-link-wrapper {
    border-bottom: 1px #00000080;
  }

  .nav-menu-4 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    color: var(--black);
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .heading-13 {
    width: 100%;
    font-size: 55px;
  }

  .heading-13.ase, .heading-13.ciber, .heading-13.cloud {
    width: 100%;
  }

  .heading-14 {
    width: 100%;
    font-size: 55px;
  }

  .section-soluciones {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .paragraph-11 {
    margin-bottom: 10px;
  }

  .heading-15 {
    font-size: 38px;
  }

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

  .grid-2-testimonios {
    padding-bottom: 24px;
  }

  .image-20 {
    height: 243px;
  }

  .left-arrow {
    left: -25px;
  }

  .review-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .review-left {
    max-width: 100%;
  }

  .review-right {
    aspect-ratio: 309 / 170;
    max-width: 100%;
  }

  .cover-image {
    width: 100%;
    height: 391px;
  }

  .menu-button-4 {
    background-color: #fff0;
    display: flex;
  }

  .menu-button-4:hover, .menu-button-4:active, .menu-button-4:focus, .menu-button-4:focus-visible, .menu-button-4[data-wf-focus-visible] {
    background-color: #fff0;
  }

  .main-display.black.dos {
    font-size: 41px;
  }

  .grid-one-column {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .grid-three-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    place-items: stretch stretch;
    margin-bottom: 16px;
  }

  .contact-card {
    width: 100%;
  }

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

  .contact-links-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .grid-contact-form {
    grid-template-columns: 1fr;
  }

  .nav-container {
    grid-template-columns: 1fr 7fr;
  }

  .desktop-links {
    display: flex;
  }

  .nav-link-solu {
    font-size: .6rem;
  }

  .button-nav {
    display: none;
  }

  .menu-wrapper {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .header-h1 {
    width: 62%;
    font-size: 38px;
  }

  .image-macbook {
    background-size: 695px;
    height: 90svh;
  }

  .section-n, .section-n.servicios {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .section-n.preguntas {
    padding-top: 60px;
  }

  .section-n.sobre-nosotros {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .section-n.section-proyect {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-n.aviso-legal {
    padding-top: 140px;
  }

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

  .home-top-title {
    width: 100%;
  }

  .home-top-title.black {
    margin-bottom: 28px;
    font-size: 38px;
  }

  .paragraph-16 {
    width: 100%;
  }

  .main-left-title-wrapper {
    flex-flow: column;
    width: 100%;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .main-left-title-wrapper._100.dos {
    flex-flow: column;
    margin-bottom: 26px;
    padding-left: 0;
  }

  .main-left-title-wrapper._45 {
    flex-flow: column;
    width: 100%;
    padding-left: 0;
  }

  .main-left-title-wrapper._45._100 {
    flex-flow: column;
    padding-left: 0;
  }

  .main-left-title-wrapper._45._40 {
    width: 100%;
    margin-bottom: 24px;
  }

  .main-left-title-wrapper._36px {
    margin-bottom: 36px;
  }

  .vertical-inscription {
    text-align: left;
    width: 100%;
    margin-bottom: 4px;
    position: relative;
    left: 0%;
    transform: none;
  }

  .heading-20 {
    font-size: 36px;
  }

  .home-6-services-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .home-11-service-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .content-wrap {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    flex-flow: column;
  }

  .service-image-item-element {
    order: 9999;
    min-height: 250px;
  }

  .home-3-services, .home-3-services-list {
    width: 100%;
  }

  .about-5-info-wrapper {
    grid-row-gap: 51px;
    flex-flow: column;
  }

  .about-5-info-wrap-left, .about-5-info-wrap-right {
    width: 100%;
  }

  .capabilities-image-about-ruc {
    height: 350px;
  }

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

  .first-block-collection-item {
    height: 320px;
  }

  .h2-second-block-gallery {
    grid-row-gap: 16px;
  }

  .h2-two-images-collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .paragraph-20 {
    width: 80%;
    margin-bottom: 26px;
    font-size: 19px;
  }

  .home-team-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .testimonials-slider-image {
    width: 36px;
    height: 36px;
    margin-right: 12px;
  }

  .heading-23 {
    margin-bottom: 2px;
    font-size: 18px;
  }

  .div-block-25 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-left: 0;
  }

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

  .div-block-27 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .image-131 {
    width: 100px;
  }

  .continer-preguntas {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.35fr;
  }

  .dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    padding: 16px 10px;
    display: flex;
  }

  .text-block-35 {
    order: -9999;
    font-size: 16px;
  }

  .icon-5 {
    position: relative;
  }

  .image-132 {
    min-height: 250px;
    max-height: 250px;
  }

  .fixed-presupuesto {
    padding: 10px 16px;
    bottom: 3%;
  }

  .fixed-whatsapp {
    width: 50px;
    height: 50px;
    bottom: 3%;
  }

  .fixed-whatsapp:hover {
    width: 56px;
    height: 56px;
  }

  .image-133 {
    width: 30px;
  }

  .footer-n {
    padding-top: 60px;
  }

  .footer-main-wrapper {
    flex-flow: row;
  }

  .image-134 {
    width: 70px;
  }

  .footer-form-wrapper {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex-flow: wrap;
  }

  .container-sobre-nosotros {
    width: 100%;
  }

  .heading-24 {
    line-height: 1.2;
  }

  .heading-25 {
    margin-bottom: 36px;
  }

  .grid-proyectos {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .nav-link-4 {
    text-align: center;
    background-color: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .nav-link-4.border-black {
    border-top: 1px solid #0003;
  }

  .nav-link-4.padding-bottom {
    padding-bottom: 8px;
  }

  .grid-services {
    grid-column-gap: 36px;
    grid-row-gap: 28px;
  }

  .heading-26 {
    font-size: 26px;
    line-height: 1.2;
  }

  .paragraph-25 {
    font-size: 16px;
  }

  .icon-6 {
    color: var(--black);
  }

  .menu-button-5 {
    background-color: #ffffff40;
  }

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

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

  .list {
    margin-bottom: 36px;
    padding-left: 16px;
  }

  .heading-27 {
    margin-bottom: 18px;
    font-size: 28px;
  }

  .paragraph-27 {
    margin-bottom: 36px;
  }

  .paragraph-27.dos {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  .main-wrapper {
    overflow: hidden;
  }

  .v-navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .v-hero.dos {
    padding-top: 170px;
  }

  .v-hero.dos.dise-o {
    min-height: 90svh;
    padding-top: 240px;
  }

  .v-hero.hero.cuatro {
    height: 90vh;
    min-height: 92svh;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-11 {
    width: 40px;
  }

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

  .image-13.dos {
    width: 250px;
  }

  .section-colaboradores {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .logos-grid {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .label-wrap.dos {
    margin-bottom: 10px;
  }

  .logo-banner-wrapper {
    margin-top: 0;
  }

  .section-clients {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .number-section-right-column {
    grid-template-columns: 1fr;
  }

  .numbers-wrap-home-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .big-number-home-3 {
    font-size: 55px;
  }

  .section-map {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-5 {
    font-size: 40px;
  }

  .section-about {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .top-title-content {
    grid-template-columns: 1fr;
  }

  .heading-7 {
    font-size: 40px;
  }

  .milestone-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .section-equipo {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-9 {
    font-size: 40px;
  }

  .collection-list-team-grid {
    grid-template-columns: 1fr;
  }

  .section-servicios {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .process-title-wrap {
    margin-bottom: 26px;
  }

  .steps-wrapper {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .process-step {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .image-process-wrapper {
    height: 200px;
  }

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

  .step-description {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .home-three-image-wrapper {
    height: 510px;
  }

  .cta {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-12 {
    font-size: 30px;
  }

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

  .footer-links-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .white-text {
    margin-bottom: 12px;
  }

  .footer-link {
    margin-bottom: 8px;
  }

  .copyright-links-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .your-profession {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  .heading-13 {
    font-size: 40px;
  }

  .heading-13.dise-o-web {
    font-size: 50px;
  }

  .heading-14 {
    font-size: 40px;
  }

  .section-soluciones.dos {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-soluciones.dos.tres {
    padding-bottom: 30px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .title-wrapper-soluciones {
    margin-bottom: 36px;
  }

  .paragraph-11.dos.dise-o {
    text-align: left;
    font-size: 30px;
    line-height: 1.2;
  }

  .paragraph-11.dos.dise-o.left {
    margin-bottom: 0;
    font-size: 28px;
  }

  .heading-15 {
    font-size: 34px;
  }

  .heading-15.dos {
    font-size: 31px;
  }

  .heading-15.tres.dos.dise-o {
    text-align: left;
    font-size: 18px;
  }

  .testimonios-up-tittle {
    margin-bottom: 12px;
  }

  .text-block-19 {
    margin-bottom: 8px;
  }

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

  .grid-2-testimonios {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-5 {
    margin-bottom: 0;
  }

  .image-stars {
    margin-bottom: 24px;
  }

  .paragraph-12, .text-block-20 {
    font-size: 18px;
  }

  .image-20 {
    height: 156px;
  }

  .right-arrow-2 {
    right: -17px;
  }

  .image-21 {
    width: 98%;
  }

  .review-wrap {
    grid-column-gap: 32px;
  }

  .review-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 12px;
  }

  .paragraph-13 {
    margin-bottom: 8px;
  }

  .paragraph-13.dise-o {
    font-size: 15px;
  }

  .review-right {
    aspect-ratio: 309 / 197;
    order: 1;
  }

  .cover-image {
    height: 339px;
  }

  .image-22 {
    width: 145px;
  }

  .main-display.black {
    margin-bottom: 0;
    font-size: 42px;
  }

  .main-display.black.dos {
    font-size: 28px;
  }

  .grid-one-column {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .text-block-24.margin.top {
    margin-bottom: 32px;
  }

  .image-127.dos {
    object-position: 50% 50%;
  }

  .item-contacto {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .contacto-uno {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .hero-contact {
    min-height: 25svh;
    padding-top: 100px;
  }

  .h3-heading {
    font-size: 42px;
  }

  .contact-links-grid {
    grid-template-columns: 1fr;
  }

  .contact-header {
    margin-bottom: 60px;
  }

  .desktop-links {
    display: none;
  }

  .button-nav {
    display: flex;
  }

  .nav-content-cc {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .nav-content-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .paragraph-15 {
    font-size: 21px;
  }

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

  .text-block-32.center.nosotros {
    max-width: 100%;
    font-size: 20px;
  }

  .image-129 {
    display: none;
  }

  .header-h1 {
    width: 68%;
    font-size: 30px;
  }

  .image-macbook {
    background-size: 510px;
    height: 80svh;
  }

  .section-n, .section-n.servicios {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-6-services-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-24 {
    font-size: 36px;
  }

  .paragraph-24 {
    width: 100%;
  }

  .heading-25 {
    font-size: 38px;
    line-height: 1.2;
  }

  .grid-proyectos {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .item-proyect {
    min-height: 300px;
  }

  .grid-services {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .paragraph-25 {
    margin-bottom: 0;
  }

  .image-services {
    height: 200px;
  }
}

@media screen and (max-width: 479px) {
  .hero_coordinates.none {
    display: none;
  }

  .hero {
    height: 100svh;
    min-height: 80svh;
  }

  .image-6 {
    width: 130px;
  }

  .grid-global.no-gap {
    grid-column-gap: 0rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .grid-global.no-gap.flex {
    flex-flow: row;
  }

  .v-navbar {
    padding: 12px 16px;
  }

  .image-8 {
    width: 16px;
  }

  .v-hero.dos {
    padding-top: 125px;
  }

  .v-hero.dos.dise-o {
    min-height: 85svh;
  }

  .v-hero.hero.cuatro {
    height: 84vh;
    min-height: 82svh;
    padding-top: 120px;
  }

  .image-11 {
    width: 26px;
  }

  .text-block-12 {
    font-size: 18px;
    line-height: 1.3;
  }

  .image-13.dos {
    width: 200px;
  }

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

  .v-container.dos {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-banner-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .logo-banner-wrapper.cuatro {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .logo-icon-wrap {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-icon-wrap.none {
    display: none;
  }

  .logo-banner-image.vodafone.business, .logo-banner-image.masmovil.dos {
    height: 55px;
  }

  .logo-banner-image.trrer {
    height: 49px;
  }

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

  .number-section-right-column {
    grid-row-gap: 20px;
  }

  .numbers-wrap-home-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-right: 0;
  }

  .big-number-home-3 {
    font-size: 44px;
  }

  .number-description {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .paragraph-large.grey {
    font-size: 18px;
  }

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

  .map-section-wrapper {
    grid-row-gap: 26px;
  }

  .map-section-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .heading-5 {
    font-size: 30px;
  }

  .big-number {
    font-size: 28px;
  }

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

  .buttom-clients-wrapper {
    margin-top: 16px;
  }

  .link-4 {
    padding: 10px 18px;
  }

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

  .top-title-content {
    grid-column-gap: 23px;
    grid-row-gap: 12px;
    margin-bottom: 20px;
  }

  .heading-7 {
    font-size: 30px;
  }

  .milestone-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding-bottom: 18px;
  }

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

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

  .title-team-wrap-left {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 28px;
  }

  .team-title-wrap {
    max-width: 100%;
  }

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

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

  .heading-9.d {
    font-size: 28px;
  }

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

  .process-step {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .step-description {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .numbers-small {
    font-size: 16px;
  }

  .heading-11 {
    font-size: 25px;
  }

  .footer-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .white-text {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .footer-link {
    margin-bottom: 6px;
    font-size: 15px;
  }

  .footer-social-icons-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .image-16 {
    height: 13px;
  }

  .site-title-wrapper {
    font-size: 40px;
    line-height: 50px;
  }

  .nav-link-wrapper, .nav-menu-4 {
    background-color: #fff;
  }

  .heading-13 {
    font-size: 35px;
  }

  .heading-13.ase {
    font-size: 34px;
  }

  .heading-13.ciber {
    font-size: 32px;
  }

  .heading-13.cloud {
    width: 100%;
  }

  .heading-13.dise-o-web {
    font-size: 34px;
  }

  .heading-14 {
    font-size: 36px;
  }

  .title-wrapper-soluciones {
    margin-bottom: 26px;
  }

  .title-wrapper-soluciones.dos.tres {
    margin-bottom: 12px;
  }

  .paragraph-11.dos {
    font-size: 14px;
  }

  .paragraph-11.dos.dise-o {
    font-size: 26px;
  }

  .paragraph-11.dos.dise-o.left {
    font-size: 24px;
  }

  .heading-15 {
    font-size: 30px;
  }

  .heading-15.dos {
    font-size: 26px;
  }

  .heading-15.dos.tres {
    font-size: 20px;
  }

  .heading-15.tres {
    font-size: 23px;
  }

  .heading-15.tres.dos.dise-o {
    font-size: 16px;
  }

  .text-block-19 {
    font-size: 14px;
  }

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

  .grid-2-testimonios {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 36px;
    padding-right: 36px;
  }

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

  .image-19 {
    width: 20px;
  }

  .image-stars, .paragraph-12 {
    margin-bottom: 18px;
  }

  .div-block-6 {
    width: 100%;
    display: none;
  }

  .div-block-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .review-wrap.dos {
    margin-top: 32px;
  }

  .review-left {
    margin-bottom: 0;
  }

  .paragraph-13.dise-o.litle {
    font-size: 13px;
  }

  .cover-image {
    height: 209px;
  }

  .icon, .icon-2 {
    font-size: 26px;
  }

  .main-display.black {
    font-size: 29px;
  }

  .main-display.black.dos {
    text-align: left;
    font-size: 27px;
  }

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

  .hero-contact {
    min-height: 18svh;
    padding-top: 90px;
  }

  .hero-contact.dos {
    padding-top: 100px;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
  }

  .contact-card {
    width: 100%;
    padding: 48px 0;
  }

  .column-large {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .contact-submit-button {
    width: 34%;
  }

  .contact-card-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .contact-map-wrapper.none {
    display: none;
  }

  .column-regular {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .mobile-nav-link {
    font-size: 18px;
    line-height: 1.8;
  }

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

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

  .text-block-32.center.nosotros {
    font-size: 16px;
  }

  .link-7 {
    white-space: nowrap;
    padding-left: 16px;
    padding-right: 16px;
  }

  .header-h1 {
    width: 77%;
    font-size: 22px;
  }

  .image-macbook {
    background-size: 345px;
    height: 60svh;
  }

  .section-n.home-3-banner-section {
    justify-content: center;
    align-items: stretch;
    min-height: 88svh;
  }

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

  .section-n.testimonios {
    padding-top: 40px;
  }

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

  .section-n.sobre-nosotros {
    padding-bottom: 60px;
  }

  .section-n.servicios-narraguel, .section-n.proyectos-n {
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 60px;
  }

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

  .section-n.aviso-legal {
    padding-top: 110px;
  }

  .home-top-title {
    font-size: 36px;
  }

  .home-top-title.black {
    margin-bottom: 16px;
    font-size: 32px;
  }

  .paragraph-16 {
    font-size: 16px;
  }

  .main-left-title-wrapper {
    flex-flow: column;
    margin-bottom: 28px;
    padding-left: 0;
  }

  .main-left-title-wrapper._45._100 {
    margin-bottom: 16px;
  }

  .main-left-title-wrapper._45._40 {
    margin-bottom: 20px;
  }

  .heading-20 {
    font-size: 28px;
    line-height: 1.2;
  }

  .home-6-services-list {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .content-wrapper-home-1.padding-up {
    padding-top: 0;
  }

  .h2-service {
    margin-bottom: 6px;
  }

  .paragraph-17 {
    margin-bottom: 0;
  }

  .home-3-services-list {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .home-3-service-item {
    grid-row-gap: 8px;
  }

  .about-5-info-wrapper {
    grid-row-gap: 36px;
  }

  .paragraph-18._85 {
    width: 100%;
  }

  .paragraph-18._85.padding {
    margin-bottom: 26px;
  }

  .capabilities-image-about-ruc {
    height: 220px;
  }

  .grid-gallery {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .first-block-collection-item {
    height: 200px;
  }

  .project-home-image.none {
    display: none;
  }

  .project-wrapper {
    background-image: linear-gradient(#060b3d80, #060b3d80);
  }

  .project-wrapper.sin-nada {
    background-image: none;
  }

  .h2-second-block-gallery {
    grid-row-gap: 12px;
  }

  .h2-two-images-collection-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .h2-second-block-collection-item, .h2-second-block-bottom-collection-item {
    height: 200px;
  }

  .h2-second-block-bottom-collection-item.none {
    display: none;
  }

  .section-with-blue-background {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .heading-22.cta-ref {
    font-size: 32px;
  }

  .paragraph-20 {
    width: 100%;
    font-size: 16px;
  }

  .home-team-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
  }

  .home-team-content, .home-team-testimonial {
    width: 100%;
  }

  .testimonials-text-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 6px;
  }

  .paragraph-22 {
    font-size: 15px;
  }

  .testimonials-slider-author {
    margin-top: 16px;
  }

  .heading-23 {
    font-size: 16px;
  }

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

  .text-block-33 {
    font-size: 16px;
  }

  .dropdown-toggle, .dropdown-toggle.w--open {
    padding: 14px 0;
  }

  .text-block-35 {
    white-space: pre-wrap;
  }

  .icon-5 {
    margin-right: 0;
  }

  .dropdown-list.w--open {
    padding-bottom: 10px;
    padding-left: 6px;
    padding-right: 6px;
  }

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

  .image-132 {
    min-height: 220px;
    max-height: 220px;
  }

  .footer-n {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .footer-main-wrapper {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: column;
  }

  .footer-form-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .footer-info-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .text-block-37 {
    padding-bottom: 6px;
    font-size: 14px;
  }

  .link-9 {
    font-size: 14px;
  }

  .footer-links-wrapper-dos {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .text-block-38, .link-10 {
    font-size: 14px;
  }

  .heading-24.sobre {
    font-size: 34px;
  }

  .heading-24.servicios {
    font-size: 32px;
  }

  .heading-24.proyectos {
    font-size: 30px;
  }

  .heading-25 {
    font-size: 28px;
  }

  .grid-proyectos {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .item-proyect {
    min-height: 100%;
    max-height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .item-proyect.none {
    display: none;
  }

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

  .image-136 {
    width: 55px;
  }

  .div-block-28 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-link-4.border-black.w--current {
    padding-top: 6px;
  }

  .heading-26 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .menu-button-5 {
    padding: 12px;
  }

  .image-138 {
    width: 18px;
  }

  .paragraph-26, .list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5 {
    font-size: 15px;
  }

  .heading-27 {
    margin-bottom: 16px;
    font-size: 26px;
  }

  .paragraph-27 {
    font-size: 15px;
  }
}

#w-node-c49fe689-1c06-61c2-4892-069563bccb41-3968a4e2, #w-node-e7cd07bc-bb89-81c8-ebcf-25849595013c-3968a4e2 {
  order: 9999;
}

#w-node-_1a128a78-9084-4265-6384-3266d2b68bba-d2b68bb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_1a128a78-9084-4265-6384-3266d2b68bbc-d2b68bb8 {
  justify-self: center;
}

#w-node-_1a128a78-9084-4265-6384-3266d2b68bcb-d2b68bb8, #w-node-_1a128a78-9084-4265-6384-3266d2b68bd2-d2b68bb8 {
  justify-self: end;
}

#w-node-_5d49b0c2-3164-7001-4b45-6f510151cf97-37bb6167, #w-node-_5d49b0c2-3164-7001-4b45-6f510151cfa5-37bb6167 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_022f4918-8fe5-fa34-dc42-d8fe3fa187d9-c79a2a17 {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-a4dbaaf1-3107-0309-72ed-d244c9116328-3968a4e2 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b558c431-67f1-d7da-6e40-e4fd3384ff04-3968a4e2, #w-node-_57ec7baf-b525-3b4f-8a1c-1700cca40eea-3968a4e2 {
    order: 9999;
  }
}


