html, body {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    min-height: 90vh;
    background-color: white;
    width: 100%;
    overflow-x: hidden;
    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");
}

/* --- garante stacking correto no Android --- */
.video-card { position: relative; overflow: visible; }
.video-card video { position: relative; z-index: 1; }

/* Botão já existente (referência) */
.video-download-btn{
  position:absolute; top:.75rem; right:.75rem; z-index:4;
  display:inline-flex; align-items:center; justify-content:center;
  width:42px; height:42px; border:0; border-radius:999px;
  background:#0f2433cc; color:#fff; backdrop-filter: blur(4px);
  box-shadow:0 6px 16px rgba(0,0,0,.25); cursor:pointer;
}
.video-download-btn svg{ width:20px; height:20px; }
.video-download-btn.is-downloading{ pointer-events:none; }
.video-download-btn.is-downloading svg{ display:none; }
.video-download-btn.is-downloading::after{
  content:""; width:18px; height:18px; border:2px solid currentColor;
  border-top-color: transparent; border-radius:50%; animation: spin 1s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.video-download-btn.is-cached{
  width:26px; height:26px; top:.5rem; right:.5rem; z-index:5;
  background:#0b8a4b; box-shadow:0 4px 10px rgba(0,0,0,.25);
}
.video-download-btn.is-cached svg{ width:14px; height:14px; }

/* --- HINT OFFLINE sobre o vídeo (mesma linguagem visual do dialog) --- */
.video-offline-hint{
  position:absolute; inset:0; z-index:3;
  display:flex; align-items:center; justify-content:center;
  pointer-events:none;   /* não bloqueia toques no vídeo */
  padding:12px;
}
.video-offline-hint .hint-card{
  pointer-events:auto;
  max-width:min(92vw, 520px);
  background:#fff;
  color:#19598d;
  border:1px solid #e0edf7;
  border-radius:14px;
  box-shadow:0 12px 30px rgba(0,0,0,.20);
  padding:12px 14px;
  text-align:center;
  line-height:1.45;
}
.video-offline-hint .hint-title{
  margin: 0 0 6px;
  font-weight:700;
  font-size: 0.8rem;
}
.video-offline-hint .hint-sub{
  margin:0;
  font-size:.0.75rem;
}
.video-offline-hint .icon-embed{
  display:inline-block; width:18px; height:18px; vertical-align:-3px;
  margin:0 2px;
}
.video-offline-hint .icon-embed svg{ width:18px; height:18px; fill:#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;
}


.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; /* Permite que o elemento cresça */
    flex-shrink: 0; /* Evita que o elemento encolha além do seu tamanho mínimo */
    flex-basis: auto; /* Define a base como automática */
    padding: 15px 25px;
    font-size: 1.1rem;
    max-width: 70%; /* Limita a largura máxima */
    background-color: #4f81bd;
    color: white;
    border-radius: 0 30px 30px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: normal; /* Permite a quebra de linha */
    overflow-wrap: break-word; /* Quebra palavras longas */
    word-wrap: break-word; /* Suporte para navegadores mais antigos */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: transform 0.2s, box-shadow 0.2s;
}

.indicationText {
    color: #19598d; /* Azul similar ao print */
    font-size: 1rem; /* Ajuste conforme necessário */
    font-weight: 400; /* Ou "bold", conforme o design */
    line-height: 1.5; /* Para um espaçamento agradável */
}

.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 {
    list-style-type: none; /* Remove os marcadores padrão */
    padding: 0;
    margin: 0;
    text-align: left!important; /* Alinha o texto à esquerda */
}

.list-group-item{
    list-style-type: none;
    font-size: 1.6rem;
    color: #19598d;
    background-color: transparent;
    border: none;
    margin-left: 6vw;
    padding: 0;
}

.list-group-item:before {
    content: "-";
    margin-right: 5px;
    color: #19598d;
}

.list-groupitemSubItem {
    list-style-type: none;
    padding: 0;
    margin-left: 3vh;
    text-align: left !important;
    max-width: 90%; /* Garante que o texto não ultrapasse a linha vermelha */
}

.list-group-itemSubItem {
    list-style-type: none;
    font-size: 1.6rem;
    color: #19598d;
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: flex-start;
    padding: 0;
    text-align: left;
}

.list-group-itemSubItem:before {
    content: "-";
    margin-right: 5px;
    color: #19598d;
}

.list-group-itemWithoutT{
    list-style-type: none;
    font-size: 1.6rem;
    color: #19598d;
    background-color: transparent;
    border: none;
    margin-left: 1vw;
    padding: 0;
}

.list-group-itemWithoutT:before {
    margin-right: 5px;
    color: #19598d;
}

.titleCard {
     
    font-size: 1.8rem; /* Ajuste proporcional do tamanho da fonte */
    font-weight: bold;
    color: #19598d; /* Azul escuro */
    background-color: #19598d; /* Fundo azul escuro */
    text-align: center;
    border: 3px solid #69c0e4; /* Borda azul clara */
    border-radius: 30px; /* Bordas arredondadas */
    padding: 10px 20px; /* Espaçamento interno */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra para realce */
    display: inline-block; /* Faz com que o texto ocupe apenas o espaço necessário */
    color: white; /* Texto branco */
}

.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: 50px;
    background-color: #69c0e4;
    position: relative;
    z-index: 0;
}

.line-connector {
    width: 3px; /* Largura */
    height: 0; /* Altura padrão (invisível) */
    background-color: #69c0e4; /* Cor azul clara */
    margin: 0 auto; /* Centraliza a linha */
    position: relative;
    z-index: 0;
    transition: height 0.3s ease; /* Suaviza o efeito ao abrir/fechar */
}

.line-connector.active {
    height: 50px; /* Altura visível quando ativo */
}


.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; /* Azul claro */
    color: #19598d; /* Azul escuro */
    font-weight: normal; /* Remove o bold */
    font-size: 1rem;
    border-radius: 60px!important;
    padding: 20px 30px;
    text-align: center;
    line-height: 1.5; /* Ajusta o espaçamento entre as linhas */
}

.alert-card strong {
    color: #19598d; /* Azul mais forte */
    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; /* Azul escuro */
    border-radius: 10px;
    overflow: hidden;
}

.custom-table thead {
    background-color: #69c0e4; /* Azul claro para o cabeçalho */
    color: #fff; /* Texto branco */
}

.custom-table tbody {
    background-color: #e6f7ff; /* Fundo azul claro para o corpo da tabela */
}

.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; /* Azul um pouco mais claro para linhas pares */
}

.custom-table tbody tr:hover {
    background-color: #cce7ff; /* Azul mais forte ao passar o mouse */
}

.custom-tableCard {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 1.6rem;
    color: #19598d; /* Azul escuro */
    border-radius: 10px;
    overflow: hidden;
}

.custom-tableCard thead {
    background-color: #69c0e4; /* Azul claro para o cabeçalho */
    color: #fff; /* Texto branco */
}

.custom-tableCard tbody {
    background-color: #d9f1fa; /* Fundo azul claro para o corpo da tabela */
}

.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; /* Azul um pouco mais claro para linhas pares */
}

.custom-tableCard tbody tr:nth-child(odd) {
    background-color: white; /* Azul um pouco mais claro para linhas pares */
}


.table-footer {
    font-size: 1.4rem;
    color: #555; /* Cinza claro */
    margin-top: 10px;
    text-align: center;
}


.collapse-content {
    background-color: #d8f1f6;
    padding: 20px;
    border-radius: 10px;
}

.cardBordered {
    border: 2px solid #69c0e4; /* Cor da borda */
    border-radius: 10px; /* Bordas arredondadas */
    padding-top: 20px; /* Espaçamento interno */
    background-color: #ffffff; /* Fundo branco */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra leve */
    display: flex;
    flex-direction: column;
}

.list-group-item1 {
    list-style-type: none;
      /* Aplica a fonte desejada */
}

.list-group-item1:before {
    content: "";
    color: #19598d;
    text-align: center;
    margin-top: 1vh;
    font-size: 1.2rem;
}

.collapse-custom {
    width: 100%;
    text-align: center;
    padding: 30px 30px;
    margin-top: 10px;
    border-radius: 50px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    color: white;
}

.unidade {
    background-color: #98d1c1;
    margin-bottom: 20px;
    border-radius: 10px;
}

.unidade-header {
    background-color: #19598d;
    color: white;
    font-weight: bold;
    padding: 15px;
    border-radius: 10px;
}

.unidade-conteudo {
    list-style: none;
    padding: 20px;
}

.unidade-conteudo li {
    font-size: 18px;
    margin-bottom: 10px;
    color: #2f4f4f;
}

.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;
}

.navHeaderHeight {
    height: 130px;
}

.title {
    font-size: 1.6rem;
    color: #19598d;
    text-align: left;
    margin-left: 10px;
    font-family: "Myriado", sans-serif;
    font-weight: bolder;
}

.titleSubcap{
    font-size: 1.8rem;
    color: #19598d;
    text-align: center;
    font-family: "Myriado", sans-serif;
    font-weight: bolder;
}

.titleSubcap1{
    font-size: 1.5rem;
    color: #19598d;
    text-align: left;
    font-family: "Myriado", sans-serif;
    margin-left: 1vw;
}

.textBold{
    font-family: "Outfit", sans-serif;
}

.titleBlueGray{
    font-size: 1.6rem;
    color: #29c1f2;
    text-align: left;
    margin-left: 10px;
    font-family: "Outfit", sans-serif;
}

.fontBlueGray{
    color: #29c1f2;
}

.table-subtitle {
    font-size: 1.5rem;
    color: #19598d;
    text-align: left;
    font-weight: bold;
}

.fontRegular{
    font-size: 1.5rem;
    color: #19598d;
    font-weight: bold;
}

.table-font {
    font-weight: 100;
    color: #19598d;
}

.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; /* Alinha os botões uniformemente */
    align-items: center; /* Centraliza os botões verticalmente */
    flex-wrap: wrap; /* Permite que os botões quebrem a linha em telas menores */
    gap: 15px; /* Espaço entre os botões */
}

.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; /* Largura fixa maior */
    cursor: pointer;
}

.custom-button.active {
    background-color: #19598d; /* Fundo azul mais escuro */
    color: #fff; /* Texto branco */
    border-color: #19598d; /* Borda azul mais escura */
}

.borderCard{
    border: 2px solid #69c0e4; /* Cor da borda */
    border-radius: 60px; /* Bordas arredondadas */
    background-color: #ffffff; /* Fundo branco */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra leve */
    padding: 20px 0px;
}

/* @media (max-width: 775px) {
    .alignCenterOfScreen {
        display: none;
    }
} */

.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: #19598d;
    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: #19598d;
    text-align: left;
    margin-left: 10px;
    font-family: "Outfit", sans-serif;
}

.indicationText {
    color: #19598d; /* Azul similar ao print */
    font-size: 1rem; /* Ajuste conforme necessário */
    font-weight: 400; /* Ou "bold", conforme o design */
    line-height: 1.5; /* Para um espaçamento agradável */
}

.fontBlueGray{
    color: #29c1f2;
}

.attention-container {
    position: relative;
    width: 100%;
    margin: 0 auto; /* Centraliza o card */
}

.attention-label {
    position: absolute;
    top: -15px; /* Ajuste a posição vertical */
    left: 15%;
    transform: translateX(-50%);
    background-color: #00a2d9; /* Cor de fundo do label */
    color: #fff;
    padding: 5px 15px;
    font-weight: bold;
    border-radius: 15px; /* Bordas arredondadas */
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.attention-card {
    background-color: #19598d; /* Cor do card */
    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;
}

/* Estilo da badge */
.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;
}

.list-group-item{
    font-size: 1.6rem;
}

.table-striped {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1.4rem;
}

.table-striped thead {
    background-color: #19598d; /* Fundo azul escuro */
    color: white; /* Texto branco */
    font-weight: bold;
    text-align: center;
    border-radius: 8px 8px 0 0; /* Canto arredondado */
}

.table-striped th, 
.table-striped td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    vertical-align: middle; /* Alinha verticalmente no meio */
}

.table-striped tbody tr:nth-child(odd) {
    background-color: #d9f1fa !important; /* Azul claro */
}

.table-striped tbody tr:nth-child(even) {
    background-color: #ffffff !important; /* Branco */
}

.table-striped tbody tr:hover {
    background-color: #cce7ff !important; /* Azul mais escuro ao passar o mouse */
}

.table-striped .red {
    color: #ee1d23; /* Texto em vermelho */
    font-weight: bold;
}

.table-responsive {
    overflow-x: auto; /* Faz a tabela rolável em telas menores */
}

.table-font {
    font-weight: 100;
    color: #19598d;
}

.bgHeaderTable tr:first-child th:first-child {
    background-color: #19598d; /* Azul mais escuro */
    color: white; /* Texto branco */
    font-size: 1.2rem;
    padding: 15px;
    text-align: center;
    border-radius: 8px 8px 0 0; /* Bordas arredondadas no topo */
}

.bgHeaderTable th {
    background-color: #29c1f2; /* Azul claro */
    color: white; /* Texto branco */
    font-size: 1.2rem; /* Ajuste o tamanho da fonte */
    padding: 15px;
    border-radius: 6px;
    text-align: center;
}


.cardBordered {
    border: 2px solid #69c0e4; /* Cor da borda */
    border-radius: 10px; /* Bordas arredondadas */
    padding-top: 20px; /* Espaçamento interno */
    background-color: #ffffff; /* Fundo branco */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra leve */
}

.cardBorderedW0 {
    border: 2px solid #69c0e4; /* Cor da borda */
    border-radius: 10px; /* Bordas arredondadas */
    padding: 20px; /* Espaçamento interno */
    background-color: #ffffff; /* Fundo branco */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra leve */
    width: min-content;
    display: flex;
    justify-content: center;
}


.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: 1rem;
}

.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; /* Centraliza a tabela na página */
    text-align: center; /* Centraliza o texto dentro da tabela */
}

.table th,
.table td {
    text-align: center; /* Centraliza horizontalmente o conteúdo */
    vertical-align: middle; /* Centraliza verticalmente o conteúdo */
}

.bgHeaderTable th {
    text-align: center; /* Centraliza os cabeçalhos */
    vertical-align: middle; /* Centraliza verticalmente os cabeçalhos */
}

.cardBordered {
    display: flex;
    justify-content: center; /* Centraliza horizontalmente a tabela dentro do card */
}

.fonte {
    text-align: center; /* Centraliza o texto das fontes abaixo da tabela */
}

.table-responsive {
    display: flex;
    justify-content: center; /* Centraliza a tabela em dispositivos móveis */
    align-items: center; /* Centraliza verticalmente em dispositivos móveis */
}


.sumario-container[aria-expanded="true"] .arrow {
    transform: rotate(180deg); /* Gira a seta para cima quando expandido */
}

.alert-card span {
    display: block; /* Quebra cada linha */
    margin-top: 10px; /* Espaçamento entre as linhas */
    font-weight: normal; /* Normal para as linhas intermediárias */
}

.alert-card span:first-child,
.alert-card span:last-child {
    font-weight: bold; /* Mantém o bold apenas na primeira e última linha */
    font-size: 1.6rem; /* Destaca a primeira e última linha */
}

.cartilha-text-container {
    text-align: center; /* Centraliza o texto */
    padding: 20px;
    background-color: #f0f8ff; /* Azul claro de fundo */
    border-radius: 15px; /* Bordas arredondadas */
    max-width: 600px; /* Largura máxima */
    margin: 0 auto; /* Centraliza horizontalmente */
}

.cartilha-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #19598d; /* Azul escuro */
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
}

.cartilha-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    color: #19598d;
    font-weight: bold;
    margin: 0;
    line-height: 1.4;
}

.colapsed-btn-warning-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    color: #19598d;
    font-weight: bold;
    margin: 0;
    line-height: 1.4;
}


.imgSize {
    width: 100%;
    height: auto;
    border-radius: 5px;
    width: 100%;
}


.bgBlue {
    background-color: #19598d; /* Azul brilhante */
    border-radius: 0px 60px 60px 0px; /* Bordas arredondadas */
}

.text-white {
    color: #ffffff; /* Texto branco */
}

.describe {
    font-size: 1.2rem; /* Ajuste conforme necessário */
    line-height: 1.5; /* Espaçamento entre linhas */
    font-weight: bold; /* Negrito */
}

.flexRow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px; /* Ajusta o espaçamento entre os itens */
}

.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; /* Limita o tamanho do card */
}

.img-same-size {
    max-width: 100%; /* Ajusta as imagens para ocupar o espaço do card */
    height: auto; /* Mantém a proporção */
    object-fit: cover; /* Mantém a proporção da imagem ao preencher o espaço */
    border-radius: 5px;
}

.image-caption {
    font-size: 0.9rem;
    color: #555;
    text-align: center;
}

.quadro{
    color: #19598d;
    font-size: 1.5rem;
    text-align: center;
}

.imgTitle {
    color: #19598d;
    font-size: 1.5rem;
    text-align: center;
}


.fontBlue{
    color: #19598d;
}

.cardSubBordered {
    border-radius: 50px; /* Bordas mais arredondadas */
    padding: 10px 20px; /* Espaçamento interno */
    background-color: #E0F9FF; /* Fundo azul claro */
    text-align: center; /* Centraliza o conteúdo */
    font-family: "Outfit", sans-serif; /* Fonte personalizada */
    color: #19598d; /* Texto azul escuro */
    font-size: 1.6rem;
    width: 100%;
}

.video-size{
    width: 100%
}

.leftBtnCard,
.rightBtnCard {
    display: none;
}

@media (max-width: 1024px) {
    .capitulotituloTitle1 {
        font-size: 1.5rem;
        flex-shrink: unset;
    }
    .imgTitle {
        font-size: 1.2rem;
    }


    .juntaPalavras {
        margin-top: -0.3rem;
    }

    .tablet-pad {
        padding-left: 2rem;
        padding-right: 2rem;
    }


    .title {
        font-size: 1.3rem;
        margin-left: 0;
    }
    
    .list-group-item {
        font-size: 1rem;
    }

    .list-group-itemMl0{
        font-size: 1rem;
    }

    .list-group-item1{
        font-size: 1rem;
        margin-left: 0;
    }

    .fontBlueGray{
        font-size: 1rem;
    }

    .titleCard {
        font-size: 1.2rem;
    }

    .titleBlueGray{
        font-size: 1.3rem;
        text-align: center;
    }

    .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;
    }

    .describe {
        font-size: 1rem;
    }

    .collapse-custom {
        padding: 20px;
    }

    .fontRegular{
        font-size: 1rem;
    }

    .quadro{
        font-size: 1rem!important;
    }

    .table-font{
        font-size: 0.8rem;
    }

    .custom-tableCard {
        font-size: 1rem;
    }

    .alert-card span {
        font-size: 1rem!important;
    }

    .capitulotituloTitle1{
        font-size: 1.2rem;
        line-height: 2.5vh;
    }

    .capitulo-card {
        padding: 10px 10px 0px 0px;
    }

    .capitulo-numero {
        font-size: 1.2rem;
    }

    .cardSubBordered{
        font-size: 1rem;
    }

    .bgHeaderTable th{
        font-size: 1rem;
    }

    .fontBlueGraySubtitle{
        font-size: 1.2rem;
    }

    .cartilha-title{
        font-size: 1.2rem;
    }

    .indicationText{
        font-size: 1rem;
    }

    .attention-text{
        font-size: 1rem;
    }

    .cardSubBorderedWithouthBorder{
        font-size: 1rem;
        padding: 10px 10px 10px 0px;
    }

    .describeInfo{
        font-size: 1.2rem;
    }

    .attention-card {
        font-size: 1.2rem;
    }

    .list-group-itemSubItem{
        font-size: 1.1rem;
    }

    .colapsed-btn-warning-text {
        font-size: 1rem;
    }

    .list-groupSubItem{
        margin-bottom: 0;
    }

    .capitulotituloTitle1{
        padding: 0px 10px
    }

    .list-group-itemWithoutT h3{
        font-size: 1rem;
    }

    .titleSubcap{
        font-size: 1.2rem;
    }

    .customLineHeight {
        line-height: 0.8rem;
    }

    .paddingBlueBoxes {
        padding: 1.5rem !important;
    }
}

@media (max-width: 768px) {
    .cartilha-title {
        font-size: 1.2rem;
    }

    .imgTitle {
        font-size: 1rem;
    }

    .title {
        font-size: 1.3rem;
    }

    .collapse-content {
        padding: 10px; /* Reduz espaço interno do dropdown */
    }

    .custom-button {
        font-size: 1.1rem; /* Diminui o botão */
        width: 150px;
    }

    .imgSize {
        width: 95vw;
    }
}

@media (max-width: 576px) {

    .cartilha-title{
        font-size: 1rem!important;
    }

    .colapsed-btn-warning-text{
        font-size: 0.9rem;
    }

    .imgTitle {
        font-size: 0.9rem;
    }

    .title {
        font-size: 1.1rem;
    }

    .paddingBlueBoxes {
        padding: 1.3rem!important;
    }


    .list-group-item {
        font-size: 1rem;
        margin-right: 2vh;
    }

    .list-group-itemMl0{
        font-size: 1rem;
    }

    .list-group-item1{
        font-size: 1rem;
        margin-left: 0;
    }

    .titleBlueGray{
        font-size: 1rem;
    }

        .custom-button {
            white-space: normal;
            padding-top: 5px;
            padding-left: 5px;
            padding-right: 5px;
            padding-bottom: 5px;
            font-size: 1rem;
            height: 45px;
        }

    .collapse-custom {
        padding: 20px;
    }

    
    .quadro {
        font-size: 0.9rem!important;
    }

    .table-font{
        font-size: 0.8rem;
    }

    .alert-card span {
        font-size: 0.9rem!important;
    }

    .cardSubBordered {
        font-size: 1rem;
    }

    .bgHeaderTable th {
        font-size: 1rem;
    }

    .describeInfo{
        font-size: 1rem;
    }

    .attention-card{
        font-size: 1rem;
    }
    
    .list-group-itemSubItem{
        font-size: 1rem;
    }

    .list-groupSubItem{
        margin-bottom: 0;
    }

    .list-group-itemWithoutT h3{
        font-size: 1rem;
    }

    .titleSubcap{
        font-size: 1.2rem;
    }
}


@media (max-width: 370px) {

    .imgTitle {
        font-size: 0.8rem;
    }
}