@font-face {
  font-family: "Lato V 25 Latin";
  src: url('../fonts/lato-v25-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato V 25 Latin 700";
  src: url('../fonts/lato-v25-latin-700.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato V 25 Latin 900";
  src: url('../fonts/lato-v25-latin-900.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oswald;
  src: url('../fonts/Oswald-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oswald;
  src: url('../fonts/Oswald-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oswald;
  src: url('../fonts/Oswald-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.nav-title {
  margin-bottom: 10px;
  font-size: 16px;
}

.navigation-container-mob {
  background-color: #04426a;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-drop-container {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-link-block {
  color: #283338;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 22px;
  font-size: 16px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.navigation-link-block:hover {
  color: #7735f6;
  background-color: #7735f60d;
}

.large-link {
  color: #6127da;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
}

.dropdown-list-full-wrapper {
  background-color: #fff;
  width: 90%;
}

.dropdown-list {
  min-width: 100%;
}

.dropdown-list.w--open {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  display: flex;
  position: absolute;
  inset: 80px 0 auto;
  box-shadow: 2px 30px 50px #00000014;
}

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

.navigation {
  z-index: 9;
  background-color: #04426a;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.navigation-link {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  font-family: "Lato V 25 Latin 900", Georgia, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link:hover {
  color: #fff;
}

.navigation-link.w--current {
  color: #fff;
  font-family: Lato, sans-serif;
}

.navigation-link.lastlink {
  padding-right: 0;
  font-family: "Lato V 25 Latin 900", Georgia, sans-serif;
}

.navigation-mob {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.nav-menu {
  color: #283338;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.dropdown-toggle {
  padding-left: 12px;
  padding-right: 24px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: #7735f6;
}

.navigation-column {
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 10px 15px 0;
}

.navigation-bottom-bar {
  background-color: #7735f614;
  background-image: url('../images/scribble-5.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  justify-content: center;
  align-items: center;
  margin-right: 44px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.brand.w--current {
  inset: 0% auto 0% 0%;
}

.navigation-container {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 60px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  position: relative;
}

.navigation-full {
  z-index: 9;
  color: #04426a;
  background-color: #04426a;
  border-bottom: 1px solid #3d424b12;
  align-items: center;
  width: 95%;
  max-width: 1300px;
  padding: 0 0%;
  display: flex;
  position: relative;
}

.global-logo {
  width: 180px;
}

.navigation-wrap {
  z-index: 2;
  background-color: #04426a;
  width: 100%;
  margin-top: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link-details {
  color: #283338de;
  font-size: 14px;
}

.navigation-link-block-mob {
  color: #283338;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 22px;
  font-size: 16px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.navigation-link-block-mob:hover {
  color: #7735f6;
  background-color: #7735f60d;
}

.drop-arrow-plain {
  color: #fff;
  margin-right: 5px;
  font-size: 14px;
}

.nav-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  display: flex;
}

.navigation-left {
  color: #0000;
  background-color: #0000;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.flowbase-logo {
  width: 54px;
}

.wrapper-right {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
  position: relative;
}

.link {
  text-decoration: none;
}

.pre-bar {
  background-color: #04426a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
  overflow: visible;
}

.image-13 {
  aspect-ratio: 1;
  width: auto;
  max-width: none;
  height: 20px;
  position: relative;
}

.text-block-3 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 700;
}

.pre-hero-fixed {
  z-index: 2;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.enlace-social-media {
  background-color: green;
  width: 100%;
  height: auto;
  position: relative;
}

.wrapper-left {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.call {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.last-button {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 8px;
  display: flex;
}

.bold-text-3 {
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}

.pb-wrapper {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 95%;
  max-width: 1300px;
  height: 90%;
  margin-left: 0;
  display: flex;
  position: relative;
}

.sm-button {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.sm-button.lb {
  margin-right: 0;
}

.button-4 {
  color: #040126;
  text-align: center;
  letter-spacing: -.03rem;
  background-color: #9adbff;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.button-4.d-02 {
  color: #fff;
  background-color: #04426a;
  border-radius: .4rem;
  margin-top: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  transition: background-color .3s;
}

.button-4.d-02:hover {
  color: #024269;
  background-color: #fff;
  border: 2px solid #000;
}

.button-4.d-02:active {
  color: #fff;
  background-color: #024269;
}

.button-4.d-02.w--current {
  margin-top: 0;
}

.contenedor-de-botones {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6vh;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
}

.image-4 {
  margin-bottom: 0%;
}

.contenedor-del-hero {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 95%;
  max-width: 1300px;
  height: 80%;
  display: flex;
  position: relative;
}

.contenedor-del-hero.hservice {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}

.text-center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: 25%;
  display: flex;
  position: static;
}

.text-center.hservice2 {
  justify-content: center;
  align-items: center;
  width: 90%;
  height: auto;
  position: relative;
}

.parte-derecho {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.parte-derecho.imgdelheroservice {
  width: auto;
  height: auto;
  margin-bottom: 0;
}

.hero {
  z-index: 1;
  background-color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 0;
  margin-top: 50px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: none;
}

.hero.service {
  margin-top: 10vh;
}

.parte-izquierda {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: auto;
  margin-top: 25px;
  margin-bottom: 35px;
  display: flex;
}

.parte-izquierda.delheroprincipal {
  width: 50%;
}

.imagen-rc {
  justify-content: center;
  align-items: center;
  width: 90%;
  height: auto;
  font-family: Varela, sans-serif;
  display: flex;
}

.imagen-rc.delheroprincipal {
  width: 100%;
  height: auto;
  position: relative;
  inset: 0% 0% 0% auto;
}

.image-5 {
  width: auto;
  max-width: none;
  height: 100%;
  max-height: none;
}

.image-5.delheroprincipal {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
}

.bold-text {
  font-family: Oswald, Arial, sans-serif;
  font-size: 20px;
}

.square-icon {
  border-radius: 16px;
}

.square-icon.mg-bottom-24px {
  aspect-ratio: 1;
  height: 100px;
}

.inner-container._600px {
  max-width: 600px;
}

.inner-container._600px.center {
  margin-top: 80px;
  margin-bottom: 80px;
}

.heading-7 {
  color: #000;
  width: 100%;
  font-family: Oswald, Arial, sans-serif;
}

.paragraph {
  text-align: left;
  height: 150px;
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: "Lato V 25 Latin", Georgia, sans-serif;
  font-size: 16px;
  overflow: visible;
}

.paragraph.delabou {
  height: auto;
  font-family: Lato, sans-serif;
}

.paragraph.p-deladescripcion {
  color: #000;
  height: auto;
  margin-top: 25px;
  margin-bottom: 0;
}

.paragraph.p-deladescripcion.ultima-desc {
  margin-bottom: 30px;
}

.paragraph.p-deladescripcion.primer-parrafo-serv {
  margin-top: 0;
  margin-bottom: 0;
}

.grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
  position: relative;
}

.container-default-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1218px;
  margin-bottom: 30px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.container-default-2.principales {
  max-width: 1300px;
  margin-top: 50px;
}

.container-default-2.otros-servicios {
  max-width: 1300px;
}

.card-3 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card-3.content-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 48px 24px;
  display: flex;
}

.e-feature {
  color: #000;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 20px;
  line-height: 22px;
  display: flex;
  position: static;
}

.text-center-2 {
  text-align: center;
}

.bold-text-4 {
  font-size: 20px;
}

.bold-text-4.botonmasinfoarticulo {
  font-family: Oswald, Arial, sans-serif;
  font-size: 15px;
}

.section-2 {
  padding-top: 0;
  padding-bottom: 0;
}

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

.author-avatar {
  border: 5px solid #fff;
  border-radius: 50%;
  max-width: none;
  margin-top: -84px;
}

.author-text-wrapper---brix {
  text-align: center;
  max-width: 450px;
  margin: 16px auto 26px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.container-620px-center {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.about {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.author-name {
  margin-bottom: 20px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 28px;
  line-height: 36px;
}

.card-4 {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 20px;
  overflow: hidden;
}

.card-4.author {
  border-color: #eff2f6;
  flex-flow: column;
  padding-bottom: 58px;
  display: flex;
  box-shadow: 0 5px 12px #080f340d;
}

.image-6 {
  width: 100%;
  max-width: 100%;
}

.cloneable-container-default {
  background-color: #f7f7f7;
  border-radius: 20px;
  min-height: 624px;
  transform: translate(0);
}

.cloneable-container-default.center {
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1300px;
  min-height: auto;
  margin-top: 120px;
  margin-bottom: 120px;
  padding: 0;
  display: flex;
}

.whatsapp-home {
  z-index: 12;
  display: flex;
  position: relative;
}

.contenedor-whatsapp-home {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 2vh;
  margin-right: 3vw;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.div-block-61 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.link-block-14 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.imagen-service {
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 38px;
}

.image-14 {
  aspect-ratio: 1;
  width: auto;
  max-width: none;
  height: 100%;
  max-height: none;
}

.list-item-4 {
  color: #000;
  font-family: "Lato V 25 Latin", Georgia, sans-serif;
  font-size: 16px;
}

.list-item-4.ultima {
  margin-bottom: 0;
}

.wrapper-boton-servicio {
  border-bottom: 1px dashed #024269;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 90%;
  display: flex;
  position: relative;
}

.slider-service {
  background-color: #f7f7f7;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: auto;
  display: flex;
}

.contenedor-botones-slider {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.lista-servicio {
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.contenedor-del-servicio {
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 97%;
  max-width: 1200px;
  height: auto;
  display: flex;
}

.flecha-lateral {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-block-2 {
  color: #000;
  font-family: Oswald, Arial, sans-serif;
  font-weight: 500;
}

.heading-5 {
  color: #000;
}

.heading-5.primerh3 {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 22px;
}

.texto-descriptivo-servicio {
  margin-top: 30px;
}

.contenedor-titulo-slider {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.descripcion-del-servicio {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  display: flex;
}

.enace-del-boton {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Oswald, Arial, sans-serif;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.enace-del-boton.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.h2-del-servicio {
  width: 100%;
  height: auto;
}

.desarrollo-servicio {
  background-color: #0000;
  width: 60%;
  height: auto;
  margin-left: 5%;
}

._1-introduccion, .div-block-66 {
  margin-bottom: 40px;
}

.boton-slider {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
}

.rich-text-block {
  margin-top: 25px;
}

.bold-text-23 {
  font-family: Oswald, Arial, sans-serif;
}

.text-block-4 {
  color: #fff;
  font-family: "Lato V 25 Latin 900", Georgia, sans-serif;
  font-weight: 700;
}

.industry-grid {
  grid-column-gap: 0px;
  outline-offset: 0px;
  border: 1px #000;
  border-bottom-color: #024269;
  outline: 3px #333;
  flex: 0 auto;
  grid-template: "Area-4 . ."
                 "Area Area-2 Area-3"
                 / 1fr 1fr 1fr;
  grid-auto-rows: minmax(auto, .25fr);
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.bloque-servicio-2 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  align-items: center;
  width: 45%;
  display: flex;
}

.industry-list-2 {
  border-right: 1px solid #dee2e6;
  width: 100%;
}

.industry-list-2.tercera {
  border-right-style: none;
}

.industry-list-item {
  border-radius: 4px;
  margin-bottom: 5px;
  padding: 6px 20px;
}

.industry-link-block-2 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  color: #484848;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.industry-icon-block {
  background-color: #f7f7f7;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.image-9 {
  aspect-ratio: 1;
  max-width: 90%;
}

.industry-text-2 {
  color: #1d262d;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 14px;
}

.policy-block---f24 {
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.contact-icon-block---f24 {
  color: #1d262d;
  background-color: #404b5380;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.footer {
  background-color: #04426a;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.footer-third-block---f24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 20%;
  display: flex;
}

.footer-list-heading---f24 {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.footer-social-icon---f24 {
  color: #fff;
}

.footer-first-block---f24 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  max-width: 37%;
  display: flex;
}

.copyright-text-link---f24 {
  color: #fff;
  text-decoration: underline;
}

.footer-list-item---f24 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
  transition: all .3s;
  display: flex;
}

.footer-list-item---f24:hover {
  padding-left: 0;
}

.footer-para---f24 {
  color: #fff;
  font-family: Georgia, Times, Times New Roman, serif;
}

.footer-main-detail-block---f24 {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 50px;
  display: flex;
}

.footer-social-icons---f24 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.footer-list-item-text---f24 {
  color: #fff;
  text-transform: capitalize;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.footer-main-block---f24 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  color: #1d262d;
  flex-flow: wrap;
  align-items: flex-start;
  position: relative;
}

.footer-list---f24 {
  width: 100%;
  margin-bottom: 0;
}

.footer-heading {
  font-size: 40px;
  line-height: 50px;
}

.condition-link---f24 {
  color: #fff;
  text-transform: uppercase;
  flex-direction: column;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.condition-link---f24:hover {
  text-decoration: underline;
}

.copyright-block---f24 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  display: flex;
}

.footer-wrapper {
  background-color: #0000;
  margin-top: 0;
}

.footer-address---f24 {
  line-height: 24px;
}

.copyright-text---f24 {
  font-size: 14px;
}

.hiring-text---f24 {
  color: #fff;
  font-size: 12px;
}

.footer-heading-block {
  border-bottom: 1px solid #1d262d;
  padding-bottom: 20px;
}

.footer-second-block---f24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #1d262d;
  flex-direction: column;
  width: 100%;
  max-width: 20%;
  display: flex;
}

.footer-contact-icon---f24 {
  color: #fff;
}

.footer-fourth-block---f24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 20%;
  display: flex;
}

.footer-logo-container {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.terms-block---f24 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.footer-contact-main-block---f24 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #ffffff80;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
  display: flex;
}

.foooter-social-icon-block---f24 {
  color: #1d262d;
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.foooter-social-icon-block---f24:hover {
  background-color: #404b53;
}

.contact-block---f24 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #262c31;
  border-radius: 20px;
  align-items: center;
  width: 100%;
  max-width: 24%;
  padding: 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.contact-block---f24:hover {
  background-color: #333c42;
}

.contact-block---f24.address {
  max-width: 48%;
  margin-bottom: 0;
}

.hiring-block---f24 {
  background-color: #0a66c2;
  border-radius: 50px;
  padding-left: 5px;
  padding-right: 5px;
}

.image-15 {
  width: 80%;
  max-width: none;
}

.footer-main-block---f8 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: wrap;
  align-items: flex-start;
  padding-bottom: 0;
  position: relative;
}

.footer-detail---f8 {
  color: #fff;
  text-align: center;
  max-width: 700px;
  margin-left: 5px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Lato V 25 Latin", Georgia, sans-serif;
  line-height: 28px;
  text-decoration: none;
}

.footer-address--f8 {
  color: #fff;
  font-family: Georgia, Times, Times New Roman, serif;
}

.footer-brand {
  width: 200px;
}

.footer-logo {
  object-fit: contain;
}

.footer-detail-main-block---f8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.copyright-text---f8 {
  color: #fff;
  font-family: "Lato V 25 Latin", Georgia, sans-serif;
}

.border---f8 {
  background-color: #fff;
  width: 2px;
  height: 25px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}

.border---f8.borderfooter {
  width: 50%;
  height: 2px;
}

.foooter-social-icon-block---f8 {
  color: #1d262d;
  border: 1px #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.foooter-social-icon-block---f8:hover {
  color: #fff;
  background-color: #0a66c2b3;
  border-color: #0a66c2;
}

.foooter-social-icon-block---f8.soacingfooter {
  margin-right: 30px;
}

.footer-call-icon---f8 {
  margin-right: 8px;
}

.footer-8-policy-block---f8 {
  background-color: #024269;
}

.copyright-text-link---f8 {
  color: #fff;
  font-family: "Lato V 25 Latin", Georgia, sans-serif;
  text-decoration: none;
}

.contact-block---f8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: none;
  height: 60px;
  display: flex;
}

.contact-block---f8.contactdelprenav {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  overflow: visible;
}

.contcat-number---f8 {
  width: 100%;
  height: 100%;
  display: flex;
}

.contact-info-text---f8 {
  color: #fff;
  border-right: 1px solid #00000080;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 0;
  padding-right: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  text-decoration: none;
  display: flex;
}

.contact-info-text---f8.last-border {
  border-right-style: none;
}

.footer-copy-flex-block---f8 {
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
}

.image-16 {
  height: 80%;
}

.div-block-68 {
  width: 50%;
  height: 100%;
}

.tel {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.tel.dimensionescontactofooter {
  justify-content: center;
  align-items: center;
  width: 50%;
}

.tel.dimensionescontactofooter.teldelfoooterr {
  justify-content: flex-end;
  align-items: center;
}

.correo-electronico-email {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 0%;
  height: 100%;
  min-height: 0%;
  margin-left: 40px;
  text-decoration: none;
  display: flex;
}

.correo-electronico-email.dimensioncorreofooter {
  width: 50%;
  margin-left: 0;
}

.icono-contacto {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  margin-right: 3px;
  display: flex;
}

.texto-contacto {
  width: 80%;
  height: 100%;
}

.contacto-texto {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.image-17 {
  aspect-ratio: 1;
  max-width: none;
  height: 30px;
}

.image-18 {
  aspect-ratio: 1;
  height: 30px;
}

.image-18.telbajarleunpoco {
  height: 20px;
}

.logo-hero {
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cta-hero {
  margin-top: 25px;
}

.hero-heading {
  color: #000;
  letter-spacing: -.04em;
  width: 80%;
  margin-top: 0;
  margin-bottom: 37px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 40px;
  line-height: 56px;
}

.hero-heading.h1hero {
  width: auto;
  margin-bottom: 10px;
  font-size: 45px;
}

.hero-heading.h2hero {
  width: auto;
  font-size: 35px;
  line-height: 44px;
}

.brand-span {
  color: #04426a;
}

.hero-paragraph {
  color: #000;
  max-width: 400px;
  margin-bottom: 0;
  font-family: "Lato V 25 Latin 700", Georgia, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  position: static;
}

.hero-izquierdo {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  display: flex;
}

.hero-derecho {
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
}

.hamburger-menu-hm10.w--open {
  background-color: #0000;
}

.top-bar-hm10, .bottom-bar-hm10 {
  background-color: #333;
  width: 40px;
  height: 2px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.navbar-hamburger-menu-hm10 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 80px;
  max-height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.servicios-abierto {
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-padre {
  background-color: red;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 80vh;
  max-height: 80vh;
  display: flex;
  position: relative;
  overflow: scroll;
}

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

.cuadrados-azules {
  background-color: #00f;
  flex: none;
  width: 80%;
  height: 30vh;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-21 {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
}

.image-22 {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
  position: static;
}

.list-item-5, .list-item-6, .list-item-7 {
  color: #000;
  font-family: "Lato V 25 Latin", Georgia, sans-serif;
}

.primary-content-section {
  background-color: #024269;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.presentacion-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  height: auto;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.eyebrow {
  width: 100%;
  margin-bottom: 12px;
}

.titulo {
  margin-bottom: 35px;
}

.linea-encabezado {
  color: #ffffffb3;
  font-family: Oswald, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.heading-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 52px;
  line-height: 56px;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 0;
  font-family: "Lato V 25 Latin", Georgia, sans-serif;
  font-size: 18px;
  line-height: 25.2px;
}

.paragraph-2.disclaimerp {
  color: #024269;
  padding: 20px;
  font-family: "Lato V 25 Latin", Georgia, sans-serif;
}

.bold-text-24, .bold-text-25, .bold-text-26 {
  font-weight: 900;
}

.faq-s {
  background-color: #024269;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.faqs-wrapper {
  width: 90%;
  max-width: 1300px;
  height: auto;
  margin-top: 120px;
  margin-bottom: 120px;
}

.faq-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.faq-title {
  color: #ffffffb3;
  max-width: 350px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, Arial, sans-serif;
}

.faq-static {
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
  padding-bottom: 20px;
  transform: perspective(1300px);
}

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

.row.margin-s {
  margin-bottom: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.square {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  margin-left: 3px;
  margin-right: 15px;
  transform: rotate(45deg);
}

.no-margin {
  color: #ffffffb3;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.answer {
  color: #fff;
  margin-bottom: 0;
  font-family: "Lato V 25 Latin", Georgia, sans-serif;
}

.bold-text-27 {
  color: #ffffffb3;
}

.enlace-embebido {
  color: #ffffffb3;
  font-weight: 900;
}

.social-icon-circle {
  background-color: #f3f1ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  transition: transform .3s;
  display: flex;
}

.social-icon-circle:hover {
  transform: translate(0, -4px);
}

.title-uppercase {
  color: #04426a;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: "Lato V 25 Latin 700", Georgia, sans-serif;
  font-weight: 700;
  line-height: 20px;
}

.mg-bottom-0 {
  margin-bottom: 0;
  font-family: "Lato V 25 Latin", Georgia, sans-serif;
}

.author-image-circle---brix {
  aspect-ratio: 1;
  background-color: #0000;
  border-radius: 100%;
  max-width: 254px;
  margin-right: 48px;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.top-avatar {
  flex-flow: wrap;
  place-content: stretch space-between;
  align-items: center;
}

.flex-horizontal.top-avatar.mg-bottom-16px.mobile-vertical {
  margin-bottom: 20px;
}

.flex-growth {
  flex: 1;
}

.card-v3---padding {
  padding: 80px 50px;
}

.card-v3---padding.flex-horizontal.space-between-center {
  justify-content: space-between;
  align-items: center;
}

.heading-size-2 {
  font-size: 34px;
  line-height: 46px;
}

.heading-size-2.mg-bottom-8px {
  margin-top: 0;
  margin-bottom: 13px;
  font-family: Oswald, Arial, sans-serif;
}

.social-media-grid-top {
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  place-content: stretch start;
  place-items: stretch start;
}

.social-media-grid-top.right {
  justify-content: end;
  justify-items: end;
}

.enlacedelabout {
  color: #04426a;
  font-weight: 900;
}

.disclaimer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.disclaimer-wrapper {
  background-color: #f7f7f7;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  height: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.list-item-10, .list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15, .list-item-16, .list-item-17, .list-item-18, .list-item-19, .list-item-20, .list-item-21, .list-item-22, .list-item-23, .list-item-24, .list-item-25, .list {
  color: #000;
  font-family: "Lato V 25 Latin", Georgia, sans-serif;
}

.image-23 {
  aspect-ratio: 1;
}

.heading-9 {
  color: #024269;
  font-family: Oswald, Arial, sans-serif;
}

.grupo-servicios {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.grupo-servicios.grupo-espec {
  margin-top: 20px;
}

@media screen and (min-width: 1280px) {
  .button-4.d-02.w--current {
    transition-property: none;
    display: block;
  }

  .contenedor-del-hero {
    max-width: 1300px;
  }

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

  .bullets-agrupados._4-principales-tareas {
    margin-bottom: 30px;
  }

  .div-block-67 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .bloque-servicio-2 {
    color: #484848;
    padding-left: 48px;
    padding-right: 15px;
    text-decoration: none;
  }

  .industry-list-2 {
    margin-bottom: 0;
  }

  .industry-list-item {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    border-radius: 4px;
    align-items: center;
    margin-bottom: 5px;
    padding: 6px 20px;
    transition: background-color .3s;
    display: flex;
  }

  .industry-list-item:hover {
    background-color: #0000000a;
  }

  .industry-link-block-2 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    color: #484848;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .industry-text-2 {
    font-size: 16px;
  }
}

@media screen and (min-width: 1440px) {
  .contenedor-del-hero {
    max-width: 1300px;
  }

  .industry-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .footer-detail-main-block---f8 {
    padding-bottom: 60px;
  }

  .contact-info-text---f8 {
    text-decoration: none;
  }
}

@media screen and (min-width: 1920px) {
  .wrapper-right {
    width: 40%;
    height: 100%;
    display: flex;
  }

  .contenedor-del-hero {
    max-width: 1300px;
  }

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

  .container-default-2 {
    max-width: 1500px;
  }
}

@media screen and (max-width: 991px) {
  .nav-title {
    margin-bottom: 6px;
    font-size: 15px;
  }

  .mobile-nav {
    background-color: #fff;
    padding-top: 15px;
    display: none;
    box-shadow: 42px 42px 55px #20355a17;
  }

  .menu-mob {
    color: red;
    background-color: #fff;
    border-radius: 10px;
    font-size: 22px;
  }

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

  .navigation-container-mob {
    justify-content: space-between;
  }

  .navigation-drop-container {
    overflow: hidden;
  }

  .navigation-link-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navigation {
    display: none;
  }

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

  .dropdown-list-mob.w--open {
    padding-bottom: 10px;
    box-shadow: 11px 59px 55px #5252520d;
  }

  .navigation-mob {
    background-color: #04426a;
    border-bottom: 1px solid #4455671c;
    flex-direction: row;
    justify-content: center;
    height: 80px;
    padding: 25px 3%;
    display: flex;
  }

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

  .navigation-full {
    background-color: #fff;
  }

  .navigation-wrap {
    height: 80px;
    margin-top: 50px;
  }

  .navigation-link-block-mob {
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navigation-link-block-mob:hover {
    background-color: #0000;
  }

  .mobile-dropdown {
    width: 100%;
  }

  .nav-content-wrap {
    padding-left: 10px;
  }

  .navigation-left {
    display: none;
  }

  .flowbase-logo {
    width: 200px;
    max-width: none;
  }

  .wrapper-right {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0%;
    display: none;
    position: static;
    overflow: hidden;
  }

  .pre-bar {
    justify-content: center;
    align-items: center;
  }

  .pre-hero-fixed {
    justify-content: flex-start;
    align-items: center;
    height: 50px;
  }

  .wrapper-left {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
  }

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

  .pb-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
  }

  .button-4.d-02 {
    margin-top: 0;
  }

  .button-4.d-02.w--current {
    margin-bottom: 0;
  }

  .contenedor-de-botones {
    justify-content: center;
    align-items: center;
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    inset: auto 0% 0%;
  }

  .image-4 {
    margin-bottom: 0%;
  }

  .contenedor-del-hero {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 95%;
    max-width: none;
    height: auto;
  }

  .text-center {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .parte-derecho {
    width: 70%;
    height: 50%;
  }

  .hero {
    justify-content: flex-end;
    align-items: center;
    height: auto;
    margin-top: 150px;
  }

  .hero.service {
    height: 100vh;
    margin-top: 0;
  }

  .parte-izquierda {
    width: 90%;
    height: auto;
    margin-bottom: 25px;
  }

  .imagen-rc.delheroprincipal {
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    height: auto;
    position: relative;
  }

  .image-5.delheroprincipal {
    width: 100%;
    height: auto;
  }

  .square-icon.mg-bottom-24px {
    width: 150px;
    height: auto;
  }

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

  .container-default-2.principales {
    margin-top: 20px;
  }

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

  .section-2.up {
    padding-bottom: 50px;
  }

  .contenedor-whatsapp-home {
    width: 100px;
    height: 100px;
    margin-bottom: 2vh;
    margin-right: 3vh;
  }

  .div-block-61, .link-block-14 {
    width: 100px;
    height: 100px;
  }

  .imagen-service {
    height: 150px;
  }

  .heading-4 {
    font-size: 25px;
    line-height: 27px;
  }

  .slider-service {
    width: 80%;
  }

  .lista-servicio {
    margin-bottom: 0;
  }

  .contenedor-del-servicio {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .texto-descriptivo-servicio {
    margin-top: 30px;
  }

  .descripcion-del-servicio {
    margin-top: 15px;
  }

  .div-block-67 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
  }

  .desarrollo-servicio {
    width: 90%;
    margin-top: 20px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .bold-text-23 {
    line-height: 24px;
  }

  .industry-grid {
    border-right-width: 0;
    grid-template-columns: 1fr;
    width: 90%;
  }

  .bloque-servicio-2 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bloque-servicio-2.navmobile {
    width: 90%;
  }

  .industry-list-2 {
    border-right-style: none;
    flex-flow: column;
    width: 70%;
    padding-left: 0;
    display: flex;
    overflow: visible;
  }

  .industry-list-item {
    border: 2px solid #04426a;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .industry-list-item.ssdm {
    background-color: #024269;
  }

  .industry-link-block-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
  }

  .industry-link-block-2.w--current {
    justify-content: center;
    align-items: center;
  }

  .industry-icon-block {
    width: 20%;
    position: relative;
  }

  .image-9 {
    max-width: 100%;
  }

  .industry-text-2 {
    color: #fff;
    width: 80%;
    min-width: 80%;
    font-family: Oswald, Arial, sans-serif;
    font-weight: 700;
  }

  .industry-text-2.mob.inside {
    width: 100%;
    font-size: 40px;
  }

  .industry-text-2.mob.inside.dobleinside {
    font-size: 25px;
  }

  .industry-text-2.mob.inside.dobleinside.mostrar, .industry-text-2.mob.inside.ponerazul {
    color: #04426a;
    font-family: Oswald, Arial, sans-serif;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-third-block---f24 {
    max-width: 30%;
  }

  .footer-first-block---f24 {
    max-width: 100%;
  }

  .footer-main-detail-block---f24 {
    grid-row-gap: 30px;
  }

  .footer-main-block---f24 {
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-second-block---f24, .footer-fourth-block---f24 {
    max-width: 30%;
  }

  .contact-block---f24 {
    max-width: 48%;
  }

  .contact-block---f24.address {
    max-width: 100%;
  }

  .footer-main-block---f8 {
    justify-content: space-between;
    padding-top: 0;
  }

  .footer-detail-main-block---f8 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .border---f8 {
    width: 0;
  }

  .contact-block---f8 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    height: auto;
  }

  .tel {
    width: auto;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .tel.dimensionescontactofooter.teldelfoooterr {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30%;
    position: relative;
  }

  .correo-electronico-email {
    width: auto;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .correo-electronico-email.dimensioncorreofooter {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    position: relative;
  }

  .contacto-texto {
    height: auto;
  }

  .icon {
    color: #04426a;
  }

  .logo-hero {
    display: none;
    position: absolute;
    inset: 0% auto 0% 0%;
    overflow: visible;
  }

  .cta-hero {
    width: auto;
    position: relative;
    inset: auto 0% 0%;
  }

  .hero-heading {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 35px;
    display: block;
  }

  .hero-heading.h2hero {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .hero-paragraph {
    text-align: center;
    max-width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .hero-izquierdo {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .hero-derecho {
    width: auto;
    display: none;
  }

  .hamburger-menu-hm10 {
    flex: none;
  }

  .top-bar-hm10, .bottom-bar-hm10 {
    background-color: #fff;
  }

  .servicios-abierto {
    z-index: 100000;
    background-color: red;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    margin-top: -50px;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .wrapper-servicios-mobiile {
    background-color: #0000;
    justify-content: center;
    align-items: flex-end;
    width: 95%;
    height: 90%;
    display: flex;
    position: relative;
  }

  .columna-izq {
    background-color: #0000;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    height: 85%;
    margin-top: 60px;
    display: flex;
    overflow: hidden;
  }

  .columna-derecha {
    background-color: #0000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    height: 85%;
    display: flex;
  }

  .link-block-15 {
    background-color: red;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    height: 12%;
    margin-bottom: 5%;
    display: flex;
  }

  .volver {
    background-color: #0000;
    width: 100%;
    height: 8%;
    position: absolute;
    inset: 0% 0% auto;
  }

  .div-titulo-popup {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .texto-volver {
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .volver-wrapper {
    justify-content: center;
    align-items: center;
    width: 10%;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .div-block-69 {
    background-color: #fff;
    display: none;
  }

  .image-19 {
    width: 40px;
    height: 40px;
  }

  .titulo-servicios {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .titulo-servicios.interno {
    height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .boton-del-nav {
    border: 2px solid #04426a;
    border-radius: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    height: 60px;
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
  }

  .enlace-boton-nav {
    color: #04426a;
    background-color: #fff;
    border-radius: 5px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: none;
    display: flex;
  }

  .imagen-boton-nav {
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 80%;
    display: flex;
  }

  .image-20 {
    aspect-ratio: 1;
    max-width: none;
    height: 100%;
  }

  .contenedor-texto-boton-nav {
    justify-content: flex-start;
    align-items: center;
    width: 95%;
    height: auto;
    margin-bottom: 5px;
    display: flex;
  }

  .text-block-5 {
    color: #04426a;
    text-align: left;
    font-family: Oswald, Arial, sans-serif;
    font-weight: 700;
  }

  .div-block-70 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    display: flex;
    overflow: auto;
  }

  .list-item-7, .list-item-8, .list-item-9 {
    color: #000;
  }

  .presentacion-wrapper {
    margin-top: 120px;
    margin-bottom: 120px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .titulo {
    margin-bottom: 30px;
  }

  .linea-encabezado {
    font-size: 14px;
  }

  .heading-8 {
    font-size: 34px;
    line-height: 37px;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .faq-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .author-image-circle---brix {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .flex-horizontal.top-avatar.mg-bottom-16px.mobile-vertical {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: -20px;
  }

  .card-v3---padding.flex-horizontal.space-between-center.tablet-vertical {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    align-items: flex-start;
    height: auto;
    min-height: auto;
    padding-top: 0;
  }

  .square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .square-icon.mg-bottom-24px {
    max-width: none;
  }

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

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

  .contenedor-whatsapp-home {
    width: 100px;
    height: 100px;
    margin-bottom: 4vw;
    margin-right: 3vw;
  }

  .div-block-61 {
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
  }

  .link-block-14 {
    flex-flow: column;
    width: 100%;
    height: 100%;
  }

  .industry-text-2.mob.inside.dobleinside {
    font-size: 20px;
  }

  .policy-block---f24 {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .footer-third-block---f24, .footer-second-block---f24, .footer-fourth-block---f24 {
    max-width: 50%;
  }

  .contact-block---f24 {
    max-width: 100%;
  }

  .hero-paragraph {
    margin-bottom: 10px;
  }

  .servicios-abierto {
    display: none;
  }

  .contenedor-texto-boton-nav {
    height: 100%;
  }

  .text-block-5 {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .mg-bottom-mobile-16px {
    margin-bottom: 16px;
  }

  .flex-horizontal.top-avatar.mg-bottom-16px.mobile-vertical {
    flex-direction: column;
    align-items: flex-start;
  }

  .flex-growth.tablet-100 {
    width: 100%;
  }

  .card-v3---padding {
    padding-left: 35px;
    padding-right: 35px;
  }

  .heading-size-2 {
    font-size: 26px;
    line-height: 36px;
  }

  .social-media-grid-top.right.tablet-left {
    justify-content: start;
    justify-items: start;
  }
}

@media screen and (max-width: 479px) {
  .mobile-nav {
    width: 100%;
    overflow: visible;
  }

  .navigation-container-mob {
    max-width: none;
  }

  .navigation-drop-container {
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    max-width: none;
    height: auto;
    overflow: visible;
  }

  .navigation-link-block {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navigation-mob {
    background-color: #04426a;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .navigation-wrap {
    height: auto;
  }

  .navigation-link-block-mob {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .flowbase-logo {
    box-sizing: border-box;
    aspect-ratio: 1;
    object-fit: scale-down;
    width: 100%;
  }

  .pre-hero-fixed {
    display: flex;
  }

  .button-4.d-02 {
    margin-top: 0%;
    line-height: 24px;
  }

  .contenedor-de-botones {
    width: 90%;
    margin-top: 0;
  }

  .contenedor-del-hero {
    width: 95%;
  }

  .hero {
    height: auto;
    margin-top: 160px;
    padding-top: 0;
  }

  .hero.service {
    height: 100vh;
  }

  .parte-izquierda {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .inner-container._600px.center {
    margin-top: 130px;
  }

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

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

  .e-feature.delnavmobile {
    height: auto;
    margin-bottom: 0;
  }

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

  .section-2.up {
    padding-top: 0;
  }

  .author-avatar {
    width: 36%;
    margin-top: -40px;
  }

  .card-4.author {
    padding-bottom: 37px;
  }

  .cloneable-container-default.center {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .contenedor-whatsapp-home {
    width: 70px;
    height: 70px;
    margin-bottom: 4vh;
    margin-right: 3vh;
  }

  .div-block-61 {
    width: 100%;
    height: 100%;
  }

  .link-block-14 {
    background-position: 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
  }

  .lista-servicio {
    color: #000;
  }

  .desarrollo-servicio {
    margin-top: 0;
  }

  .industry-grid {
    justify-content: space-around;
    display: flex;
  }

  .bloque-servicio-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .bloque-servicio-2.navmobile {
    width: 90%;
  }

  .industry-list-2 {
    width: 80%;
    margin-bottom: 0;
    overflow: clip;
  }

  .industry-list-item {
    border-width: 2px;
    height: 2%;
    padding: 0;
  }

  .industry-list-item.ssdm {
    background-color: #024269;
    border-color: #fff;
  }

  .industry-link-block-2 {
    border: 1px #000;
    justify-content: center;
    align-items: center;
    width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .industry-icon-block {
    width: 20%;
    height: auto;
  }

  .image-9 {
    width: 90%;
    max-width: none;
  }

  .industry-text-2 {
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 80%;
    min-width: 0%;
    font-weight: 700;
    display: flex;
  }

  .industry-text-2.mob {
    height: auto;
  }

  .industry-text-2.mob.inside.dobleinside {
    text-align: center;
  }

  .industry-text-2.mob.inside.dobleinside.mostrar, .industry-text-2.mob.inside.ponerazul {
    color: #04426a;
  }

  .contact-icon-block---f24 {
    flex: none;
  }

  .footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-third-block---f24 {
    max-width: 100%;
  }

  .footer-list-heading---f24 {
    text-decoration: underline;
  }

  .footer-first-block---f24 {
    max-width: 100%;
  }

  .footer-main-detail-block---f24 {
    grid-row-gap: 20px;
  }

  .footer-main-block---f24 {
    padding-bottom: 40px;
  }

  .copyright-text---f24 {
    text-align: center;
  }

  .footer-heading-block {
    padding-bottom: 10px;
  }

  .footer-second-block---f24, .footer-fourth-block---f24 {
    max-width: 100%;
  }

  .terms-block---f24 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    width: 100%;
  }

  .footer-main-block---f8 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .footer-detail---f8 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-address--f8 {
    text-align: center;
  }

  .footer-logo {
    box-sizing: border-box;
    aspect-ratio: 1;
    object-fit: contain;
  }

  .footer-detail-main-block---f8 {
    grid-row-gap: 30px;
    margin-top: 0;
  }

  .copyright-text---f8 {
    text-align: center;
  }

  .border---f8 {
    width: 2px;
    height: 0;
  }

  .contact-block---f8 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    height: auto;
  }

  .contcat-number---f8 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .contact-info-text---f8 {
    border-right-style: none;
  }

  .footer-copy-flex-block---f8 {
    margin-bottom: 50px;
  }

  .tel.dimensionescontactofooter.teldelfoooterr {
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
  }

  .correo-electronico-email.dimensioncorreofooter {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    position: relative;
  }

  .icono-contacto {
    height: auto;
  }

  .contacto-texto {
    height: auto;
    font-family: Lato, sans-serif;
  }

  .cta-hero {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .hero-heading {
    font-size: 30px;
    line-height: 35px;
  }

  .hero-heading.h1hero {
    line-height: 56px;
  }

  .hero-paragraph {
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .servicios-abierto {
    z-index: 1000;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    margin-top: -50px;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .wrapper-servicios-mobiile {
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 95%;
    height: 95%;
    margin-top: 60px;
    display: flex;
    position: relative;
    overflow: auto;
  }

  .columna-izq {
    background-color: #fff;
    flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 80px;
    display: flex;
    overflow: visible;
  }

  .columna-derecha {
    background-color: #fff;
    flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 40px;
    display: flex;
  }

  .link-block-15 {
    background-color: #000;
    width: 80%;
    height: 12%;
    margin-bottom: 5%;
  }

  .volver {
    background-color: #ff0;
    width: 100%;
    height: 8%;
    position: absolute;
    inset: 0% 0% auto;
  }

  .div-titulo-popup {
    background-color: #fff;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .texto-volver {
    color: #000;
    margin-left: 5px;
    font-family: Lato, sans-serif;
  }

  .flecha-volver {
    background-color: #0000;
    width: 20px;
    height: 20px;
  }

  .volver-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 15%;
    height: 100%;
    display: flex;
  }

  .image-19 {
    width: 40px;
    max-width: none;
    height: 40px;
  }

  .titulo-servicios {
    justify-content: center;
    align-items: flex-end;
    margin-top: 80px;
  }

  .titulo-servicios.interno {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .boton-del-nav {
    background-color: #0000;
    border-style: solid;
    width: 90%;
    height: 80px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 100px;
  }

  .enlace-boton-nav {
    background-color: #024269;
    border: 1px #000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .imagen-boton-nav {
    justify-content: center;
    align-items: center;
    width: 70%;
    height: auto;
    display: none;
  }

  .image-20 {
    width: auto;
    height: 30px;
  }

  .contenedor-texto-boton-nav {
    justify-content: center;
    align-items: center;
    width: 95%;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .text-block-5 {
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
    line-height: 15px;
    display: flex;
  }

  .div-block-70 {
    border: 1px #000;
    width: 90%;
    height: auto;
    margin-top: 20px;
  }

  .div-block-70.bloq2 {
    margin-top: 20px;
  }

  .faq-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .author-image-circle---brix {
    max-width: 180px;
  }

  .brand-2 {
    object-fit: scale-down;
    width: 150px;
  }
}

#w-node-dfbb5a42-ca5a-ec26-750e-fe2adac75d92-98d5ae5e {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-dfbb5a42-ca5a-ec26-750e-fe2adac75d92-98d5ae5e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-dfbb5a42-ca5a-ec26-750e-fe2adac75d94-98d5ae5e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dfbb5a42-ca5a-ec26-750e-fe2adac75d92-98d5ae5e, #w-node-dfbb5a42-ca5a-ec26-750e-fe2adac75d94-98d5ae5e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Lato V 25 Latin';
  src: url('../fonts/lato-v25-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato V 25 Latin 700';
  src: url('../fonts/lato-v25-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato V 25 Latin 900';
  src: url('../fonts/lato-v25-latin-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}