body,
.card-title,
.login-form input,
.login-form .btn,
.title,
h1, h2, h3, h4, h5, h6,
.form-control,
.search-empty,
.search-result,
.infinite_scroll_posts article header.entry-header h1.title {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}


.card-title,
.infinite_scroll_posts article header.entry-header h1.title {
    font-weight: 500;
}

strong,
.search-empty,
.search-result,
.menu-item {
    font-weight: 600;
}

.main-nav-wrapper {
    -webkit-box-shadow: 0px 7.5px 22.5px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 7.5px 22.5px rgba(0, 0, 0, 0.08);
}

.menu-item:first-child {
    margin-left: 0 !important;
}

.btn-link-icon {

}

.pl-2 {
    padding-left: .25rem;
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
}

.fs-6 {
    font-size: .875rem;
}

.w-100 {
    width: 100%;
}

.section-heading:before,
#back-to-top {
    background: #12635d;
}

#back-to-top:hover {
    background: #12635d;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.juridical-list {
    list-style: auto;
    font-weight: 400;
    padding-top: 10px;
}

.login-form {
    max-width: 450px;
    margin: 0 auto;
    font-size: 1rem;
}

.login-form input,
.login-form .btn {
    font-size: 1rem;
}

.login-form .btn {
    background-color: #1d1c1c;
    border-color: #1d1c1c;
    color: #fff;
}

.site-main {
    min-height: calc(100vh - 182px) !important;
}

.form-control.is-invalid {
    border-color: #f62d51;
}

.invalid-feedback {
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #f62d51;
}

.breadcrumb .breadcrumb-item {
    font-weight: 500;
}

.breadcrumb .breadcrumb-item a {
    color: #12635d;
}

.table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    border: 1px solid #dddddd;
}

.table thead tr {
    background-color: #12635d;
    color: #ffffff;
    text-align: left;
}

.table th,
.table td {
    padding: 12px 15px;
}

.table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

h1.title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2rem !important;
}

@media only screen and (max-width: 767px) {
    .menu-item:first-child {
        margin-left: 15px !important;
    }
}
