/* HOME */
/* INTRO ========================================================= */
#intro {
  margin-top: 89px;
  background: rgb(245, 99, 107);
  background: -moz-linear-gradient(90deg, rgba(245, 99, 107, 1) 0%, rgba(255, 109, 139, 1) 50%, rgba(255, 178, 0, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(245, 99, 107, 1) 0%, rgba(255, 109, 139, 1) 50%, rgba(255, 178, 0, 1) 100%);
  background: linear-gradient(90deg, rgba(245, 99, 107, 1) 0%, rgba(255, 109, 139, 1) 50%, rgba(255, 178, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5636b",endColorstr="#ffb200",GradientType=1);
  overflow: hidden;
}

#intro .pageWidth {
  position: relative;
  padding: clamp(50px, 8vw, 120px) 0px;
}

#intro .wrapper {
  max-width: 60%;
  position: relative;
  z-index: 2;
}

#intro h1 {
  font-weight: 700;
  font-size: clamp(1.9rem, 7vw, 5rem);
  line-height: 1.1em;
  margin-bottom: 0.5em;
  color: #fff;
}

#intro h1 span {
  white-space: nowrap;
}

#intro p {
  font-weight: 500;
  font-size: clamp(0.5rem, 5.4vw, 1.1rem);
  line-height: 1.3em;
  margin-bottom: 40px;
  color: #fff;
  max-width: 505px;
}

#intro p span {
  white-space: nowrap;
}

#intro a {
  font-weight: 500;
  font-size: clamp(0.5rem, 5.4vw, 1.1rem);
  line-height: 1.3em;
  margin-bottom: 30px;
  color: #fff;
  transition: all 0.2s;
}

#intro a br {
  display: none;
}

#intro a span {
  border: 2px solid #fff;
  padding: 7px 15px;
  display: inline-block;
  border-radius: 8px;
  transition: all 0.2s;
}

#intro .pageWidth .user {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -90px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 0;
  z-index: 1;
}

.webp #intro .pageWidth .user {
  background-image: url(intro/user.webp);
}

.no-webp #intro .pageWidth .user {
  background-image: url(intro/user.png);
}

#intro .pageWidth .skyline {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  position: absolute;
  top: 0;
  right: -130px;
  bottom: 80px;
  width: 82%;
  z-index: 0;
}

.webp #intro .pageWidth .skyline {
  background-image: url(intro/skyline_xl.webp);
}

.no-webp #intro .pageWidth .skyline {
  background-image: url(intro/skyline_xl.png);
}

#intro a:hover span {
  background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1100px) {
  #intro .pageWidth {
    padding: clamp(50px, 8vw, 120px) 10px;
  }
}

@media screen and (max-width: 1050px) {
  #intro .pageWidth .user {
    right: -20px;
  }
}

@media screen and (max-width: 900px) {
  #intro .wrapper {
    max-width: 50%;
  }

  #intro .pageWidth .user {
    background-position: 120% 0;
    background-size: contain;
  }

  #intro a br {
    display: initial;
  }

  #intro a {
    text-align: center;
    margin-bottom: 0;
  }
}

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

  #intro .pageWidth .user {
    background-position: 130% 0;
  }
}

@media screen and (max-width: 700px) {
  #intro .wrapper {
    max-width: 100%;
    margin-top: 400px;
  }

  #intro .pageWidth .user {
    background-position: center 0;
    background-size: auto 440px;
  }

  .webp #intro .pageWidth .user {
    background-image: url(intro/user_mobile.webp);
  }

  .no-webp #intro .pageWidth .user {
    background-image: url(intro/user_mobile.png);
  }

  #intro p {
    max-width: 100%;
  }

  #intro a br {
    display: none;
  }

  #intro .pageWidth .skyline {
    background-position: center bottom;
    position: absolute;
    top: 0;
    right: 20px;
    left: 20px;
    bottom: 80px;
    width: auto;
    z-index: 0;
  }
}

@media screen and (max-width: 500px) {
  #intro .pageWidth .user {
    background-position: center 0;
    background-size: contain;
    left: 10px;
    right: 10px;
  }
}

@media screen and (max-width: 450px) {
  #intro .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 340px;
  }

  #intro .pageWidth .skyline {
    bottom: 180px;
  }

  #intro h1 {
    width: 100%;
  }

  #intro a br {
    display: initial;
  }

  #intro p {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 400px) {
  #intro .wrapper {
    margin-top: 300px;
  }
}

@media screen and (max-width: 350px) {
  #intro .wrapper {
    margin-top: 260px;
  }
}

@media screen and (max-width: 320px) {
  #intro .wrapper {
    margin-top: 220px;
  }
}

/* CLIENTS =============================================================== */
#clients h2 {
  font-size: 47px;
  font-weight: 200;
  text-align: center;
  margin-bottom: 60px;
  color: #2b3346;
  padding: 0 10px;
}

#clients {
  /* background: #f8f8f9; */
  width: 100%;
  text-align: center;
  /* margin-bottom: 180px; */
  /* margin-top: 160px; */
  padding: 140px 0 140px;
}

.bx-wrapper,
.bx-window {
  width: 100% !important;
  background: #fff;
  padding: 30px 0 20px 0;
}

#slider {
  list-style: none;
  padding: 0px;
}

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

#slider img {
  /*  width:200px;  */
  /*  height:125px;  */
  margin: 0px;
  display: inline-block;
}

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

#slider li.adecoagro {
  width: 230px !important;
}

#slider li.agroalmeria {
  width: 235px !important;
  background-position-x: -230px;
}

#slider li.alparamis {
  width: 173px !important;
  background-position-x: -465px;
}

#slider li.argentilemon {
  width: 179px !important;
  background-position-x: -638px;
}

#slider li.arinco {
  width: 163px !important;
  background-position-x: -817px;
}

#slider li.arsat {
  width: 147px !important;
  background-position-x: -980px;
}

#slider li.ats {
  width: 86px !important;
  background-position-x: -1127px;
}

#slider li.bio4 {
  width: 92px !important;
  background-position-x: -1213px;
}

#slider li.burgwardt {
  width: 168px !important;
  background-position-x: -1305px;
}

#slider li.carogran {
  width: 166px !important;
  background-position-x: -1473px;
}

#slider li.carrefour {
  width: 213px !important;
  background-position-x: -1639px;
}

#slider li.ceosa {
  width: 164px !important;
  background-position-x: -1852px;
}

#slider li.ciar {
  width: 113px !important;
  background-position-x: -2016px;
}

#slider li.clarin {
  width: 189px !important;
  background-position-x: -2129px;
}

#slider li.concretnor {
  width: 82px !important;
  background-position-x: -2318px;
}

#slider li.copra {
  width: 172px !important;
  background-position-x: -2400px;
}

#slider li.daser {
  width: 267px !important;
  background-position-x: -2572px;
}

#slider li.dimaco {
  width: 152px !important;
  background-position-x: -2839px;
}

#slider li.ditella {
  width: 171px !important;
  background-position-x: -2991px;
}

#slider li.edp {
  width: 113px !important;
  background-position-x: -3162px;
}

#slider li.elephants {
  width: 135px !important;
  background-position-x: -3275px;
}

#slider li.estanar {
  width: 110px !important;
  background-position-x: -3410px;
}

#slider li.fortabat {
  width: 78px !important;
  background-position-x: -3520px;
}

#slider li.guapaletas {
  width: 139px !important;
  background-position-x: -3598px;
}

#slider li.hidracil {
  width: 159px !important;
  background-position-x: -3737px;
}

#slider li.hidroar {
  width: 131px !important;
  background-position-x: -3896px;
}

#slider li.igarreta {
  width: 154px !important;
  background-position-x: -4027px;
}

#slider li.indalo {
  width: 178px !important;
  background-position-x: -4181px;
}

#slider li.ingevial {
  width: 88px !important;
  background-position-x: -4359px;
}

#slider li.inverfin {
  width: 87px !important;
  background-position-x: -4447px;
}

#slider li.kavos {
  width: 141px !important;
  background-position-x: -4534px;
}

#slider li.lanegra {
  width: 176px !important;
  background-position-x: -4675px;
}

#slider li.lasmarias {
  width: 164px !important;
  background-position-x: -4851px;
}

#slider li.mangrullo {
  width: 211px !important;
  background-position-x: -5015px;
}

#slider li.mapal {
  width: 165px !important;
  background-position-x: -5226px;
}

#slider li.mermat {
  width: 200px !important;
  background-position-x: -5391px;
}

#slider li.metrocons {
  width: 195px !important;
  background-position-x: -5591px;
}

#slider li.minerar {
  width: 118px !important;
  background-position-x: -5786px;
}

#slider li.mishiguene {
  width: 152px !important;
  background-position-x: -5904px;
}

#slider li.mooving {
  width: 162px !important;
  background-position-x: -6056px;
}

#slider li.odim {
  width: 88px !important;
  background-position-x: -6218px;
}

#slider li.paolini {
  width: 167px !important;
  background-position-x: -6306px;
}

#slider li.silosareneros {
  width: 166px !important;
  background-position-x: -6473px;
}

#slider li.sofiadegrecia {
  width: 210px !important;
  background-position-x: -6639px;
}

#slider li.spotti {
  width: 80px !important;
  background-position-x: -6849px;
}

#slider li.tarquini {
  width: 210px !important;
  background-position-x: -6929px;
}

#slider li.taudelta {
  width: 138px !important;
  background-position-x: -7139px;
}

#slider li.vaccaro {
  width: 139px !important;
  background-position-x: -7277px;
}

#slider li.veronica {
  width: 118px !important;
  background-position-x: -7416px;
}

#slider li.vialtec {
  width: 185px !important;
  background-position-x: -7534px;
}

#slider li.espn {
  width: 147px !important;
  background-position-x: -7719px;
}

#slider li.jfs {
  width: 110px !important;
  background-position-x: -7866px;
}

#slider li.chediak {
  width: 254px !important;
  background-position-x: -7976px;
}

#slider li.salvita {
  width: 165px !important;
  background-position-x: -8231px;
}

#slider li.comafi {
  width: 333px !important;
  background-position-x: -8395px;
}

#slider li.rossi {
  width: 195px !important;
  background-position-x: -8730px;
}

#slider li.lastaperitas {
  width: 168px !important;
  background: url(logo_las_taperitas.jpg) no-repeat 0 0;
}

@media screen and (max-width: 860px) {
  #clients h2 {
    font-size: 38px;
  }
}

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

@media screen and (max-width: 480px) {
  #clients h2 {
    font-size: 28px;
  }
}

/* INTEGRACIONES */
#integrations {
  background-color: #ffffff;
  padding: 160px 0 160px 0;
}

#integrations h2 {
  font-size: 47px;
  font-weight: 200;
  text-align: center;
  margin-bottom: 30px;
  color: #4f4da7;
  padding: 0 10px;
}

#integrations h3 {
  font-size: 36px;
  font-weight: 200;
  text-align: center;
  margin: 0 0 30px 0;
  color: #8891a3;
  padding: 0 10px;
}

#integrations ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
}

#integrations ul li {
  display: block;
  margin: 20px 20px 20px 20px;
}

@media screen and (max-width: 600px) {
  #integrations {
    background-color: #ffffff;
    padding: 80px 0 80px 0;
  }

  #integrations h2 {
    font-size: 31px;
  }

  #integrations h3 {
    font-size: 29px;
  }
}

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

  #integrations h3 {
    font-size: 24px;
  }
}

/* COEVOLUCION */
#reevolution {
  background-color: #273347;
  position: relative;
  align-items: center;
}

#reevolution .info {
  padding: 0;
  font-weight: 300;
  box-sizing: border-box;
  display: flex;
  flex: 1;
  align-items: center;
}

#reevolution .info h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  font-size: clamp(1.5rem, 5.4vw, 3rem);
  line-height: 1.4em;
  color: #fff;
}

#reevolution .info h2 strong {
  color: #e63b3b;
}

#reevolution .info h2 span {
  white-space: nowrap;
}

#reevolution .pageWidth {
  display: flex;
  overflow: hidden;
  background: url(latin_america.svg) no-repeat right 0;
  background-size: contain;
  padding: 180px 0;
  /* max-width: 800px; */
}

@media screen and (max-width: 1100px) {
  #reevolution .pageWidth {
    padding: 180px 20px;
  }
}

@media screen and (max-width: 850px) {
  #reevolution .pageWidth {
    padding: 300px 20px 40px 20px;
    background: url(latin_america_mobile.svg) no-repeat center 0;
    background-size: 300px auto;
  }

  #reevolution {
    margin-top: 0px;
    display: block;
    min-height: auto;
  }

  #reevolution .info {
    display: block;
    min-height: auto;
    width: 100%;
    margin-left: 0;
  }

  #reevolution .pageWidth {
    flex-direction: column;
  }

  #reevolution .info h2 {
    text-align: center;
  }
}

/* Features ==================================================== */
#features {
  background: rgb(154, 119, 255);
  background: -moz-linear-gradient(90deg, rgba(154, 119, 255, 1) 0%, rgba(2, 199, 255, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(154, 119, 255, 1) 0%, rgba(2, 199, 255, 1) 100%);
  background: linear-gradient(90deg, rgba(154, 119, 255, 1) 0%, rgba(2, 199, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9a77ff",endColorstr="#02c7ff",GradientType=1);
  padding: var(--paddingMedium) 0;
  position: relative;
}

#features .box {
  border: 2px solid #fff;
  border-radius: 40px;
  margin-bottom: 40px;
  position: relative;
  color: #fff;
}

#features .box .data {
  margin-left: 42%;
  padding: 100px 40px 100px 0;
  position: relative;
  z-index: 1;
}

#features .pageWidth .user {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  position: absolute;
  top: -30px;
  left: -30px;
  bottom: 0;
  width: 52%;
  z-index: 1;
}

.webp #features .pageWidth .user {
  background-image: url(cloud/user.webp);
}

.nowebp #features .pageWidth .user {
  background-image: url(cloud/user.png);
}

#features .pageWidth .misc {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-image: url(cloud/misc.svg);
  position: absolute;
  top: 0;
  left: -30px;
  bottom: 0;
  width: 52%;
  z-index: 0;
  opacity: 0.3;
}

#features .pageWidth .skyline {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  position: absolute;
  top: 0;
  left: 30px;
  bottom: 30px;
  width: 52%;
  z-index: 0;
}

.webp #features .pageWidth .skyline {
  background-image: url(intro/skyline_xl.webp);
}

.nowebp #features .pageWidth .skyline {
  background-image: url(intro/skyline_xl.png);
}

#features .pageWidth .data h2 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #273347;
}

#features .pageWidth .data h3 {
  font-weight: 400;
  font-size: clamp(1.8rem, 3.8vw, 2.8rem);
  margin: 0 0 5px 0;
}

#features .pageWidth ul {
  display: flex;
  font-weight: 200;
  font-size: 20px;
  color: #273347;
}

#features .pageWidth ul li {
  width: 20%;
  box-sizing: border-box;
  padding: 0px 15px 0 15px;
  position: relative;
}

#features .pageWidth ul li i {
  font-size: 40px;
  color: #fff;
  margin-bottom: 6px;
}

#features .pageWidth ul li h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3em;
  padding: 0;
  margin: 0 0 5px 0;
  color: #fff;
  transition: all 0.4s;
}

#features .pageWidth .data h3 strong {
  font-weight: 700;
}

#features .pageWidth p {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  padding: 0;
  margin: 0;
  color: #fff;
}

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

@media screen and (max-width: 930px) {
  #features .pageWidth h2 br {
    display: none;
  }
}

@media screen and (max-width: 860px) {
  #features .pageWidth ul {
    flex-wrap: wrap;
    margin: 0 auto;
  }

  #features .pageWidth h2 {
    font-size: 30px;
  }

  #features .pageWidth h2.cloud {
    font-size: 23px;
  }

  #features .pageWidth ul li {
    width: 33%;
    box-sizing: border-box;
    padding: 0px 15px 20px 15px;
    text-align: center;
  }
}

@media screen and (max-width: 800px) {
  #features .box .data {
    margin-left: 0%;
    padding: 30px 20px 280px 20px;
    position: relative;
    z-index: 1;
    text-align: center;
  }

  #features .pageWidth .user {
    background-position: center bottom;
    position: absolute;
    top: 160px;
    left: -30px;
    bottom: 0;
    width: 100%;
    z-index: 1;
  }

  #features .pageWidth .misc {
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 90%;
    z-index: 0;
    opacity: 0.3;
  }

  #features .pageWidth .skyline {
    background-position: center bottom;
    background-size: 80%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 30px;
    width: 100%;
    z-index: 0;
  }
}

@media screen and (max-width: 700px) {
  #features .pageWidth .user {
    top: 180px;
  }

  #features .pageWidth .misc {
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 90%;
    z-index: 0;
    opacity: 0.3;
  }
}

@media screen and (max-width: 600px) {
  #features .pageWidth ul li {
    width: 50%;
  }

  #features .pageWidth .user {
    top: 220px;
  }

  #features .pageWidth .misc {
    background-size: cover;
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
  }
}

@media screen and (max-width: 450px) {
  #features .pageWidth ul li {
    width: 100%;
  }

  #features .pageWidth .user {
    top: 280px;
  }
}

/* SOLUCIONES ======================================*/
#solutions {
  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;
}

#solutions h2 {
  font-weight: 700;
  font-size: 45px;
  color: var(--negro);
  margin: 0 0 40px 0px;
  text-align: center;
}

#solutions .pageWidth ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 740px;
  margin: 0 auto;
}

#solutions .pageWidth ul li {
  width: calc(33% - 20px);
  margin: 140px 7px 40px 7px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  flex: 1;
}

#solutions .pageWidth ul li a {
  display: flex;
  flex-direction: column;
  flex: 1;
}

#solutions .pageWidth ul li:hover {
  box-shadow: 15px 15px 10px rgba(0, 0, 0, 0.15);
}

#solutions .pageWidth ul li .initials {
  max-width: 200px;
  margin: 0 auto;
  border-radius: 100px;
  text-align: center;
  padding: 20px 20px;
  min-height: 320px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  top: -140px;
  margin-bottom: -140px;
  color: var(--negro);
}

#solutions .pageWidth ul li.erp .initials {
  background: rgb(2, 199, 255);
  background: -moz-linear-gradient(180deg, rgba(2, 199, 255, 1) 0%, rgba(59, 240, 202, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(2, 199, 255, 1) 0%, rgba(59, 240, 202, 1) 100%);
  background: linear-gradient(180deg, rgba(2, 199, 255, 1) 0%, rgba(59, 240, 202, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02c7ff",endColorstr="#3bf0ca",GradientType=1);
}

#solutions .pageWidth ul li.crm .initials {
  background: rgb(255, 203, 0);
  background: -moz-linear-gradient(0deg, rgba(255, 203, 0, 1) 0%, rgba(246, 147, 0, 1) 50%, rgba(255, 109, 139, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255, 203, 0, 1) 0%, rgba(246, 147, 0, 1) 50%, rgba(255, 109, 139, 1) 100%);
  background: linear-gradient(0deg, 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);
}

#solutions .pageWidth ul li.hcm .initials {
  background: rgb(2, 199, 255);
  background: -moz-linear-gradient(0deg, rgba(2, 199, 255, 1) 0%, rgba(154, 119, 255, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(2, 199, 255, 1) 0%, rgba(154, 119, 255, 1) 100%);
  background: linear-gradient(0deg, rgba(2, 199, 255, 1) 0%, rgba(154, 119, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02c7ff",endColorstr="#9a77ff",GradientType=1);
}

#solutions .pageWidth ul li .initials span {
  /* position: absolute; */
  top: 25px;
  left: 20px;
  width: 160px;
  height: 160px;
  text-align: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 48px;
  background-color: #fff;
  transition: all 0.3s;
  margin: 0 auto;
}

#solutions .pageWidth ul li .initials h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2em;
  padding: 0;
  margin: 24px 0 15px 0;
  color: #fff;
  flex: 1;
  align-items: center;
  display: flex;
}

#solutions .pageWidth ul li .description {
  font-weight: 500;
  font-size: clamp(1.2rem, 5vw, 1.4rem) !important;
  padding: 0;
  color: #49505b;
  padding: 25px 30px 32px 30px;
  flex: 1;
}

#solutions .pageWidth ul li span.cta {
  font-weight: 700;
  font-size: 24px;
  transition: all 0.3s;
  display: block;
  padding: 25px 10px;
  color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

#solutions .pageWidth ul li.erp span.cta {
  background: rgb(2, 199, 255);
  background: -moz-linear-gradient(90deg, rgba(2, 199, 255, 1) 0%, rgba(59, 240, 202, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(2, 199, 255, 1) 0%, rgba(59, 240, 202, 1) 100%);
  background: linear-gradient(90deg, rgba(2, 199, 255, 1) 0%, rgba(59, 240, 202, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02c7ff",endColorstr="#3bf0ca",GradientType=1);
}

#solutions .pageWidth ul li.crm span.cta {
  background: rgb(255, 203, 0);
  background: -moz-linear-gradient(90deg, rgba(255, 203, 0, 1) 0%, rgba(246, 147, 0, 1) 50%, rgba(255, 109, 139, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 203, 0, 1) 0%, rgba(246, 147, 0, 1) 50%, rgba(255, 109, 139, 1) 100%);
  background: linear-gradient(90deg, 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);
}

#solutions .pageWidth ul li.hcm span.cta {
  background: rgb(2, 199, 255);
  background: -moz-linear-gradient(90deg, rgba(2, 199, 255, 1) 0%, rgba(154, 119, 255, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(2, 199, 255, 1) 0%, rgba(154, 119, 255, 1) 100%);
  background: linear-gradient(90deg, rgba(2, 199, 255, 1) 0%, rgba(154, 119, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02c7ff",endColorstr="#9a77ff",GradientType=1);
}

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

@media screen and (max-width: 1000px) {
  #solutions .pageWidth ul li h3 {
    font-size: 23px;
    line-height: 27px;
    margin: 25px 0 8px 0;
  }
}

@media screen and (max-width: 910px) {
  #solutions .pageWidth ul li {
    width: 100%;
    max-width: 350px;
    /*         margin: 140px auto 60px auto; */
  }

  #solutions .pageWidth ul li span {
    left: 15px;
  }
}

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

  #solutions .pageWidth ul li {
    width: 100%;
    max-width: 350px;
    margin: 140px auto 60px auto;
  }
}

@media screen and (max-width: 650px) {
  #solutions h2 {
    font-size: 40px;
  }
}

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

/* TRANSFORMATION =================================== */
#transformation {
  background-color: #273347;
  padding: var(--paddingMedium) 0;
  position: relative;
}

#transformation .pageWidth {
  text-align: center;
}

#transformation .pageWidth h2 {
  font-weight: 700;
  font-size: 55px;
  color: #fff;
  margin: 0 0 80px 0px;
}

#transformation .pageWidth h2 span {
  white-space: nowrap;
}

#transformation .pageWidth h2 strong {
  font-weight: 200;
  color: #6a67ce;
  /* 	color: #1AAFD0; */
}

#transformation .pageWidth ul {
  display: flex;
  flex-wrap: wrap;
}

#transformation .pageWidth ul li {
  width: 25%;
  margin-bottom: 30px;
  text-align: center;
}

#transformation .pageWidth ul li i {
  font-size: 80px;
  color: var(--negro);
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.2s;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px auto;
}

#transformation .pageWidth ul li:nth-child(1) i,
#transformation .pageWidth ul li:nth-child(3) i,
#transformation .pageWidth ul li:nth-child(6) i,
#transformation .pageWidth ul li:nth-child(8) i {
  background: rgb(2, 199, 255);
  background: -moz-linear-gradient(90deg, rgba(2, 199, 255, 1) 0%, rgba(59, 240, 202, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(2, 199, 255, 1) 0%, rgba(59, 240, 202, 1) 100%);
  background: linear-gradient(90deg, rgba(2, 199, 255, 1) 0%, rgba(59, 240, 202, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02c7ff",endColorstr="#3bf0ca",GradientType=1);
}

#transformation .pageWidth ul li:nth-child(2) i,
#transformation .pageWidth ul li:nth-child(4) i,
#transformation .pageWidth ul li:nth-child(5) i,
#transformation .pageWidth ul li:nth-child(7) i {
  background: rgb(255, 203, 0);
  background: -moz-linear-gradient(90deg, rgba(255, 203, 0, 1) 0%, rgba(246, 147, 0, 1) 50%, rgba(255, 109, 139, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 203, 0, 1) 0%, rgba(246, 147, 0, 1) 50%, rgba(255, 109, 139, 1) 100%);
  background: linear-gradient(90deg, 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);
}

#transformation .pageWidth ul li:hover i {
  color: #fff;
}

#transformation .pageWidth ul li h3 {
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  margin: 0 0 6px 0px;
  text-transform: uppercase;
}

#transformation .pageWidth ul li:hover h3 {
  /*     color: #02ceff; */
  transition: all 0.2s;
}

#transformation .pageWidth ul li:hover a {
  opacity: 1;
}

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

@media screen and (max-width: 910px) {
  #transformation .pageWidth ul li {
    width: 33%;
  }
}

@media screen and (max-width: 740px) {
  #transformation .pageWidth ul li {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  #transformation .pageWidth ul li h3 {
    font-size: 18px;
  }

  #transformation .pageWidth h2 {
    font-size: 36px;
    margin: 0 0 30px 0px;
  }
}

@media screen and (max-width: 440px) {
  #transformation .pageWidth ul li h3 {
    font-size: 16px;
    font-weight: 300;
  }

  #transformation .pageWidth ul li i {
    font-size: 60px;
    width: 90px;
    height: 90px;
  }

  #transformation {
    padding: 100px 0;
  }
}
