/* INTRO ======================= */
#intro {
  background-color: var(--gris-2);
  padding: var(--paddingMedium) 0;
  margin-top: 89px;
  font-size: 16px;
  /* color: var(--marino); */
  overflow-x: hidden;
}

#intro .pageWidth {
  display: flex;
  gap: calc(var(--paddingMedium) / 2);
  /* max-width: 1400px */
}

#intro .data {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

#intro .video {
  max-width: 450px;
}

#intro .video video {
  max-width: 100%;
}

#intro h1 {
  margin-bottom: clamp(1.5rem, 4.5vw, 2.7rem);
  width: 100%;
}

#intro h1 img {
  max-width: 560px;
}

#intro h2 {
  font-weight: 800;
  font-size: clamp(1.5rem, 4.5vw, 2.7rem);
  line-height: 1.2em;
  margin-bottom: 0.4em;
  max-width: 740px;
  position: relative;
  z-index: 1;
  color: #000;
}

#intro p {
  font-weight: 600;
  font-size: clamp(0.9rem, 2.6vw, 1.2rem);
  line-height: 1.3em;
  margin-bottom: 1.8em;
  max-width: 540px;
  position: relative;
  z-index: 1;
}

#intro .cta {
  margin-bottom: 2em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8em;
}

#intro .cta a {
  border-radius: 1em;
  padding: 0.3em 1em;
  font-weight: 700;
  font-size: clamp(1rem, 3.6vw, 1.2rem);
  background-color: var(--dorado-2);
  /* color: var(--marino); */
  color: #000;
  transition: all 0.2s;
  white-space: nowrap;
  display: inline-block;
}

#intro .cta a.trial {
  background-color: var(--azul-2);
}
#intro .cta a.contacto {
  background-color: var(--verde-2);
}

#intro a:hover {
  background-color: var(--dorado-1);
}

#intro #clients {
  /* display: flex; */
  /* align-items: center; */
  /* column-gap: 20px; */
  /* row-gap: 10px; */
  padding: 0;
  border: 1px solid #000;
  border-radius: 50px;
  /* flex-wrap: wrap; */
  /* justify-content: center; */
  overflow: hidden;
  max-width: 570px;
  width: 100%;
}

#intro .clients img {
  width: auto;
}

@media screen and (max-width: 1060px) {
  #intro .cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 800px) {
  #intro {
    margin-top: 0;
  }
}

@media screen and (max-width: 950px) {
  #intro .video {
    max-width: 380px;
  }
}

@media screen and (max-width: 840px) {
  #intro .video {
    max-width: 340px;
  }

  #intro .clients {
    /* flex-wrap: wrap; */
    max-width: 400px;
  }
}

@media screen and (max-width: 768px) {
  #intro .pageWidth {
    flex-direction: column;
  }

  #intro .clients {
    flex-wrap: nowrap;
    max-width: 100%;
    margin-bottom: 20px;
  }

  #intro .video {
    max-width: 500px;
    margin-inline: auto;
    padding-left: 10%;
  }
}

@media screen and (max-width: 460px) {
  #intro .clients {
    flex-wrap: wrap;
  }

  #intro .clients img {
    height: 30px;
  }
}

@media screen and (max-width: 400px) {
  #intro .clients img {
    height: 26px;
  }
}

/* FLEXIBILIDAD ======================= */
#flexibility {
  background-color: var(--gris-2);
  padding: var(--paddingMedium) 0;
}

#flexibility h2 {
  font-weight: 800;
  font-size: clamp(1.5rem, 4.5vw, 2.7rem);
  line-height: 1.2em;
  margin-bottom: 0.6em;
  text-align: center;
  color: #000;
}

#flexibility .wrapper {
  display: flex;
  gap: 20px;
}

#flexibility .wrapper .video {
  width: 50%;
}

#flexibility .wrapper .video .videoWrapper {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  width: 100%;
  border-radius: calc(var(--radiusV) * 0.3);
  overflow: hidden;
}

#flexibility .wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent !important;
}

#flexibility .wrapper .data {
  flex: 1;
}

#flexibility .wrapper .data h3 {
  font-weight: 700;
  font-style: italic;
  font-size: clamp(1.3rem, 2.5vw, 1.5rem);
  color: #000;
  margin-bottom: 1.2em;
}

#flexibility .wrapper .data p {
  font-weight: 600;
  font-size: clamp(1rem, 2vw, 1.1rem);
  line-height: 1.3em;
  margin-bottom: 1.8em;
  /* max-width: 430px; */
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #flexibility .wrapper {
    flex-direction: column;
    max-width: 600px;
    margin-inline: auto;
  }

  #flexibility .wrapper .video {
    width: 100%;
  }
}

/* SOFTWARE ======================= */
#software {
  background-color: var(--gris-2);
  padding: var(--paddingMedium) 0;
}

#software h2 {
  font-weight: 800;
  font-size: clamp(1.5rem, 4.5vw, 2.7rem);
  line-height: 1.2em;
  margin-bottom: 0.6em;
  text-align: center;
  color: #000;
  max-width: 820px;
  margin-inline: auto;
}

#software p {
  font-weight: 600;
  font-size: clamp(1rem, 2vw, 1.1rem);
  line-height: 1.3em;
  text-align: center;
  max-width: 820px;
  margin-inline: auto;
}

/* QUIPPOS CORE ======================= */
#core {
  background-color: var(--gris-2);
  padding: var(--paddingMedium) 0 0 0;
}

#core .pageWidth {
  display: flex;
  flex-direction: column;
}

#core h2 {
  font-weight: 900;
  font-size: clamp(2.1rem, 6.5vw, 3.6rem);
  line-height: 1.2em;
  margin-bottom: 0.6em;
  /* text-align: center; */
  color: #000;
  max-width: 730px;
  margin-inline: auto;
}

#core h2 span {
  color: var(--coral-1);
}

#core p {
  font-weight: 600;
  font-size: clamp(1rem, 2vw, 1.3rem);
  line-height: 1.3em;
  margin-bottom: 1.3em;
  margin-inline: auto;
  max-width: 730px;
}

#core p span {
  color: var(--coral-1);
  font-weight: 800;
}

#core b span {
  font-weight: 800;
}

#core img {
  margin: 0 auto var(--paddingMedium) auto;
  width: 100%;
  max-width: 730px;
  border-radius: calc(var(--radiusV) * 0.3);
  overflow: hidden;
}

/* KEY ======================= */
#core {
  background-color: var(--gris-2);
  padding: var(--paddingMedium) 0 var(--paddingMedium) 0;
  font-size: 16px;
  color: var(--marino);
}

#core ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
  margin: 0 auto;
  width: 100%;
  max-width: 730px;
}

#core ul li {
  display: flex;
  flex-direction: column;
  justify-content: s;
  position: relative;
  /* height: 100%; */
  /* width: 100%; */
}

#core ul li h3 {
  padding-left: 80px;
  position: relative;
  min-height: 70px;
  font-weight: 900;
  font-size: clamp(1.2rem, 5.5vw, 1.2rem);
  line-height: 1.2em;
  display: flex;
  align-items: center;
  margin-bottom: -25px;
}

#core ul li:nth-child(1) .title h3 {
  color: var(--coral-1);
}

#core ul li:nth-child(1) .data h3 {
  color: var(--verde-1);
}

#core ul li:nth-child(2) .title h3 {
  color: var(--azul-1);
}

#core ul li:nth-child(2) .data h3 {
  color: var(--purpura-1);
}

#core ul li h3 picture {
  position: absolute;
  z-index: 1;
  margin-right: 0;
  left: 0;
  top: 0px;
  bottom: 0;
  width: 70px;
}

#core ul li h3 picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}

#core ul li .title {
  position: relative;
}

#core ul li .title:after {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  left: 18px;
  width: 34px;
  top: 50%;
  bottom: 0;
  background: #fff;
}

#core ul li p {
  flex: 1;
  padding-left: 80px;
  position: relative;
  font-weight: 600;
  font-size: clamp(0.9rem, 5.5vw, 1rem);
  line-height: 1.2em;
  padding-top: 0.4em;
}

#core ul li .data {
  position: relative;
  flex: 1;
}

#core ul li .data:after {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  left: 18px;
  width: 34px;
  top: 0%;
  bottom: 0;
  background: #fff;
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
}

@media screen and (max-width: 950px) {
  #core ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 3em;
    /* max-width: 600px; */
    margin: 0 auto;
  }

  #core ul li h3 {
    margin-bottom: -10px;
  }

  #core ul p {
    margin-top: -1em;
  }

  #core ul li .data h3 {
    min-height: auto;
    margin-bottom: 13px;
  }
}

/* AREAS ======================= */
#areas {
  background-color: var(--gris-2);
  padding: var(--paddingMedium) 0 var(--paddingMedium) 0;
}

#areas h2 {
  font-weight: 800;
  font-size: clamp(1.5rem, 4.5vw, 2.7rem);
  line-height: 1.2em;
  margin-bottom: 0.6em;
  text-align: center;
  color: #000;
  max-width: 820px;
  margin-inline: auto;
}

#areas #cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

#areas ul li {
  position: relative;
}

#areas ul li .card {
  width: 100%;
  height: 420px;
  perspective: 1500px;
}

#areas ul li .card .content {
  width: 100%;
  height: 100%;
  border-radius: calc(var(--radiusV) * 0.5);
  transition: transform 0.5s;
  transform-style: preserve-3d;
}

#areas ul li .card.flipped .content {
  transform: rotateY(180deg);
}

#areas ul li .card .content .front,
#areas ul li .card .content .back {
  position: absolute;
  height: 100%;
  width: 100%;
  font-size: 24px;
  border-radius: calc(var(--radiusV) * 0.5);
  overflow: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

#areas ul li .card .content .front {
  background-color: #fff;
  /* padding: 3em 0; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 0;
}

#areas ul li .card .content .front h4,
#areas ul li .card .content .front a {
  position: relative;
  z-index: 1;
}

#areas ul li .card .content .front h4 {
  color: #fff;
  text-align: left;
  padding: 20px 0 0 20px;
}

#areas ul li .card:hover .content {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

#areas ul li .card .content .front picture {
  display: flex;
  width: 100%;
  /* height: calc(100% - 50px); */
  flex: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

#areas ul li .card .content .front picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

#areas ul li .card .content .front a {
  font-size: clamp(0.9rem, 3.6vw, 0.9rem);
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

#areas ul li .card .content .back {
  transform: rotateY(180deg);
  padding: 4em 1.8em;
  background: var(--marino);
}

#areas ul li .card .content .back h4 {
  color: #fff;
  text-align: left;
  padding: 20px 0 0 0;
  position: absolute;
  top: 0;
}

#areas ul li:nth-child(1) .card .content .back h4 {
  color: var(--purpura-3);
}

#areas ul li:nth-child(2) .card .content .back h4 {
  color: var(--dorado-3);
}

#areas ul li:nth-child(3) .card .content .back h4 {
  color: var(--verde-2);
}

#areas ul li:nth-child(4) .card .content .back h4 {
  color: var(--coral-2);
}

#areas ul li .card .content .back ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#areas ul li .card .content .back ul li {
  position: relative;
  padding-left: 15px;
  color: #fff;
  font-weight: 500;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  line-height: 1.3em;
}

#areas ul li .card .content .back ul li span {
  position: absolute;
  left: 0;
  top: 0;
}

#areas ul li .card .content .back p {
  font-weight: 600;
  font-size: clamp(1rem, 1.8vw, 1.3rem);
  line-height: 1.3em;
}

#areas h3 {
  font-weight: 700;
  font-size: clamp(1.1rem, 3.6vw, 1.3rem);
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: 0.4em;
}

#areas .cta {
  display: flex;
  justify-content: center;
}

#areas a {
  border-radius: 1em;
  padding: 0.3em 1em;
  font-weight: 700;
  font-size: clamp(1.1rem, 3.6vw, 1.2rem);
  background-color: var(--dorado-2);
  color: var(--marino);
  transition: all 0.2s;
  white-space: nowrap;
  display: inline-block;
}

#areas a:hover {
  background-color: var(--dorado-1);
}

@media screen and (max-width: 950px) {
  #areas #cards {
    grid-template-columns: repeat(2, 1fr);
  }

  #areas ul li .card {
    height: 380px;
  }
}

@media screen and (max-width: 600px) {
  #areas ul li .card .content .back {
    padding: 4em 1em;
  }

  #areas ul li .card {
    height: 300px;
  }
}

@media screen and (max-width: 400px) {
  #areas #cards {
    grid-template-columns: repeat(1, 1fr);
    max-width: 300px;
    margin-inline: auto;
  }

  #areas ul li .card .content .back {
    /* padding: 2em 1em; */
  }

  #areas ul li .card {
    height: 380px;
  }
}

/* IMPLEMENTACIÓN ======================= */
#implementacion {
  background-color: var(--gris-2);
  padding: var(--paddingMedium) 0;
}

#implementacion h2 {
  font-weight: 800;
  font-size: clamp(1.5rem, 4.5vw, 2.7rem);
  line-height: 1.2em;
  margin-bottom: 0.6em;
  text-align: center;
  color: #000;
  margin-inline: auto;
  max-width: 620px;
}

#implementacion .box {
  border-radius: calc(var(--radiusV) * 0.5);
  padding: 2em 3em;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 30px;
}

#implementacion .box img {
  width: 250px;
}

#implementacion .box ul {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#implementacion .box ul li {
  position: relative;
  padding-left: 12px;
  font-weight: 600;
  font-size: clamp(0.9rem, 1.8vw, 1rem);
  line-height: 1.3em;
  padding-left: 1.5em;
}

#implementacion .box ul li:before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: url(check.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#implementacion .box ul li span {
  position: absolute;
  left: 0;
  top: 0;
}

#implementacion p {
  font-weight: 600;
  font-size: clamp(1rem, 2vw, 1.1rem);
  line-height: 1.3em;
  text-align: center;
  max-width: 620px;
  margin-inline: auto;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 620px) {
  #implementacion .box {
    flex-direction: column;
    padding: 2em 1em;
  }
}

/* QUIPPOS LH ======================= */
#quipposlh {
  background-color: var(--gris-2);
  padding: var(--paddingMedium) 0;
}

#quipposlh h2 {
  font-weight: 800;
  font-size: clamp(1.5rem, 4.5vw, 2.7rem);
  line-height: 1.2em;
  margin-bottom: 0.2em;
  text-align: center;
  color: #000;
  margin-inline: auto;
  max-width: 620px;
}
#quipposlh h2 span {
  color: var(--coral-1);
}

#quipposlh .box {
  border-radius: calc(var(--radiusV) * 0.5);
  padding: 2em 3em;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 2em;
}

#quipposlh .box img {
  width: 250px;
}

#quipposlh .box ul {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#quipposlh .box ul li {
  position: relative;
  padding-left: 12px;
  font-weight: 600;
  font-size: clamp(0.9rem, 1.8vw, 1rem);
  line-height: 1.3em;
  padding-left: 1.5em;
}

#quipposlh .box ul li:before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: url(check.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#quipposlh .box ul li span {
  position: absolute;
  left: 0;
  top: 0;
}

#quipposlh p {
  font-weight: 600;
  font-size: clamp(1rem, 2vw, 1.3rem);
  line-height: 1.3em;
  margin-bottom: 1.8em;
  text-align: center;
}

#quipposlh .cta {
  text-align: center;
}

#quipposlh a {
  border-radius: 1em;
  padding: 0.3em 1em;
  font-weight: 700;
  font-size: clamp(1.1rem, 3.6vw, 1.2rem);
  background-color: var(--dorado-2);
  color: var(--marino);
  transition: all 0.2s;
  white-space: nowrap;
  display: inline-block;
}

#quipposlh a:hover {
  background-color: var(--dorado-1);
}

@media screen and (max-width: 620px) {
  #quipposlh .box {
    flex-direction: column;
    padding: 2em 1em;
  }
}

/* COMPUTADORA ======================= */
#computer {
  background-color: var(--gris-2);
  padding: 0 0 var(--paddingMedium) 0;
}

#computer video,
#computer img {
  width: 100%;
}

/* VALORES ======================= */
#valores {
  background-color: var(--gris-2);
  padding: 0 0 var(--paddingMedium) 0;
}

#valores h2 {
  font-weight: 800;
  font-size: clamp(1.5rem, 4.5vw, 2.7rem);
  line-height: 1.2em;
  margin-bottom: 0.6em;
  text-align: center;
  color: #000;
  margin-inline: auto;
}

#valores ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

#valores ul li {
  border-radius: calc(var(--radiusV) * 0.5);
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  height: 520px;
}

#valores ul li picture {
  display: flex;
  width: 100%;
  flex: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

#valores ul li picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

#valores ul li .data {
  position: relative;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 1em 1em;
  height: 220px;
}

#valores ul li .data h4 {
  font-weight: 700;
  font-size: clamp(1.1rem, 3.6vw, 1.4rem);
  margin-bottom: 0.4em;
}

#valores ul li .data p {
  font-weight: 500;
  font-size: clamp(0.9rem, 2vw, 1.02rem);
  line-height: 1.3em;
  font-style: italic;
}

#valores ul li .data p.equipo {
  font-weight: 700;
  font-style: normal;
  margin-top: 0.8em;
}

@media screen and (max-width: 950px) {
  #valores ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  #valores ul li {
    height: 420px;
  }
}

@media screen and (max-width: 400px) {
  #valores ul {
    grid-template-columns: repeat(1, 1fr);
    max-width: 300px;
    margin-inline: auto;
  }

  #valores ul li {
    height: 380px;
  }

  #valores ul li .data {
    height: 160px;
  }
}

/* Comunidad WhatsApp */
#comunidadWs {
  background-color: var(--gris-2);
  padding: 0 0 var(--paddingMedium) 0;
  font-size: 16px;
  color: var(--marino);
}

#comunidadWs .banner {
  background-color: #d5eed6;
  border-radius: calc(var(--radiusV) * 0.5);
  display: flex;
  gap: 2em;
  align-items: center;
  padding: 1.5em 3em 1.5em 1.5em;
}

#comunidadWs .banner .data h4 {
  font-weight: 800;
  font-size: clamp(1.5rem, 3.1vw, 2.2rem);
  line-height: 1.1em;
  max-width: 900px;
  margin-bottom: 0.2em;
}

#comunidadWs .banner .data p {
  font-weight: 600;
  font-size: clamp(0.9rem, 1.8vw, 1.22rem);
  line-height: 1.3em;
  margin-bottom: 0.6em;
  max-width: 900px;
}

#comunidadWs .banner .data h5 {
  font-weight: 700;
  font-size: clamp(1.2rem, 2.4vw, 1.4rem);
  line-height: 1.3em;
  max-width: 900px;
  margin: 0;
}

#comunidadWs .banner .data .cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.6em;
}

#comunidadWs .banner .data .cta a {
  border-radius: 1em;
  padding: 0.3em 1em;
  font-weight: 700;
  font-size: clamp(1.1rem, 3.6vw, 1.2rem);
  background-color: #00c307;
  color: #fff;
  transition: all 0.2s;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.2em;
}

#comunidadWs .banner .data .cta a i {
  font-size: 1.3em;
}

#comunidadWs .banner .data .cta a:hover {
  background-color: #008f05;
}

#comunidadWs .banner picture {
  width: 150px;
  display: flex;
}

#comunidadWs .banner picture img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  #comunidadWs .banner .data .cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 650px) {
  #comunidadWs .banner {
    align-items: flex-start;
  }
}

@media screen and (max-width: 500px) {
  #comunidadWs .banner {
    flex-direction: column;
    align-items: center;
    padding: 1.5em 3em 1.5em 3em;
    gap: 0;
  }

  #comunidadWs .banner .data {
    text-align: center;
  }

  #comunidadWs .banner .data .cta {
    align-items: center;
  }
}

@media screen and (max-width: 500px) {
  #comunidadWs .banner ul li {
    width: 100%;
  }

  #comunidadWs .banner picture {
    display: none;
  }

  #comunidadWs .banner ul li p {
    width: 100%;
  }
}
