
.navs-fale-conosco{
    text-align: center;
    position: absolute;
    max-width: 170px;
    left: 86%;
}

.card-fale-conosco {
    position: relative;
    color: white;
    padding: 4.8rem 2rem;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    aspect-ratio: 2 / 1;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.card-fale-conosco::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0; /* gradiente na base */
    transition: opacity 0.3s ease;
}

.card-fale-conosco::after {
    content: "";
    position: absolute;
    inset: 0;
    background: black;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1; /* sombra por cima do gradiente */
}

.card-fale-conosco:hover::after {
    opacity: 0.3; /* camada preta sutil por cima do gradiente */
}


.card-fale-conosco::before {
    background: linear-gradient(90deg, rgba(134, 134, 134, 0.61) 0%, rgba(0, 0, 0, 0.00) 80%);
}

.card-fale-conosco > * {
    position: relative;
    z-index: 2; /* conteúdo por cima de tudo */
}

.card-fale-conosco .icon {
    width: 56px;
    height: 56px;
}

.card-fale-conosco h2 {
    font-size: 2.5rem;
    font-weight: 400;
    margin-top: 1rem;
    max-width: 76%;
}

.card-fale-conosco span {
    color: white;
    font-size: 1rem;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    max-width: 85px;
}


#duvidas{
    padding: 30px 20px;
    background: #0072CA;


}

#duvidas h2{
    color: #FFF;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
}

#duvidas p{
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.banner-suporte-tecnico{
    height: 300px;
}

#formulario{
    max-width: 1070px;
}

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;
}

#resultados h3{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

#resultados span{
    color: #73757B;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.nav-custom-mobile a {
    color: #000;
    text-decoration: none;
    padding: 0.5rem 0;
    font-size: 0.85rem;
    text-transform: uppercase;
    position: relative;
    white-space: nowrap;
}

.nav-custom-mobile a:not(:last-child)::after {
    content: "|";
    margin-left: 8px;
    color: #999;
}

/* Quebra para linha de baixo */
.nav-custom-mobile {
    gap: 0.5rem 1rem;
    flex-wrap: wrap;
}

/* Ativo */
.nav-custom-mobile a.active {
    font-weight: bold;
    text-decoration: underline;
}

.bg-menu{
    background-color: #F0F1F2;
}

.sub{
    color: #52575C;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.title{
    color: #1F1F20;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
}

.linha-title { font-weight:500; font-size:1.5rem; margin-bottom:1rem; }
.produto-card {
    border:1px solid #e6e9f2;
    border-radius:.5rem;
    padding:1.5rem;
    height:100%;
}
.produto-card .thumb {
    width:64px; height:64px; border-radius:.35rem; object-fit:contain; background:#f6f7fb;
}
.produto-card h3 { font-size:.95rem; line-height:1.2; margin:0 0 .25rem; }
.produto-meta { font-size:.85rem; color:#6c757d; }
.btn-meses { font-size:.8rem; padding:.4rem .6rem; }

.card-garantia{
    background: #035594;
    color: #ffffff;
    height: 325px;
    align-items: center;
}
.card-garantia h4{
    margin-top:10px;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
}

@media (max-width: 768px){
    .card-fale-conosco {
        padding: 0.5rem 2rem;
    }
    .card-fale-conosco h2 {
        font-size: 1.9rem;
    }
}