  /* ✅ ESTILO GLOBAL */
    html, body {
      height: 100%!important;
      margin: 0!important;
    }

    /* ✅ CONTENEDOR PRINCIPAL */
    .wrapper {
      display: flex!important;
      flex-direction: column!important;
      min-height: 100vh!important;

    }

    /* ✅ CONTENIDO PRINCIPAL */
    .main {
      flex: 1!important;
      padding: 20px!important;
      margin-bottom: 100px!important; /* Espacio para el footer */
    }

    /* ✅ FOOTER */
    footer {
      background-color: #1b1b1b!important;
      color: white!important;
      text-align: center!important;
      padding: 20px!important;
    }


.card{
  margin: 5% 0%;
}

.card-body{
  margin: 0% 0% 0% 3%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
}

.view{
  width: 100%; 
  padding: 0px 0px 18px 0px!important;
  margin: 0px!important;
  height: 300px;
  background-size: cover;         /* Hace que la imagen cubra todo el div */
  background-position: top;    /* Centra la imagen */
  background-repeat: no-repeat;   /* Evita que se repita */
  width: 100%;                    /* El div ocupa todo el ancho disponible */
  height: 300px;
}

.only-body{
  padding: 20px;
}

.card-text{
  height: 75px;
  overflow: hidden; /* Oculta el texto que exceda el alto */
}
