
.casosexito{display: flex;flex-direction:row;justify-content: space-around;width: 100%;}
.cardexito {
  
  width: 280px;
  overflow: hidden;
  
  /*transform: translate(-50%, -50%);*/
  background: white;
  border-radius: 15px;
  box-shadow: 2px 5px 15px rgba(0, 0, 0, .6);
}

.cab-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.cab-img::before {
  content: '';
  position: absolute;
  border-top: 30px solid transparent;
  border-left: 400px solid white;
  bottom: 0;
}

.cab-img img {
  width: 100%;
  height: 199px;
}

.card-sec {
  padding: 10px;
  overflow: hidden;
  text-align: center;
}
.card-sec p a{text-decoration: none;color:grey;}
.cardexito:hover{
  transform: translateY(-15px);
  box-shadow: 0 12px 16px rgba(165, 164, 164, 0.2);

}
.card-sec h2 {
  margin: .5em 0;
}

.card-sec p {
  margin: 0.5em 0;
  font-size: 18px;
  line-height: 22px;
}


.sub-nom {
  width: 100%;
  height: 60px;
  background: #003d8e;
  color: white;
  position: relative;
  text-align: left!important;
}

.sub-nom::before {
  content: '';
  position: absolute;
  border-bottom: 30px solid transparent;
  border-right: 400px solid white;
  top: 0;
}

.sub-nom p {
  padding-left: 10px;
  padding-top: 18px;
  font-size: 16px;
}