body {
    background-image: url('../../assets/images/bgg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    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");
}

.capitulo-card {
    display: flex;
    align-items: center;
    padding: 10px 20px;
}

.capitulo-numeroTitle {
    background-color: #69c0e4;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 20px 0 0 20px;
    font-size: 1.6rem;
    font-family: "AlumniItalic";
    text-align: center;
}

.capitulo-tituloTitle {
    color: #19598d;
    font-weight: bold;
    padding: 10px 20px;
    font-size: 1.2rem;
    white-space: normal; 
    font-family: "OutfitMedium";
}

.capitulotituloTitle1 {
    color: #19598d;
    font-weight: bold;
    padding: 10px 20px;
    white-space: nowrap;
    font-family: "Outfit";
    line-height: 2vh;
}

.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 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; 
    padding: 0;
    text-align: left!important; 
}

.list-group-item {
    list-style-type: none;
    font-size: 1.6rem;
    color: #19598d;
    background-color: transparent;
    border: none;
    display: flex;
    margin-left: 6vw;
    padding: 0;
}

.list-group-item:before {
    content: "-";
    margin-right: 5px;
    color: #19598d;
}

.list-group-item span {
    font-size: 1.5rem;
    color: #19598d;
}

.list-group-item b {
    font-weight: bold;
    color: #19598d;
}


.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 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; 
}

.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; 
    text-align: center; 
}

.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-conteudo {
    list-style: none;
    padding: 20px;
}

.unidade-conteudo li {
    font-size: 18px;
    margin-bottom: 10px;
    color: #2f4f4f;
}

.close-btn {
    background-color: transparent;
    color: white;
    font-size: 24px;
    border: none;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}
.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;
    font-family: "Myriado", sans-serif;
    font-weight: bolder;
}

.titleBlueGray{
    font-size: 1.5rem;
    color: #29c1f2;
    text-align: left;
    margin-left: 10px;
    font-family: "Outfit", sans-serif;
}

.fontBlueGraySubtitle{
    color: #29c1f2;
    font-weight: 500;
    font-size: 1.5rem;
}

.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-size: 1.5rem;
    color: #19598d;
    font-weight: 100;
}

.describe {
    font-size: 1.6rem;
    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; 
}

.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; 
}

.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: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 .describe{
    font-size: 1.8rem;
}

.content {
    text-align: center;
}

.titleBlueGray{
    margin-right: 2vh;
    color: #19598d;
    text-align: left;
    margin-left: 10px;
    font-family: "Outfit", sans-serif;
}

.indicationText {
    color: #19598d; 
    font-size: 1.5rem; 
    font-weight: 400; 
    line-height: 1.5; 
}

.fontBlueGray{
    color: #29c1f2;
}

.attention-container {
    position: relative;
    width: 100%;
    margin: 0 auto; 
}

.attention-label {
    position: absolute;
    top: -15px; 
    left: 15%;
    transform: translateX(-50%);
    background-color: #01C5FF; 
    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: #19598d; 
    border: 5px solid #01C5FF;
    color: #fff;
    padding: 20px;
    border-radius: 60px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    text-align: center;
}

.attention-text {
    font-size: 1.6rem;
    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;
}

.table-responsive {
    overflow-x: auto; 
}

.table-font {
    font-weight: 100;
    color: #19598d;
}

.bgHeaderTable tr:first-child th:first-child {
    background-color: #19598d; 
    color: white; 
    font-size: 1.2rem;
    padding: 15px;
    text-align: center;
    border-radius: 8px 8px 0 0; 
}

.bgHeaderTable th {
    background-color: #29c1f2; 
    color: white; 
    font-size: 1.2rem; 
    padding: 15px;
    border-radius: 6px;
    text-align: center;
}


.cardBordered {
    border: 2px solid #69c0e4; 
    border-radius: 10px; 
    padding-top: 20px; 
    background-color: #ffffff; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}

.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; 
}

.cardBordered {
    display: flex;
    justify-content: center; 
    align-items: center; 
}

.fonte {
    text-align: center; 
}

.table-responsive {
    display: flex;
    justify-content: center; 
    align-items: center; 
}

.sumario-container[aria-expanded="true"] .arrow {
    transform: rotate(180deg); 
}


.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.6rem; 
}

.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: #19598d;
    font-weight: bold;
    margin: 0;
    line-height: 1.4;
}

.leftBtnCard,
.rightBtnCard {
    display: none;
}

@media (max-width: 1024px) {
    .capitulotituloTitle1 {
        font-size: 1.5rem;
        flex-shrink: unset;
    }

    .juntaPalavras {
        margin-top: -0.7rem;
    }

    .tablet-pad {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .fontBlueGraySubtitle {
        padding-left: 2rem;
    }

    .title {
        font-size: 1.3rem;
    }

    .list-group-item {
        font-size: 1rem;
        margin-right: 2vh;
    }

    .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;
    }

}

@media (max-width: 768px) {
    .custom-button {
        font-size: 1.1rem; 
        width: 150px;
    }
    
    .title {
        font-size: 1.3rem;
    }

    .custom-table {
        font-size: 0.9rem;
    }

    .leftBtnCard,
    .rightBtnCard {
        display: none;
    }

    .mbSmall{
        margin-bottom: 20px;
    }

    .sumario-text {
        display: none; 
    }

    .arrow {
        display: inline-block; 
        font-size: 1.5rem; 
    }

    .sumario-container {
        justify-content: flex-end; 
        padding: 5px 10px;
    }

    .collapse-content {
        padding: 10px; 
    }

    .imgSize {
        width: 95vw;
    }

    .table-container {
        padding: 5px;
    }

    .cartilha-text-container {
        padding: 10px;
    }

    .sumario-item {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: 60px;
        border-radius: 30px;
        overflow: hidden;
        gap: 10px;
    }

}

@media (max-width: 576px) {
    .tablet-pad {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }

    .title {
        font-size: 1.1rem;
    }

    .fontBlueGraySubtitle{
        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;
    }

    .describe {
        font-size: 1.5rem;
    }

    .collapse-custom {
        padding: 20px;
    }

    .list-group-item {
        font-size: 1rem;
        margin-right: 2vh;
    }

    .titleCard {
        font-size: 1.2rem;
    }

    .titleBlueGray{
        font-size: 1.3rem;
        text-align: center;
    }

    .describe {
        font-size: 1.2rem;
    }

    .collapse-custom {
        padding: 20px;
    }

    .cartilha-title{
        font-size: 1rem!important;
    }

    .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;
    }

    .indicationText{
        font-size: 1rem;
    }

    .attention-text{
        font-size: 1rem;
    }
}