.artigos{
    display: flex;
    flex-wrap: wrap;
}
.artigos__item{
    width: 50%;
    padding: 5rem 15rem 5rem 5rem;
    background-color: #f1f1f1;
}
.artigos__item.banner__img {
    height: initial;
    position: relative;
}
.artigos__item:nth-child(odd){
    padding: 5rem 5rem 5rem 15rem;
}
.artigos__item--dark{
    background-color: #dfdfdf;
}
.responsabilidade .text-default p{
    text-align: left;
    letter-spacing: .5px;
}
.description.responsabilidade {
    background-image: linear-gradient(to bottom, rgba(241,241,241,0.5), rgba(241,241,241,0.5)), url(../../img/cimento-lixado.jpg);
}
.acoes {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin: 8rem auto; 
    position: relative;
    max-width: 500px;
}
.acoes__titulo {
    color:#c3261f;
    margin-bottom: .4em;
}

.acoes__titulo:empty, .acoes__item img[src=""], .acoes__texto:empty {display: none !important;}

.acoes__item {
    padding: 5rem;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.banner-play--blocos{
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    padding: 50px 40px;
    font-size: 0;
    border: none;
    transform: translate(-50%, -50%);
    clip-path: polygon(0% 100%, 100% 50%, 0% 0%, 0% 0%);
    -webkit-clip-path: polygon(0% 100%, 100% 50%, 0% 0%, 0% 0%);
    outline: none;
    cursor: pointer;
}

@media (min-width:1024px){
    .acoes::before{
        content:'';
        width: 2px;
        height: 110%;
        /* background-color: #c3261f; */
        position: absolute;
        left: 0%;
        right: 0;
        top: 0%;
        bottom: 0;
        margin: auto;
    }
}
.acoes__link{
    text-decoration:none;
    display: inline-block;
    margin: 0 auto;
}
.description .text-default .text-center{
    text-align: left;
    margin-top: 2rem;
}
.icone-download{
    font-size: 3rem; 
    padding: 0 2rem 0 0;
}
.texto-download{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #464646;
}
.titulo-energia{
    padding: 2rem 0;
    font-size: 2rem;
    letter-spacing: .5px;
}
.acoes__item--intercement::after {
    content: '';
    background-image: url('../../img/logo-acoes.png');
    position: absolute;
    top: -2rem;
    left: 4rem;
    width: 100%;
    height: 13rem;
    background-repeat: no-repeat;
    background-size: contain;
}
.acoes__item--loma::after {
    content: '';
    background-image: url('../../img/loma-negra.png');
    background-repeat: no-repeat;
    width: 8rem;
    top: 5rem;
    left: 1.5rem;
    position: absolute;
    height: 8rem;
    background-size: contain;
}

.acoes__item:last-child {
}
.acoes__item:last-child img {
    height: 120px;
    margin: 0 auto;
    display: block;
}
.acoes__item:first-child img {height: 120px;display: block;margin: 0 auto;}
.organismos__title {
    margin-bottom: 2rem;
}
.artigos__item p {
    line-height: 3rem;
}

@media only screen and (max-width: 800px) {
    .artigos__item {
        width: 100%;
    }
    .artigos__item.banner__img {
        height: 300px;
    }
    .acoes {
        flex-direction: column;
    }
    .acoes__item:last-child::before {
        width: 110%;
        height: 2px;
        left: -5%;
        top: 0;
    }
    .artigos__item, .artigos__item:nth-child(odd), .artigos__item--dark {
        padding: 5rem;
        background-color: #f1f1f1;
    }
    .artigos__item:nth-child(2n) {
        background-color: #dfdfdf;
    }
}

/* Alto contraste */
.high-contrast .organismos .section-why {
    background-color: #000;
}
.high-contrast .artigos__item {
    background-color: #343434;
}
.high-contrast .artigos__item--dark {
    background-color: #464646;
}
.high-contrast .acoes {
    background-color: #464646;
}
.high-contrast .acoes__item:last-child::before {
    background-color: #fff;
}


@media (max-width: 767px) {
    .acoes__item:first-child img {
        left: -1rem;
        margin-bottom: 2rem;
    }
    .acoes__item:last-child img {
        position: relative;
        top: 0; 
        height: 72px;
        left:0;
        margin-bottom: 2rem;
        display: block;
    }
    .acoes__item {
        padding: 5.6rem 4rem 4rem 4rem;

    }
}