body {
    background-color: #fff;
    color: #333;
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

a {
    text-decoration: none;
    color: #b30000;
}

a:hover {
    color: #d40000;
}

header {
    background: linear-gradient(90deg, #b30000 0%, #d40000 100%);
    color: #fff;
    text-align: center;
    padding: 3rem 1rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}



header h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

header .Escudo {
    width: 30%;
    height: auto;
    margin-bottom: 15px;
}
header p {
    font-size: 1.2rem;
    font-weight: 300;
}

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

.navbar-brand {
    font-weight: 700;
    text-transform: uppercase;
    color: #b30000 !important;
    letter-spacing: 1px;
}

.nav-link {
    color: #fff !important;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
    color: #b30000 !important;
}

section {
    padding: 80px 0;
}

section h2 {
    border-left: 6px solid #b30000;
    padding-left: 12px;
    margin-bottom: 25px;
    font-size: 1.8rem;
}

#club {
    background-color: #f9f9f9;
}

#club p {
    font-size: 1.1rem;
    max-width: 800px;
    margin: auto;
}

#planteles .card {
    border: none;
    border-top: 4px solid #b30000;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#planteles .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.carousel-multi .carousel-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.carousel-multi .carousel-item {
    flex: 0 0 auto;
    position: relative;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    width: 0;
    z-index: 1;
}

.carousel-multi .carousel-item.active {
    opacity: 1;
    width: 70%;
    z-index: 3;
    margin: 0 auto;
}

.carousel-multi .carousel-item.prev {
    opacity: 0.5;
    width: 15%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-multi .carousel-item.next {
    opacity: 0.5;
    width: 15%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-multi .main-img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
}

#contacto ul {
    list-style: none;
    padding: 0;
}

#contacto li {
    margin-bottom: 10px;
    font-weight: 500;
}

.btn-primary {
    background-color: #b30000;
    border-color: #b30000;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.6rem 1.5rem;
}

.btn-primary:hover {
    background-color: #d40000;
    border-color: #d40000;
}

footer {
    background-color: #212121;
    color: #fff;
    text-align: center;
    padding: 1rem 0;
    font-size: 0.9rem;
}

@media (max-width: 1200px) {
    .carousel-multi .carousel-item.active { width: 70%; }
    .carousel-multi .carousel-item.prev,
    .carousel-multi .carousel-item.next { width: 15%; }
}

@media (max-width: 768px) {
    .carousel-multi .carousel-item.active { width: 70%; }
    .carousel-multi .carousel-item.prev,
    .carousel-multi .carousel-item.next { width: 10%; }
}

@media (max-width: 576px) {
    header h1 { font-size: 1.6rem; }
    header p { font-size: 1rem; }
    section { padding: 60px 15px; }
    .carousel-multi .carousel-item.active { width: 70%; }
    .carousel-multi .carousel-item.prev,
    .carousel-multi .carousel-item.next { width: 5%; }
    #planteles .card { margin-bottom: 20px; }
}
