/* cards home 1 */

.casa-home-2 {
    background: linear-gradient(180deg, var(--dark-70) 0%, var(--dark-purple) 100%);
    border-radius: var(--border-radius-aposta);
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* height: 320px; */
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .casa-home-2 {
        height: 350px;
        width: 100%;
    }
    
}

.casa-home-2-logoData {
    display: flex;
    gap: 0;
    align-items: start;
    flex-direction: column;
    padding: 10px;
    border-radius: var(--border-radius-aposta-interno);
    min-height: 195px;
    justify-content: space-between;
}

.casa-home-2-logoData-container {
    display: flex;
    align-items: center;
    align-content: center;
    width: 100%;
    height: auto;
}

.casa-home-2-logoData-container a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.card-casas-aside .casa-home-2 .casa-home-2-logoData-container img,
.casa-home-2-logoData-container img {
    height: 45px;
    width: auto;
    max-width: 120px;
    margin-bottom: 5px;
}


.casa-home-2-bonoContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 15px;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
    width: 100%;
}



.casa-home-2-bonoContainer .casa-home-2-condicion {
    font-weight: 700;
}



.casa-home-2-dataScore,
.casa-home-2-dataPagos {
    font-size: 12px;
    display: flex;
    align-items: flex-start;
    justify-content: start;
    gap: 5px;
    margin: 0;
    line-height: 1;
    color: #fff;
    width: 100%;
}

.casa-home-2-dataPagos {
    min-height: 20px;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .casa-home-2-dataPagos {
        flex-direction: row;
        align-items: center;

    }
}

.casa-home-2-dataContainer {
    display: flex;
    width: 100%;
}

.casa-home-2-dataScore .groovy-1683558502-star,
.casa-home-2-dataPagos .groovy-1683558502-credit {
    font-size: 14px;
    color: #fff;
    line-height: 1;
}

.casa-home-2-dataContainer {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}


.casa-home-2-dataPagos-header {
    display: flex;
    gap: 5px;
}

.casa-home-2-dataPagos-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.casa-home-2-dataPagos-pagosContent {
    display: flex;
    gap: 5px;
    align-content: center;
    justify-content: space-between;
}

.casa-home-2-dataPagos-container .pagos-ico {
    width: 25px;
}

.casa-home-2 .btn-secondary {
    font-size: 15px;
    margin-top: 10px;
}

.casa-home-2 .casa-home-2-cta {
    display: flex;
    justify-content: space-between;
}

.casa-home-2 .casa-home-2-cta .btn-primary {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 0 0 0 15px;
}

.casa-home-2 .casa-home-2-cta .btn-primary .groovy-1683558502-aposte {
    font-size: 30px;
    background: var(--light-purple-2);
    height: 45px;
    border-radius: 50%;
    width: 45px;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}