.card-pacote-geral {
    background-color: white;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.38);
    width: 240px;
    height: 100%;
    display: flex;
    flex-direction: column;
    font-family: "Inter", serif;
    transition: transform 0.3s ease;
}

.card-pacote-geral:hover {
    transform: translateY(-5px);
}

.card-pacote-geral img {
    width: 100%;
    border-radius: 15px 15px 0 0;
    height: 130px;
    object-fit: cover;
    object-position: center;
}

.card-pacote-geral a:hover {
    text-decoration: none !important;
    color: #3e3e3e;
}

.card-pacote-geral a {
    color: #555;
}

.infos_gerais_card_pacotes {
    padding: 8px 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
}

.nomePacote_saida h3 {
    font-size: 14px!important;
    font-weight: 700;
    color: #424141;
    margin-bottom: 0;
}

.nomePacote_saida p {
    font-size: 12px;
}

.info_dos_pacotes {
    font-size: 12px;
    margin-bottom: 1rem;
    margin-left: 1rem;
}

.fa-heart {
    display: flex !important;
    justify-content: end;
    font-size: 20px;
}

.a_partir_de {
    font-size: 13px;
    margin-bottom: 0;
}

.valor_parcelado_geral {
    font-weight: 600;
    margin-top: -1rem;
    margin-bottom: 0;
}

.dez_x {
    font-size: 22px;
}

.valor_parcelado_viagem {
    font-size: 34px;
}

.viagem_por_pessoa {
    margin-bottom: 0;
    font-size: 12px;
    margin-top: -0.8rem;
    text-align: center;
    margin-left: -0.7rem;
}

.nomePacote_saida, .info_dos_pacotes span, .a_partir_de, .viagem_por_pessoa {
    font-weight: 500;
}

.preco_total_por_pessoa {
    font-size: 11.5px;
    color: white !important;
    background-color: #076dcb;
    padding: 0.8rem 0.3rem;
    text-align: center;
    border-radius: 0px 0px 15px 15px;
}

.preco_total_por_pessoa p {
    margin-bottom: 0;
}

