/*
Theme Name: MiWeb Deportivo - Club Vélez Sarsfield de Martínez
Author: MiWeb
Version: 1.0
Description: Theme deportivo moderno Bootstrap 5 con CPT Actividades
*/

body {
    background-color: #000;
    color: #fff;
}

.navbar {
    background-color: #000 !important;
}

.navbar-brand img {
    height: 55px;
}

.hero {
    background: linear-gradient(135deg, #000 0%, #f5d000 100%);
    padding: 120px 0;
    text-align: center;
}

.hero h1 {
    font-weight: 700;
}

.section-title {
    color: #f5d000;
    margin-bottom: 40px;
}

.card {
    background-color: #111;
    border: 1px solid #f5d000;
}

.btn-club {
    background-color: #f5d000;
    color: #000;
    font-weight: 600;
}

.footer {
    background-color: #111;
    padding: 40px 0;
    text-align: center;
}
