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

#intro .soon {
  font-weight: 500;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  line-height: 1.1em;
  margin-bottom: 0.8em;
}

#intro h1 {
  font-weight: 800;
  font-size: clamp(1.6rem, 4.5vw, 3.2rem);
  line-height: 1.2em;
  margin-bottom: 0.6em;
  max-width: 740px;
  position: relative;
  z-index: 1;
}

#intro .wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

#intro .wrapper > div {
  position: relative;
  z-index: 1000;
}

#intro .wrapper h2 {
  font-weight: 700;
  font-size: clamp(1.3rem, 3.2vw, 2.2rem);
  line-height: 1.2em;
  margin-bottom: 0.8em;
  max-width: 780px;
  max-width: 450px;
}

#intro .wrapper h3 {
  font-weight: 600;
  font-size: clamp(1.2rem, 1.6vw, -2.6rem);
  line-height: 1.2em;
  margin-bottom: 1.8em;
  max-width: 450px;
}

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

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

#intro .wrapper picture {
  position: absolute;
  margin-right: 0;
  right: -170px;
  width: 1200px;
  right: -220px;
  height: 550px;
  z-index: 0;
}

#intro picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right 50%;
}

@media screen and (max-width: 1150px) {
  #intro {
    min-height: 530px;
  }

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

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

  #intro .wrapper picture {
    width: 1200px;
    right: -220px;
    height: 550px;
  }
}

@media screen and (max-width: 1000px) {
  #intro .wrapper picture {
    width: 100%;
    right: -180px;
    height: 480px;
    top: -30px;
  }
}

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

  #intro .wrapper picture {
    position: relative;
    top: 0;
    right: 0;
    left: -70px;
    height: auto;
    margin-bottom: 30px;
  }

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

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

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

@media screen and (max-width: 750px) {
  #intro .wrapper picture {
    left: -40px;
  }
}

@media screen and (max-width: 550px) {
  #intro .wrapper picture {
    left: -50px;
    /* right: -150px; */
    height: 300px;
    width: 620px;
  }
}

/* DESBLOQUEÁ ======================= */
#unlock {
  background-color: var(--gris-2);
  padding: var(--paddingMedium) 0 var(--paddingMedium) 0;
  font-size: 16px;
  color: var(--marino);
  position: relative;
  z-index: 0;
}

#unlock h3 {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.6rem, 5.1vw, 2.6rem);
  line-height: 1.2em;
  margin: 0 auto 0.5em auto;
}

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

/* Acceso */
#features .access {
  background-color: #fff;
  border-radius: calc(var(--radiusV) * 0.5);
  display: flex;
  align-items: center;
  padding: 1em 3em;
  margin-bottom: 1em;
}

#features .access div {
  display: flex;
  align-items: center;
  gap: 1.9em;
  flex: 1;
}

#features .access h4 {
  color: var(--coral-1);
  font-weight: 800;
  font-size: clamp(1.5rem, 3.1vw, 2.1rem);
  line-height: 1.2em;
  margin-bottom: 0.2em;
  max-width: 300px;
}

#features .access p {
  font-weight: 600;
  font-size: clamp(1rem, 1.8vw, 1.1rem);
  line-height: 1.3em;
  max-width: 300px;
}

#features .access picture {
  width: 33%;
  margin-top: 1.5em;
}

#features .access picture img {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  #features .access div {
    flex-direction: column;
    gap: 0.5em;
    width: 50%;
    align-items: flex-start;
  }

  #features .access picture {
    width: 50%;
    height: 220px;
    position: relative;
  }

  #features .access picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
    position: absolute;
  }
}

@media screen and (max-width: 700px) {
  #features .access {
    flex-direction: column-reverse;
  }

  #features .access div {
    width: 100%;
    align-items: flex-start;
  }

  #features .access h4 {
    max-width: 100%;
  }

  #features .access p {
    max-width: 100%;
  }

  #features .access picture {
    width: auto;
    height: auto;
  }

  #features .access picture img {
    width: 100%;
    max-width: 300px;
    position: relative;
  }
}

@media screen and (max-width: 450px) {
  #features .access {
    padding: 1em;
  }
}

/* Crecimiento */
#features .growUp {
  background-color: #fff;
  border-radius: calc(var(--radiusV) * 0.5);
  display: flex;
  align-items: center;
  padding: 3em 3em;
  margin-bottom: 1em;
  gap: 1em;
}

#features .growUp .title {
  width: 32%;
  color: var(--verde-1);
}

#features .growUp .title h4 {
  font-weight: 800;
  font-size: clamp(1.5rem, 3.1vw, 2.1rem);
  line-height: 1.2em;
  margin-bottom: 1.5em;
  max-width: 280px;
}

#features .growUp .title i {
  font-weight: 800;
  font-size: clamp(3.2rem, 7.1vw, 7.1rem);
  line-height: 1em;
  margin-bottom: 0.1em;
  margin-left: -0.16em;
}

#features .growUp .benefits {
  flex: 1;
  display: grid;
  gap: 5em;
  grid-template-columns: repeat(2, 1fr);
}

#features .growUp .benefits h5 {
  font-weight: 800;
  font-size: clamp(1.3rem, 3.1vw, 1.8rem);
  line-height: 1.2em;
  margin-bottom: 0.2em;
  max-width: 300px;
}

#features .growUp .benefits p {
  font-weight: 600;
  font-size: clamp(1rem, 1.8vw, 1.1rem);
  line-height: 1.3em;
}

#features .growUp .benefits h6 {
  font-weight: 800;
  font-size: clamp(1.1rem, 3.1vw, 1.4rem);
  line-height: 1.2em;
  margin-bottom: 0;
  position: relative;
}

#features .growUp .benefits h6 i {
  position: absolute;
  left: -1.2em;
  top: 0.1em;
}

#features .growUp .benefits h6.noCode i {
  color: var(--verde-1);
}

#features .growUp .benefits h6.lowCode i {
  color: var(--dorado-1);
}

#features .growUp .benefits h6.guestCode i {
  color: var(--coral-1);
}

#features .growUp .benefits h6.dai {
  color: var(--azul-1);
}

#features .growUp .benefits h6.oneTeam {
  color: var(--verde-1);
}

@media screen and (max-width: 1000px) {
  #features .growUp {
    flex-direction: column;
  }

  #features .growUp .title {
    width: 100%;
  }

  #features .growUp .benefits {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 450px) {
  #features .growUp {
    padding: 1em;
  }

  #features .growUp .benefits > div:first-child {
    padding-left: 1.2em;
  }

  #features .growUp .benefits > div:first-child h5 {
    margin-left: -1em;
  }

  #features .growUp .benefits > div:first-child p:nth-child(2) {
    margin-left: -1.2em;
  }
}

/* Seguridad */
#features .security {
  background-color: #fff;
  border-radius: calc(var(--radiusV) * 0.5);
  display: flex;
  align-items: center;
  padding: 1em 3em;
  margin-bottom: 3em;
}

#features .security div {
  display: flex;
  align-items: center;
  gap: 1.9em;
  flex: 1;
}

#features .security h4 {
  color: var(--azul-1);
  font-weight: 800;
  font-size: clamp(1.3rem, 3.1vw, 2.1rem);
  line-height: 1.2em;
  max-width: 300px;
}

#features .security p {
  font-weight: 600;
  font-size: clamp(1rem, 1.8vw, 1.1rem);
  line-height: 1.3em;
  max-width: 300px;
}

#features .security picture {
  width: 33%;
  margin-top: 1.5em;
}

#features .security picture img {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  #features .security div {
    flex-direction: column;
    gap: 0.5em;
    width: 50%;
    align-items: flex-start;
  }

  #features .security picture {
    width: 50%;
    height: 220px;
    position: relative;
  }

  #features .security picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
    position: absolute;
  }
}

@media screen and (max-width: 700px) {
  #features .security {
    flex-direction: column-reverse;
  }

  #features .security div {
    width: 100%;
    align-items: flex-start;
  }

  #features .security h4 {
    max-width: 100%;
  }

  #features .security p {
    max-width: 100%;
  }

  #features .security picture {
    width: auto;
    height: auto;
  }

  #features .security picture img {
    width: 100%;
    max-width: 270px;
    position: relative;
  }
}

@media screen and (max-width: 450px) {
  #features .security {
    padding: 1em;
  }
}

/* CTA */
#features .cta {
  display: flex;
  justify-content: center;
}

#features .cta 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;
}

#features .cta a:hover {
  background-color: var(--dorado-1);
}

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

#revolution .wrapper {
  background-color: #fff;
  border-radius: calc(var(--radiusV) * 0.5);
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  overflow: hidden;
}

#revolution .wrapper picture {
  display: flex;
  width: 50%;
}

#revolution .wrapper picture img {
  width: 100%;
}

#revolution .wrapper div {
  padding: 1em 4em;
  flex: 1;
}

#revolution .wrapper div h2 {
  font-weight: 700;
  font-size: clamp(1.3rem, 3.1vw, 2.1rem);
  line-height: 1.2em;
  margin-bottom: 1em;
}

#revolution .wrapper div li {
  position: relative;
  font-weight: 600;
  font-size: clamp(1rem, 1.8vw, 1.1rem);
  line-height: 1.3em;
}

#revolution .wrapper div li:not(:last-child) {
  margin-bottom: 0.5em;
}

#revolution .wrapper div li h3 {
  font-weight: 600;
  font-size: clamp(1rem, 1.8vw, 1.1rem);
  line-height: 1.3em;
}

#revolution .wrapper div li:before {
  content: ">";
  position: absolute;
  left: -1em;
}

@media screen and (max-width: 950px) {
  #revolution .wrapper {
    align-items: stretch;
  }

  #revolution .wrapper picture {
    display: flex;
    width: 280px;
    position: relative;
  }

  #revolution .wrapper picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
  }
}

@media screen and (max-width: 700px) {
  #revolution .wrapper {
    flex-direction: column;
  }

  #revolution .wrapper picture {
    display: flex;
    width: 100%;
    height: 250px;
    position: relative;
  }

  #revolution .wrapper picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0%;
    position: absolute;
  }
}

@media screen and (max-width: 450px) {
  #revolution .wrapper div {
    padding: 1em;
  }

  #revolution .wrapper div ul {
    padding-left: 1em;
  }
}

/* SOLUCIÓN */
#solution {
  background-color: var(--gris-2);
  padding: 0 0 var(--paddingMedium) 0;
  font-size: 16px;
  color: var(--marino);
}

#solution h2 {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.6rem, 5.1vw, 2.7rem);
  line-height: 1.2em;
  margin: 0 auto 0.2em auto;
}

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

#areas ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1em;
  row-gap: 1em;
  margin-bottom: 3em;
}

#areas ul li {
  position: relative;
  /* margin-bottom: 3em; */
}

#areas ul li .card {
  width: 100%;
  height: 370px;
  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);
  backface-visibility: hidden;
}

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

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

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

#areas ul li .card .content .front a {
  font-size: clamp(0.9rem, 3.6vw, 0.9rem);
}

#areas ul li .card .content .back {
  transform: rotateY(180deg);
  padding: 3em 2em;
}

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

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

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

#areas ul li:nth-child(4) .card .content .back {
  background: var(--dorado-1);
}

#areas ul li:nth-child(5) .card .content .back {
  background: var(--azul-4);
}

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

#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 ul {
    grid-template-columns: repeat(2, 1fr);
  }

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

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

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

/* INTEGRACIONES ======================= */
#integration {
  background-color: var(--gris-2);
  padding: calc(var(--paddingMedium) * 1.5) 0 calc(var(--paddingMedium) * 3.2) 0;
  font-size: 16px;
  color: var(--marino);
  overflow-x: hidden;
}

#integration .wrapper {
  display: flex;
  align-items: center;
}

#integration h3 {
  font-weight: 700;
  font-size: clamp(1.6rem, 4.5vw, 3.8rem);
  line-height: 1.2em;
  margin-bottom: 0.1em;
  max-width: 540px;
  position: relative;
  z-index: 1;
}

#integration .wrapper p {
  font-weight: 600;
  font-size: clamp(1.2rem, 1.6vw, 1.4rem);
  line-height: 1.2em;
  margin-bottom: 1.2em;
  max-width: 540px;
  position: relative;
  z-index: 1;
}

#integration .wrapper picture {
  position: absolute;
  z-index: 0;
  margin-right: 0;
  right: -70px;
  top: -100px;
  bottom: 0;
  width: 750px;
  height: 500px;
}

#integration .wrapper picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 10% 90%;
}

@media screen and (max-width: 1100px) {
  #integration h3 {
    max-width: 450px;
  }

  #integration .wrapper p {
    max-width: 450px;
  }
}

@media screen and (max-width: 1000px) {
  #integration .wrapper picture {
    position: absolute;
    z-index: 0;
    margin-right: 0;
    right: -120px;
    top: -70px;
    bottom: 0;
    width: 750px;
    height: 400px;
  }
}

@media screen and (max-width: 950px) {
  #integration h3 {
    max-width: 350px;
  }

  #integration .wrapper p {
    max-width: 400px;
  }
}

@media screen and (max-width: 900px) {
  #integration .wrapper picture {
    right: -160px;
  }
}

@media screen and (max-width: 850px) {
  #integration .wrapper picture {
    position: absolute;
    z-index: 0;
    margin-right: 0;
    right: -250px;
    top: -40px;
    bottom: 0;
    width: 750px;
    height: 300px;
  }
}

@media screen and (max-width: 800px) {
  #integration .wrapper picture {
    right: -280px;
  }
}

@media screen and (max-width: 750px) {
  #integration .wrapper {
    flex-direction: column-reverse;
  }

  #integration .wrapper picture {
    position: relative;
    z-index: 0;
    margin-right: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 300px;
  }

  #integration .wrapper picture img {
    object-position: 50% 50%;
  }

  #integration .wrapper {
    max-width: 500px;
    margin-inline: auto;
  }

  #integration h3 {
    max-width: 100%;
  }

  #integration .wrapper p {
    max-width: 100%;
  }
}

@media screen and (max-width: 450px) {
  #integration .wrapper picture {
    position: relative;
    height: auto;
  }

  #integration .wrapper picture img {
    object-position: 50% 50%;
  }

  #integration .wrapper {
    max-width: 500px;
    margin-inline: auto;
  }

  #integration h3 {
    max-width: 100%;
  }

  #integration .wrapper p {
    max-width: 100%;
  }
}

/* SLIDER ====================================================== */
.bx-wrapper,
.bx-window {
  width: 100% !important;
  /* background: #FFF; */
  /* padding: 30px 0 20px 0; */
}

#slider {
  list-style: none;
  padding: 0px;
  display: flex;
  align-items: center;
}

.slider-container {
  /* background: #222; */
  /* width: 845px; */
  height: 150px;
  /* -webkit-border-radius: 2px; */
  /* -moz-border-radius: 2px; */
  /* border-radius: 2px; */
}

#slider img {
  margin: 0px;
  display: inline-block;
  width: auto;
}

#slider li {
  /* float: left; */
  margin: 0 25px;
  /*     width: auto !important; */
  /* height: 108px; */
  display: flex;
  align-items: center;
  width: auto !important;
  /* background: url(logos/logos.jpg) no-repeat 0 0; */
}

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

#industries h3 {
  font-weight: 700;
  font-size: clamp(1.9rem, 7vw, 3.8rem);
  line-height: 1.1em;
  color: var(--marino);
  margin: 0 0 1.2em 0;
  text-align: center;
  max-width: 640px;
  margin-inline: auto;
}

#industries h3 span {
  white-space: nowrap;
}

#industries ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  row-gap: 60px;
  margin-bottom: 3em;
}

#industries ul li {
  background-color: #fff;
  border-radius: 33px;
  padding: 40px 20px 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 172px;
}

#industries ul li h3 {
  font-weight: 700;
  font-size: clamp(0.5rem, 5vw, 1.1rem);
  line-height: 1.3em;
  transition: all 0.2s;
  padding: 0.4em 1em;
  border-radius: 0.6em;
  width: auto;
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -18px;
}

#industries ul li h3.agro {
  background-color: var(--verde-1);
}

#industries ul li h3.constructora {
  background-color: var(--coral-1);
}

#industries ul li h3.servicios {
  background-color: var(--purpura-2);
}

#industries ul li h3.manufacturas {
  background-color: var(--dorado-1);
}

#industries ul li h3.contadores {
  background-color: var(--azul-3);
}

#industries ul li h3.comercializadoras {
  background-color: var(--azul-2);
}

#industries ul li h3.salud {
  background-color: var(--coral-2);
}

#industries ul li h3.ong {
  background-color: var(--purpura-3);
}

#industries ul li .box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  gap: 20px;
}

#industries ul li:nth-child(4) .box {
  padding: 0 40px;
}

#industries ul li picture {
  transform: scale(0.8);
}

@media screen and (max-width: 1100px) {
  #industries ul li .box {
    gap: 10px;
  }
}

@media screen and (max-width: 1000px) {
  #industries ul li .box {
    flex-direction: column;
  }

  #industries ul {
    max-width: 700px;
    margin-inline: auto;
  }
}

@media screen and (max-width: 860px) {
  #industries ul {
    column-gap: 20px;
  }
}

@media screen and (max-width: 650px) {
  #industries ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    row-gap: 60px;
    max-width: 400px;
  }
}

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

#industries .cta 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;
}

#industries .cta a:hover {
  background-color: var(--dorado-1);
}

/* OPTIMIZACIÓN ======================= */
#optimize {
  background-color: var(--gris-2);
  padding: 0 0 calc(var(--paddingMedium) * 0.5) 0;
  font-size: 16px;
  color: var(--marino);
}

#optimize h2 {
  font-weight: 700;
  font-size: clamp(1.9rem, 7vw, 3.8rem);
  line-height: 1.1em;
  margin: 0 0 0.3em 0;
  text-align: center;
}

#optimize h3 {
  font-weight: 600;
  font-size: clamp(1.2rem, 1.6vw, 1.4rem);
  line-height: 1.2em;
  margin-bottom: 1.2em;
  text-align: center;
}

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

#testimony .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
}

#testimony picture {
  width: 100%;
}

#testimony picture img {
  width: 100%;
}

#testimony p {
  font-weight: 600;
  font-size: clamp(1.2rem, 2.2vw, 1.8rem);
  line-height: 1.2em;
  margin-bottom: 0.8em;
}

#testimony p.nombre {
  font-weight: 600;
  font-size: clamp(1.2rem, 1.6vw, 1.3rem);
  line-height: 1.2em;
  margin-bottom: 0.8em;
}

#testimony p.cargo {
  font-weight: 600;
  font-size: clamp(1rem, 1.6vw, 1.1rem);
  line-height: 1.2em;
  margin-bottom: 1.8em;
  max-width: 400px;
}

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

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

@media screen and (max-width: 800px) {
  #testimony .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  #testimony picture {
    display: flex;
    justify-content: center;
  }

  #testimony picture img {
    max-width: 500px;
  }
}

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

#faq h2 {
  font-weight: 700;
  font-size: clamp(1.9rem, 7vw, 3.8rem);
  line-height: 1.1em;
  margin: 0 0 0.4em 0;
  text-align: center;
}

#faq h2 i {
  margin-right: 5px;
}

#faq ul li {
  border-bottom: 1px solid var(--gris-4);
}

.question {
  color: var(--marino);
  font-weight: 500;
  font-size: 24px;
  padding: 10px 0;
  line-height: 1.4em;
  display: inline-block;
}

.question i {
  margin-left: 2px;
}

.question:hover {
  color: var(--azul-2);
}

.answer {
  padding: 0 0 20px 14px;
}

.answer p {
  color: var(--gris-7);
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 500;
}

#fullWebAnswer,
#safetyAnswer,
#migrateAnswer,
#visualizeAnswer,
#doubtAnswer,
#timeAnswer,
#customizedAnswer {
  display: none;
}

@media screen and (max-width: 550px) {
  #faq h2 {
    font-size: 34px;
  }

  .question {
    font-size: 20px;
  }

  .answer {
    padding: 0 0 20px 0;
  }

  .answer p {
    font-size: 16px;
  }
}

@media screen and (max-width: 450px) {
  #faq h2 {
    font-size: 30px;
  }
}

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

#comunidadWs7 .banner {
  background-color: #d5eed6;
  /* background-color: yellow; */
  border-radius: calc(var(--radiusV) * 0.5);
  padding: 1.5em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

#comunidadWs7 .banner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 3em;
}

#comunidadWs7 .banner ul li {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0.5em;
}

#comunidadWs7 .banner ul li h5 {
  font-weight: 700;
  font-size: clamp(1rem, 2.1vw, 1.3rem);
  line-height: 1.2em;
  margin: 0 0 0.2em 0;
  min-height: 2.5em;
}

#comunidadWs7 .banner ul li:nth-child(n + 5) h5 {
  min-height: auto;
}

#comunidadWs7 .banner ul li picture {
  margin-bottom: 0.6em;
  width: 110px;
}

#comunidadWs7 .banner ul li p {
  font-weight: 600;
  font-size: clamp(0.9rem, 1.8vw, 0.9rem);
  line-height: 1.3em;
  margin-bottom: 0.6em;
  flex: 1;
  width: 180px;
}

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

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

#comunidadWs7 .banner ul li a i {
  font-size: 1.3em;
}

#comunidadWs7 .banner ul li a:hover {
  background-color: #008f05;
}

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

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

@media screen and (max-width: 900px) {
  #comunidadWs7 .banner ul li {
    width: 33%;
  }

  #comunidadWs7 .banner ul li h5 {
    min-height: auto;
  }
}

@media screen and (max-width: 790px) {
  #comunidadWs7 .banner ul li h5 {
    min-height: 2.5em;
  }

  #comunidadWs7 .banner ul li:nth-child(n + 4) h5 {
    min-height: auto;
  }
}

@media screen and (max-width: 650px) {
  #comunidadWs7 .banner ul li {
    width: 50%;
  }
  #comunidadWs7 .banner ul li h5 {
    min-height: auto;
  }

  #comunidadWs7 .banner ul li picture {
    display: none;
  }
}

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