#head-img {
    max-width: 1100px;;
}

tr:nth-child(even) {
    background-color: white;
}

.calendarios {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

h1 {
    margin: 20px 0;
}

table {
    padding: 20px;
}

td {
    padding: 10px !important;
    background-color: white;
    font-weight: 500;
    color: #999999 !important;
}

.table {
    margin: 0;
}

.table th, .table td {
    padding: 10px !important;
}
