.cards-de-vendas {
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
    padding: 0px 32px;
}

.cards-de-vendas-title {
    font-size: 44px;
    font-weight: 400;
    letter-spacing: -1px;
    color: #040E20;
    text-align: center;
}

.cards-de-vendas-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.cards-de-vendas-nav {
    display: flex;
    justify-content: center;
    width: 100%;
}

.cards-de-vendas-nav-list {
    display: flex;
    list-style: none;
}

.cards-de-vendas-nav-list li {
    padding: 8px 16px 12px 16px;
    border-bottom: 1px solid #97A0AF;
}

.cards-de-vendas-nav-list li.active {
    border-bottom: 2px solid #0067FF;
}

.cards-de-vendas-nav-list li>button {
    width: 100%;
    background-color: transparent;
    border: 0;
    display: flex;
    gap: 8px;
    align-items: center;
}

.cards-de-vendas-nav-list li span:nth-child(1) {
    font-family: 'Margem-medium';
    font-size: 14px;
    font-weight: 500;
    line-height: 125%;
    color: #040E20;
    white-space: nowrap;
}

.cards-de-vendas-nav-list li span:nth-child(2) {
    border-radius: 50%;
    background-color: #0067FF;
    font-size: 12px;
    font-family: 'Margem-medium';
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
}

.cards-de-vendas-list {
    display: flex;
    gap: 24px;
    list-style: none;
    width: 100%;
}

.cards-de-vendas-list .slick-track {
    display: flex;
    gap: 24px;
    padding: 32px 0;
}

.cards-de-vendas-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
    border: 1px solid #C1C7D0;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 12px 32px 0 #EBECF0;
    transition: .3s transform, .3s box-shadow;
    height: 100%;
    max-width: 326px;
    min-width: 326px;
    width: 100%;
}

.cards-de-vendas-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px 0 #0000001f;
}

.cards-de-vendas-tags {
    list-style: none;
    display: flex;
    gap: 8px;
}

.cards-de-vendas-tag {
    font-family: 'Margem-medium';
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    padding: 4px 8px;
    border-radius: 8px 4px;
}

.cards-de-vendas-tag.green {
    background-color: #E6F8F2;
    color: #076E4F;
}

.cards-de-vendas-tag.blue {
    background-color: #CCE1FF;
    color: #003E99;
}

.cards-de-vendas-tag.yellow {
    background-color: #FFF6E5;
    color: #996700;
}

.cards-de-vendas-tag.red {
    background-color: #FDE6F5;
    color: #700438;
}

.cards-de-vendas-data {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cards-de-vendas-data h3 {
    font-family: 'Margem-medium';
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    color: #091E42;
    height: 60px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

.cards-de-vendas-data span {
    font-family: 'Margem-medium';
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #505F79;
}

.cards-de-vendas-header {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cards-de-vendas-beneficios {
    display: flex;
    flex-direction: column;
    gap: 4px;
    list-style: none;
}

.cards-de-vendas-beneficio {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 14px;
    color: #253858;
    height: 30px;
}

.cards-de-vendas-beneficio i {
    font-size: 14px;
    color: #0067FF;
}

.cards-de-vendas-preco {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cards-de-vendas-preco span:nth-child(1) {
    font-size: 14px;
    color: #505F79;
}

.cards-de-vendas-preco span:nth-child(1) span {
    text-decoration: line-through;
}

.cards-de-vendas-preco span:nth-child(2) {
    font-family: 'Margem-medium';
    font-weight: 500;
    font-size: 28px;
    line-height: 125%;
    color: #091E42;
}

.cards-de-vendas-preco-por {
    display: flex;
    gap: 4px;
}

.cards-de-vendas-preco .cards-de-vendas-preco-por span {
    font-family: 'Margem-medium';
    font-weight: 500;
    color: #091E42;
}

.cards-de-vendas-carousel-buttons {
    display: flex;
    gap: 16px;
}

.cards-de-vendas-carousel-buttons button {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: solid 1px #040E20;

    display: flex;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    transition: .3s border-color;
    color: #040E20;
}

.cards-de-vendas-carousel-buttons button:hover {
    cursor: pointer;
    border-color: #0067FF;
    color: #0067FF;
}

.cards-de-vendas-carousel-buttons button.slick-disabled {
    cursor: not-allowed;
    border-color: #42526E;
    color: #42526E;
    opacity: .8;
}

.cards-de-vendas-item a:hover {
    color: white;
    text-decoration: underline;
}

.cards-de-vendas-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

@media (max-width: 600px) {
    .cards-de-vendas {
        gap: 40px;
        padding: 0 16px;
    }

    .cards-de-vendas-nav {
        justify-content: start;
        overflow-x: auto;
    }

    .cards-de-vendas-title {
        font-size: 36px;
    }
}