/* ------- Header & Help SRT ------- */
.menu_title_content::after {
    content: "Sustentabilidad";
}

.help_button {
    top: 97px;
}

.sticky_help {
    top: 0;
}

/* @media only screen and (max-width: 1024px) {
    .help_button {
        top: 138px;
    }

    .sticky_help {
        top: 0;
    }
} */

@media only screen and (max-width: 768px) {
    .help_button {
        top: 56px;
    }

    .sticky_help {
        top: 0;
    }
}

@media only screen and (max-width: 425px) {
    .help_button {
        top: 40px;
    }

    .sticky_help {
        top: 0;
    }
}

/* ------- Header & Help END ------- */

/* ------- Color SRT ------- */
.menu_btn:nth-child(3) {
    background-color: #00d072;
}

.menu_title {
    background-color: #00d072;
}

.menu_btn-cont {
    background-color: #54e0a1;
}

.menu_btn:hover {
    background-color: #00d072;
}

.menu_logo {
    background-color: #a8efcf;
}

.header_menu {
    background-color: #00d072;
}

.menu_title_content-cont {
    background-color: #54e0a1;
}

.intro_info_seguridad-color {
    background-color: #00d072;
}

.articles {
    background-color: unset;
}

.articles_video {
    background-color: unset;
}

.mini_slide_title {
    background-color: #00d072;
}

.mini_slide_desc {
    background-color: #54e0a1;
}

.mini_slide_btn {
    background-color: #a8efcf;
    color: #000000;
}

.mini_slide_title_video {
    background-color: #54e0a1;
}

.logo_footer {
    background-color: unset;
}

/* ------- Color END ------- */

/* ------- Sustentabilidad Info STR ------- */
.sust_info {
    background-color: #ffffff;
}

.sust_cont,
.sust_planet {
    font-family: 'FormaDJR Micro';
}

.sust_title {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
}

.sust_title p {
    font-size: 2.5rem;
    line-height: 34px;
    margin: 20px;
}

.sust_title-logo {
    border-left: 1px solid #000000;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sust_title-logo img {
    width: 75%;
}

.sust_img img {
    object-fit: contain;
    width: 100%;
}

.sust_txt {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    font-size: 1.5rem;
    line-height: 22px;
    padding: 20px;
}

.sust_btn {
    margin: 20px 0 0 0;
    width: unset;
}

.sust_planet_cont {
    padding: 20px;
    display: flex;
    flex-direction: row-reverse;
}

.sust_planet_info {
    width: calc(100% / 3);
    font-size: 1.5rem;
    line-height: 22px;
    padding: 0 20px;
}

.sust_planet_video-cont {
    width: calc((100% / 3) * 2);
}

.sust_video {
    width: 100%;
}

@media only screen and (max-width: 1440px) {
    .sust_planet_info {
        padding: 0 20px 0 0;
    }
}

@media only screen and (max-width: 768px) {
    .sust_title p {
        font-size: 1.5rem;
        line-height: 22px;
        margin: 15px;
    }

    .sust_title-logo {
        width: 53px;
    }

    .sust_txt {
        font-size: 1rem;
        line-height: 16px;
        padding: 15px;
    }

    .sust_planet_cont {
        padding: 15px;
        flex-direction: column-reverse;
    }

    .sust_planet_video-cont {
        width: 100%;
    }

    .sust_planet_info {
        width: 100%;
        font-size: 1rem;
        line-height: 16px;
        padding: 0 0 15px 0;
    }

    .sust_btn {
        margin: 15px 0 0 0;
    }
}

@media only screen and (max-width: 425px) {
    .sust_title p {
        font-size: 1.25rem;
        line-height: 18px;
    }

    .sust_title-logo {
        width: 96px;
    }

    .sust_txt {
        font-size: .75rem;
        line-height: 14px;
    }

    .sust_planet_info {
        font-size: .75rem;
        line-height: 14px;
    }
}


/* ------- Sustentabilidad Info END ------- */