body {
    background-image: url(../assets/images/foto-fondo-blanco-patron-espiral-centro_762537-178.avif);
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Roboto', sans-serif;
}
.row-header {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.header {
    display: flex;
    align-items: center;
}

.header h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    margin-bottom: 0;
}

.header p {
    margin-top: 0.5rem;
}

.header img.logo {
    max-width: 140px;
    margin-right: 20px;
    margin-top: 10px;
}

.sponsors p {
    margin-bottom: 0;
}

.sponsors img {
    /* max-width: 80px; */
    max-height: 60px;
    margin-left: 10px;
}

.table-responsive {
    overflow-x: auto;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.table th,
.table td {
    vertical-align: middle;
    text-align: center;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

footer img {
    height: 20px;

}