@charset "UTF-8";

.cont-historia{ padding: 30px 0 40px 0; }
.cont-historia .pag-historia .desc{
  display: flex;
  flex-direction: column;
}
.cont-historia .pag-historia .desc p{
  color: #242424;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-size: 15px;
  margin-bottom: 20px;
  text-align: justify;
}
.cont-historia .pag-historia .ul-valores{
  margin-top: 10px;
  padding-left: 10px;
}
.cont-historia .pag-historia .ul-valores li{
  display: flex;
  margin-bottom: 10px;
}
.cont-historia .pag-historia .ul-valores li:last-child,
.cont-historia .pag-historia .desc p:last-child{ margin-bottom: 0; }
.cont-historia .pag-historia .ul-valores li i{
  min-width: 25px;
  max-width: 25px;
  font-size: 14px;
  position: relative;
  top: 5px;
}
.cont-historia .pag-historia .ul-valores li p{ margin: 0; }