body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

@media screen and (max-width: 1100px) {
  .pageWidth {
    padding: 0 10px;
  }
}

/* INTRO =============================================================== */
#intro {
  display: flex;
  justify-content: flex-end;
  margin-top: 89px;
  position: relative;
  background: rgb(59, 232, 176);
  background: -moz-linear-gradient(-90deg, rgba(59, 232, 176, 1) 0%, rgba(26, 175, 208, 1) 100%);
  background: -webkit-linear-gradient(-90deg, rgba(59, 232, 176, 1) 0%, rgba(26, 175, 208, 1) 100%);
  background: linear-gradient(-90deg, rgba(59, 232, 176, 1) 0%, rgba(26, 175, 208, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3be8b0", endColorstr="#1aafd0", GradientType=1);
  padding: var(--paddingMedium) 0;
}

#intro .texture {
  background: url("../../site/resources/texture_go_bottom_left_black.svg") no-repeat left bottom;
  width: 44%;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
  opacity: 0.15;
}

#intro .solution {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: clamp(20px, 5vw, 50px);
}

#intro .solution img {
  width: 156px;
  width: clamp(96px, 20vw, 156px);
  height: auto;
}

#intro .solution h1 {
  font-weight: 700;
  font-size: clamp(2.4rem, 5.7vw, 4.8rem);
  line-height: 1.2em;
  color: #000;
  margin-left: 30px;
}

#intro .description {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}

#intro .description p {
  font-weight: 500;
  line-height: 1.2em;
  font-size: clamp(1.1rem, 3vw, 1.6rem);
  margin: 0 0 1.2em 0;
  color: #fff;
}

#intro .description p:last-of-type {
  margin-bottom: 0;
}

#intro .pageWidth {
  position: relative;
  z-index: 1;
}

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

  #intro .texture {
    width: 66%;
    min-width: 300px;
  }
}

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

  #intro .solution h1 {
    margin-left: 0;
  }
}

/* INTEGRACIONES ======================================*/
#integrations {
  background: rgb(255, 255, 255);
  background: -moz-radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(215, 215, 215, 1) 100%);
  background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(215, 215, 215, 1) 100%);
  background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(215, 215, 215, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#d7d7d7", GradientType=1);
  padding: var(--paddingMedium) 0;
}

#integrations h2 {
  font-weight: 700;
  font-size: clamp(1.7rem, 4.5vw, 2.8rem);
  color: var(--negro);
  text-align: center;
  margin: 0 auto 1.4em auto;
}

#integrations h2.secondary {
  font-weight: 700;
  font-size: clamp(1.7rem, 4.5vw, 2.2rem);
  font-weight: 500;
  text-align: center;
  margin: 0 0 30px 0;
  color: var(--purpura-3);
  padding: 0 10px;
}

#integrations ul.appList {
  margin-bottom: var(--paddingMedium);
}

/* Fix para posición en header fixed */
#integrations ul.appList > div {
  padding-top: 120px;
  margin-top: -120px;
}

#integrations ul.appList > li,
#integrations ul.appList > div > li {
  background-color: #fff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
  padding: 40px var(--paddingMedium);
  border-radius: 20px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

#integrations ul.appList li li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 0.4em;
}

#integrations ul.appList li li i {
  position: absolute;
  top: 4px;
  left: 0;
  color: var(--purpura-2);
}

#integrations ul.appList img {
  width: 156px;
  width: clamp(60px, 20vw, 86px);
  height: auto;
  /* margin-right: 20px; */
}

#integrations ul.appList .iconWrapper img:nth-child(1) {
  margin-right: 20px;
}

#integrations p,
.appList ul li {
  font-weight: 500;
  font-size: clamp(1rem, 4vw, 1.2rem);
  line-height: 1.4em;
  color: #49505b;
}

#integrations p.note {
  font-size: clamp(0.5rem, 3vw, 0.9rem);
  line-height: 1.4em;
  color: #676d76;
  margin: 2em 0 0 0;
}

#integrations h3 {
  font-weight: 700;
  font-size: clamp(1.55rem, 4.5vw, 2.2rem);
  color: var(--negro);
  margin: 0.65em auto 0.5em auto;
  margin: 0.5em auto;
  line-height: 1.2em;
  text-align: center;
}

#integrations p {
  margin-bottom: 1.4em;
}

#integrations p strong,
#integrations p.note strong {
  color: var(--azul-3);
}

#integrations a strong {
  color: var(--azul-3);
}

#integrations a:hover strong {
  color: var(--purpura-3);
  text-decoration: underline;
}

#integrations h4 {
  font-weight: 700;
  font-size: clamp(1.2rem, 4.5vw, 1.4rem);
  color: var(--purpura-1);
  margin-bottom: 0.5em;
  line-height: 1.2em;
}

#integrations .download {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}

#integrations .download h4 {
  margin-bottom: 1.2em;
}

#integrations .download a {
  font-size: 20px;
  color: #ffffff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 6px 20px;
  border-radius: 6px;
  transition: all 0.2s;
  font-weight: 700;
  transition: all 0.2s;
  background: rgb(255, 203, 0);
  background: -moz-linear-gradient(270deg, rgba(255, 203, 0, 1) 0%, rgba(246, 147, 0, 1) 50%, rgba(255, 109, 139, 1) 100%);
  background: -webkit-linear-gradient(270deg, rgba(255, 203, 0, 1) 0%, rgba(246, 147, 0, 1) 50%, rgba(255, 109, 139, 1) 100%);
  background: linear-gradient(270deg, rgba(255, 203, 0, 1) 0%, rgba(246, 147, 0, 1) 50%, rgba(255, 109, 139, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcb00", endColorstr="#ff6d8b", GradientType=1);
}

#integrations .download a i {
  font-size: 30px;
}

#integrations .download a:hover {
  background: rgb(228, 182, 0);
  background: -moz-linear-gradient(270deg, rgba(228, 182, 0, 1) 0%, rgba(232, 139, 0, 1) 50%, rgba(223, 96, 122, 1) 100%);
  background: -webkit-linear-gradient(270deg, rgba(228, 182, 0, 1) 0%, rgba(232, 139, 0, 1) 50%, rgba(223, 96, 122, 1) 100%);
  background: linear-gradient(270deg, rgba(228, 182, 0, 1) 0%, rgba(232, 139, 0, 1) 50%, rgba(223, 96, 122, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4b600", endColorstr="#df607a", GradientType=1);
}

#integrations .wrapper {
  flex: 1;
  height: 0;
  position: relative;
  padding-bottom: 56.5%;
  margin-bottom: 20px;
  height: 0;
  width: 100%;
}

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

/* Responsive - - - - - - - - - - - - - - - - - - - - - - */
/* Eliminación de fix para posición en header fixed */
@media screen and (max-width: 750px) {
  #integrations ul.appList > div {
    padding-top: 20px;
    margin-top: -20px;
  }
}

@media screen and (max-width: 750px) {
  #integrations ul.appList > div li {
    flex-direction: column;
  }
}

@media screen and (max-width: 450px) {
  #integrations ul.appList > div > li {
    padding: 40px 20px;
  }
}

/* INTEGRACIONES */
.moreIntegrations {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
}

.moreIntegrations li {
  display: block;
  margin: 20px 20px 20px 20px;
}

/* INTEGRACIONES */
#moreIntegrations {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
}

#moreIntegrations li {
  display: block;
  margin: 15px 18px 15px 18px;
}
