.news-box {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
    margin-bottom: 1em;
}

.news-row {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: start;
}


@media screen and (max-width:768px) {
    .news-row {
        flex-direction: column;
    }
    .news-item-big {
        height: 20rem;
        width: 100%;
    }
    .news-col-title {
        font-size: 1.5rem;
    }
    .news-item-big-footer-title {
        font-size: 0.9rem;
    }
    .news-col {
        width: 100%;
        margin-bottom: 32px;
    }
    .news-item-small-content-title {
        font-size: 0.8rem;
    } 
    .news-item {
        width: 100%;
    }
    .news-item-big-footer-title {
        font-size: 1rem;
        display: -webkit-box;           /* Necessário para habilitar line-clamp */
        -webkit-line-clamp: 3;         /* Limita a duas linhas */
        -webkit-box-orient: vertical;  /* Define orientação vertical */
        overflow: hidden;              /* Oculta o restante do texto */
        text-overflow: ellipsis;       /* Adiciona "..." no final */
        word-break: break-word;        /* Evita que palavras muito longas quebrem o layout */
    }

    .news-item-small-content-title {
        font-size: 0.9rem;
        max-height: 80px;
        width: auto;
        display: -webkit-box;           /* Necessário para habilitar line-clamp */
        -webkit-line-clamp: 3;         /* Limita a duas linhas */
        -webkit-box-orient: vertical;  /* Define orientação vertical */
        overflow: hidden;              /* Oculta o restante do texto */
        text-overflow: ellipsis;       /* Adiciona "..." no final */
        word-break: break-word;        /* Evita que palavras muito longas quebrem o layout */
    }
    
}

@media screen and (min-width:768px) and (max-width: 992px) {
    .news-row {
        flex-direction: column;
    }
    .news-item-big {
        height: 20rem;
        width: 100%;
    }
    .news-col-title {
        font-size: 1.2rem;
    }
    .news-item-big-footer-title {
        font-size: 1rem;
    }
    .news-col {
        width: 100%;
        margin-bottom: 32px;
    }
    .news-item {
        width: 100%;
    }
    .news-box {
        padding: 1em 5em !important;
    }
    .news-item-big-footer-title {
        font-size: 1rem;
        display: -webkit-box;           /* Necessário para habilitar line-clamp */
        -webkit-line-clamp: 3;         /* Limita a duas linhas */
        -webkit-box-orient: vertical;  /* Define orientação vertical */
        overflow: hidden;              /* Oculta o restante do texto */
        text-overflow: ellipsis;       /* Adiciona "..." no final */
        word-break: break-word;        /* Evita que palavras muito longas quebrem o layout */
    }

    .news-item-small-content-title {
        font-size: 0.9rem;
        max-height: 80px;
        width: auto;
        display: -webkit-box;           /* Necessário para habilitar line-clamp */
        -webkit-line-clamp: 3;         /* Limita a duas linhas */
        -webkit-box-orient: vertical;  /* Define orientação vertical */
        overflow: hidden;              /* Oculta o restante do texto */
        text-overflow: ellipsis;       /* Adiciona "..." no final */
        word-break: break-word;        /* Evita que palavras muito longas quebrem o layout */
    }
}

@media screen and (min-width:992px) and (max-width: 1200px) {
    .news-row {
        flex-direction: row;
    }
    .news-item-big {
        height: 20rem;
        width: 100%;
    }
    .news-col-title {
        font-size: 1.3rem;
    }
    .news-item-big-footer-title {
        font-size: 0.8rem;
    }
    .news-col {
        width: 30%;
    }
    .news-item-small-content-title {
        font-size: 0.8rem;
        max-height: 80px;
    }
    .news-item {
    width: 100%;
    }
    .news-box {
        padding: 1em 2em !important;
    }
    .news-item-big-footer-title {
        font-size: 1rem;
        display: -webkit-box;           /* Necessário para habilitar line-clamp */
        -webkit-line-clamp: 3;         /* Limita a duas linhas */
        -webkit-box-orient: vertical;  /* Define orientação vertical */
        overflow: hidden;              /* Oculta o restante do texto */
        text-overflow: ellipsis;       /* Adiciona "..." no final */
        word-break: break-word;        /* Evita que palavras muito longas quebrem o layout */
    }

    .news-item-small-content-title {
        font-size: 0.9rem;
        max-height: 80px;
        width: auto;
        display: -webkit-box;           /* Necessário para habilitar line-clamp */
        -webkit-line-clamp: 3;         /* Limita a duas linhas */
        -webkit-box-orient: vertical;  /* Define orientação vertical */
        overflow: hidden;              /* Oculta o restante do texto */
        text-overflow: ellipsis;       /* Adiciona "..." no final */
        word-break: break-word;        /* Evita que palavras muito longas quebrem o layout */
    }
}
@media screen and (min-width:1200px) {
    .news-row {
        flex-direction: row;
    }
    .news-item-big {
        height: 20rem;
        width: 100%;
    }
    .news-col-title {
        font-size: 1.3rem;
    }
    .news-col {
        width: 30%;
    }
    .news-item-big-footer-title {
        font-size: 1rem;
        display: -webkit-box;           /* Necessário para habilitar line-clamp */
        -webkit-line-clamp: 3;         /* Limita a duas linhas */
        -webkit-box-orient: vertical;  /* Define orientação vertical */
        overflow: hidden;              /* Oculta o restante do texto */
        text-overflow: ellipsis;       /* Adiciona "..." no final */
        word-break: break-word;        /* Evita que palavras muito longas quebrem o layout */
    }

    .news-item-small-content-title {
        font-size: 0.9rem;
        max-height: 80px;
        width: auto;
        display: -webkit-box;           /* Necessário para habilitar line-clamp */
        -webkit-line-clamp: 3;         /* Limita a duas linhas */
        -webkit-box-orient: vertical;  /* Define orientação vertical */
        overflow: hidden;              /* Oculta o restante do texto */
        text-overflow: ellipsis;       /* Adiciona "..." no final */
        word-break: break-word;        /* Evita que palavras muito longas quebrem o layout */
    }
    .news-item {
    width: 100%;
    }
    .news-box {
        padding: 1em 2em !important;
    }
}

.news-col {
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.news-col-title-div {
    width: 100%;
    height: fit-content;
    padding: 8px 0px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.news-col-title {
    font-weight: 700;
    color: #11305D;
    border-bottom: 1px solid #11305D;
    margin-bottom: 8px;
}

.news-item-big {
    width: 100%;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.news-item-big-footer {
    width: 100%;
    height: 35%;
    border-radius: 0px 0px 6px 6px;
    background-color: #11305D;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    padding: 14px 24px;
    color: white;
}

.news-item-big-footer-date-div {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.news-item-big-footer-date-text {
    font-size: 12px;
}

.news-item-big-footer-date-icon {
    width: 14px;
    margin-right: 4px;
}

.news-divider {
    width: 100%;
    height: 1px;
    background-color: #11305D;
    border-radius: 2px;
    margin: 16px 0px;
}

.news-item-small {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.news-item-small-photo {
    width: 40%;
    height: 100%;
    border-radius: 6px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.news-item-small-content {
    width: 50%;
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

.news-item-small-content-title {
    font-weight: 500;
    color: #11305D;
}

.news-item-small-footer-date-text {
    font-size: 12px;
    color: #11305D;
}

.div-title{
    color: #0089CA !important;
    margin-bottom: 12px;
}

.card {
    border-radius: 0px;
    border: 0px !important;
}

.btn-news{
    background-color: #11305D;
    color: white !important;
    padding: 4px 8px;
    transition: background-color 1s;
    font-weight: 500;
    font-family: "Oswald", serif !important;
}

.btn-news:hover{
    background-color: #B00000 !important;
    color: white !important;
}

/*Div - Slide de notícias*/
#slide-box {
    padding: 0 !important;
    width: 100%;
    background-color: white;
    margin: auto !important;
    margin-bottom: 1em !important;
  }
.news-item-title {
    display: -webkit-box;           /* Necessário para habilitar line-clamp */
    -webkit-line-clamp: 2;         /* Limita a duas linhas */
    -webkit-box-orient: vertical;  /* Define orientação vertical */
    overflow: hidden;              /* Oculta o restante do texto */
    text-overflow: ellipsis;       /* Adiciona "..." no final */
    word-break: break-word;        /* Evita que palavras muito longas quebrem o layout */
}

