body.active {
    overflow: hidden;
}

html,
body {
    background-color: var(--primary-color);
    overflow-x: hidden;
    font-family: "Montserrat";
    font-weight: 700;
    color: #343233;
}

#body-conten {
    width: 100%;
    background: #fff;
    min-height: 100vh;
    display: block;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

.wrapper {
    max-width: 1440px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    height: 100%;
    width: calc(100% - 40px);
}

.contaner-content {
    display: flex !important;
    flex-wrap: wrap !important;
}

.item .contaner-content.align {}

.contaner-content.align {
    display: flex;
    align-items: center;
}

.cls-1 {
    filter: none;
}

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

.owl-stage-outer,
.owl-stage {
    display: flex;
}

.owl-nav {
    display: none;
}

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-dots .owl-dot {
    border: 1px solid #fff;
    width: 12px;
    height: 14px;
    display: block;
    background: unset;
    border-radius: 50%;
    outline: none;
    margin-left: 6px;
}

.owl-dots .owl-dot.active {
    background: #fff;
}

.all-content {
    width: calc(100% - 250px);
    position: relative;
}

#body-conten {
    display: flex;
    justify-content: center;
    background: #F5F6FA;
}

#body-conten .content-page {
    max-width: 1440px;
    width: calc(100% - 100px);
    overflow: hidden;
}

.menu-main {
    background: #6B6B6D;
    display: block;
    padding: 20px 0;
    width: 100%;
    max-width: 250px;
}

.menu-main .logo {
    display: flex;
    justify-content: center;
}

.menu-main .logo svg {
    display: block;
    width: 100%;
    max-width: 150px;
}

.menu-main .logo svg path,
.menu-main .logo svg rect {
    fill: #fff;
}

.menu-main .itens-list {
    margin-top: 17px;
}

.menu-main .itens-list .item {
    margin-top: 3px;
}

.menu-main .itens-list .item .icon {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    color: #fff;
}

.menu-main .itens-list .item .icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.menu-main .itens-list .item a {
    text-decoration: none;
}

.menu-main .itens-list .item .title {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    background: #939496;
    padding: 25px 23px;
    width: 100%;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.menu-main .itens-list .item .list {
    margin: 0 auto;
    max-height: 0;
    overflow: hidden;
    display: block;
    width: 100%;
    max-width: 150px;
    transition: all 1s ease;
}

.menu-main .itens-list .item.active .list {
    max-height: 1000px;
    margin: 20px auto;
}

.menu-main .itens-list .item .list .item-list {
    display: block;
    width: 100%;
    border-bottom: 1px solid #fff;
}

.menu-main .itens-list .item .list .item-list a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
}

.header {
    justify-content: end;
    align-items: center;
    margin: 0 auto;
    width: calc(100% - 100px);
    max-width: 1440px;
    top: 0;
    background: #fff;
}

.header .open-menu {
    display: none;
}

.header .notifications {
    justify-content: end;
    padding: 10px 20px;
}

.header .notifications svg path {
    filter: none;
}

.header .profile {
    width: calc(20% - 17px);
    border: 1px solid #939496;
    border-top: none;
    border-bottom: none;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 500;
    color: #6B6B6D;
    text-decoration: none;
}

.header .profile .imagem {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 20px;
}

.header .profile .imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s ease;
}

.header .profile:hover .imagem img {
    transform: scale(1.1);
}

.header .close-buttom {
    width: calc(15% - 40px);
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    color: #6B6B6D;
    text-decoration: none;
}

.header .close-buttom .icon {
    margin-right: 15px;
}

.header .close-buttom .icon svg path {
    fill: #6B6B6D;
    filter: none;
}

.header .screen {
    margin-right: auto;
    font-size: 20px;
    text-transform: uppercase;
    color: #6B6B6D;
    font-weight: 700;
}

.header .screen svg {
    margin-right: 10px;
    width: 25px;
}

.header .screen svg path {
    fill: #6B6B6D;
    filter: none;
}

.header form input {
    padding: 5px;
    border-radius: 7px;
    border: 1px solid #6B6B6D;
    text-transform: uppercase;
}

.header form input::placeholder {
    font-weight: 600;
}

.img-suspended {
    width: 100%;
    max-width: 700px;
}


/* Standard classes for forms */

a {
    text-decoration: none !important;
}

.btn-system-default {
    max-width: 200px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 35px;
    color: #ffffff !important;
    font-size: 18px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.8s ease;
    border: none !important;
    outline: none !important;
    font-weight: 700;
    text-align: center;
    display: block;
}

.btn-system-default:hover {
    outline: none;
}

.btn-system-success {
    background-color: #3DBF3D;
}

.btn-system-success:hover {
    background-color: #008000;
}

.btn-system-update {
    background-color: #007bff !important;
}

.btn-system-cancel {
    background-color: #ff091b;
}

.btn-system-filter {
    background-color: #10bdc8;
}

.btn-system-reset {
    background-color: #939496;
}

.btn-system-edit {
    background-color: #939496;
    color: #fff;
}

.btn-system-edit {
    background-color: #939496;
    width: auto;
    max-width: 142px;
}

.btn-system-edit>a {
    color: #fff;
}

.btn-system-eye>a>svg {
    width: 40px;
    height: auto;
}

.input-select-default-system {
    margin-top: 5px;
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid #707070;
    outline: none;
}

.input-date-default-system {
    margin-top: 5px;
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #707070;
    outline: none;
}

.input-text-area-default {
    width: 39%;
    border-radius: 8px;
    overflow-y: scroll;
    height: 150px;
    outline: none;
}

.mensagem-expiracao {
    width: 100%;
    max-width: 700px;
    border: 1px solid #727376;
    border-radius: 5px;
    margin: 0 auto;
}

.mensagem-expiracao-conteudo {
    padding: 30px;
    width: 100%;
    max-width: 700px;
    text-align: center;
    color: #727376;
}

.mensagem-expiracao>a {
    margin-left: 5px;
    color: #727376;
    font-weight: normal;
    text-decoration: none;
}

.mensagem-expiracao>a:hover {
    color: #383839;
}

.relative {
    position: relative;
}

.return-icon {
    width: 30px;
    color: #6B6B6D;
}

.input-file-default {
    display: flex;
}

.label-input-file-default {
    padding: 8px;
    border-radius: 15px;
    border: 1px solid #6b6b6d;
    margin: 5px;
    overflow: hidden;
    color: #6B6B6D;
}

.input-file-button-system {
    width: 148px;
    min-width: 148px;
    height: 26px;
    background-color: #e5e5e5;
    border: 1px solid #6B6B6D;
    /* padding-left    : 5px;
    padding-right   : 5px; */
    padding: 3px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 0.8rem;
}

.label-input-file-default span {
    margin-top: 3px;
    font-size: 0.9rem;
}

.input-file-button-system:hover {
    background-color: #C0C0C0;
}


/* ALERT-DEFAULT-SYSTEM */

#wrapper-alert-system {
    width: 100% !important;
    /* display        : flex !important; */
    justify-content: center !important;
}

#alert-default-system {
    width: 93% !important;
    margin-top: 30px !important;
    margin-bottom: initial !important;
}


/*===============================*/


/* loading dots */


/*===============================*/

.loading:after {
    content: ' .';
    animation: dots 1s steps(5, end) infinite;
}

@keyframes dots {
    0%,
    20% {
        color: rgba(0, 0, 0, 0);
        text-shadow: .25em 0 0 rgba(0, 0, 0, 0), .5em 0 0 rgba(0, 0, 0, 0);
    }
    40% {
        color: white;
        text-shadow: .25em 0 0 rgba(0, 0, 0, 0), .5em 0 0 rgba(0, 0, 0, 0);
    }
    60% {
        text-shadow: .25em 0 0 white, .5em 0 0 rgba(0, 0, 0, 0);
    }
    80%,
    100% {
        text-shadow: .25em 0 0 white, .5em 0 0 white;
    }
}


/*===============================*/


/* loading dots */


/*===============================*/

.inputs {
    display: flex;
}

.inputs input {
    width: 93% !important;
}

.inputs .obrigatorio {
    color: red;
}

.button-listing-include {
    max-width: 260px !important;
}


/*===============================*/


/* listing dashboard */


/*===============================*/

.links-home {
    color: #939496;
    font-size: 15px;
    margin-bottom: 0px;
}

.links-home:hover {
    color: #007bff;
    text-decoration: underline;
    margin-bottom: 0px;
}

.svg-home path {
    fill: #939496 !important;
}

.svg-home:hover path {
    fill: #007bff !important;
}

.aviso-formulario {
    font-weight: normal;
    color: #ff091b;
    padding-left: 8px;
}