.bg-image h1{
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    padding-left: 5rem;
}

.banner-topo{
    height: 460px;
}

.banner-politica{
    height: 300px;
}

.title{
    color: #1F1F20;
    text-align: center;
    font-size: 3.125rem;
    font-style: normal;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
}

.sub{
    color: #1F1F20;
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 300;
    max-width: 779px;
    margin-left: auto;
    margin-right: auto;
}

.card-hover img{
    min-height: 322px;
    width: 100%;
}

.card-governo h3{
    color: #FFF;
    font-size: 68px;
    font-style: normal;
    font-weight: 200;
    text-align: left;
    padding: 0 7.3rem;
}

.card-produto {
    background-color: #fff;
    padding: 1.5rem 1rem;
    text-align: start;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: box-shadow 0.3s ease;
    margin: 0 2.8rem;
}


.card-produto img {
    width: 310px;
    height: 310px;
    object-fit: contain;
    margin-bottom: 1rem;
    display: block;
    padding: 1rem;
    border: 1px solid #e5e5e5;
}

.card-produto .categoria {
    color: #007AFF;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}

.card-produto .titulo {
    color: #1F1F20;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    margin-top: 0.25rem;
}

.card-produto .detalhes {
    color: #1F1F20;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 0.75rem;
}

.card-produto .preco {
    font-size: 1.25rem;
    font-weight: 600;
    color: #000;
}

.card-produto .validade {
    font-size: 0.75rem;
    color: #888;
    margin-top: 0.5rem;
}

.btn-catalogo {
    background-color: #035594;
    color: white;
    font-weight: 500;
    font-size: 0.875rem;
    border-radius: 4px;
    padding: 1.25rem 2rem;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.btn-catalogo:hover {
    background-color: rgba(3, 85, 148, 0.91);
}

.preco {
    align-items: flex-start;
    gap: 4px;
    flex-wrap: wrap;
    line-height: 1;
}

.rs {
    font-size: 0.75rem;
    vertical-align: top;
    line-height: 1;
    position: relative;
    top: 0.2rem;
    font-weight: 600;
}

.valor {
    font-size: 2rem;
    font-weight: 700;
    color: #000;
}

.unidade {
    font-size: 0.875rem;
    font-weight: 400;
    color: #666;
    margin-top: 0.4rem;
}

.validade {
    font-size: 0.75rem;
    color: #888;
    margin-top: 0.5rem;
}

.border-bottom-lei{
    border-bottom: 1px solid #73757B;

}
.btn-download{
    background: #007AFF;
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    padding: 0.75rem 2rem;

}
.btn-download:hover{
    background: rgba(0, 122, 255, 0.87);
}

@media (max-width: 1400px) {
    .card-governo h3{
        padding: 0 2.3rem;
    }
    .card-hover img {
        min-height: 224px;
    }
}