:root {
    --primary: #1DA584;
    --primary-shade: #13715a;
    --primary-tint: #20d1ac;
    --secondary-shade: #661e72;
    --tertiary: #0297FF;
    --tertiary-shade: #36abe0;
    --tertiary-tint: #50c8ff;
    /* --quartiary: #4e73df; */
    --quartiary: #9A35BB;
    --success: #2dd36f;
    --success-shade: #28ba62;
    --success-tint: #42d77d;
    --warning: #FAB822;
    --warning-shade: #e1a620;
    --warning-tint: #ffda46;
    --danger: #eb445a;
    --danger-rgb: 235,68,90;
    --danger-contrast: #ffffff;
    --danger-contrast-rgb: 255,255,255;
    --danger-shade: #cf3c4f;
    --danger-tint: #ed576b;
    --dark: #222428;
    --dark-shade: #1e2023;
    --dark-tint: #383a3e;
    --medium: #92949c;
    --medium-shade: #808289;
    --medium-tint: #9d9fa6;
    --light: #f5f7fa;
    --light-shade: #d7d8da;
    --light-tint: #f5f6f9;
    --pink: #FB397A;
    --grey: #8498AE;
    --grey-2: #6F7982;
    --grey-shade: #4D667B;
    --label: #172B3E;
    --background-light: rgb(244, 251, 249);
    --brow: #8C3C1F;
    /* VERDER GENIAL rgb(28, 187, 26) */
}
html, body{
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.body-pages{
    margin-bottom: 70px;
}
.d-hidden{
    visibility: hidden !important;
}
label{
    font-weight: 700 !important;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif !important; 
}
a { 
    color: inherit;
    text-decoration: none !important;
}
label{
    font-weight: 600 !important;
}
.text-primary{
    color: var(--primary) !important;
}
.text-warning{
    color: var(--warning);
}
.text-warning{
    color: var(--warning);
}
.text-white{
    color: white;
}
.text-dark{
    color: var(--dark);
}
.text-danger{
    color: var(--danger);
}
.bd-primary{
    background-color: var(--primary-tint);
}
.bd-tertiary{
    background-color: var(--tertiary);
}
.bd-quartiary {
    background-color: var(--quartiary);
}
.bd-danger{
    background-color: var(--danger);
}
.bd-light{
    background-color: var(--light);
}
.bd-warning{
    background-color: var(--warning);
}
.bd-brow{
    background-color: var(--brow);
}
.min-height{
    min-height: 80vh;
}
.btn-primary{
    background-color: var(--primary) !important;
    border: 2px solid var(--primary) !important;
    font-weight: 700;
    font-size: 11px;
    padding: .7rem 1.5rem;
    border-radius: 50px;
    text-transform: uppercase;
    cursor: pointer;
    z-index: 10;
}
.btn-pimary{
    outline: none !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
}
.btn-primary:focus{
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
.btn-primary:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
.btn-primary:hover {
    color: #fff;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn.disabled, .btn:disabled {
    opacity: .65;
}
.btn-primary-outline{
    background-color: transparent;
    border: 2px solid var(--primary);;
    font-weight: 700;
    font-size: 15px;
    padding: .7rem 1.5rem;
    border-radius: 50px;
    cursor: pointer;
    text-transform: uppercase;
    color: var(--primary);
}
.btn-primary-outline:hover {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}
.btn-white-outline{
    background-color: transparent;
    color: white;
    border: 2px solid white;
    font-weight: 700;
    font-size: 15px;
    padding: .7rem 1.5rem;
    border-radius: 50px;
    text-transform: uppercase;
    cursor: pointer;
}
.btn-light{
    background-color: var(--light);
    border: 2px solid transparent;
    font-weight: 700;
    font-size: 15px;
    padding: .7rem 1.5rem;
    border-radius: 50px;
    text-transform: uppercase;
    cursor: pointer;
}
.fw-3{
    font-weight: 500 !important;
}
.fw-4{
    font-weight: 500 !important;
}
.fw-5{
    font-weight: 500 !important;
}
.fw-6{
    font-weight: 600 !important;
}
.fw-7{
    font-weight: 700 !important;
}
.text-light-shade{
    color: var(--grey-shade)
}
.form-label{
    font-size: 9pt;
    text-align: left;
    font-weight: 600;
    /* color: rgb(48, 51, 60); */
/* color: var(--success-color); */
}

.form-control{
    background: var(--light);
    border: none;
    height: 45px;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 10px;
}
.form-control:focus{
    background: var(--light);
    border-color: var(--light);
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}
/* AVISOS */
.feed-danger{
    color: var(--danger);
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    padding: 3px 0;
}
.is-invalid{
    border: 2px solid var(--danger);
}
.is-valid{
    border: 2px solid var(--success);
}
.alert-danger-div{
    background-color: white;
    padding: 10px 0;
    color: var(--danger);
    font-weight: 600;
    font-size: 11pt;
}
/* TOAST */
.toast  {
    background: #212529;
    z-index: 1;
    position: fixed;
    padding: 0;
    font-size: 12pt;
    color: white;
    padding: 10px 15px;
    font-weight: 300;
    min-width: 300px;
  }
  @media (min-width: 900px) {
    .toast  {
        top: 90vh;
        margin-left: 100vh;
    }
  }
  @media (max-width:480px) {
    .toast  {
        top: 90vh;
        margin-left: 5vh;
    }
  }


/* AVISOS */


/* CARDS */
.card-pj{
    margin: 10px 0;
    padding: 15px 15px;
    border-radius: 10px;
    box-shadow: 0 7px 6px 0 rgb(33 43 54 / 4%);
    border: 1px solid var(--light);
    background-color: rgb(251, 252, 254);
    min-height: 245px;
}
.card-pj-header{
    display: flex;
}
.card-pj-icon{
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    margin-right: 10px;
}
.card-pj-title{
    height: 30px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.card-pj-body{
    display: flex;
    margin: 20px 0;
}
.btn-card-primary{
    padding: .7rem 1.5rem;
    border: none;
    font-weight: 700;
    border-radius: 10px;
    background-color: rgb(229, 245, 241);
    color: var(--primary-tint);
}
.btn-card-blue{
    padding: .7rem 1.5rem;
    border: none;
    font-weight: 700;
    border-radius: 10px;
    background-color: rgb(229, 239, 250);
    color: var(--blue);
}
.btn-card-danger{
    padding: .7rem 1.5rem;
    border: none;
    font-weight: 700;
    border-radius: 10px;
    background-color: rgb(255, 226, 226);
    color: var(--danger);
}
.btn-card-warning{
    padding: .7rem 1.5rem;
    border: none;
    font-weight: 700;
    border-radius: 10px;
    background-color: rgb(249, 250, 209);
    color: var(--warning);
}
/* CARDS */

/* HEADER TELAS SECUNDÁRIAS */

.header-telas{
    padding: 30px 0;
    background: var(--light);
    height: 100px;
}
.header-content{
    display: flex;
}
.header-icon{
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--primary);
    margin-right: 10px;
    background: white;
}
.header-title{
    height: 50px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
/* HEADER TELAS SECUNDÁRIAS */
/* BODY TELAS */
.body-telas{
    background-color: var(--white);
    padding: 30px 0;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
  
}
/* BODY TELAS */
/* FOOTER TELAS MOBILE*/

.footer-telas-m-add{
    width: 100%;
    bottom: 75px;
    position: fixed;
    background: transparent;
    display: none;
    z-index: 100;
}
.footer-telas-m-add button{
    border: none;
    background: white;
    padding: .5rem 1rem;
    border-radius: 50px;
    -webkit-box-shadow: 0px -1px 11px -4px rgba(0,0,0, .3);
    box-shadow: 0px -1px 11px -4px rgba(0,0,0, .3);
    color: var(--primary);
    font-size: 15px;
}
.footer-telas-m{
    width: 100%;
    bottom: 0;
    position: fixed;
    background: white;
    padding: 7px 0 12px 0;
    -webkit-box-shadow: 0px -1px 11px -4px rgba(0,0,0, .3);
    box-shadow: 0px -1px 11px -4px rgba(0,0,0, .3);
    display: none;
    z-index: 100;
}
.footer-telas-m i{
    color: var(--primary);
    font-size: 15pt;
}
.footer-telas-m span{
    color: var(--grey);
    font-size: 10pt;
}
.footer-telas-m .icon-menu-inf{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.btn-inferior-pages{
    width: 100%;
    bottom: 80px;
    position: fixed;
    padding: 10px 0;
    text-align: center; 
}
.btn-inferior-pages a{
    color: var(--primary);
    font-weight: 700;
    background-color: var(--white-color);
    -webkit-box-shadow: 0px -1px 6px -4px rgba(0,0,0, .5);
    box-shadow: 0px -1px 6px -4px rgba(0,0,0, .5);
    padding: 0.5rem;
    border-radius: 8px;
}
/* FOOTER TELAS MOBILE*/
/* FOOTER TELAS DESKTOP*/
.footer-telas-d{
    width: 100%;
    top: 90px;
    position: fixed;
    background: var(--primary);
    padding: 10px  0;
    z-index: 100;
    color: var(--white);
}
.footer-telas-d a{
    color: var(--white);
}
.footer-telas-d-add{
    width: 100%;
    bottom: 65px;
    position: fixed;
    background: transparent;
    z-index: 100;
}
.footer-telas-d-add button{
    border: none;
    background: var(--primary);
    padding: .5rem 1rem;
    border-radius: 50px;
    -webkit-box-shadow: 0px -1px 11px -4px rgba(0,0,0, .3);
    box-shadow: 0px -1px 11px -4px rgba(0,0,0, .3);
    color: var(--white);
    font-size: 20px;
}
@media (max-width:575px) {
    .footer-telas-d{
        display: none;
    }
    .footer-telas-d-add{
        display: none;
    }
    .footer-telas-m{
        display: block;
    }
    .footer-telas-m-add{
        display: block;
    }     
}
/* FOOTER TELAS DESKTOP*/
/* CARD VAZIO */
.card-vazio{
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-vazio h6{
    font-size: 11pt;
    color: var(--dark);
}
.card-vazio img{
    width: 100px;
    padding: 5px 0;
}
.card-vazio a{
    font-size: 10pt;
    color: var(--dark);
}
.card-vazio a b{
    color: var(--primary);
}
/* CARD VAZIO */
.link-cad{
    font-size: 10pt;
    color: var(--blue);
}
/* NAVS */
.nav-tabs {
    border-bottom: 2px solid var(--white-color);
    border-top: 2px solid var(--white-color);
    padding: 10px 0;
  }
  .nav-link {
    display: block;
    padding: .1rem 1rem;
  }
  .nav-item .nav-link{
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #333333;
    font-size: 15px !important;
    font-weight: 600;
    line-height: 48px;
  }
  .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: transparent !important;
    font-size: 15px !important;
    font-weight: 700;
    color: var(--primary) !important;
    line-height: 48px !important ;
    border-radius: 0 !important;
    border: 1px solid transparent !important;
    border-bottom: 2px solid var(--primary) !important;
  }
  
  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: transparent !important;
    font-size: 15px !important;
    font-weight: 700;
    color: var(--primary) !important;
    line-height: 48px !important ;
    border-radius: 0 !important;
    border: 1px solid transparent !important;
    border-bottom: 2px solid var(--primary) !important;
  }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #333333;
    font-size: 15px !important;
    font-weight: 600;
    line-height: 48px;
  }
  .nav-tabs .nav-link:hover {
    border: 1px solid transparent;
  }
