.carusel-simple .card{
   border-radius: 20px;
    padding: 15px;
    display: flex;
    justify-content: flex-end;
    vertical-align: bottom;
    flex-direction: column;  
  position: relative;
  width: 200px;
  height: 250px;
  padding: 15px;
      border-radius: 20px;
    overflow: hidden;
}
.carusel-simple  .card .img-container{
  position: absolute;
  z-index:0; 
  overflow: hidden;
  top:0;
  bottom:0;
  left:0;
  right: 0; 
}
.carusel-simple  .card .img-container img{
 	height: 100%;
  	min-width: 100%;
  	max-width: none;
}

.carusel-simple  .card .titulo-container h2{
  position: relative;
  color: #fff;
  font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -.008em;
    line-height: 2rem;
    margin-bottom: 1rem;
  z-index: 1;
   padding: 0;
}
.carusel-simple  .card .subtitulo-container h4{
  position: relative;
  color: #eff3f8;
  font-size: .875rem;
    font-weight: 700;
    letter-spacing: -.004em;
    line-height: 1.5rem;
    z-index: 1;
  padding: 0;
}
.carusel-simple  .card .text-container{
  position: relative;
  
}
.carusel-simple  .card .text-container p{
  color: #becde3;  
  font-weight: 400;
  font-size:.8125rem;
  z-index: 1;
}
.carusel-simple  .card:after{  
    background: linear-gradient(180deg,rgba(3,9,30,0) 50.52%,rgba(3,9,30,.7));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}