@media (max-width: 767.8px) {
    .desktop {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .mobile {
        display: none !important;
    }

    .modal_page {
        min-width: 400px;
    }
}

.font_blue {
    color: #ff245ccc;
}

small.font_blue {
    color: rgba(0, 48, 87, 0.8);
    font-size: 9px;
    font-weight: 700 !important;
}

.font_white {
    color: #fff;
}

small.font_white {
    color: fff;
    font-size: 9px;
    font-weight: 700 !important;
}

.all-wrapper.solid-bg-all .content-w {
    background: #e6e6e6;
}

body.menu-position-side .layout-w {
    min-height: 100vh;
    position: relative;
}

body.menu-position-side .layout-w.open .layout-w_overlay {
    background: rgba(0, 48, 87, 0.8);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.2s ease-in-out;
    visibility: hidden;
    z-index: 1000;
}

body.menu-position-side .layout-w.open .layout-w_overlay {
    opacity: 1;
    visibility: visible;
}

body.menu-position-side .layout-w.open .menu-w {
    opacity: 1;
    visibility: visible;
}

.element-box.special-border-right {
    background: url(../images/linha-vertical.png) #fff left top repeat-y;
    border-radius: 16px 0 16px 0;
}

.custom-control.custom-switch {
    display: inline-block;
}

.element-wrapper p,
.element-wrapper ul {
    font-size: 16px;
    color: #5a5a5a;
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.element-box ul:last-child,
.element-box p:last-child {
    margin-bottom: 0;
}

.element-wrapper p b,
.element-wrapper b {
    font-weight: bold;
}

.btn {
    font-size: 16px;
}

.add-button {
    margin-bottom: 10px;
}

.btn-default {
    border-radius: 50vw;
    border: 1px solid;
    display: block;
    font-size: 15px;
    font-weight: bold;
    max-width: 280px;
    padding-block: 15px;
    text-align: center;
    transition: ease all 0.4s;
    width: 100%;
    font-weight: 700;
    line-height: 22px;
    margin-top: auto !important;
    max-width: 280px;
    padding: 13px 0;
}

.btn-default:hover {
    text-decoration: none;
}

.btn-default.btn-blue {
    background: #043c5a;
    border-color: #043c5a;
    color: #fff;
}

.btn-default.btn-white {
    background: #fff;
    border-color: #043c5a;
    color: #043c5a;
}

.btn-default.btn-blue2 {
    background: #3c647d;
    color: #fff;
    border-color: #3c647d;
}

.btn-default.btn-purple {
    background: #8c469b;
    border-color: #8c469b;
    color: #fff;
}

.btn-default.btn-purple2 {
    background: #642d55;
    color: #fff;
    border-color: #642d55;
}

.btn-default.btn-blue:hover {
    background: #3c647d;
    color: #fff;
    border-color: #3c647d;
}

.btn-default.btn-white:hover {
    background: #043c5a;
    color: #fff;
}

.btn-default.btn-blue2:hover {
    background: #3c647d;
    color: #fff;
}

.btn-default.btn-purple:hover {
    background: #642d55;
    color: #fff;
    border-color: #642d55;
}

.btn-default.btn-purple2:hover {
    background: #8c469b;
    border-color: #8c469b;
    color: #fff;
}

.btn.danger {
    color: red;
}

.btn.btn-rounded {
    border-radius: 4px;
}

.top-bar.color-scheme-white {
    padding: 0;
    background: #e6e6e6;
    padding-left: 35px;
}

.top-bar .img-fluid {
    padding: 7px 0 0 0;
    max-width: min-content;
}

.top-bar .bg-blue {
    background: #043d5d;
    border-radius: 0 0 0 62px;
    height: 56px;
    padding: 10px 0;
}

.top-bar.color-scheme-white .form-group {
    margin-bottom: 0;
    max-width: 280px;
    position: relative;
}

.form-group label {
    width: 100%;
    display: block;
}

.form-group .form-check {
    line-height: 35px;
}

.form-group .form-check-input {
    position: relative;
    top: 1px;
}

.form-group .switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
    margin-bottom: 0;
}

/* Hide default HTML checkbox */
.form-group .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.form-group .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 1px solid #aaa5a5;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.form-group .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 2px;
    bottom: 1px;
    background-color: #aaa5a5;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked+.slider {
    background-color: #5a5a5a;
}

input:focus+.slider {
    box-shadow: 0 0 1px #5a5a5a;
    background: #5a5a5a;
    border-color: #5a5a5a;
}

input:checked+.slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
    background: #fff;
}

/* Rounded sliders */
.slider.round {
    border-radius: 8px;
    background: #fff;
}

.slider.round:before {
    border-radius: 50%;
}

.item-switch {
    margin: 10px 40px 0 0;
    display: inline-block;
}

.form-group .text {
    font-size: 14px;
    line-height: 16px;
    position: relative;
    top: -3px;
    color: #5a5a5a;
    margin-left: 5px;
}

.custom-sidebar {
    margin-bottom: 2rem;
}

.title-special {
    padding-left: 30px;
    font-size: 16px;
    font-weight: 900;
    color: #3c647d;
    position: relative;
    line-height: 200%;
    margin-bottom: 15px;
}

.title-special:before {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #3c647d;
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 8px;
}

.title-special:after {
    width: calc(100% - 30px);
    height: 1px;
    background: #3c647d;
    bottom: 0;
    right: 0;
    position: absolute;
    display: block;
    content: "";
}

.title-special-big {
    padding-left: 72px;
    font-size: 30px;
    font-weight: 900;
    position: relative;
    line-height: 200%;
    margin-bottom: 35px;
}

.title-special-big:before {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 8px;
}

.title-special-big:after {
    width: calc(100% - 72px);
    height: 2px;
    bottom: 0;
    right: 0;
    position: absolute;
    display: block;
    content: "";
}

.title-special-big.eventos {
    color: #043c5a;
}

.title-special-big.eventos:before {
    background: url(../images/icon-events.png) #043c5a center center no-repeat;
    background-size: auto 37px;
}

.title-special-big.eventos:after {
    background: #043c5a;
}

.title-special-big.cursos {
    color: #e9a71f;
}

.title-special-big.cursos:before {
    background: url(../images/icon-course.png) #e9a71f center center no-repeat;
    background-size: auto 37px;
}

.title-special-big.cursos:after {
    background: #e9a71f;
}

.title-special-big.noticias {
    color: #642d55;
}

.title-special-big.noticias:before {
    background: url(../images/icon-news.png) #642d55 center center no-repeat;
    background-size: auto 37px;
}

.title-special-big.noticias:after {
    background: #642d55;
}

.title-special-big.lista-noticias {
    color: #3c647d;
}

.title-special-big.lista-noticias:before {
    background: #3c647d;
    width: 22px;
    height: 22px;
    top: 20px;
    left: 15px;
}

.title-special-big.lista-noticias:after {
    background: #3c647d;
}

.title-special.green {
    color: #9bc83c;
}

.title-special.green:after,
.title-special.green:before {
    background: #9bc83c;
}

.modulo .title-special {
    color: #043c5a;
}

.modulo .title-special:after,
.modulo .title-special:before {
    background: #043c5a;
}

.top-bar.color-scheme-white .form-group button {
    right: 33px;
    color: #000;
    font-size: 18px;
    top: 4px;
    position: absolute;
    border: 0;
    background: none;
}

.top-bar .form-group {
    margin-left: auto;
    padding-right: 30px;
}

/* .top-bar.color-scheme-white .form-control {
    height: 30px;
    line-height: 30px;
    border: 1px solid #999999;
    background: transparent;
    padding-left: 40px;
} */

body.full-screen .menu-w {
    background: #5a5a5a;
}

body.full-screen .menu-w.associado {
    background: #043c5a;
}

.menu-w.color-scheme-dark .logged-user-w {
    padding: 1rem 5px;
}

.menu-w.color-scheme-dark .logged-user-w .avatar-w {
    border: 0;
    flex-basis: 65px;
}

.menu-w.menu-layout-compact .logged-user-w.avatar-inline .logged-user-i .logged-user-info-w {
    padding: 5px 35px 5px 10px;
}

.logged-user-name {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.menu-w.color-scheme-dark .logged-user-w .logged-user-role {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.logged-user-role {
    display: none !important;
}

.logged-user-w.avatar-inline .logged-user-toggler-arrow {
    border: 1px solid #fff;
    border-radius: 0;
}

.menu-w .logged-user-w .logged-user-i:hover .logged-user-menu {
    background: #999999;
}

.menu-w .logged-user-w .logged-user-i.open .logged-user-menu {
    background: var(--red);
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.menu-w .logged-user-w .logged-user-i.open .logged-user-toggler-arrow img:first-of-type {
    display: none;
}

.menu-w .logged-user-w .logged-user-i.open .logged-user-toggler-arrow img:last-of-type {
    display: block;
}

body.full-screen .menu-w.associado .logged-user-w .logged-user-i:hover .logged-user-menu {
    background: #3c647d;
}

.menu-w.menu-layout-compact ul.main-menu {
    padding: 0;
}

.menu-w.menu-layout-compact ul.main-menu li {
    padding-left: 30px;
    padding-right: 20px;
    border-bottom: 1px solid #fff;
}

.menu-w.sub-menu-style-over ul.main-menu>li.active>a {
    background: none;
}

.menu-w.sub-menu-style-over ul.main-menu>li.active {
    border-bottom-color: #fff;
    border-right-color: transparent;
}

.menu-w.menu-layout-compact ul.main-menu img {
    height: 18px;
    width: auto;
    position: relative;
    top: -2px;
}

.menu-w.sub-menu-style-over .sub-menu-w>ul>li>a:before,
.menu-w.sub-menu-style-over .sub-menu-w .sub-menu-i>ul>li>a:before {
    background: #fff;
    border-color: #fff;
}

.menu-w.sub-menu-style-over .sub-menu-w .sub-menu-header {
    color: #fff;
}

.menu-mobile .main-menu img {
    height: 18px;
    width: auto;
    position: relative;
    top: -2px;
}

.menu-mobile .menu-and-user {
    border-color: #fff;
}

.form-control {
    height: 35px;
    line-height: 35px;
    border: 1px solid #5a5a5a;
}

textarea.form-control {
    min-height: 180px;
}

.input-group-text {
    background: #043c5a;
    border: 0;
    border-radius: 0 4px 4px 0 !important;
}

.input-group-text i {
    color: #fff;
}

.dropzone {
    border-radius: 8px;
    border-color: #043c5a;
    min-height: 0;
}

.dropzone .dz-message {
    margin: 0;
}

.dropzone h4 {
    font-size: 14px;
    font-weight: bold;
    color: #043c5a;
}

.noticias .item-padrao .tag {
    color: #642d55;
}

.dropzone .text-muted {
    font-size: 12px;
    color: #707070;
}

.no-radius {
    border-radius: 0;
}

label {
    font-size: 14px;
    font-weight: 400;
    color: #5a5a5a;
}

.table-responsive table {
    min-width: 100% !important;
}

.table-responsive table th {
    background: #fff;
    color: #043c5a;
    font-weight: bold;
    font-size: 14px;
    border: 0;
    border-bottom: 1px solid #043c5a;
}

div.table-responsive>div.dataTables_wrapper>div.row {
    border: 0;
}

div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
    background: transparent;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #fff;
    border-bottom: 0;
}

.table-striped tbody tr:nth-of-type(even) {
    background: #043c5a26;
    border: 0;
}

.table-striped tbody td {
    border: 0;
    color: #5a5a5a;
}

.table-striped tbody tr {
    border-radius: 5px;
    border: 0;
}

.table-striped tbody tr td:first-child {
    border-radius: 5px 0 0 5px;
}

.table-striped tbody tr td:last-child {
    border-radius: 0 5px 5px 0;
}

.dataTables_scrollBody .table.table-striped.dataTable.no-footer {
    min-height: 90px;
}

.status-pill.green {
    background: #5aa546;
}

.status-pill.red {
    background: #e91f1f;
}

div.item-padrao_card>img {
    max-height: 150px !important;
    min-height: 150px !important;
    object-fit: cover;
}

@media (min-width: 768px) {
    .table-responsive table tr {
        width: 200px !important;
    }
}

.dataTables_wrapper.form-inline.dt-bootstrap {
    display: block;
}

.page-item .page-link {
    padding: 0 0.75rem;
    height: 40px;
    line-height: 38px;
    color: #667587;
    border: 0;
}

.pagination .page-item {
    border: 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    margin: 0;
    color: #5a5a5a;
}

.pagination .page-link {
    color: #5a5a5a !important;
}

.paginate_button.disabled a {
    color: #a4a5a7 !important;
}

.pagination li {
    border-top: 1px solid #5a5a5a;
    border-bottom: 1px solid #5a5a5a;
}

.page-item.active .page-link {
    color: #fff;
    background: #3c647d;
}

.pagination li:first-child {
    border-left: 1px solid #5a5a5a;
    border-radius: 6px 0 0 6px;
}

.pagination li:last-child {
    border-right: 1px solid #5a5a5a;
    border-radius: 0 6px 6px 0;
}

div.dataTables_wrapper div.dataTables_info {
    color: #5a5a5a;
}

.element-box,
.invoice-w,
.big-error-w {
    margin-bottom: 2rem;
}

.caption-img {
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    color: #5a5a5a;
    padding: 5px;
}

/* .element-wrapper .element-box .element-header {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
} */

@media (max-width: 767.8px) {
    .item-favorito {
        display: block;
        margin-top: 20px;
    }

    .table {
        width: 100% !important;
        border: 0 !important;
    }

    .dataTables_wrapper .row:first-child {
        border: 0;
    }

    .table tr {
        display: block;
        padding: 15px;
        box-shadow: 0px 0px 6px #0000004d;
        margin-bottom: 20px;
        border: 0;
        background: #fff !important;
        border-radius: 5px;
    }

    .table td {
        display: block;
        text-align: left !important;
        border: 0;
        border-bottom: 1px solid #1f78b4 !important;
    }

    .table td a i {
        font-size: 22px;
        margin-right: 10px;
        display: inline-block;
        margin-top: 10px;
    }

    .table tr td:last-child {
        border-bottom: 0 !important;
    }

    .table td span.mobile {
        color: #1f78b4;
        display: block;
        font-weight: bold;
        font-size: 14px;
    }

    .table td span.mobile.status {
        display: inline;
    }

    .table tbody {
        width: 100%;
        display: block;
    }

    .table thead {
        display: none;
    }

    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: left !important;
        margin-bottom: 10px;
    }

    div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child {
        padding-left: 0;
    }
}

.ajax_loader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 15;
}

.ajax_loader.hidden {
    display: none;
}

.ajax_loader i {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 50px;
    color: #fff;
}

.element-wrapper.m-auto .value.bolder {
    font-size: 22px;
    color: #469fff;
    font-weight: bold;
}

.element-wrapper.m-auto .btn-outline-primary:hover {
    background: #469fff;
}

.element-wrapper.m-auto .btn-outline-primary:hover .value.bolder {
    color: #fff;
}

.element-wrapper.m-auto i {
    color: #469ffb;
}

.element-wrapper.m-auto .btn-outline-primary:hover i {
    color: #fff;
}

.element-wrapper.m-auto label {
    font-size: 14px;
}

.element-wrapper.m-auto .col-10 {
    padding: 0;
}

.step-layout .element-wrapper span.element-header:after {
    height: 7px;
    bottom: initial;
}

.element-wrapper.m-auto .icon.col-2.my-auto.text-center {
    padding-left: 0;
    text-align: right !important;
}

.element-wrapper.m-auto .mb-5:hover .element-header:after {
    background: #fff;
}

.inside-button {
    position: relative;
}

.inside-button .btn.btn-inside {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #043c5a;
    color: #fff;
    border-radius: 0 6px 6px 0;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    padding: 0 7px;
    border: 0;
}

.inside-button .form-control {
    padding-right: 50px;
}

.inside-button.left .form-control {
    padding-left: 50px;
}

.inside-button.left .btn.btn-inside {
    left: 0;
    width: 40px;
    text-align: center;
    border-radius: 6px 0 0 6px;
    z-index: 10;
}

.inside-button .btn.btn-inside i {
    color: #fff;
    font-size: 22px;
}

body.associado .menu-w.menu-layout-compact ul.main-menu li {
    border-bottom: 1px solid #4b609a;
}

body.associado .menu-w.color-scheme-dark .logged-user-w {
    border-bottom: 1px solid #9ac7f9;
}

@media (max-width: 767.8px) {
    .timeline-steps:after {
        width: calc(100% - 90px);
        left: 50px;
    }

    .step-layout .element-box.col-lg-5.col-md-6.m-auto {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .step-layout .element-box.col-lg-5.col-md-6.m-auto h5 {
        font-size: 22px;
    }

    .obrigado {
        font-size: 30px;
    }

    div div:nth-child(3) div div.col-md-12 a div {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.file-caption-main .btn+.btn {
    margin-left: 0;
}

@media (max-width: 1249px) {

    .category-box .col-md-4.column4,
    .event-box .column3 {
        display: none;
    }
}

.tooltip-message {
    border: 1px solid #707070;
    border-radius: 50%;
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 11px;
    line-height: 18px;
    cursor: pointer;
}

@media (min-width: 1200px) and (max-width: 1561px) {
    b.float-right>i.fas {
        font-size: 1.8rem;
    }

    .funcionarios span b {
        font-size: 40px;
        line-height: 30px;
        height: 30px;
    }

    .funcionarios span b.status {
        top: -20px;
    }

    body>div.all-wrapper.with-side-panel.solid-bg-all>div.layout-w>div.content-w>div.content-i>div>div.element-wrapper>div>div:nth-child(3)>div>div.col-md-12>a>div>div>div:nth-child(1)>h6 {
        margin-top: 1.5rem;
    }
}

/* @media(min-width:1025px) and (max-width:1280px){
    .element-box.funcionarios{
        padding: 1rem;
    }
    b.float-right > i.fas{
        font-size: 1.5rem;
    }
    .funcionarios span b.status{
        top: -30px
    }
} */

@media (min-width: 768px) and (max-width: 1400px) {
    .funcionarios span b.borderred {
        height: 60px;
        line-height: 60px;
        width: 60px;
    }

    .funcionarios span b.borderred i {
        font-size: 30px;
        top: 0;
    }

    .funcionarios span b.borderred {
        margin-top: 25px;
    }

    .funcionarios .btn.btn-dashboard {
        margin-top: 10px;
    }

    div.content-i div div.element-wrapper div div:nth-child(3) div div.col-md-12 a div {
        min-height: 95px !important;
        justify-content: center;
    }

    .funcionarios span b.status {
        top: -10px;
        font-size: 23px;
    }

    .funcionarios h6:not(.element-header) {
        margin: 0;
    }
}

@media (max-width: 1024px) {
    div div:nth-child(n) div div.col-md-12 a div div div {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: column;
    }

    div div:nth-child(3) div div.col-md-12 a div {
        display: flex;
    }
}

@media (max-width: 918px) and (min-width: 769px) {
    .funcionarios span b.status.negativo {
        font-size: 30px;
    }
}

.faq a.element-box h4 {
    color: #469fff;
    font-size: 16px;
    font-weight: bold;
    justify-content: center;
    margin: 0;
}

.faq a.element-box {
    transition: 0.4s all ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq a.element-box div {}

.faq a.element-box:hover {
    background: #f1f1f1;
    text-decoration: none;
}

.btn-pagamento {
    border: 1px solid #000;
    padding: 7px;
    border-radius: 10px;
    display: block;
    font-size: 12px;
    color: #000;
}

.btn-pagamento:hover {
    text-decoration: none;
}

.btn-pagamento h6 {
    margin: 0;
}

@media (min-width: 1025px) {
    .with-side-panel .content-i {
        display: block;
        max-width: 100%;
    }

    .all-wrapper.solid-bg-all .content-w {
        max-width: calc(100% - 260px);
    }
}

.carousel-fornecedor div.item {
    padding: 0 10px;
}

.carousel-fornecedor button {
    border: 0;
    position: absolute;
    top: 38%;
    font-size: 32px;
    background: transparent;
    border: 0;
    z-index: 5;
}

.carousel-fornecedor {
    padding: 0 30px 0 20px;
}

.carousel-fornecedor button.slick-prev {
    left: 0px;
}

.carousel-fornecedor button.slick-next {
    right: 0px;
}

/* .menu-w.sub-menu-style-over ul.main-menu>li.active .sub-menu-w {
    max-height: 322px;
    overflow: hidden;
}

.menu-w.sub-menu-style-over .sub-menu-w .sub-menu-i {
    max-height: 230px;
    overflow-y: scroll;
} */

.menu-w.sub-menu-style-over .sub-menu-w .sub-menu-icon img {
    width: 150px;
    height: auto;
    opacity: 0.4;
}

/* width */
.menu-w.sub-menu-style-over .sub-menu-w .sub-menu-i::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.menu-w.sub-menu-style-over .sub-menu-w .sub-menu-i::-webkit-scrollbar-track {
    background: #434343;
}

/* Handle */
.menu-w.sub-menu-style-over .sub-menu-w .sub-menu-i::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.menu-w.sub-menu-style-over .sub-menu-w .sub-menu-i::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.title-bar {
    padding: 17px 50px;
    background-repeat-x: no-repeat;
}

.title-bar img {
    width: auto;
    height: 45px;
    margin-right: 25px;
}

.title-bar h2 {
    line-height: 45px;
    font-size: 27px;
    font-weight: 600;
    color: #fff;
}

.breadcrumb {
    background: transparent;
    border-radius: 0;
    border: 0;
    color: #043c5a;
}

.breadcrumb li a {
    color: #043c5a;
    font-weight: bold;
    font-size: 13px;
    text-transform: none;
}

.breadcrumb li:last-child {
    text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #043c5a;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 3px;
    font-size: 13px;
}

.breadcrumb-item+.breadcrumb-item {
    padding: 0;
}

.breadcrumb li span {
    color: #043c5a;
}

.temperatura {
    padding: 0 2.5rem;
    color: #043c5a;
    font-weight: bold;
}

#data-table-events .tbody {
    border-bottom: 20px solid #fff;
}

.table .row-actions a {
    align-items: center;
    display: inline-flex;
    height: 20px;
    width: 20px;
}

.table .row-actions a:hover {
    text-decoration: none;
}

.table .row-actions a:hover svg {
    fill: var(--blue-light);
}

.table .row-actions a svg {
    display: block !important;
    fill: var(--blue);
    height: 100% !important;
    transition: fill 0.2s ease-in-out;
    width: 100% !important;
}

.table .row-actions a,
.table .row-actions button {
    color: #3e4b5b;
}

.table .row-actions img {
    width: 25px;
}

.status-atendimento b {
    font-weight: bold;
}

.carousel-banner img {
    margin: 0 auto;
}

.accordion>.card {
    border: 0;
}

.accordion .card-header {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion .collapse.show {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.pagination-item nav {
    display: flex;
    justify-content: end;
}

.share span {
    display: none;
}

.menu-w.menu-layout-compact .logged-user-w .avatar-w img {
    background: #fff;
}

.accordion .card .btn {
    height: auto;
    line-height: 129%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

footer {
    background: #043c5a;
}

footer p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

footer .social-footer {
    padding-left: 0;
    list-style: none;
    margin: 30px 0;
}

footer .social-footer li {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 30px;
    line-height: 28px;
    width: 30px;
    text-align: center;
    margin-right: 7px;
}

footer .social-footer li a {
    color: #fff;
}

footer .links-footer {
    padding-left: 0;
    list-style: none;
    text-align: right;
}

footer .links-footer li {
    display: inline-flex;
    margin-left: 50px;
}

footer .links-footer li a {
    color: #fff;
    font-size: 15px !important;
    font-weight: 300;
}

.item-padrao {
    background: #ffffff;
    box-shadow: 0px 2px 5px #00000029;
    border-radius: 20px 0px;
    position: relative;
    padding-bottom: 20px;
}

.item-padrao img {
    border-radius: 20px 0 0 0;
    width: 250px;
    min-width: 100%;
    height: 250px;
    object-fit: cover;
}

#topo .slick-slider .item-padrao {
    max-width: 343px;
}

.slick-slider .item-padrao {
    max-width: 270px !important;
}

.item-padrao .tag {
    background: #ffffff;
    box-shadow: -1px 2px 1px #00000059;
    border-radius: 0px 0px 0px 20px;
    width: 142px;
    right: 0;
    top: 18px;
    position: absolute;
    text-align: center;
    color: #e6aa23;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    height: 31px;
    line-height: 31px;
}

.eventos .item-padrao .tag {
    color: #043c5a;
}

.item-padrao h3 {
    font-size: 20px;
    font-weight: 900;
    margin: 15px 0;
    padding: 0 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    max-height: 54px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-padrao p {
    padding: 0 25px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    max-height: 96px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-padrao a,
.cursos-conhecimento a {
    background: #333;
    border-radius: 6px;
    display: block;
    max-width: 150px;
    color: #fff;
    transition: ease all 0.4s;
    font-weight: bold;
    font-size: 15px;
    line-height: 35px;
    text-align: center;
    margin: 0 auto;
}

.item-padrao .category-name {
    max-width: calc(100% - 60px);
    margin: -15px auto 0;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 900;
    border-radius: 5px 0px;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.eventos .item-padrao .category-name {
    background: #3c647d;
    height: auto;
    margin-top: -15px;
    margin-bottom: 30px;
}

.noticias .item-padrao .category-name {
    background: #642d55;
    height: auto;
    margin-top: -15px;
    margin-bottom: 30px;
}

.publication .item-padrao a {
    background: #642d55;
}

.eventos .event-info {
    font-weight: bold;
    margin-bottom: 0;
}

.eventos .description {
    margin-top: 10px;
}

.eventos .item-padrao {
    margin-bottom: 30px;
}

.eventos .item-padrao a {
    background: #3c647d;
}

.eventos .item-padrao a:hover {
    background: #043c5a;
}

.row.cursos {
    margin: 30px 0;
}

.row.cursos .item-padrao a,
.cursos-conhecimento a.btn-yellow {
    background: #e9a71f;
}

.row.cursos .item-padrao a:hover {
    background: #d28728;
}

.row.cursos .item-padrao h3 {
    color: #e9a71f;
}

.row.noticias .item-padrao h3 {
    color: #642d55;
}

.row.publication .item-padrao h3 {
    color: #642d55;
}

.row.noticias .item-padrao a {
    background: #642d55;
}

.row.noticias .item-padrao a:hover {
    background: #8c469b;
}

.row.noticias .item-padrao .category-name {
    background: #642d55;
    font-size: 22px;
}

.custom-divisor {
    height: 38px;
    background: url(../images/line-horizontal-2.png) left top repeat-x;
    background-size: auto 38px;
    margin: 20px 0;
}

.carousel-dashboard .item {
    padding: 0 10px;
    min-height: 505px;
}

.circle-progress-value {
    stroke-width: 12px;
    stroke: #043c5a;
}

.circle-progress-circle {
    stroke-width: 12px;
    stroke: #fff;
}

.circle-progress-text {
    fill: #7c7c7c;
    font-size: 30px;
    font-weight: bold;
}

.course-info .row {
    min-height: 125px;
}

.course-info h6 {
    color: #043d5d;
    font-size: 15px;
    max-width: 170px;
}

.course-info h6 b {
    font-weight: bold;
}

.arrow-carousel {
    width: 41px;
    height: 41px;
    line-height: 41px;
    display: block;
    position: absolute;
    top: 45%;
    background: #ffffffa6;
    border: 0;
    border-radius: 50%;
    text-align: center;
    font-size: 26px;
    z-index: 10;
    color: #043d5d;
}

.arrow-carousel.left {
    left: 15px;
}

.arrow-carousel.right {
    right: 15px;
}

.top-dash .item {
    background: #aaa5a5;
    border-radius: 20px 0 20px 0;
    height: 110px;
    padding: 0 15px;
}

.top-dash .item .row {
    height: 110px;
}

.course-info {
    margin-bottom: 25px;
    position: relative;
}

.course-info a {
    background: #043c5a;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    padding: 5px 15px;
    display: block;
    color: #fff;
    text-align: center;
    max-width: 130px;
}

.top-dash .item h6 {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
}

.top-dash .item h5 {
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
}

.top-dash .item h5 b {
    display: block;
    font-size: 42px;
}

.top-dash .item h4 {
    color: #ffffff;
    font-size: 23px;
    font-weight: 500;
}

@media (min-width: 768px) {
    .border-blue-right {
        border-right: 1px solid #043c5a;
    }
}

@media (min-width: 768px) {
    .user-contact .border-blue {
        border-right: 1px solid #043c5a;
    }
}

.user-contact .element-box {
    margin-top: 50px;
}

.user-contact .btn-default {
    max-width: 200px;
}

.user-contact .element-box .btn-default {
    margin-left: auto;
}

.user-contact h3 {
    color: #043c5a;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.user-contact .small {
    font-size: 12px;
    font-weight: 500;
    color: #5a5a5a;
    margin-top: 20px;
}

.user-contact .whatsapp {
    padding-left: 50px;
    position: relative;
}

.whatsapp i {
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 5px;
    color: #5aa546;
}

.whatsapp h5 {
    margin-bottom: 20px;
}

.user-contact .icone {
    margin: 0 auto;
    width: 75px;
    height: 75px;
    background: #5a5a5a;
    padding: 15px;
    border-radius: 50%;
}

.user-contact h6 {
    font-size: 20px;
    font-weight: bold;
    color: #5a5a5a;
    margin-top: 5px;
}

.user-contact h4 {
    font-size: 20px;
    color: #043c5a;
    margin-bottom: 20px;
}

.user-contact h4 b {
    font-weight: bold;
}

.user-contact .problemas {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.internal .item {
    margin-bottom: 30px;
}

.categoria-material {
    margin-bottom: 50px;
}

.categoria-material .item {
    background: #fff;
    border-radius: 20px 0 20px 0;
    overflow: hidden;
    padding-bottom: 25px;
}

.categoria-material .item h4 {
    color: #8c4799;
    font-size: 20px;
    font-weight: 900;
    margin: 10px 0 20px;
}

.categoria-material .btn-download {
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
    width: 100%;
    display: block;
    height: 30px;
    line-height: 28px;
    font-weight: bold;
    transition: ease all 0.4s;
    border: 1px solid;
    background: #8c469b;
    color: #fff;
    max-width: 150px;
    margin: 0 auto;
}

.categoria-material .btn-download:hover {
    background: #642d55;
}

.categoria-material .title {
    font-size: 26px;
    font-weight: 900;
    color: #8c4799;
    position: relative;
}

.categoria-material .title span {
    background: #e6e6e6;
    position: relative;
    z-index: 10;
    padding-right: 5px;
}

.categoria-material .title:after {
    position: absolute;
    width: 99%;
    right: 0;
    bottom: 7px;
    content: "";
    height: 1px;
    background: #8c4799;
}

.categoria-material .subtitle {
    font-weight: bold;
    font-size: 16px;
}

.carousel-material {
    position: relative;
}

.carousel-material .slick-item {
    padding: 0 15px;
}

.carousel-material .item {
    max-width: 250px;
}

.problemas-solucoes .title {
    font-size: 30px;
    font-weight: 900;
    color: #043c5a;
    margin-bottom: 35px;
    border-bottom: 2px solid #043c5a;
    line-height: 129%;
}

.problemas-solucoes .slick-item,
.cursos-conhecimento .slick-item {
    padding: 0 15px 15px 0;
}

.problemas-solucoes .item,
.cursos-conhecimento .item {
    display: block;
    width: 300px;
    border-radius: 20px 0 20px 0;
    box-shadow: 0px 2px 5px #00000029;
    padding-bottom: 20px;
    background: #fff;
}

.problemas-solucoes .item img,
.cursos-conhecimento .item img {
    border-radius: 20px 0 0 0;
    width: 300px;
}

.problemas-solucoes .item h4,
.cursos-conhecimento .item h4 {
    padding: 0 25px;
    margin: 10px 0 20px;
    color: #043c5a;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    max-height: 43px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.cursos-conhecimento .item h4 {
    color: #e6aa23;
    font-weight: bold;
    font-size: 20px;
}

.problemas-solucoes .item p {
    padding: 0 25px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    max-height: 96px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.problemas-solucoes .item:hover {
    text-decoration: none;
}

.categorias-publicacao .item {
    background: #fff;
    border-radius: 20px 0 20px 0;
    margin-bottom: 30px;
    box-shadow: 0px 2px 5px #00000029;
    padding: 0 10px;
}

.categorias-publicacao .item img {
    border-radius: 20px 0 20px 0;
}

.categorias-publicacao .item.big img,
.categorias-publicacao .item.vertical img {
    border-radius: 20px 0 0 0;
}

.categorias-publicacao .item h4 {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    background: #642d55;
    border-radius: 5px 0 5px 0;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    line-height: 150%;
}

.categorias-publicacao .item.big h4 {
    margin-top: 40px;
}

.categorias-publicacao .item p {
    max-width: 90%;
    margin: 25px auto;
    font-size: 15px;
    font-weight: 500;
    color: #7c7c7c;
}

.categorias-publicacao .item .btn-default {
    max-width: 150px;
    margin: 0 auto;
}

.categorias-publicacao .item.vertical {
    padding: 0 0 20px;
}

.categorias-publicacao .item.vertical h4 {
    margin-top: -15px;
    position: relative;
    z-index: 10;
}

.publicacao h2 {
    font-size: 28px;
    font-weight: bold;
    color: #043c5a;
    margin: 30px 0;
}

.content-post {
    color: #707070;
    padding: 20px 0;
}

.content-post p {
    font-size: 16px;
    margin-bottom: 20px;
}

.row.noticias.lista .item {
    margin-bottom: 20px;
}

.event h2 {
    color: #043c5a;
    font-size: 28px;
    font-weight: bold;
}

.event .event-info {
    font-weight: bold;
    margin-bottom: 0;
}

.tab-evento a {
    background: #333;
    border-radius: 6px;
    display: block;
    max-width: 150px;
    color: #fff;
    transition: ease all 0.4s;
    font-weight: bold;
    font-size: 15px;
    line-height: 35px;
    text-align: center;
    margin: 30px auto 0;
    background: #3c647d;
}

.tab-evento h4 {
    color: #3c647d;
    font-size: 20px;
    font-weight: 900;
}

.curso h2 {
    font-size: 28px;
    font-weight: bold;
    color: #e6aa23;
    margin: 30px 0;
}

.meus-cursos h6 {
    font-size: 15px;
    font-weight: bold;
    color: #043d5d;
}

.meus-cursos p.info {
    font-size: 15px;
    color: #043d5d;
}

.meus-cursos .description {
    padding-left: 30px;
}

.meus-cursos .btn-curso {
    max-width: 150px;
    margin-left: 30px;
    display: block;
    color: #fff;
    text-align: center;
    background: #e9a71f;
    border-radius: 6px;
    height: 35px;
    line-height: 35px;
    transition: ease all 0.4s;
}

.meus-cursos .btn-curso:hover {
    background: #d28728;
    text-decoration: none;
}

.bg-nivel {
    background: #d28728;
    padding: 15px 10px;
    border-radius: 20px 0 20px 0;
}

.bg-nivel span {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

.meus-cursos .circle-progress-value {
    stroke-width: 12px;
    stroke: #5aa546;
}

.meus-cursos .circle-progress-circle {
    stroke-width: 12px;
    stroke: #cde4c7;
}

.meus-cursos .circle-progress-text {
    fill: #7c7c7c;
    font-size: 30px;
    font-weight: bold;
}

.modulo h4 {
    padding-left: 30px;
    font-size: 15px;
    font-weight: bold;
    color: #043c5a;
    margin-bottom: 15px;
}

.modulo .row {
    padding-left: 30px;
}

.modulo .checked i {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #5aa546;
    color: #5aa546;
    line-height: 31px;
    font-size: 20px;
    text-align: center;
}

.modulo a {
    position: relative;
    padding-left: 50px;
    display: inline-block;
    color: #7c7c7c;
    font-size: 15px;
    font-weight: 500;
}

.modulo a i {
    position: absolute;
    left: 0;
    border: 2px solid #043c5a;
    color: #043c5a;
    line-height: 31px;
    width: 35px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    top: 50%;
    margin-top: -17px;
}

.modulo a span {
    display: block;
}

.avaliacao .control-group {
    margin-bottom: 15px;
}

.avaliacao .control-group label {
    font-size: 15px;
    font-weight: 500;
    color: #5a5a5a;
}

.avaliacao h6 {
    border-bottom: 1px solid #043c5a;
    line-height: 180%;
    color: #043c5a;
    font-size: 15px;
    font-weight: bold;
}

.avaliacao h3 {
    font-size: 15px;
    font-weight: bold;
    color: #043c5a;
    line-height: 150%;
}

.barra-avaliacao {
    display: flex;
}

.barra-avaliacao .bg-progress {
    display: block;
    height: 17px;
    border-radius: 10px;
    width: 100%;
    background: #e6e6e6;
    overflow: hidden;
}

.barra-avaliacao .bg-progress .percent {
    background: #9bc83c;
    display: block;
    height: 17px;
}

.barra-avaliacao .progress-bar-evaluation {
    flex: 0 0 calc(100% - 160px);
    padding: 0 15px;
}

.barra-avaliacao .quantidade,
.barra-avaliacao .infos {
    flex: 0 0 80px;
    font-weight: bold;
    font-size: 15px;
    line-height: 17px;
    color: #5a5a5a;
}

.resultado-avaliacao i {
    font-size: 70px;
    display: block;
    color: #5aa546;
}

.resultado-avaliacao h2 {
    color: #e6aa23;
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 30px;
}

.resultado-avaliacao h4 {
    color: #043c5a;
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0 10px;
}

.resultado-avaliacao h5 {
    font-size: 56px;
    color: #5aa546;
    font-weight: 900;
    margin-bottom: 20px;
}

.resultado-avaliacao h6 {
    font-size: 20px;
    color: #5a5a5a;
    font-weight: 500;
    margin-bottom: 20px;
}

div.service_con_client>div:nth-child(n) img {
    width: 250px;
    height: 250px;
    object-fit: cover;
}

.serv_icon_default {
    display: flex;
    justify-content: center;
    align-items: center;
    background: lightgray;
}

.menu-and-user {
    height: 100% !important;
}

.noAfter::after {
    display: none;
}

.card_campanha>.card .card-text {
    color: var(--gray-dark);
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.card_campanha>.card .card-title {
    color: var(--blue);
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.card_campanha>.card {
    padding: 20px;
    border: #d4dce2 solid 1px;
    border-radius: 6px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.card_campanha .card-img-top {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.card_campanha {
    margin-bottom: 20px;
}

.card_campanha:hover>.card {
    box-shadow: 0px 6px 16px #d4dce2;
}

.card_campanha:hover .card-img-top {
    transform: scale(1.1);
}

.card_campanha:hover .btn {
    background-color: var(--dark-cerulean);
}

.tag_resgate {
    padding: 5px 15px;
    border: #d4dce2 1px solid;
    color: var(--darken);
    border-radius: 50vw;
    margin-left: 10px;
}

.price_campanha {
    font-size: 18px;
    color: var(--gray-dark);
    font-family: "Open Sans";
    font-weight: bold;
}

.price_campanha>strong {
    color: var(--darken);
}

.category_campanha {
    font-size: 14px;
    color: var(--gray-dark);
    text-transform: uppercase;
}

.desc_campanha>p {
    font-size: 16px;
}

.card .desc_campanha form .btn-primary,
.card .confirm_campanha form .btn-primary {
    background-color: var(--blue);
    border-radius: 100px;
    border: 1px solid transparent;
    color: var(--white);
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-top: auto !important;
    margin: 0 auto;
    max-width: 250px;
    width: 250px;
    padding: 13px 30px;
    text-align: center;
}

.card .desc_campanha form .btn-primary:hover,
.card .confirm_campanha form .btn-primary:hover {
    background: var(--dark-cerulean);
}

.card .desc_campanha a.btn-secondary,
.card .confirm_campanha a.btn-secondary {
    border-radius: 100px;
    border: 1px solid var(--gray-dark);
    background: var(--white);
    color: var(--gray-dark);
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-top: auto !important;
    margin: 0 auto;
    max-width: 250px;
    width: 250px;
    padding: 13px 30px;
    text-align: center;
}

.card .desc_campanha a.btn-secondary:hover,
.card .confirm_campanha a.btn-secondary:hover {
    color: var(--white);
    background: var(--red);
    border-color: var(--red);
}

#field_description {
    resize: none;
}

.font_desc_prod {
    font-weight: bolder;
    width: auto !important;
    min-width: fit-content;
    margin-bottom: -3px;
    margin-right: 5px;
    text-transform: uppercase;
    height: 100%;
}

.font_error {
    font-size: 14px;
    color: #ff245c;
    font-weight: bold;
}

.confirm_campanha .form-control[readonly] {
    background: #fff;
    padding: 0;
    font-size: 16px;
}

.grid_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.grid1 {
    grid-area: 1 / 1 / 2 / 3;
}

.grid2 {
    grid-area: 2 / 1 / 3 / 3;
}

.grid3 {
    grid-area: 1 / 3 / 3 / 4;
}

@media (max-width: 767.8px) {
    .top-bar .form-group {
        padding-right: 10px;
        padding-left: 30px;
    }

    .top-bar.color-scheme-white .form-group button {
        right: 10px;
    }

    .top-bar.color-scheme-white {
        padding-left: 0px;
    }

    .menu-mobile.color-scheme-dark {
        background: #5a5a5a;
    }

    .menu-mobile.color-scheme-dark.associado {
        background: #043c5a;
    }

    .menu-mobile ul.main-menu {
        padding: 0;
    }

    .menu-mobile .menu-and-user {
        padding-bottom: 0;
    }

    .menu-mobile .logged-user-w {
        padding-left: 10px;
    }

    .sub-menu-perfil li {
        list-style: none;
        margin-bottom: 15px;
        padding-left: 30px;
    }

    .sub-menu-perfil li a {
        color: #fff;
        font-size: 16px;
    }

    .sub-menu-perfil li a i {
        margin-right: 10px;
    }

    .top-dash .item {
        margin-top: 20px;
    }

    .top-dash .item h4 {
        font-size: 15px;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .sub-menu-perfil {
        padding-left: 0;
        margin-top: 15px;
    }

    .sub-menu-perfil li {
        padding-left: 0;
        list-style: none;
        margin-bottom: 20px;
    }

    .sub-menu-perfil li a {
        color: #fff;
    }

    .sub-menu-perfil span {
        display: none;
    }

    .sub-menu-perfil i {
        font-size: 40px;
    }

    .associado .menu-mobile.color-scheme-dark {
        background: transparent linear-gradient(270deg, #4b609a 0%, #111e42 100%) 0% 0% no-repeat padding-box;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    body>div.all-wrapper.with-side-panel.solid-bg-all>div.layout-w>div.content-w>div>div>div>div>div:nth-child(n + 9)>div>div>div.card-body>table {
        transform: scale(0.82);
        margin-left: -45px;
    }
}

@media screen and (min-width: 768px) and (max-width: 850px) {
    body>div.all-wrapper.with-side-panel.solid-bg-all>div.layout-w>div.content-w>div>div>div>div>div:nth-child(n + 9)>div>div>div.card-body>table {
        transform: scale(0.82);
        margin-left: -2rem;
    }
}

#modal-alert .modal-header,
#confirmModal .modal-header {
    background: #d28728;
}

#modal-alert .modal-header h4,
#confirmModal .modal-header h4 {
    text-align: center;
    color: #fff;
    display: block;
    width: 100%;
}

#modal-alert .modal-body,
#confirmModal .modal-body {
    font-size: 20px;
    font-weight: 500;
    color: #5a5a5a;
}

.carousel-avatar {
    padding: 0 30px;
}

.carousel-avatar .item {
    position: relative;
    padding: 0 2.5px;
}

.carousel-avatar .item .input-profile-default {
    position: absolute;
    right: 5px;
    top: 5px;
}

.carousel-avatar button.slick-prev {
    left: 0px;
}

.carousel-avatar button.slick-next {
    right: 0px;
}

.carousel-avatar button {
    border: 0;
    position: absolute;
    top: 38%;
    font-size: 32px;
    background: transparent;
    border: 0;
    z-index: 5;
}

.special-border-gray {
    position: relative;
}

.special-border-gray:before {
    width: 10px;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #5a5a5a;
    border-radius: 6px 0 0 6px;
}

.element-wrapper .special-border-gray .element-header {
    border-bottom: 1px solid #5a5a5a;
    font-weight: bold;
    color: #5a5a5a;
}

.element-wrapper .special-border-gray .element-header:after {
    background: #5a5a5a;
    width: 50px;
    height: 7px;
    bottom: -4px;
}

.custom-title-bar-pill {
    background: #e9a71f;
    border-radius: 20px 0 20px 0;
    padding: 10px 25px;
}

.custom-title-bar-pill img {
    max-width: 55px;
    margin-right: 15px;
}

.custom-title-bar-pill h2 {
    line-height: 55px;
    color: #fff;
}

div.all-wrapper.with-side-panel.solid-bg-all>div.layout-w>div.content-w>div.content-i div.element-box.special-border-right div:nth-child(n) div.img-box>img {
    display: none;
}

.btn_publicacao_prob {
    background: #043c5a;
    border-color: #043c5a;
    color: #fff;
    font-weight: 600;
}

.btn_publicacao_prob:hover {
    background: #3c647d;
    color: #fff;
    border-color: #3c647d;
}

/* CARDS */

.item-padrao_card {
    position: relative !important;
    width: 100% !important;
    max-width: 400px !important;
}

.item-padrao_card:hover .box_icons_hover {
    opacity: 1;
}

.box_icons_hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.3s ease;
    background-color: #043c5aa3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    max-height: 400px;
}

.icon_hover {
    color: white;
    font-size: 25px !important;
    margin: 0 10px;
    text-align: center;
}

.img_card_icons {
    display: block;
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
}

div.item-padrao_card>img {
    max-height: 150px;
    min-height: 150px;
    object-fit: cover;
}

.row.noticias .item-padrao_card a.icon_hover {
    background: transparent;
}

#resend-code {
    font-family: "Lato", "Poppins";
}

.box_material {
    background: transparent;
    box-shadow: none;
}

.title_material {
    border-bottom: 1px solid #043c5a;
}

/* Incluindo imagens Materiais - CURSOS */

.file-caption-main .btn+.btn {
    height: 35px;
    border-radius: 0 6px 6px 0;
    background: #043c5a;
    border-color: #043c5a;
    display: flex;
    align-items: center;
    justify-content: center;
}

#extra-forms>div:nth-child(2)>div>div.col-md-5.col-lg-4>div>div.input-group.file-caption-main>div.input-group-btn>a,
#extra-forms>div:nth-child(2)>div>div.col-md-5.col-lg-4>div>div.input-group.file-caption-main>div.input-group-btn>button {
    position: absolute;
    left: 0;
    top: 50px;
    width: auto;
    display: flex;
    align-items: center;
    border-radius: 6px;
    z-index: 99;
}

#extra-forms>div:nth-child(2)>div>div.col-md-5.col-lg-4>div>div.input-group.file-caption-main>div.input-group-btn>button {
    left: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kv-upload-progress .progress {
    margin: 10px 0;
    overflow: hidden;
    display: block;
    position: absolute;
    z-index: 10;
    top: -10px;
    right: 10px;
    min-width: 100px;
}

.btn-info {
    background: #043c5a;
    color: #fff;
    border-color: #043c5a;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    background: #3c647d;
    border-color: #3c647d;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #5a5a5a;
    background-color: #5a5a5a;
}

.custom-switch .custom-control-label::before {
    border-color: #adb5bd !important;
}

.cover {
    background-size: cover !important;
}

.problemas-solucoes .item img,
.cursos-conhecimento .item img {
    width: 395px;
    height: 195px;
    object-fit: cover;
}

select {
    background: rgba(4, 60, 90, 1);
    background: linear-gradient(270deg,
            rgba(4, 60, 90, 1) 20px,
            rgba(255, 255, 255, 0) 20px);
    color: lightgrey !important;
}

option {
    color: #5a5a5a;
}

h1.title-special-search {
    font-size: 24px;
}

.title-special-search.title-special:before {
    top: 16px;
}

.title-special-search.title-special:after {
    width: 100%;
}

body .solid-bg-all .cursos div:nth-child(n)>div>div>img {
    width: 270px;
    height: 250px;
    min-width: 100%;
    object-fit: cover;
}

.dropzone.dz-clickable * img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.categorias-publicacao .item.big img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

body>div.all-wrapper.with-side-panel.solid-bg-all>div.layout-w>div.content-w>div.content-i>div>div>div>div>div:nth-child(n)>div>div.img-box>img {
    width: 480px;
    height: 225px;
    object-fit: cover;
}

body>div.all-wrapper.with-side-panel.solid-bg-all>div.layout-w>div.content-w>div.content-i>div>div>form>div:nth-child(6)>div>div.col-md-3.text-center.align-self-end:nth-child(n),
body>div.all-wrapper.with-side-panel.solid-bg-all>div.layout-w>div.content-w>div.content-i>div>div>div>div>div>div>span.tag,
.top-dash,
body>div.all-wrapper.with-side-panel.solid-bg-all>div.layout-w>div.content-w>div.content-i>div>div.curso>img {
    display: none;
}

body>div.all-wrapper.with-side-panel.solid-bg-all>div.layout-w>div.content-w>div.content-i>div>div>div:nth-child(n)>div:nth-child(n)>div>div.bg-white {
    padding: 3px;
}

/* Banner Eventos Client */

body>div.all-wrapper.with-side-panel.solid-bg-all>div.layout-w>div.content-w>div.content-i>div>div>img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    margin-left: -2rem;
}

/* Banner Eventos */

body>div.all-wrapper.with-side-panel.solid-bg-all>div.layout-w>div.content-w>div.content-i>div>div>h6:after {
    max-height: 0;
}

.banner-noticia {
    height: 450px;
}

/* Cards Serviços */

.item-card {
    margin: 5px 0;
}

.item-padrao_card {
    max-width: unset !important;
}

/* Cards Serviços */

/* Cards Notícias */

.mini-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

#modal-alert>div>div>div.modal-body {
    text-align: center;
}

body>div.all-wrapper.with-side-panel.solid-bg-all>div.layout-w>div.content-w>div.content-i>div>div>div.category-box {
    background: transparent;
    box-shadow: unset;
}

body>div.all-wrapper.with-side-panel.solid-bg-all>div.layout-w>div.content-w>div.content-i>div>div>div>div>div>div.mini-box {
    background: #fff;
    border-radius: 20px 0 20px 0;
    padding-bottom: 20px;
    margin: 10px 0;
    box-shadow: 0px 2px 5px #00000029;
}

body>div.all-wrapper.with-side-panel.solid-bg-all>div.layout-w>div.content-w>div.content-i>div>div>div>div>div>div.mini-box * {
    padding-left: 10px;
    padding-right: 10px;
}

body>div.all-wrapper.with-side-panel.solid-bg-all>div.layout-w>div.content-w>div.content-i>div>div>div>div>div>div.mini-box>div.img-box>img {
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 20px 0 0 0;
}

body>div.all-wrapper.with-side-panel.solid-bg-all>div.layout-w>div.content-w>div.content-i>div>div>div>div>div>div.mini-box>div.img-box {
    padding: 0;
}

body>div.all-wrapper.with-side-panel.solid-bg-all>div.layout-w>div.content-w>div.content-i>div>div>div>div>div>div.mini-box>h5 {
    margin-top: 1rem;
    font-weight: bold;
}

body>div.all-wrapper.with-side-panel.solid-bg-all>div.layout-w>div.content-w>div.content-i>div>div>div>div>div>div.mini-box>a:hover {
    background: #3c647d;
    color: #fff;
    border-color: #3c647d;
}

body>div.all-wrapper.with-side-panel.solid-bg-all>div.layout-w>div.content-w>div.content-i>div>div>div>div>div>div.mini-box>a {
    width: auto;
    height: auto;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-height: 35px;
    max-width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    text-align: center;
    border-radius: 6px;
    background: #043c5a;
    border-color: #043c5a;
    color: #fff;
}

/* Cards Notícias */

.eventos .item-padrao .category-name {
    display: flex;
    justify-content: center;
    align-items: center;
}

body>div.all-wrapper.with-side-panel.solid-bg-all>div.layout-w>div.content-w>div.content-i>div>div>div.noticias>div:nth-child(n + 5),
body>div.all-wrapper.with-side-panel.solid-bg-all>div.layout-w>div.content-w>div.content-i>div>div>div:nth-child(n)>div:nth-child(n)>div.col-12>hr,
.btnIniciarCurso {
    display: none;
}

body>div.all-wrapper.with-side-panel.solid-bg-all>div.layout-w>div.content-w>div.content-i>div>div>div>div>div>div>div.col-md-6.checked {
    text-align: center;
}

#labelCienteCurso {
    display: contents;
}

.liTerms {
    margin-top: 16px;
    cursor: pointer;
}

/* Notificação */
div.notification>div:nth-child(n)>div>div.col-md-1.align-self-center>img {
    min-width: 60px;
    min-height: 60px;
    object-fit: cover;
}

/* Dash admin */

.dashboard .course-info a {
    display: none;
}

.dashboard .border-blue-right {
    border-right: 5px solid #e6e6e6;
}

body>div.all-wrapper.with-side-panel.solid-bg-all>div.layout-w>div.content-w>div.content-i>div>div.dashboard>div:nth-child(n)>div>div>div>div .text-white {
    cursor: pointer;
    margin: 0;
    font-size: 25px;
}

.row .item-padrao h3 {
    height: 48px !important;
}

body>div.all-wrapper.with-side-panel.solid-bg-all>div.layout-w>div.content-w>div.content-i>div>div.dashboard>div:nth-child(n)>div>div>div>div>span {
    background: rgb(18, 18, 18);
    background: linear-gradient(0deg,
            rgba(18, 18, 18, 1) 0%,
            rgba(51, 51, 51, 1) 100%);
    border: none !important;
}

.title-special1 {
    padding-left: 30px;
    font-size: 16px;
    font-weight: 900;
    color: #3c647d;
    position: relative;
    line-height: 200%;
    margin-bottom: 15px;
    font-size: 26px;
}

.title-special1:before {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #3c647d;
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 18px;
}

.title-special1:after {
    width: calc(100% - 30px);
    height: 1px;
    background: #3c647d;
    bottom: 0;
    right: 0;
    position: absolute;
    display: block;
    content: "";
}

.box_counter {
    border-radius: 20px;
    padding: 25px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.box_counter:hover>.icon_card_count {
    background: whitesmoke !important;
    -webkit-transition: all 0.5s ease;
    border-bottom: 2px solid #aaa5a5;
    border-left: 2px solid #aaa5a5;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.box_counter:hover>.icon_card_count>.icon_card_count_img {
    filter: brightness(0.5) !important;
}

.number-count {
    font-size: 40px;
    background: rgb(18, 18, 18);
    background: linear-gradient(0deg,
            rgba(18, 18, 18, 1) 0%,
            rgba(51, 51, 51, 1) 100%);
    color: #fff;
    padding: 5px 25px;
    border-radius: 20px;
    margin-top: 10px;
    margin-left: 10px;
}

.font-count {
    font-size: 16px;
    margin-left: 15px;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.icon_card_count {
    position: absolute;
    top: 0;
    right: 0;
    background: #aaa5a5;
    padding: 10px;
    border: transparent 2px solid;
    border-radius: 0 0 0 50%;
    display: inline-flex;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.icon_card_count_img {
    height: 20px;
    width: 20px;
    object-fit: contain;
}

.box_counter.element-box.special-border-right {
    background: url(https://homolog.academiadenegociosbunge.com.br/images/linha-vertical.png) whitesmoke left top repeat-y;
    border-radius: 16px 0 16px 0;
    box-shadow: 3px 3px 3px grey;
    min-width: 170px;
}

.count_contact {
    background: #5aa546 !important;
}

.count_services {
    background: #8c4799 !important;
}

.count_events {
    background: #3c647d !important;
}

.count_news {
    background: #642d55 !important;
}

.count_tranings {
    background: #e6aa23 !important;
}

.count_solution {
    background: #5a5a5a !important;
}

.count_faq {
    background: #043c5a !important;
}

/* Dash admin - FIM */

.erro {
    max-width: 895px;
    padding: 60px 0 75px 450px;
    margin: 0 auto;
}

.erro404 {
    background: url(../images/bg-404.png) left top no-repeat;
}

.erro500 {
    background: url(../images/bg-500.png) left top no-repeat;
}

.erro h2 {
    font-size: 200px;
    font-weight: bold;
    color: #213b82;
}

.erro h3 {
    font-size: 50px;
    font-weight: bold;
    color: #213b82;
}

.erro p {
    color: #667587;
    font-size: 20px;
    font-weight: bold;
    max-width: 538px;
}

.erro .btn {
    max-width: 200px;
}

/* Ajuste inputs */
#data-table-customers_filter>label>input[type="search"],
#data-table-customers_length>label>select,
#the-data-table_length>label>select,
#the-data-table_filter>label>input[type="search"],
#data-table-associates_length>label>select,
#data-table-associates_filter>label>input[type="search"] {
    height: calc(1.7rem + 4px);
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
    line-height: 1.5;
    border-radius: 4px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #5a5a5a;
}

#data-table-customers_length,
#the-data-table_length,
#data-table-associates_length {
    position: absolute;
}

.logo {
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
}

/** Admin - Regulamento  */
.modal_filter_page {
    align-items: center;
    background: #ff245c;
    bottom: 0;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    padding: 0 20px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
}

.modal_page {
    background: #fff;
    border-radius: 16px;
    height: max-content;
    left: 0;
    max-height: 800px;
    max-width: 925px;
    overflow: hidden;
    padding: 20px;
    position: relative;
}

.modal_page h2 {
    font-size: 26px;
    font-weight: bold;
}

.modal_page .indication_title {
    font-size: 38px;
    font-weight: bold;
}

/* .modal_page p.modal_p {
    background: #92B6C614;
    padding: 20px 30px;
    max-height: 500px;
    overflow: auto;
}

.modal_page p.modal_p::-webkit-scrollbar {
    width: 20px;
}

.modal_page p.modal_p::-webkit-scrollbar-track {
    background: #92B6C65C;
}

.modal_page p.modal_p::-webkit-scrollbar-thumb {
    background: rgb(0, 123, 255);
    background: linear-gradient(180deg, rgba(0, 123, 255, 1) 39%, rgba(255, 255, 255, 1) 39%, rgba(255, 255, 255, 1) 41%, rgba(0, 123, 255, 1) 41%, rgba(0, 123, 255, 1) 49%, rgba(255, 255, 255, 1) 49%, rgba(255, 255, 255, 1) 51%, rgba(0, 123, 255, 1) 51%, rgba(0, 123, 255, 1) 59%, rgba(255, 255, 255, 1) 59%, rgba(255, 255, 255, 1) 61%, rgba(0, 123, 255, 1) 61%);
    border-radius: 10px;
    border: 3px solid #007bff;
} */

.modal_page .modal_close {
    align-items: center;
    color: #ff245c;
    display: flex;
    font-size: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    z-index: 10;
}

#close_modal {
    cursor: pointer;
}

#close_modal:hover {
    color: var(--red);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn-indication {
    border-radius: 50vw;
    border: 0;
    box-shadow: inset 0px 3px 6px #00000029;
    font-size: 18px;
    font-weight: 500;
    height: auto;
    max-width: 600px;
    padding: 5px 20px !important;
}

.modal_page .card-header {
    color: var(--blue) !important;
    text-transform: initial !important;
    font-size: 16px;
}

.modal_page div.card-header::after {
    display: none;
}

#indication_link {
    border-radius: 50vw 0 0 50vw;
    border: 1px solid #ff245c;
    background: #fff !important;
    height: 48px;
    padding: 1.6rem 1.75rem;
}

#indication_link_describe {
    background-color: var(--blue);
    border-radius: 0 50vw 50vw 0 !important;
    padding: 0.75rem 0.75rem;
}

#indication_link_describe:hover {
    background-color: ;
}

.icon_gift {
    padding: 30px;
}

.modal_page .card-body button {
    background: var(--blue);
    border-radius: 0 !important;
    color: var(--white);
}

.modal_page .card-body button:not(:first-of-type) {
    margin-left: 22px;
}

.modal_page .card-body button svg {
    height: 25px;
    width: 25px;
}

.modal_page .card-body button:hover {
    color: var(--red);
}

.modal_indication {
    max-width: 643px !important;
}

.modal_indication div.card-body>p {
    color: var(--blue) !important;
    font-weight: 900 !important;
}

/** Modal Politica de Privacidade **/
.modal_politica-privacidade {
    max-width: 925px;
    width: 100%;
}

.modal_politica-privacidade h2 {
    border: 0;
    color: var(--blue);
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -0.26px;
    line-height: 42px;
}

.modal_politica-privacidade h2::after {
    display: none;
}

.modal_politica-privacidade p {
    color: var(--darken);
    font-size: 14px;
    line-height: 19px;
}

.top-bar-dashboard {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}

body.menu-position-side .layout-w {
    margin-top: 65px;
}

.card_tips {
    display: flex !important;
    flex-direction: initial !important;
}

.grid2.order-2 div.card-body>table>tbody>tr:nth-child(n + 4) {
    display: none;
}

@media (max-width: 1250px) {
    .top-bar-dashboard__selects {
        min-width: 100%;
    }
}

@media (max-width: 991.8px) {
    .erro404 {
        background-size: contain;
        padding-left: 335px;
    }

    .erro500 {
        background-size: contain;
    }

    .erro500 h2 {
        font-size: 150px;
    }

    .erro .btn+.btn {
        margin-left: 0;
        margin-top: 20px;
    }

    .btn_indicar {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        min-height: 60px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        box-shadow: none !important;
        border-radius: 0 !important;
        border: none !important;
        margin: 0 !important;
    }

    .footer {
        padding-bottom: 60px !important;
    }

    .grid_row {
        display: flex;
    }

    .grid_row .card--rounded .card-body h5 {
        font-size: 14px !important;
    }

    .top-bar-dashboard {
        position: relative;
        width: 100%;
        z-index: 10000;
    }

    body.menu-position-side .layout-w {
        margin-top: 0;
    }
}

@media (max-width: 767.8px) {
    .erro404 {
        padding-left: 165px;
    }

    .erro500 {
        padding-left: 0;
        padding-top: 350px;
    }

    .erro h2 {
        font-size: 90px;
    }

    .erro h3 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .item-padrao img {
        width: 100%;
    }

    body>div.all-wrapper.with-side-panel.solid-bg-all>div.layout-w>div.content-w>div.content-i>div>div>img {
        margin-left: -1rem;
    }

    body>div.all-wrapper.with-side-panel.solid-bg-all>div.layout-w>div.content-w>div.content-i>div>div>div>div>div:nth-child(n)>div>div.img-box>img {
        width: 100%;
    }

    body>div.all-wrapper.with-side-panel.solid-bg-all>div.layout-w>div.content-w>div.content-i>div>div>div>div>div.column1>div.mini-box>div.img-box>img {
        width: 100vw;
    }

    .box_counter {
        border-radius: 0 !important;
    }

    #data-table-customers_length {
        position: unset;
    }

    .modal_page .indication_title {
        font-size: 26px;
    }

    .icon_gift {
        padding: 10px;
    }

    .btn-indication {
        font-size: 20px;
        line-height: 1.2;
    }

    .modal_indication {
        padding: 10px;
    }

    .modal_page div.card-body {
        padding: 0;
    }

    .modal_page div.card-body p {
        font-size: 12px;
    }

    .btn-indication {
        padding: 10px 20px !important;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: space-between;
    }

    .card div.dataTables_paginate ul.pagination .page-link {
        min-width: 40px;
        min-height: 40px;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .top-bar-dashboard__selects {
        min-width: 100%;
    }

    .title_respon {
        width: 100% !important;
        max-width: 100% !important;
    }

    .table .row-actions a {
        width: unset;
    }
}

@media (max-width: 464px) {
    .top-bar .bg-blue {
        display: none;
    }

    .logo {
        margin: 7.5px 0;
    }

    .btn-indication {
        font-size: 16px;
    }

    #main_datatable_paginate>ul>li:nth-child(n + 2) {
        display: none;
    }

    #main_datatable_paginate>ul>li:last-child {
        display: block;
    }

    #main_datatable_info {
        font-size: 10px;
    }

    div.dataTables_wrapper div.dataTables_filter label {
        display: flex;
        flex-direction: column;
    }

    .title_respon {
        width: 100% !important;
        max-width: 100% !important;
    }

    .top-bar-dashboard__selects--sm select {
        padding: 7px 75px 7px 22px !important;
    }
}

/** Custom Modal **/
.modal button.close {
    color: var(--blue);
    opacity: 1;
}

.modal button.close:hover {
    color: var(--red);
}

.modal .modal-footer .btn-default {
    max-width: 170px;
}

#modal-alert .modal-header,
#confirmModal .modal-header {
    background: #e4002b !important;
}

/** Icones Tabelas **/

svg[data-icon="trash-can"] {
    color: var(--red);
    height: 1.2em !important;
    width: auto !important;
}

.table-responsive svg[data-icon]:hover {
    color: var(--blue-light);
}

/** Editor de Textos **/
.cke_chrome {
    width: 100% !important;
}

/** Custom SubMenu Desktop **/

.menu-w.sub-menu-style-over .sub-menu-w {
    padding-bottom: 8px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.menu-w.sub-menu-style-over .sub-menu-w .sub-menu-header {
    font-family: "Open Sans", sans-serif !important;
    font-size: 25px !important;
    margin-bottom: 0 !important;
    padding: 5px 30px !important;
}

.menu-w.sub-menu-style-over .sub-menu-w .sub-menu-i>ul>li>a {
    padding: 10px 0 !important;
    font-size: 16px !important;
}

.menu-w.sub-menu-style-over .sub-menu-w .sub-menu-i>ul>li>a::before {
    display: none !important;
}

.menu-w ul.sub-menu li a:hover {
    -webkit-transform: translateX(5px) !important;
    transform: translateX(5px) !important;
}

.btn-info {
    border-radius: 50vw !important;
    padding: 10px 25px !important;
}

.title__page-dashboard:after {
    background-color: #ff245c !important;
}

.card_indi {
    max-width: 23.5% !important;
    flex: 23.5% !important;
}

#search-general,
#main_datatable_filter>label>input {
    border-radius: 50vw;
    border: 1px solid var(--gray-light);
    /* height: 35px; */
}

.grecaptcha-badge {
    display: none !important;
}

.loader {
    border: 10px solid #ff245c;
    border-top: 10px solid #f3f3f3;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    animation: spin 2s linear infinite;
    position: absolute;
    opacity: 0;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Blur graphics */
#enrollment_chart {
    filter: blur(2px);
}

.construct_graphic:before {
    content: "Gráfico em construção";
    background: red;
    width: 250px;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-content: center;
    border-radius: 50vw;
    color: #fff;
    background: var(--red);
    padding-top: 7px;
}

.menu-min.menu-position-side.menu-w.menu-layout-mini {
    max-width: 80px;
}

.login-cadastro input[type="text"],
.login-cadastro input[type="email"],
.login-cadastro input[type="tel"] {
    border-radius: 100px;
    border: 1px solid var(--gray-light);
    box-shadow: none;
    outline: 0;
    padding: 5px 18px 10px;
    width: 100%;
}

.loader {
    border: 10px solid #ff245c;
    border-top: 10px solid #f3f3f3;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    animation: spin 2s linear infinite;
    position: absolute;
    opacity: 0;
}

div.botao-mini {
    position: absolute;
    left: 100%;
    top: 100px;
    z-index: 100;
    border-radius: 0px 5px 5px 0px !important;
    background-color: #fff;
    width: min-content;
}

.botao-mini .btn {
    padding: 5px;
}

.unpage.menu-position-side .layout-w,
.unpage .content-i {
    justify-content: center;
    width: 100%;
}

.unpage>div.all-wrapper.with-side-panel.solid-bg-all>div.layout-w>div.content-w>div>div>div {
    background: whitesmoke;
    padding: 15px;
    border-radius: 16px;
    border: 1px solid var(--gray-light);
    overflow: scroll;
    max-height: 75vh;
}

.unpage .breadcrumb li:last-child {
    padding: 5px 15px;
    color: #fff !important;
    background: var(--red);
    border-radius: 50vw;
}

.unpage>div.all-wrapper.with-side-panel.solid-bg-all>div.layout-w>div.content-w>div>div>div::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.unpage>div.all-wrapper.with-side-panel.solid-bg-all>div.layout-w>div.content-w>div>div>div::-webkit-scrollbar-track {
    background: transparent;
    margin: 50px 0;
}

.unpage>div.all-wrapper.with-side-panel.solid-bg-all>div.layout-w>div.content-w>div>div>div::-webkit-scrollbar-thumb {
    background: #888;
}

.unpage>div.all-wrapper.with-side-panel.solid-bg-all>div.layout-w>div.content-w>div>div>div::-webkit-scrollbar-thumb:hover {
    background: #555;
}

body>div.all-wrapper.with-side-panel.solid-bg-all>div.layout-w>.menu-min>ul>li {
    padding: 0 !important;
}

body>div.all-wrapper.with-side-panel.solid-bg-all>div.layout-w>.menu-min li>a {
    padding: 10px 0;
}

div.botao-mini svg {
    color: var(--red);
}

.menu-min body>ul>li {
    padding: 0 !important;
}

.menu-w.menu-layout-mini .logged-user-w.avatar-inline .logged-user-i {
    padding-left: 8px;
}

#ui-datepicker-div>div.ui-datepicker-buttonpane.ui-widget-content>button.ui-datepicker-current.ui-state-default.ui-priority-secondary.ui-corner-all {
    display: none;
}

#ui-datepicker-div .ui-widget-header>a:hover {
    border: none !important;
    cursor: pointer;
}

#ui-datepicker-div .ui-widget-header>a:hover>* {
    filter: brightness(100) !important;
}

#ui-datepicker-div .ui-widget-header>a {
    background: var(--red) !important;
    border-radius: 50vw;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    background: var(--blue);
    color: #fff;
}

.ui-datepicker .ui-datepicker-buttonpane button:hover {
    border: 1px transparent solid !important;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btn-info {
    border-radius: 50vw !important;
    padding: 10px 25px !important;
}

.title__page-dashboard:after {
    background-color: #ff245c !important;
}

.card_indi {
    max-width: 23.85% !important;
    flex: 23.85% !important;
}

.footer_menu li:not(:last-of-type):after {
    color: var(--red);
    content: "|";
    display: inline-block;
    margin-left: 15px;
}

header .abrirMenu.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-10px, 6px);
    transform: rotate(-45deg) translate(-10px, 6px);
}

header .abrirMenu.change .bar2 {
    opacity: 0;
}

header .abrirMenu.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-10px, -7px);
    transform: rotate(45deg) translate(-10px, -7px);
}

#wrapper>footer>div>div>div.col-lg-3.footer_logo.align-self-center>a>img {
    padding-left: 5px;
}

#accordionExample {
    max-width: 710px;
    margin: auto;
}

.accordion-header>button>b {
    font-size: 18px;
}

header .abrirMenu div {
    width: 39px;
    height: 4px;
    background-color: #fff;
    margin: 8px 0;
    transition: 0.4s;
    border-radius: 10px;
}

.menu-max {
    animation: slider-max 0.3s;
}

.menu-min {
    animation: slider-min 0.3s;
}

.accordion-header>button>i.arrows {
    display: none;
}

.accordion .accordion-item .accordion-header .accordion-button::after {
    filter: brightness(200);
}

.accordion-item:nth-child(n) .accordion-button {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
    border-radius: 5px !important;
}

.accordion-button {
    background: #ff245c !important;
}

.menu-w.color-scheme-dark ul.main-menu>li>a {
    text-decoration: none;
}

.btn_dash {
    background: #ff245c;
    color: #fff;
    border-radius: 50vw;
}

.btn_pedido {
    background: #e4002b;
    color: #fff;
    border-radius: 50vw;
}

.btn_indicar {
    background: #FF245C;
    color: #fff;
    border-radius: 50vw;
    font-weight: bold;
    margin-right: 1.9rem;
    border: 2px #FF245C solid;
    box-shadow: 0px 0px 6px #ffcbcb;
    min-width: 250px;
    justify-content: center;
}

.banner-for-desktop,
.banner-for-mobile {
    margin-bottom: 1rem;
}

#modal-alert {
    z-index: 10000;
}

.btn_indicar>div {
    justify-content: center;
}

.btn_indicar svg {
    fill: #fff;
    max-height: 25px;
}

.menu-w .logged-user-menu ul li a {
    color: #fff !important;
}

.btn_indicar:hover {
    color: #fff;
    background: #45494C;
    border: 2px solid #45494C;
    text-decoration: none;
}

.border_order {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.swiper {
    width: 100%;
    max-height: 244px;
    margin-bottom: 15px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    margin-bottom: 15px;
    display: block;
    width: 100%;
    height: 100%;
}

@keyframes slider-max {
    from {
        transform: translateX(-150px);
    }

    to {
        transform: translateX(0px);
    }
}

@keyframes slider-min {
    from {
        transform: translateX(150px);
    }

    to {
        transform: translateX(0px);
    }
}

@keyframes aumento-tela {
    from {
        transform: translateX(150px);
    }

    to {
        transform: translateX(0px);
    }
}

@keyframes diminui-tela {
    from {
        transform: translateX(-150px);
    }

    to {
        transform: translateX(0px);
    }
}

@keyframes fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        display: none;
    }
}


#partners-list {
    gap: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 23px;
}

.partner-card {
    max-width: 235px;
    width: 100%;
}

#partners-list .partner-card .card-title,
#partners-list .partner-card .card-description {
    font-size: 15px;
}

#partners-list .partner-card .card-title {
    min-height: 30px;
}

.cardParceiro {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 15px;

    background: grey;
}

.listCategorias {
    gap: 20px;
    margin-bottom: 65px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -10px;
}

.listCategorias .boxImage {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;

    background: grey;
}

.listCategorias .boxImage img {
    object-fit: cover;
    border-radius: 8px;
    height: 100%;
    width: 100%;
}

.listCategorias .cardCategorias {
    width: 80px;
    height: 80px;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
}

.cardBeneficios {
    border: 1px solid #000 !important;
    border-radius: 15px !important;
    height: 400px;
}

.cardBeneficios img {
    border-radius: 20px;
    padding: 5px 10px;
    height: 250px;
}

.menu-w ul.main-menu>li>a img {
    filter: invert(100%) brightness(1000%);
}

.menu-w ul.main-menu>li>a:hover img {
    filter: invert(100%) brightness(1000%);
}

.menu-w.menu-layout-compact ul.main-menu>li img {
    height: 18px;
    width: 20px;
}

@media (max-width: 600px) {
    #partners-list {
        justify-content: center;
    }
}