.card {
    margin-bottom: 20px;
    height: 100%;
}

.card-body {
    display: flex;
    flex-direction: column;
    align-items: revert-layer;
    justify-content: end;
    height: 100%;
}

.card-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    height: 60px; /* Altura fija para el título */
    text-wrap: balance;
}

.card-img-top {
    width: 100%;
    height: 10rem;
    object-fit: cover;
    margin-bottom: 1rem;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
    border-radius: 50%;
    background-size: .6rem;
    background-color: blue;
}
.carousel-control-next, .carousel-control-prev{
    align-items: self-end;
    width: 10%;
    height: 10%;
    top: 90%;
}


.carousel-indicators{
    bottom: -1rem;
}
.carousel-indicators li{
    background-color: #20215D;
}
.btn{
    font-weight: bold;
}
