
@import url('boot.css');
@import url('../plugins/bootstrap/css/bootstrap.min.css');
@import url('../font/font-awesome/css/all.min.css');
@import url('ribbon.css');


@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


*{
	padding: 0px;
	margin: 0px;
}
html{
	font-size: 15px;
    width: 100%;
    height: 100%;
}

body{
    background-color: #f8fafc;
    color: #334155;
    font-family: Poppins,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 1rem;
    line-height: 1.25rem;
    height: 100%;
    font-weight: 400 !important;
}
a{
    color: #334155;
}
a:hover{
    color: #000;
    text-decoration: none;
}

@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1250px;
    }
}



/* MENU LATERAL */
body.menu-open{
    overflow: hidden;
}

#menu-lateral{
    position: fixed;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: -360px;
    width: 360px;
    overflow-y: auto;
    visibility: hidden;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    z-index: 9999 !important;
    background-color: #fffffff2;
}

#menu-lateral-fundo{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, .71);
    opacity: 86%;
    z-index: 9000 !important;
}

#menu-lateral-fundo.open{
    display: block;
}

#menu-lateral.open {
    visibility: visible;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

#menu-lateral .conteudoMenuHeader{
    background: #fff;
    padding: 2rem 3rem 2rem 1rem;
    position: relative;

    border-bottom: 1px solid #E2E2E2;
}
#menu-lateral .conteudoMenuHeader strong{
    display: block;
    color: #000;
}
#menu-lateral .conteudoMenuHeader .btn{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#menu-lateral .conteudoMenuHeader strong a{
    margin-left: 8px;
    display: inline-block;
    font-size: 1.2rem;
}

#menu-lateral .conteudoMenu{
    padding: 1rem 1rem;
    position: relative;
}
#menu-lateral .conteudoMenu .menu a{
    font-size: 1.27rem;
    font-weight: 700;
    letter-spacing: -.4px;
    color: #141617;
}

#menu-lateral .fechar{
    position: absolute !important;
    top: 0px;
    right: 14px;
    font-size: 2em;
    padding: 4px;
    z-index: 3;
    color: #707070 !important;
    border: 0px !important
}
/* MENU LATERAL */


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
   margin: 0px;
    font-weight: 400;
    letter-spacing: -0.04em;
}

h1, .h1{
    font-size: 4.27rem;
}
h2, .h2{
    font-size: 2.4rem; /* title blocos*/
}
h3, .h3{
    font-size: 1.25rem;/* title empresas*/
}
h4, .h4{
    font-size: 1rem;;/* title oferts*/
}
h5, .h5{
    font-size: .87rem;/* title oferts*/
}

@media (max-width: 576px) {
    h1, .h1{
        font-size: 3rem;
    }
    h2, .h2{
        font-size: 1.8rem;
    }
    
}

.max-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.max-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.max-line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/*REMOVE AS MARGINS NO MOBILE*/
@media (max-width: 576px) {
    .mobile-no-margin {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
        border-radius: 0px !important;
        border-left: 0px !important;
        border-right: 0px !important;
    }
}

.btn{
    padding: 0.5rem 1.4rem;
}

.btn-link{
    color: #334155;
}
.btn-link:hover{
    color: #000;
    text-decoration: none;
}

small{
    font-size: 0.87rem;
}

.avatar img{
    border-radius: 50%;
}


.datepicker td,
.datepicker th {
    width: 30px !important;
    height: 30px !important;
}

/* for md */

.custom-switch.custom-switch-md .custom-control-label {
    padding-left: 2rem;
    padding-bottom: 0rem;
    line-height: 30px;
}

.custom-switch.custom-switch-md .custom-control-label::before {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}

.custom-switch.custom-switch-md .custom-control-label::after {
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    border-radius: calc(2rem - (1.5rem / 2));
}

.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1.5rem - 0.25rem));
}



header{
    background: #fff;
    border-bottom: 1px solid #e9eef5;
}
header .btn-menu{
    font-size: 1.13rem;
    position: relative;
}
header .btn-menu .fa-palette{
    color: #2563eb
}
header .btn-menu .fa-sun{
    color: #fbbf24;
}
header .nav-user img{
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

header .navbar-brand img{
    height: 33px;
}

@media(max-width: 576px){
    header .btn-menu {
        padding: 0.375rem 0.5rem;
    }
}


.dropdown-menu-head{
    width: 256px;
    border: 0 solid #e5e7eb;
    border-radius: 0.5rem;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    margin-top: 13px;
    padding: 0px !important;
    border: 1px solid #eee;
    overflow: hidden;
}
.dropdown-menu-head .head{
    background-color: /*#f1f5f9*/ #fbfdff;
    padding: 1.25rem 1rem;
    display: flex;
    align-items: center;
}
.dropdown-menu-head .head .avatar{
    margin-right: 1rem;
}
.dropdown-menu-head .head .avatar img{
    width: 56px;
    height: 56px;
    border-radius: 50%;
}
.dropdown-menu-head .head strong{
    color: #334155;
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 500;
}
.dropdown-menu-head .head small{
    color: #94a3b8;
    font-size: .85rem;
    line-height: 1rem;
}

.dropdown-menu-head .body{
    background: #fff;
    padding: 0.5rem 0rem;
}
.dropdown-menu-head .body .dropdown-item2{
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    color: #334155;
}
.dropdown-menu-head .body .dropdown-item2:hover{
    background: #efefef;
}
.dropdown-menu-head .body .dropdown-item2 strong{
    font-weight: 500;
    display: block;
}
.dropdown-menu-head .body .dropdown-item2 small{
    color: #94a3b8;
    font-size: .85rem;
}
.dropdown-menu-head .body .dropdown-item2 i{
    color: #fff;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    line-height: 32px;
    margin-right: 1rem;
    border-radius: 8px;
    background-color: #ccc;
}
.dropdown-menu-head .body .dropdown-item2 .fa-user{ background: #ff9800 }
.dropdown-menu-head .body .dropdown-item2 .fa-comment{ background: #0ea5e9 }
.dropdown-menu-head .body .dropdown-item2 .fa-users{ background: #f000b9 }
.dropdown-menu-head .body .dropdown-item2 .fa-chart-bar{ background: #ff5724 }
.dropdown-menu-head .body .dropdown-item2 .fa-cog{ background: #10b981 }

.dropdown-menu-head .foot{
    background: #fff;
    padding: 0.5rem 1rem 1rem 1rem;
}


main{
    padding-bottom: 30px;
    padding-top: 30px;
}

.title-page{
    margin-bottom: 30px;
}
.title-page h1{
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 4px;
    font-weight: 500;
}
.title-page span.subtitle{
    color: #94a3b8;
}
.title-page .botoes{
    display: flex;
}

.title-page h2{
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 4px;
    font-weight: 500;
}

@media(max-width: 576px){
    main{
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .title-page span.subtitle{
        font-size: 0.93rem;
    }
    .title-page .botoes .btn span{
        display: none;
    }
}


/* ESPECIAL LOGIN */
.body-login{
    display: flex;
    height: 100%;
}

.body-login .coluna-esq,
.body-login .coluna-dir{
    min-height: 100%;
}
.body-login .coluna-esq{
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
}
.body-login .coluna-dir .logo,
.body-login .coluna-esq .logo{
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 4px;
    font-weight: 500;
    letter-spacing: -0.9px;
}
.body-login .coluna-esq .imagem{
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}

.body-login .coluna-dir {
    width: 448px;
    min-width: 448px;
    background: #fff;
    display: flex;
    align-items: center;
}
.body-login .coluna-dir .content {
    padding: 30px 50px;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}
.body-login .coluna-dir .content .page-title{
    margin-bottom: 50px !important;
}
.body-login .coluna-dir .logo {
    display: none;
}


@media(max-width: 768px){
    .body-login .coluna-esq{
        display: none;
    }
    .body-login .coluna-dir {
        width: 100%;
    }
    .body-login .coluna-dir .logo {
        display: block;
    }
}
/*ESPECIAL LOGIN*/
.form-group{
    margin-bottom: 1.3rem;
}
.form-group .input-group{
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ced4da;
    background-color: #fff;
}
.form-group .input-group .input-group-text{
    background: transparent;
    color: #94a3b8;
    border: 0px;
}
.form-group .input-group select,
.form-group .input-group button,
.form-group .input-group input{
    border: 0px;
}
.form-group .form-control{
    height: calc(1.5em + 0.75rem + 7px);
}

.form-group label{
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 14px;
    color: #8f8383;
}

.form-group-gray .input-group{
    background-color: #e2e8f0 !important;
    border: 0px;
}
.form-group-gray .input-group input{
    background-color: transparent !important;
}


.card{
    background: #fff;
    border: 0px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.card-header, .card-footer{
    background: transparent;
    border: 0px;
}

.card-config h5{
    margin-top: 15px;
    font-size: 1.1rem;
    font-weight: 500;
}
.card-config i{
    border-radius: 50%;
    width: 48px;
    height: 48px;
    background: #EEEEEE;
    font-size: 1.5rem;
    line-height: 48px;
    text-align: center;
    color: #fff;
}
.card-config i.fa-cog{
    background-color: #ff9800;
}
.card-config i.fa-users{
    background-color: #4f46e5;
}
.card-config i.fa-tags{
    background-color: #f000b9;
}
.card-config i.fa-credit-card{
    background-color: #10b981;
}

.card-config .card-footer{
    padding-bottom: 1.5rem;
}
.card-config .card-footer{
    padding-bottom: 1.5rem;
}
.card-config .subtitle{
    color: #64748b;
    font-size: 0.95rem;
}
.card-config .card-footer a{
    color: #4f46e5;
    border-bottom: 1px dashed #4f46e5;
    font-weight: 600;
    font-size: 0.9rem;
}


.card-config-menu .card-header, .card-config-menu .card-footer{
    padding: 1.5rem 1.5rem 1rem 1.5rem;
}

.card-config-menu .card-body{
    padding: 1rem 1.5rem 1.5rem 1.5rem;
}

.card-config-menu .head{
    display: flex;
    align-items: center;
}
.card-config-menu  .head .avatar{
    margin-right: 1rem;
}
.card-config-menu  .head .avatar img{
    width: 56px;
    height: 56px;
    border-radius: 50%;
}
.card-config-menu  .head strong{
    color: #334155;
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 500;
}
.card-config-menu  .head small{
    color: #94a3b8;
    font-size: .85rem;
    line-height: 1rem;
}
.card-config-menu .botoes-menu .btn{
    text-align: left;
}
.card-config-menu .botoes-menu .btn i{
    font-size: 1.2rem;
    margin-right: 8px;
}
.card-config-menu .botoes-menu .btn-link i{
    color: #94a3b8;
}

.card-editar .card-header,
.card-editar .card-body,
.card-editar .card-footer{
    padding: 1rem 2rem;
}
.card-editar .card-header{
    align-items: center;
    border-bottom: 1px solid #e2e8f0;
}
.card-editar .card-header h3{
    font-weight: 500;
}

.table-card{
    background: #fff;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    border-radius: 0.5rem;
    border: 0px !important;
    overflow: hidden;
}

.table-card thead th{
    border: 0px !important;
    background-color: #e2e8f0;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 15px;
    padding-top: 15px;
}
.table-card tbody td{
    vertical-align: middle;
    font-size: 14px;
}
.table-card thead th:first-child,
.table-card tbody td:first-child{
    padding-left: 20px;
}
.table-card tbody td a:hover{
    color: #17a2b8;
}
.table-card tbody .btn{
    padding: 0.25rem 0.5rem;
}

.table-card-min tbody td{
    vertical-align: middle;
    font-size: 14px;
}

.modal .modal-footer,
.modal .modal-body,
.modal .modal-header{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.modal .modal-header{
    background-color: #e2e8f0;
    letter-spacing: 0px;
    border: 0px;
}
.modal .modal-title{
    font-size: 1.1rem;
    font-weight: 500;
}
.modal .modal-footer{
    border: 0px !important;
}
.modal-content{
    border: 0px !important;
}


.modal-right {
    padding-right: 0 !important; }
.modal-right .modal-dialog {
    margin: 0 auto;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    max-width: 380px;

}
.modal-right .modal-dialog.modal-dialog-lg{
    max-width: 720px;
}


.modal-right .modal-content {
    min-height: 100%;

    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;

}
.modal-right .modal-header {
    /*flex: 0 0 120px; */
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

@media (max-width: 1439px) {
    .modal-right .modal-header {
        /* flex: 0 0 90px; */

    } }
@media (max-width: 1199px) {
    .modal-right .modal-header {
        /* flex: 0 0 80px; */} }
@media (max-width: 767px) {
    .modal-right .modal-header {
        /* flex: 0 0 70px;*/ } }
.modal-right .modal-footer {
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0; }
.modal-right.modal.fade .modal-dialog {
    transform: translate(25%, 0); }
.modal-right.modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-left .modal-dialog {
    margin: 0 auto;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    max-width: 380px; }

.modal-left .modal-content {
    min-height: 100%; }

.modal-left .modal-header {
    height: 120px; }

.modal-left .modal-footer {
    justify-content: center; }

.modal-left.modal.fade .modal-dialog {
    transform: translate(-25%, 0); }

.modal-left.modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-right form{
    height: 100%;
}

.badge2{
    padding: 6px 12px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11px;
}

.text-muted{
    color: #b1b7bd;
}


.nav-eventos{
    border-bottom: 0px !important;
}
.nav-eventos .nav-link{
    background: none;
    border: 0px;
    font-weight: 500;
}
.nav-eventos .nav-item.show .nav-link,
.nav-eventos .nav-link.active{
    background: none;
    color: #4f46e5;
    border-bottom: 2px solid #4f46e5;
}

.container-load{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    min-height: 400px;
    width: 100%;
}
.tab-content{
    position: relative;
}

.dashTotal{
    text-align: center;
    margin-bottom: 20px;
}
.dashTotal small{
    display: block;
    color: #aaa !important;
    margin-bottom: 4px;
}
.dashTotal strong{
    font-size: 1.5rem;
    font-weight: 500;
}

#myMap{
    background: #efefef;
    height:300px;
}


/*PAGINACAO*/



.paginator {
    list-style: none;
    padding: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.paginator_item {
    display: inline-block;
    margin: 0 0.25rem 0.5rem 0.25rem;
    padding: 4px 12px;
    background: #17A2B8;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 600;
}
.paginator_item a{
    color: #fff;
}

.paginator_item  i{
    font-weight: 900;
}

.paginator_item:hover {
    background: #17A2B8;
    color: #fff;
    text-decoration: none;
}

.paginator_active,
.paginator_active:hover {
    background: #cccccc;
}

