:root {
  --azul: #212d4f;
  --azul-claro: #249dc7;
  --blanco: white;
  --grisclaro: #f3f3f3;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

.body {
  color: var(--azul);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.cc {
  max-width: 1350px;
}

.cc.border {
  border-radius: 35px;
}

.cc._2 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #212d4fed;
  border-radius: 25px;
  align-items: center;
  max-width: 1400px;
  padding: 10px 35px;
  display: flex;
}

.navbar {
  z-index: 10;
  background-color: #0000;
  width: 100%;
  padding-top: 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.hero {
  overflow: visible;
}

.wrapp {
  background-color: var(--azul);
  border-bottom-right-radius: 35px;
  border-bottom-left-radius: 35px;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 0;
}

.nav-link {
  color: var(--blanco);
  padding-left: 10px;
  padding-right: 10px;
}

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

.h1 {
  font-size: 64px;
}

.h1.blanco {
  color: var(--blanco);
  line-height: 120%;
}

.h1.blanco.no {
  display: none;
}

.h1.blanco.ver {
  font-size: 60px;
}

.col {
  width: 30%;
}

.col.mx-auto {
  text-align: center;
}

.col.mx-auto.relative {
  height: 520px;
  position: relative;
}

.col._2 {
  width: 35%;
}

.text-span {
  color: var(--azul-claro);
}

.hero-img {
  width: 240px;
  margin-left: 16%;
  margin-right: 0%;
  position: absolute;
  inset: 0% 0% auto;
}

.blanco {
  color: var(--blanco);
}

.flex-block {
  justify-content: center;
  align-items: center;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.btn1 {
  border-radius: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.btn1.blanco {
  background-color: var(--blanco);
  color: var(--azul);
  text-align: center;
  width: 100%;
}

.btn2 {
  border: 1px solid var(--azul-claro);
  background-color: #0000;
  border-radius: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.btn2._2 {
  color: var(--azul);
}

.btn2.m-l {
  text-align: center;
  width: 100%;
  margin-left: 10px;
}

.flex-block-2 {
  justify-content: flex-start;
  margin-top: 40px;
}

.que {
  margin-top: 140px;
  margin-bottom: 60px;
  position: relative;
}

.h2 {
  color: var(--azul-claro);
  text-transform: none;
  margin-bottom: 30px;
}

.h2.azul {
  color: var(--azul);
  font-size: 28px;
}

.h2.blanco {
  color: var(--blanco);
  text-align: center;
}

.h2.blanco.left {
  text-align: left;
}

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

.col-6 {
  width: 45%;
  position: relative;
}

.col-6.bg-azulc {
  background-color: var(--azul-claro);
  color: var(--blanco);
  text-align: center;
  border-radius: 25px;
  height: 370px;
  padding-top: 207px;
  padding-left: 40px;
  padding-right: 40px;
}

.col-6._2 {
  width: 45%;
}

.col-6._2.center {
  text-align: center;
}

.col-6.pr-5 {
  padding-right: 60px;
}

.image {
  width: 250px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% -87px;
}

.flex-block-3 {
  justify-content: space-between;
  align-items: center;
}

.problema {
  margin-bottom: 60px;
  position: relative;
}

._w-prob {
  background-color: var(--grisclaro);
  border-radius: 35px;
  flex-flow: wrap;
  justify-content: space-between;
  padding: 40px;
}

._w-prob._2 {
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block {
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 10px;
}

.col-4 {
  background-color: var(--blanco);
  border-radius: 25px;
  flex-flow: column;
  justify-content: space-between;
  width: 32%;
  height: 250px;
  padding: 40px;
  display: flex;
}

.col-4.h-100 {
  width: 40%;
  height: auto;
}

.col-4.h-100.funciona {
  border: 1px solid var(--azul-claro);
  text-align: center;
  width: 30%;
}

.col-4.h-100.contacto {
  text-align: center;
}

.col-4.h-100.contacto.b-x {
  border-left: 1px dashed #ccc;
  border-right: 1px dashed #ccc;
  border-radius: 0;
}

.col-4.h-100._22 {
  width: 36%;
}

.image-2 {
  width: 60px;
}

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

.prod._2 {
  padding-top: 90px;
  padding-bottom: 100px;
}

.h4 {
  color: var(--azul-claro);
}

.h4.gris {
  color: #1ec5b4;
}

.h4.azul {
  color: var(--azul);
  font-size: 21px;
}

.col-8 {
  width: 60%;
}

.image-3 {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -90px 0% auto;
}

.flex-block-4 {
  justify-content: space-around;
}

.flex-block-5 {
  justify-content: space-between;
}

.image-4 {
  width: 188px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -72px 0% auto;
}

.beneficios {
  position: relative;
}

.div-block-2 {
  background-color: var(--azul);
  background-image: url('../images/bg-luup.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 35px;
  padding: 100px 60px;
}

.cuadro {
  color: var(--blanco);
  text-align: center;
  background-color: #2d3e6f;
  border-radius: 35px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 270px;
  padding: 40px;
  display: flex;
}

.numero {
  border: 1px solid var(--azul-claro);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 80px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 31px;
  display: flex;
}

.team-slider {
  background-color: #0000;
  border-bottom: 1px #e4ebf3;
  padding: 0 10px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 2%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  color: var(--blanco);
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.col-3 {
  color: var(--blanco);
  width: 24%;
}

.col-3.center {
  text-align: center;
}

.col-3.ch {
  width: 20%;
}

.image-5 {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  color: var(--azul-claro);
  padding-top: 60px;
  padding-bottom: 0;
  font-size: 40px;
  font-weight: 900;
}

.col-9 {
  width: 70%;
}

.azulc {
  color: var(--azul-claro);
}

.list {
  margin-bottom: 30px;
  padding-left: 20px;
}

.image-6 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.flex-block-6 {
  justify-content: center;
  align-items: center;
}

.div-block-3 {
  background-color: var(--azul);
  border-radius: 35px;
}

.image-7 {
  width: 260px;
}

.flex-block-7 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 75px 40px;
}

.heading {
  font-weight: 600;
}

.paragraph {
  margin-bottom: 35px;
}

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

.image-8 {
  width: 40px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

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

.paragraph-2 {
  margin-bottom: 0;
}

.flex-block-8 {
  justify-content: center;
}

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

.google {
  margin-bottom: 60px;
}

.code-embed {
  border-radius: 35px;
}

.footer {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.div-block-4 {
  background-color: var(--grisclaro);
  border-radius: 35px;
  padding: 20px 40px;
}

.flex-block-9 {
  justify-content: space-between;
  align-items: center;
}

.link-2 {
  color: var(--azul);
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.div-block-5 {
  justify-content: center;
  display: flex;
}

.mas {
  z-index: 3;
  background-color: var(--blanco);
  cursor: pointer;
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: auto;
  font-size: 30px;
  display: flex;
  position: absolute;
  inset: -147px 0% 0%;
}

.mas.cerrar {
  border: 1px solid #d6d6d6;
  inset: -25px -25px auto auto;
  transform: rotate(45deg);
}

.text-block-2 {
  color: var(--azul);
}

.nav-menu {
  margin-left: auto;
}

.pop-1 {
  z-index: 11;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background-color: #ffffffd9;
  border: 1px solid #e6e6e6;
  border-radius: 35px;
  width: 570px;
  height: 620px;
  margin: auto;
  padding: 20px 40px 40px;
  position: absolute;
  inset: 0;
  overflow: visible;
}

.pop-1._2 {
  height: 540px;
}

.list-2 {
  padding-left: 20px;
}

.pop-full-1 {
  z-index: 11;
  background-color: #0000009c;
  width: 100%;
  height: 0%;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.pop-full-1._2 {
  height: 100%;
}

.paragraph-3 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 150%;
}

.paragraph-3.up {
  text-transform: uppercase;
}

.estamos {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -30px;
  left: 0;
}

.link-block {
  display: none;
}

.link-3 {
  color: #6e6e6e;
  margin-top: 6px;
  margin-left: 20px;
  font-size: 13px;
  text-decoration: none;
  display: block;
}

.text-block-3 {
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 12px;
}

.flex-block-10 {
  flex-flow: wrap;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
}

.link-4 {
  color: var(--azul);
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .cc {
    max-width: 90%;
  }

  .cc._2 {
    color: var(--azul-claro);
  }

  .nav-link {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .h1.blanco {
    text-align: left;
    font-size: 38px;
  }

  .h1.blanco.no {
    margin-top: 0;
    display: block;
  }

  .h1.blanco.ver {
    display: none;
  }

  .col {
    width: 90%;
  }

  .col.mx-auto.relative {
    width: 33%;
  }

  .col._2 {
    width: 60%;
  }

  .hero-img {
    width: 150px;
    top: 11%;
  }

  .flex-block {
    flex-flow: wrap;
  }

  .que {
    margin-top: 40px;
  }

  .que.inter {
    width: 100%;
    margin-top: 140px;
  }

  .col-6 {
    width: 100%;
  }

  .col-6.bg-azulc {
    margin-bottom: 20px;
  }

  .col-6._2 {
    width: 100%;
  }

  .col-6.pr-5 {
    width: 100%;
    margin-bottom: 20px;
  }

  .image {
    left: -30px;
  }

  .flex-block-3 {
    flex-flow: wrap;
  }

  .col-4 {
    width: 100%;
    margin-bottom: 20px;
  }

  .col-4.h-100 {
    width: 100%;
  }

  .col-4.h-100.funciona {
    width: 46%;
  }

  .col-4.h-100.contacto.b-x {
    border-style: dashed none;
    border-top-width: 1px;
    border-top-color: #ccc;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
  }

  .col-4.h-100._22 {
    width: 100%;
  }

  .prod._2 {
    padding-top: 40px;
  }

  .col-8 {
    width: 100%;
  }

  .flex-block-4, .flex-block-5 {
    flex-flow: wrap;
  }

  .div-block-2 {
    background-position: 0 0;
  }

  .container {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .col-3 {
    width: 100%;
  }

  .col-3.center {
    width: 34%;
    margin-bottom: 40px;
  }

  .col-3.ch {
    width: 46%;
  }

  .col-3.mov {
    width: 60%;
    margin-bottom: 40px;
  }

  .col-9 {
    width: 100%;
  }

  .flex-block-6 {
    flex-flow: wrap;
  }

  .flex-block-7 {
    padding-top: 40px;
  }

  .flex-block-8 {
    flex-flow: wrap;
  }

  .nav-menu {
    background-color: var(--azul);
    text-align: center;
    border-radius: 35px;
  }

  .menu-button {
    margin-left: auto;
  }

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

  .col-12 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .wrapp {
    padding-bottom: 60px;
  }

  .col.mx-auto.relative {
    width: 100%;
    height: 430px;
  }

  .col._2 {
    width: 90%;
  }

  .hero-img {
    margin-left: auto;
    margin-right: auto;
  }

  .prod {
    padding-top: 60px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .team-slide-wrapper, .col-3.center, .col-3.mov {
    width: 100%;
  }

  .pop-1 {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .col.mx-auto.relative {
    height: 360px;
  }

  .hero-img {
    width: 120px;
  }

  .btn1.blanco {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .btn2.m-l {
    text-align: center;
    width: 100%;
  }

  .flex-block-2 {
    flex-flow: wrap;
  }

  .col-6.pr-5 {
    padding-right: 0;
  }

  .image {
    display: none;
  }

  ._w-prob {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col-4 {
    padding: 20px;
  }

  .col-4.h-100 {
    width: 100%;
    margin-bottom: 40px;
  }

  .col-4.h-100.funciona {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-2 {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cuadro {
    height: 300px;
  }

  .team-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .col-3.ch {
    width: 100%;
    margin-bottom: 20px;
  }

  .flex-block-7 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .flex-block-9 {
    flex-flow: wrap;
    justify-content: center;
  }

  .link-2 {
    text-align: center;
    width: 100%;
  }

  .div-block-5 {
    flex-flow: wrap;
    margin-bottom: 20px;
  }

  .div-block-6 {
    margin-bottom: 20px;
  }

  .link-3 {
    width: 100%;
    margin-left: 0;
  }

  .text-block-3 {
    text-align: center;
    margin-bottom: 0;
  }

  .flex-block-10 {
    text-align: center;
    justify-content: center;
  }

  .flex-block-11 {
    flex-flow: wrap;
    justify-content: center;
  }
}


