.titulo-blog h1 {
    margin: 0 0 15px 0;
    font-weight: bold;
    font-size: 30px;
    color: #282828;
}

.section-news {
    margin: 50px 0;
}

.box-separator {
    margin: 50px 0;
}

.section-news-content h4 {
    font-size: 20px;
    margin: 20px 0;
}

.section-news-content p {
    font-size: 14px;
    margin-bottom: 20px;

    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}


.section-news-content {
    position: relative;
    display: inline-block;
}

.container-img {
    height: 100%;
    width: 100%;
    display: flex;
    overflow: hidden;
    position: relative;
}

.container-img img {
    width: 100%;
    height: auto;
    transition: scale 0.3s ease;
    display: block;
}

.container-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    pointer-events: none;
    transition: opacity 0.3s ease;
    opacity: 1;
    z-index: 999;
}

.container-img:hover::before {
    opacity: 0;
}

.section-news-content:hover::before img {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
}

.button-ler-mais:focus {
    color: white;
    text-decoration: none !important;
}

*/ .slide {
    margin: 50px 0;
}

.section-news-content-video {
    margin-bottom: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section-news-content-video iframe {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: filter 0.3s ease, box-shadow 0.3s ease;
}

.section-news-content-video:hover iframe {
    filter: brightness(1.1);
    box-shadow: 0 4px 16px rgba(255, 255, 255, 0.5);
}

.text-flex-duration {
    margin-top: 8px;
    font-size: 14px;
    color: #555;
    text-align: center;
}

.text-flex-duration strong {
    color: #222;
    font-size: 16px;
}

.container-img {
    border-radius: 5px;
}

.button-ler-mais {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 4.2rem;
    width: 13rem;
    background: #002de0;
    border-radius: 5px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.button-ler-mais:hover {
    border-color: #3b82f6;
    background: #0027c4;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
}

.inicial-text {
    margin: 30px 0;
}

.inicial-text h1 {
    color: #222;
    font-weight: bold;
}

.section-read-plus-text h4 {
    color: #222;
}

p {
    font-size: 14px;
    color: black;
}

.post-content h2 {
    font-weight: bold;
    color: black;
}

.section-read-plus-pai h4 {
    font-weight: bold;
    margin-top: 0;
}

.leia-tambem {
    margin-top: 60px;
}

.leia-tambem h4 {
    font-weight: bold;
    margin-bottom: 20px;
}

.leia-tambem ul {
    list-style-type: disc !important;
    padding-left: 20px;
    margin: 0;
}

.leia-tambem li {
    margin-bottom: 0.75rem;
    list-style-type: disc !important;
    font-size: 14px;
}

.leia-tambem a {
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.leia-tambem a:hover {
    text-decoration: underline;
}

.section-read-plus-text small {
    display: flex;
    margin-bottom: 30px;
    color: gray;
}

.ancora h4 {
    margin-top: 15px !important;
}

.carousel{
    margin: 30px 0;
}