.container-line {
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0
}

.container-line-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.container-line-img img {
    height: 100%;
    width: 65%;
}

.img-category {
    position: absolute;
    aspect-ratio: 1/1;
    background-repeat: no-repeat;
    border-radius: 25px;
    background-size: 200% 400%;
    cursor: pointer !important;
    transition: transform .3s ease
}

.img-category:hover {
    transform: translateY(-5px)
}

.bg-1 {
    background-color: #ffdacc;
}

.bg-2 {
    background-color: #e3d8f9;
}

.bg-3 {
    background-color: #c6f1d6;
}

.bg-4 {
    background-color: #ffcedf;
}

.bg-5 {
    background-color: #fff3b0;
}

.bg-6 {
    background-color: #b2dffc;
}

.container_box {
    margin-bottom: 40px;
}

.title-main {
    margin: 0;
    color: #4b2f69;
    font-family: var(--font-poppins);
    font-size: 3.0rem;
    font-weight: 600;
    padding: 25px 0 15px 0;
    text-align: center;
}

.find-out {
    font-size: 1.6rem;
    text-align: left;
}

.container-profits {
    font-family: var(--font-poppins);
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 1200px;
    justify-content: center;
    padding: 12px
}

.card-profits {
    border-radius: 2rem;
    padding: 2rem 1rem;
    width: 290px;
    height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    justify-content: space-between;
}

.card-profits:hover {
    transform: translateY(-5px)
}

.card-profits img {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    pointer-events: none;
}

.title-profits,
.card h2 {
    font-size: 3rem;
    color: #4b2f69;
    margin-bottom: 1.5rem;
    text-align: center;
    line-height: .9;
    letter-spacing: -1px;
    font-weight: 700
}

.title-profits-big {
    font-size: 4.4rem
}

.text-benefits,
.card p {
    font-size: 1.8rem;
    color: #4b2f69;
    text-align: center;
    margin: 0 8px;
    line-height: 1
}

.feature-cards {
    display: grid;
    gap: 1.5rem;
    max-width: 1140px;
    margin: 22px 20px;
    padding-top: 12px
}

.card {
    font-family: var(--font-poppins);
    border-radius: 1rem;
    padding: 1.5rem;
    text-align: center;
    min-width: 240px;
    margin: 10px 30px;
}

.card:hover {
    transform: translateY(-5px)
}

.card img {
    width: 100%;
}

@media (min-width:1200px) {
    .logos {
        padding: 20px 0;
    }

    .feature-cards {
        grid-template-columns: repeat(4, 1fr)
    }

    .card {
        margin: 0 auto;
    }

    .center-text {
        font-size: 2.3rem
    }
}

@media (min-width:600px) and (max-width:1199px) {
    .feature-cards {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:599px) {
    .feature-cards {
        grid-template-columns: 1fr
    }
}

.logos {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 3rem 0 4rem;
}

.logos-track {
    display: flex;
    width: max-content;
    animation: scroll 40s linear infinite;
    will-change: transform;
}

.logos:hover .logos-track {
    animation-play-state: paused;
}

.logos-slide {
    display: flex;
}

.logos-slide img {
    height: auto;
    max-height: 70px;
    margin-right: clamp(10px, 2vw, 30px);
    flex-shrink: 0;
    object-fit: contain;
}

#logos {
    position: relative;
    overflow: hidden;
}

#logos::before,
#logos::after {
    content: '';
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

#logos::before {
    left: 0;
    background: linear-gradient(to right, white, transparent);
}

#logos::after {
    right: 0;
    background: linear-gradient(to left, white, transparent);
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.customer-reviews {
    padding-bottom: 4rem;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.review {
    margin: 10px 0;
    padding: 1rem;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.review:hover {
    transform: translateY(-5px);
}

.review img {
    margin: 0 auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 1rem;
}

.review h3 {
    margin: 0.5rem 0 0.2rem;
    color: #333;
}

.stars {
    color: #ffc107;
    font-size: 1.4rem;
}

.review p {
    font-size: 1.4rem;
    color: #555;
}

.container-review {
    display: flex;
}

.marcas-favoritas {
    text-align: center;
    padding-top: 1rem;
}

.marcas-favoritas p {
    color: #555;
    font-size: 1.4rem;
    margin-bottom: 0rem;
}

.marcas-favoritas h2 {
    margin-bottom: 6px;
    color: #4b2f69;
    font-family: var(--font-poppins);
    font-size: 3.0rem;
    font-weight: 600;
    padding-bottom: 0;
    text-align: center;
}

.marca-card {
    border-radius: 50px;
    padding: 2rem 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: filter 0.2s ease, transform 0.3s ease, box-shadow 0.3s ease;
    margin: 0 10px;
}

.marca-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.marca-card img {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
}

@media (max-width: 698px) {
    .products-scroller {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
        overscroll-behavior-x: contain;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .products-scroller::-webkit-scrollbar {
        display: none;
    }

    .products-scroller>.articulos {
        display: block;
        float: none;
        width: 180px;
        flex: 0 0 180px;
        padding: 12px 5px;
        scroll-snap-align: start;
    }
}