.modulos-container {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px) {
.modulos-container{
    display: block !important;
    margin-right: 8px!important;
}
}
.trimester-column {
    width: 23%;
    padding: 10px;
    margin: 5px;
    background-color: transparent!important;
}

@media (max-width: 768px) {
    .trimester-column {
        width: 100%;
    }
}
.titulo-tri{
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    text-align: center
}
.titulo-card{
    color: #2E2640;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}
.modulo-card {
    background-color: #fff;
    padding: 16px;
    margin: 5px 0 40px 0;
    cursor: pointer;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    border-radius: 16px;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 124px;
    display: flex;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
}

.modulo-card:hover{
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.4);
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 40px!important;
    border: 1px solid #888;
    width: 80%;
    max-width: 1040px;
    border-radius: 24px!important;
}

@media (max-width: 768px) {
.modal-content {
    width: 95%!important;
    margin: 5% 3%!important;
}
}


.modal-curso{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    border-radius: 16px;
    background: #5C3DAA;
    padding: 8px 16px;
    width: fit-content;
}
.modal-ano{
    color: #635A76;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-top: 20px;
    margin-bottom: 1px;
}
.modal-titulo{
    color: #2E2640;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 40px;
}
.close {
    color: #000;
    float: right;
    font-size: 46px;
    font-weight: bold;
    text-align: right !important;
    margin-top: -16px;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.tab {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
}
.tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 8px 32px!important;
    transition: 0.3s;
}

.tab button.active {
    border-radius: 8px;
    background-color: #402A78!important;
    box-shadow: 2px 2px 12px 0px rgba(64, 42, 120, 0.25);
    color: #fff!important;
}
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
    max-height: 30vh; /* Limita a altura do conteúdo a 30% da altura da viewport */
    overflow-y: auto; /* Adiciona um scroll vertical se o conteúdo ultrapassar a altura */
}

@media (max-width: 768px) {
.tablinks{
    width: 100%;
}
}

.tablinks{
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    padding: 8px 32px!important;
    background-color: #ececec!important;
    box-shadow: 2px 2px 12px 0px rgba(64, 42, 120, 0.25)!important;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 8px;;
    color: #402A78!important;
}

.submeta{
    padding: 8px 32px!important;
    color: #fff!important;
    background-color: #855ede!important;
    box-shadow: 2px 2px 12px 0px rgba(64, 42, 120, 0.25)!important;
    width: fit-content;
    border-radius: 8px;
    font-size: 16px!important;
    line-height: 150%!important;
    display: block;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
    margin-top: 20px;
}

.loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5em;
    color: #000;
}

.prazos {
    display: flex;
    align-items: center;
    margin-top: 20px;
    color: #000;
}

.prazos i {
    margin-right: 5px;
    font-size: 1.2em;
}
