/*:root {

    --PK-white: #FFFFFF;

    --PK-grey: #c1beb6;
    --PK-black: #000000;

    --PK-green: #7e9834;
    --PK-dark-green: ;
    --PK-light-green: #c9d4aa;

}*/


/* GLOBAL STYLES */
* {
    scroll-behavior: smooth;
}

.body {
    margin: auto;
    max-width: 1920px;
    --PK-white: #FFFFFF;

    --PK-grey: #c1beb6;
    --PK-black: #000000;

    --PK-green: #7e9834;
    --PK-dark-green: ;
    --PK-light-green: #c9d4aa;
    margin: 0;
    padding: 0;
}

.body img,
.body video {
    display: block;
    width: 100%;
    margin-bottom: -1%;
}

/* HEADER */

/* LOGO */
.PK-compromiso-logo-container {
    margin: 1rem auto;
    width: 100px;
}

/* LOGO */

.PK-compromiso-header-title {
    font-size: 50px;
    line-height: 1.1;
    margin: 1rem auto;
    text-align: center;
    color: #3d3d3d;
    font-weight: bold;
}

.PK-compromiso-header-text {
    color: var(--PK-green);
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 auto 1rem;
    text-align: center;
    text-transform: uppercase;
}

/* HEADER */

.PK-descubre-mas {
    text-align: center;
    text-transform: uppercase;
    margin: 2rem auto;
    font-weight: bold;
    font-size: 18px;
}

/* COMPROMISO */
.PK-compromiso-videos {
    margin-top: 2rem;
}

#video-pk-environment-mov {
    display: none;
}

#video-pk-environment-desk {
    display: block;
}

/* COMPROMISO */
@media(max-width: 1024px) {
    .PK-compromiso-logo-container {
        padding-top: 3rem;
        /*padding-bottom: 3rem;*/
        width: 200px;
    }

    #video-pk-environment-mov {
        display: block;
    }

    #video-pk-environment-desk {
        display: none;
    }
}

@media(min-width: 1024px) {
    .body {
        margin-top: 88px;
    }

    #PK-secciones-slider-container #secondLeftArrow,
    #PK-secciones-slider-container #secondRightArrow {
        display: none;
    }

    /* LOGO */
    .PK-compromiso-logo-container {
        width: 200px;
        cursor: pointer;
    }

    /* LOGO */
    /* HEADER */
    .PK-compromiso-header-title {
        font-size: 70px;
        font-weight: bold;
    }

    .PK-compromiso-header-text {
        font-size: 20px;
        width: 80%;
        margin: 0 auto;
    }

    /* HEADER */

    /* COMPROMISO VIDEOS */
    .PK-compromiso-flex {
        display: flex;
        margin-bottom: -1px;
    }

    .PK-compromiso-flex .PK-compromiso-video-container {
        /*article*/
        flex: 1;
    }

    .PK-compromiso-flex .PK-compromiso-video-container.PK-compromiso-LWG {
        margin-top: 2px;
    }

    /* COMPROMISO VIDEOS */
    /* FOOTER */
    .PK-secciones-title {
        font-size: 30px;
        width: 60%;
    }

    #video-pk-environment-mov {
        display: none;
    }

    #video-pk-environment-desk {
        display: block;
    }
}

.sustainability_carousel {
    position: relative;
}

.sustainability_carousel .carousel-container {
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 10px 0px;
    height: 100%;
    width: 100%;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.sustainability_carousel .carousel-container::-webkit-scrollbar {
    display: none;
}

.sustainability_carousel .images-container {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    transition: .5s ease-in-out;
}

.sustainability_carousel .images-container .carousel-image {
    position: relative;
    width: 289px;
    padding-right: 16px;
    box-sizing: border-box;
    display: flex;
}

.sustainability_carousel .images-container .carousel-image:hover img {
    filter: brightness(50%);
}

.sustainability_carousel .images-container .carousel-image .image-title {
    position: absolute;
    width: 100%;
    padding: 0 16px;
    color: #fff;
    font-size: 30px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
    top: 143px;
    z-index: 1;
}

.sustainability_carousel .images-container .carousel-image img {
    object-fit: cover;
    width: 100%;
    transition: .3s ease-in-out;
}

.sustainability_carousel .carousel-button {
    position: absolute;
    top: 45%;
    background-color: transparent;
    z-index: 4;
    width: 48px;
    height: 48px;
    text-align: center;
    border: 0;
    cursor: pointer;
}

.sustainability_carousel .carousel-button:focus {
    outline: 0;
}

.sustainability_carousel .carousel-button img {
    width: 48px;
    height: 100%;
    color: #000000b3;
}

.sustainability_carousel .button-prev {
    left: 4px;
}

.sustainability_carousel .button-next {
    right: 10px;
}

@media screen and (min-width: 1710px) {
    .sustainability_carousel .carousel-container {
        margin: 0px auto;
        max-width: 1710px;
    }

    .sustainability_carousel .carousel-button {
        display: none;
    }
}