/* =========================================
   SEÇÃO DE PRODUTOS
   ========================================= */

.produtos-section {
    width: 100%;
    padding: 10px 11px 7px;
    background: #0b1424;
    border-top: 1px solid #1c2a3d;
    box-sizing: border-box;
}


/* =========================================
   CABEÇALHO
   ========================================= */

.produtos-header {
    text-align: center;
    margin-bottom: 53px;
}

.produtos-tag {
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid #233d88;
    border-radius: 20px;

    color: #4c98ff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.3px;

    margin-bottom: 11px;
}

.produtos-header h2 {
    margin: 0;

    color: #ffffff;
    font-size: 36px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -1px;
}

.produtos-header h2 span {
    color: #526de4;
}

.produtos-header p {
    margin: 13px auto 0;

    max-width: 600px;

    color: #d6deeb;
    font-size: 15px;
    line-height: 1.5;
}


/* =========================================
   GRID DOS PRODUTOS
   ========================================= */

.produtos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 19px;

    width: 100%;
    max-width: 1010px;
    margin: 0 auto;
}


/* =========================================
   CARD
   ========================================= */

/* .produto-card {
    min-width: 0;

    background: #1b293d;

    border: 1px solid #2a3a50;
    border-radius: 13px;

    overflow: hidden;

    display: flex;
    flex-direction: column;

    box-sizing: border-box;
} */
.produto-card {
    min-width: 0;
    background: #1b293d;
    border: 1px solid #2a3a50;
    border-radius: 13px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

/* =========================================
   IMAGEM
   ========================================= */

/* .produto-imagem {
    position: relative;

    height: 160px;

    background-color: #162235;
    background-size: cover;
    background-position: center;
    width: 100%;
    flex-shrink: 0;
    overflow: hidden;
} */
.produto-imagem {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: #162235;
}

.produto-imagem img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Imagens dos produtos */

.produto-imagem-1 {
    background-image:
        linear-gradient(
            to bottom,
            rgba(10, 19, 32, 0.05) 20%,
            rgba(10, 19, 32, 0.25) 55%,
            #1b293d 100%
        ),
        url("/aexpo/img/trava_combustivel_paf01.webp");
}

.produto-imagem-2 {
    background-image:
        linear-gradient(
            to bottom,
            rgba(10, 19, 32, 0.05) 20%,
            rgba(10, 19, 32, 0.25) 55%,
            #1b293d 100%
        ),
        url("/aexpo/img/trava_combustivel_paf02.webp");
}

.produto-imagem-3 {
    background-image:
        linear-gradient(
            to bottom,
            rgba(10, 19, 32, 0.15) 20%,
            rgba(10, 19, 32, 0.35) 55%,
            #1b293d 100%
        ),
        url("/aexpo/img/trava_combustivel_paf03.webp");
}

.produto-imagem-4 {
    background-image:
        linear-gradient(
            to bottom,
            rgba(10, 19, 32, 0.05) 20%,
            rgba(10, 19, 32, 0.25) 55%,
            #1b293d 100%
        ),
        url("/aexpo/img/tampas_antivazamento-Diesel_T01_e_T03.webp");
}

.produto-imagem-5 {
    background-image:
        linear-gradient(
            to bottom,
            rgba(10, 19, 32, 0.05) 20%,
            rgba(10, 19, 32, 0.25) 55%,
            #1b293d 100%
        ),
        url("/aexpo/img/trava_pino_rei.webp");
}

.produto-imagem-6 {
    background-image:
        linear-gradient(
            to bottom,
            rgba(10, 19, 32, 0.05) 20%,
            rgba(10, 19, 32, 0.25) 55%,
            #1b293d 100%
        ),
        url("/aexpo/img/trava_bau.webp");
}

.produto-imagem-7 {
    background-image:
        linear-gradient(
            to bottom,
            rgba(10, 19, 32, 0.15) 20%,
            rgba(10, 19, 32, 0.35) 55%,
            #1b293d 100%
        ),
        url("/aexpo/img/trava_estepe.webp");
}

.produto-imagem-8 {
    background-image:
        linear-gradient(
            to bottom,
            rgba(10, 19, 32, 0.05) 20%,
            rgba(10, 19, 32, 0.25) 55%,
            #1b293d 100%
        ),
        url("/aexpo/img/trava_5roda.webp");
}

.produto-imagem {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: #162235;
}

.produto-imagem img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* =========================================
   BADGE url("../img/produto-1.jpg")
   ========================================= */

.produto-badge {
   
    position: absolute;

    top: 10px;
    left: 50%;
    transform: translateX(-50%);

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 5px 12px;

    background: rgba(74, 56, 215, 0.75);
    border: 1px solid #3449a5;
    border-radius: 7px;

    color: #ffffff;

    font-size: 10px;
    font-weight: 700;
    line-height: 1;

    text-align: center;
    white-space: nowrap;
    box-sizing: border-box;

    /* position: absolute;
    top: 10px;
    left: 41%;
    right: 41%;
    margin: 0 auto;

    padding: 5px 9px;
*/
    /*background: #4a38d7;*/
    /*background: rgba(74,56,215,0.75);
    border: 1px solid #3449a5;
    color: #66adff;
    color: #ffffff;

    border-radius: 7px;

    font-size: 10px;
    font-weight: 700;

    white-space: nowrap; */
}


/* =========================================
   CONTEÚDO DO CARD
   ========================================= */

.produto-conteudo {
    flex: 1;

    display: flex;
    flex-direction: column;

    padding: 0 16px 15px;
    margin-top: -1px;
}

.produto-categoria {
    display: block;

    margin-bottom: 6px;

    color: #66adff;

    font-size: 10px;
    font-weight: 700;
}

.produto-conteudo h3 {
    margin: 0 0 8px;

    color: #ffffff;

    font-size: 15px;
    line-height: 1.2;
    font-weight: 800;
}

.produto-conteudo p {
    margin: 0;

    color: #e0e6ef;

    font-size: 12px;
    line-height: 1.5;
}


/* =========================================
   BOTÃO
   ========================================= */

.produto-btn {
    display: flex;
    
    align-items: center;
    justify-content: center;

    min-height: 35px;

    margin-top: auto;
    padding: 0 12px;

    border: 1px solid #3449a5;
    border-radius: 9px;

    color: #66adff;
    background: transparent;

    font-size: 12px;
    font-weight: 700;

    text-decoration: none;

    box-sizing: border-box;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease;
}

.produto-btn:hover {
    background: #263a75;
    border-color: #4d9aff;
    color: #ffffff;
}


/* =========================================
   RESPONSIVIDADE
   ========================================= */

@media (max-width: 900px) {

    .produtos-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 650px;
    }

}

@media (max-width: 600px) {

    .produtos-section {
        padding: 40px 16px;
    }

    .produtos-header {
        margin-bottom: 35px;
    }

    .produtos-header h2 {
        font-size: 29px;
    }

    .produtos-header p {
        font-size: 14px;
    }

    .produtos-header p br {
        display: none;
    }

    .produtos-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        width: 100%;
    }

}