.cd-hero__slider img{
    max-width: 400px;
}
.cd-hero__content--img img{
    max-width: 500px;
}
.cd-hero__slide:nth-of-type(2) {
    background-image: url("../img/banner-03.jpg");
}
.cd-hero__slide:nth-of-type(3) {
    background-image: url("../img/banner-05.jpg");
}
.cd-hero__slide:nth-of-type(4) {
    background-image: url("../img/banner-04.jpg");
}
.cd-hero__slide:nth-of-type(5) {
    background-image: url("../img/banner-06.jpg");
}
.cd-hero__content p {
    font-size: 1.4rem;
  }
  .cd-hero__nav a{
    color: #fff;
  }
  .cd-hero__marker{
    color: #ff8a00;
  }
  .cd-hero__nav a::before {
   height: 0px;
  }
  .cd-hero__nav a{
    display: flex;
    flex-direction: column;
    padding: 0;
    justify-content: end;
  }

 .ico-bg li a{
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center 10px;
 } 
.ico-punto{
  background-image: url(../img/ico-punto-venta.png);
}
.ico-crm{
  background-image: url(../img/ico-crm.png);
}
.ico-mlm{
  background-image: url(../img/ico-mlm.png);
}
.ico-api{
  background-image: url(../img/ico-api.png);
}
.ico-oracle{
  background-image: url(../img/ico-oracle.png);
}
.cd-hero__marker{
  background: rgba(255, 255, 255, 0.9);
}

.nav-fix, .cd-hero__nav{
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}


@media (max-width: 768px) {
  .ico-bg li a{
    background-size: 20px;
    font-size: 10px;
  }
  .cd-hero__slider img{
    max-width: calc(100% - 30px);
  }
}

