.main-blog {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    width: 100%;
    flex-direction: column;
}



.blur-radial {
    background-size: 100% !important;
    background: url('/wp-content/uploads/2025/11/footerbackground.png')
}

@media screen and (max-width: 480px) {
    .mobile-ex {
        height: 1331px;
    }

    .mobile-en {
        height: 1050px;
        padding-top: 75px !important;
    }

    .mobile-simple {
        height: 620px;
        padding-top: 212px !important;
    }
}


.main-100 {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: center;
    width: 100%;
    max-width: 1440px;
    padding: 5.5rem;
    padding-bottom: 2rem;
    padding-top: 55px;
}


.noticia {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 350px;
}

.noticia-relacionada {
    display: flex;
    width: 400px;
    height: 1040px;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding: 30px;
    padding-top: 5vw;
    position: sticky;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url('/wp-content/themes/hello-elementor-child-theme/styles/blog-icons/news-bd.png');
}

.noticia-relacionada h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0C1A25;
    text-align: start;
    width: 100%;
    margin-bottom: 32px;
}

.noticia-relacionada ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.noticia-item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    padding-bottom: 15px;
    padding-top: 15px;
}

.noticia-relacionada-categoria {
    font-size: 15px;
    font-weight: 500;
    border-radius: 3px;
    color: #595959;
    display: inline-block;
}

.noticia-link {
    font-size: 18px;
    font-weight: 600;
    color: black;
    text-decoration: none;
    margin: 4px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.noticia-link:hover {
    opacity: 0.75;
}

.post-date {
    font-size: 13px;
    color: #666;
}

@media (max-width: 480px) {


    .main-100 {
        flex-direction: column;
        padding: 20px !important;
        gap: 30px;
    }

    .noticia {
        width: 100%;
        min-height: auto;
    }

    .noticia-relacionada {
        width: 100%;
        height: auto;
        padding: 0px;
        background-size: 100%;
        background-position: bottom;
        position: relative;
        top: 0;
    }

    .noticia-relacionada h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .noticia-link {
        font-size: 16px;
        -webkit-line-clamp: 2;
    }

    .noticia-relacionada-categoria {
        font-size: 13px;
    }

    .post-date {
        font-size: 12px;
    }

    .share-btn {
        width: 170px;
    }
}

/* HEADER-BLOG */

.noticia-single {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    padding: 2rem 5px 203.6px 5.5rem;
    background-color: #F4F3EE;
    height: 500px;
}

.noticia-single-envolvidos {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    padding: 5rem 5px 203.6px 5.5rem;
    background-color: #F4F3EE;
    height: 609px;
}


.noticia-categoria {
    display: inline-block;
    color: #012840;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    background-color: #C3C2BE;
}

.noticia-titulo {
    font-size: 24px;
    color: #111827;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 20px;
    max-width: 520px;
}

.noticia-resumo {
    font-size: 16px;
    font-weight: 400;
    color: #012840;
    line-height: 1.6;
    max-width: 520px;
    margin-bottom: 30px;
}

.noticia-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F4F3EE;
    width: 100%;
    position: relative;
}

.noticia-info {
    width: 50%;
    height: 440px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.areas-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    width: 100%;
    gap: 4px;
    margin-bottom: 24px;
}

.noticia-resumo a {
    color: #1a73e8;
    font-weight: 400;
    text-decoration: underline;
}

.by {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 5px;
}

.noticia-autor-box {
    display: flex;
    align-items: center;
    gap: 16px;
}

.noticia-autor-box img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.noticia-autor-info {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    color: #012840;
    font-weight: 600;
}

.noticia-autor-info .nome {
    font-weight: 700;
    color: #009EE2;
    margin-bottom: 3px;
    font-size: 15px;
}

.noticia-single-imagem {
    width: 50%;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
}

.notice-cover {
    display: block;
    position: absolute;
    width: 680px;
    height: 440px;
    object-fit: cover;
    right: 0;
    top: 32px;
    border-radius: 16px 0px 0px 125px;
}


@media (max-width: 480px) {
    .noticia-container {
        padding-left: 20px !important;
        padding-right: 20px !important;

        flex-direction: column;
        gap: 25px;
        padding-top: 270px;

    }

    .noticia-single {
        padding: 0px;
        align-items: center;
        gap: 0px;
        height: max-content;
    }

    .noticia-info {
        height: auto;
        width: 100%;
        text-align: left;
    }

    .noticia-single-imagem {
        width: 100%;
    }

    .notice-cover {
        width: 100%;
        height: 220px;
        border-radius: 16px;
        border-radius: 0px;
        top: 0;
    }

    .noticia-autor-box img {
        width: 50px;
        height: 50px;
    }

    .noticia-autor-info .nome {
        font-size: 14px;
    }

    .noticia-autor-info {
        font-size: 11px;
    }
}

/* NOTICIAS RELACIONADAS */


.noticias-relacionadas {
    max-width: 1440px;
    width: 100%;
    padding: 48px 5.2em;
}

.lista-noticias {
    width: 100%;
    max-width: 1440px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
    justify-content: start;
}

@media (max-width: 1440px) {
    .lista-noticias {
        gap: 15px;
    }
}

.card-noticia {
    width: 400px;
    height: 550px;
    padding: 20px;
    background: transparent;
    border-radius: 12px;
    border: solid 1px #EBEBEB;
    transition: 0.2s;
}

.card-noticia a {
    width: 100%;
}

@media (max-width: 1440px) {
    .card-noticia {
        width: 360px;
        height: 580px;
    }
}

.contain-img.hovered::after {
    opacity: 1;
}

.card-noticia:hover {
    cursor: pointer;
}

.img-noticia {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 12px;
    transition: all 0.3s ease;
    z-index: 101;
    position: relative;

}

.contain-img {
    position: relative;
    display: inline-block;
    width: 100%;
}

.data-container {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #009EE2;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    z-index: 500;
}

.contain-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(30 106 255 / 33%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1001;
    border-radius: 12px;
}

.contain-img:hover::after {
    opacity: 1;
}



.titulo-noticia {
    font-size: 18px;
    font-weight: 700;
    margin-top: 18px;
    color: #0C1A25;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;

}

.resumo-noticia {
    font-size: 16px;
    color: #0C1A25;
    line-height: 1.5;
    margin: 12px 0 20px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.data-publicacao {
    font-weight: 500;
    font-size: 15px;
    color: #012840;
}

.link-noticia {
    font-size: 16px;
    font-weight: 700;
    color: #009EE2;
    text-decoration: none;
}

.link-noticia:hover {
    opacity: 0.7;
}

.areas-atuacao-mobile {
    display: none;
}

@media (max-width: 480px) {

    .noticias-relacionadas {
        padding: 20px;
    }

    .lista-noticias {
        flex-direction: column;
        align-items: center;
        gap: 25px;
        overflow-y: overlay;
    }

    .card-noticia {
        margin-bottom: 25px;
    }

    .img-noticia {
        height: 220px;
    }

    .titulo-noticia {
        font-size: 16px;
    }

    .resumo-noticia {
        font-size: 14px;
        -webkit-line-clamp: 4;
    }
}

/* share */

.share-box {
    width: 100%;
    background: #F4F3EE;
    padding: 12px 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    margin-top: auto;
}

.share-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.share-left span {
    font-size: 18px;
    color: #012840;
    font-weight: 600;
}

.share-left img {
    width: 20px;
    height: 20px;
    cursor: pointer;
    filter: invert(14%) sepia(40%) saturate(1770%) hue-rotate(176deg) brightness(94%) contrast(96%);
    width: 20px;
    height: 20px;

}

.share-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(90deg, #00AEEF, #0093FF);
    padding: 10px 22px;
    color: #FFFFFF;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.share-btn img {
    width: 18px;
    height: 18px;
}

/* CADASTRE */
.site-footer {
    display: none;
}

.newsletter-container {
    width: 100%;
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #F4F3EE;
    margin-top: 50px;
}

.newsletter-text {
    font-size: 26px;
    font-weight: 400;
}

.newsletter-text .highlight {
    font-weight: 700;
    color: #009EE2;
}

.newsletter-button {
    border: none;
    border-radius: 180px;
    width: 220px;
    height: 55px;
    text-align: center;
    font-weight: bold;
    color: white;
    background-color: #009EE2;
    cursor: pointer;
}



@media (max-width: 480px) {

    .share-box {
        flex-direction: column;
        gap: 20px;
    }

    .noticia-single-envolvidos {
        padding: 20px;
        padding-top: 0px;
    }

    .newsletter-container {
        height: auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 25px 20px;
        text-align: center;
        gap: 15px;
        margin-top: 40px;
    }

    .newsletter-text {
        font-size: 20px;
        line-height: 1.3;
    }

    .newsletter-button {
        width: 100%;
        max-width: 260px;
        height: 50px;
        font-size: 15px;
    }

    .share-btn {
        width: 271px;
        padding-left: 10px;
        padding-bottom: 6px;
        padding-top: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 44px;
    }

    .share-left {
        gap: 12px;
        width: 245px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}