.reagentes-section {
    background-color: #f8f9fa;
    padding: 2% 0;
    min-height: 100vh;
}

.section-title {
    /* font-size: 2rem;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
    padding: 20px;
    border: 2px dashed #ddd;
    border-radius: 8px;
    background-color: white; */

    color: #000;
    font-family: 'Rubik', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.category-buttons {
    display: flex;
    justify-content: center;
    /* gap: 15px; */
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.category-btn,
.category-btn a {
    background: #E40060;
    /* background: linear-gradient(135deg, #e91e63, #ad1457); */
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 15px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    cursor: pointer;
    /* box-shadow: 0 4px 15px rgba(233, 30, 99, 0.3); */
    max-width: 24%;
    margin: 5px;

}

.category-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(233, 30, 99, 0.4);
}

.category-btn.active {
    box-shadow: 0 6px 20px rgba(233, 30, 99, 0.4);
}

.reagentes-container {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 30px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
}

.linha-title {
    /* font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
    position: relative; */
    color: var(--cinza_escuro, #1C1C1C);
    font-family: Rubik;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.linha-descricao{
    width: 65%;
    margin: 0 auto 2.5rem auto;
    text-align: center;
}

/* .linha-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #e91e63, #ad1457);
    border-radius: 2px;
} */

.alphabet-nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

    margin-bottom: 30px;
    padding: 10px 0px;
    background-color: #f8f9fa;
    border-bottom: 2px solid #000;

    /*
    border-radius: 10px;
    gap: 8px;
     border: 1px solid #e9ecef; */
}

.bloco-letras{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.bloco-texto-letras{
    color: #000;
    font-family: 'Rubik', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.alphabet-letter {
    /* width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 50%;
    font-weight: 600;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none; */
    color: #000;
    text-align: right;
    font-family: Rubik;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 10px;
    text-decoration: none;
}

.alphabet-letter:hover,
.alphabet-letter.active {
    /* background: linear-gradient(135deg, #e91e63, #ad1457);
    color: white;
    border-color: #e91e63;
    transform: scale(1.1); */
    color: #E40060;
}

.reagentes-grid {
    max-height: 600px;
    overflow-y: auto;
    padding-right: 10px;
    padding-top: 20px;
}

.reagentes-grid::-webkit-scrollbar {
    width: 8px;
}

.reagentes-grid::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.reagentes-grid::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #e91e63, #ad1457);
    border-radius: 10px;
}

.reagentes-grid::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #ad1457, #880e4f);
}

.reagente-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.reagente-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border-color: #e91e63;
}

.reagente-badge {
    background: rgba(233, 30, 99, 0.1);
    color: #e91e63;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    display: inline-block;
}

.reagente-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.reagente-subtitle {
    color: #666;
    font-size: 1rem;
    margin-bottom: 20px;
}

.reagente-actions {
    height: 38px;
    display: flex;
    gap: 10px;
}

.btn-fispq {

    border-radius: 10px;
    background: #A3A3A3;
    color: white;
    border: none;
    padding: 8px 20px;

    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.btn-fispq:hover {
    background-color: #5a6268;
    transform: translateY(-1px);
    color: white;
}

.btn-ver-bula {
    background: #AB0048;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.btn-ver-bula:hover {
    background: linear-gradient(135deg, #ad1457, #880e4f);
    transform: translateY(-1px);
    color: white;
}

.navigation-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.btn-voltar {
    background-color: #A3A3A3;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-voltar:hover {
    background-color: #5a6268;
    transform: translateY(-2px);
}

.btn-ver-mais {
    /* background: linear-gradient(135deg, #e91e63, #ad1457); */
    background: #AB0048;
    color: white;
    border: none;
    padding: 12px 40px;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-ver-mais:hover {
    background: linear-gradient(135deg, #ad1457, #880e4f);
    transform: translateY(-2px);
}

.section-reagentes-lancamentos{
    background-color: #fff;
    padding: 5% 0;
}

.texto-lancamentos-chamada h2{
    color: #1E1E1E;
    font-family: Rubik;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bloco-lancamento-texto{
    display: flex;

    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.bloco-lancamento-texto h2{
    color: #1E1E1E;
    font-family: Rubik;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.bloco-lancamento-texto p{
    color: #1E1E1E;
    font-family: Rubik;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 15px;
}

.bloco-lancamento-texto a{
    border-radius: 15px;
    background: #E40060;
    padding: 15px 20px;

    text-decoration: none;

    color: #FFF;
    font-family: 'Rubik';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section-reagentes-lancamentos{
    background: url(../imgs/bg_img_produto_lancamento.png) no-repeat right center;
}

@media (max-width: 768px) {
    .category-buttons {
        flex-direction: column;
        align-items: center;
    }

    .category-btn {
        width: 80%;
        max-width: 300px;
    }

    .alphabet-nav {
        gap: 5px;
    }

    .alphabet-letter {
        width: 30px;
        height: 30px;
        font-size: 20px;
    }

    .reagente-card {
        padding: 20px;
    }

    .reagente-actions {
        flex-direction: column;
    }
    .category-btn {

        max-width: 100%;

    }
    .section-reagentes-lancamentos {
        background: none;
    }

    .section-title {
        text-align: center;
        font-size: 36px;
    }
    .bloco-letras {
        justify-content: center;
        padding-top: 2%;

    }
    .bloco-lancamento-texto h2 {

        font-size: 36px;
        text-align: center;

    }
    .bloco-lancamento-texto p {

        font-size: 34px;
        text-align: center;
    }
    .bloco-lancamento-imagem {
        background: url(../imgs/bg_img_produto_lancamento.png) no-repeat center bottom;
        background-size: contain;
    }
}