main {
    min-height: 100vh;
}

.rutasDiv {
    display: flex;
    flex-wrap: wrap;
}

.rutasWeb {
    margin-top: 10px;
    font-size: 0.9em;
}

.alert ul {
    padding: 0 !important;
    margin: 0 !important;
}

.rutasWeb p {
    margin: 0;
    padding: 0;
}

hr {
    height: 0.5px !important;
}

.pagination {
    flex-wrap: wrap;
}

.rutasDiv a {
    color: black;
    margin: 0 3px;
    text-decoration: none;
}

.rutasDiv a:first-child {
    margin: 0;
}

.rutasDiv p {
    margin: 0 3px;
    padding: 0;
    color: grey;
}

.rutasDiv a:hover {
    color: black;
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

button, input[type="submit"], input[type="reset"] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}