/** GENERAL */
.o-sostenibilidad__h1 {
    color: black !important;
    font-size: 44px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300 !important;
    word-wrap: break-word !important
}
.o-sostenibilidad__description {
    color: #7A828F !important;
    font-size: 16px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600 !important;
    line-height: 26px !important;
    word-wrap: break-word !important;
}
.o-sostenibilidad__subtitle {
    color: #7A828F !important;
    font-size: 20px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600 !important;
    word-wrap: break-word !important;
}

/** SOSTENIBILIDAD */
.c-sostenibilidad {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 40px 0;
}
.c-sostenibilidad__container {
    display: flex;
    row-gap: 22px;
    flex-wrap: wrap;
    justify-content: center;
}
.c-sostenibilidad__container__item {
    width: 100%;
    height: 100%;
    padding-left: 44px;
    padding-right: 44px;
    padding-top: 36px;
    padding-bottom: 36px;
    background: white;
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    display: inline-flex;
}
.c-sostenibilidad__container__item:hover {
    background: #F2F2F2;
}
.c-sostenibilidad__link {
    text-align: center;
    color: #7A828F;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    word-wrap: break-word;
}
@media (max-width: 768px) {
    .c-sostenibilidad__container div {
        width: 100% !important;
    }
}

/** Gestion sostenible */
.c-gestion {
    display: flex;
    flex: 1px 1px 0;
    padding: 80px;
    justify-content: space-around;
}
.c-gestion div {
    flex-shrink: 1;
}
.c-gestion__container {
    width: 100%;
    height: 174px;
    padding: 24px;
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}
.c-gestion__hidden {
    transition: all 0.3s ease-in-out;
    color: #7A828F;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 23px;
    word-wrap: break-word;
    text-align: center;
}
.c-gestion__container:hover {
    background: white;
}
.c-gestion__hover {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.c-gestion__hover:hover .c-gestion__hidden {
    opacity: 1 !important;
}
.c-gestion__item {
    align-self: stretch;
    text-align: center;
    color: black;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    word-wrap: break-word;
    padding-top: 20px;
}
.c-gestion__num {
    align-self: stretch;
    text-align: center;
    color: #0083D7;
    font-size: 52px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    word-wrap: break-word;
}
.c-gestion__beneficios {
    width: 100%;
    height: 100%;
    padding-left: 44px;
    padding-right: 44px;
    padding-top: 80px;
    padding-bottom: 80px;
    background: white;
    justify-content: center;
    align-items: center;
    gap: 194px;
    display: inline-flex;
}
.c-gestion__arrow {
    display: block;
}
.c-gestion__arrow_block {
    height: 174px;
    display: flex;
    align-items: center;
    padding-top: 50px;
}
.c-gestion__arrow_block img {
    height: 12.42px;
    width: 27.2px;
}

@media (max-width: 1768px) {
    .c-gestion {
        flex-wrap: wrap;
    }
    .c-gestion__hover {
        width: 30%;
    }
}
@media (max-width: 968px) {
    .c-gestion {
        padding: 80px 30px;
    }
    .c-gestion__beneficios {
        flex-direction: column !important;
        padding-left: 30px;
        padding-right: 30px;
        gap: 30px;
    }
    .c-gestion__beneficios div {
        width: 100% !important;
    }
}
@media (max-width: 768px) {
    .c-gestion {
        flex-direction: column !important;
        padding: 80px 30px;
        gap: 30px;
    }
    .c-gestion__hover {
        flex-direction: row;
        width: 100%;
    }
    .c-gestion__arrow {
        display: none;
    }
    .c-gestion__container {
        height: auto;
        width: 50%;
        column-gap: 20px;
    }
    .c-gestion__hidden {
        opacity: 1 !important;
        width: 50%;
    }
    .c-gestion__container:hover {
        background: none !important;
    }
    .c-gestion__num {
        font-size: 38px;
    }
    .c-gestion__item {
        font-size: 15px;
    }
}

/** HUELLA */
.c-huella {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.c-huella div {
    flex-shrink: 1;
}
.c-huella__container {
    width: 100%;
    height: 95px;
    flex-direction: row;
    align-items: center;
    padding: 12px 24px;
    border-radius: 8px;
    justify-content: center;
    display: inline-flex;
}
.c-huella__container:hover {
    cursor: pointer !important;
}
.c-huella__container--blue:hover {
    cursor: pointer !important;
}
.c-huella__container.active {
    background: white !important;
}
.c-huella__container--blue {
    width: 100%;
    height: 95px;
    flex-direction: row;
    align-items: center;
    padding: 12px 24px;
    border-radius: 8px;
    justify-content: center;
    display: inline-flex;
}
.c-huella__container--blue.active {
    background: white !important;
}
.c-huella__container--blue.active .c-huella__item {
    color: #0083D7 !important;
}

.c-huella__hover {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.c-huella__item {
    min-width: 70%;
    align-self: center;
    text-align: left;
    color: black;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    word-wrap: break-word;
    padding-left: 12px;
}

.c-huella__num {
    align-self: center;
    text-align: center;
    color: #0083D7;
    font-size: 52px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    word-wrap: break-word;
}
.c-huella__beneficios {
    width: 100%;
    height: 100%;
    padding-left: 44px;
    padding-right: 44px;
    padding-top: 80px;
    padding-bottom: 80px;
    background: white;
    justify-content: center;
    align-items: center;
    gap: 194px;
    display: inline-flex;
}
.c-huella__text {
    width: 50%;
    background-color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    text-align: center;
    color: #7A828F;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 26px;
    word-wrap: break-word
}
.c-hu {
    display: flex;
    padding-bottom: 100px;
    padding-top: 50px;
}

@media (max-width: 768px) {
    .c-hu {
        display: flex;
        flex-direction: column !important;
    }
    .c-huella {
        width: 100%;
    }
    .c-huella__text {
        width: 100%;
        padding: 50px 20px;
    }
    .c-huella__beneficios {
        flex-direction: column !important;
        padding-left: 30px;
        padding-right: 30px;
        gap: 30px;
    }
    .c-huella__beneficios div {
        width: 100% !important;
    }
}

/** Memorias */
.c-memorias {
    width: 100%;
    padding: 24px;
    color: #7A828F;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 26px;
    word-wrap: break-word;
    justify-content: center;
    display: flex;
}
.c-memorias ul {
    list-style: none;
    max-width: 764px;
}
.c-memorias ul li {
    padding: 10px 0;
}
.c-memorias ul li::before {
    content: "•";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #0083D7; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

@media (max-width: 1768px) {

}
/** BIOAPP */
.c-bioapp {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}

.c-bioapp__img {
    width: 548px;
    padding: 20px 70px;
}

.c-bioapp__container {
    width: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.c-bioapp__container__item {
    display: flex;
    width: 100%;
    gap: 20px;
    align-items: center;
}
.c-bioapp__container__item img {
    width: 64px !important;
    height: 64px !important;
}
.c-bioapp__container__item p {
    color: #7A828F !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 26px !important;
}

@media (max-width: 768px) {
    .c-bioapp__container__item {
        flex-direction: column !important;
    }
}