

.hero-solucoes{
    position:relative;
    min-height:420px;
    background-size:cover;
    background-position:center;
    color:#ffffff;
    display:flex;
    align-items:flex-end;
    padding:60px 0;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.2) 100%);
}

.hero-eyebrow{
    letter-spacing:0.2em;
    font-size:0.85rem;
}

.hero-title{
    font-size:2.75rem;
    font-weight:500;
}

.hero-copy{
    font-size:1.125rem;
    color:#d7e6ef;
}

.btn-hero{
    border-radius:999px;
    padding:0.75rem 2rem;
    font-weight:600;
    text-transform:uppercase;
}

.solucoes-intro{
    background: #f2f2f2;
}

.solucoes-intro--detail{
    padding-top:48px !important;
    padding-bottom:40px !important;
}

#solucoes-home .title{
    color:#051626;
    text-align:center;
    font-size:2.5rem;
}

#solucoes-home .sub{
    color:#7b7f86;
    text-align:center;
    font-size:0.85rem;
    letter-spacing:0.2em;
}

.intro-icon{
    width:48px;
    height:48px;
    border-radius:50%;
    background: transparent;
}

.solucoes-grade{
    background:#f2f2f2;
}

.solucoes-grade .container{
    display:flex;
    flex-direction:column;
}

.solucao-card{
    background: #ffffff;
    width: 885px;
    margin-left: auto;
    margin-right: auto;
}

.solucao-card__image {
    height: 350px;        /* altura fixa — pode ajustar */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.solucao-card__image img {
    width: 100%;
    height: auto;
    object-fit: contain; /* evita zoom */
}
.solucao-divider {
    display: block;
    width: 40px;
    height: 0.5px;
    background: #000;
    margin: 8px 0 16px 0;
}
.solucao-content{
    width:100%;
    padding:60px 70px;
    background-color:#ffffff;
}

.bg-solucoes{
    background-color: #f2f2f2;
}

.solucao-titulo{
    color: #1F1F20;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
}

.solucao-divider{
    display:inline-block;
    width:36px;
    height:1px;
    background:#000;
    margin-bottom:20px;
}

.solucao-subtitulo{
    color: #1F1F20;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
}

.btn-solucao{
    border-radius:999px;
    padding:0.65rem 2rem;
    text-transform:uppercase;

    color:  #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}

/* Mobile */
@media (max-width:991.98px){
    .hero-solucoes{
        min-height:320px;
        padding:40px 0;
    }

    .hero-title{
        font-size:2.25rem;
    }

    .solucao-content{
        padding:40px 32px;
    }
    .solucao-card{
        width: 550px;
    }
}

@media (max-width:575.98px){
    .hero-title{
        font-size:2rem;
    }

    .hero-eyebrow{
        font-size:0.75rem;
    }

    .solucao-titulo{
        font-size:1.5rem;
    }
        .solucao-card{
        width: 350px;
    }
}
