/*: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%;
}

/* HEADER */

/* LOGO */
.PK-compromiso-social-logo-container {
    margin: 1rem auto;
    width: 200px;
}

/* LOGO */

.PK-compromiso-social-header-title {
    font-size: 50px;
    line-height: 1.1;
    margin: 1rem auto;
    text-align: center;
    color: #3d3d3d;
    font-weight: bold;
}

.PK-compromiso-social-header-text {
    color: var(--PK-green);
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 auto 2.5rem;
    text-align: center;
    width: 100%;
    letter-spacing: 1px;
}

/* HEADER */
.PK-descubre-mas {
    text-align: center;
    text-transform: uppercase;
    margin: 2rem auto;
    font-weight: bold;
    font-size: 18px;
}

/* SECCIONES */
#PK-secciones-slider-container #secondLeftArrow,
#PK-secciones-slider-container #secondRightArrow {
    width: 40px;
}

#PK-secciones-slider-container {
    position: relative;
}

.PK-secciones-carousel {
    display: flex;
    /*overflow: scroll;*/
    margin-bottom: 1rem;
}

.PK-secciones-carousel .PK-secciones-container {
    margin: 1rem .3rem 1rem 0;
    position: relative;
    cursor: pointer;
    width: 45%;
}

.PK-secciones-image-container {
    width: 500px;
    max-width: 100%;
    height: 100%;
    transition: .3s all;
}

.PK-secciones-title {
    color: var(--PK-white);
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
}

.left-arrow,
.right-arrow {
    position: absolute;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}

.left-arrow {
    display: none;
}

.right-arrow {
    display: block;
    right: 0;
}

/* SECCIONES */


/* INFO */
.PK-compromiso-social-desktop {
    display: none;
}

/* INFO */


@media(min-width: 1024px) {
    .body {
        margin-top: 88px;
    }

    /* LOGO */
    .PK-compromiso-social-logo-container {
        width: 200px;
    }

    /* LOGO */
    /* HEADER */
    .PK-compromiso-social-header-title {
        font-size: 70px;
    }

    .PK-compromiso-social-header-text {
        font-size: 20px;
        letter-spacing: 1px;
    }

    /* HEADER */
    #PK-secciones-slider-container #secondLeftArrow,
    #PK-secciones-slider-container #secondRightArrow {
        display: none;
    }

    /* SECCIONES */
    .PK-secciones-carousel .PK-secciones-container {
        width: 19.5%;
        margin: 0 auto;
    }

    .right-arrow,
    .left-arrow {
        display: none;
    }

    /* SECCIONES */

    /* INFO */
    .PK-compromiso-social-desktop {
        display: block;
    }

    .PK-compromiso-social-flex {
        display: flex;
    }

    .PK-compromiso-social-flex #article {
        flex: 1;
    }

    .PK-compromiso-social-flex .PK-compromiso-social-sixth-child,
    .PK-compromiso-social-flex .PK-compromiso-social-fourth-child,
    .PK-compromiso-social-flex .PK-compromiso-social-first-child {
        flex: 2;
    }

    .PK-compromiso-social-flex:first-child #article {
        flex: 2 !important;
    }

    .PK-compromiso-social-second-child {
        flex: 1 !important;
    }

    /* INFO */
    .PK-secciones-title {
        color: var(--PK-white);
        font-size: 30px;
        font-weight: bold;
        line-height: 1.2;
        left: 50%;
        position: absolute;
        text-align: center;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 67%;
    }
}

.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;
    }
}