.programas-container{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    justify-content: center;
    padding: 20px;
}

.programa-card{
    border: 1px solid #ddd; 
    padding: 0px;
    max-width: 305px;
    border-radius: 10px; 
    text-align: center; 
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.img-afiche{
    width: 100%;
    border-radius: 10px; 
    margin-bottom: 10px;
}

.info-programa{
    color: #fff; 
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0;
}

.msg-programa{
    color: #fff; 
    font-size: 15px;
    margin: 5px 0;
    text-align: center;
}

.btn-dosier{
    width: 90%; 
    margin-bottom: 10px;
}
.btn-contacto{
    width: 80%; 
}
