.dc-box {
    max-width: 700px;
    margin: 50px auto;
    background: #fff;
    border-radius: 8px;
    padding: 20px 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .25);
    text-align: center;
}

.dc-box h2 {
    margin-bottom: 20px;
    margin-top: 0px;
    font-size: 26px;
    color: #222 !important;
}

.dc-toggle {
    display: flex;
    background: #f1f3f5;
    border-radius: 50px;
    overflow: hidden;
    width: 360px;
    margin: 0 auto 25px;
    cursor: pointer;
}

.dc-option {
    flex: 1;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #555;
    transition: all .3s ease;
}

.dc-option img {
    width: 22px;
    height: 16px;
    object-fit: cover;
    border-radius: 2px;
}

.dc-option.active {
    background: #40B0EB;
    color: #fff;
}

.dc-info {
    font-size: 15px;
    color: #444;
}

.dc-info span {
    display: block;
    margin-top: 6px;
}

.dc-info strong {
    color: #40B0EB;
}

.planos .dc-ca {
    display: none;
}