.container{
    width:100%;
    max-width:1400px;
    margin:auto;
    padding:0 20px;
}
.hero-home{
    position: relative;
    min-height: 95vh;
    background: url('../img/banner-cidade.jpg') center center/cover;
    display:flex;
    align-items:center;
    overflow:hidden;
}

.overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
}

.hero-content{
    position:relative;
    z-index:2;
}

.hero-left{
    max-width:650px;
    color:#fff;
}

.logo-home{
    width:320px;
    margin-bottom:20px;
}

.hero-left h1{
    font-size:72px;
    line-height:1.1;
    font-weight:900;
}

.hero-left h1 span{
    color:#ff7b00;
}

.hero-left p{
    font-size:24px;
    margin-top:20px;
    line-height:1.6;
}

.hero-categorias{
    margin-top:40px;
    display:flex;
    flex-wrap:wrap;
    gap:15px;
}

.hero-categorias a{
    background:#fff;
    padding:18px 30px;
    border-radius:20px;
    text-decoration:none;
    color:#003a7a;
    font-weight:700;
    transition:.3s;
}

.hero-categorias a:hover{
    transform:translateY(-5px);
}

.cidade-galeria{
    padding:80px 0;
    background:#072b61;
}

.grid-galeria{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:15px;
}

.grid-galeria img{
    width:100%;
    height:250px;
    object-fit:cover;
    border-radius:25px;
}

.frase-cidade{
    text-align:center;
    color:#fff;
    font-size:34px;
    margin-top:30px;
    font-weight:700;
}

.titulo-home{
    margin-bottom:40px;
}

.titulo-home h2{
    font-size:42px;
    color:#002f6c;
    font-weight:900;
}

.titulo-home span{
    color:#ff7b00;
}

.card-empresa a,
.card-produto a,
.card-promocao a{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    background:#003a7a;

    color:#fff;

    padding:16px 30px;

    border-radius:18px;

    text-decoration:none;

    font-size:18px;

    font-weight:700;

    margin-top:25px;

    transition:.3s;

}

.grid-empresas,
.grid-promocoes,
.grid-produtos{

    display:grid;

    grid-template-columns:
    repeat(auto-fill, minmax(320px, 320px));

    justify-content:center;

    gap:35px;

    margin-top:50px;

}
.card-empresa{

    width:340px;

    background:#fff;

    border-radius:35px;

    padding:35px 25px;

    text-align:center;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.3s;

}

.card-empresa:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 40px rgba(0,0,0,.12);

}

.logo-empresa{

    width:100%;

    height:190px;

    display:flex;

    align-items:flex-end;

    justify-content:center;

    margin-bottom:10px;

}

.logo-empresa img{

    max-width:180px;

    max-height:180px;

    object-fit:contain;

}

.card-empresa h3{

    font-size:28px;

    font-weight:500;

    text-align:center;

    margin-top:0;

    margin-bottom:30px;

    line-height:1.2;

}

.card-empresa a{

    width:220px;

    height:60px;

    margin:auto;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#003a7a;

    color:#fff;

    text-decoration:none;

    border-radius:18px;

    font-size:22px;

    font-weight:700;

    transition:.3s;

}

.card-empresa a:hover{

    background:#ff7b00;

    transform:translateY(-3px);

}
.card-produto{

    width:340px;

    background:#fff;

    border-radius:30px;

    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.3s;

}
.card-empresa:hover,
.card-promocao:hover,
.card-produto:hover{
    transform:translateY(-8px);
}

.logo-empresa{

    width:100%;

    height:170px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:20px;

}

.logo-empresa img{

    max-width:140px;

    max-height:140px;

    object-fit:contain;

}
.card-empresa h3{

    font-size:22px;

    line-height:1.3;

    min-height:60px;

    display:flex;

    align-items:center;

    justify-content:center;

    text-align:center;

    margin-bottom:25px;

}

.card-produto{

    width:340px;

    background:#fff;

    border-radius:35px;

    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.3s;

    text-align:center;

    padding-bottom:30px;

}

.card-produto .imagem-produto{

    width:100%;

    height:420px;

    display:flex;

    align-items:center;

    justify-content:center;

    padding:25px;

    background:#fff;

}

.card-produto img{

    max-width:100%;

    max-height:380px;

    object-fit:contain;

    border-radius:20px;

}

.card-produto h3{

    font-size:28px;

    font-weight:500;

    margin-top:10px;

    margin-bottom:5px;

    text-align:center;

}

.valor{

    font-size:54px;

    font-weight:900;

    color:#0a9b31;

    margin-bottom:25px;

    text-align:center;

}

.card-produto a{

    width:220px;

    height:60px;

    margin:auto;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#003a7a;

    color:#fff;

    text-decoration:none;

    border-radius:18px;

    font-size:22px;

    font-weight:700;

    transition:.3s;

}

.card-produto a:hover{

    background:#ff7b00;

    transform:translateY(-3px);

}

.card-produto:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 40px rgba(0,0,0,.12);

}
.conteudo-promocao{
    padding:25px;
}

.preco,
.valor{
    font-size:30px;
    color:#0a8f2e;
    font-weight:900;
    margin:15px 0;
}

.card-empresa a,
.card-promocao a,
.card-produto a{
    display:inline-block;
    background:#003a7a;
    color:#fff;
    padding:14px 24px;
    border-radius:14px;
    text-decoration:none;
    margin-top:15px;
}

.empresas-home,
.promocoes-home,
.produtos-home{
    padding:90px 0;
}

@media(max-width:991px){

    .hero-left h1{
        font-size:42px;
    }

    .grid-galeria,
    .grid-empresas,
    .grid-promocoes,
    .grid-produtos{
        grid-template-columns:1fr 1fr;
    }

}

@media(max-width:600px){

    .hero-home{
        min-height:auto;
        padding:80px 0;
    }

    .logo-home{
        width:220px;
    }

    .hero-left h1{
        font-size:32px;
    }

    .hero-left p{
        font-size:18px;
    }

    .grid-galeria,
    .grid-empresas,
    .grid-promocoes,
    .grid-produtos{
        grid-template-columns:1fr;
    }

    .hero-categorias{
        flex-direction:column;
    }

}
.header-moderno{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:999;
    padding:25px 0;
}

.header-flex{
    width:100%;
    max-width:1400px;
    margin:auto;

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

.logo-topo{
    width:180px;
}

.menu-moderno{
    display:flex;
    align-items:center;
    gap:45px;
}

.menu-moderno a{
    color:#fff;
    text-decoration:none;
    font-size:20px;
    font-weight:600;
    transition:.3s;
}

.menu-moderno a:hover{
    color:#ff7b00;
}

.btn-area-cliente{
    background:#fff;
    color:#003a7a;
    padding:16px 30px;
    border-radius:18px;
    text-decoration:none;
    font-weight:700;
    font-size:18px;
    transition:.3s;
}

.btn-area-cliente:hover{
    background:#ff7b00;
    color:#fff;
}