:root {
    --jumbotron-padding-y: 3rem;
}

.jumbotron {
    padding-top: var(--jumbotron-padding-y);
    padding-bottom: var(--jumbotron-padding-y);
    margin-bottom: 0;
    background-color: #fff;
}
@media (min-width: 768px) {
    .jumbotron {
        padding-top: calc(var(--jumbotron-padding-y) * 2);
        padding-bottom: calc(var(--jumbotron-padding-y) * 2);
    }
}

.jumbotron p:last-child {
    margin-bottom: 0;
}

.jumbotron-heading {
    font-weight: 300;
}

.jumbotron .container {
    max-width: 40rem;
}

footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

footer p {
    margin-bottom: .25rem;
}

.event-banner{
    height: 225px;
    background: linear-gradient(135deg, #4b5563, #1f2937);

    display:flex;
    align-items:center;
    justify-content:center;
}

.event-icon{
    font-size: 4rem;
    color:white;
}

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

/* PAGINACION */
.pagination .page-link {
    color: #212529;
    border-radius: 8px;
    margin: 0 4px;
}

.pagination .page-link:hover {
    background-color: #212529;
    color: white;
    border-color: #212529;
}

.pagination .page-item.disabled .page-link {
    opacity: 0.6;
}
