.atrfm-agendaCultural-desk {
    grid-column: span 12;
    grid-row: auto;
    display: flex;
    gap: 80px;
    width: 100%;
    margin-bottom: 260px;
}

.atrfm-agendaCultural-mobi {
    display: none;
}

.atrfm-agendaCultural-desk > .agendaCultural {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.atrfm-agendaCultural-desk > .agendaCultural > header > h2:nth-child(1) {
    font-family: 'RedHatDisplay-Regular';
    font-size: 100px;
    line-height: 110px;
    color: #FFFFFF;
}

.atrfm-agendaCultural-desk > .agendaCultural > header > h2:nth-child(2) {
    font-family: 'RedHatDisplay-Bold';
    font-weight: 700;
    font-size: 100px;
    line-height: 110px;
    color: #009640;
}

.atrfm-agendaCultural-desk > .agendaCultural > header > h2 {
    font-family: 'RedHatDisplay-Regular';
    font-size: 100px;
    line-height: 110px;
    color: #FFFFFF;
}

.atrfm-agendaCultural-desk > .agendaCultural > article {
    position: relative;
}

.atrfm-agendaCultural-desk > .agendaCultural > article > .share-icon {
    position: absolute;
    bottom: -5px;
    right: -5px;
    padding: 20px 0 0 20px;
    border-top-left-radius: 40px;
    background-color: #033d22;
}

.atrfm-agendaCultural-desk > .agendaCultural > article > a > picture {
    display: block;
    position: relative;
    width: 100%;
    max-width: 700px;
    height: 490px;
}

.atrfm-agendaCultural-desk > .agendaCultural > article > a > picture::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #012A1700 0%, #012A17 100%) 0% 0% no-repeat padding-box;
    border-radius: 20px;
}

.atrfm-agendaCultural-desk > .agendaCultural > article > a > picture > .article-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.atrfm-agendaCultural-desk > .agendaCultural > article > a > picture > .calender {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 8px 20px 8px 20px;
    background: transparent linear-gradient(180deg, #016537 0%, #01331C 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 30px 60px #00000026;
    border: 2px solid #016537;
    border-radius: 32px;
    color: #FFFFFF;
    font-size: 30px;
}

.atrfm-agendaCultural-desk > .agendaCultural > article > a > picture > .article-content {
    position: absolute;
    bottom: 32px;
    left: 26px;
    width: calc(100% - 107px);
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: #FFFFFF;
    border-radius: 20px;
}

.atrfm-agendaCultural-desk > .agendaCultural > article > a > picture > .article-content > span {
    font-size: 16px;
    line-height: 21px;
    font-size: bold;
}

.atrfm-agendaCultural-desk > .agendaCultural > article > a > picture > .article-content > h2 {
    font-size: 40px;
    line-height: 46px;
    font-size: bold;
}

.atrfm-agendaCultural-desk > .agendaCultural > .all-articles-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
    color: #009640;
    line-height: 32px;
    border: 2px solid #009640;
    border-radius: 43px;
    width: 100%;
    height: 86px;
}
.atrfm-agendaCultural-desk > .agendaCultural > .all-articles-btn:hover {
    background-color: #009640;
    color: #fff;
}
@media (max-width: 1024px) {
    .atrfm-agendaCultural-desk {
        grid-column: 1/-1;
    }
}

@media (max-width: 768px) {
    .atrfm-agendaCultural-desk {
        display: none;
    }

    .atrfm-agendaCultural-mobi {
        grid-column: 1/-1;
        grid-row: auto;
        display: flex;
        flex-direction: column;
        gap: 24px;
        margin-bottom: 150px;
    }

    .atrfm-agendaCultural-mobi > header {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .atrfm-agendaCultural-mobi > header > h2 {
        font-family: 'RedHatDisplay-Regular';
        font-size: 32px;
        line-height: 42px;
        color: #FFFFFF;
    }
    
    .atrfm-agendaCultural-mobi > header > h2 > strong {
        font-family: 'RedHatDisplay-Bold';
        font-weight: 700;
        font-size: 32px;
        line-height: 42px;
        color: #009640;
    }

    .atrfm-agendaCultural-mobi > .agendaCultural-splide {
        width: 100%;
    }


    .atrfm-agendaCultural-mobi > .agendaCultural-splide > .splide__track > .splide__list > .splide__slide {
        width: 100%;
        height: 252px;
    }

    .atrfm-agendaCultural-mobi > .agendaCultural-splide > .splide__track > .splide__list > .splide__slide > a > picture {
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
    }

    .atrfm-agendaCultural-mobi > .agendaCultural-splide > .splide__track > .splide__list > .splide__slide > a > picture::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 252px;
        background: transparent linear-gradient(180deg, #012A1700 0%, #012A17 100%) 0% 0% no-repeat padding-box;
        border-radius: 20px;
    }

    .atrfm-agendaCultural-mobi > .agendaCultural-splide > .splide__track > .splide__list > .splide__slide > a > picture  .calender {
        position: absolute;
        top: 12px;
        left: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 4px 12px 4px 14px;
        background: transparent linear-gradient(180deg, #016537 0%, #01331C 100%) 0% 0% no-repeat padding-box;
        box-shadow: 0px 30px 60px #00000026;
        border: 2px solid #016537;
        border-radius: 32px;
        color: #FFFFFF;
        font-size: 18px;
    }

    .atrfm-agendaCultural-mobi > .agendaCultural-splide > .splide__track > .splide__list > .splide__slide > a > picture > .calender > img {
        width: 14px;
     }
       
    .atrfm-agendaCultural-mobi > .agendaCultural-splide > .splide__track > .splide__list > .splide__slide > a > picture > .agendaCultural-content {
        position: absolute;
        bottom: 20px;
        left: 20px;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    
    .atrfm-agendaCultural-mobi > .agendaCultural-splide > .splide__track > .splide__list > .splide__slide > a > picture > .agendaCultural-content > span {
        font-family: "RedHatDisplay-Bold";
        font-weight: bold;
        font-size: 14px;
        line-height: 18px;
        color: #ffffff;
    }
    
    .atrfm-agendaCultural-mobi > .agendaCultural-splide > .splide__track > .splide__list > .splide__slide > a > picture > .agendaCultural-content > h2 {
        font-family: "RedHatDisplay-Regular";
        font-size: 22px;
        line-height: 28px;
        color: #ffffff;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        width: calc(100% - 70px);
    }
    
    .atrfm-agendaCultural-mobi > .agendaCultural-splide > .splide__track > .splide__list > .splide__slide > a > picture > .article-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }
    
    .atrfm-agendaCultural-mobi > .agendaCultural-splide > .splide__track > .splide__list > .splide__slide > .share-icon {
        position: absolute;
        padding: 15px 5px 5px 15px;
        bottom: -5px;
        right: -5px;
        border-top-left-radius: 30px;
        background-color: #033D22;
    }
    
    .atrfm-agendaCultural-mobi > .agendaCultural-splide > .splide__track > .splide__list > .splide__slide > .share-icon > img {
        width: 36px;
        height: 36px;
        cursor: pointer;
    }

    /* paginação  */
    .atrfm-agendaCultural-mobi > .agendaCultural-splide .splide__pagination {
        bottom: -54px !important;
        gap: 18px !important;
    }

    .atrfm-agendaCultural-mobi > .agendaCultural-splide .splide__pagination__page {
        width: 16px !important;
        height: 16px !important;
        background: #01653700 0% 0% no-repeat padding-box !important;
        border: 2px solid #009640 !important;
        border-radius: 50% !important;
    }

    .atrfm-agendaCultural-mobi > .agendaCultural-splide .splide__pagination__page.is-active {
        width: 26px !important;
        height: 26px !important;
        background: #009640 0% 0% no-repeat padding-box !important;
        border: 2px solid #009640 !important;
        border-radius: 50% !important;
    }
    
    .atrfm-agendaCultural-mobi .btn-load-more-articles {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 50px;
        background-color: transparent;
        border: 2px solid #009640;
        border-radius: 43px;
        color: #009640;
        font-weight: bold;
        font-family: "RedHatDisplay-Bold";
        font-size: 16px;
        line-height: 21px;
        text-align: center;
        cursor: pointer;
        margin-top: 82px;
    }
}