.line-height-1{
    line-height: 1;
}

.card-plano-new {
    position: relative;
    z-index: 1;
    background-color: #fff;
    transform: translateY(-1.5rem);
}

.desc-p {
    font-size: 14px;
}

.card-plano-new header.card-header {
    padding: 1rem 0rem;
}

.card-plano-new,
.card-plano-new header.card-header {
    border: 2px solid;
    border-radius: 1.5rem;
    box-sizing: border-box;
}

.card-plano-new .transparent-cta {
    background-color: #fff;
}

.card-plano-new .preco-bef::before,
.card-plano-new .preco-bef::after {
    position: absolute;
    font-size: 14px;
    font-weight: 700;
}

.card-plano-new .preco-bef::before {
    content: 'a partir de';
    top: -8px;
    left: 40%;
    transform: translateX(-50%);
}

.card-plano-new .preco-bef::after {
    content: '/por mês';
    bottom: 0px;
    right: 20%;
    opacity: 0.3;
}

.card-plano-new.c-blue .preco-bef::after,
.card-plano-new.c-purple .preco-bef::after {
    right: 15%;
}


.card-plano-new .ico {
    width: 24px;
    height: 24px;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-right: 8px;
}

.card-plano-new.c-salmon {
    border-color: rgba(255, 96, 31, 0.30);
}

.card-plano-new.c-salmon.selecionado {
    border: 3px solid rgba(255, 96, 31, 1);
}

.card-plano-new.c-salmon .ico {
    background: rgba(255, 96, 31, 0.30);
}

.card-plano-new.c-salmon header {
    background-color: rgba(255, 96, 31, 0.10);
    border-color: rgba(255, 96, 31, 0.30);
}

.card-plano-new.c-blue {
    border-color: rgba(0, 226, 244, 0.40);
}

.card-plano-new.c-blue.selecionado {
    border: 4px solid #00E2F4;
    border-bottom: 8px solid #00E2F4;
}

.card-plano-new.c-blue .ico {
    background: rgba(0, 226, 244, 0.20);
}

.card-plano-new.c-blue .ico svg path {
    fill: #00E2F4;
}

.card-plano-new.c-blue header {
    background-color: rgba(0, 226, 244, 0.10);
    border-color: rgba(0, 226, 244, 0.40);
}

.card-plano-new.c-purple {
    border-color: rgba(94, 22, 255, 0.30);
}

.card-plano-new.c-purple.selecionado {
    border: 4px solid rgba(94, 22, 255, 1);
    border-bottom: 8px solid rgba(94, 22, 255, 1);
    transform: translateY(-1.5rem);
}

.card-plano-new.c-purple .ico {
    background: rgba(94, 22, 255, 0.20);
}

.card-plano-new.c-purple .ico svg path {
    fill: rgba(94, 22, 255, 1);
}

.card-plano-new.c-purple header {
    background-color: rgba(94, 22, 255, 0.10);
    border-color: rgba(94, 22, 255, 0.30);
}

.melhor-plano {
    position: relative;
    text-align: center;
    border-radius: 1.5rem 1.5rem 0 0;
    width: 100%;
    z-index: 1;
    padding-bottom: 2rem;
    /* transform: translateY(1.5rem); */
    opacity: 1;
}

.melhor-plano:not(.selecionado) {
    opacity: 0;
}

.bg-azul-claro {
    background: rgba(0, 226, 244, 0.05);
}

.bg-azul-claro-2 {
    background: rgba(0, 226, 244, 0.2);
    width: 40px;
    height: 40px;
}

.bg-roxo-claro {
    background: rgba(94, 22, 255, 0.10);
}

.slider-container {
    width: 100%;
}

.range {
    position: relative;
    width: 100%;
    height: 5px;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: rgba(0, 226, 244, 0.40);
    /* Fundo transparente */
    outline: none;
    margin: 20px 0 10px 0;
    position: relative;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    border: 2px solid #007AA1;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, .3);
    transition: transform 0.3s;
    position: relative;
    z-index: 2;
}

input[type=range]::-webkit-slider-thumb:hover {
    transform: scale(1.2);
}

input[type=range]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    border: 2px solid #007AA1;
    z-index: 2;
}

.ticks {
    position: relative;
    height: 10px;
    margin-top: -10px;
    display: flex;
    justify-content: space-between;
}

.ticks div {
    width: 8px;
    height: 8px;
    background: #007AA1;
    opacity: 0.7;
    border-radius: 50%;
}

.labels {
    display: flex;
    justify-content: space-between;
    font-size: 0.8em;
    margin-top: 5px;
}

.label {
    text-align: center;
    transition: color 0.3s, font-weight 0.3s;
    cursor: pointer;
}

.label.active {
    color: #007AA1;
    font-weight: bold;
    transform: scale(1.1);
}

.current-value {
    margin-top: 15px;
    font-size: 1.2em;
    color: #007AA1;
    text-align: center;
}

.toggleContainer {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: fit-content;
    /* border: 3px solid #343434; */
    border-radius: 1.5rem;
    background: #CCE4EC;
    font-weight: bold;
    /* color: #fff; */
    cursor: pointer;
}

.toggleContainer::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0%;
    border-radius: 1.5rem;
    background: #007AA1;
    transition: all 0.3s;
}

.toggleCheckbox:checked+.toggleContainer::before {
    left: 50%;
}

.toggleContainer div {
    padding: 1rem 1rem;
    text-align: center;
    z-index: 1;
}

.toggleCheckbox {
    display: none;
}

.toggleCheckbox:checked+.toggleContainer div:first-child {
    color: #007AA1;
    transition: color 0.3s;
}

.toggleCheckbox:checked+.toggleContainer div:last-child {
    color: #fff;
    transition: color 0.3s;
}

.toggleCheckbox+.toggleContainer div:first-child {
    color: #fff;
    font-weight: 700;
    transition: color 0.3s;
}

.toggleCheckbox+.toggleContainer div:last-child {
    color: #007AA1;
    font-weight: 700;
    transition: color 0.3s;
}

[data-valor="consulte"] {
    line-height: 1.2;
}

@media(min-width: 1366px) {
    .card-plano-new {
        min-height: 460px;
    }
}

@media(max-width: 435px) {
    .card-plano-new.c-blue:not(.selecionado) {
        margin-bottom: 1.5rem;
    }

    .toggleCheckbox+.toggleContainer div:first-child {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
