
html, body {
    background-color: white;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    min-height: 90vh;
    font-family: "Outfit";
    src: url("../../fonts/outfit/OutfitRegular.ttf") format("truetype");
}

@font-face {
    font-family: "Outfit";
    src: url("../../fonts/outfit/OutfitRegular.ttf") format("truetype");
}

@font-face {
    font-family: "AlumniItalic";
    src: url("../../fonts/alumni/AlumniSansMediumItalic.ttf") format("truetype");
}

@font-face {
    font-family: "Myriado";
    src: url("../../fonts/myriad/MYRIADPRO-REGULAR.OTF") format("truetype");
}

.image8 {
    width: 60%;
    height: 60%; 
}

.img8-legend {
    text-align: left;
    justify-self: start;
    align-items: flex-start;
    align-self: start;
    color: #19598d;
    line-height: 1;
    padding: 0; 
    margin: 0;
}

.img8-legend ol {
    padding: 0;
    margin: 0;
    list-style-position: inside; 
    list-style: none;                
    counter-reset: item;  
}
.img8-legend li::before {
  counter-increment: item;
  content: counter(item) " -";
  font-weight: normal;
}

.img8-legend li {
  display: grid;
  grid-template-columns: auto 1fr; /* primeira coluna fixa p/ número, segunda p/ texto */
  column-gap: 4px;
  margin-bottom: 0px;
  line-height: 1.2;
  color: #19598d;
}

.img8-legend b {
    font-weight: bold;
    color: #19598d;
}

.sumario {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.sumario-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 90%;
    max-width: 800px;
    min-width: 300px;
    height: 60px;
    border-radius: 30px;
    overflow: hidden;
    gap: 10px;
}

.subtitle {
    list-style-type: none;
    font-size: 1.3rem;
    color: #19598d;
    padding-left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: start;
    text-align: left;
    margin-left: 0px;
    margin-right: 10px;
}

.subtitle::before {
    content: "-";
    color: #19598d;
    padding: 0px;
    margin-right: 7px;
    margin-left: 0px;
        justify-content: flex-start;
    align-items: start;
    text-align: left;
}

.capitulo-numero {
    background-color: #69c0e4;
    flex: 0 0 25%;
    height: 100%;
    color: white;
    font-weight: bold;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px 10px;
    border-radius: 30px 0 0 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "AlumniItalic";
}

.capitulo-titulo {
    flex-grow: 1; 
    flex-shrink: 0; 
    flex-basis: auto; 
    padding: 15px 25px;
    font-size: 1.1rem;
    max-width: 70%; 
    background-color: #19598d;
    color: white;
    border-radius: 0 30px 30px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: normal; 
    overflow: hidden;
    text-overflow: ellipsis;
    transition: transform 0.2s, box-shadow 0.2s;
}


.capitulo-titulo a {
    text-decoration: none;
    color: white;
    font-weight: normal;
    width: 100%;
    text-align: center;
    line-height: 1rem;
}

.sumario-container {
    background-color: #69c0e4;
    color: white;
    border-radius: 30px 0px 30px 30px;
    padding: 0px 20px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.sumario-text {
    font-weight: bold;
    margin-left: 10px;
    font-family: "AlumniItalic";
    font-size: 1.8rem;
}

.custom-list {
    padding: 0;
    margin-left: 25px;
    list-style: none;
}

.list-group-item{
    list-style-type: none;
    /* font-size: 1.6rem; */
    font-size: 1.5rem;
    color: #19598d;
    background-color: transparent;
    border: none;
    display: flex;
    margin-left: 6vw;
    padding: 0;
    text-align: left;
    
}

.list-group-item b {
    font-weight: bold;
    color: #19598d;
    font-size: 1.4rem;
}

.list-group-itemMl0{
    list-style-type: none;
    font-size: 1.6rem;
    color: #19598d;
    background-color: transparent;
    border: none;
    display: flex;
    padding: 0;
}

.list-group-itemMl0:before {
    content: "-";
    margin-right: 5px;
    color: #19598d;
}

.list-group-item:before {
    content: "-";
    margin-right: 5px;
    color: #19598d;
}



.titleListgroup{
    margin-top: 1vh;
    margin-right: 2vh;
    color: white;
    font-size: 1.3rem;
}

.list-group-item1{
    list-style-type: none;
    font-size: 1.5rem;
    background-color: transparent;
    border: none;
    margin-left: 6vw;
    padding: 0;
    color: white;
}

.list-group-item1 span {
    font-size: 1.5rem;
    color: #19598d;
    margin-right: 10px;
}

.list-group-item1 b {
    font-weight: bold;
    color: #19598d;
}

.list-group-item1:before {
    content: "-";
    margin-right: 2vh;
    color: white;
    font-size: 1.2rem;
}

.titleCard {
     
    font-size: 1.8rem; 
    font-weight: bold;
    color: #19598d; 
    background-color: #19598d; 
    text-align: center;
    border: 3px solid #69c0e4; 
    border-radius: 30px; 
    padding: 10px 20px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
    display: inline-block; 
    color: white; 
}

.decision-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.decision-button {
    background-color: #69c0e4;
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    padding: 10px 20px;
    border-radius: 30px;
    margin-bottom: 10px;
    width: 150px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.line-connector {
    width: 3px; 
    height: 0; 
    background-color: #69c0e4; 
    margin: 0 auto; 
    position: relative;
    z-index: 0;
    transition: height 0.3s ease; 
}

.line-connector.active {
    height: 50px; 
}

.decision-description {
    border: 2px solid #69c0e4;
    color: #19598d;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 10px 15px;
    border-radius: 15px;
    text-align: center;
    background-color: #ffffff;
    max-width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-top: 10px;
    position: relative;
    z-index: 1;
}

.row.align-items-center {
    justify-content: space-around;
}

.alert-card {
    background-color: #e6f7ff; 
    color: #19598d; 
    font-weight: bold;
    font-size: 1.2rem;
    padding: 20px 30px;
    border-radius: 15px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
    text-align: center;
    line-height: 1.5; 
}

.alert-card strong {
    color: #19598d; 
    font-weight: bold;
}

.bgTransparent {
    background-color: #ffffffab;
    min-height: 90vh;
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 1.6rem;
    color: #19598d; 
    border-radius: 10px;
    overflow: hidden;
}

.custom-table thead {
    background-color: #69c0e4; 
    color: #fff; 
}

.custom-table tbody {
    background-color: #e6f7ff; 
}

.custom-table th,
.custom-table td {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
}

.custom-table tbody tr:nth-child(even) {
    background-color: #dff0ff; 
}

.custom-table tbody tr:hover {
    background-color: #cce7ff; 
}

.custom-tableCard {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.6rem;
    color: #19598d; 
    border-radius: 10px;
    overflow: hidden;
}

.custom-tableCard thead {
    background-color: #69c0e4; 
    color: #fff; 
}

.custom-tableCard tbody {
    background-color: #d9f1fa; 
}

.custom-tableCard th,
.custom-tableCard td {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
}

.custom-tableCard tbody tr:nth-child(even) {
    background-color: #E0F9FF; 
}

.custom-tableCard tbody tr:nth-child(odd) {
    background-color: white; 
}


.table-footer {
    font-size: 1.4rem;
    color: #555; 
    margin-top: 10px;
    text-align: center;
}

.collapse-content {
    background-color: #d8f1f6;
    padding: 20px;
    border-radius: 10px;
}

.cardBordered {
    border: 2px solid #69c0e4; 
    border-radius: 10px; 
    padding: 20px; 
    background-color: #ffffff; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: start; 
    align-items: start; 
}

.collapse-custom {
    width: 100%;
    text-align: center;
    padding: 30px 30px;
    margin-top: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border: 2px solid #69c0e4; 
    color: white;
    border-radius: 10px; 
    overflow: hidden;    
}

.unidade {
    background-color: #98d1c1;
    margin-bottom: 20px;
    border-radius: 10px;
}

.unidade-conteudo {
    list-style: none;
    padding: 20px;
}

.close-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #19598d;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 20px;
}

.close-btn {
    background-color: transparent;
    color: white;
    font-size: 24px;
    border: none;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.close-btn:hover {
    background-color: transparent;
}

.flexRow {
    display: flex;
    flex-direction: row;
}

.flexColumn {
    display: flex;
    flex-direction: column;
}

.alignCenter {
    display: flex;
    justify-content: center;
}

.alignEnd {
    display: flex;
    justify-content: end;
}


.arrow-btnLeft, .arrow-btnRight {
    width: 50px;
    height: 50px;
    background-color: #29c1f2;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    padding: 0;
}

.arrow-btnLeft img, .arrow-btnRight img {
    width: 24px;
    height: 24px;
    fill: white;
}

.leftBtnCard, .rightBtnCard {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: rgb(255, 255, 255);
}

.leftBtnCard {
    top: 50%;
    left: 0;
    border-radius: 0 100px 100px 0;
    transform: translateY(-50%); 
}

.leftBtnCard:hover .arrow-btnLeft {
    margin-left: 40px;
    transition: margin-left 0.3s ease;
}

.rightBtnCard {
    top: 50%;
    right: 0;
    border-radius: 100px 0 0 100px;
    transform: translateY(-50%);
}

.rightBtnCard:hover .arrow-btnRight {
    margin-right: 40px;
    transition: margin-right 0.3s ease;
}

.leftBtnCard:hover .arrow-btnLeft, .rightBtnCard:hover .arrow-btnRight {
    background-color: #29c1f2;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.paginator {
    display: flex;
    justify-content: center;
    align-items: center;
}

.paginator img {
    filter: brightness(0) invert(1);
    width: 24px;
    height: 24px;
}

.title {
    font-size: 1.6rem;
    color: #004A82;
    text-align: left;
    margin-left: 10px;
    font-family: "Myriado", sans-serif;
    font-weight: bolder;
}

.textBold{
    font-family: "Outfit"
}

.titleBlueGray{
    font-size: 1.6rem;
    color: #29c1f2;
    text-align: left;
    margin-left: 10px;
    font-family: "Outfit"
}

.fontBlueGray{
    color: #29c1f2;
    font-size: 1.5rem;
}


.table-font {
    color: #19598d;
}

.quadro{
    color: #19598d;
    font-size: 1.5rem;
    text-align: center;
}

.describeInfo {
    font-size: 1.5rem;
    font-weight: 500;
}

.tabDescription {
    font-size: 1.0625rem;
    text-align: center;
    color: #666666;
    margin-bottom: 10px;
}

.tabItemButtonDescription {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.625rem;
    text-transform: uppercase;
    color: #444444;
    padding: .5rem 0;
    text-align: center;
}

.button-container {
    display: flex;
    justify-content: space-around; 
    align-items: center; 
    flex-wrap: wrap; 
    gap: 15px; 
}

.button-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.button-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.custom-button {
    background-color: #29c1f2;
    color: white;
    padding: 10px 20px;
    border: 2px solid white;
    border-radius: 50px;
    font-size: 2.0rem;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
    min-width: 180px; 
    cursor: pointer;
}

.custom-button.active {
    background-color: #19598d; 
    color: #fff; 
    border-color: #19598d; 
}

.borderCard{
    border: 2px solid #69c0e4; 
    border-radius: 60px; 
    background-color: #ffffff; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    padding: 20px 0px;
}

.footerSlider {
    background: #69c0e4;
    border-radius: 50px;
    padding: 10px 30px;
    width: fit-content;
    margin: auto;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mini-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.page-indicator {
    font-size: 1.2rem;
    font-weight: bold;
    color: white;
}

.btn-circle {
    width: 40px;
    height: 40px;
    background-color: #0056b3;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.btn-circle:hover {
    background-color: #19598d;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.btn-circle img {
    filter: brightness(0) invert(1);
    width: 24px;
    height: 24px;
}

.btn-left {
    position: relative;
}

.btn-right {
    position: relative;
}

.btn-circle i {
    font-size: 24px;
}

.bgRedWrapper {
    position: relative;
    width: 98.5vw;
    left: 50%;
    margin-left: -50vw;
}

.bgRed {
    background-color: #e6f7ff;
    color: #19598d;
    font-weight: normal;
    font-size: 1rem;
    padding: 20px 30px;
    border-radius: 30px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 1.5;
}

.bgRed .describe{
    font-size: 1.8rem;
}

.content {
    text-align: center;
}

.titleBlueGray{
    font-size: 1.6rem;
    margin-right: 2vh;
    color: #007bff;
    text-align: left;
    margin-left: 10px;
    font-family: "Outfit"
}

.indicationText {
    color: #0033cc; 
    font-size: 1rem; 
    font-weight: 400; 
    line-height: 1.5; 
}

.attention-container {
    position: relative;
    width: 100%;
    margin: 0 auto; 
}

.attention-label {
    position: absolute;
    top: -15px; 
    left: 15%;
    transform: translateX(-50%);
    background-color: #00a2d9; 
    color: #fff;
    padding: 5px 15px;
    font-weight: bold;
    border-radius: 15px; 
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.attention-card {
    background-color: #004F99; 
    border: 5px solid #29c1f2;
    color: #fff;
    padding: 15px;
    border-radius: 60px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    text-align: center;
    font-size: 1.6rem;
}

.attention-text {
    font-size: 20px;
    line-height: 1.5;
}

.badge-custom {
    background-color: #5CAA82;
    color: white;
    padding: 15px 30px;
    border: 2px solid white;
    border-radius: 50px;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
    position: absolute;
    top: -35px;
    left: 30%;
    transform: translateX(-50%);
    z-index: 1;
}

a {
    text-decoration: none;
    color: white;
}

.table-striped {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1.4rem;
}

.table-striped thead {
    background-color: #19598d; 
    color: white; 
    font-weight: bold;
    text-align: center;
    border-radius: 8px 8px 0 0; 
}

.table-striped th, 
.table-striped td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    vertical-align: middle; 
}

.table-striped tbody tr:nth-child(odd) {
    background-color: #d9f1fa !important; 
}

.table-striped tbody tr:nth-child(even) {
    background-color: #ffffff !important; 
}

.table-striped tbody tr:hover {
    background-color: #cce7ff !important; 
}

.table-striped .red {
    color: #ee1d23; 
    font-weight: bold;
}

.red {
    color: red; 
}

.table-font {
    font-weight: 100;
    color: #004A82;
}

.bgHeaderTable tr:first-child th:first-child {
    background-color: #19598d; 
    color: white; 
    font-size: 1rem;
    padding: 15px;
    text-align: center;
    border-radius: 8px 8px 0 0; 
}

.bgHeaderTable th {
    background-color: #29c1f2;
    color: white;
    font-size: 1.6rem;
    padding: 15px;
    border-radius: 6px;
    text-align: center;
}

.cardBorderedW0 {
    border: 2px solid #69c0e4; 
    border-radius: 10px; 
    padding: 20px; 
    background-color: #ffffff; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    width: min-content;
}


.table-container {
    max-width: 100%;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 10px;
    font-size: 0.9rem;
}

.custom-table thead {
    background-color: #69c0e4;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.custom-table th, .custom-table td {
    padding: 12px 15px;
    text-align: center;
    border: 1px solid #ddd;
    word-wrap: break-word;
}

.custom-table tbody tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.custom-table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.table {
    margin: 0 auto; 
    text-align: center; 
}

.table th,
.table td {
    text-align: center; 
    vertical-align: middle; 
}

.bgHeaderTable th {
    text-align: center; 
    vertical-align: middle; 
}

.fonte {
    text-align: center; 
}

.table-responsive {
    display: flex;
    justify-content: start;  
    align-items: start;  
    overflow-x: auto; 
}

.alert-card span {
    display: block; 
    margin-top: 10px; 
    font-weight: normal; 
}

.alert-card span:first-child,
.alert-card span:last-child {
    font-weight: bold; 
    font-size: 1.2rem; 
}

.cartilha-text-container {
    text-align: center; 
    padding: 20px;
    background-color: #f0f8ff; 
    border-radius: 15px; 
    max-width: 600px; 
    margin: 0 auto; 
}

.cartilha-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #19598d; 
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
}

.cartilha-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    color: #004A82;
    font-weight: bold;
    /* margin: 0; */
    line-height: 1.4;
}

.bgBlue {
    background-color: #007bff; 
    border-radius: 0px 60px 60px 0px; 
    box-shadow: rgba(0, 0, 0, 0.4) 5px 5px, rgba(0, 0, 0, 0.3) 10px 10px, rgba(0, 0, 0, 0.2) 15px 15px, rgba(0, 0, 0, 0.1) 20px 20px, rgba(0, 0, 0, 0.05) 25px 25px;
}

.text-white {
    color: #ffffff; 
}

.describe {
    font-size: 1.2rem; 
    line-height: 1.5; 
    font-weight: bold; 
}

.flexRow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px; 
}

.custom-card {
    border: 2px solid #69c0e4;
    border-radius: 10px;
    padding: 15px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px; 
}

.img-same-size {
    max-width: 100%; 
    height: auto; 
    object-fit: cover; 
    border-radius: 5px;
}

.image-caption {
    font-size: 0.9rem;
    color: #555;
    text-align: center;
}

.quadro{
    color: #19598d;
    font-size: 1.5rem;
    text-align: center;
}

.bgBlueCard{
    background-color: #19598d;
    color: white;
    padding: 15px;
    margin: 10px;
    border-radius: 0px 0px 10px 10px;
}

.fontsmall{
    font-size: 1.4rem;
}

.cardSubBordered {
    border-radius: 50px; 
    padding: 10px 20px; 
    background-color: #E0F9FF; 
    text-align: center; 
    font-family: "Outfit", sans-serif; 
    color: #19598d; 
    font-size: 1.6rem;
    width: 100%;
}

.leftBtnCard,
.rightBtnCard {
    display: none;
}

@media (max-width: 1024px) {
 

    .image8 {
         width: 60%;
          height: 60%; 
    }
    
    .title {
        font-size: 1.3rem;
        margin-left: 0;
    }

    .quadro {
        font-size: 1.2rem;
    }

    .bgHeaderTable th {
        font-size: 1rem;
    }

    .table-font{
        font-size: 0.8rem;
    }

    .custom-tableCard {
        font-size: 1rem;
    }

    .custom-button {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #29c1f2;
        color: white;
        border: 2px solid white;
        border-radius: 30px;
        text-align: center;
        text-decoration: none;
        transition: all 0.3s ease;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        padding: 5px 5px;
        font-size: 1.2rem!important;
        min-width: 150px;
        height: 50px;
    }

    .attention-card{
        font-size: 1.2rem;
    }

    .cardSubBordered{
        font-size: 1rem;
    }

    .fontBlueGray{
        font-size: 1rem;
    }

    .list-group-item {
        font-size: 1.2rem;
    }

    .list-group-item b {
        font-size: 1.1rem;
    }

    .list-group-itemMl0{
        font-size: 1.2rem;
    }

    .list-group-item1{
        font-size: 1.2rem;
        margin-left: 0;
    }

    .cartilha-title {
        font-size: 1.2rem;
    }

    .describe {
        font-size: 1rem;
    }

    .customLineHeight {
        line-height: 0.8rem;
    }
}

@media (max-width: 768px) {

     .image8 {
         width:70%;
    }
    .title {
        font-size: 1.3rem;
    }

  .custom-table {
        font-size: 0.9rem;
    }

    .collapse-content {
        padding: 10px; 
    }

    .custom-button {
        font-size: 1.1rem; 
        width: 150px;
    }

}

@media (max-width: 576px) {


    .title {
        font-size: 1.1rem;
    } 

    .list-group-item {
        font-size: 1rem;
    }

    .list-group-item b {
        font-size: 0.9rem;
    }

    .list-group-itemMl0 {
        font-size: 0.9rem;
    }

    .list-group-item1 {
        font-size: 1rem;
    }

    .fontBlueGray{
        font-size: 0.9rem;
    }

    .custom-button {
        white-space: normal;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        font-size: 1rem;
        height: 45px;
    }

    .attention-card{
        font-size: 1rem;
    }

    .collapse-custom {
        padding: 20px;
    }

    .cartilha-title {
        font-size: 1rem!important;
    }
    
    .quadro{
        font-size: 0.9rem!important;
        text-align: center!important;
    }

    .table-font {
        font-size: 0.8rem;
    }

    .custom-tableCard {
        font-size: 1rem;
    }

    .cardSubBordered{
        font-size: 1rem;
    }

    .bgHeaderTable th{
        font-size: 1rem;
    }

    .col-12{
        padding: 3px;        
    }
    
    .custom-tableCard {
        font-size: 0.9rem;
        width: 100%;
        margin: 0;
    }
    
    .table-responsive {
        display: flex;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    
    .table-first-line th,
    .table-second-line th {
        padding: 8px 5px;
    }
    
    .custom-tableCard td {
        padding: 8px 5px;
    }
}
