@charset "UTF-8";

#herd_title {
    color: #fff;
}

.values-container {
    z-index: 1;
}

.create-container {
    padding-top: 5rem;
}

.improve-container {
    padding-top: 12rem;
}

.heart-img {
    bottom: 2%;
    left: 60%;
    width: clamp(50px, 5vw, 80px);
    z-index: 2;
}

.toque-img {
    position: absolute;
    bottom: -6%;
    right: -2%;
    width: clamp(50px, 5vw, 80px);
    z-index: 2;
}


.producer-type {
    color: #6b6b6b;
}

.producers-list .d-flex {
    break-inside: avoid;
}

.final-cover {
    min-height: clamp(300px, 45vw, 600px) !important;
}

.final-cover > .position-absolute {
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.final-cover .mt-10,
.final-cover .mt-7,
.final-cover .mt-6,
.final-cover .mt-5 {
    margin-top: 0 !important;
}

@media (max-width: 768px) {
    .create-container,
    .improve-container {
        padding-top: 2rem;
    }

    .values-container img, .cookies-container img {
        max-width: 200px;
    }

    .producers-list {
        column-count: 2;
        column-gap: 1rem;
    }
}

@media (min-width: 768px) {
    #values-section {
        background: url(../images/trait.webp) no-repeat center 3rem;
        background-size: contain;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .producers-list {
        column-count: 3;
        column-gap: 1rem;
    }

    .cookies-container img {
        max-width: 100%;
    }

    .jar-kitchen-container .position-relative {
        width: 75%;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .producers-list {
        column-count: 2;
        column-gap: 0.50rem;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .heart-img {
        left: 57%;
    }

    .cookies-container img {
        max-width: 75%;
    }
}
