.informaciok {
  color: #313437;
  background-color: #f6f6f6;
}

.features-clean {
  color: #313437;
  background-color: #fbecd2;
}

.features-clean p {
  color: #252b33;
}

.informaciok p {
  color: #252b33;
}

.features-clean h2 {
  color: inherit;
  color: #252b33;
}

.informaciok h2 {
  color: inherit;
  color: #252b33;
}

@media (max-width:767px) {
  .features-clean h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

@media (max-width:767px) {
  .informaciok h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.features-clean .item {
  min-height: 100px;
  padding-left: 80px;
}

.informaciok .item {
  min-height: 100px;
}

@media (max-width:767px) {
  .features-clean .item {
    min-height: 0;
  }
}

@media (max-width:767px) {
  .informaciok .item {
    min-height: 0;
  }
}

.features-clean .item .name {
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 20px;
  color: inherit;
}

.informaciok .item .name {
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 20px;
  color: inherit;
}

.features-clean .item .description {
  font-size: 18px;
  margin-bottom: 0;
  color: rgb(27,58,58);
}

.informaciok .item .description {
  font-size: 18px;
  margin-bottom: 0;
  color: rgb(27,58,58);
}

.informaciok .item .icon {
  /*width: 50px;*/
  color: #FCC184;
  float: left;
  /*margin-left: -65px;*/
  font-size: 41px;
  /*clear: both;*/
  margin-right: 10px;
  padding: 0;
  margin-top: -12px;
}

