.bg-header {
	background: #022364;
}

.btn-warning {
	color: #fff;
}


.course-card {
    transition: transform .2s ease, box-shadow .2s ease;
    border: none;
    border-radius: 8px;
    overflow: hidden;
}

.course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,.15);
}

.course-img {
   /* height: 200px;
    object-fit: cover;*/
}

.course-dates {
    font-size: 0.9rem;
    color: #6c757d;
}


 .course-header {
    background: #f8f9fa;
    padding: 40px 0;
}

.course-img-detalle {
    width: 100%;
    
    object-fit: cover;
    border-radius: 8px;
}

.course-info {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
    padding: 25px;
}

.course-dates {
    font-size: 0.95rem;
    color: #6c757d;
}