@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

.sitemapList li a {
    color: #2137fc !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
    text-decoration: underline !important;
}

.sitemapList {
    list-style: none;
    padding: 0;
}

.sitemapList {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}

.containerSitemap {
    display: flex;
    flex-direction: column;
    max-width: 1140px;
    padding: 0 15px;
}

.sitemapTitle {
    margin: 0;
    font-size: 50px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    color: #1c2045;
    font-size: 56px;
}

.marginTop {
    margin-top: 3rem;
}

.postsContainer {
    max-width: 1140px;
    flex-wrap: wrap;
    margin-top: 5rem;
    padding: 0 10px;
}

.sectionContainer {
    padding: 0 3rem;
    font-family: "Raleway", sans-serif;
    padding-top: 3rem !important;
}

.Raleway {
    font-family: "Raleway", sans-serif;
    font-weight: bold;
}

.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}
.pagination li {
    margin: 0 5px;
}
.pagination li a {
    text-decoration: none;
    padding: 8px 16px;
    color: black;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}
.pagination li a:hover {
    background-color: rgb(45, 45, 45);
    color: white;
}
.pagination li.active a {
    background-color: black;
    color: white;
    border-color: black;
}

.post-item a {
    color: #2137fc !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
    text-decoration: underline !important;
}

#posts-container {
    margin: 2rem 0;
    gap: 1rem;
    display: flex;
    flex-direction: column;
}

.postsContainer .col-md-4 {
    margin-bottom: 20px;
}

.post a {
    color: #2137fc !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
    text-decoration: underline !important;
}

.columnContainer {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.page-item {
    display: flex;
}

.page-item.disabled a {
    height: 100%;
    display: flex;
    align-items: center;
}

.page-item.disabled {
    cursor: not-allowed;
}

.displayNone {
    display: none;
}

.small.text-muted {
    margin: auto;
    margin-right: 1rem;
}

.page-link:hover {
    background-color: #7052fb !important;
}
