/*Login*/

.login-site {
    position: relative;
    background: url(../../../images/background-login.jpg) #e6e6e6;
    background-size: cover;
    background-position: bottom;
    padding: 50px 0 90px 0;
    display: flex;
    align-items: center;
    background-repeat: repeat no-repeat;
    height: 100vh;
}

form > div > div > div > div.col-md-6.text-center.align-self-start {
    border-left: white 3px solid;
    padding-bottom: 100px;
}

.--blue_theme_bg {
    background: #043c5a !important;
}

.--blue_theme {
    color: #043c5a !important;
}

.login-site hr.--blue_theme_bg {
    height: 1px;
    margin: 12px 0 20px 0;
}

p b {
    font-weight: bold;
}

table.dataTable thead > tr > th.sorting {
    padding-left: 0.75rem;
}

.table td.row-actions {
    font-size: 20px;
}

.table-responsive table {
    border-bottom: 20px solid #fff;
}

/*
.login-site:before {
    background: url(../images/young-woman-pharmacist.jpg) right top no-repeat;
    width: 50%;
    height: 100%;
    content: '';
    display: block;
    z-index: 1;
    position: absolute;
    right: 0;
    background-size: cover;
    top: 0;
} */

.login-site .container-fluid {
    position: relative;
    z-index: 2;
}

.login-site .box-login {
    max-width: 405px;
    margin: 0 auto;
}

.login-site .btn-cadastrar {
    box-shadow: 0px 0px 6px #0000004d;
    width: 300px;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 15px;
    border-radius: 4px;
    font-family: "Lato", "Poppins";
    font-weight: bold;
}

.login-site .acessar {
    box-shadow: 0px 0px 6px #00000029;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: 20px 0;
    color: #fff;
    font-size: 15px;
    border-radius: 4px;
    text-align: center;
    font-family: "Lato", "Poppins";
    font-weight: bold;
}

.login-site .recaptcha {
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 300;
}

.login-site img {
    margin-bottom: 20px;
    /* width: 24.5%; */
    width: 255px;
}

.login-site h2 {
    color: #fff;
    font-size: 28px;
    /*     font-family: "Lato"; */
    font-weight: bold;
    margin-bottom: 0 !important;
}

.login-site p {
    color: #fff;
    margin-bottom: 30px;
}

.login-site .text-center h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 28px !important;
}

.login-site .form-control {
    border-color: #707070;
    height: 40px;
    line-height: 40px;
}

.login-codigo {
    /* background-image: url(../images/bg-login.png); */
    background-image: url(../images/bg-login.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    padding: 10% 0;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.login-codigo hr {
    max-width: 330px;
    width: 90%;
    margin-left: 28px;
}

.box-title {
    display: flex !important;
}

.box-title h5 {
    font-weight: 900;
}

.login-codigo .box-senha {
    height: 100%;
    max-width: 420px;
    margin-right: auto;
    padding: 50px 30px;
    background: #fff;
    box-shadow: 0px 2px 5px #00000029;
    border-radius: 5px;
    /* background-image: url(../../../images/linha-vertical.png); */
    background-repeat: repeat-y;
}

.login-codigo.confirm-register .box-senha {
    max-width: 100% !important;
}

.login-codigo a.data_cnpj {
    color: var(--info);
    text-decoration: underline;
    font-size: 12px;
    margin-left: 15px;
}

.confirm-register {
    background-image: unset;
}

#resend-code {
    color: #213b82;
    font-weight: 900;
    font-family: "Lato";
    text-decoration: none;
    border: none;
    background-color: transparent;
}

.login-codigo img {
    margin-bottom: 20px;
}

.login-codigo .form-control {
    height: 40px;
    line-height: 38px;
    border: 1px solid #3e3e3e;
    margin-bottom: 10px;
}

.login-codigo a {
    color: #213b82;
    font-size: 16px;
    font-weight: 400;
}

.login-codigo .btn-confirmar {
    font-family: "Lato", "Poppins";
    background: var(--unnamed-color-043c5a) 0% 0% no-repeat padding-box;
    background: #043c5a 0% 0% no-repeat padding-box;
    border-radius: 6px;
    height: 40px;
    line-height: 40px;
    display: block;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    text-align: center;
    width: 100%;
    border: 0;
}

.code-send {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#cad_buttons {
    margin-bottom: 10px;
}

#cad_buttons > a,
#form-doregister-customer > div:nth-child(10) > button {
    background-color: #e6aa23 !important;
    font-weight: 700;
}

#form-informe-cnpj > div > div.col-12.text-center > a {
    font-weight: 700;
}

.box__login--info {
    background-image: url(../images/bg__login.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #98bc26;
    padding: 50px 30px;
    border-radius: 5px;
    height: 100%;
    max-width: 420px;
    margin-left: auto;
    display: flex;
    align-items: end;
    box-shadow: 0px 2px 5px #00000029;
}

.box__login--info h2 {
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 0;
}

.box__login--info h2 span {
    color: #043c5a;
    font-weight: 700;
}

.box__login--btn {
    max-width: 420px;
    margin-left: auto;
}

#form-informe-cnpj > div:nth-child(2) > p {
    color: #043c5a;
}

.cadastro__vindo {
    font-size: 28px;
}

.cadastro__faca {
    font-weight: 500;
    font-size: 36px;
    margin-top: 1rem;
}

@media (max-height: 600px) {
    .login-site {
        background-size: contain;
    }

    .login-site img {
        width: 10vw;
    }
}

@media (max-width: 767.8px) {
    .login-site {
        padding: 100px 0;
        height: auto;
    }

    .login-site:before {
        width: 100%;
        bottom: 0;
        background-position: center top;
        height: 300px;
        top: initial;
    }

    form > div > div > div > div.col-md-6.text-center.align-self-start {
        border-left: unset;
        padding-bottom: 100px;
    }

    /* .login-site .text-center h2 {
        margin-top: 100px;
    } */

    .login-site .btn-cadastrar {
        width: 100%;
        max-width: 405px;
    }
}

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

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

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

.title-blue {
    color: #469fff;
}

.btn {
    font-size: 16px;
}

.btn.danger {
    color: red;
}

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

.btn.btn-gray {
    background: #667587;
    color: #fff;
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
}

.btn.btn-next {
    background: #71c21a;
    color: #fff;
    font-size: 16px;
    width: 100%;
}

.btn.btn-salvar {
    box-shadow: 0px 0px 6px #00000029;
    background: transparent linear-gradient(99deg, #00cc51 0%, #75c36f 100%) 0%
        0% no-repeat padding-box;
    color: #fff;
    width: 100%;
    border: 0;
    border-radius: 4px;
}

.btn.btn-aprovar {
    box-shadow: 0px 0px 6px #00000029;
    background: transparent linear-gradient(98deg, #005bab 0%, #213b82 100%) 0%
        0% no-repeat padding-box;
    color: #fff;
    width: 100%;
    border: 0;
    border-radius: 4px;
}

.btn.btn-cancelar {
    box-shadow: 0px 0px 6px #00000029;
    background: #fff;
    color: #667587;
    width: 100%;
    border: 1px solid #667587;
    border-radius: 4px;
}

.btn.btn-adicionar {
    background: #fff;
    color: #3e3e3e;
    width: 100%;
    border: 2px solid #3e3e3e;
    border-radius: 4px;
}

.btn.btn-editar {
    background: #667587;
    color: #fff;
    width: 100%;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-preview {
    background: #fff;
    color: #667587;
    border: 1px solid #3e3e3e;
    width: 100%;
    border-radius: 0px;
    margin: 0;
}

.btn.btn-download {
    box-shadow: 0px 0px 6px #00000029;
    background: #fff;
    color: #3c5391;
    width: 100%;
    border: 1px solid #3c5391;
    border-radius: 4px;
}

.btn.btn-vermelho {
    box-shadow: 0px 0px 6px #00000029;
    background: red;
    color: #fff;
    width: 100%;
    border: 0;
    border-radius: 4px;
}

.element-wrapper .btn + .btn.btn-preview {
    margin: 0 auto;
}

.btn.btn-saiba-mais {
    background: transparent linear-gradient(279deg, #3e3e3e 0%, #707070 100%) 0%
        0% no-repeat padding-box;
    color: #fff;
    width: 100%;
    border: 0;
    border-radius: 4px;
}

.btn.btn-pdf {
    background: #71c21a;
    color: #fff;
}

.btn.btn-dashboard {
    background: transparent linear-gradient(107deg, #005bab 0%, #213b82 100%) 0%
        0% no-repeat padding-box;
    color: #fff;
    margin: 0 auto;
}

.funcionarios .btn.btn-dashboard {
    max-width: 160px;
    margin: 0 auto;
    display: block;
}

.element-box.funcionarios {
    min-height: 185px;
    padding: 1.5rem 15px;
}

.btn.btn-dashboard.special {
    max-width: 100%;
    display: block;
}

.funcionarios ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0px;
    padding-top: 15px;
}

.funcionarios ul li {
    margin-bottom: 15px;
    border-bottom: 1px solid #cccccc;
    color: #999999;
    padding-bottom: 15px;
}

.funcionarios ul li b {
    font-weight: bold;
    color: #0a7df8;
}

.mini-box .btn {
    border-radius: 0;
    height: 47px;
    line-height: 47px;
}

.mini-box-2 {
    box-shadow: 0px 3px 6px #00000029;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.mini-box-2 h5 {
    background: #667587;
    font-size: 16px;
    color: #fff;
    padding: 5px 10px;
}

.mini-box-2 p {
    padding: 10px;
}

.mini-box-2 .btn {
    margin: 0 auto 20px;
    max-width: 130px;
    display: block;
}

.mini-box h6 {
    color: #999999;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 0 10px;
}

.mini-box span.event {
    display: block;
    margin-bottom: 5px;
    position: relative;
    padding-left: 35px;
    font-size: 18px;
    font-weight: bold;
    min-height: 35px;
    line-height: 35px;
    padding-left: 45px;
    padding-right: 10px;
}

.mini-box .date-event {
    color: #02b21d;
}

.mini-box .date-event.ended {
    color: #f43737;
}

.mini-box span.event i {
    position: absolute;
    font-size: 30px;
    left: 10px;
    color: #999;
}

.mini-box span.local {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    color: #999999;
    min-height: 60px;
    height: auto;
}

.btn i {
    margin-right: 4px;
}

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

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

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

.form-group label input {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.top-bar.color-scheme-white .form-group i {
    left: 14px;
    color: #999999;
    font-size: 17px;
    top: 7px;
    position: absolute;
}

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

.menu-w.selected-menu-color-light,
.mm-logo-buttons-w,
.menu-and-user {
    background: #434343;
}

.associado .menu-w.selected-menu-color-light,
.associado .mm-logo-buttons-w,
.associado .menu-and-user {
    background: transparent linear-gradient(270deg, #4b609a 0%, #111e42 100%) 0%
        0% no-repeat padding-box;
}

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

.menu-w.menu-layout-compact ul.main-menu li.active {
    background: #469fff;
}

.menu-w.color-scheme-dark .logged-user-w {
    border-bottom: 1px solid #8e8e8f;
}

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

.menu-w.menu-layout-compact ul.main-menu li {
    border-bottom: 1px solid #555555;
    padding: 0 1.5rem;
}

.menu-w.color-scheme-dark ul.main-menu .icon-w {
    color: #fff;
}

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

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

.menu-w.sub-menu-style-over .sub-menu-w {
    background: #434343;
}

.associado .menu-w.sub-menu-style-over .sub-menu-w {
    background: #0a7df8;
}

.menu-w.sub-menu-style-over .sub-menu-w .sub-menu-header {
    color: #667587;
    font-size: 30px;
}

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

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

.main-menu li:last-child {
    border-bottom: 0;
}

.breadcrumb {
    background: #667587;
    border-radius: 0;
}

.breadcrumb li a {
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

.breadcrumb li span {
    color: #fff;
    text-decoration: underline;
}

.title-bar {
    width: 100%;
    background: #0a7df8;
    padding: 15px 0;
}

.title-bar .icon-w {
    display: inline;
    color: #fff;
    font-size: 16px;
    padding-right: 5px;
}

.title-bar span {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.title-bar a {
    color: #fff;
    text-decoration: none;
}

.title-bar a.remover {
    color: #000;
}

.title-bar a i {
    font-size: 20px;
}

.btn {
    border-radius: 0;
    height: 40px;
    line-height: 38px;
    padding: 0 10px;
    border: 1px solid transparent;
}

.btn.btn-criar {
    width: 100%;
    background: transparent linear-gradient(180deg, #00cc51 0%, #75c36f 100%) 0%
        0% no-repeat padding-box;
    color: #fff;
    padding: 0;
    line-height: 47px;
    height: 47px;
    font-size: 16px;
}

.btn.btn-primary {
    background: #667587;
    border-color: #667587;
}

.btn.btn-primary:hover {
    background: #fff;
    border-color: #667587;
    color: #667587;
}

.form-control {
    height: 40px;
    line-height: 40px;
    border: 1px solid #999999;
}

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

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

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

.table-responsive table th {
    background: #667587;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

@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;
}

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

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

.pagination li:first-child {
    border-left: 1px solid #999;
    border-radius: 4px 0 0 4px;
}

.pagination li:last-child {
    border-right: 1px solid #999;
    border-radius: 0 4px 4px 0;
}

div.dataTables_wrapper div.dataTables_info {
    color: #999999;
}

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

.element-wrapper .element-header {
    color: #707070;
    margin-bottom: 1rem;
    font-weight: bold;
}

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

.element-wrapper .element-header:after {
    background-color: #0a7df8;
    width: 83px;
}

.element-actions .btn.btn-info {
    background: #667587;
    color: #fff;
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
}

.banner-img {
    margin-bottom: 30px;
}

.certificado {
    border: 1px solid #999999;
    padding: 5px;
    position: relative;
    margin: 15px 0;
}

.certificado .btn {
    width: 100%;
}

.mini-box {
    border: 1px solid #999999;
    padding: 5px;
    position: relative;
    margin: 15px 0;
}

.mini-box h5 {
    font-size: 18px;
    padding: 10px 10px 0 10px;
    font-weight: bold;
    color: #667587;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    max-height: 54px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mini-box p {
    width: 100%;
    height: 63px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.custom-switch .custom-control-label::before {
    width: 37px;
    height: 24px;
    border-radius: 12px;
    background: red;
    border: 3px solid red !important;
}

.custom-switch .custom-control-label::after {
    width: 24px;
    height: 24px;
    background: #fff;
    border: 3px solid red !important;
    border-radius: 12px;
    top: 3px;
    left: -55px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #1dbf8c !important;
    background-color: #1dbf8c !important;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    border-color: #1dbf8c !important;
    background: #fff;
    left: -51px;
}

.custom-switch {
    min-height: 30px;
    line-height: 30px;
}

.form-group.inside-button {
    position: relative;
}

.align-self-end .form-group {
    min-height: 35px;
}

.form-group.inside-button .btn {
    background: #999;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    border-radius: 0 4px 4px 0;
    min-width: 85px;
}

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

.status-pill.dark-gray {
    background: #667587;
}

.status-pill.blue {
    background: blue;
}

.box-dados-associado {
    background: transparent linear-gradient(113deg, #005bab 0%, #213b82 100%) 0%
        0% no-repeat padding-box;
    border-radius: 4px;
    padding: 15px;
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 20px;
}

.box-dados-associado .percent-value {
    color: #fff;
}

.element-wrapper .box-dados-associado .element-header {
    border-bottom-color: #fff;
    color: #fff;
    margin-bottom: 8px;
    padding-bottom: 5px;
    font-weight: bold;
}

.element-wrapper .box-dados-associado .element-header:after {
    background: #fff;
}

.element-wrapper .box-dados-associado p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 8px;
}

.box-dados-associado .progress-bar {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    height: 16px;
    overflow: hidden;
}

.box-dados-associado .progress-bar .percent {
    text-align: right;
    padding-right: 20px;
    font-size: 12px;
    color: #fff;
    background: #00b5b5;
    border-radius: 8px;
    height: 100%;
}

.element-wrapper .box-dados-associado img {
    border-radius: 8px;
    margin-bottom: 5px;
}

.funcionarios .progress-bar {
    width: 100%;
    background: rgba(102, 117, 135, 0.2);
    border-radius: 8px;
    height: 16px;
    overflow: hidden;
    max-width: 160px;
    margin: 0 auto;
}

.funcionarios .percent-value {
    max-width: 160px;
    margin: 0 auto;
    color: #005bab;
}

.funcionarios .progress-bar.disabled {
    opacity: 0;
}

.funcionarios .progress-bar .percent {
    text-align: right;
    padding-right: 20px;
    font-size: 12px;
    color: #fff;
    background: transparent linear-gradient(270deg, #213b82 0%, #005bab 100%) 0%
        0% no-repeat padding-box;
    border-radius: 8px;
    height: 100%;
}

.mini-box img {
    width: 100%;
}

.mini-box .progress-bar {
    width: calc(100% - 20px);
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    height: 16px;
    overflow: hidden;
    margin-bottom: 5px;
    border: 1px solid #999999;
}

.mini-box .value-percent {
    width: calc(100% - 20px);
    font-weight: bold;
    margin: 0 auto;
}

.mini-box .tag {
    position: absolute;
    min-width: 120px;
    max-width: 95%;
    background: transparent linear-gradient(180deg, #00cc51 0%, #75c36f 100%) 0%
        0% no-repeat padding-box;
    line-height: 22px;
    display: block;
    right: 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    top: 5px;
    padding: 5px 5px;
    font-size: 14px;
}

.mini-box .tag:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #75c36f transparent transparent transparent;
    right: 15px;
    bottom: -7px;
    position: absolute;
}

.mini-box .publish-date {
    font-weight: bold;
    color: #999999;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    padding: 0 10px;
}

.mini-box .progress-bar .percent {
    text-align: right;
    font-size: 12px;
    color: #fff;
    background: #00cc51;
    border-radius: 8px;
    height: 100%;
}

.funcionarios .box-dados-associado img {
    border-radius: 8px;
    margin-bottom: 5px;
}

.funcionarios span {
    font-size: 25px;
    color: #667587;
    text-align: left;
    display: block;
    max-width: 160px;
    margin: 0 auto;
    line-height: 50px;
}

.funcionarios.special span {
    max-width: 100%;
}

.funcionarios span b {
    font-size: 60px;
    line-height: 50px;
    height: 50px;
    display: inline-block;
}

.funcionarios span b.borderred {
    height: 80px;
    line-height: 80px;
    width: 80px;
    border: 2px solid #667587;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.funcionarios span b.borderred i {
    font-size: 45px;
    position: relative;
    top: -5px;
}

.funcionarios span b.status {
    font-size: 34px;
    text-align: center;
    display: block;
    line-height: 80px;
    top: -5px;
    position: relative;
}

.funcionarios span b.status.positivo {
    color: green;
}

.funcionarios span b.status.negativo {
    color: red;
}

.funcionarios h6:not(.element-header) {
    color: #005bab;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

.print-certidao {
    color: #000000;
    padding: 35px 0;
    border: 1px solid #999999;
    display: block;
    background: #fff;
    max-width: 125px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 6px #0000004d;
}

.print-certidao i {
    font-size: 30px;
}

.certidao img {
    margin-bottom: 40px;
}

.certidao h6 {
    margin-bottom: 40px;
}

.certidao p {
    margin-bottom: 30px;
}

.element-box.border-gray {
    border: 1px solid #707070;
}

.element-box.border-gray ul {
    padding-left: 0;
    list-style: none;
}

.bg-gray {
    background: #707070;
}

.item-treinamento a {
    color: #707070;
    font-size: 14px;
    position: relative;
    padding-left: 50px;
    display: flex;
    margin-bottom: 20px;
    min-height: 32px;
    align-items: center;
    line-height: 16px;
}

.item-treinamento a i {
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.item-treinamento.item-video a {
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
}

.item-video span.time {
    color: #0a7df8;
}

.dropzone {
    min-height: 40px;
    padding: 0 10px;
}

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

.dropzone .dz-message h4 {
    font-size: 16px;
}

.ficha-referencia h2 {
    color: #0a7df8;
    font-size: 20px;
}

.ficha-referencia h2 {
    margin: 0;
}

@media (min-width: 767.8px) {
    .ficha-referencia .separator {
        border-right: 1px solid #ccc;
    }
}

.ficha-referencia h3 {
    color: #667587;
    margin: 0;
}

.ficha-referencia h4 {
    font-size: 16px;
    color: #213b83;
}

.ficha-referencia h5 {
    font-size: 14px;
}

.ficha-referencia .bg-gray {
    background: #667587;
    border-radius: 4px;
    margin-bottom: 5px;
}

.ficha-referencia .bg-gray h6 {
    color: #fff;
    margin: 0;
    padding: 4px 0;
}

.ficha-referencia .btn {
    width: 100%;
}

.ficha-referencia.element-wrapper .btn + .btn {
    margin: 10px auto 0px;
}

.btn.btn-bordered-blue {
    height: auto;
    border: 1px solid #278af1;
    line-height: 129%;
    padding: 8px 0;
}

.share {
    margin-bottom: 30px;
}

.share b {
    color: #278af1;
    margin-right: 40px;
}

.share a {
    color: #586a7a;
    font-size: 22px;
    line-height: 26px;
}

.share i {
    margin-left: 5px;
}

.bg-modal.modal-content {
    background: url(../templates/ligth_admin/img/onboarding-gradient-hor.png)
        bottom center #fff no-repeat;
}

.fornecedores .element-wrapper {
    padding-bottom: 20px;
}

.fornecedores .btn-criar {
    margin: 0 auto;
    max-width: 150px;
    border-radius: 10px;
}

.fornecedores i {
    font-size: 60px;
    margin-bottom: 25px;
}

.tipo-associado .step-layout .element-wrapper .element-header::after {
    /* top: 13px; */
    bottom: initial;
}

.element-wrapper.m-auto .btn-outline-primary {
    background: #fff;
    position: relative;
    padding-left: 15px;
    padding-top: 15px !important;
}

.el-tablo.smaller .value {
    color: #469fff;
    font-size: 22px;
}

.el-tablo.smaller:hover .value {
    color: #fff;
}

.element-wrapper .element-header {
    border: 0;
}

.modal-footer,
.modal-header {
    border: 0;
}

.modal-content .element-wrapper {
    padding-bottom: 0;
}

@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;
    }
}

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

.bg-modal .btn {
    margin-top: 30px;
    max-width: 160px;
}

.no-list-style {
    list-style: none;
    padding-left: 0;
}

.dados-fornecedor {
    min-height: 185px;
}

.dados-fornecedor ul li:nth-child(8),
.dados-fornecedor ul li:nth-child(2) {
    word-break: break-all;
}

.dados-fornecedor .btn {
    max-width: 130px;
}

.ver-notificacao {
    color: #213b83;
    font-weight: bold;
}

.element-header .data-notificacao {
    float: right;
}

.ver-notificacao i {
    margin-right: 5px;
}

.dados-fornecedor ul li {
    color: #999999;
}

.dados-fornecedor ul li b {
    color: #213b82;
    font-weight: bold;
}

.dados-fornecedor h3 {
    color: #0a7df8;
}

.barra-avaliacao {
    background: #ebebeb;
    border-radius: 2px;
    padding: 5px;
    display: flex;
}

.barra-avaliacao .progress-bar {
    background: #dedfe0;
    width: calc(100% - 30px);
    margin: 0 0 0 15px;
}

.barra-avaliacao .progress-bar .percent {
    background: #ec5252;
    display: block;
    height: 21px;
}

.barra-avaliacao a {
    color: #686f7a;
}

.barra-avaliacao .quantidade {
    width: 30px;
}

.barra-avaliacao .infos {
    width: 100px;
}

.pergunta {
    padding-top: 20px;
}

.pergunta h3 {
    font-size: 22px;
    font-weight: bold;
    color: #00bf8c;
    margin-bottom: 0;
}

.pergunta h4 {
    font-size: 20px;
    margin-bottom: 30px;
}

.box-resposta {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 7px;
    border: 2px solid #d5d5d5;
    position: relative;
}

.box-resposta .control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    padding-top: 2px;
    cursor: pointer;
    font-size: 15px;
}

.box-resposta .control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.box-resposta .control_indicator {
    position: absolute;
    top: 3px;
    left: -5px;
    height: 26px;
    width: 26px;
    background: #fff;
    border: 3px solid #999999;
    border-radius: 0px;
}

.box-resposta .control:hover input ~ .control_indicator,
.box-resposta .control input:focus ~ .control_indicator {
    background: #cccccc;
}

.box-resposta .control input:checked ~ .control_indicator {
    background: #0a7df8;
}

.box-resposta .control:hover input:not([disabled]):checked ~ .control_indicator,
.box-resposta .control input:checked:focus ~ .control_indicator {
    background: #0a7df8;
}

.box-resposta .control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 1;
    pointer-events: none;
}

.box-resposta .control_indicator:after {
    box-sizing: unset;
    content: "";
    position: absolute;
    display: none;
}

.box-resposta .control input:checked ~ .control_indicator:after {
    display: block;
}

.box-resposta .control-radio .control_indicator {
    border-radius: 50%;
}

.box-resposta .control-radio .control_indicator:after {
    left: 0px;
    top: 0px;
    height: 0px;
    width: 0px;
    border-radius: 50%;
    background: #ffffff;
    transition: background 250ms;
}

.box-resposta .control-radio input:disabled ~ .control_indicator:after {
    background: #7b7b7b;
}

.box-resposta .control-radio .control_indicator::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #2aa1c0;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}

@keyframes s-ripple {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    20% {
        transform: scale(1);
    }

    100% {
        opacity: 0.01;
        transform: scale(1);
    }
}

@keyframes s-ripple-dup {
    0% {
        transform: scale(0);
    }

    30% {
        transform: scale(1);
    }

    60% {
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.box-resposta .control-radio input + .control_indicator::before {
    animation: s-ripple 250ms ease-out;
}

.box-resposta .control-radio input:checked + .control_indicator::before {
    animation-name: s-ripple-dup;
}

.avaliacao .btn.btn-next {
    max-width: 240px;
    margin: 0 auto;
    display: block;
}

.sidebar-avaliacao .pergunta h3 {
    font-size: 18px;
    font-weight: bold;
    color: #999999;
    margin-bottom: 0;
}

.sidebar-avaliacao .pergunta h4 {
    font-size: 16px;
    color: #999999;
}

.sidebar-avaliacao .pergunta.respondida h3,
.sidebar-avaliacao .pergunta.respondida h4 {
    text-decoration: line-through;
    color: #b0b0b0;
}

.box-especialista {
    max-width: 300px;
    margin: 0 auto 20px;
}

.box-especialista h4 {
    color: #667587;
    font-size: 20px;
    font-weight: bold;
}

.box-especialista img {
    border-radius: 50%;
}

.resultado-avaliacao h6.titulo-resultado {
    font-size: 30px;
    font-weight: bold;
    color: #469fff;
}

.resultado-avaliacao h5 {
    font-size: 100px;
    color: #667587;
    font-weight: bold;
    letter-spacing: -3px;
}

.user-buttons .form-group {
    margin-bottom: 0;
}

.user-buttons .danger {
    font-size: 14px;
    line-height: 28px;
    color: #999999;
    display: inline-block;
}

.user-buttons .danger i {
    font-size: 24px;
    color: red;
    position: relative;
    top: 3px;
    margin-right: 6px;
}

.log {
    padding-left: 0;
    list-style: none;
}

#modalEnvio .bg-modal .btn {
    margin: 0;
}

.input-group-btn .btn-file {
    border-radius: 0 4px 4px 0;
}

.data-pedido {
    font-size: #667587;
    font-size: 16px;
}

.item-pedido {
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #999999;
    border-radius: 4px;
    margin-bottom: 20px;
}

.item-pedido ul {
    list-style: none;
    padding: 0;
}

.item-pedido ul b {
    font-weight: bold;
}

.item-pedido .quantidade,
.item-pedido .status,
.item-pedido .valor {
    font-weight: bold;
}

.item-pedido .status span {
    width: 25px;
    height: 25px;
    float: left;
    border-radius: 50%;
    margin-right: 10px;
}

.item-pedido .status {
    height: 25px;
    line-height: 25px;
}

.item-pedido .status.red {
    color: red;
}

.item-pedido .status.red span {
    background: red;
}

.item-pedido .status.green {
    color: green;
}

.item-pedido .status.green span {
    background: green;
}

.item-pedido .status.green {
    color: gray;
}

.item-pedido .status.green span {
    background: gray;
}

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

.file-caption-name {
    position: relative;
    top: -6px;
    height: 38px !important;
}

.ajax_loader.hidden {
    display: none;
}

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

.step-layout {
    font-family: Helvetica;
}

.timeline-steps {
    max-width: 540px;
}

.timeline-steps div {
    width: 25%;
}

.timeline-steps:after {
    width: calc(100% - 140px);
    left: 90px;
    margin-top: 0;
    top: 30px;
}

.circle-border-primary span {
    font-size: 21px;
    line-height: 20px;
    font-weight: bold;
}

.circle-border-primary.active,
.circle-border-primary.complete {
    width: 60px;
    height: 60px;
    line-height: 54px;
    border: 3px solid #fff;
}

.circle-border-primary:not(.active, .complete) {
    margin-top: 15px;
    width: 35px;
    height: 35px;
    line-height: 24px;
}

.timeline-steps:after {
    height: 5px;
}

.timeline-steps h4 {
    font-size: 16px;
    font-weight: bold;
}

.bg-gradient h2 {
    font-size: 26px;
}

.element-wrapper.m-auto {
    max-width: 475px;
}

.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;
}

.step-layout .element-box.m-auto {
    max-width: 660px;
    box-shadow: 0px 3px 6px #00000029;
}

.step-layout .element-box.m-auto.checkout {
    max-width: 900px;
}

.step-layout .element-box.m-auto.checkout h4 {
    color: #213b82;
    font-weight: bold;
}

.step-layout .element-box.m-auto.checkout .summary-dotted {
    padding-left: 0;
}

.step-layout .element-box.m-auto h5 {
    font-size: 26px;
    margin-bottom: 0;
}

.step-layout .element-box.m-auto .form-desc {
    border-bottom: 1px solid #999;
}

.step-layout .element-box.m-auto .form-control {
    border-radius: 2px;
}

.step-layout form p {
    font-size: 14px;
}

.step-layout .input-code-code {
    height: 62px;
    line-height: 62px;
    border-radius: 4px;
    border: 1px solid #3e3e3e;
    margin: 0 7px;
    font-size: 23px;
    font-weight: bold;
    padding: 0;
}

.step-layout .send-cod {
    font-weight: bold;
    color: #213b82;
}

.step-layout .row.mx-0.mb-2 input:first-child {
    margin-left: 0;
}

.step-layout .row.mx-0.mb-2 input:last-child {
    margin-right: 0;
}

.step-layout label a {
    color: #999999;
    text-decoration: underline;
    font-weight: bold;
}

.obrigado {
    font-size: 40px;
}

.form-group.inside-button .btn {
    background-color: #667587;
}

.top-bar.color-scheme-white .form-control {
    display: none !important;
}

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: 993px) and (max-width: 1440px) {
    .login-codigo {
        background-size: 130%;
        background-position: top right;
    }
}
@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;
}

/* 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;
}

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

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

.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;
}

/* Header Login - Bunge */

header nav ul {
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 0;
    margin: 0;
}

header nav ul li {
    display: inline-flex;
    padding: 15px;
}

header nav ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
    transition: ease all 0.4s;
    font-size: 16px;
}

header nav ul li a:hover {
    color: #f1f1f1;
    text-decoration: underline;
}

.bar1,
.bar2,
.bar3 {
    background: #043c5a !important;
}

.heavy {
    font-weight: 900 !important;
}

@media (min-width: 991px) {
    header nav ul li.login a {
        background: #094b4c;
        border-radius: 15px;
        padding: 0 15px;
    }
}

header nav ul li.login a:hover {
    text-decoration: none;
    background: #107070;
}

#form-doregister-customer
    > div.element-wrapper
    > div:nth-child(4)
    > div:nth-child(n)
    > div {
    border: unset !important;
    /* box-shadow: 1px 1px 5px lightgrey; */
    border-radius: 0.25rem;
    padding-bottom: 1rem;
}

.form-group .btn.btn-salvar.--yellow_theme_bg {
    background-color: #e6aa23 !important;
}

@media (max-width: 991.8px) {
    header .abrirMenu {
        width: 39px;
        float: right;
        margin-right: 30px;
        z-index: 10;
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
    }

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

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

    /* Fade out the second bar */
    header .abrirMenu.change .bar2 {
        opacity: 0;
    }

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

    .box__login--info,
    .login-codigo .box-senha {
        margin: auto;
    }

    .cadastro__vindo {
        margin-top: 3rem;
    }

    .login-codigo {
        background-size: auto 400px;
    }
}

@media (max-width: 991.8px) {
    html #wpadminbar {
        position: fixed;
    }

    header .menu {
        height: 0;
        top: 55px;
        width: 100%;
        background: #f1f1f1;
        overflow: hidden;
        height: 0;
        -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;
        left: 0;
        position: fixed;
        overflow-y: scroll;
        padding: 0;
        z-index: 100;
        margin: 0;
        box-shadow: inset 0px 3px 6px #00000029;
        flex-direction: column;
    }

    header .menu.active {
        height: calc(100% - 80px);
        padding: 20px;
    }

    .customize-support header .menu {
        top: 125px;
    }

    .customize-support header {
        top: 45px;
    }

    header .menu li {
        display: block;
        width: 100%;
        text-align: left;
        padding: 15px 0;
        height: auto;
    }

    header .menu li:first-child {
        border: 0;
    }

    header nav ul li a {
        color: #094b4c;
        font-size: 16px;
        font-weight: 500;
    }

    header nav ul li .search {
        display: none;
    }
}

header.header_landing {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #e6e6e6;
    padding-left: 30px;
    box-shadow: 3px 2px 3px darkgrey;
    z-index: 999;
    min-height: 60px;
}

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

.navbar-light .navbar-toggler {
    border: 1px solid white !important;
}

.navbar-toggler-icon {
    filter: invert(1) !important;
}

nav {
    background: #043c5a !important;
    color: #fff;
    width: 60%;
    border-radius: 0 0 0 50vw;
    padding-right: 30px;
}

li {
    list-style: none;
    text-decoration: none;
}

nav ul li a {
    color: #fff;
    margin-right: 40px;
    font-size: 14px;
}

nav ul li a:hover {
    color: #fff;
    text-decoration: none;
}

/* Header Login - Bunge */


#form-signin
    > footer
    > div
    > div
    > div.col-4.d-flex.justify-content-between.align-items-center.links_footer.mb-3 {
    padding-right: 15px !important;
    padding-left: 15px !important;
    font-size: 14px;
}

#form-signin > footer > div > div > div.col-8 {
    padding: 0 15px;
    font-size: 16px;
}

#topo > footer > div > div > div.col-8 > div {
    font-size: 14px !important;
}

#form-signin > footer > div > div > div.col-8 > div > a {
    max-width: 19px !important;
    min-width: 19px !important;
}

/* Footer Login - Bunge */

.input-code-code {
    height: 62px !important;
    line-height: 62px;
    border-radius: 4px;
    border: 1px solid #3e3e3e;
    margin: 0 7px;
    font-size: 23px;
    font-weight: bold;
    padding: 0;
}

#resend-code {
    border: none;
    background: transparent;
}

.input-code-code:nth-child(1) {
    margin-left: 0;
}

.btn.btn-salvar {
    background: #043c5a !important;
}

.btn.btn-salvar:hover {
    background: #3c647d !important;
}

.btn.btn-salvar:nth-child(2) {
    background-color: #e6aa23;
}

#form-informe-cnpj > div:nth-child(2) > div.form-group.col-md-12.mb-3 > label {
    font-weight: 700;
    font-size: 20px;
}

.logo {
    width: 200px !important;
}
@media (min-width: 2301px) {
    .login-codigo .container {
        margin-top: 75px;
    }
}
@media (min-width: 1930px) and (max-width: 2300px) {
    .login-codigo .container {
        margin-top: -85px;
    }
}
@media (max-width: 1024px) {
    nav {
        top: 0;
        width: 50%;
    }

    .logo {
        margin-top: 10px;
    }
}

@media (max-width: 646px) {
    nav {
        top: 0;
        width: 20%;
    }

    .confirm-register {
        margin-top: 50px;
    }
}
