.elementor-612 .elementor-element.elementor-element-5a14854b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-733b9ad */.portfolio-endy{
    padding: 70px 0 90px;
    background: #fff;
    font-family: 'Poppins', sans-serif;
}

.portfolio-container{
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
}


/* HEADER */

.portfolio-header{
    max-width: 860px;
    margin-bottom: 55px;
}

.portfolio-kicker{
    display: inline-block;
    margin-bottom: 12px;
    color: #d8832f;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.portfolio-header h2{
    margin: 0 0 18px;
    color: #202020;
    font-size: clamp(2.0rem, 3.5vw, 4rem);
    line-height: 1.03;
    letter-spacing: -0.04em;
    font-weight: 600;
}

.portfolio-header p{
    margin: 0;
    max-width: 720px;
    color: #5f5f5f;
    font-size: 16px;
    line-height: 1.75;
}


/* GRID */

.portfolio-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 42px 38px;
}


/* CARD */

.portfolio-card{
    background: #fff;
    border: 1px solid #ececec;
    overflow: hidden;
    transition: .35s ease;
}

.portfolio-card:hover{
    transform: translateY(-8px);
    border-color: rgba(216,131,47,.35);
    box-shadow: 0 22px 55px rgba(0,0,0,.07);
}


/* IMAGE */

.portfolio-image{
    display: block;
    width: 100%;
    height: 315px;
    overflow: hidden;
    background: #fff;
}

.portfolio-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background: #fff;
    transition: transform .6s ease;
}

.portfolio-card:hover .portfolio-image img{
    transform: scale(1.04);
}


/* CONTENT */

.portfolio-content{
    padding: 28px 28px 30px;
}

.portfolio-category{
    display: inline-block;
    margin-bottom: 13px;
    color: #d8832f;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.portfolio-content h3{
    margin: 0 0 14px;
    color: #1f1f1f;
    font-size: clamp(1.65rem, 2.4vw, 2.35rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    font-weight: 800;
}

.portfolio-content p{
    margin: 0;
    color: #5f5f5f;
    font-size: 16px;
    line-height: 1.75;
}


/* META */

.portfolio-meta{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #ececec;
}

.portfolio-meta span{
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 13px;
    background: #f8f8f8;
    color: #333;
    font-size: 13px;
    font-weight: 600;
}


/* CTA */

.portfolio-cta{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-top: 80px;
    padding: 46px 50px;
    background: #f28a13;
}

.portfolio-cta-content{
    max-width: 720px;
}

.portfolio-cta-content span{
    display: inline-block;
    margin-bottom: 10px;
    color: rgba(255,255,255,.88);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.portfolio-cta-content h2{
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(2rem, 3vw, 3.2rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
    font-weight: 800;
}

.portfolio-cta-content p{
    margin: 0;
    color: rgba(255,255,255,.9);
    font-size: 16px;
    line-height: 1.75;
}


/* BUTTON */

.portfolio-cta-button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 250px;
    min-height: 58px;
    padding: 0 28px;
    background: #111;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    transition: .3s ease;
}

.portfolio-cta-button:hover{
    background: #fff;
    transform: translateY(-3px);
}

.portfolio-cta-button span{
    transition: transform .25s ease;
}

.portfolio-cta-button:hover span{
    transform: translateX(4px);
}


/* RESPONSIVO */

@media(max-width: 1024px){

    .portfolio-grid{
        gap: 34px;
    }

    .portfolio-image{
        height: 290px;
    }

    .portfolio-cta{
        flex-direction: column;
        align-items: flex-start;
    }

}


@media(max-width: 900px){

    .portfolio-grid{
        grid-template-columns: 1fr;
    }

    .portfolio-image{
        height: 360px;
    }

}


@media(max-width: 767px){

    .portfolio-endy{
        padding: 60px 0 70px;
    }

    .portfolio-header{
        margin-bottom: 38px;
    }

    .portfolio-header h2{
        font-size: 2.2rem;
    }

    .portfolio-card{
        border: none;
        box-shadow: none;
    }

    .portfolio-card:hover{
        transform: none;
        box-shadow: none;
    }

    .portfolio-content{
        padding: 24px 0 0;
    }

    .portfolio-content h3{
        font-size: 1.7rem;
    }

    .portfolio-image{
        height: 250px;
    }

    .portfolio-cta{
        margin-top: 60px;
        padding: 34px 26px;
    }

    .portfolio-cta-button{
        width: 100%;
    }

}/* End custom CSS */