/* Termos */
.termo .title {
    display: block;
    margin: 1rem auto;
    font-size: 1.3rem !important;
    text-align: center;
}

.modal-content-big {
    padding: 10px 30px;
} 


@media screen and (max-width: 690px) {
    .termo .title {
        max-width: 350px;
    }
}

.termo .start::before {
    display: none;
}

.termo ol[start] {
    padding-left: 0.8rem;
}

.termo .subtitle {
    display: block;
    font-size: 0.930rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.termo .paragraph {
    display: block;
    font-size: 0.930rem;
    font-weight: bold;
    margin-top: 1.3rem;
    margin-bottom: 1.3rem;
}

.termo-paragraph {
    display: flex;
    margin: 1.3rem 0;
}

.termo-paragraph.termo-paragraph-second {
    display: flex;
    margin: 0.9rem 0 0 2rem;
    flex-direction: column !important;
}

.termo-paragraph.termo-paragraph-third {
    display: flex;
    margin: 1rem 0 0 3.2rem;
    flex-direction: column !important;
}

.termo .termo-numeric {
    position: relative;
    font-size: 0.930rem;
    font-weight: 300 !important;
    padding: 0 0.5rem 0 0;
    min-width: 38px;

}

.termo .termo-numeric.bullet {
    margin-left: 30px;
    min-width: auto;
}


.termo .termo-numeric.bullet::before {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: -12px;
    top: 6px;
    content: ' ';
    margin: 0 4px 0 0;
    width: 5px;
    height: 5px;
    background: black;
    border-radius: 50%;
}

.termo .termo-list {
    padding: 0 0 0 2rem;
}

.termo .list-bullet {
    list-style-type: disc;
    list-style-position: outside; 
    text-align: justify;
    font-size: 0.935rem;
    font-weight: 300 !important;
    margin-left: 22px; 
    margin-bottom: 0.6rem;
    line-height: 1.350rem;
}

.termo .no-bullet {
    list-style: none !important;
}

.termo .termo-text {
    word-spacing: -0.05em;
    word-break: break-word;
    text-align: justify;
    text-align-last: left;
    font-size: 0.935rem;
    font-weight: 300 !important;
    padding: 0;
}

.termo .termo-text u {
    text-decoration: underline;
}

.termo .link_nmp {
    font-size: 1.0em;
    margin: 6px 0;
    display: block;
    font-weight: 700;
}

.termo p { 
    line-height: 1.4em; 
    font-size: 0.975em; 
    padding: 5px; 
    font-weight: normal;
}

.table-termo a,
.table-termo a:visited {
    color: blue;
}

.termo-link {
    color: blue;
    text-decoration: underline !important;
}

/* .termo * { color: #333; } */

.termo table td {
    padding-left: 0.45rem;
    font-weight: normal;
}

.termo #t01 tr:nth-child(even),
.termo #t02 tr:nth-child(even) {
    background-color: #e3e3e3;
}

.termo #t01 tr:nth-child(odd),
.termo #t02 tr:nth-child(odd) {
    background-color: #fff;
}

.termo #t01 th,
.termo #t02 th {
    color: white;
    background-color: black;
    padding: 4px;
}

.termo.tmk div > h2 {
    margin: 14px 0;
}

.termo .tds:last-child {
    overflow: hidden;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

/* TMK Indicadores */

.tmk_container {
    overflow-x: auto;
}

.tmks h1 {
    font-size: 1.5em;
    text-align: center;
}

.tmks h2 {
    font-size: 1.3em;
    text-align: left;
}


.table_tmk {
    font-size: 0.9em;
}

.table_tmk {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: arial;
}

.table_tmk {
    width: 100%;
    margin: 20px 0;
    border: #CCC solid 1px;
}

.table_tmk th,
.table_tmk td {
    border-right: #CCC solid 1px;
    font-size: 12px;
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: middle;
}

.table_tmk td:last-child {
    border-right: 0;
}

.table_tmk thead th {
    font-weight: normal;
    background-color: #777;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    font-size: 0.9em;
}

.table_tmk tbody > tr:nth-child(odd) > td,
.table_tmk tbody > tr:nth-child(odd) > th {
    background-color: #e8e8e8;
}

.tmk_grafico {
    width: 100%;
    margin: 20px 0; 
    font-size: 13px;
}

.tmks article {
    margin-bottom: 60px;
    font-size: 1em;
}

/* Small Sizes */
@media (max-width: 900px) { 
    .table_tmk,
    .table_tmk th,
    .table_tmk td {
        border: none !important;
    }

    /* Responsive Table */
    .table-responsive {
        display: block;
        position: relative;
        width: 100%;
    }

    .table-responsive thead,
    .table-responsive tbody,
    .table-responsive th,
    .table-responsive td,
    .table-responsive tr {
        display: block;
    }
    .table-responsive td,
    .table-responsive th {
        height: 35px;
        border-radius: 0;
    }

    .table-responsive thead {
        float: left;
    }

    .table-responsive tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }

    .table-responsive tbody tr {
        display: inline-block;
    }


    .table td:last-child {
        /* border-right: #999999 solid 1px; */
    }
   
}
  
@media (max-width: 520px) { 
    .termo .h1 {
        font-size: 1.5em;
        font-weight: bolder;
    }
    
    
    .termo .tds {
        font-size: 0.920em;
        padding: 5px;
    }

    .termo .termo-text,
    .termo .list-bullet {
        padding: 0 0.5rem 0 0;
    }
    
    .modal-content-big {
        width: calc(100% - 5px) !important;
        padding: 12px;
    }    
}
    
/* Numbers & Letters */
.termo .letters {
    font-weight: 400;
    font-size: 0.930rem;
    margin: 1.1rem 0 1.1rem 2rem;
}
.termo ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
  }
  
.termo ol > li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

.termo ol > li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;    
}

.termo li ol > li {
    margin: 0;
}

.termo li ol > li:before {
    content: counters(item, ".") ". ";
}    

/* Table cookies (sobreescrita) */
@media screen and (max-width: 640px) {
    .termo .table-cookies td {
        text-align: left !important;
        position: relative;
        font-size: 0.825rem;
        border: none !important;
        padding: 1.1rem 0 1.1rem 0.5rem;
        font-weight: normal;
    }

    .termo .table-cookies td::before {
        content: attr(data-label);
        position: absolute;
        left: 0.1rem;
        top: 0rem;
    }
}
   



