
.a-box {
  display: inline-block;
  width: 240px;
  text-align: center;
}

.img-container {
    height: 230px;
    width: 200px;
    overflow: hidden;
    border-radius: 0px 0px 20px 20px;
    display: inline-block;
}

.img-container img {
    /* transform: skew(0deg, -13deg);  lo quite */
    height: 225px;  /* 250px; */
    width: 200px;  /* nuevo */
    /* margin: -35px 0px 0px -70px;   lo quite */
}

/* cuadro con efecto */
.inner-skew {
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    padding: 0px;
    transform: skew(0deg, 13deg);
    font-size: 0px;
    margin: 30px 0px 0px 0px;
    background: #c8c2c2;
    height: 250px;
    width: 200px;
}

.text-container {
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  padding: 120px 20px 20px 20px;
  border-radius: 20px;
  background: #fff;
  margin: -120px 0px 0px 0px;
  line-height: 19px;
  font-size: 14px;
}

.text-container h3 {
  margin: 20px 0px 10px 0px;
  color: orange;
  font-size: 18px;
}

.botones {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 5px 25px;  /* 15px 32px; */
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;  /* 16px; */ 
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
}

