.dex-esg__banner-pdfs {
    flex-wrap: wrap;
}

.dex-esg__banner-pdfs .pdf {
    color: #FBFBFB;
    font-size: 12px;
    line-height: 1.5em;
    margin: 20px 3% 10px 0;
    width: 30%;
}

@media screen and (max-width: 500px) {
    .dex-esg__banner-pdfs .pdf {
        margin: 15px 3% 5px 0;
        width: 100%;
    }
}

.dex-esg__banner-pdfs .pdf i {
    font-size: 28px;
    font-weight: 100;
}

@media screen and (max-width: 500px) {
    .dex-esg__banner-pdfs .pdf i {
        font-size: 26px;
    }
}

.dex-esg__banner-pdfs * {
    color: #FBFBFB;
}

.dex-esg__banner-pdfs__title {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    margin: 16px 0 8px;
}

.certificacoes__politicas.onoff {
    margin: 16px 0;
}

.certificacoes__politicas.onoff .h4 {
    font-size: 20px;
    font-weight: 400;
    color: #282828;
}

.certificacoes__escopo.onoff,
.certificacoes__politicas.onoff,
.page-template-certificacoes-esg .page_wp__content.wrapper {
    max-width: 1170px;
    width: calc(100% - 32px);
}

.page-template-certificacoes-esg details{
    border: 1px solid #000;
    margin: 16px 0;
}
.page-template-certificacoes-esg details > * {
    padding-right: 16px;
    padding-left: 16px;
}
.page-template-certificacoes-esg summary {
    padding: 16px;
    line-height: 46px;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    position: relative;
    list-style: none;
}
.page-template-certificacoes-esg summary::after {
    content: 'Mostrar mais';
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    right: 52px;
}
.page-template-certificacoes-esg summary::before {
    content: '\f078';
    font-family: 'FontAwesome';
    position: absolute;
    right: 16px;
}
.page-template-certificacoes-esg details[open] > summary::after {
    content: 'Mostrar menos';
}
.page-template-certificacoes-esg details[open] > summary {
    border-bottom: 1px solid #000000;
}

.dxesg__section__strategy__list {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin: 0 auto;
    width: calc(100% - 140px);
}

.dxesg__section__strategy__list * {
    box-sizing: border-box;
}

.dxesg__section__strategy__item {
    width: 33.333%;
    display: flex;
    flex-wrap: wrap;
}
.dxesg__section__strategy__item>div {
    width: 100%;
}
.dxesg__section__strategy__item:nth-child(1) {
    background-color: #1f8c52;
}
.dxesg__section__strategy__item:nth-child(2) {
    background-color: #70b855;
    flex-direction: column-reverse;
}
.dxesg__section__strategy__item:nth-child(3) {
    background-color: #aebf0e;
}
.dxesg__section__strategy__item p {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 400;
    line-height: 1.5;
}
.dxesg__section__strategy__item>div:nth-child(1) {
    position: relative;
    height: 250px;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: nowrap;
    padding: 24px;
}
.dxesg__section__strategy__item>div:nth-child(1) p {
    margin: 0;
}
.dxesg__section__strategy__item>div:nth-child(1) img {
    display: block;
    align-self: flex-start;
    height: 80px;
}
.dxesg__section__strategy__item>div:nth-child(2) {
    height: 250px;
}
.dxesg__section__strategy__item>div:nth-child(2) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media (max-width:1024px) {
    .dxesg__section__strategy__list {
        width: calc(100% - 80px);
    }
    .dxesg__section__strategy__item {
        width: 100%;
    }
    .dxesg__section__strategy__item>div {
        width: 50%;
    }
    .dxesg__section__strategy__item:nth-child(2) {
        flex-direction: row-reverse;
    }
}
@media (max-width:767px) {
    .dxesg__section__strategy__list {
        width: calc(100% - 50px);
    }
    .dxesg__section__strategy__list {
        gap: 16px;
    }
    .dxesg__section__strategy__item>div {
        width: 100%;
    }
    .dxesg__section__strategy__item:nth-child(2){
        flex-direction: column;
    }
}
@media (max-width:500px) {
    .dxesg__section__strategy__list {
        width: calc(100% - 40px);
    }
}

.dxesg__section__video_destaque {
    background: #70B755;
    padding: 40px 0 0;
    position: relative;
}
.dxesg__section__video_destaque .portal__indices-header h2 {
    z-index: 1;
    position: relative;
    max-width: none;
    background: #f2f2f2;
    display: inline-block;
    padding-right: 16px;
}
.dxesg__section__video_destaque .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    width: 100%;
}
.dxesg__section__video_destaque iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.dxesg__section__video_destaque .effect {
    background: #AEC00E;
    height: 5px;
    position: absolute;
    right: 0;
    top: 130px;
    width: 805px;
    z-index: 1;
}
.dxesg__section__video_destaque__content {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 70px;
    gap: 32px;
    margin: 16px 0;
    align-items: center;
}
.dxesg__section__video_destaque__content div {
    width: calc(50% - 16px);
}
.dxesg__section__video_destaque__content div:nth-child(1) {
    padding-top: 30px;
}
.dxesg__section__video_destaque__content p,
.dxesg__section__video_destaque__content div p {
    color: #000 !important;
    /* font-weight: 300;
    font-size: 18px; */
    /* color: #58595B !important; */
    font-size: 16px;
    font-weight: 400;
}
.dxesg__section__video_destaque__content p:nth-child(1) {
    margin-top: 0;
}

@media (max-width: 1024px) {
    .dxesg__section__video_destaque .effect {
        width: 60%;
    }
    .dxesg__section__video_destaque__content {
        padding: 0 40px;
    }
}
@media (max-width: 960px) {
    .dxesg__section__video_destaque .effect {
        width: 50%;
        top: 100px;
    }
    .dxesg__section__video_destaque__content div:nth-child(1) {
        padding-top: 0;
    }
}
@media (max-width: 758px) {
    .dxesg__section__video_destaque .effect {
        width: 45%;
    }
    .dxesg__section__video_destaque__content {
        padding: 0 25px;
    }
    .dxesg__section__video_destaque__content div {
        width: 100%;
    }
}
@media (max-width: 500px) {
    .dxesg__section__video_destaque .effect {
        height: 2px;
        top: 70px;
        width: 40%;
    }
    .dxesg__section__video_destaque__content {
        padding: 0 20px;
    }
}
.section-infograficos__container p {
    color: #FFFFFF !important;
}
