.type-lote {
    text-transform: capitalize;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f6aa00cc;
    color: #fff;
    font-size: 15px;
    padding: 8px 10px;
    font-family: "Gotham Rounded Bold";
}
.card-desc{
    padding: 1em;
    height: auto;
    min-height: 180px;
    overflow: hidden;
    text-align: left;
}
.card-desc a{
    display: block;
    margin-bottom: 0.15em;
}
.card-desc a.btn{
    float: right
}
.card-desc p{
    font-family: "Gotham Rounded Book"
}
.card.card-lotes a{
    color: #222222;
    font-family: "Gotham Rounded Bold";
    font-size: 1rem;
}
.badge-dinamica {
    position: absolute;
    left: 5px;
    top: 5px;
    background-color: #3fa3e5;
    color: #fff;
}
.label-online {
    border: 1.5px solid var(--primary-color);
    color: #333;
    font-size: 15px;
    padding: 4px 5px;
    font-family: "Gotham Rounded Book" !important;
}
a:hover {
    text-decoration: none;
}
.countdown{
    color: #fff;
    background: #309292;
    font-family: "Gotham Rounded Book";
    margin-bottom: 13px;
    width: 100%;
    display: block;
    padding: 2px 5px;
}
.card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.badge {
    position: absolute;
    display: inline-block;
    padding: .4em;
    font-size: 85%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color 
}
.badge-aliados{
    position: absolute;
    right: 15px;
    top: 10px;
    background-color: #dce53f;
    color: var(--secondary-color)
}
.badge-primary{
    background-color: var(--primary-color);
}