input, select, .select2-container--default .select2-selection--single {
    width: 100%;
    min-height: 38px;
    font-size: 0.9rem;
    border-radius: 0;
    align-content: center;
}


.input-group-text {
    background-color: #f8f8f8;
    border-color: #ced4da;
    padding: 5px;
}
.input-group{
    flex-wrap: inherit;
}

#formulario h2{
    color: #1F1F20;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
}

.revendedor-card {
    background-color: #fff;
    transition: box-shadow 0.3s;
}

.revendedor-card:hover {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
}

a {
    text-decoration: none;
}

a.text-primary:hover {
    text-decoration: underline;
}


.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;
    padding: 0 7.3rem;
}


.card-governo p{
    color: #FFF;
    /* Body/Body S */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    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);
}

#detail-revendedores h1{
    color: #1F1F20;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
}
#detail-revendedores p{
    color: #1F1F20;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
}
#detail-revendedores a{
    color: #007AFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}
#detail-revendedores a span{
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

#detail-revendedores a.btn{
    text-decoration: none;
}
#detail-revendedores svg{
    text-decoration: none;
}

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