.banner-principal-quemsomos {
    background: url(../images/bg-banner-gomah-interno.png) bottom center no-repeat;
    background-size: cover;
    height: 480px;
    display: flex;
    align-items: center;
}

.industria-flex {
    display: flex;
    justify-content: space-between;
}

.content-industria h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
    color: var(--black);
    margin-bottom: 8px;
}

.content-industria {
    width: 50%;
}

.industria-flex .image{
    width: 40%;
    border-radius: 20px;
    background: url(../images/fabricacao-industrial-paes.png) center;
    background-size: 150%;
}

.industria-flex .image-negocio{
    width: 40%;
    border-radius: 20px;
    background: url(../images/negocio-panificacao-gergelim.png) center;
    background-size: cover;
}

.flex-bloco {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-bloco img {
    width: 40%;
    border-radius: 20px;
}

.bloco2 img{
    width: 45%;
}

.industria-diferenciais {
    display: flex;
    align-items: center;
}

.industria-diferenciais img {
    width: 70px;
    margin-right: 40px;
}

.list-perfil-cliente {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-perfil-cliente li {
    background: #F9EEDD;
    padding: 8px 16px;
    font-weight: 600;
    margin-bottom: 8px;
    border-radius: 8px;
}

.entrega-gomah {
    background: #fff6e8 url(../images/entrega-gomah-veiculo.png) 100% top no-repeat;
    background-size: contain;
    height: 450px;
    margin-bottom: 80px;
}

.entrega-gomah-container {
    display: flex;
    align-items: center;
    height: 100%;
}

.bloco-entrega-flex {
    width: 50%;
}

.bloco-entrega-flex h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
    color: var(--black);
    margin-bottom: 8px;
}

/* ==========================================
   SEÇÃO DETALHES INDÚSTRIA
   ========================================== */
.detalhes-industria {
    padding: 0px 0;
    margin-bottom: 200px;
}

.detalhes-industria-container {
    display: flex;
    gap: 20px;
    margin: 0 auto;
    padding: 0 20px;
    list-style: none;
    margin-bottom: 40px;
}

.card-detalhe {
    background-color: #f3dfbe;
    border-radius: 20px;
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.card-titulo {
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
    text-align: center;
    margin: 0;
}

.card-descricao {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--black);
    margin: 0;
}

/* ==========================================
   RESPONSIVIDADE - Tablet (768px)
   ========================================== */
@media (max-width: 768px) {

   .banner-principal-quemsomos {
      height: auto;
      padding: 40px 0;
   }

   .bloco-entrega-flex {
      width: 100%;
   }

   .bloco-entrega-flex h2 {
      font-size: 22px;
      line-height: 28px;
      margin-bottom: 8px;
   }

   .banner-principal-industria {
        height: auto;
        padding: 40px 0;
    }

    .industria-flex {
        flex-direction: column-reverse;
    }

    .content-industria h2 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .content-industria {
        width: 100%;
        padding: 20px 0;
    }

    .industria-flex .image {
        width: 100%;
        height: 180px;
        background-size: 140%;
    }

    .flex-bloco {
        flex-direction: column;
    }

    .flex-bloco img {
        width: 100%;
    }

    .logo-sementes {
        width: 60px !important;
        margin-right: 35px !important;
    }

    .detalhes-industria {
        padding: 60px 0;
    }

    .detalhes-industria-container {
        flex-wrap: wrap;
        gap: 15px;
    }

    .card-detalhe {
        flex: 1 1 calc(50% - 7.5px);
        min-width: 250px;
    }

    .card-titulo {
        font-size: 18px;
    }

    .card-descricao {
        font-size: 16px;
    }

}

/* ==========================================
   RESPONSIVIDADE - Mobile (480px)
   ========================================== */
@media (max-width: 480px) {

   .entrega-gomah {
        background: #fff6e8 url(../images/entrega-gomah-veiculo-mobile.png) bottom no-repeat;
        background-size: cover;
    }

    .entrega-gomah-container {
      align-items: flex-start;
      padding-top: 20px;
   }

    .detalhes-industria {
        padding: 40px 0;
    }

    .detalhes-industria-container {
        flex-direction: column;
        gap: 12px;
    }

    .card-detalhe {
        flex: 1 1 100%;
    }

    .card-titulo {
        font-size: 16px;
    }

    .card-descricao {
        font-size: 14px;
    }
}
