/* ================================
   PÁGINA EMPRESA – DESIGN PREMIUM
================================ */

/* Banner */
.sb-hero-empresa {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 120px 0;
}
.sb-hero-overlay {
    position: absolute; inset: 0;
    background: rgba(0,0,0,0.45);
}
.sb-hero-content {
    position: relative; color: #fff;
}
.sb-hero-title {
    font-size: 48px;
    font-weight: 700;
}
.sb-hero-subtitle {
    font-size: 20px;
    font-weight: 400;
    opacity: .9;
}

/* Texto Institucional */
.sb-texto-empresa p {
    font-size: 17px;
    line-height: 1.7;
    color: #333;
}

/* Grid Setores */
.sb-setores {
    background: #f8f9fa;
}
.sb-card-setor {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: .3s ease;
}
.sb-card-setor:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}
.sb-card-setor img {
    width: 100%; display: block;
}
.sb-card-setor-title {
    padding: 12px 15px;
    font-size: 14px;
    text-align: center;
    color: #444;
    font-weight: 500;
    background: #fff;
}

/* Localização */
.sb-localizacao {
    background: #fff;
}
.section-title {
    font-size: 30px;
    font-weight: 700;
    color: #0A78AB;
}
